From 8958540814ae5626cbfd6342ce0966dfe084fc82 Mon Sep 17 00:00:00 2001 From: Anastasia Balagurova <73748770+balagurova@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:54:17 +0200 Subject: [PATCH] Update the viz --- .eslintrc.json | 1 - ...e-static-web-apps-lemon-tree-0968b0103.yml | 46 - index.html | 42 +- package-lock.json | 2961 ++++++++++------- package.json | 63 +- public/SFH_data.numbers | Bin 0 -> 293742 bytes public/data.csv | 250 ++ readme.md | 4 +- src/App.tsx | 753 ++--- src/Cards.tsx | 99 + src/Components/Actions/CopyTextButton.tsx | 47 - src/Components/Actions/CsvDownloadButton.tsx | 54 - .../ExcelDownloadButton/excelDownload.tsx | 34 - .../Actions/ExcelDownloadButton/index.tsx | 46 - .../ImageDownloadButton/imageDownload.tsx | 12 - .../Actions/ImageDownloadButton/index.tsx | 36 - src/Components/Card.tsx | 58 - src/Components/Cards.tsx | 67 - src/Components/Constants.tsx | 89 - src/Components/Elements/ColorLegend.tsx | 41 - src/Components/Elements/GraphFooter.tsx | 19 - src/Components/Elements/GraphHeader.tsx | 18 - src/Components/Elements/Tooltip.tsx | 46 - src/Components/Filter.tsx | 83 - .../Graphs/Maps/ChoroplethMap/Graph.tsx | 306 -- .../Graphs/Maps/ChoroplethMap/index.tsx | 121 - .../Graphs/Maps/MapData/worldMap.json | 268 -- src/Components/Header.tsx | 137 - src/Components/ProgrammeContext.tsx | 61 - src/Components/ProgrammeTree.tsx | 194 -- src/Components/TooltipContent.tsx | 45 - src/Components/Typography/FootNote.tsx | 18 - .../Typography/GraphDescription.tsx | 15 - src/Components/Typography/GraphTitle.tsx | 8 - src/Components/Typography/Source.tsx | 32 - src/Types.tsx | 22 - src/Utils/checkIfNullOrUndefined.tsx | 5 - src/Utils/constants.tsx | 27 - src/Utils/countryFilters.tsx | 140 - src/Utils/filterProgrammes.tsx | 33 - src/Utils/generateTags.tsx | 25 - src/Utils/getArc.tsx | 38 - src/Utils/getEmbedCode.tsx | 44 - src/Utils/getPercentile.tsx | 10 - src/Utils/getQueryParamsFromLink.tsx | 18 - src/Utils/numberFormattingFunction.tsx | 5 - src/Utils/removeOutliers.tsx | 17 - src/main.tsx | 27 +- src/styles.css | 158 + 49 files changed, 2630 insertions(+), 4013 deletions(-) delete mode 100644 .github/workflows/azure-static-web-apps-lemon-tree-0968b0103.yml create mode 100755 public/SFH_data.numbers create mode 100644 public/data.csv create mode 100644 src/Cards.tsx delete mode 100644 src/Components/Actions/CopyTextButton.tsx delete mode 100644 src/Components/Actions/CsvDownloadButton.tsx delete mode 100644 src/Components/Actions/ExcelDownloadButton/excelDownload.tsx delete mode 100644 src/Components/Actions/ExcelDownloadButton/index.tsx delete mode 100644 src/Components/Actions/ImageDownloadButton/imageDownload.tsx delete mode 100644 src/Components/Actions/ImageDownloadButton/index.tsx delete mode 100644 src/Components/Card.tsx delete mode 100644 src/Components/Cards.tsx delete mode 100644 src/Components/Constants.tsx delete mode 100644 src/Components/Elements/ColorLegend.tsx delete mode 100644 src/Components/Elements/GraphFooter.tsx delete mode 100644 src/Components/Elements/GraphHeader.tsx delete mode 100644 src/Components/Elements/Tooltip.tsx delete mode 100644 src/Components/Filter.tsx delete mode 100644 src/Components/Graphs/Maps/ChoroplethMap/Graph.tsx delete mode 100644 src/Components/Graphs/Maps/ChoroplethMap/index.tsx delete mode 100644 src/Components/Graphs/Maps/MapData/worldMap.json delete mode 100644 src/Components/Header.tsx delete mode 100644 src/Components/ProgrammeContext.tsx delete mode 100644 src/Components/ProgrammeTree.tsx delete mode 100644 src/Components/TooltipContent.tsx delete mode 100644 src/Components/Typography/FootNote.tsx delete mode 100644 src/Components/Typography/GraphDescription.tsx delete mode 100644 src/Components/Typography/GraphTitle.tsx delete mode 100644 src/Components/Typography/Source.tsx delete mode 100644 src/Types.tsx delete mode 100644 src/Utils/checkIfNullOrUndefined.tsx delete mode 100644 src/Utils/constants.tsx delete mode 100644 src/Utils/countryFilters.tsx delete mode 100644 src/Utils/filterProgrammes.tsx delete mode 100644 src/Utils/generateTags.tsx delete mode 100644 src/Utils/getArc.tsx delete mode 100644 src/Utils/getEmbedCode.tsx delete mode 100644 src/Utils/getPercentile.tsx delete mode 100644 src/Utils/getQueryParamsFromLink.tsx delete mode 100644 src/Utils/numberFormattingFunction.tsx delete mode 100644 src/Utils/removeOutliers.tsx create mode 100644 src/styles.css diff --git a/.eslintrc.json b/.eslintrc.json index eb5f1f2..6337ba8 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -35,7 +35,6 @@ "no-nested-ternary": 0, "react/no-array-index-key": 0, "react/react-in-jsx-scope": 0, - "@typescript-eslint/no-explicit-any": 0, "jsx-quotes": [2, "prefer-single"], "no-unused-vars": ["error", { "argsIgnorePattern": "^_" }], "@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }] diff --git a/.github/workflows/azure-static-web-apps-lemon-tree-0968b0103.yml b/.github/workflows/azure-static-web-apps-lemon-tree-0968b0103.yml deleted file mode 100644 index 0c80ce7..0000000 --- a/.github/workflows/azure-static-web-apps-lemon-tree-0968b0103.yml +++ /dev/null @@ -1,46 +0,0 @@ -name: Azure Static Web Apps CI/CD - -on: - push: - branches: - - main - pull_request: - types: [opened, synchronize, reopened, closed] - branches: - - main - -jobs: - build_and_deploy_job: - if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') - runs-on: ubuntu-latest - name: Build and Deploy Job - steps: - - uses: actions/checkout@v3 - with: - submodules: true - lfs: false - - name: Build And Deploy - id: builddeploy - uses: Azure/static-web-apps-deploy@v1 - with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_LEMON_TREE_0968B0103 }} - repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) - action: "upload" - ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### - # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig - app_location: "/" # App source code path - api_location: "" # Api source code path - optional - output_location: "build" # Built app content directory - optional - ###### End of Repository/Build Configurations ###### - - close_pull_request_job: - if: github.event_name == 'pull_request' && github.event.action == 'closed' - runs-on: ubuntu-latest - name: Close Pull Request Job - steps: - - name: Close Pull Request - id: closepullrequest - uses: Azure/static-web-apps-deploy@v1 - with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_LEMON_TREE_0968B0103 }} - action: "close" diff --git a/index.html b/index.html index c28a673..d2e5b2c 100644 --- a/index.html +++ b/index.html @@ -1,20 +1,26 @@ - - - - - - UNDP Data Futures Exchange - - - - - - - -
- - - - \ No newline at end of file + + + + + UNDP Data Futures Exchange + + + + + + +
+ + + diff --git a/package-lock.json b/package-lock.json index d795415..23ebdd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,70 +8,17 @@ "name": "dv-visualization_template-viz", "version": "0.0.0", "dependencies": { - "@ant-design/icons": "^5.3.7", - "antd": "^5.13.1", - "d3-array": "^3.2.4", - "d3-delaunay": "^6.0.4", - "d3-fetch": "^3.0.1", - "d3-format": "^3.1.0", - "d3-geo": "^3.1.0", - "d3-queue": "^3.0.7", - "d3-request": "^1.0.6", - "d3-scale": "^4.0.2", - "d3-selection": "^3.0.0", - "d3-shape": "^3.2.0", - "d3-zoom": "^3.0.0", - "date-fns": "^3.3.1", - "dom-to-image": "^2.6.0", - "file-saver": "^2.0.5", - "lodash.flattendeep": "^4.4.0", - "lodash.max": "^4.0.1", - "lodash.maxby": "^4.6.0", - "lodash.min": "^4.0.1", - "lodash.minby": "^4.6.0", - "lodash.orderby": "^4.6.0", - "lodash.reverse": "^4.0.1", - "lodash.sortby": "^4.7.0", - "lodash.sum": "^4.0.2", - "lodash.sumby": "^4.6.0", - "lodash.uniqby": "^4.7.0", - "lucide-react": "^0.400.0", + "@undp-data/undp-visualization-library": "^1.0.26", + "antd": "^5.18.3", + "lucide-react": "^0.309.0", "react": "^18.2.0", - "react-csv": "^2.2.2", "react-dom": "^18.2.0", - "styled-components": "^6.0.1", - "undp-viz-colors": "^1.0.7", - "xlsx": "^0.18.5" + "styled-components": "^6.1.13", + "undp-viz-colors": "^1.0.7" }, "devDependencies": { - "@types/d3-array": "^3.0.5", - "@types/d3-delaunay": "^6.0.4", - "@types/d3-fetch": "^3.0.7", - "@types/d3-format": "^3.0.1", - "@types/d3-geo": "^3.0.3", - "@types/d3-queue": "^3.0.10", - "@types/d3-request": "^1.0.9", - "@types/d3-scale": "^4.0.3", - "@types/d3-selection": "^3.0.5", - "@types/d3-shape": "^3.1.1", - "@types/d3-zoom": "^3.0.3", - "@types/dom-to-image": "^2.6.4", - "@types/file-saver": "^2.0.5", - "@types/lodash.flattendeep": "^4.4.7", - "@types/lodash.max": "^4.0.7", - "@types/lodash.maxby": "^4.6.7", - "@types/lodash.min": "^4.0.7", - "@types/lodash.minby": "^4.6.7", - "@types/lodash.orderby": "^4.6.9", - "@types/lodash.reverse": "^4.0.9", - "@types/lodash.sortby": "^4.7.7", - "@types/lodash.sum": "^4.0.7", - "@types/lodash.sumby": "^4.6.7", - "@types/lodash.uniqby": "^4.7.7", "@types/react": "^18.0.27", - "@types/react-csv": "^1.1.3", "@types/react-dom": "^18.0.10", - "@types/xlsx": "^0.0.36", "@typescript-eslint/eslint-plugin": "^5.51.0", "@typescript-eslint/parser": "^5.51.0", "@vitejs/plugin-react": "^3.1.0", @@ -98,6 +45,7 @@ "version": "2.2.0", "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", + "dev": true, "dependencies": { "@jridgewell/gen-mapping": "^0.1.0", "@jridgewell/trace-mapping": "^0.3.9" @@ -115,9 +63,9 @@ } }, "node_modules/@ant-design/cssinjs": { - "version": "1.18.2", - "resolved": "https://registry.npmjs.org/@ant-design/cssinjs/-/cssinjs-1.18.2.tgz", - "integrity": "sha512-514V9rjLaFYb3v4s55/8bg2E6fb81b99s3crDZf4nSwtiDLLXs8axnIph+q2TVkY2hbJPZOn/cVsVcnLkzFy7w==", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/@ant-design/cssinjs/-/cssinjs-1.21.0.tgz", + "integrity": "sha512-gIilraPl+9EoKdYxnupxjHB/Q6IHNRjEXszKbDxZdsgv4sAZ9pjkCq8yanDWNvyfjp4leir2OVAJm0vxwKK8YA==", "dependencies": { "@babel/runtime": "^7.11.1", "@emotion/hash": "^0.8.0", @@ -132,11 +80,6 @@ "react-dom": ">=16.0.0" } }, - "node_modules/@ant-design/cssinjs/node_modules/@emotion/unitless": { - "version": "0.7.5", - "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz", - "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==" - }, "node_modules/@ant-design/icons": { "version": "5.3.7", "resolved": "https://registry.npmjs.org/@ant-design/icons/-/icons-5.3.7.tgz", @@ -162,9 +105,9 @@ "integrity": "sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==" }, "node_modules/@ant-design/react-slick": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@ant-design/react-slick/-/react-slick-1.0.2.tgz", - "integrity": "sha512-Wj8onxL/T8KQLFFiCA4t8eIRGpRR+UPgOdac2sYzonv+i0n3kXHmvHLLiOYL655DQx2Umii9Y9nNgL7ssu5haQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@ant-design/react-slick/-/react-slick-1.1.2.tgz", + "integrity": "sha512-EzlvzE6xQUBrZuuhSAFTdsr4P2bBBHGZwKFemEfq8gIGyIQCxalYfZW/T2ORbtQx5rU69o+WycP3exY/7T1hGA==", "dependencies": { "@babel/runtime": "^7.10.4", "classnames": "^2.2.5", @@ -176,76 +119,42 @@ "react": ">=16.9.0" } }, - "node_modules/@babel/cli": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.22.5.tgz", - "integrity": "sha512-N5d7MjzwsQ2wppwjhrsicVDhJSqF9labEP/swYiHhio4Ca2XjEehpgPmerjnLQl7BPE59BLud0PTWGYwqFl/cQ==", - "dependencies": { - "@jridgewell/trace-mapping": "^0.3.17", - "commander": "^4.0.1", - "convert-source-map": "^1.1.0", - "fs-readdir-recursive": "^1.1.0", - "glob": "^7.2.0", - "make-dir": "^2.1.0", - "slash": "^2.0.0" - }, - "bin": { - "babel": "bin/babel.js", - "babel-external-helpers": "bin/babel-external-helpers.js" - }, - "engines": { - "node": ">=6.9.0" - }, - "optionalDependencies": { - "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3", - "chokidar": "^3.4.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/cli/node_modules/slash": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", - "engines": { - "node": ">=6" - } - }, "node_modules/@babel/code-frame": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz", - "integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", + "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", "dependencies": { - "@babel/highlight": "^7.22.5" + "@babel/highlight": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/compat-data": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.5.tgz", - "integrity": "sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==", + "version": "7.20.14", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.14.tgz", + "integrity": "sha512-0YpKHD6ImkWMEINCyDAD0HLLUH/lPCefG8ld9it8DJB2wnApraKuhgYTvTY1z7UFIfBTGy5LwncZ+5HWWGbhFw==", + "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.5.tgz", - "integrity": "sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==", - "dependencies": { - "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.22.5", - "@babel/generator": "^7.22.5", - "@babel/helper-compilation-targets": "^7.22.5", - "@babel/helper-module-transforms": "^7.22.5", - "@babel/helpers": "^7.22.5", - "@babel/parser": "^7.22.5", - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.5", - "@babel/types": "^7.22.5", + "version": "7.20.12", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.12.tgz", + "integrity": "sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==", + "dev": true, + "dependencies": { + "@ampproject/remapping": "^2.1.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.20.7", + "@babel/helper-compilation-targets": "^7.20.7", + "@babel/helper-module-transforms": "^7.20.11", + "@babel/helpers": "^7.20.7", + "@babel/parser": "^7.20.7", + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.20.12", + "@babel/types": "^7.20.7", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -288,13 +197,13 @@ } }, "node_modules/@babel/generator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.5.tgz", - "integrity": "sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==", + "version": "7.20.14", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.14.tgz", + "integrity": "sha512-AEmuXHdcD3A52HHXxaTmYlb8q/xMEhoRP67B3T4Oq7lbmSoqroMZzjnGj3+i1io3pdnF8iBYVu4Ilj+c4hBxYg==", + "dev": true, "dependencies": { - "@babel/types": "^7.22.5", + "@babel/types": "^7.20.7", "@jridgewell/gen-mapping": "^0.3.2", - "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" }, "engines": { @@ -302,9 +211,10 @@ } }, "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", - "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, "dependencies": { "@jridgewell/set-array": "^1.0.1", "@jridgewell/sourcemap-codec": "^1.4.10", @@ -315,11 +225,12 @@ } }, "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", - "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", + "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", + "dev": true, "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" @@ -329,6 +240,7 @@ "version": "7.18.9", "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz", "integrity": "sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==", + "dev": true, "dependencies": { "@babel/helper-explode-assignable-expression": "^7.18.6", "@babel/types": "^7.18.9" @@ -338,12 +250,13 @@ } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz", - "integrity": "sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz", + "integrity": "sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==", + "dev": true, "dependencies": { - "@babel/compat-data": "^7.22.5", - "@babel/helper-validator-option": "^7.22.5", + "@babel/compat-data": "^7.20.5", + "@babel/helper-validator-option": "^7.18.6", "browserslist": "^4.21.3", "lru-cache": "^5.1.1", "semver": "^6.3.0" @@ -356,19 +269,19 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.5.tgz", - "integrity": "sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-function-name": "^7.22.5", - "@babel/helper-member-expression-to-functions": "^7.22.5", - "@babel/helper-optimise-call-expression": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.5", - "semver": "^6.3.0" + "version": "7.20.12", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.12.tgz", + "integrity": "sha512-9OunRkbT0JQcednL0UFvbfXpAsUXiGjUk0a7sN8fUXX7Mue79cUSMjHGDRRi/Vz9vYlpIhLV5fMD5dKoMhhsNQ==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.19.0", + "@babel/helper-member-expression-to-functions": "^7.20.7", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/helper-replace-supers": "^7.20.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", + "@babel/helper-split-export-declaration": "^7.18.6" }, "engines": { "node": ">=6.9.0" @@ -381,6 +294,7 @@ "version": "7.20.5", "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.20.5.tgz", "integrity": "sha512-m68B1lkg3XDGX5yCvGO0kPx3v9WIYLnzjKfPcQiwntEQa5ZeRkPmo2X/ISJc8qxWGfwUr+kvZAeEzAwLec2r2w==", + "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.18.6", "regexpu-core": "^5.2.1" @@ -396,6 +310,7 @@ "version": "0.3.3", "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz", "integrity": "sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==", + "dev": true, "dependencies": { "@babel/helper-compilation-targets": "^7.17.7", "@babel/helper-plugin-utils": "^7.16.7", @@ -409,9 +324,10 @@ } }, "node_modules/@babel/helper-environment-visitor": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz", - "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", + "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", + "dev": true, "engines": { "node": ">=6.9.0" } @@ -420,6 +336,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz", "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==", + "dev": true, "dependencies": { "@babel/types": "^7.18.6" }, @@ -428,83 +345,89 @@ } }, "node_modules/@babel/helper-function-name": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz", - "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz", + "integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==", + "dev": true, "dependencies": { - "@babel/template": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/template": "^7.18.10", + "@babel/types": "^7.19.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-hoist-variables": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", - "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", + "dev": true, "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.5.tgz", - "integrity": "sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.20.7.tgz", + "integrity": "sha512-9J0CxJLq315fEdi4s7xK5TQaNYjZw+nDVpVqr1axNGKzdrdwYBD5b4uKv3n75aABG0rCCTK8Im8Ww7eYfMrZgw==", + "dev": true, "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.20.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz", - "integrity": "sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", + "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz", - "integrity": "sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==", + "version": "7.20.11", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz", + "integrity": "sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==", + "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-module-imports": "^7.22.5", - "@babel/helper-simple-access": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.5", - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.20.2", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.19.1", + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.20.10", + "@babel/types": "^7.20.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz", - "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz", + "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==", + "dev": true, "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz", - "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz", + "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==", + "dev": true, "engines": { "node": ">=6.9.0" } @@ -513,6 +436,7 @@ "version": "7.18.9", "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz", "integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==", + "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.18.6", "@babel/helper-environment-visitor": "^7.18.9", @@ -527,74 +451,79 @@ } }, "node_modules/@babel/helper-replace-supers": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.5.tgz", - "integrity": "sha512-aLdNM5I3kdI/V9xGNyKSF3X/gTyMUBohTZ+/3QdQKAA9vxIiy12E+8E2HoOP1/DjeqU+g6as35QHJNMDDYpuCg==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.20.7.tgz", + "integrity": "sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==", + "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-member-expression-to-functions": "^7.22.5", - "@babel/helper-optimise-call-expression": "^7.22.5", - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-member-expression-to-functions": "^7.20.7", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.20.7", + "@babel/types": "^7.20.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-simple-access": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", - "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz", + "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==", + "dev": true, "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.20.2" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz", - "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==", + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz", + "integrity": "sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==", + "dev": true, "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.20.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-split-export-declaration": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.5.tgz", - "integrity": "sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", + "dev": true, "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-string-parser": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz", - "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==", + "version": "7.19.4", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz", + "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz", - "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==", + "version": "7.19.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", + "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz", - "integrity": "sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", + "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", + "dev": true, "engines": { "node": ">=6.9.0" } @@ -603,6 +532,7 @@ "version": "7.20.5", "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz", "integrity": "sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==", + "dev": true, "dependencies": { "@babel/helper-function-name": "^7.19.0", "@babel/template": "^7.18.10", @@ -614,24 +544,25 @@ } }, "node_modules/@babel/helpers": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.5.tgz", - "integrity": "sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==", + "version": "7.20.13", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.13.tgz", + "integrity": "sha512-nzJ0DWCL3gB5RCXbUO3KIMMsBY2Eqbx8mBpKGE/02PgyRQFcPQLbkQ1vyy596mZLaP+dAfD+R4ckASzNVmW3jg==", + "dev": true, "dependencies": { - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.20.13", + "@babel/types": "^7.20.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/highlight": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz", - "integrity": "sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", "dependencies": { - "@babel/helper-validator-identifier": "^7.22.5", + "@babel/helper-validator-identifier": "^7.18.6", "chalk": "^2.0.0", "js-tokens": "^4.0.0" }, @@ -640,9 +571,10 @@ } }, "node_modules/@babel/parser": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.5.tgz", - "integrity": "sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==", + "version": "7.20.15", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.15.tgz", + "integrity": "sha512-DI4a1oZuf8wC+oAJA9RW6ga3Zbe8RZFt7kD9i4qAspz3I/yHet1VvC3DiSy/fsUvv5pvJuNPh0LPOdCcqinDPg==", + "dev": true, "bin": { "parser": "bin/babel-parser.js" }, @@ -654,6 +586,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz", "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6" }, @@ -668,6 +601,7 @@ "version": "7.20.7", "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.20.7.tgz", "integrity": "sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.20.2", "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", @@ -680,24 +614,11 @@ "@babel/core": "^7.13.0" } }, - "node_modules/@babel/plugin-external-helpers": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-external-helpers/-/plugin-external-helpers-7.22.5.tgz", - "integrity": "sha512-ngnNEWxmykPk82mH4ajZT0qTztr3Je6hrMuKAslZVM8G1YZTENJSYwrIGtt6KOtznug3exmAtF4so/nPqJuA4A==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-proposal-async-generator-functions": { "version": "7.20.7", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz", "integrity": "sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==", + "dev": true, "dependencies": { "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-plugin-utils": "^7.20.2", @@ -715,6 +636,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", + "dev": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -730,6 +652,7 @@ "version": "7.20.7", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.20.7.tgz", "integrity": "sha512-AveGOoi9DAjUYYuUAG//Ig69GlazLnoyzMw68VCDux+c1tsnnH/OkYcpz/5xzMkEFC6UxjR5Gw1c+iY2wOGVeQ==", + "dev": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.20.7", "@babel/helper-plugin-utils": "^7.20.2", @@ -765,6 +688,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6", "@babel/plugin-syntax-dynamic-import": "^7.8.3" @@ -780,6 +704,7 @@ "version": "7.18.9", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz", "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.9", "@babel/plugin-syntax-export-namespace-from": "^7.8.3" @@ -795,6 +720,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6", "@babel/plugin-syntax-json-strings": "^7.8.3" @@ -810,6 +736,7 @@ "version": "7.20.7", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz", "integrity": "sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.20.2", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" @@ -825,6 +752,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" @@ -840,6 +768,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6", "@babel/plugin-syntax-numeric-separator": "^7.10.4" @@ -855,6 +784,7 @@ "version": "7.20.7", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz", "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==", + "dev": true, "dependencies": { "@babel/compat-data": "^7.20.5", "@babel/helper-compilation-targets": "^7.20.7", @@ -873,6 +803,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6", "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" @@ -888,6 +819,7 @@ "version": "7.20.7", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.20.7.tgz", "integrity": "sha512-T+A7b1kfjtRM51ssoOfS1+wbyCVqorfyZhT99TvxxLMirPShD8CzKMRepMlCBGM5RpHMbn8s+5MMHnPstJH6mQ==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.20.2", "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", @@ -904,6 +836,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", + "dev": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -919,6 +852,7 @@ "version": "7.20.5", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.20.5.tgz", "integrity": "sha512-Vq7b9dUA12ByzB4EjQTPo25sFhY+08pQDBSZRtUAkj7lb7jahaHR5igera16QZ+3my1nYR4dKsNdYj5IjPHilQ==", + "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.18.6", "@babel/helper-create-class-features-plugin": "^7.20.5", @@ -936,6 +870,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", + "dev": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -951,6 +886,7 @@ "version": "7.8.4", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -962,6 +898,7 @@ "version": "7.12.13", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.12.13" }, @@ -973,6 +910,7 @@ "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -1002,6 +940,7 @@ "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -1013,6 +952,7 @@ "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.8.3" }, @@ -1039,6 +979,7 @@ "version": "7.20.0", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz", "integrity": "sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.19.0" }, @@ -1053,6 +994,7 @@ "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -1061,11 +1003,12 @@ } }, "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz", - "integrity": "sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz", + "integrity": "sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.18.6" }, "engines": { "node": ">=6.9.0" @@ -1078,6 +1021,7 @@ "version": "7.10.4", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, @@ -1089,6 +1033,7 @@ "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -1100,6 +1045,7 @@ "version": "7.10.4", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, @@ -1111,6 +1057,7 @@ "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -1122,6 +1069,7 @@ "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -1133,6 +1081,7 @@ "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -1144,6 +1093,7 @@ "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -1158,6 +1108,7 @@ "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -1169,11 +1120,12 @@ } }, "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.22.5.tgz", - "integrity": "sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==", + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.20.0.tgz", + "integrity": "sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.19.0" }, "engines": { "node": ">=6.9.0" @@ -1186,6 +1138,7 @@ "version": "7.20.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.20.7.tgz", "integrity": "sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.20.2" }, @@ -1200,6 +1153,7 @@ "version": "7.20.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.20.7.tgz", "integrity": "sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==", + "dev": true, "dependencies": { "@babel/helper-module-imports": "^7.18.6", "@babel/helper-plugin-utils": "^7.20.2", @@ -1216,6 +1170,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz", "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6" }, @@ -1230,6 +1185,7 @@ "version": "7.20.15", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.15.tgz", "integrity": "sha512-Vv4DMZ6MiNOhu/LdaZsT/bsLRxgL94d269Mv4R/9sp6+Mp++X/JqypZYypJXLlM4mlL352/Egzbzr98iABH1CA==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.20.2" }, @@ -1244,6 +1200,7 @@ "version": "7.20.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.20.7.tgz", "integrity": "sha512-LWYbsiXTPKl+oBlXUGlwNlJZetXD5Am+CyBdqhPsDVjM9Jc8jwBJFrKhHf900Kfk2eZG1y9MAG3UNajol7A4VQ==", + "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.18.6", "@babel/helper-compilation-targets": "^7.20.7", @@ -1266,6 +1223,7 @@ "version": "7.20.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.20.7.tgz", "integrity": "sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.20.2", "@babel/template": "^7.20.7" @@ -1281,6 +1239,7 @@ "version": "7.20.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.7.tgz", "integrity": "sha512-Xwg403sRrZb81IVB79ZPqNQME23yhugYVqgTxAhT99h485F4f+GMELFhhOsscDUB7HCswepKeCKLn/GZvUKoBA==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.20.2" }, @@ -1295,6 +1254,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz", "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==", + "dev": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -1310,6 +1270,7 @@ "version": "7.18.9", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz", "integrity": "sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.9" }, @@ -1324,6 +1285,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz", "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==", + "dev": true, "dependencies": { "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -1355,6 +1317,7 @@ "version": "7.18.8", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz", "integrity": "sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6" }, @@ -1369,6 +1332,7 @@ "version": "7.18.9", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz", "integrity": "sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==", + "dev": true, "dependencies": { "@babel/helper-compilation-targets": "^7.18.9", "@babel/helper-function-name": "^7.18.9", @@ -1385,6 +1349,7 @@ "version": "7.18.9", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz", "integrity": "sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.9" }, @@ -1399,6 +1364,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz", "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6" }, @@ -1413,6 +1379,7 @@ "version": "7.20.11", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.20.11.tgz", "integrity": "sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==", + "dev": true, "dependencies": { "@babel/helper-module-transforms": "^7.20.11", "@babel/helper-plugin-utils": "^7.20.2" @@ -1425,13 +1392,14 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.5.tgz", - "integrity": "sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==", + "version": "7.20.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.20.11.tgz", + "integrity": "sha512-S8e1f7WQ7cimJQ51JkAaDrEtohVEitXjgCGAS2N8S31Y42E+kWwfSz83LYz57QdBm7q9diARVqanIaH2oVgQnw==", + "dev": true, "dependencies": { - "@babel/helper-module-transforms": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-simple-access": "^7.22.5" + "@babel/helper-module-transforms": "^7.20.11", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-simple-access": "^7.20.2" }, "engines": { "node": ">=6.9.0" @@ -1444,6 +1412,7 @@ "version": "7.20.11", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.20.11.tgz", "integrity": "sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==", + "dev": true, "dependencies": { "@babel/helper-hoist-variables": "^7.18.6", "@babel/helper-module-transforms": "^7.20.11", @@ -1461,6 +1430,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz", "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==", + "dev": true, "dependencies": { "@babel/helper-module-transforms": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -1476,6 +1446,7 @@ "version": "7.20.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.20.5.tgz", "integrity": "sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==", + "dev": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.20.5", "@babel/helper-plugin-utils": "^7.20.2" @@ -1491,6 +1462,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz", "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6" }, @@ -1505,6 +1477,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz", "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6", "@babel/helper-replace-supers": "^7.18.6" @@ -1520,6 +1493,7 @@ "version": "7.20.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.7.tgz", "integrity": "sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.20.2" }, @@ -1534,6 +1508,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz", "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6" }, @@ -1548,6 +1523,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.18.6.tgz", "integrity": "sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6" }, @@ -1562,6 +1538,7 @@ "version": "7.20.13", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.20.13.tgz", "integrity": "sha512-MmTZx/bkUrfJhhYAYt3Urjm+h8DQGrPrnKQ94jLo7NLuOU+T89a7IByhKmrb8SKhrIYIQ0FN0CHMbnFRen4qNw==", + "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.18.6", "@babel/helper-module-imports": "^7.18.6", @@ -1580,6 +1557,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.18.6.tgz", "integrity": "sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==", + "dev": true, "dependencies": { "@babel/plugin-transform-react-jsx": "^7.18.6" }, @@ -1624,6 +1602,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.18.6.tgz", "integrity": "sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==", + "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -1639,6 +1618,7 @@ "version": "7.20.5", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.20.5.tgz", "integrity": "sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.20.2", "regenerator-transform": "^0.15.1" @@ -1654,6 +1634,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz", "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6" }, @@ -1688,6 +1669,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz", "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6" }, @@ -1702,6 +1684,7 @@ "version": "7.20.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.20.7.tgz", "integrity": "sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.20.2", "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0" @@ -1717,6 +1700,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz", "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6" }, @@ -1731,6 +1715,7 @@ "version": "7.18.9", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz", "integrity": "sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.9" }, @@ -1745,6 +1730,7 @@ "version": "7.18.9", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz", "integrity": "sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.9" }, @@ -1756,14 +1742,14 @@ } }, "node_modules/@babel/plugin-transform-typescript": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.22.5.tgz", - "integrity": "sha512-SMubA9S7Cb5sGSFFUlqxyClTA9zWJ8qGQrppNUm05LtFuN1ELRFNndkix4zUJrC9F+YivWwa1dHMSyo0e0N9dA==", + "version": "7.20.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.20.13.tgz", + "integrity": "sha512-O7I/THxarGcDZxkgWKMUrk7NK1/WbHAg3Xx86gqS6x9MTrNL6AwIluuZ96ms4xeDe6AVx6rjHbWHP7x26EPQBA==", + "dev": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-typescript": "^7.22.5" + "@babel/helper-create-class-features-plugin": "^7.20.12", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-typescript": "^7.20.0" }, "engines": { "node": ">=6.9.0" @@ -1776,6 +1762,7 @@ "version": "7.18.10", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz", "integrity": "sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.9" }, @@ -1790,6 +1777,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz", "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==", + "dev": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -1805,6 +1793,7 @@ "version": "7.20.2", "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.20.2.tgz", "integrity": "sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==", + "dev": true, "dependencies": { "@babel/compat-data": "^7.20.1", "@babel/helper-compilation-targets": "^7.20.0", @@ -1893,6 +1882,7 @@ "version": "0.1.5", "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz", "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", @@ -1908,6 +1898,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.18.6.tgz", "integrity": "sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6", "@babel/helper-validator-option": "^7.18.6", @@ -1924,15 +1915,14 @@ } }, "node_modules/@babel/preset-typescript": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.22.5.tgz", - "integrity": "sha512-YbPaal9LxztSGhmndR46FmAbkJ/1fAsw293tSU+I5E5h+cnJ3d4GTwyUgGYmOXJYdGA+uNePle4qbaRzj2NISQ==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.18.6.tgz", + "integrity": "sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-option": "^7.22.5", - "@babel/plugin-syntax-jsx": "^7.22.5", - "@babel/plugin-transform-modules-commonjs": "^7.22.5", - "@babel/plugin-transform-typescript": "^7.22.5" + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-validator-option": "^7.18.6", + "@babel/plugin-transform-typescript": "^7.18.6" }, "engines": { "node": ">=6.9.0" @@ -1944,12 +1934,13 @@ "node_modules/@babel/regjsgen": { "version": "0.8.0", "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" + "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", + "dev": true }, "node_modules/@babel/runtime": { - "version": "7.23.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz", - "integrity": "sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.7.tgz", + "integrity": "sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -1976,31 +1967,33 @@ "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" }, "node_modules/@babel/template": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz", - "integrity": "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", + "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", + "dev": true, "dependencies": { - "@babel/code-frame": "^7.22.5", - "@babel/parser": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.5.tgz", - "integrity": "sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==", - "dependencies": { - "@babel/code-frame": "^7.22.5", - "@babel/generator": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-function-name": "^7.22.5", - "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.5", - "@babel/parser": "^7.22.5", - "@babel/types": "^7.22.5", + "version": "7.20.13", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.13.tgz", + "integrity": "sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.20.7", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.19.0", + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.20.13", + "@babel/types": "^7.20.7", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -2009,12 +2002,12 @@ } }, "node_modules/@babel/types": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz", - "integrity": "sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.7.tgz", + "integrity": "sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==", "dependencies": { - "@babel/helper-string-parser": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.5", + "@babel/helper-string-parser": "^7.19.4", + "@babel/helper-validator-identifier": "^7.19.1", "to-fast-properties": "^2.0.0" }, "engines": { @@ -2029,35 +2022,190 @@ "node": ">=10" } }, - "node_modules/@emotion/hash": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz", - "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==" - }, - "node_modules/@emotion/is-prop-valid": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.1.tgz", - "integrity": "sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw==", + "node_modules/@emotion/babel-plugin": { + "version": "11.13.5", + "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.13.5.tgz", + "integrity": "sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==", + "license": "MIT", "dependencies": { - "@emotion/memoize": "^0.8.1" + "@babel/helper-module-imports": "^7.16.7", + "@babel/runtime": "^7.18.3", + "@emotion/hash": "^0.9.2", + "@emotion/memoize": "^0.9.0", + "@emotion/serialize": "^1.3.3", + "babel-plugin-macros": "^3.1.0", + "convert-source-map": "^1.5.0", + "escape-string-regexp": "^4.0.0", + "find-root": "^1.1.0", + "source-map": "^0.5.7", + "stylis": "4.2.0" } }, - "node_modules/@emotion/memoize": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.1.tgz", - "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==" - }, - "node_modules/@emotion/unitless": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.1.tgz", - "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==" + "node_modules/@emotion/babel-plugin/node_modules/@emotion/hash": { + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz", + "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==", + "license": "MIT" }, - "node_modules/@esbuild/android-arm": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.16.17.tgz", - "integrity": "sha512-N9x1CMXVhtWEAMS7pNNONyA14f71VPQN9Cnavj1XQh6T7bskqiLLrSca4O0Vr8Wdcga943eThxnVp3JLnBMYtw==", - "cpu": [ - "arm" + "node_modules/@emotion/babel-plugin/node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@emotion/babel-plugin/node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@emotion/babel-plugin/node_modules/stylis": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz", + "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==", + "license": "MIT" + }, + "node_modules/@emotion/cache": { + "version": "11.14.0", + "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.14.0.tgz", + "integrity": "sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==", + "license": "MIT", + "dependencies": { + "@emotion/memoize": "^0.9.0", + "@emotion/sheet": "^1.4.0", + "@emotion/utils": "^1.4.2", + "@emotion/weak-memoize": "^0.4.0", + "stylis": "4.2.0" + } + }, + "node_modules/@emotion/cache/node_modules/stylis": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz", + "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==", + "license": "MIT" + }, + "node_modules/@emotion/hash": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz", + "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==" + }, + "node_modules/@emotion/is-prop-valid": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.2.tgz", + "integrity": "sha512-uNsoYd37AFmaCdXlg6EYD1KaPOaRWRByMCYzbKUX4+hhMfrxdVSelShywL4JVaAeM/eHUOSprYBQls+/neX3pw==", + "license": "MIT", + "dependencies": { + "@emotion/memoize": "^0.8.1" + } + }, + "node_modules/@emotion/is-prop-valid/node_modules/@emotion/memoize": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.1.tgz", + "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==", + "license": "MIT" + }, + "node_modules/@emotion/memoize": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz", + "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==", + "license": "MIT" + }, + "node_modules/@emotion/react": { + "version": "11.14.0", + "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.14.0.tgz", + "integrity": "sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.18.3", + "@emotion/babel-plugin": "^11.13.5", + "@emotion/cache": "^11.14.0", + "@emotion/serialize": "^1.3.3", + "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0", + "@emotion/utils": "^1.4.2", + "@emotion/weak-memoize": "^0.4.0", + "hoist-non-react-statics": "^3.3.1" + }, + "peerDependencies": { + "react": ">=16.8.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@emotion/serialize": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.3.tgz", + "integrity": "sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==", + "license": "MIT", + "dependencies": { + "@emotion/hash": "^0.9.2", + "@emotion/memoize": "^0.9.0", + "@emotion/unitless": "^0.10.0", + "@emotion/utils": "^1.4.2", + "csstype": "^3.0.2" + } + }, + "node_modules/@emotion/serialize/node_modules/@emotion/hash": { + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz", + "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==", + "license": "MIT" + }, + "node_modules/@emotion/serialize/node_modules/@emotion/unitless": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.10.0.tgz", + "integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==", + "license": "MIT" + }, + "node_modules/@emotion/sheet": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.4.0.tgz", + "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==", + "license": "MIT" + }, + "node_modules/@emotion/unitless": { + "version": "0.7.5", + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz", + "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==" + }, + "node_modules/@emotion/use-insertion-effect-with-fallbacks": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.2.0.tgz", + "integrity": "sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==", + "license": "MIT", + "peerDependencies": { + "react": ">=16.8.0" + } + }, + "node_modules/@emotion/utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.4.2.tgz", + "integrity": "sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==", + "license": "MIT" + }, + "node_modules/@emotion/weak-memoize": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz", + "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==", + "license": "MIT" + }, + "node_modules/@esbuild/android-arm": { + "version": "0.16.17", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.16.17.tgz", + "integrity": "sha512-N9x1CMXVhtWEAMS7pNNONyA14f71VPQN9Cnavj1XQh6T7bskqiLLrSca4O0Vr8Wdcga943eThxnVp3JLnBMYtw==", + "cpu": [ + "arm" ], "dev": true, "optional": true, @@ -2442,6 +2590,31 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/@floating-ui/core": { + "version": "1.6.8", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.8.tgz", + "integrity": "sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA==", + "license": "MIT", + "dependencies": { + "@floating-ui/utils": "^0.2.8" + } + }, + "node_modules/@floating-ui/dom": { + "version": "1.6.12", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.12.tgz", + "integrity": "sha512-NP83c0HjokcGVEMeoStg317VD9W7eDlGK7457dMBANbKA6GJZdc7rjujdgqzTaz93jkGgc5P/jeWbaCHnMNc+w==", + "license": "MIT", + "dependencies": { + "@floating-ui/core": "^1.6.0", + "@floating-ui/utils": "^0.2.8" + } + }, + "node_modules/@floating-ui/utils": { + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.8.tgz", + "integrity": "sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==", + "license": "MIT" + }, "node_modules/@humanwhocodes/config-array": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.6.0.tgz", @@ -2466,6 +2639,7 @@ "version": "0.1.1", "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", + "dev": true, "dependencies": { "@jridgewell/set-array": "^1.0.0", "@jridgewell/sourcemap-codec": "^1.4.10" @@ -2478,6 +2652,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "dev": true, "engines": { "node": ">=6.0.0" } @@ -2486,6 +2661,7 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "dev": true, "engines": { "node": ">=6.0.0" } @@ -2493,22 +2669,101 @@ "node_modules/@jridgewell/sourcemap-codec": { "version": "1.4.14", "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==" + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", + "dev": true }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.17", "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz", "integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==", + "dev": true, "dependencies": { "@jridgewell/resolve-uri": "3.1.0", "@jridgewell/sourcemap-codec": "1.4.14" } }, - "node_modules/@nicolo-ribaudo/chokidar-2": { - "version": "2.1.8-no-fsevents.3", - "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz", - "integrity": "sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==", - "optional": true + "node_modules/@mapbox/geojson-rewind": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/@mapbox/geojson-rewind/-/geojson-rewind-0.5.2.tgz", + "integrity": "sha512-tJaT+RbYGJYStt7wI3cq4Nl4SXxG8W7JDG5DMJu97V25RnbNg3QtQtf+KD+VLjNpWKYsRvXDNmNrBgEETr1ifA==", + "license": "ISC", + "dependencies": { + "get-stream": "^6.0.1", + "minimist": "^1.2.6" + }, + "bin": { + "geojson-rewind": "geojson-rewind" + } + }, + "node_modules/@mapbox/jsonlint-lines-primitives": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@mapbox/jsonlint-lines-primitives/-/jsonlint-lines-primitives-2.0.2.tgz", + "integrity": "sha512-rY0o9A5ECsTQRVhv7tL/OyDpGAoUB4tTvLiW1DSzQGq4bvTPhNw1VpSNjDJc5GFZ2XuyOtSWSVN05qOtcD71qQ==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/@mapbox/point-geometry": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-0.1.0.tgz", + "integrity": "sha512-6j56HdLTwWGO0fJPlrZtdU/B13q8Uwmo18Ck2GnGgN9PCFyKTZ3UbXeEdRFh18i9XQ92eH2VdtpJHpBD3aripQ==", + "license": "ISC" + }, + "node_modules/@mapbox/tiny-sdf": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@mapbox/tiny-sdf/-/tiny-sdf-2.0.6.tgz", + "integrity": "sha512-qMqa27TLw+ZQz5Jk+RcwZGH7BQf5G/TrutJhspsca/3SHwmgKQ1iq+d3Jxz5oysPVYTGP6aXxCo5Lk9Er6YBAA==", + "license": "BSD-2-Clause" + }, + "node_modules/@mapbox/unitbezier": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/@mapbox/unitbezier/-/unitbezier-0.0.1.tgz", + "integrity": "sha512-nMkuDXFv60aBr9soUG5q+GvZYL+2KZHVvsqFCzqnkGEf46U2fvmytHaEVc1/YZbiLn8X+eR3QzX1+dwDO1lxlw==", + "license": "BSD-2-Clause" + }, + "node_modules/@mapbox/vector-tile": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@mapbox/vector-tile/-/vector-tile-1.3.1.tgz", + "integrity": "sha512-MCEddb8u44/xfQ3oD+Srl/tNcQoqTw3goGk2oLsrFxOTc3dUp+kAnby3PvAeeBYSMSjSPD1nd1AJA6W49WnoUw==", + "license": "BSD-3-Clause", + "dependencies": { + "@mapbox/point-geometry": "~0.1.0" + } + }, + "node_modules/@mapbox/whoots-js": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@mapbox/whoots-js/-/whoots-js-3.1.0.tgz", + "integrity": "sha512-Es6WcD0nO5l+2BOQS4uLfNPYQaNDfbot3X1XUoloz+x0mPDS3eeORZJl06HXjwBG1fOGwCRnzK88LMdxKRrd6Q==", + "license": "ISC", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@maplibre/maplibre-gl-style-spec": { + "version": "20.4.0", + "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-20.4.0.tgz", + "integrity": "sha512-AzBy3095fTFPjDjmWpR2w6HVRAZJ6hQZUCwk5Plz6EyfnfuQW1odeW5i2Ai47Y6TBA2hQnC+azscjBSALpaWgw==", + "license": "ISC", + "dependencies": { + "@mapbox/jsonlint-lines-primitives": "~2.0.2", + "@mapbox/unitbezier": "^0.0.1", + "json-stringify-pretty-compact": "^4.0.0", + "minimist": "^1.2.8", + "quickselect": "^2.0.0", + "rw": "^1.3.3", + "tinyqueue": "^3.0.0" + }, + "bin": { + "gl-style-format": "dist/gl-style-format.mjs", + "gl-style-migrate": "dist/gl-style-migrate.mjs", + "gl-style-validate": "dist/gl-style-validate.mjs" + } + }, + "node_modules/@maplibre/maplibre-gl-style-spec/node_modules/quickselect": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/quickselect/-/quickselect-2.0.0.tgz", + "integrity": "sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==", + "license": "ISC" }, "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": { "version": "5.1.1-v1", @@ -2576,10 +2831,21 @@ "node": ">= 8" } }, + "node_modules/@rc-component/async-validator": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/@rc-component/async-validator/-/async-validator-5.0.4.tgz", + "integrity": "sha512-qgGdcVIF604M9EqjNF0hbUTz42bz/RDtxWdWuU5EQe3hi7M8ob54B6B35rOsvX5eSvIHIzT9iH1R3n+hk3CGfg==", + "dependencies": { + "@babel/runtime": "^7.24.4" + }, + "engines": { + "node": ">=14.x" + } + }, "node_modules/@rc-component/color-picker": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@rc-component/color-picker/-/color-picker-1.5.1.tgz", - "integrity": "sha512-onyAFhWKXuG4P162xE+7IgaJkPkwM94XlOYnQuu69XdXWMfxpeFi6tpJBsieIMV7EnyLV5J3lDzdLiFeK0iEBA==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@rc-component/color-picker/-/color-picker-1.5.3.tgz", + "integrity": "sha512-+tGGH3nLmYXTalVe0L8hSZNs73VTP5ueSHwUlDC77KKRaN7G4DS4wcpG5DTDzdcV/Yas+rzA6UGgIyzd8fS4cw==", "dependencies": { "@babel/runtime": "^7.23.6", "@ctrl/tinycolor": "^3.6.1", @@ -2650,13 +2916,13 @@ } }, "node_modules/@rc-component/tour": { - "version": "1.12.2", - "resolved": "https://registry.npmjs.org/@rc-component/tour/-/tour-1.12.2.tgz", - "integrity": "sha512-2he76Iwf0cVchI70dHCowR5DCWpPRY9+foNoO1h+TD2cZbsGSoEk+m3jEaFPh4ChXYhdzsxp+0siz8/br91JhA==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@rc-component/tour/-/tour-1.15.0.tgz", + "integrity": "sha512-h6hyILDwL+In9GAgRobwRWihLqqsD7Uft3fZGrJ7L4EiyCoxbnNYwzPXDfz7vNDhWeVyvAWQJj9fJCzpI4+b4g==", "dependencies": { "@babel/runtime": "^7.18.0", "@rc-component/portal": "^1.0.0-9", - "@rc-component/trigger": "^1.3.6", + "@rc-component/trigger": "^2.0.0", "classnames": "^2.3.2", "rc-util": "^5.24.4" }, @@ -2669,9 +2935,9 @@ } }, "node_modules/@rc-component/trigger": { - "version": "1.18.2", - "resolved": "https://registry.npmjs.org/@rc-component/trigger/-/trigger-1.18.2.tgz", - "integrity": "sha512-jRLYgFgjLEPq3MvS87fIhcfuywFSRDaDrYw1FLku7Cm4esszvzTbA0JBsyacAyLrK9rF3TiHFcvoEDMzoD3CTA==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@rc-component/trigger/-/trigger-2.2.0.tgz", + "integrity": "sha512-QarBCji02YE9aRFhZgRZmOpXBj0IZutRippsVBv85sxvG4FGk/vRxwAlkn3MS9zK5mwbETd86mAVg2tKqTkdJA==", "dependencies": { "@babel/runtime": "^7.23.2", "@rc-component/portal": "^1.1.0", @@ -2707,136 +2973,6 @@ "integrity": "sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg==", "dev": true }, - "node_modules/@types/d3-array": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.0.5.tgz", - "integrity": "sha512-Qk7fpJ6qFp+26VeQ47WY0mkwXaiq8+76RJcncDEfMc2ocRzXLO67bLFRNI4OX1aGBoPzsM5Y2T+/m1pldOgD+A==", - "dev": true - }, - "node_modules/@types/d3-color": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.0.tgz", - "integrity": "sha512-HKuicPHJuvPgCD+np6Se9MQvS6OCbJmOjGvylzMJRlDwUXjKTTXs6Pwgk79O09Vj/ho3u1ofXnhFOaEWWPrlwA==", - "dev": true - }, - "node_modules/@types/d3-delaunay": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/@types/d3-delaunay/-/d3-delaunay-6.0.4.tgz", - "integrity": "sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==", - "dev": true - }, - "node_modules/@types/d3-dsv": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@types/d3-dsv/-/d3-dsv-3.0.7.tgz", - "integrity": "sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==", - "dev": true - }, - "node_modules/@types/d3-fetch": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@types/d3-fetch/-/d3-fetch-3.0.7.tgz", - "integrity": "sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==", - "dev": true, - "dependencies": { - "@types/d3-dsv": "*" - } - }, - "node_modules/@types/d3-format": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@types/d3-format/-/d3-format-3.0.1.tgz", - "integrity": "sha512-5KY70ifCCzorkLuIkDe0Z9YTf9RR2CjBX1iaJG+rgM/cPP+sO+q9YdQ9WdhQcgPj1EQiJ2/0+yUkkziTG6Lubg==", - "dev": true - }, - "node_modules/@types/d3-geo": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/d3-geo/-/d3-geo-3.0.3.tgz", - "integrity": "sha512-bK9uZJS3vuDCNeeXQ4z3u0E7OeJZXjUgzFdSOtNtMCJCLvDtWDwfpRVWlyt3y8EvRzI0ccOu9xlMVirawolSCw==", - "dev": true, - "dependencies": { - "@types/geojson": "*" - } - }, - "node_modules/@types/d3-interpolate": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.1.tgz", - "integrity": "sha512-jx5leotSeac3jr0RePOH1KdR9rISG91QIE4Q2PYTu4OymLTZfA3SrnURSLzKH48HmXVUru50b8nje4E79oQSQw==", - "dev": true, - "dependencies": { - "@types/d3-color": "*" - } - }, - "node_modules/@types/d3-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.0.0.tgz", - "integrity": "sha512-0g/A+mZXgFkQxN3HniRDbXMN79K3CdTpLsevj+PXiTcb2hVyvkZUBg37StmgCQkaD84cUJ4uaDAWq7UJOQy2Tg==", - "dev": true - }, - "node_modules/@types/d3-queue": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/@types/d3-queue/-/d3-queue-3.0.10.tgz", - "integrity": "sha512-kYb7UeXKaOWJIkPx1Rx79+D/3wx69XXpkQ8+MWctAu4CUTdVnSOF/AKqC9bgf42sDuL1Fj0eeQSyU62HRqRHWg==", - "dev": true - }, - "node_modules/@types/d3-request": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@types/d3-request/-/d3-request-1.0.9.tgz", - "integrity": "sha512-gD2991YKzdQu5lJGhWHEjptxQvWRZKwZF3QdWqjnqrWfVd15e7/WuL6X2Pl/4sRyLKaXWbB2xuk1tSBPVLlNhg==", - "dev": true, - "dependencies": { - "@types/d3-dsv": "^1" - } - }, - "node_modules/@types/d3-request/node_modules/@types/d3-dsv": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@types/d3-dsv/-/d3-dsv-1.2.8.tgz", - "integrity": "sha512-x1m1s0lVstZQ5/Kzp4bVIMee3fFuDm+hphVnvrYA7wU16XqwgbCBfeVvHYZzVQQIy4jyi3MEtgduLVuwIRCKLQ==", - "dev": true - }, - "node_modules/@types/d3-scale": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.3.tgz", - "integrity": "sha512-PATBiMCpvHJSMtZAMEhc2WyL+hnzarKzI6wAHYjhsonjWJYGq5BXTzQjv4l8m2jO183/4wZ90rKvSeT7o72xNQ==", - "dev": true, - "dependencies": { - "@types/d3-time": "*" - } - }, - "node_modules/@types/d3-selection": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@types/d3-selection/-/d3-selection-3.0.5.tgz", - "integrity": "sha512-xCB0z3Hi8eFIqyja3vW8iV01+OHGYR2di/+e+AiOcXIOrY82lcvWW8Ke1DYE/EUVMsBl4Db9RppSBS3X1U6J0w==", - "dev": true - }, - "node_modules/@types/d3-shape": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.1.tgz", - "integrity": "sha512-6Uh86YFF7LGg4PQkuO2oG6EMBRLuW9cbavUW46zkIO5kuS2PfTqo2o9SkgtQzguBHbLgNnU90UNsITpsX1My+A==", - "dev": true, - "dependencies": { - "@types/d3-path": "*" - } - }, - "node_modules/@types/d3-time": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.0.tgz", - "integrity": "sha512-sZLCdHvBUcNby1cB6Fd3ZBrABbjz3v1Vm90nysCQ6Vt7vd6e/h9Lt7SiJUoEX0l4Dzc7P5llKyhqSi1ycSf1Hg==", - "dev": true - }, - "node_modules/@types/d3-zoom": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/d3-zoom/-/d3-zoom-3.0.3.tgz", - "integrity": "sha512-OWk1yYIIWcZ07+igN6BeoG6rqhnJ/pYe+R1qWFM2DtW49zsoSjgb9G5xB0ZXA8hh2jAzey1XuRmMSoXdKw8MDA==", - "dev": true, - "dependencies": { - "@types/d3-interpolate": "*", - "@types/d3-selection": "*" - } - }, - "node_modules/@types/dom-to-image": { - "version": "2.6.4", - "resolved": "https://registry.npmjs.org/@types/dom-to-image/-/dom-to-image-2.6.4.tgz", - "integrity": "sha512-UddUdGF1qulrSDulkz3K2Ypq527MR6ixlgAzqLbxSiQ0icx0XDlIV+h4+edmjq/1dqn0KgN0xGSe1kI9t+vGuw==", - "dev": true - }, "node_modules/@types/eslint": { "version": "8.21.0", "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.21.0.tgz", @@ -2853,17 +2989,20 @@ "integrity": "sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==", "dev": true }, - "node_modules/@types/file-saver": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@types/file-saver/-/file-saver-2.0.5.tgz", - "integrity": "sha512-zv9kNf3keYegP5oThGLaPk8E081DFDuwfqjtiTzm6PoxChdJ1raSuADf2YGCVIyrSynLrgc8JWv296s7Q7pQSQ==", - "dev": true - }, "node_modules/@types/geojson": { - "version": "7946.0.10", - "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.10.tgz", - "integrity": "sha512-Nmh0K3iWQJzniTuPRcJn5hxXkfB1T1pgB89SBig5PlJQU5yocazeu4jATJlaA0GYFKWMqDdvYemoSnF2pXgLVA==", - "dev": true + "version": "7946.0.15", + "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.15.tgz", + "integrity": "sha512-9oSxFzDCT2Rj6DfcHF8G++jxBKS7mBqXl5xrRW+Kbvjry6Uduya2iiwqHPhVXpasAVMBYKkEPGgKhd3+/HZ6xA==", + "license": "MIT" + }, + "node_modules/@types/geojson-vt": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/@types/geojson-vt/-/geojson-vt-3.2.5.tgz", + "integrity": "sha512-qDO7wqtprzlpe8FfQ//ClPV9xiuoh2nkIgiouIptON9w5jvD/fA4szvP9GBlDVdJ5dldAl0kX/sy3URbWwLx0g==", + "license": "MIT", + "dependencies": { + "@types/geojson": "*" + } }, "node_modules/@types/json-schema": { "version": "7.0.11", @@ -2877,143 +3016,58 @@ "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", "dev": true }, - "node_modules/@types/lodash": { - "version": "4.14.195", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.195.tgz", - "integrity": "sha512-Hwx9EUgdwf2GLarOjQp5ZH8ZmblzcbTBC2wtQWNKARBSxM9ezRIAUpeDTgoQRAFB0+8CNWXVA9+MaSOzOF3nPg==", - "dev": true - }, - "node_modules/@types/lodash.flattendeep": { - "version": "4.4.7", - "resolved": "https://registry.npmjs.org/@types/lodash.flattendeep/-/lodash.flattendeep-4.4.7.tgz", - "integrity": "sha512-1h6GW/AeZw/Wej6uxrqgmdTDZX1yFS39lRsXYkg+3kWvOWWrlGCI6H7lXxlUHOzxDT4QeYGmgPpQ3BX9XevzOg==", - "dev": true, - "dependencies": { - "@types/lodash": "*" - } - }, - "node_modules/@types/lodash.max": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/@types/lodash.max/-/lodash.max-4.0.7.tgz", - "integrity": "sha512-euDqNGd1sriRZfIcWWg94c/UOh6TDbOwtc72UlgczxMXyUUFS5cCVdEUcil9EfZBxkEpd18pVWEOszr4kk9v6w==", - "dev": true, - "dependencies": { - "@types/lodash": "*" - } - }, - "node_modules/@types/lodash.maxby": { - "version": "4.6.7", - "resolved": "https://registry.npmjs.org/@types/lodash.maxby/-/lodash.maxby-4.6.7.tgz", - "integrity": "sha512-IEAUqiNm6L+dKSAx1StBfl+EUT3kMoLKDslTOxzkTlb2HYldIqcQOgavuRdqlTI2yKzSVRZM2ZZbRvKuEpaQaQ==", - "dev": true, - "dependencies": { - "@types/lodash": "*" - } - }, - "node_modules/@types/lodash.min": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/@types/lodash.min/-/lodash.min-4.0.7.tgz", - "integrity": "sha512-hq4vF5lDCiPIgI79BhHcYAxd9PDPvOWXPwTjh6e33d4E2OLieYjptVei2WMwUBW8OZ0X+V57EIdCiQVAG2agOA==", - "dev": true, - "dependencies": { - "@types/lodash": "*" - } - }, - "node_modules/@types/lodash.minby": { - "version": "4.6.7", - "resolved": "https://registry.npmjs.org/@types/lodash.minby/-/lodash.minby-4.6.7.tgz", - "integrity": "sha512-xTsh2c3zn711K0SjV5v9jndFBToyQqCaXoA6oLezfzRauR8RPypBOm0qXqfOLCjgFaBWSyYh6EWEBveVI58Dyg==", - "dev": true, - "dependencies": { - "@types/lodash": "*" - } - }, - "node_modules/@types/lodash.orderby": { - "version": "4.6.9", - "resolved": "https://registry.npmjs.org/@types/lodash.orderby/-/lodash.orderby-4.6.9.tgz", - "integrity": "sha512-T9o2wkIJOmxXwVTPTmwJ59W6eTi2FseiLR369fxszG649Po/xe9vqFNhf/MtnvT5jrbDiyWKxPFPZbpSVK0SVQ==", - "dev": true, - "dependencies": { - "@types/lodash": "*" - } - }, - "node_modules/@types/lodash.reverse": { - "version": "4.0.9", - "resolved": "https://registry.npmjs.org/@types/lodash.reverse/-/lodash.reverse-4.0.9.tgz", - "integrity": "sha512-OQnpryO4vFOd03iD67j76EJ5SFOLDL68c6RSW1VLTnP4ngzAcJARxYoKCUKgnzvObPRdqY1I95Y2L62h4DNkTA==", - "dev": true, - "dependencies": { - "@types/lodash": "*" - } - }, - "node_modules/@types/lodash.sortby": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@types/lodash.sortby/-/lodash.sortby-4.7.7.tgz", - "integrity": "sha512-J/4IS+jQopGBrrRetBXDCX0KnSeXJZ0rOTmGAxR9MWGV24YdHxX8IRi9LCGAU9GKWlBov9KRSfQpuup9PReqrw==", - "dev": true, - "dependencies": { - "@types/lodash": "*" - } - }, - "node_modules/@types/lodash.sum": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/@types/lodash.sum/-/lodash.sum-4.0.7.tgz", - "integrity": "sha512-qCo59kqT0vgNCOKnXuFgWv/LTUVtacyyKLmmmvyRpUkFL+/kFFijlx47GvQRwQvIF5EKw+3xdJg/0bbVEGfL0A==", - "dev": true, + "node_modules/@types/leaflet": { + "version": "1.9.15", + "resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.9.15.tgz", + "integrity": "sha512-7UuggAuAs+mva66gtf2OTB1nEhzU/9JED93TIaOEgvFMvG/dIGQaukHE7izHo1Zd+Ko1L4ETUw7TBc8yUxevpg==", + "license": "MIT", "dependencies": { - "@types/lodash": "*" + "@types/geojson": "*" } }, - "node_modules/@types/lodash.sumby": { - "version": "4.6.7", - "resolved": "https://registry.npmjs.org/@types/lodash.sumby/-/lodash.sumby-4.6.7.tgz", - "integrity": "sha512-KmclwYKp3Lj8Y6zFQrhkd7O0NYdARge7eAVdJ8DlZ3CeDBGeX4DvjWW62dCvK417eGZOj+O54M2as+KGAdsw/w==", - "dev": true, - "dependencies": { - "@types/lodash": "*" - } + "node_modules/@types/mapbox__point-geometry": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/@types/mapbox__point-geometry/-/mapbox__point-geometry-0.1.4.tgz", + "integrity": "sha512-mUWlSxAmYLfwnRBmgYV86tgYmMIICX4kza8YnE/eIlywGe2XoOxlpVnXWwir92xRLjwyarqwpu2EJKD2pk0IUA==", + "license": "MIT" }, - "node_modules/@types/lodash.uniqby": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@types/lodash.uniqby/-/lodash.uniqby-4.7.7.tgz", - "integrity": "sha512-sv2g6vkCIvEUsK5/Vq17haoZaisfj2EWW8mP7QWlnKi6dByoNmeuHDDXHR7sabuDqwO4gvU7ModIL22MmnOocg==", - "dev": true, + "node_modules/@types/mapbox__vector-tile": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/@types/mapbox__vector-tile/-/mapbox__vector-tile-1.3.4.tgz", + "integrity": "sha512-bpd8dRn9pr6xKvuEBQup8pwQfD4VUyqO/2deGjfpe6AwC8YRlyEipvefyRJUSiCJTZuCb8Pl1ciVV5ekqJ96Bg==", + "license": "MIT", "dependencies": { - "@types/lodash": "*" + "@types/geojson": "*", + "@types/mapbox__point-geometry": "*", + "@types/pbf": "*" } }, "node_modules/@types/parse-json": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", - "dev": true + "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==" + }, + "node_modules/@types/pbf": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@types/pbf/-/pbf-3.0.5.tgz", + "integrity": "sha512-j3pOPiEcWZ34R6a6mN07mUkM4o4Lwf6hPNt8eilOeZhTFbxFXmKhvXl9Y28jotFPaI1bpPDJsbCprUoNke6OrA==", + "license": "MIT" }, "node_modules/@types/prop-types": { "version": "15.7.5", "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz", - "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==", - "dev": true + "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==" }, "node_modules/@types/react": { "version": "18.0.27", "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.27.tgz", "integrity": "sha512-3vtRKHgVxu3Jp9t718R9BuzoD4NcQ8YJ5XRzsSKxNDiDonD2MXIT1TmSkenxuCycZJoQT5d2vE8LwWJxBC1gmA==", - "dev": true, "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", "csstype": "^3.0.2" } }, - "node_modules/@types/react-csv": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@types/react-csv/-/react-csv-1.1.3.tgz", - "integrity": "sha512-dkEdyRvRpygSnNg4cyzYWSUjukIQ5lAtXJwc7BqyUfzww/Cv2dcAFGYd+sWTFpGiDNZMVPp6vVPLcAPvJID8Kg==", - "dev": true, - "dependencies": { - "@types/react": "*" - } - }, "node_modules/@types/react-dom": { "version": "18.0.10", "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.10.tgz", @@ -3023,11 +3077,19 @@ "@types/react": "*" } }, + "node_modules/@types/react-transition-group": { + "version": "4.4.12", + "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.12.tgz", + "integrity": "sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w==", + "license": "MIT", + "peerDependencies": { + "@types/react": "*" + } + }, "node_modules/@types/scheduler": { "version": "0.16.2", "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz", - "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==", - "dev": true + "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==" }, "node_modules/@types/semver": { "version": "7.3.13", @@ -3036,18 +3098,18 @@ "dev": true }, "node_modules/@types/stylis": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@types/stylis/-/stylis-4.2.0.tgz", - "integrity": "sha512-n4sx2bqL0mW1tvDf/loQ+aMX7GQD3lc3fkCMC55VFNDu/vBOabO+LTIeXKM14xK0ppk5TUGcWRjiSpIlUpghKw==" + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@types/stylis/-/stylis-4.2.5.tgz", + "integrity": "sha512-1Xve+NMN7FWjY14vLoY5tL3BVEQ/n42YLwaqJIPYhotZ9uBHt87VceMwWQpzmdEt2TNXIorIFG+YeCUUW7RInw==", + "license": "MIT" }, - "node_modules/@types/xlsx": { - "version": "0.0.36", - "resolved": "https://registry.npmjs.org/@types/xlsx/-/xlsx-0.0.36.tgz", - "integrity": "sha512-mvfrKiKKMErQzLMF8ElYEH21qxWCZtN59pHhWGmWCWFJStYdMWjkDSAy6mGowFxHXaXZWe5/TW7pBUiWclIVOw==", - "deprecated": "This is a stub types definition for xlsx (https://github.com/sheetjs/js-xlsx). xlsx provides its own type definitions, so you don't need @types/xlsx installed!", - "dev": true, + "node_modules/@types/supercluster": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/@types/supercluster/-/supercluster-7.1.3.tgz", + "integrity": "sha512-Z0pOY34GDFl3Q6hUFYf3HkTwKEE02e7QgtJppBt+beEAxnyOpJua+voGFvxINBHa06GwLFFym7gRPY2SiKIfIA==", + "license": "MIT", "dependencies": { - "xlsx": "*" + "@types/geojson": "*" } }, "node_modules/@typescript-eslint/eslint-plugin": { @@ -3336,46 +3398,140 @@ "dependencies": { "yallist": "^4.0.0" }, - "engines": { - "node": ">=10" + "engines": { + "node": ">=10" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/semver": { + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/@typescript-eslint/visitor-keys": { + "version": "5.51.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.51.0.tgz", + "integrity": "sha512-Oh2+eTdjHjOFjKA27sxESlA87YPSOJafGCR0md5oeMdh1ZcCfAGCIOL216uTBAkAIptvLIfKQhl7lHxMJet4GQ==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "5.51.0", + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@undp-data/undp-visualization-library": { + "version": "1.0.26", + "resolved": "https://registry.npmjs.org/@undp-data/undp-visualization-library/-/undp-visualization-library-1.0.26.tgz", + "integrity": "sha512-HHKaL+CDm7/AsCrxjVunEtj4dQSgQ8xTReRweXILDHaSJ6ysvPTawQTUnxZTDEvPxGxM73V2Q0DiCR1VVRlIQA==", + "license": "MIT", + "dependencies": { + "ajv": "^8.17.1", + "d3-array": "^3.2.4", + "d3-delaunay": "^6.0.4", + "d3-force": "^3.0.0", + "d3-format": "^3.1.0", + "d3-geo": "^3.1.0", + "d3-hierarchy": "^3.1.2", + "d3-sankey": "^0.12.3", + "d3-scale": "^4.0.2", + "d3-selection": "^3.0.0", + "d3-shape": "^3.2.0", + "d3-zoom": "^3.0.0", + "date-fns": "^3.3.1", + "dom-to-image": "^2.6.0", + "dom-to-svg": "^0.12.2", + "file-saver": "^2.0.5", + "framer-motion": "^11.3.28", + "handlebars": "^4.7.8", + "lodash.flattendeep": "^4.4.0", + "lodash.groupby": "^4.6.0", + "lodash.intersection": "^4.4.0", + "lodash.isequal": "^4.5.0", + "lodash.max": "^4.0.1", + "lodash.maxby": "^4.6.0", + "lodash.min": "^4.0.1", + "lodash.minby": "^4.6.0", + "lodash.orderby": "^4.6.0", + "lodash.sortby": "^4.7.0", + "lodash.sum": "^4.0.2", + "lodash.uniq": "^4.5.0", + "lodash.uniqby": "^4.7.0", + "maplibre-gl": "^4.4.1", + "marked": "^15.0.3", + "papaparse": "^5.4.1", + "pmtiles": "^3.0.6", + "rc-slider": "^11.1.5", + "react-csv": "^2.2.2", + "react-draggable": "^4.4.6", + "react-select": "^5.8.0", + "simple-statistics": "^7.8.3", + "xss": "^1.0.15" + }, + "peerDependencies": { + "react": "^18.2.0", + "react-dom": "^18.2.0", + "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz" } }, - "node_modules/@typescript-eslint/utils/node_modules/semver": { - "version": "7.3.8", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", - "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", - "dev": true, + "node_modules/@undp-data/undp-visualization-library/node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "license": "MIT", "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" }, - "engines": { - "node": ">=10" + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/@typescript-eslint/utils/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true + "node_modules/@undp-data/undp-visualization-library/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "license": "MIT" }, - "node_modules/@typescript-eslint/visitor-keys": { - "version": "5.51.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.51.0.tgz", - "integrity": "sha512-Oh2+eTdjHjOFjKA27sxESlA87YPSOJafGCR0md5oeMdh1ZcCfAGCIOL216uTBAkAIptvLIfKQhl7lHxMJet4GQ==", - "dev": true, + "node_modules/@undp-data/undp-visualization-library/node_modules/rc-slider": { + "version": "11.1.7", + "resolved": "https://registry.npmjs.org/rc-slider/-/rc-slider-11.1.7.tgz", + "integrity": "sha512-ytYbZei81TX7otdC0QvoYD72XSlxvTihNth5OeZ6PMXyEDq/vHdWFulQmfDGyXK1NwKwSlKgpvINOa88uT5g2A==", + "license": "MIT", "dependencies": { - "@typescript-eslint/types": "5.51.0", - "eslint-visitor-keys": "^3.3.0" + "@babel/runtime": "^7.10.1", + "classnames": "^2.2.5", + "rc-util": "^5.36.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": ">=8.x" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" } }, "node_modules/@vitejs/plugin-react": { @@ -3418,14 +3574,6 @@ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, - "node_modules/adler-32": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/adler-32/-/adler-32-1.3.1.tgz", - "integrity": "sha512-ynZ4w/nUUv5rrsR8UUGoe1VC9hZj6V5hU9Qw1HlMDJGEJw5S7TfTErWTjMys6M7vr0YWcPqs3qAr4ss0nDfP+A==", - "engines": { - "node": ">=0.8" - } - }, "node_modules/ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", @@ -3472,55 +3620,56 @@ } }, "node_modules/antd": { - "version": "5.13.1", - "resolved": "https://registry.npmjs.org/antd/-/antd-5.13.1.tgz", - "integrity": "sha512-/qAPsr6UyJPSFZQD9G7kW98GelH2Bajli+1q7CRW4IinYQ0R0UVJckFX11emByhiU4Jd4WNH/hOO+fZtp0eVDA==", + "version": "5.18.3", + "resolved": "https://registry.npmjs.org/antd/-/antd-5.18.3.tgz", + "integrity": "sha512-Dm3P8HBxoo/DiR/QZLj5Mk+rQZsSXxCCArSZACHGiklkkjW6klzlebAElOUr9NyDeFX7UnQ6LVk7vznXlnjTqQ==", "dependencies": { "@ant-design/colors": "^7.0.2", - "@ant-design/cssinjs": "^1.18.2", - "@ant-design/icons": "^5.2.6", - "@ant-design/react-slick": "~1.0.2", + "@ant-design/cssinjs": "^1.21.0", + "@ant-design/icons": "^5.3.7", + "@ant-design/react-slick": "~1.1.2", + "@babel/runtime": "^7.24.7", "@ctrl/tinycolor": "^3.6.1", - "@rc-component/color-picker": "~1.5.1", + "@rc-component/color-picker": "~1.5.3", "@rc-component/mutate-observer": "^1.1.0", - "@rc-component/tour": "~1.12.1", - "@rc-component/trigger": "^1.18.2", + "@rc-component/tour": "~1.15.0", + "@rc-component/trigger": "^2.2.0", "classnames": "^2.5.1", "copy-to-clipboard": "^3.3.3", - "dayjs": "^1.11.10", + "dayjs": "^1.11.11", "qrcode.react": "^3.1.0", - "rc-cascader": "~3.21.0", - "rc-checkbox": "~3.1.0", - "rc-collapse": "~3.7.2", - "rc-dialog": "~9.3.4", - "rc-drawer": "~7.0.0", - "rc-dropdown": "~4.1.0", - "rc-field-form": "~1.41.0", - "rc-image": "~7.5.1", - "rc-input": "~1.4.3", - "rc-input-number": "~8.6.1", - "rc-mentions": "~2.10.1", - "rc-menu": "~9.12.4", - "rc-motion": "^2.9.0", - "rc-notification": "~5.3.0", + "rc-cascader": "~3.26.0", + "rc-checkbox": "~3.3.0", + "rc-collapse": "~3.7.3", + "rc-dialog": "~9.5.2", + "rc-drawer": "~7.2.0", + "rc-dropdown": "~4.2.0", + "rc-field-form": "~2.2.1", + "rc-image": "~7.9.0", + "rc-input": "~1.5.1", + "rc-input-number": "~9.1.0", + "rc-mentions": "~2.14.0", + "rc-menu": "~9.14.0", + "rc-motion": "^2.9.2", + "rc-notification": "~5.6.0", "rc-pagination": "~4.0.4", - "rc-picker": "~3.14.6", - "rc-progress": "~3.5.1", - "rc-rate": "~2.12.0", + "rc-picker": "~4.5.0", + "rc-progress": "~4.0.0", + "rc-rate": "~2.13.0", "rc-resize-observer": "^1.4.0", - "rc-segmented": "~2.2.2", - "rc-select": "~14.11.0", - "rc-slider": "~10.5.0", + "rc-segmented": "~2.3.0", + "rc-select": "~14.14.0", + "rc-slider": "~10.6.2", "rc-steps": "~6.0.1", "rc-switch": "~4.1.0", - "rc-table": "~7.37.0", - "rc-tabs": "~14.0.0", - "rc-textarea": "~1.6.3", - "rc-tooltip": "~6.1.3", - "rc-tree": "~5.8.2", - "rc-tree-select": "~5.17.0", + "rc-table": "~7.45.7", + "rc-tabs": "~15.1.1", + "rc-textarea": "~1.7.0", + "rc-tooltip": "~6.2.0", + "rc-tree": "~5.8.8", + "rc-tree-select": "~5.21.0", "rc-upload": "~4.5.2", - "rc-util": "^5.38.1", + "rc-util": "^5.43.0", "scroll-into-view-if-needed": "^3.1.0", "throttle-debounce": "^5.0.0" }, @@ -3533,19 +3682,6 @@ "react-dom": ">=16.9.0" } }, - "node_modules/anymatch": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", - "optional": true, - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, "node_modules/argparse": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", @@ -3653,11 +3789,6 @@ "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==", "dev": true }, - "node_modules/async-validator": { - "version": "4.2.5", - "resolved": "https://registry.npmjs.org/async-validator/-/async-validator-4.2.5.tgz", - "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==" - }, "node_modules/available-typed-arrays": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", @@ -3689,7 +3820,6 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", - "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", "cosmiconfig": "^7.0.0", @@ -3704,6 +3834,7 @@ "version": "0.3.3", "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz", "integrity": "sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==", + "dev": true, "dependencies": { "@babel/compat-data": "^7.17.7", "@babel/helper-define-polyfill-provider": "^0.3.3", @@ -3717,6 +3848,7 @@ "version": "0.6.0", "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz", "integrity": "sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==", + "dev": true, "dependencies": { "@babel/helper-define-polyfill-provider": "^0.3.3", "core-js-compat": "^3.25.1" @@ -3729,6 +3861,7 @@ "version": "0.4.1", "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz", "integrity": "sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==", + "dev": true, "dependencies": { "@babel/helper-define-polyfill-provider": "^0.3.3" }, @@ -3769,21 +3902,14 @@ "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - }, - "node_modules/binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "optional": true, - "engines": { - "node": ">=8" - } + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true }, "node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -3793,7 +3919,7 @@ "version": "3.0.2", "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "devOptional": true, + "dev": true, "dependencies": { "fill-range": "^7.0.1" }, @@ -3805,6 +3931,7 @@ "version": "4.21.5", "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz", "integrity": "sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==", + "dev": true, "funding": [ { "type": "opencollective", @@ -3887,7 +4014,6 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true, "engines": { "node": ">=6" } @@ -3896,6 +4022,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.1.tgz", "integrity": "sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -3904,6 +4031,7 @@ "version": "1.0.30001451", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001451.tgz", "integrity": "sha512-XY7UbUpGRatZzoRft//5xOa69/1iGJRBlrieH6QYrkKLIFn3m7OVEJ81dSrKoy2BnKsdbX5cLrOispZNYo9v2w==", + "dev": true, "funding": [ { "type": "opencollective", @@ -3915,18 +4043,6 @@ } ] }, - "node_modules/cfb": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/cfb/-/cfb-1.2.2.tgz", - "integrity": "sha512-KfdUZsSOw19/ObEWasvBP/Ac4reZvAGauZhs6S/gqNhXhI7cKwvlH7ulj+dOEYnca4bm4SGo8C1bTAQvnTjgQA==", - "dependencies": { - "adler-32": "~1.3.0", - "crc-32": "~1.2.0" - }, - "engines": { - "node": ">=0.8" - } - }, "node_modules/chalk": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", @@ -3940,56 +4056,18 @@ "node": ">=4" } }, - "node_modules/chokidar": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ], - "optional": true, - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/chokidar/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "optional": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/classnames": { "version": "2.5.1", "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==" }, - "node_modules/codepage": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/codepage/-/codepage-1.15.0.tgz", - "integrity": "sha512-3g6NUTPd/YtuuGrhMnOMRjFc+LJw/bnMp3+0r/Wcz3IXUuCosKRJvMphm5+Q+bvTVGcJJuRvVLuYba+WojaFaA==", + "node_modules/clsx": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", + "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", + "license": "MIT", "engines": { - "node": ">=0.8" + "node": ">=6" } }, "node_modules/color-convert": { @@ -4006,12 +4084,10 @@ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" }, "node_modules/commander": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", - "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", - "engines": { - "node": ">= 6" - } + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "license": "MIT" }, "node_modules/compute-scroll-into-view": { "version": "3.1.0", @@ -4021,7 +4097,8 @@ "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true }, "node_modules/confusing-browser-globals": { "version": "1.0.11", @@ -4046,6 +4123,7 @@ "version": "3.27.2", "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.27.2.tgz", "integrity": "sha512-welaYuF7ZtbYKGrIy7y3eb40d37rG1FvzEOfe7hSLd2iD6duMDqUhRfSvCGyC46HhR6Y8JXXdZ2lnRUMkPBpvg==", + "dev": true, "dependencies": { "browserslist": "^4.21.4" }, @@ -4069,7 +4147,6 @@ "version": "7.1.0", "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", - "dev": true, "dependencies": { "@types/parse-json": "^4.0.0", "import-fresh": "^3.2.1", @@ -4081,17 +4158,6 @@ "node": ">=10" } }, - "node_modules/crc-32": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz", - "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==", - "bin": { - "crc32": "bin/crc32.njs" - }, - "engines": { - "node": ">=0.8" - } - }, "node_modules/cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", @@ -4110,6 +4176,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz", "integrity": "sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==", + "license": "ISC", "engines": { "node": ">=4" } @@ -4118,12 +4185,19 @@ "version": "3.2.0", "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.2.0.tgz", "integrity": "sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==", + "license": "MIT", "dependencies": { "camelize": "^1.0.0", "css-color-keywords": "^1.0.0", "postcss-value-parser": "^4.0.2" } }, + "node_modules/cssfilter": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/cssfilter/-/cssfilter-0.0.10.tgz", + "integrity": "sha512-FAaLDaplstoRsDR8XGYH51znUN0UY7nMc6Z9/fvE8EXGwvJE9hu7W2vHwx1+bd6gCYnln9nLbzxFTrcO9YQDZw==", + "license": "MIT" + }, "node_modules/csstype": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", @@ -4133,6 +4207,7 @@ "version": "3.2.4", "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz", "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==", + "license": "ISC", "dependencies": { "internmap": "1 - 2" }, @@ -4140,15 +4215,11 @@ "node": ">=12" } }, - "node_modules/d3-collection": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/d3-collection/-/d3-collection-1.0.7.tgz", - "integrity": "sha512-ii0/r5f4sjKNTfh84Di+DpztYwqKhEyUlKoPrzUFfeSkWxjW49xU2QzO9qrPrNkpdI0XJkfzvmTu8V2Zylln6A==" - }, "node_modules/d3-color": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz", "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==", + "license": "ISC", "engines": { "node": ">=12" } @@ -4157,6 +4228,7 @@ "version": "6.0.4", "resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-6.0.4.tgz", "integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==", + "license": "ISC", "dependencies": { "delaunator": "5" }, @@ -4168,6 +4240,7 @@ "version": "3.0.1", "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-3.0.1.tgz", "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==", + "license": "ISC", "engines": { "node": ">=12" } @@ -4176,6 +4249,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-3.0.0.tgz", "integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==", + "license": "ISC", "dependencies": { "d3-dispatch": "1 - 3", "d3-selection": "3" @@ -4184,52 +4258,24 @@ "node": ">=12" } }, - "node_modules/d3-dsv": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-3.0.1.tgz", - "integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==", - "dependencies": { - "commander": "7", - "iconv-lite": "0.6", - "rw": "1" - }, - "bin": { - "csv2json": "bin/dsv2json.js", - "csv2tsv": "bin/dsv2dsv.js", - "dsv2dsv": "bin/dsv2dsv.js", - "dsv2json": "bin/dsv2json.js", - "json2csv": "bin/json2dsv.js", - "json2dsv": "bin/json2dsv.js", - "json2tsv": "bin/json2dsv.js", - "tsv2csv": "bin/dsv2dsv.js", - "tsv2json": "bin/dsv2json.js" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-dsv/node_modules/commander": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", - "engines": { - "node": ">= 10" - } - }, "node_modules/d3-ease": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz", "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==", + "license": "BSD-3-Clause", "engines": { "node": ">=12" } }, - "node_modules/d3-fetch": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/d3-fetch/-/d3-fetch-3.0.1.tgz", - "integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==", + "node_modules/d3-force": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/d3-force/-/d3-force-3.0.0.tgz", + "integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==", + "license": "ISC", "dependencies": { - "d3-dsv": "1 - 3" + "d3-dispatch": "1 - 3", + "d3-quadtree": "1 - 3", + "d3-timer": "1 - 3" }, "engines": { "node": ">=12" @@ -4239,14 +4285,16 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.0.tgz", "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==", + "license": "ISC", "engines": { "node": ">=12" } }, "node_modules/d3-geo": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-3.1.0.tgz", - "integrity": "sha512-JEo5HxXDdDYXCaWdwLRt79y7giK8SbhZJbFWXqbRTolCHFI5jRqteLzCsq51NKbUoX0PjBVSohxrx+NoOUujYA==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-3.1.1.tgz", + "integrity": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==", + "license": "ISC", "dependencies": { "d3-array": "2.5.0 - 3" }, @@ -4254,10 +4302,20 @@ "node": ">=12" } }, + "node_modules/d3-hierarchy": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz", + "integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==", + "license": "ISC", + "engines": { + "node": ">=12" + } + }, "node_modules/d3-interpolate": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz", "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==", + "license": "ISC", "dependencies": { "d3-color": "1 - 3" }, @@ -4269,72 +4327,65 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz", "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==", + "license": "ISC", "engines": { "node": ">=12" } }, - "node_modules/d3-queue": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/d3-queue/-/d3-queue-3.0.7.tgz", - "integrity": "sha512-2rs+6pNFKkrJhqe1rg5znw7dKJ7KZr62j9aLZfhondkrnz6U7VRmJj1UGcbD8MRc46c7H8m4SWhab8EalBQrkw==" + "node_modules/d3-quadtree": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-3.0.1.tgz", + "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==", + "license": "ISC", + "engines": { + "node": ">=12" + } }, - "node_modules/d3-request": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/d3-request/-/d3-request-1.0.6.tgz", - "integrity": "sha512-FJj8ySY6GYuAJHZMaCQ83xEYE4KbkPkmxZ3Hu6zA1xxG2GD+z6P+Lyp+zjdsHf0xEbp2xcluDI50rCS855EQ6w==", + "node_modules/d3-sankey": { + "version": "0.12.3", + "resolved": "https://registry.npmjs.org/d3-sankey/-/d3-sankey-0.12.3.tgz", + "integrity": "sha512-nQhsBRmM19Ax5xEIPLMY9ZmJ/cDvd1BG3UVvt5h3WRxKg5zGRbvnteTyWAbzeSvlh3tW7ZEmq4VwR5mB3tutmQ==", + "license": "BSD-3-Clause", "dependencies": { - "d3-collection": "1", - "d3-dispatch": "1", - "d3-dsv": "1", - "xmlhttprequest": "1" + "d3-array": "1 - 2", + "d3-shape": "^1.2.0" } }, - "node_modules/d3-request/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + "node_modules/d3-sankey/node_modules/d3-array": { + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-2.12.1.tgz", + "integrity": "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==", + "license": "BSD-3-Clause", + "dependencies": { + "internmap": "^1.0.0" + } }, - "node_modules/d3-request/node_modules/d3-dispatch": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-1.0.6.tgz", - "integrity": "sha512-fVjoElzjhCEy+Hbn8KygnmMS7Or0a9sI2UzGwoB7cCtvI1XpVN9GpoYlnb3xt2YV66oXYb1fLJ8GMvP4hdU1RA==" + "node_modules/d3-sankey/node_modules/d3-path": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-1.0.9.tgz", + "integrity": "sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==", + "license": "BSD-3-Clause" }, - "node_modules/d3-request/node_modules/d3-dsv": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-1.2.0.tgz", - "integrity": "sha512-9yVlqvZcSOMhCYzniHE7EVUws7Fa1zgw+/EAV2BxJoG3ME19V6BQFBwI855XQDsxyOuG7NibqRMTtiF/Qup46g==", - "dependencies": { - "commander": "2", - "iconv-lite": "0.4", - "rw": "1" - }, - "bin": { - "csv2json": "bin/dsv2json", - "csv2tsv": "bin/dsv2dsv", - "dsv2dsv": "bin/dsv2dsv", - "dsv2json": "bin/dsv2json", - "json2csv": "bin/json2dsv", - "json2dsv": "bin/json2dsv", - "json2tsv": "bin/json2dsv", - "tsv2csv": "bin/dsv2dsv", - "tsv2json": "bin/dsv2json" - } - }, - "node_modules/d3-request/node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "node_modules/d3-sankey/node_modules/d3-shape": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-1.3.7.tgz", + "integrity": "sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==", + "license": "BSD-3-Clause", "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "engines": { - "node": ">=0.10.0" + "d3-path": "1" } }, + "node_modules/d3-sankey/node_modules/internmap": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/internmap/-/internmap-1.0.1.tgz", + "integrity": "sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==", + "license": "ISC" + }, "node_modules/d3-scale": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz", "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==", + "license": "ISC", "dependencies": { "d3-array": "2.10.0 - 3", "d3-format": "1 - 3", @@ -4350,6 +4401,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz", "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==", + "license": "ISC", "engines": { "node": ">=12" } @@ -4358,6 +4410,7 @@ "version": "3.2.0", "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz", "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==", + "license": "ISC", "dependencies": { "d3-path": "^3.1.0" }, @@ -4369,6 +4422,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz", "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==", + "license": "ISC", "dependencies": { "d3-array": "2 - 3" }, @@ -4380,6 +4434,7 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz", "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==", + "license": "ISC", "dependencies": { "d3-time": "1 - 3" }, @@ -4391,6 +4446,7 @@ "version": "3.0.1", "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz", "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==", + "license": "ISC", "engines": { "node": ">=12" } @@ -4399,6 +4455,7 @@ "version": "3.0.1", "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-3.0.1.tgz", "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==", + "license": "ISC", "dependencies": { "d3-color": "1 - 3", "d3-dispatch": "1 - 3", @@ -4417,6 +4474,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-3.0.0.tgz", "integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==", + "license": "ISC", "dependencies": { "d3-dispatch": "1 - 3", "d3-drag": "2 - 3", @@ -4435,23 +4493,25 @@ "dev": true }, "node_modules/date-fns": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.1.tgz", - "integrity": "sha512-y8e109LYGgoQDveiEBD3DYXKba1jWf5BA8YU1FL5Tvm0BTdEfy54WLCwnuYWZNnzzvALy/QQ4Hov+Q9RVRv+Zw==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz", + "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" } }, "node_modules/dayjs": { - "version": "1.11.10", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", - "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" + "version": "1.11.11", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz", + "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==" }, "node_modules/debug": { "version": "4.3.4", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, "dependencies": { "ms": "2.1.2" }, @@ -4487,11 +4547,12 @@ } }, "node_modules/delaunator": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/delaunator/-/delaunator-5.0.0.tgz", - "integrity": "sha512-AyLvtyJdbv/U1GkiS6gUUzclRoAY4Gs75qkMygJJhU75LW4DNuSF2RMzpxs9jw9Oz1BobHjTdkG3zdP55VxAqw==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/delaunator/-/delaunator-5.0.1.tgz", + "integrity": "sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==", + "license": "ISC", "dependencies": { - "robust-predicates": "^3.0.0" + "robust-predicates": "^3.0.2" } }, "node_modules/dir-glob": { @@ -4518,15 +4579,44 @@ "node": ">=6.0.0" } }, + "node_modules/dom-helpers": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz", + "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.8.7", + "csstype": "^3.0.2" + } + }, "node_modules/dom-to-image": { "version": "2.6.0", "resolved": "https://registry.npmjs.org/dom-to-image/-/dom-to-image-2.6.0.tgz", - "integrity": "sha512-Dt0QdaHmLpjURjU7Tnu3AgYSF2LuOmksSGsUcE6ItvJoCWTBEmiMXcqBdNSAm9+QbbwD7JMoVsuuKX6ZVQv1qA==" + "integrity": "sha512-Dt0QdaHmLpjURjU7Tnu3AgYSF2LuOmksSGsUcE6ItvJoCWTBEmiMXcqBdNSAm9+QbbwD7JMoVsuuKX6ZVQv1qA==", + "license": "MIT" + }, + "node_modules/dom-to-svg": { + "version": "0.12.2", + "resolved": "https://registry.npmjs.org/dom-to-svg/-/dom-to-svg-0.12.2.tgz", + "integrity": "sha512-zVlswIYMj3669dUfErBszLcYOy+NzPEFhMezdzLVaqFcaj7VQecS0o8r9bqzBSczDtex2X/4HMZktFoj4EDqOA==", + "license": "MIT", + "dependencies": { + "gradient-parser": "^1.0.2", + "postcss": "^8.2.9", + "postcss-value-parser": "^4.1.0" + } + }, + "node_modules/earcut": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/earcut/-/earcut-3.0.0.tgz", + "integrity": "sha512-41Fs7Q/PLq1SDbqjsgcY7GA42T0jvaCNGXgGtsNdvg+Yv8eIu06bxv4/PoREkZ9nMDNwnUSG9OFB9+yv8eKhDg==", + "license": "ISC" }, "node_modules/electron-to-chromium": { "version": "1.4.295", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.295.tgz", - "integrity": "sha512-lEO94zqf1bDA3aepxwnWoHUjA8sZ+2owgcSZjYQy0+uOSEclJX0VieZC+r+wLpSxUHRd6gG32znTWmr+5iGzFw==" + "integrity": "sha512-lEO94zqf1bDA3aepxwnWoHUjA8sZ+2owgcSZjYQy0+uOSEclJX0VieZC+r+wLpSxUHRd6gG32znTWmr+5iGzFw==", + "dev": true }, "node_modules/emoji-regex": { "version": "9.2.2", @@ -4550,7 +4640,6 @@ "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dev": true, "dependencies": { "is-arrayish": "^0.2.1" } @@ -4683,6 +4772,7 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true, "engines": { "node": ">=6" } @@ -5525,6 +5615,7 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, "engines": { "node": ">=0.10.0" } @@ -5532,8 +5623,7 @@ "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" }, "node_modules/fast-diff": { "version": "1.2.0", @@ -5581,6 +5671,12 @@ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true }, + "node_modules/fast-uri": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.3.tgz", + "integrity": "sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==", + "license": "BSD-3-Clause" + }, "node_modules/fastq": { "version": "1.15.0", "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", @@ -5590,6 +5686,12 @@ "reusify": "^1.0.4" } }, + "node_modules/fflate": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz", + "integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==", + "license": "MIT" + }, "node_modules/file-entry-cache": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", @@ -5605,13 +5707,14 @@ "node_modules/file-saver": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/file-saver/-/file-saver-2.0.5.tgz", - "integrity": "sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA==" + "integrity": "sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA==", + "license": "MIT" }, "node_modules/fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "devOptional": true, + "dev": true, "dependencies": { "to-regex-range": "^5.0.1" }, @@ -5619,6 +5722,12 @@ "node": ">=8" } }, + "node_modules/find-root": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz", + "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==", + "license": "MIT" + }, "node_modules/flat-cache": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", @@ -5647,28 +5756,50 @@ "is-callable": "^1.1.3" } }, - "node_modules/frac": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/frac/-/frac-1.1.2.tgz", - "integrity": "sha512-w/XBfkibaTl3YDqASwfDUqkna4Z2p9cFSr1aHDt0WoMTECnRfBOv2WArlZILlqgWlmdIlALXGpM2AOhEk5W3IA==", - "engines": { - "node": ">=0.8" + "node_modules/framer-motion": { + "version": "11.14.4", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.14.4.tgz", + "integrity": "sha512-NQuzr9JbeJDMQmy0FFLhLzk9h1kAjVC1tGE/HY4ubF02B95EBm2lpA21LE3Od/OpXqXgp0zl5Hdqu25hliBRsA==", + "license": "MIT", + "dependencies": { + "motion-dom": "^11.14.3", + "motion-utils": "^11.14.3", + "tslib": "^2.4.0" + }, + "peerDependencies": { + "@emotion/is-prop-valid": "*", + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" + }, + "peerDependenciesMeta": { + "@emotion/is-prop-valid": { + "optional": true + }, + "react": { + "optional": true + }, + "react-dom": { + "optional": true + } } }, - "node_modules/fs-readdir-recursive": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz", - "integrity": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==" + "node_modules/framer-motion/node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "license": "0BSD" }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true }, "node_modules/fsevents": { "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, "hasInstallScript": true, "optional": true, "os": [ @@ -5720,10 +5851,17 @@ "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true, "engines": { "node": ">=6.9.0" } }, + "node_modules/geojson-vt": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-4.0.2.tgz", + "integrity": "sha512-AV9ROqlNqoZEIJGfm1ncNjEXfkz2hdFlZf0qkVfmkwdKa8vj7H16YUOT81rJw1rdFhyEDlN2Tds91p/glzbl5A==", + "license": "ISC" + }, "node_modules/get-intrinsic": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.0.tgz", @@ -5738,6 +5876,18 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/get-symbol-description": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", @@ -5754,10 +5904,17 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/gl-matrix": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/gl-matrix/-/gl-matrix-3.4.3.tgz", + "integrity": "sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA==", + "license": "MIT" + }, "node_modules/glob": { "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -5785,10 +5942,49 @@ "node": ">=10.13.0" } }, + "node_modules/global-prefix": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-4.0.0.tgz", + "integrity": "sha512-w0Uf9Y9/nyHinEk5vMJKRie+wa4kR5hmDbEhGGds/kG1PwGLLHKRoNMeJOyCQjjBkANlnScqgzcFwGHgmgLkVA==", + "license": "MIT", + "dependencies": { + "ini": "^4.1.3", + "kind-of": "^6.0.3", + "which": "^4.0.0" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/global-prefix/node_modules/isexe": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", + "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", + "license": "ISC", + "engines": { + "node": ">=16" + } + }, + "node_modules/global-prefix/node_modules/which": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz", + "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==", + "license": "ISC", + "dependencies": { + "isexe": "^3.1.1" + }, + "bin": { + "node-which": "bin/which.js" + }, + "engines": { + "node": "^16.13.0 || >=18.0.0" + } + }, "node_modules/globals": { "version": "11.12.0", "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, "engines": { "node": ">=4" } @@ -5840,12 +6036,41 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/gradient-parser": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/gradient-parser/-/gradient-parser-1.0.2.tgz", + "integrity": "sha512-gR6nY33xC9yJoH4wGLQtZQMXDi6RI3H37ERu7kQCVUzlXjNedpZM7xcA489Opwbq0BSGohtWGsWsntupmxelMg==", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/grapheme-splitter": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", "dev": true }, + "node_modules/handlebars": { + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", + "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", + "license": "MIT", + "dependencies": { + "minimist": "^1.2.5", + "neo-async": "^2.6.2", + "source-map": "^0.6.1", + "wordwrap": "^1.0.0" + }, + "bin": { + "handlebars": "bin/handlebars" + }, + "engines": { + "node": ">=0.4.7" + }, + "optionalDependencies": { + "uglify-js": "^3.1.4" + } + }, "node_modules/has": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", @@ -5925,17 +6150,35 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "node_modules/hoist-non-react-statics": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", + "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", + "license": "BSD-3-Clause", "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" + "react-is": "^16.7.0" } }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "BSD-3-Clause" + }, "node_modules/ignore": { "version": "5.2.4", "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", @@ -5949,7 +6192,6 @@ "version": "3.3.0", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", - "dev": true, "dependencies": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" @@ -5974,6 +6216,7 @@ "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dev": true, "dependencies": { "once": "^1.3.0", "wrappy": "1" @@ -5982,7 +6225,17 @@ "node_modules/inherits": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "node_modules/ini": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.3.tgz", + "integrity": "sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==", + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } }, "node_modules/internal-slot": { "version": "1.0.5", @@ -6002,6 +6255,7 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz", "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==", + "license": "ISC", "engines": { "node": ">=12" } @@ -6023,8 +6277,7 @@ "node_modules/is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", - "dev": true + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" }, "node_modules/is-bigint": { "version": "1.0.4", @@ -6038,18 +6291,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "optional": true, - "dependencies": { - "binary-extensions": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/is-boolean-object": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", @@ -6108,7 +6349,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "devOptional": true, + "dev": true, "engines": { "node": ">=0.10.0" } @@ -6117,7 +6358,7 @@ "version": "4.0.3", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "devOptional": true, + "dev": true, "dependencies": { "is-extglob": "^2.1.1" }, @@ -6141,7 +6382,7 @@ "version": "7.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "devOptional": true, + "dev": true, "engines": { "node": ">=0.12.0" } @@ -6277,6 +6518,7 @@ "version": "2.5.2", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true, "bin": { "jsesc": "bin/jsesc" }, @@ -6287,8 +6529,7 @@ "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "dev": true + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" }, "node_modules/json-schema-traverse": { "version": "0.4.1", @@ -6302,6 +6543,12 @@ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", "dev": true }, + "node_modules/json-stringify-pretty-compact": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-4.0.0.tgz", + "integrity": "sha512-3CNZ2DnrpByG9Nqj6Xo8vqbjT4F6N+tb4Gb28ESAZjYZ5yqvmc56J+/kuIwkaAMOyblTQhUW7PxMkUb8Q36N3Q==", + "license": "MIT" + }, "node_modules/json2mq": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/json2mq/-/json2mq-0.2.0.tgz", @@ -6314,6 +6561,7 @@ "version": "2.2.3", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true, "bin": { "json5": "lib/cli.js" }, @@ -6334,6 +6582,21 @@ "node": ">=4.0" } }, + "node_modules/kdbush": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/kdbush/-/kdbush-4.0.2.tgz", + "integrity": "sha512-WbCVYJ27Sz8zi9Q7Q0xHC+05iwkm3Znipc2XTlrnJbsHMYktW4hPhXUE8Ys1engBrvffoSCqbil1JQAa7clRpA==", + "license": "ISC" + }, + "node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/language-subtag-registry": { "version": "0.3.22", "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz", @@ -6365,8 +6628,7 @@ "node_modules/lines-and-columns": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "dev": true + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "node_modules/lodash": { "version": "4.17.21", @@ -6377,22 +6639,44 @@ "node_modules/lodash.debounce": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", + "dev": true }, "node_modules/lodash.flattendeep": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz", - "integrity": "sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ==" + "integrity": "sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ==", + "license": "MIT" + }, + "node_modules/lodash.groupby": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.groupby/-/lodash.groupby-4.6.0.tgz", + "integrity": "sha512-5dcWxm23+VAoz+awKmBaiBvzox8+RqMgFhi7UvX9DHZr2HdxHXM/Wrf8cfKpsW37RNrvtPn6hSwNqurSILbmJw==", + "license": "MIT" + }, + "node_modules/lodash.intersection": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.intersection/-/lodash.intersection-4.4.0.tgz", + "integrity": "sha512-N+L0cCfnqMv6mxXtSPeKt+IavbOBBSiAEkKyLasZ8BVcP9YXQgxLO12oPR8OyURwKV8l5vJKiE1M8aS70heuMg==", + "license": "MIT" + }, + "node_modules/lodash.isequal": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", + "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==", + "license": "MIT" }, "node_modules/lodash.max": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/lodash.max/-/lodash.max-4.0.1.tgz", - "integrity": "sha512-iykTDTb7PK33HSQmKy34zv+hh4WEu7WonJPXQcgODzUbbtradtNs8RsD/GI7XV++60KaKR1xhW56N4ISqHesfQ==" + "integrity": "sha512-iykTDTb7PK33HSQmKy34zv+hh4WEu7WonJPXQcgODzUbbtradtNs8RsD/GI7XV++60KaKR1xhW56N4ISqHesfQ==", + "license": "MIT" }, "node_modules/lodash.maxby": { "version": "4.6.0", "resolved": "https://registry.npmjs.org/lodash.maxby/-/lodash.maxby-4.6.0.tgz", - "integrity": "sha512-QfTqQTwzmKxLy7VZlbx2M/ipWv8DCQ2F5BI/MRxLharOQ5V78yMSuB+JE+EuUM22txYfj09R2Q7hUlEYj7KdNg==" + "integrity": "sha512-QfTqQTwzmKxLy7VZlbx2M/ipWv8DCQ2F5BI/MRxLharOQ5V78yMSuB+JE+EuUM22txYfj09R2Q7hUlEYj7KdNg==", + "license": "MIT" }, "node_modules/lodash.merge": { "version": "4.6.2", @@ -6403,42 +6687,44 @@ "node_modules/lodash.min": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/lodash.min/-/lodash.min-4.0.1.tgz", - "integrity": "sha512-evqGbKKpUlPcSIMoPamfAEL2byHsyzQjgj67Mw3sInyNO3Q3vytHKkoXbWOgOONY1Mmj6vPHlL9JDJFTZ0DTUA==" + "integrity": "sha512-evqGbKKpUlPcSIMoPamfAEL2byHsyzQjgj67Mw3sInyNO3Q3vytHKkoXbWOgOONY1Mmj6vPHlL9JDJFTZ0DTUA==", + "license": "MIT" }, "node_modules/lodash.minby": { "version": "4.6.0", "resolved": "https://registry.npmjs.org/lodash.minby/-/lodash.minby-4.6.0.tgz", - "integrity": "sha512-/BQsNmceLCn6priGkiihvV5w/G9da7tqI6Wb4rS+PeaZcsFOv4PjNRs9/3ZQPY1sqpfhRtJQkAYLiaohlTUt0g==" + "integrity": "sha512-/BQsNmceLCn6priGkiihvV5w/G9da7tqI6Wb4rS+PeaZcsFOv4PjNRs9/3ZQPY1sqpfhRtJQkAYLiaohlTUt0g==", + "license": "MIT" }, "node_modules/lodash.orderby": { "version": "4.6.0", "resolved": "https://registry.npmjs.org/lodash.orderby/-/lodash.orderby-4.6.0.tgz", - "integrity": "sha512-T0rZxKmghOOf5YPnn8EY5iLYeWCpZq8G41FfqoVHH5QDTAFaghJRmAdLiadEDq+ztgM2q5PjA+Z1fOwGrLgmtg==" - }, - "node_modules/lodash.reverse": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/lodash.reverse/-/lodash.reverse-4.0.1.tgz", - "integrity": "sha512-9IomqU/gjPNlw1k4B7+nGi9q2rZv5JKhSTeCi+AMoPn0FV9/57DScjscY5spEN9TgLcU+ePKUceMEHWqyVkrsQ==" + "integrity": "sha512-T0rZxKmghOOf5YPnn8EY5iLYeWCpZq8G41FfqoVHH5QDTAFaghJRmAdLiadEDq+ztgM2q5PjA+Z1fOwGrLgmtg==", + "license": "MIT" }, "node_modules/lodash.sortby": { "version": "4.7.0", "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", - "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==" + "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==", + "license": "MIT" }, "node_modules/lodash.sum": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/lodash.sum/-/lodash.sum-4.0.2.tgz", - "integrity": "sha512-1GcLFsMpU0K7uGPjo5FePq0fNlL3sSTZtSWwQUxr9VL8T3xeJiprwbfjDptTUPtkB8cUBpAnMtvQpju5XXaBeA==" + "integrity": "sha512-1GcLFsMpU0K7uGPjo5FePq0fNlL3sSTZtSWwQUxr9VL8T3xeJiprwbfjDptTUPtkB8cUBpAnMtvQpju5XXaBeA==", + "license": "MIT" }, - "node_modules/lodash.sumby": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/lodash.sumby/-/lodash.sumby-4.6.0.tgz", - "integrity": "sha512-DCF6ONVffD6cdnZzZ7Ewhl23AOvXAvwGTfabmj4+WWkX8nXvyklgLkT5IyGt3kxX5CgfvQgLgYRRvEDsi7jTOQ==" + "node_modules/lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", + "license": "MIT" }, "node_modules/lodash.uniqby": { "version": "4.7.0", "resolved": "https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz", - "integrity": "sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==" + "integrity": "sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==", + "license": "MIT" }, "node_modules/loose-envify": { "version": "1.4.0", @@ -6455,16 +6741,17 @@ "version": "5.1.1", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, "dependencies": { "yallist": "^3.0.2" } }, "node_modules/lucide-react": { - "version": "0.400.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.400.0.tgz", - "integrity": "sha512-rpp7pFHh3Xd93KHixNgB0SqThMHpYNzsGUu69UaQbSZ75Q/J3m5t6EhKyMT3m4w2WOxmJ2mY0tD3vebnXqQryQ==", + "version": "0.309.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.309.0.tgz", + "integrity": "sha512-zNVPczuwFrCfksZH3zbd1UDE6/WYhYAdbe2k7CImVyPAkXLgIwbs6eXQ4loigqDnUFjyFYCI5jZ1y10Kqal0dg==", "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" + "react": "^16.5.1 || ^17.0.0 || ^18.0.0" } }, "node_modules/magic-string": { @@ -6479,26 +6766,65 @@ "node": ">=12" } }, - "node_modules/make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "dependencies": { - "pify": "^4.0.1", - "semver": "^5.6.0" + "node_modules/maplibre-gl": { + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-4.7.1.tgz", + "integrity": "sha512-lgL7XpIwsgICiL82ITplfS7IGwrB1OJIw/pCvprDp2dhmSSEBgmPzYRvwYYYvJGJD7fxUv1Tvpih4nZ6VrLuaA==", + "license": "BSD-3-Clause", + "dependencies": { + "@mapbox/geojson-rewind": "^0.5.2", + "@mapbox/jsonlint-lines-primitives": "^2.0.2", + "@mapbox/point-geometry": "^0.1.0", + "@mapbox/tiny-sdf": "^2.0.6", + "@mapbox/unitbezier": "^0.0.1", + "@mapbox/vector-tile": "^1.3.1", + "@mapbox/whoots-js": "^3.1.0", + "@maplibre/maplibre-gl-style-spec": "^20.3.1", + "@types/geojson": "^7946.0.14", + "@types/geojson-vt": "3.2.5", + "@types/mapbox__point-geometry": "^0.1.4", + "@types/mapbox__vector-tile": "^1.3.4", + "@types/pbf": "^3.0.5", + "@types/supercluster": "^7.1.3", + "earcut": "^3.0.0", + "geojson-vt": "^4.0.2", + "gl-matrix": "^3.4.3", + "global-prefix": "^4.0.0", + "kdbush": "^4.0.2", + "murmurhash-js": "^1.0.0", + "pbf": "^3.3.0", + "potpack": "^2.0.0", + "quickselect": "^3.0.0", + "supercluster": "^8.0.1", + "tinyqueue": "^3.0.0", + "vt-pbf": "^3.1.3" + }, + "engines": { + "node": ">=16.14.0", + "npm": ">=8.1.0" }, - "engines": { - "node": ">=6" + "funding": { + "url": "https://github.com/maplibre/maplibre-gl-js?sponsor=1" } }, - "node_modules/make-dir/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "node_modules/marked": { + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.3.tgz", + "integrity": "sha512-Ai0cepvl2NHnTcO9jYDtcOEtVBNVYR31XnEA3BndO7f5As1wzpcOceSUM8FDkNLJNIODcLpDTWay/qQhqbuMvg==", + "license": "MIT", "bin": { - "semver": "bin/semver" + "marked": "bin/marked.js" + }, + "engines": { + "node": ">= 18" } }, + "node_modules/memoize-one": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-6.0.0.tgz", + "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==", + "license": "MIT" + }, "node_modules/merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", @@ -6525,6 +6851,7 @@ "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -6536,26 +6863,45 @@ "version": "1.2.8", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "dev": true, "funding": { "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/motion-dom": { + "version": "11.14.3", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-11.14.3.tgz", + "integrity": "sha512-lW+D2wBy5vxLJi6aCP0xyxTxlTfiu+b+zcpVbGVFUxotwThqhdpPRSmX8xztAgtZMPMeU0WGVn/k1w4I+TbPqA==", + "license": "MIT" + }, + "node_modules/motion-utils": { + "version": "11.14.3", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-11.14.3.tgz", + "integrity": "sha512-Xg+8xnqIJTpr0L/cidfTTBFkvRw26ZtGGuIhA94J9PQ2p4mEa06Xx7QVYZH0BP+EpMSaDlu+q0I0mmvwADPsaQ==", + "license": "MIT" + }, "node_modules/ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/murmurhash-js": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/murmurhash-js/-/murmurhash-js-1.0.0.tgz", + "integrity": "sha512-TvmkNhkv8yct0SVBSy+o8wYzXjE4Zz3PCesbfs8HiCXXdcTuocApFv11UWlNFWKYsP2okqrhb7JNlSm9InBhIw==", + "license": "MIT" }, "node_modules/nanoid": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -6575,25 +6921,22 @@ "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==", "dev": true }, + "node_modules/neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "license": "MIT" + }, "node_modules/node-releases": { "version": "2.0.10", "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz", - "integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==" - }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "optional": true, - "engines": { - "node": ">=0.10.0" - } + "integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==", + "dev": true }, "node_modules/object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", - "dev": true, "engines": { "node": ">=0.10.0" } @@ -6699,6 +7042,7 @@ "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, "dependencies": { "wrappy": "1" } @@ -6720,11 +7064,16 @@ "node": ">= 0.8.0" } }, + "node_modules/papaparse": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.4.1.tgz", + "integrity": "sha512-HipMsgJkZu8br23pW15uvo6sib6wne/4woLZPlFf3rpDyMe9ywEXUsuD7+6K9PRkJlVT51j/sCOYDKGGS3ZJrw==", + "license": "MIT" + }, "node_modules/parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dev": true, "dependencies": { "callsites": "^3.0.0" }, @@ -6736,7 +7085,6 @@ "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dev": true, "dependencies": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", @@ -6754,6 +7102,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true, "engines": { "node": ">=0.10.0" } @@ -6776,11 +7125,23 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "dev": true, "engines": { "node": ">=8" } }, + "node_modules/pbf": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/pbf/-/pbf-3.3.0.tgz", + "integrity": "sha512-XDF38WCH3z5OV/OVa8GKUNtLAyneuzbCisx7QUCF8Q6Nutx0WnJrQe5O+kOtBlLfRNUws98Y58Lblp+NJG5T4Q==", + "license": "BSD-3-Clause", + "dependencies": { + "ieee754": "^1.1.12", + "resolve-protobuf-schema": "^2.1.0" + }, + "bin": { + "pbf": "bin/pbf" + } + }, "node_modules/picocolors": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", @@ -6790,7 +7151,7 @@ "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "devOptional": true, + "dev": true, "engines": { "node": ">=8.6" }, @@ -6798,18 +7159,20 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "engines": { - "node": ">=6" + "node_modules/pmtiles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/pmtiles/-/pmtiles-3.2.1.tgz", + "integrity": "sha512-3R4fBwwoli5mw7a6t1IGwOtfmcSAODq6Okz0zkXhS1zi9sz1ssjjIfslwPvcWw5TNhdjNBUg9fgfPLeqZlH6ng==", + "license": "BSD-3-Clause", + "dependencies": { + "@types/leaflet": "^1.9.8", + "fflate": "^0.8.0" } }, "node_modules/postcss": { - "version": "8.4.24", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz", - "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==", + "version": "8.4.38", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz", + "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==", "funding": [ { "type": "opencollective", @@ -6824,10 +7187,11 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { - "nanoid": "^3.3.6", + "nanoid": "^3.3.7", "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "source-map-js": "^1.2.0" }, "engines": { "node": "^10 || ^12 || >=14" @@ -6836,7 +7200,14 @@ "node_modules/postcss-value-parser": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "license": "MIT" + }, + "node_modules/potpack": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/potpack/-/potpack-2.0.0.tgz", + "integrity": "sha512-Q+/tYsFU9r7xoOJ+y/ZTtdVQwTWfzjbiXBDMM/JKUux3+QPP02iUuIoeBQ+Ot6oEDlC+/PGjB/5A3K7KKb7hcw==", + "license": "ISC" }, "node_modules/prelude-ls": { "version": "1.2.1", @@ -6887,13 +7258,18 @@ "version": "15.8.1", "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", - "dev": true, "dependencies": { "loose-envify": "^1.4.0", "object-assign": "^4.1.1", "react-is": "^16.13.1" } }, + "node_modules/protocol-buffers-schema": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/protocol-buffers-schema/-/protocol-buffers-schema-3.6.0.tgz", + "integrity": "sha512-TdDRD+/QNdrCGCE7v8340QyuXd4kIWIgapsE2+n/SaGiSSbomYl4TjHlvIoCWRpE7wFt02EpB35VVA2ImcBVqw==", + "license": "MIT" + }, "node_modules/punycode": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", @@ -6931,15 +7307,21 @@ } ] }, + "node_modules/quickselect": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/quickselect/-/quickselect-3.0.0.tgz", + "integrity": "sha512-XdjUArbK4Bm5fLLvlm5KpTFOiOThgfWWI4axAZDWg4E/0mKdZyI9tNEfds27qCi1ze/vwTR16kvmmGhRra3c2g==", + "license": "ISC" + }, "node_modules/rc-cascader": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/rc-cascader/-/rc-cascader-3.21.0.tgz", - "integrity": "sha512-7aADjbfqiR4HrTHG9S019p2jeKM/AxISPA5+sBJR7Mlhm/i+lR7VjBju3KQulJNJLKNEnQYg4TFhcPf2SLua9g==", + "version": "3.26.0", + "resolved": "https://registry.npmjs.org/rc-cascader/-/rc-cascader-3.26.0.tgz", + "integrity": "sha512-L1dml383TPSJD1I11YwxuVbmqaJY64psZqFp1ETlgl3LEOwDu76Cyl11fw5dmjJhMlUWwM5dECQfqJgfebhUjg==", "dependencies": { "@babel/runtime": "^7.12.5", "array-tree-filter": "^2.1.0", "classnames": "^2.3.1", - "rc-select": "~14.11.0-0", + "rc-select": "~14.14.0", "rc-tree": "~5.8.1", "rc-util": "^5.37.0" }, @@ -6949,9 +7331,9 @@ } }, "node_modules/rc-checkbox": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/rc-checkbox/-/rc-checkbox-3.1.0.tgz", - "integrity": "sha512-PAwpJFnBa3Ei+5pyqMMXdcKYKNBMS+TvSDiLdDnARnMJHC8ESxwPfm4Ao1gJiKtWLdmGfigascnCpwrHFgoOBQ==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/rc-checkbox/-/rc-checkbox-3.3.0.tgz", + "integrity": "sha512-Ih3ZaAcoAiFKJjifzwsGiT/f/quIkxJoklW4yKGho14Olulwn8gN7hOBve0/WGDg5o/l/5mL0w7ff7/YGvefVw==", "dependencies": { "@babel/runtime": "^7.10.1", "classnames": "^2.3.2", @@ -6963,9 +7345,9 @@ } }, "node_modules/rc-collapse": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/rc-collapse/-/rc-collapse-3.7.2.tgz", - "integrity": "sha512-ZRw6ipDyOnfLFySxAiCMdbHtb5ePAsB9mT17PA6y1mRD/W6KHRaZeb5qK/X9xDV1CqgyxMpzw0VdS74PCcUk4A==", + "version": "3.7.3", + "resolved": "https://registry.npmjs.org/rc-collapse/-/rc-collapse-3.7.3.tgz", + "integrity": "sha512-60FJcdTRn0X5sELF18TANwtVi7FtModq649H11mYF1jh83DniMoM4MqY627sEKRCTm4+WXfGDcB7hY5oW6xhyw==", "dependencies": { "@babel/runtime": "^7.10.1", "classnames": "2.x", @@ -6978,9 +7360,9 @@ } }, "node_modules/rc-dialog": { - "version": "9.3.4", - "resolved": "https://registry.npmjs.org/rc-dialog/-/rc-dialog-9.3.4.tgz", - "integrity": "sha512-975X3018GhR+EjZFbxA2Z57SX5rnu0G0/OxFgMMvZK4/hQWEm3MHaNvP4wXpxYDoJsp+xUvVW+GB9CMMCm81jA==", + "version": "9.5.2", + "resolved": "https://registry.npmjs.org/rc-dialog/-/rc-dialog-9.5.2.tgz", + "integrity": "sha512-qVUjc8JukG+j/pNaHVSRa2GO2/KbV2thm7yO4hepQ902eGdYK913sGkwg/fh9yhKYV1ql3BKIN2xnud3rEXAPw==", "dependencies": { "@babel/runtime": "^7.10.1", "@rc-component/portal": "^1.0.0-8", @@ -6994,15 +7376,15 @@ } }, "node_modules/rc-drawer": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/rc-drawer/-/rc-drawer-7.0.0.tgz", - "integrity": "sha512-ePcS4KtQnn57bCbVXazHN2iC8nTPCXlWEIA/Pft87Pd9U7ZeDkdRzG47jWG2/TAFXFlFltRAMcslqmUM8NPCGA==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/rc-drawer/-/rc-drawer-7.2.0.tgz", + "integrity": "sha512-9lOQ7kBekEJRdEpScHvtmEtXnAsy+NGDXiRWc2ZVC7QXAazNVbeT4EraQKYwCME8BJLa8Bxqxvs5swwyOepRwg==", "dependencies": { - "@babel/runtime": "^7.10.1", + "@babel/runtime": "^7.23.9", "@rc-component/portal": "^1.1.1", "classnames": "^2.2.6", "rc-motion": "^2.6.1", - "rc-util": "^5.36.0" + "rc-util": "^5.38.1" }, "peerDependencies": { "react": ">=16.9.0", @@ -7010,12 +7392,12 @@ } }, "node_modules/rc-dropdown": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/rc-dropdown/-/rc-dropdown-4.1.0.tgz", - "integrity": "sha512-VZjMunpBdlVzYpEdJSaV7WM7O0jf8uyDjirxXLZRNZ+tAC+NzD3PXPEtliFwGzVwBBdCmGuSqiS9DWcOLxQ9tw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/rc-dropdown/-/rc-dropdown-4.2.0.tgz", + "integrity": "sha512-odM8Ove+gSh0zU27DUj5cG1gNKg7mLWBYzB5E4nNLrLwBmYEgYP43vHKDGOVZcJSVElQBI0+jTQgjnq0NfLjng==", "dependencies": { "@babel/runtime": "^7.18.3", - "@rc-component/trigger": "^1.7.0", + "@rc-component/trigger": "^2.0.0", "classnames": "^2.2.6", "rc-util": "^5.17.0" }, @@ -7025,12 +7407,12 @@ } }, "node_modules/rc-field-form": { - "version": "1.41.0", - "resolved": "https://registry.npmjs.org/rc-field-form/-/rc-field-form-1.41.0.tgz", - "integrity": "sha512-k9AS0wmxfJfusWDP/YXWTpteDNaQ4isJx9UKxx4/e8Dub4spFeZ54/EuN2sYrMRID/+hUznPgVZeg+Gf7XSYCw==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/rc-field-form/-/rc-field-form-2.2.1.tgz", + "integrity": "sha512-uoNqDoR7A4tn4QTSqoWPAzrR7ZwOK5I+vuZ/qdcHtbKx+ZjEsTg7QXm2wk/jalDiSksAQmATxL0T5LJkRREdIA==", "dependencies": { "@babel/runtime": "^7.18.0", - "async-validator": "^4.1.0", + "@rc-component/async-validator": "^5.0.3", "rc-util": "^5.32.2" }, "engines": { @@ -7042,14 +7424,14 @@ } }, "node_modules/rc-image": { - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/rc-image/-/rc-image-7.5.1.tgz", - "integrity": "sha512-Z9loECh92SQp0nSipc0MBuf5+yVC05H/pzC+Nf8xw1BKDFUJzUeehYBjaWlxly8VGBZJcTHYri61Fz9ng1G3Ag==", + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/rc-image/-/rc-image-7.9.0.tgz", + "integrity": "sha512-l4zqO5E0quuLMCtdKfBgj4Suv8tIS011F5k1zBBlK25iMjjiNHxA0VeTzGFtUZERSA45gvpXDg8/P6qNLjR25g==", "dependencies": { "@babel/runtime": "^7.11.2", "@rc-component/portal": "^1.0.2", "classnames": "^2.2.6", - "rc-dialog": "~9.3.4", + "rc-dialog": "~9.5.2", "rc-motion": "^2.6.2", "rc-util": "^5.34.1" }, @@ -7059,9 +7441,9 @@ } }, "node_modules/rc-input": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/rc-input/-/rc-input-1.4.3.tgz", - "integrity": "sha512-aHyQUAIRmTlOnvk5EcNqEpJ+XMtfMpYRAJayIlJfsvvH9cAKUWboh4egm23vgMA7E+c/qm4BZcnrDcA960GC1w==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/rc-input/-/rc-input-1.5.1.tgz", + "integrity": "sha512-+nOzQJDeIfIpNP/SgY45LXSKbuMlp4Yap2y8c+ZpU7XbLmNzUd6+d5/S75sA/52jsVE6S/AkhkkDEAOjIu7i6g==", "dependencies": { "@babel/runtime": "^7.11.1", "classnames": "^2.2.1", @@ -7073,15 +7455,15 @@ } }, "node_modules/rc-input-number": { - "version": "8.6.1", - "resolved": "https://registry.npmjs.org/rc-input-number/-/rc-input-number-8.6.1.tgz", - "integrity": "sha512-gaAMUKtUKLktJ3Yx93tjgYY1M0HunnoqzPEqkb9//Ydup4DcG0TFL9yHBA3pgVdNIt5f0UWyHCgFBj//JxeD6A==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/rc-input-number/-/rc-input-number-9.1.0.tgz", + "integrity": "sha512-NqJ6i25Xn/AgYfVxynlevIhX3FuKlMwIFpucGG1h98SlK32wQwDK0zhN9VY32McOmuaqzftduNYWWooWz8pXQA==", "dependencies": { "@babel/runtime": "^7.10.1", "@rc-component/mini-decimal": "^1.0.1", "classnames": "^2.2.5", - "rc-input": "~1.4.0", - "rc-util": "^5.28.0" + "rc-input": "~1.5.0", + "rc-util": "^5.40.1" }, "peerDependencies": { "react": ">=16.9.0", @@ -7089,16 +7471,16 @@ } }, "node_modules/rc-mentions": { - "version": "2.10.1", - "resolved": "https://registry.npmjs.org/rc-mentions/-/rc-mentions-2.10.1.tgz", - "integrity": "sha512-72qsEcr/7su+a07ndJ1j8rI9n0Ka/ngWOLYnWMMv0p2mi/5zPwPrEDTt6Uqpe8FWjWhueDJx/vzunL6IdKDYMg==", + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/rc-mentions/-/rc-mentions-2.14.0.tgz", + "integrity": "sha512-qKR59FMuF8PK4ZqsbWX3UuA5P1M/snzyqV6Yt3y1DCFbCEdqUGIBgQp6vEfLCO6Z0RoRFlzXtCeSlBTcDDpg1A==", "dependencies": { "@babel/runtime": "^7.22.5", - "@rc-component/trigger": "^1.5.0", + "@rc-component/trigger": "^2.0.0", "classnames": "^2.2.6", - "rc-input": "~1.4.0", - "rc-menu": "~9.12.0", - "rc-textarea": "~1.6.1", + "rc-input": "~1.5.0", + "rc-menu": "~9.14.0", + "rc-textarea": "~1.7.0", "rc-util": "^5.34.1" }, "peerDependencies": { @@ -7107,12 +7489,12 @@ } }, "node_modules/rc-menu": { - "version": "9.12.4", - "resolved": "https://registry.npmjs.org/rc-menu/-/rc-menu-9.12.4.tgz", - "integrity": "sha512-t2NcvPLV1mFJzw4F21ojOoRVofK2rWhpKPx69q2raUsiHPDP6DDevsBILEYdsIegqBeSXoWs2bf6CueBKg3BFg==", + "version": "9.14.1", + "resolved": "https://registry.npmjs.org/rc-menu/-/rc-menu-9.14.1.tgz", + "integrity": "sha512-5wlRb3M8S4yGlWhSoEYJ7ZVRElyScdcpUHxgiLxkeig1tEdyKrnED3B2fhpN0Rrpdp9jyhnmZR/Lwq2fH5VvDQ==", "dependencies": { "@babel/runtime": "^7.10.1", - "@rc-component/trigger": "^1.17.0", + "@rc-component/trigger": "^2.0.0", "classnames": "2.x", "rc-motion": "^2.4.3", "rc-overflow": "^1.3.1", @@ -7124,13 +7506,13 @@ } }, "node_modules/rc-motion": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/rc-motion/-/rc-motion-2.9.0.tgz", - "integrity": "sha512-XIU2+xLkdIr1/h6ohPZXyPBMvOmuyFZQ/T0xnawz+Rh+gh4FINcnZmMT5UTIj6hgI0VLDjTaPeRd+smJeSPqiQ==", + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/rc-motion/-/rc-motion-2.9.2.tgz", + "integrity": "sha512-fUAhHKLDdkAXIDLH0GYwof3raS58dtNUmzLF2MeiR8o6n4thNpSDQhOqQzWE4WfFZDCi9VEN8n7tiB7czREcyw==", "dependencies": { "@babel/runtime": "^7.11.1", "classnames": "^2.2.1", - "rc-util": "^5.21.0" + "rc-util": "^5.43.0" }, "peerDependencies": { "react": ">=16.9.0", @@ -7138,9 +7520,9 @@ } }, "node_modules/rc-notification": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/rc-notification/-/rc-notification-5.3.0.tgz", - "integrity": "sha512-WCf0uCOkZ3HGfF0p1H4Sgt7aWfipxORWTPp7o6prA3vxwtWhtug3GfpYls1pnBp4WA+j8vGIi5c2/hQRpGzPcQ==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/rc-notification/-/rc-notification-5.6.0.tgz", + "integrity": "sha512-TGQW5T7waOxLwgJG7fXcw8l7AQiFOjaZ7ISF5PrU526nunHRNcTMuzKihQHaF4E/h/KfOCDk3Mv8eqzbu2e28w==", "dependencies": { "@babel/runtime": "^7.10.1", "classnames": "2.x", @@ -7185,14 +7567,16 @@ } }, "node_modules/rc-picker": { - "version": "3.14.6", - "resolved": "https://registry.npmjs.org/rc-picker/-/rc-picker-3.14.6.tgz", - "integrity": "sha512-AdKKW0AqMwZsKvIpwUWDUnpuGKZVrbxVTZTNjcO+pViGkjC1EBcjMgxVe8tomOEaIHJL5Gd13vS8Rr3zzxWmag==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/rc-picker/-/rc-picker-4.5.0.tgz", + "integrity": "sha512-suqz9bzuhBQlf7u+bZd1bJLPzhXpk12w6AjQ9BTPTiFwexVZgUKViG1KNLyfFvW6tCUZZK0HmCCX7JAyM+JnCg==", "dependencies": { "@babel/runtime": "^7.10.1", - "@rc-component/trigger": "^1.5.0", + "@rc-component/trigger": "^2.0.0", "classnames": "^2.2.1", - "rc-util": "^5.30.0" + "rc-overflow": "^1.3.2", + "rc-resize-observer": "^1.4.0", + "rc-util": "^5.38.1" }, "engines": { "node": ">=8.x" @@ -7221,9 +7605,9 @@ } }, "node_modules/rc-progress": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/rc-progress/-/rc-progress-3.5.1.tgz", - "integrity": "sha512-V6Amx6SbLRwPin/oD+k1vbPrO8+9Qf8zW1T8A7o83HdNafEVvAxPV5YsgtKFP+Ud5HghLj33zKOcEHrcrUGkfw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/rc-progress/-/rc-progress-4.0.0.tgz", + "integrity": "sha512-oofVMMafOCokIUIBnZLNcOZFsABaUw8PPrf1/y0ZBvKZNpOiu5h4AO9vv11Sw0p4Hb3D0yGWuEattcQGtNJ/aw==", "dependencies": { "@babel/runtime": "^7.10.1", "classnames": "^2.2.6", @@ -7235,9 +7619,9 @@ } }, "node_modules/rc-rate": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/rc-rate/-/rc-rate-2.12.0.tgz", - "integrity": "sha512-g092v5iZCdVzbjdn28FzvWebK2IutoVoiTeqoLTj9WM7SjA/gOJIw5/JFZMRyJYYVe1jLAU2UhAfstIpCNRozg==", + "version": "2.13.0", + "resolved": "https://registry.npmjs.org/rc-rate/-/rc-rate-2.13.0.tgz", + "integrity": "sha512-oxvx1Q5k5wD30sjN5tqAyWTvJfLNNJn7Oq3IeS4HxWfAiC4BOXMITNAsw7u/fzdtO4MS8Ki8uRLOzcnEuoQiAw==", "dependencies": { "@babel/runtime": "^7.10.1", "classnames": "^2.2.5", @@ -7267,9 +7651,9 @@ } }, "node_modules/rc-segmented": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/rc-segmented/-/rc-segmented-2.2.2.tgz", - "integrity": "sha512-Mq52M96QdHMsNdE/042ibT5vkcGcD5jxKp7HgPC2SRofpia99P5fkfHy1pEaajLMF/kj0+2Lkq1UZRvqzo9mSA==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/rc-segmented/-/rc-segmented-2.3.0.tgz", + "integrity": "sha512-I3FtM5Smua/ESXutFfb8gJ8ZPcvFR+qUgeeGFQHBOvRiRKyAk4aBE5nfqrxXx+h8/vn60DQjOt6i4RNtrbOobg==", "dependencies": { "@babel/runtime": "^7.11.1", "classnames": "^2.2.1", @@ -7282,12 +7666,12 @@ } }, "node_modules/rc-select": { - "version": "14.11.0", - "resolved": "https://registry.npmjs.org/rc-select/-/rc-select-14.11.0.tgz", - "integrity": "sha512-8J8G/7duaGjFiTXCBLWfh5P+KDWyA3KTlZDfV3xj/asMPqB2cmxfM+lH50wRiPIRsCQ6EbkCFBccPuaje3DHIg==", + "version": "14.14.0", + "resolved": "https://registry.npmjs.org/rc-select/-/rc-select-14.14.0.tgz", + "integrity": "sha512-Uo2wulrjoPPRLCPd7zlK4ZFVJxlTN//yp1xWP/U+TUOQCyXrT+Duvq/Si5OzVcmQyWAUSbsplc2OwNNhvbOeKQ==", "dependencies": { "@babel/runtime": "^7.10.1", - "@rc-component/trigger": "^1.5.0", + "@rc-component/trigger": "^2.1.1", "classnames": "2.x", "rc-motion": "^2.0.1", "rc-overflow": "^1.3.1", @@ -7303,13 +7687,13 @@ } }, "node_modules/rc-slider": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/rc-slider/-/rc-slider-10.5.0.tgz", - "integrity": "sha512-xiYght50cvoODZYI43v3Ylsqiw14+D7ELsgzR40boDZaya1HFa1Etnv9MDkQE8X/UrXAffwv2AcNAhslgYuDTw==", + "version": "10.6.2", + "resolved": "https://registry.npmjs.org/rc-slider/-/rc-slider-10.6.2.tgz", + "integrity": "sha512-FjkoFjyvUQWcBo1F3RgSglky3ar0+qHLM41PlFVYB4Bj3RD8E/Mv7kqMouLFBU+3aFglMzzctAIWRwajEuueSw==", "dependencies": { "@babel/runtime": "^7.10.1", "classnames": "^2.2.5", - "rc-util": "^5.27.0" + "rc-util": "^5.36.0" }, "engines": { "node": ">=8.x" @@ -7351,16 +7735,16 @@ } }, "node_modules/rc-table": { - "version": "7.37.0", - "resolved": "https://registry.npmjs.org/rc-table/-/rc-table-7.37.0.tgz", - "integrity": "sha512-hEB17ktLRVfVmdo+U8MjGr+PuIgdQ8Cxj/N5lwMvP/Az7TOrQxwTMLVEDoj207tyPYLTWifHIF9EJREWwyk67g==", + "version": "7.45.7", + "resolved": "https://registry.npmjs.org/rc-table/-/rc-table-7.45.7.tgz", + "integrity": "sha512-wi9LetBL1t1csxyGkMB2p3mCiMt+NDexMlPbXHvQFmBBAsMxrgNSAPwUci2zDLUq9m8QdWc1Nh8suvrpy9mXrg==", "dependencies": { "@babel/runtime": "^7.10.1", "@rc-component/context": "^1.4.0", "classnames": "^2.2.5", "rc-resize-observer": "^1.1.0", "rc-util": "^5.37.0", - "rc-virtual-list": "^3.11.1" + "rc-virtual-list": "^3.14.2" }, "engines": { "node": ">=8.x" @@ -7371,14 +7755,14 @@ } }, "node_modules/rc-tabs": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/rc-tabs/-/rc-tabs-14.0.0.tgz", - "integrity": "sha512-lp1YWkaPnjlyhOZCPrAWxK6/P6nMGX/BAZcAC3nuVwKz0Byfp+vNnQKK8BRCP2g/fzu+SeB5dm9aUigRu3tRkQ==", + "version": "15.1.1", + "resolved": "https://registry.npmjs.org/rc-tabs/-/rc-tabs-15.1.1.tgz", + "integrity": "sha512-Tc7bJvpEdkWIVCUL7yQrMNBJY3j44NcyWS48jF/UKMXuUlzaXK+Z/pEL5LjGcTadtPvVmNqA40yv7hmr+tCOAw==", "dependencies": { "@babel/runtime": "^7.11.2", "classnames": "2.x", - "rc-dropdown": "~4.1.0", - "rc-menu": "~9.12.0", + "rc-dropdown": "~4.2.0", + "rc-menu": "~9.14.0", "rc-motion": "^2.6.2", "rc-resize-observer": "^1.0.0", "rc-util": "^5.34.1" @@ -7392,13 +7776,13 @@ } }, "node_modules/rc-textarea": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/rc-textarea/-/rc-textarea-1.6.3.tgz", - "integrity": "sha512-8k7+8Y2GJ/cQLiClFMg8kUXOOdvcFQrnGeSchOvI2ZMIVvX5a3zQpLxoODL0HTrvU63fPkRmMuqaEcOF9dQemA==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/rc-textarea/-/rc-textarea-1.7.0.tgz", + "integrity": "sha512-UxizYJkWkmxP3zofXgc487QiGyDmhhheDLLjIWbFtDmiru1ls30KpO8odDaPyqNUIy9ugj5djxTEuezIn6t3Jg==", "dependencies": { "@babel/runtime": "^7.10.1", "classnames": "^2.2.1", - "rc-input": "~1.4.0", + "rc-input": "~1.5.0", "rc-resize-observer": "^1.0.0", "rc-util": "^5.27.0" }, @@ -7408,12 +7792,12 @@ } }, "node_modules/rc-tooltip": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/rc-tooltip/-/rc-tooltip-6.1.3.tgz", - "integrity": "sha512-HMSbSs5oieZ7XddtINUddBLSVgsnlaSb3bZrzzGWjXa7/B7nNedmsuz72s7EWFEro9mNa7RyF3gOXKYqvJiTcQ==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/rc-tooltip/-/rc-tooltip-6.2.0.tgz", + "integrity": "sha512-iS/3iOAvtDh9GIx1ulY7EFUXUtktFccNLsARo3NPgLf0QW9oT0w3dA9cYWlhqAKmD+uriEwdWz1kH0Qs4zk2Aw==", "dependencies": { "@babel/runtime": "^7.11.2", - "@rc-component/trigger": "^1.18.0", + "@rc-component/trigger": "^2.0.0", "classnames": "^2.3.1" }, "peerDependencies": { @@ -7422,9 +7806,9 @@ } }, "node_modules/rc-tree": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/rc-tree/-/rc-tree-5.8.2.tgz", - "integrity": "sha512-xH/fcgLHWTLmrSuNphU8XAqV7CdaOQgm4KywlLGNoTMhDAcNR3GVNP6cZzb0GrKmIZ9yae+QLot/cAgUdPRMzg==", + "version": "5.8.8", + "resolved": "https://registry.npmjs.org/rc-tree/-/rc-tree-5.8.8.tgz", + "integrity": "sha512-S+mCMWo91m5AJqjz3PdzKilGgbFm7fFJRFiTDOcoRbD7UfMOPnerXwMworiga0O2XIo383UoWuEfeHs1WOltag==", "dependencies": { "@babel/runtime": "^7.10.1", "classnames": "2.x", @@ -7441,13 +7825,13 @@ } }, "node_modules/rc-tree-select": { - "version": "5.17.0", - "resolved": "https://registry.npmjs.org/rc-tree-select/-/rc-tree-select-5.17.0.tgz", - "integrity": "sha512-7sRGafswBhf7n6IuHyCEFCildwQIgyKiV8zfYyUoWfZEFdhuk7lCH+DN0aHt+oJrdiY9+6Io/LDXloGe01O8XQ==", + "version": "5.21.0", + "resolved": "https://registry.npmjs.org/rc-tree-select/-/rc-tree-select-5.21.0.tgz", + "integrity": "sha512-w+9qEu6zh0G3wt9N/hzWNSnqYH1i9mH1Nqxo0caxLRRFXF5yZWYmpCDoDTMdQM1Y4z3Q5yj08qyrPH/d4AtumA==", "dependencies": { "@babel/runtime": "^7.10.1", "classnames": "2.x", - "rc-select": "~14.11.0-0", + "rc-select": "~14.14.0", "rc-tree": "~5.8.1", "rc-util": "^5.16.1" }, @@ -7471,9 +7855,9 @@ } }, "node_modules/rc-util": { - "version": "5.38.1", - "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.38.1.tgz", - "integrity": "sha512-e4ZMs7q9XqwTuhIK7zBIVFltUtMSjphuPPQXHoHlzRzNdOwUxDejo0Zls5HYaJfRKNURcsS/ceKVULlhjBrxng==", + "version": "5.43.0", + "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.43.0.tgz", + "integrity": "sha512-AzC7KKOXFqAdIBqdGWepL9Xn7cm3vnAmjlHqUnoQaTMZYhM4VlXGLkkHHxj/BZ7Td0+SOPKB4RGPboBVKT9htw==", "dependencies": { "@babel/runtime": "^7.18.3", "react-is": "^18.2.0" @@ -7489,9 +7873,9 @@ "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, "node_modules/rc-virtual-list": { - "version": "3.11.3", - "resolved": "https://registry.npmjs.org/rc-virtual-list/-/rc-virtual-list-3.11.3.tgz", - "integrity": "sha512-tu5UtrMk/AXonHwHxUogdXAWynaXsrx1i6dsgg+lOo/KJSF8oBAcprh1z5J3xgnPJD5hXxTL58F8s8onokdt0Q==", + "version": "3.14.4", + "resolved": "https://registry.npmjs.org/rc-virtual-list/-/rc-virtual-list-3.14.4.tgz", + "integrity": "sha512-WDnwmEls+JImUGHxF0g05ffYQqQH3+is/vzBROj87MiA5op6OwUGNjDT9gbLkkq43XAu6QN7YA8sRmCwnCgh5A==", "dependencies": { "@babel/runtime": "^7.20.0", "classnames": "^2.2.6", @@ -7502,8 +7886,8 @@ "node": ">=8.x" }, "peerDependencies": { - "react": "*", - "react-dom": "*" + "react": ">=16.9.0", + "react-dom": ">=16.9.0" } }, "node_modules/react": { @@ -7520,7 +7904,8 @@ "node_modules/react-csv": { "version": "2.2.2", "resolved": "https://registry.npmjs.org/react-csv/-/react-csv-2.2.2.tgz", - "integrity": "sha512-RG5hOcZKZFigIGE8LxIEV/OgS1vigFQT4EkaHeKgyuCbUAu9Nbd/1RYq++bJcJJ9VOqO/n9TZRADsXNDR4VEpw==" + "integrity": "sha512-RG5hOcZKZFigIGE8LxIEV/OgS1vigFQT4EkaHeKgyuCbUAu9Nbd/1RYq++bJcJJ9VOqO/n9TZRADsXNDR4VEpw==", + "license": "MIT" }, "node_modules/react-dom": { "version": "18.2.0", @@ -7534,11 +7919,24 @@ "react": "^18.2.0" } }, + "node_modules/react-draggable": { + "version": "4.4.6", + "resolved": "https://registry.npmjs.org/react-draggable/-/react-draggable-4.4.6.tgz", + "integrity": "sha512-LtY5Xw1zTPqHkVmtM3X8MUOxNDOUhv/khTgBgrUvwaS064bwVvxT+q5El0uUFNx5IEPKXuRejr7UqLwBIg5pdw==", + "license": "MIT", + "dependencies": { + "clsx": "^1.1.1", + "prop-types": "^15.8.1" + }, + "peerDependencies": { + "react": ">= 16.3.0", + "react-dom": ">= 16.3.0" + } + }, "node_modules/react-is": { "version": "16.13.1", "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", - "dev": true + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "node_modules/react-refresh": { "version": "0.14.0", @@ -7549,27 +7947,54 @@ "node": ">=0.10.0" } }, - "node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "optional": true, + "node_modules/react-select": { + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.9.0.tgz", + "integrity": "sha512-nwRKGanVHGjdccsnzhFte/PULziueZxGD8LL2WojON78Mvnq7LdAMEtu2frrwld1fr3geixg3iiMBIc/LLAZpw==", + "license": "MIT", "dependencies": { - "picomatch": "^2.2.1" + "@babel/runtime": "^7.12.0", + "@emotion/cache": "^11.4.0", + "@emotion/react": "^11.8.1", + "@floating-ui/dom": "^1.0.1", + "@types/react-transition-group": "^4.4.0", + "memoize-one": "^6.0.0", + "prop-types": "^15.6.0", + "react-transition-group": "^4.3.0", + "use-isomorphic-layout-effect": "^1.2.0" }, - "engines": { - "node": ">=8.10.0" + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, + "node_modules/react-transition-group": { + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", + "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", + "license": "BSD-3-Clause", + "dependencies": { + "@babel/runtime": "^7.5.5", + "dom-helpers": "^5.0.1", + "loose-envify": "^1.4.0", + "prop-types": "^15.6.2" + }, + "peerDependencies": { + "react": ">=16.6.0", + "react-dom": ">=16.6.0" } }, "node_modules/regenerate": { "version": "1.4.2", "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", + "dev": true }, "node_modules/regenerate-unicode-properties": { "version": "10.1.0", "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz", "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==", + "dev": true, "dependencies": { "regenerate": "^1.4.2" }, @@ -7587,6 +8012,7 @@ "version": "0.15.1", "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.1.tgz", "integrity": "sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==", + "dev": true, "dependencies": { "@babel/runtime": "^7.8.4" } @@ -7624,6 +8050,7 @@ "version": "5.3.0", "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.0.tgz", "integrity": "sha512-ZdhUQlng0RoscyW7jADnUZ25F5eVtHdMyXSb2PiwafvteRAOJUjFoUPEYZSIfP99fBIs3maLIRfpEddT78wAAQ==", + "dev": true, "dependencies": { "@babel/regjsgen": "^0.8.0", "regenerate": "^1.4.2", @@ -7640,6 +8067,7 @@ "version": "0.9.1", "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", + "dev": true, "dependencies": { "jsesc": "~0.5.0" }, @@ -7651,10 +8079,20 @@ "version": "0.5.0", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + "dev": true, "bin": { "jsesc": "bin/jsesc" } }, + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/resize-observer-polyfill": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz", @@ -7680,11 +8118,19 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "dev": true, "engines": { "node": ">=4" } }, + "node_modules/resolve-protobuf-schema": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/resolve-protobuf-schema/-/resolve-protobuf-schema-2.1.0.tgz", + "integrity": "sha512-kI5ffTiZWmJaS/huM8wZfEMer1eRd7oJQhDuxeCLe3t7N7mX3z94CN0xPxBQxFYQTSNz9T0i+v6inKqSdK8xrQ==", + "license": "MIT", + "dependencies": { + "protocol-buffers-schema": "^3.3.1" + } + }, "node_modules/reusify": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", @@ -7713,7 +8159,8 @@ "node_modules/robust-predicates": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz", - "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==" + "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==", + "license": "Unlicense" }, "node_modules/rollup": { "version": "3.15.0", @@ -7757,7 +8204,8 @@ "node_modules/rw": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz", - "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==" + "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==", + "license": "BSD-3-Clause" }, "node_modules/safe-regex-test": { "version": "1.0.0", @@ -7773,11 +8221,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - }, "node_modules/scheduler": { "version": "0.23.0", "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", @@ -7798,6 +8241,7 @@ "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, "bin": { "semver": "bin/semver.js" } @@ -7805,7 +8249,8 @@ "node_modules/shallowequal": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz", - "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==" + "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==", + "license": "MIT" }, "node_modules/shebang-command": { "version": "2.0.0", @@ -7842,6 +8287,15 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/simple-statistics": { + "version": "7.8.7", + "resolved": "https://registry.npmjs.org/simple-statistics/-/simple-statistics-7.8.7.tgz", + "integrity": "sha512-ed5FwTNYvkMTfbCai1U+r3symP+lIPKWCqKdudpN4NFNMn9RtDlFtSyAQhCp4oPH0YBjWu/qnW+5q5ZkPB3uHQ==", + "license": "ISC", + "engines": { + "node": "*" + } + }, "node_modules/slash": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", @@ -7851,23 +8305,22 @@ "node": ">=8" } }, - "node_modules/source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, - "node_modules/ssf": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/ssf/-/ssf-0.11.2.tgz", - "integrity": "sha512-+idbmIXoYET47hH+d7dfm2epdOMUDjqcB4648sTZ+t2JwoyBFL/insLfB/racrDmsKB3diwsDA696pZMieAC5g==", - "dependencies": { - "frac": "~1.1.2" - }, + "node_modules/source-map-js": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", + "license": "BSD-3-Clause", "engines": { - "node": ">=0.8" + "node": ">=0.10.0" } }, "node_modules/string-convert": { @@ -7962,29 +8415,20 @@ } }, "node_modules/styled-components": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.0.1.tgz", - "integrity": "sha512-6VAlf5A9KZJOnX54becRCLnBFSfeqP+q3raTCdPDPFg4HOy7MNlnWFqAq3sHlQVDdZh5jcsDwK06vTU3NMO6yQ==", - "dependencies": { - "@babel/cli": "^7.21.0", - "@babel/core": "^7.21.0", - "@babel/helper-module-imports": "^7.18.6", - "@babel/plugin-external-helpers": "^7.18.6", - "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-proposal-object-rest-spread": "^7.20.7", - "@babel/preset-env": "^7.20.2", - "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.21.0", - "@babel/traverse": "^7.21.2", - "@emotion/is-prop-valid": "^1.2.1", - "@emotion/unitless": "^0.8.0", - "@types/stylis": "^4.0.2", - "css-to-react-native": "^3.2.0", - "csstype": "^3.1.2", - "postcss": "^8.4.23", - "shallowequal": "^1.1.0", - "stylis": "^4.3.0", - "tslib": "^2.5.0" + "version": "6.1.13", + "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.1.13.tgz", + "integrity": "sha512-M0+N2xSnAtwcVAQeFEsGWFFxXDftHUD7XrKla06QbpUMmbmtFBMMTcKWvFXtWxuD5qQkB8iU5gk6QASlx2ZRMw==", + "license": "MIT", + "dependencies": { + "@emotion/is-prop-valid": "1.2.2", + "@emotion/unitless": "0.8.1", + "@types/stylis": "4.2.5", + "css-to-react-native": "3.2.0", + "csstype": "3.1.3", + "postcss": "8.4.38", + "shallowequal": "1.1.0", + "stylis": "4.3.2", + "tslib": "2.6.2" }, "engines": { "node": ">= 16" @@ -7994,25 +8438,35 @@ "url": "https://opencollective.com/styled-components" }, "peerDependencies": { - "babel-plugin-styled-components": ">= 2", "react": ">= 16.8.0", "react-dom": ">= 16.8.0" - }, - "peerDependenciesMeta": { - "babel-plugin-styled-components": { - "optional": true - } } }, + "node_modules/styled-components/node_modules/@emotion/unitless": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.1.tgz", + "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==", + "license": "MIT" + }, "node_modules/styled-components/node_modules/tslib": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.0.tgz", - "integrity": "sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==" + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", + "license": "0BSD" }, "node_modules/stylis": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.0.tgz", - "integrity": "sha512-E87pIogpwUsUwXw7dNyU4QDjdgVMy52m+XEOPEKUn161cCzWjjhPSQhByfd1CcNvrOLnXQ6OnnZDwnJrz/Z4YQ==" + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.2.tgz", + "integrity": "sha512-bhtUjWd/z6ltJiQwg0dUfxEJ+W+jdqQd8TbWLWyeIJHlnsqmGLRFFd8e5mA0AZi/zx90smXRlN66YMTcaSFifg==" + }, + "node_modules/supercluster": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/supercluster/-/supercluster-8.0.1.tgz", + "integrity": "sha512-IiOea5kJ9iqzD2t7QJq/cREyLHTtSmUT6gQsweojg9WH2sYJqZK9SswTu6jrscO6D1G5v5vYZ9ru/eq85lXeZQ==", + "license": "ISC", + "dependencies": { + "kdbush": "^4.0.2" + } }, "node_modules/supports-color": { "version": "5.5.0", @@ -8043,13 +8497,19 @@ "dev": true }, "node_modules/throttle-debounce": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.0.tgz", - "integrity": "sha512-2iQTSgkkc1Zyk0MeVrt/3BvuOXYPl/R8Z0U2xxo9rjwNciaHDG3R+Lm6dh4EeUci49DanvBnuqI6jshoQQRGEg==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.2.tgz", + "integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==", "engines": { "node": ">=12.22" } }, + "node_modules/tinyqueue": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/tinyqueue/-/tinyqueue-3.0.0.tgz", + "integrity": "sha512-gRa9gwYU3ECmQYv3lslts5hxuIa90veaEcxDYuu3QGOIAEM2mOZkVHp48ANJuu1CURtRdHKUBY5Lm1tHV+sD4g==", + "license": "ISC" + }, "node_modules/to-fast-properties": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", @@ -8062,7 +8522,7 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "devOptional": true, + "dev": true, "dependencies": { "is-number": "^7.0.0" }, @@ -8171,6 +8631,19 @@ "node": ">=4.2.0" } }, + "node_modules/uglify-js": { + "version": "3.19.3", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz", + "integrity": "sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==", + "license": "BSD-2-Clause", + "optional": true, + "bin": { + "uglifyjs": "bin/uglifyjs" + }, + "engines": { + "node": ">=0.8.0" + } + }, "node_modules/unbox-primitive": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", @@ -8195,6 +8668,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "dev": true, "engines": { "node": ">=4" } @@ -8203,6 +8677,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", + "dev": true, "dependencies": { "unicode-canonical-property-names-ecmascript": "^2.0.0", "unicode-property-aliases-ecmascript": "^2.0.0" @@ -8215,6 +8690,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", + "dev": true, "engines": { "node": ">=4" } @@ -8223,6 +8699,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", + "dev": true, "engines": { "node": ">=4" } @@ -8231,6 +8708,7 @@ "version": "1.0.10", "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz", "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==", + "dev": true, "funding": [ { "type": "opencollective", @@ -8261,6 +8739,20 @@ "punycode": "^2.1.0" } }, + "node_modules/use-isomorphic-layout-effect": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.2.0.tgz", + "integrity": "sha512-q6ayo8DWoPZT0VdG4u3D3uxcgONP3Mevx2i2b0434cwWBoL+aelL1DzkXI6w3PhTZzUeR2kaVlZn70iCiseP6w==", + "license": "MIT", + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, "node_modules/v8-compile-cache": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", @@ -8346,6 +8838,17 @@ "fsevents": "~2.3.2" } }, + "node_modules/vt-pbf": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/vt-pbf/-/vt-pbf-3.1.3.tgz", + "integrity": "sha512-2LzDFzt0mZKZ9IpVF2r69G9bXaP2Q2sArJCmcCgvfTdCCZzSyz4aCLoQyUilu37Ll56tCblIZrXFIjNUpGIlmA==", + "license": "MIT", + "dependencies": { + "@mapbox/point-geometry": "0.1.0", + "@mapbox/vector-tile": "^1.3.1", + "pbf": "^3.2.1" + } + }, "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", @@ -8397,22 +8900,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/wmf": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wmf/-/wmf-1.0.2.tgz", - "integrity": "sha512-/p9K7bEh0Dj6WbXg4JG0xvLQmIadrner1bi45VMJTfnbVHsc7yIajZyoSoK60/dtVBs12Fm6WkUI5/3WAVsNMw==", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/word": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/word/-/word-0.3.0.tgz", - "integrity": "sha512-OELeY0Q61OXpdUfTp+oweA/vtLVg5VDOXh+3he3PNzLGG/y0oylSOC1xRVj0+l4vQ3tj/bB1HVHv1ocXkQceFA==", - "engines": { - "node": ">=0.8" - } - }, "node_modules/word-wrap": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", @@ -8422,24 +8909,24 @@ "node": ">=0.10.0" } }, + "node_modules/wordwrap": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", + "integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==", + "license": "MIT" + }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true }, "node_modules/xlsx": { - "version": "0.18.5", - "resolved": "https://registry.npmjs.org/xlsx/-/xlsx-0.18.5.tgz", - "integrity": "sha512-dmg3LCjBPHZnQp5/F/+nnTa+miPJxUXB6vtk42YjBBKayDNagxGEeIdWApkYPOf3Z3pm3k62Knjzp7lMeTEtFQ==", - "dependencies": { - "adler-32": "~1.3.0", - "cfb": "~1.2.1", - "codepage": "~1.15.0", - "crc-32": "~1.2.1", - "ssf": "~0.11.2", - "wmf": "~1.0.1", - "word": "~0.3.0" - }, + "version": "0.20.3", + "resolved": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz", + "integrity": "sha512-oLDq3jw7AcLqKWH2AhCpVTZl8mf6X2YReP+Neh0SJUzV/BdZYjth94tG5toiMB1PPrYtxOCfaoUCkvtuH+3AJA==", + "license": "Apache-2.0", + "peer": true, "bin": { "xlsx": "bin/xlsx.njs" }, @@ -8447,24 +8934,32 @@ "node": ">=0.8" } }, - "node_modules/xmlhttprequest": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz", - "integrity": "sha512-58Im/U0mlVBLM38NdZjHyhuMtCqa61469k2YP/AaPbvCoV9aQGUpbJBj1QRm2ytRiVQBD/fsw7L2bJGDVQswBA==", + "node_modules/xss": { + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/xss/-/xss-1.0.15.tgz", + "integrity": "sha512-FVdlVVC67WOIPvfOwhoMETV72f6GbW7aOabBC3WxN/oUdoEMDyLz4OgRv5/gck2ZeNqEQu+Tb0kloovXOfpYVg==", + "license": "MIT", + "dependencies": { + "commander": "^2.20.3", + "cssfilter": "0.0.10" + }, + "bin": { + "xss": "bin/xss" + }, "engines": { - "node": ">=0.4.0" + "node": ">= 0.10.0" } }, "node_modules/yallist": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true }, "node_modules/yaml": { "version": "1.10.2", "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", - "dev": true, "engines": { "node": ">= 6" } diff --git a/package.json b/package.json index de67f27..0faff63 100644 --- a/package.json +++ b/package.json @@ -9,70 +9,17 @@ "preview": "vite preview" }, "dependencies": { - "@ant-design/icons": "^5.3.7", - "antd": "^5.13.1", - "d3-array": "^3.2.4", - "d3-delaunay": "^6.0.4", - "d3-fetch": "^3.0.1", - "d3-format": "^3.1.0", - "d3-geo": "^3.1.0", - "d3-queue": "^3.0.7", - "d3-request": "^1.0.6", - "d3-scale": "^4.0.2", - "d3-selection": "^3.0.0", - "d3-shape": "^3.2.0", - "d3-zoom": "^3.0.0", - "date-fns": "^3.3.1", - "dom-to-image": "^2.6.0", - "file-saver": "^2.0.5", - "lodash.flattendeep": "^4.4.0", - "lodash.max": "^4.0.1", - "lodash.maxby": "^4.6.0", - "lodash.min": "^4.0.1", - "lodash.minby": "^4.6.0", - "lodash.orderby": "^4.6.0", - "lodash.reverse": "^4.0.1", - "lodash.sortby": "^4.7.0", - "lodash.sum": "^4.0.2", - "lodash.sumby": "^4.6.0", - "lodash.uniqby": "^4.7.0", - "lucide-react": "^0.400.0", + "@undp-data/undp-visualization-library": "^1.0.26", + "antd": "^5.18.3", + "lucide-react": "^0.309.0", "react": "^18.2.0", - "react-csv": "^2.2.2", "react-dom": "^18.2.0", - "styled-components": "^6.0.1", - "undp-viz-colors": "^1.0.7", - "xlsx": "^0.18.5" + "styled-components": "^6.1.13", + "undp-viz-colors": "^1.0.7" }, "devDependencies": { - "@types/d3-array": "^3.0.5", - "@types/d3-delaunay": "^6.0.4", - "@types/d3-fetch": "^3.0.7", - "@types/d3-format": "^3.0.1", - "@types/d3-geo": "^3.0.3", - "@types/d3-queue": "^3.0.10", - "@types/d3-request": "^1.0.9", - "@types/d3-scale": "^4.0.3", - "@types/d3-selection": "^3.0.5", - "@types/d3-shape": "^3.1.1", - "@types/d3-zoom": "^3.0.3", - "@types/dom-to-image": "^2.6.4", - "@types/file-saver": "^2.0.5", - "@types/lodash.flattendeep": "^4.4.7", - "@types/lodash.max": "^4.0.7", - "@types/lodash.maxby": "^4.6.7", - "@types/lodash.min": "^4.0.7", - "@types/lodash.minby": "^4.6.7", - "@types/lodash.orderby": "^4.6.9", - "@types/lodash.reverse": "^4.0.9", - "@types/lodash.sortby": "^4.7.7", - "@types/lodash.sum": "^4.0.7", - "@types/lodash.sumby": "^4.6.7", - "@types/lodash.uniqby": "^4.7.7", "@types/react": "^18.0.27", - "@types/react-csv": "^1.1.3", "@types/react-dom": "^18.0.10", - "@types/xlsx": "^0.0.36", "@typescript-eslint/eslint-plugin": "^5.51.0", "@typescript-eslint/parser": "^5.51.0", "@vitejs/plugin-react": "^3.1.0", diff --git a/public/SFH_data.numbers b/public/SFH_data.numbers new file mode 100755 index 0000000000000000000000000000000000000000..ccd1ed823e1794defae2e2bd58c0164152521459 GIT binary patch literal 293742 zcmce<2V4|a-}ilH*~Qrva3O#zqCp}FAz~2AAx1&41dT10L`^K9L@|m6(L~b_6%~8g zh6Q`?ioN&VJ67zdh`mOi-~a4r=DM8wx}WQPKkw_u|LphtzO&Qz?Ck9B0h)g8ruSv^ zFKl4<)^`jw&TJ{o7?lsQ`YD}~e*L^okB+^&C#9rSO#UT-Z79tSwl7MGk|m!iC^v~2 zEZd3)7dIJ9ZnETUcC)as(r+g7^c>zlhYy;@GjjO3$$b1|KFG=kpMP9}JBWQag4DHpKQ!P3{)#)+nKG zu)aa>lqAW$OSitk?y&U8=!UC7JYn(Uc7OZmRU{92Mf+oA*xXl+ZWM zy-^Q?Y%bQKcTz7r0LJf2|L5*tVag?jflYIYa7B#7|Owz^G#w51R zTFEmm>Bkq zWOO0;tmIV}|APFy%jZk__=?@T7f8jVV!jo7^?D!~Jx%7IelH{sKaZl8{rdIG&`A}u zbW(+}xXs4xG@bO>Je?H2OefV{tCK>u>fG|vm+aN)Kg%C7`KZpVaYEy>I^#zbKKdx4 z;zu8Sl&^F9sBT1oP8P}5DIpJZ9>y|1L_}<5pWLRiQYzacdua?Z#VY8cGM^UOsO584Co;sJeaz+=0`&D88!GG9WJrxI4VvQa4Vrp3mcMTHofOLE8bU3N zS~d1@Yt+gZXKCC9_ifz9=qWdiZz_GlmKr|MxA;y9U@eRRmX^&STQ-OMws9TE`G(}6 zRFOyrVCiQ%Z)yq#`Y$!`x-Kr_(t6i^YJ;TZPR;^lL zQ)dL=oD%+398NjuIa7x$!6^x69GsPEu|&O$b5u|ED@&JH8~5a1J;D>JB$_6>b?X1<<`jgIr9Ng0}i(4>{rLFx{O?M;&`NiSo;V{wCp(+yTYH&{tFZm=S{!OG|c zE1V*+ITBlj1~zH6ByEBIz$lUQcCTpEHttt8KFXqju6o->_}c zb}OH67 zADzv|Wb?7ve8prQ=`Pd1Vy1Jx0fxA42`N9hUO<~!WT{O57k|Z|o218t_kQ+QOjV)| zk}zf5zl{kA#3Y<1YO_4UCnjVWCgDplQJaQSHbjRsz$BbVZRjEa>tQUMCS<&;m?!rc=m(Y^O=+Y%kp z{FBx(;qjleMo{Ii5jSdvTyj>53Ag!Ou3oV*i+KEW=9eKc%krbcYfim_S;~DH6!JX& z=a}%z?H5KiW`=;klHqM)!kcEsLk8Vi`DaYXFEuL0RLX2A2TjuViV1mD_iA)p05dcW zw65}x2_HM$Gg2>=TM`s<)_pfN?dOS+U09V}IVmwA+s&rv@QfwVH7g!wRX%TAH72CE zab3;uW~&cIR>T6j1XfP)iwXBEYJhuSy@RU{iVknRsT}P{#}+MOLV7ITUNe0Ap1YA5 zEMnB?k})9}UO&_fU;WE0?|_JD?z=rq?Re(y?~$wMkGqaw7d~nJ^*7aN;ZN&gE2r7p z)eLWu*0Mso4$R`yARykX3y6&ld{z~G<^JCxdQ zj<-M@kyEB&Ovv7g7hv@=bfGtEVLM=A9>z7!)zVgHit~*(Q%7s~J^-A)z;5>-S@72iGpw^<+q1GGREjS;>>E(@RZ9;8EZ9#1{xJTi<*g!Ai zMEk&fG_G2`5#f<+6lO!ij&h)!2KP{$KerYuk5#O2NF&%KZ2NGhfp%=gWEiqXac7)r$9nqU&SSEra^-P?#mgGbv3^pN*{6j3tfGHR@ha|NZZjwI z0KJUqFgMA)gHN7Lz7gT$rqeS^z7&irD3kP&S+X!=aTZ*vI4g%LjS4`OLRnBHQ9-B= zQDsqOP=P3Klo?e5<%RM@`J?<$zNimSK2q_bmSNu8|Y=Jxmj<<#P4e)^a&4J1GL?qd#g(@X;Tm$#Gk33;hXO?8$g+Ni)5S zRkzX0SbGQ7RWC)dR2g8*DAEl4a~q0dBBQ4{(G1dVw44TZRsoHa4Dx z8|>6r++fGDadXS|I-eQxnO}lb?U0Vms(Z*hYcjXv!PEO(etk&y?tkk;O~1Qs<9BVm z(8llC_#GRcXyucvjZPFrzp?RjJ1?^F`&h4yKeX{jHvZVgpV;_Q8-Hfw&#@sk{?f)@ z+4$c!{@TX-+j)ka53qBeaJlsfRxTrnwajA^>*ldZZS&Y2+}=eMqVAz?qu$ibvtTV9 zBpkx1w}&t`Pd~|8*EL~9_4C+$)C1H*)Fadj)JxPW)ZeJrsK=-$sHgSw^v`Tq^m9Oe zd)+)4n-rVJ2F&cAyrCeUF~6xNtL5p~Y|Mhv&z}4`PxtOWOqD@)KG@EO*!fU9&$LJ8 z>25mhJloE*?0lG=54ZCXc0SV1N7?ykJ0F8*ke!dS^YM0WwR4-D+wI(8=M(IFqMc8& zSI^VoD0I!!=`-z9SLz4TWC%@$(qs@#oS2xg{0_R2m@UgbbESS5O@`BC1WiWLWIQG^ zR)KrisBNc-gC?VBG8z*ZTLV3o_8OZsbtRjCBQg;+DK$?wjdtE^zD#>R2YWB--JS!m ztr0o6o1IUy^XYaz1#{k9j;k>{pJC@S?R=J<&$jb9c0Sk6=h^vuJ6~Yu3+;T7oiDcY zC3e2l&X?JFuAQ&6^Hu-sJDY;lO+`&ZO-JRRme}~h;D!3^%(ix|BuJWQ7zWk z`8qpaZ|58Ae68JUn9L^obSz#JeZbBS+WAI1-(=^T?R<-!Z?*GncD~)tci8z(JKtsJ zyX}0Bo$s~teRjUz&JWr7VLLy9ejg@(JW^(5`y{fKC;Wdb&L)Rpxohj5VCzupQ5#Te zPzUOsuwXSE^y-c;Ho~8_geDv7pJ1C%n^9X(TT#2~pOB7u;OV~?jeV&7sBNh2s2!-C zs9mT-sKcluZBK|!@72Vs+6f(-hgGBW^CrJOp?miqCjOY6pRn_jc7DpvkK?ho@|?OS zZr-r-n|6NM&d=ESSv$|O^K*87-p()B`9(XwWapRdJm1c**!fjEzh>vx?fjOV7ufl2 zd-W4KaTwSXpANBWu%PM}VrPN9yWZs1^GH60APNUAC&Z6>A z=TP~mD|6?utGK;}x{f-Jx`4Wfx`eunx`ir0-4+KzKUVVU>h0?@Op+&l;_u;IlsQ%x z_UBLs&vNi#c*o)3BOH9BgO76X(GEVw!N)rII0v^nxXr=s4(@Ppr-NrZ_yh-^=-`ta ze6oY*IQSF?pX%V#9DKTi&v5XW4nE7lXFK>D2cPTU^BjD>gD-IKg$};R!52ID5(i)E z;L99*xr06i9P03TTtc5kQ(PV3CEVdv`vd(5hu3Exyt@(@jn@~t8W;;d&f(S3#H?uj z+vNbuMm7O85j6=#ul6~pDX6KaX{hO_|M~jE9Un5dvwyo(VoQ+WLMa`aT;2SAeA}%F zE8@$nywLjQhpm1$X581iV=u5TIJ~A0qGw4(*|`qB(!p0b_-Y4V)?3~e$K(qJNN|$zbK9=HUL*M*alp>U^6hqmIUkN zHI8z#*xHbhZ?EOp2JD*aO77X)t2nj|*>=t&zjE-u9sIR}zj5$%C-3j%8BRXH$pv+@`8p?G@8lbte4~?Za`MeizQxJ6I{7vy-{IstoqU&* z?{@M%PQKU4_c{4~CqLli2c7(olOJ~SBTjzQ$&WetaVJ0FaWu6^ym>_8mDE7Ml_Mg6Zi`E@71;p8`+ z{Faj!IQeZSzvJY0oxIS=?>YH>Cx77N51ssxlRtLyCre{m7LQ0NYw==7U&qG z`T(CSxW4fFHaY2+=4lCON#Yy7IXYHoO!JfR!8z7`RQb*i8?ZGu3I`O^ZIa|}_6e3> zv^AC)a#9NO+m;)(JvVAcZq&})s9m{HyK|$C=0^Ec!iQ4D-@I{qBe}JD^QMHQXPEI& zZq(u2s3W;iQ7o=larQ>Cly8Q2)`4x@bgWdf%FMDqH|juc)Inoqy-6C0_MY6Ry}42Q zJS#{4$kHv6%pzD%=~p&HVxuL=AxYCD`s^s7Ha>`17B^4w3`(DbkMcLC)mbKaMr}R; z?vPbyt3+@Aw}p7n%Uw|`Z0Bx?ot9X>)ZOGK+qUQI$rxQQqm6mR;4!mvp6_4%O!8@g zrA~?QF?nV?2hqp#Y%4yV$CswGHoU{234PcTXYxF-ziu7B%9TH@)4)_JP;TnhM(TrC z)1LHdS_cP$-qhk?Jd;?uj*ZYs-@G2cG6pcbnEpX8rZSGj>z*v5C&No^SJz7|+F5At zK^rf_9{X~m%;gH`qw&1%#qhmEIehbAl3z7?86jh@@Z~B#DwlWUN~QGIN+$c#42!FM z$*}(52DsU6DCPGh^DcMF>{DDGXE8SXb&+JEkCA`bm{T)k%-vVf;oWci_Vy!TGbErCQrUyh6br9XkBwu^`Eyh2c``1C;TkF5; zYWQXjV^qP|dROPJozSggZ+v5%+#{uKO6TO1r0_2yszyXbiM}3zUX`vd8de|Q6>*>1 z@{|u5XB#Xmh=np!Aih?yn9psPvR$@J88~>F9F+Nd&s<~Z%;Wdw z8DVv>mlRvCEVHJc>M{Ei95LLIM1<;aj;kjpO*h_YP1zbso9H09XMjqah7 zres|9#BxhuxdRGzzSLO;58sfb3tDsQ)i`75(i;VN=tZ&__V|Nc_aw`uJGpB;g4R#H z;BXI}JL2X|H!Rp23toTaP_~C<_{7z5L4)#+uJ8<uL|n zuqkVs1x>s)cYBG@SIfpcaK~N!aMzvJwjS15Mo!(3F9q3l9UW03^v=<#gY>Zeu&cL> z$}m~7jttGv2W9?UxI+rPGxE?zI!-0A;L{7YoR=+&2TrXXH2&W4!s4OZGA`b7hqOSR zIW%BL?FAPD>V>b_Yg`OLJdM0gfDJ(bV(zC}NmeIFHz0d{CU3_4LG4##3=?8VN z0kE%gAD)sddE2LEn1a?@@4V25W;}bfo)%mh3*I_sXpYh1SYv(Q6|`u>s7)TBht583 zg}Vmgt_L#m<`%PDy}mq44jRAQvD72<_Q|p54Y+F=+;!EfrPVCkhpyV{88mdv>H&t( z1*7*ZaKl~8;;w57rcE$f*5Aw=TP!Gh?ufC)L$42;vzw07hp?CKWzIKR9=)D0PZu=d z!0wwRLZ_bFf$gExu`tDR3sXG3FvT+rQ#{Eq#q$hPJk{{hhG$zude*_!yOyp!7g?Rv@7XT8 zao^OPvCT@3cBs&NjSgQvKg&SbGlIQP@@;?5J> zv^X<8D=rSR&7LHgi(85XvoIFvVZxx80Gvv~Sanvtf{(BK=8a^2gMY;=pddj3nrYmB zHFpD@i8W)`P}Yxm%Q!Zw&BWQ-U%rM@!;tMoQwBK4;6c=*h|GFRBTqU zw~BpK{DF#nRqUr?e-)Qhu|>tDR2-n<(kc#AaTyhtRq=-^4pMPB6$h*MBNdldafpgP zR`Dk)4ps4|Dh^ZeXDY6s;&2sLRPpC3j!c0Gil?i1hKgsZc$SK1t9Xuz=c;&~is!3%fr=NZc#(=1 zt9Xfum#TP~ikGW+g^F`kyi&!hRJ>ZnYgD{e#p_hOUd0WmTU5MN#oJW8 zUBx?8yi>)yRJ>codsMtv#rsseU&RMhd{D)QRD4*)M^t=N#m7{9T*W6;d{V`yRD4>+ zXH@|TH!N88R;;(M zKCnKpKCobXbm!VCA7MX${Q&j@Sg`zoVm}bp7uFZn7Zxo0D%Mw6KUhClKUlErr&vE> z{bBuK{b9kfzheD`EeTr^wj?ZAE~(g(!dhT0uohUbY*DO5*ix{iU`xS*+z?Ok60}GbRD7K8SWns(0 zmW2h&Wffai*biYpg#8c}EPtrj4}}ea4T8mkgvHmuj=LVCAYseFmV+$^3zo|%ww$oR zu)(mwuwXe@vBAQA1p5)}N3dY|BgK9sY7fFKNU6% zHVifl7A%J;HcZ&hU_XQX3>GYZrr6JftpHmAwgN0zuAtZo!iK|!!-m6x<#5G@3tJJk zB5Xxiuv}5G6@~pA_H)?JVZrj}iv3*J2-pbN2w1Qjq1XsvE5TNRtpp2}D=D^;u#vEl zu#vD}Ia0Ba!d8Z@3|ko%ELT=+WnrtpR)MVo3zn-Wwu-P-VXMMcg$2u16=&?KzmcLN!7s6JDtqxlq z7A#j+Y;|G3g#8lsOIWb{rDDGnwgzks*cz~4xrSnE2wM}jCTvYuuv}BIHHD3ajfRbe z15Z7A(goHb&T5u(e=o!Gh&limfGVENm=nEG$@#Rcx%Vaj%!KB12KF0Ru>6f;zY(?>EPh%hs2MC+ zZl>5~!ZwF(4%-|SEH_tdb75P+wt#H`3zl0bwuP`QVOzqsgaykj728tSZ(+ZM{T3E1 zf2-JUh5ZipJJ|1F!SZ*C{Z80cu&rQQ!Gh&hiftuqYuMJXtzp4(YsIz}whe3>*fy|W zxs77m2>U(k_psl?g5~cO`@OI~!2SUH11wnnL9ssw+ZMJhY+G2c+*Yw|g>47h4z?XE zSZ=4-cEYxYZ4cWX7A&_{Yq}ZQ??FQQowi_&1?xxso!gh!44%;0TEO%FIcVSatQ(#kI!E%aX zQ-tjS+XJ=-ELiTL*dD_6gzX926BaD@RBTUSe}?@T_GehI{Ig@Tpt!2SXYmVZ&~FT(x``z!3PuweOD#r`U6U)a8|ePO|JU&ZznwjXRi*nY5Jxu0VD z3HuxDZ?M0?g5}>7`88E!XtnmNYOxeQA$I21n`3>8U!y&X$X%1K9izMcu`72cm(i+DH;qfN@)m> z0DcHXL*PXz4dD^M52a`*yeOq1JOcPEin8EEDGlKfzz?Hn7`!N@Av^;3;S>#r7o{|W zM*u&9q7m?-l!ovK;73w45?++j5FP>iD2hhGi&7fGBY+=G(P(&4N<(-A@M9<%120Nx z2#)}MEJb7CMJWy85x|e5XdJvKr6D{5`0*5thZm(Zghv2xrN{~|N@)m>0NzHC4PKPe z5FP=%ogzEDD5W7h0(b{S4tP;YLwE%6PKuoHqLha42;j3R%7z!EG=xV0KY^kN@S>E4 z@Ce{1QZx}>l+q9$0sJJ2Cc%qR8p0!hpG?tYcu`72cm(h{6y?B+QX0Y|fS*Fq6nIfe zLwE%6Qz@DXFG^_$j{treMbqF#DGlKfz)z=WI=m>QAv^;385GTc7o{|WM*u&QqM7ib zl!ovK;Ac@Z3tp7c5FP>iY>H;Xi&7fGBY>Yn(HwYDN<(-A@N+4e3olA(2#)}M9!2xu zMJWy85x~!nK_WFG^_$j{tr>MeE^3DGlKfz;B>v1H34uAv^;3 zjTCK!7o{|WM*zQxqD}Ckl!ovK;5SpW8D5mq5FP>i7K*mOi&7fGBY@vZ(N=g-N<(-A z@Y^Wb1}{o!2#)}MJ4M^!MJWy85y0=DXa~F~r6D{5_?;B(gcqeWghv3si=tidqLha4 z2;g^9v>RTO(hwd2{2q$-z>88E!Xtp+OVM6i zNs3Owi&7fGBY;0e(J6RQN<(-A@TVy{4KGS*2#)~%3`J+)MJWy85x}3N=q$V_r6D{5 z_&kd8;6*77;Ss=}qv#yGD5W7h0{HV3orf2tG=xV0e}SS4@S>E4@Ce{9Qgjhsl+q9$ z0sJM3F2RdZ8p0!hzf93(cu`72cm(kI6y?KQAv^;38x-Au7o{|WM*x45qMPudl!ovK;BQfM3tp7c z5FP=10YwGyqLha42;gs1bQ@lj(hwd2{2hw!z>88E!XtpcOVM3;QA$I21n`9v6~c>B z8p0!hzemwMcu`72cm(i86cxdXQX0Y|fWJ@CeRxqyLwE%64=8#7FG^_$j{yE5MGxUc zDGlKfz(1ns5xgj+Av^;3#}qw=7o{|WM*#nXq9^d8l!ovK;Ga_T6ke3l5FP>iGm4(U zi&7fGBY=NS(Q|lFN<(-A@GmHO0WV5v2#-L1Aw^dEx?PmN4@O^MAZ>}D7gB&x_ImuC zRGh`Nu`qxC_VI1R&jWS!!1!B?IK|YS>-9mqKpKxbV;%RF{PaG>gG;s37nbz8)=qC> zKCj#2S3XFxPyJSMushx0rx|oKP|1aE|DYIx>Pp23R2PZ?s4f)aPhE(wVc#yn_z#*0 zX`m}+^1#~kUa_qVMXb0Xl(~6*L2LFfm}vp=%+p|gJ1W-YBAAyUh+G6K;c~7uiGipt z6ys1`D2AcBP>e!#p%{efLNNx_g<=S*3&jXj7m5L>E)?TWT_}d1y71lTQ#3=GvcR`n zSLXdKFZpg)qS$9|H>rYplirOyr6t9)if?E7Ts@N*dg@x$yOF2V?7$-5&R_YTV?ZW?Re5Ww zs+S}NpSqSL#-6%R3_W$B7eWrp%`%LLf3dx<&I*&sVf)bOe~>jW^G{iuFqT!T%O4eIjGvXcM7uId9X2AjGTEXJC;Pz*J7 zp%`iELf1f3W!Yk+sVf%)O zQphv>>K$?FbImTsn7U95F?Hd)5vHy~^DF!F?epuew~NJ3QF?oo@Caib`t$%F=HZbp z1s4lQL^mj#*h(+ZP}-|?D}yrV)ISmEg-JC}<2#1?Z&~kV{`aM_p$XX&abhfET__^|I0?O zY2M%b>ns|}pbtqI%^GX{U$*mK zA2ikd)er7}*iY9ktb2D%nQIiPtAjDuFw}o~oBH9$Lh)4GY>a2hFl<^>wf~!E0o!iu zP2;xT?fHM$)_>i<|C@Wfn+F@HIv)Sw82sxxRQGwiUF>M3ej1Pb|MJk_=$tbC`QIO% zy#M>7quy7+?9#iZI}>A4-_7w)?_yW}Q-@XU{(m@R?-u)S^ZY-&H@jDt~- zI@w_Gl{_S0W~A||D1&DxF1;}d)!>UCbJH0@F}ze)riM|>;Z3)&-Zhw;CrTsNBiC!> z2IK~f+#R{QMqUhgF^ybCE^FjQuKa)A^%Dvk4GM_k=I9FUn6gTyn#mkHS(`D@`lJ8 zYUGWOH`2%(BX6vcH$mP+BX5elsYd<{@^3WqX2_dqyaRHK zHGHq1Cm_ct!}sz;lA z@8!QD$JoC2^1jG1s_(tLA99T6doTYDIY#omm;a6&WBA_7|3Hq>d++6cBFDJB_wv7x zW5nLS<~7`Wd`$+t14x&A@TYyuddcXuvy9|#@RaEio2itdn4u+RLd?_>vmj<^iP;ddwZt5VIa*>a z#9S>g4`QB{m=7^uODup`pd}VUEYuQlUm{w#3?Ot8sfB;I0JD;OPqx`t0nRv^0dS`h;v%vJj8h|aRK6j zmbeIUQA=EcxTGa6LtNGp`4IV9;tIqSEpZj%s+PD0aZO8Hhq$gKZb0175;q}kYKdDA zx3ok7M1e}M0%HZ`O7S*bbxOvMZKdD4h`fV)-KjY6{j1Bn5O-CJdw1Dc2vMjd?m^ts z5=9V2TH-#$eJ$|-;(?ZU2=P!$Jc4+nB_2aO))G%3o@j}u5KpzlGl*we;yJ`~E%5^4 z#e2e6C%gH}BO`mRh?tLG#An0r1T@Im2D6vPcOJW?V2jTz{JuI&WM(pXS-vxR=$44wV6WeDJ?G#< z)fGX0^!pw0+lQwI{1qL6Up+j18Vy*&)LSxm;Jb?%o`Lf2o~Fd|>$(M0Hhpdim&?P@*bCpAuCg z3L}al`i!VLQ3awJMBzlyL=}l@5q(Y+M-)L+ho}-!J)%gWc%sTg4T!1`H6*G^)R?Fm zQBxvL)Ql*Ks0Gm%MBjq+)dRwG9sxIG){62kDQ`nmgXjmMnndl0qKP^X#SkSD)gtOd z6if6YQ5;bhqS{1ViRut_BdSZ3LR62aC(&0#sYLNaX+-sj`VciB`jzNwqJBgTiGC+) zMD!=f(m0@sDZ*6I|6}u@^334n7~1a>Gi%bI8pB_8`m-7i2apZSz~mdEOrmB)Lx`Fa zWf8R?8cx)bXe80MM5BqmBN|K8ifBAhYa$y_8zKkM_e9x5KM+kMYD+Yks2$N1qV`17 zh&m9>AW9&bMU+T1ho~dbJfcoS3y6}477_hOw1lWL(K4bgL@S7riB=MIC0b4N6VY0t zZba*ex)W_AN+H@z)Pra%QBR`nL_ZVlBuXXPP1K8MFHsuNexlw)2Z{O+9VYsP=qS;z zM8}Ex5}hRKM|7I#H=?sdzZ0D!`h(~K(Vs+@K=NM!RpY)jv3#&TU24EF7&-%!{*5uY zPLx4(lV|`@0ntFBJ4Azs3W+j_iiidiJs=uF^oVFE(G#L9qGv?Ih+Ys4CwfIRg6K8T zNTT$N2?1;rQ3hqBi3SplA<85gOEiRN98nh0c%tD%R-%zaHloo)cA~LF4x;fyP9hso zHj#s90#P>6M52jAlZYl0O(vQ`ltVO)XbRB`qNzl)h^7(EA(~D!k7x$b0-~8ji-=|s zEg_msw2WvD(F&ruL@SBr5v?YgPqdb30nvJ*g+v>P77=YGT1>Q+XbI7FqNPMTiIx%V zCR$FkmuLmiexh8WgG4Kd4il{+I!d&f=s3|DqLV~xiB1!(BRWg8p6DFW2BHf@8;LFv zZ6eAi+Ds(+-xea#|F#l|{hGAsS3nNHm0~h-fI$1EMUVM{*U{Z6T;kPOe_22 z7tF`&%P0>P(9qPT!#%x^-s{hsMK!|wWXFqVOD`|KT69PS9o^A?jy6x1hg|13;i)QDaEjj4SKMR z&DlA3!HVUppI_S~nGe0ZJY@Zq2M7HylN_4dt6M_%s zE15pWAD*4!FCU*`A3XEwvun2{^U+~fM-H05WY%#B_mo3_!reOc=#CYhlPm>^Z1ni) z4`(gSygn{VGXK47&%O!67q2an0ur&W_#@PPl2a0Ted=TIy12Zc6Pq*dY}T9Sr?d9s zAv-#A(2=_@M=Y8q1tgigLVI@Wor-zsFHR(M!&XHWc4ke_T^^LN^7QeCTP5?zrziKV zetGlsUMaRoXhO$?PD$PSVjIrbn&|2{FP@uv|McRiaps)qM>h5!y)ef|TGBXB-!0&G zlUG6~`s?$((s0m|`{3_(n%iK1JDCy_Tj=C?Q@wVNq|@kj*MfCXHPe-O5cABo10)Np73MmE(y|KzUVi4^9O~a-G=O3 zwg2j^@t3DAmdqDdJb1Kv0|SaH;XRVZTkj4k^+7(6-(%rn2?f;KTvA+ zFO1hW9sP3hnHSk3@3l1BrVL$oZP49a!2xZhc5>&WR6{#fvTy_Yb<>Cg1sA4Io#tjf zxOdXF+t*JI-zNpMF}Wpl>xMlzW%G5bGi1_;jkAu}W~G@&@7Zv0`+!A-J{2Z5^L6t@ zk4@;F)Tj#EY3slmCl>31=gRiKPu{x$v!Vde+nJ=Y)fo>+Z`ql8e=A?ipI@3d4;y9i8w9a%w*UqXd zs^u$hdpx~x#quR%I+)WBPQG#QKB&YyAk^w7iU`z8NJUeeXe{fFP)yxW;(9=~V1ZQq5LPXaOX%yY-mPcO?p z`i*&6){&j7#vLvQK{|KBi_6&)wx3EdFUz0&CS&dOM>UX++UR(&>G8OX*5<-7PX-qJ zJ!4P{Y{l?hb7mIZ-!R~WWFE9|>fa~FEIpEfc;NMMJ6}wnlQ~W@ubh2yZbsg)5xo)L z9Ws7h{^9MOkNT(e`w-7`-{NQj@Fzq@AnH2Ym&voq($?t`PZE_X`kk87uFn0{vA z*40BL^M+9w>$gt0_Ha7QeqhG@{r3l4-;!dUK6&Tn6>o;zT}87GdU$i(p@MB!SK!QY zeA`NE=8!jdX12uxmC~t4YAW@N032eR<4peFMnC9N!Ps->nMady20y=s^VYG08`exZ zKX!0k^dd;@0C8&U1SPU6suCgXdoESgDA(F$$W0=#Ic)BKXKfkr=mM83eQA?c?>O#PSU?HagzRp zrTfY+XO3CABKO52C8v}d&&m~!mwuhI`}N~B)7Q+v z$@AgZW0x;qy<>eQ(JMtlYWJj+WT^uSF6_X1t{X9W*n}lRop#B*`|z1NOAcn|<56#e zlSXRqM5!J7sIaV*mcMW2E!(v<3j)ojZcKHoEqFBhYdkTH3BBn=+0C#~U*1yCOc%e% znw`CR;+sLf<`we?FIo6Ex=r*5>xzLDC?sR_x_CKg(FS&CnIZOYTB_KoL$ zHa{P-bKSrfgZGy$7gPl&y3XD3n$W8Y7WL_aASpiU*6oFkqB|2L^QcXG#t(RPI^#{b zpg=h>0bACoN4at=46nWML-V%Ynv;LwUU&1=r2}prUN-8u&!>NRq$c+6lpwL7!oQ?u z5A}7>S8=zrE=k>7uQ_id>{9%6+o=O5p3hp}-8^Wlb=58FgeRxVm9rE}OzMW?TrP-x zR@k03ygO^-{)e;Ip1CKPFFhY+eKa#;pdqAO`J`^0lY4i^rdGgA@f$9kxP58B?gPH& z)n^@J4=*@8ZI-k#)E!Go?nf_J;f2wv$yTfyR^-@wcDqq^{L(KWAq@cY4)5se_MwyuqK-K z+_<;q@G*2(X}#G!u}kl?L48?7;WJ&A<40bM+;Q7+xR1FoZ}F-%I~}u3Sc`jNa*rQF z0$A~^w(PL4-2eH**$?mTc*4y$@4vV>|JvXSwQv^Fx*ntMDK4^R+F7N-lTt&im-N`G z5pp74_mfkTDqw%BW^Ka9b>A9|O|?$m#XiPO14^6c^v~RK_VUQJe;C&X_U@CEhPBneV$vOZ3m=Yun0v9Rd2Xid zz?qZJ7dD`$ZDMLdzht@^i7qVC#b3Pi@a%%)>mBvYPls)qTKHhiz-!kIcqFDKr)`;! zAGF-2!?UlI*6AN76Py&2cg(ZI;Mt#O>VS(Qxt^)ck5zSZ`cFw;w4(o*M`7lI?N`q{ zI&^+~2^`8dkH*^HOyAspkYv7b@xktb&3ChE2ZU4(?46R7jLoT2c#QR&v1i%s!V!-$ zcT46Mr!5?Ew>J@f%i(hzu$K(fxM&;s!ermWucwSSHFeObPam3lr}j?iRPIAozi<<4 zn7!rx_+bN&-x-frp6BPCcgBxh_1NpYDM;TjA+ZOxr~&$4{Hx=er;k~9X-jGIi+kH2 z?A!3{`St#TLftziBzNr53n#yI4;Jatv|b4Da$xM3&@HJ`kN!hsgZZM@7jphR&-jTa z3!a}!UwMD2WZt`W-^#H!(sO*O<5wnkOz582qtnbetYKkAef*Z4>#y1~hi@ope)?vf zyE|f4-kl{k8=GewT6uNFx|s!?1KO5L*QX@- ztTD32gZplTy4&dzQyxXo|;|uHZ)K#TDEL{qO(76`a0fmjt?iYhJjP zHC%pi^_j`fZq9#(zf_c$|I)T)^s|-HTC<^Jm*j3<3ann#mnYNlEak zh96ce%rKw+uda0QBGj=jVR~>K6*P(E?Tl~}Y7dJZ(oI7qZU)p{q za)J7k z&Rg`BL>%!XQ^&;4ZgPFoSM55xE%BH4KgybFeSGrj63KjPe(o*X-3Nol(Dl&4>r?iR ze0FW$2+4eS$L7bw*A28MT|^h|(c>pP6deo4NI|dP>>u{1;L3rUUd?68w)CTikF6M; zoFVt&C3_h*fR-=E6<_w8}bec#>pxvz81b*^*Hbv@6y&zXusckDa0{c_{lqq~4lU3O0L(S`;Y z=M~Hd3kLT|BSv!?Z)4SgGsWqxC*Hi!P)*m*EI-HIeft-=P%NCWFh~|dA%AEaRas4` zNhf2EZ#Jba9ZtNzamA{d#RKMx7inks449ARf&((O_VT6E>kA)VOu$s#*32bYC(E;F zg$IFahoaeyhmh+Fp4f{ZW|AAt#3A6hkUyBAaiI5r^kMPT)fgUW=LXK;9JCoAp8zP) zKZ%9jb$sD;Vwz_if3H+n+x99dJ|^yVD%dntS0CSr-yb;;nn`v|!HX6)bNhK{xwb!w z$f$gH$lJS>Zv~>7sSTK`36A`TLK|NoRsOO==l7Rgd(eZ*ztZ}$_Q3v&H7DcbGyQzM z1H(eeuf-^=aUb?S{W3SdXz%*9A}W6GlCsTF=O0bvd~EP`eFJ1OdZYQ!5~@BVUCcXB zaIEo9YX6nolylp5?7K<65F?S97b!JH3k>b)#?%`b+57g5r=C2y8@n;#+0}uXI$Ap; z3@nde$YD6t5!I=q$IormC7iLN@=urVJY1dIG>dfYCDzVf7(`B`(89((cxpsW&Dy%h z7n_b@DzRW~L&4#ULZ#vlg17wuTGTihsp5|`-8u2`aQr0dY-QxugJ&=8FC-&H7DDY@ zUk+m+cblN%l0|y8iHBA(1d2dAFH92}2yjQqLiAT-8FG2gzO3Dne&u!yrm}C;CS^W9 zlHxYt1_fPOu(tL!THJU8t1d^CRFpn$*cMK;ZYz79@$}8^Nty#fZAhqO4ha?cA8;I1 z6`LZGTb3L;YELC^*%g<1;LW4`gCc3@gTZ|Dg_b{}`5Zan{mSEK%2TQ?L-Tp)WL<3H zp4PojF)1>WYeRi}1A~0Y`aZCfp*P=!s428iB_4j8ntbZgIUbd_EBkbD*^0ZXwTIdLLq2?n1l$fRQpJVWd1ymF+(P!{nx&j(>BW(qhR&`26rk5O40uO$Vz=F2_oa2!UM)IYo$6jiY&PpG)Lm|8b~INu7CM0KEDE7whj~ zm*N*EDl0NBG+zPJF0W!;R#aB=K=Nx-;VfT2$1MQbK+V}wwE57Z+PIeksE2!AolM+w zqvo|^nz-jI-+-aFU`<3X{VnWrcFp+*OCy(@KM9D)?!#59_dP1FAu&nyoE5B@ElV~< zJ!4aOUVk+Jd30TM!sLhtw)ydpoQ^q=}4z zy8$yCC&JQ-RcQR3N&S}BoQR9k<=neCi`sYjRAa-2lD2V*Rha0(p-cwcYB_GaCd}G( z_;h2^#j`c_m@3P?+4}DKk!@ONIDaY>oH0TPUu1JoY+# zIQ#YOxNVz-)TY;)&lRt!%lm}`)n;oX$4tQ@h{v9KFff*#e0nk{Pf zZtz@90O`>eR#}{{zlK~g*4>YL@-iKq4Jzv3omWrJtSqx3p9=Z2eaMX7kd`%&mfJkl z`=lkh_ZPSC4WM3JUY)n*!TBmJc}vR7_64KSA3R&oltir2OZYBXr5AQDZGQ9W4OFt$ zdpXVT4{v@IDX|sI4%TWyAy{eiUY^_d-j2TtgSA@i2Uv~qnEr39T7I-5S-0(>PEM`3 zT6Mi3CHh=7xxgA`4NuRrhZPyU^;X#BdgJoQoyGT802rB7dn7&S>9Un+KaJ)GYb8I( zAgM`^fD_1N$BM=)2^-!oUk=u!E^+sPg6wP&DIr8&eBS`cd;-N-=v$!CXYg9Adekpp0XM~xnutJJMWH^;wvn3avGiu!`gy2O;0T_-;i0_w2h zb65n_OJ9OqxA%A;5W}4S$tz>|-%uU?A{KeqmkU^nod0keQ_=fhEUVnRHuf4;%pgoe@$^t{-;fYZ7$iFd zztV^CRCU+RolUx1^XfY)_VJsH#Q4exX6Y1u*up`-!h({X`d_iCL7(xyEam1a5ta2i z?)A!#=Ud_*_=$ZqzMtAKCFAKL{Zq=-@GWO91 zFVfBqoG**&jYh`)M0iiKMyu5ytjs49d>=q{;?NfBe)_+#>h+kuW3bv<^i*zXZyYJ zo)~zKRFHLp%zeTFW^012`@r&(NA)$><=n>YE8D6rJp@1F-HOxKkGwgpUxdAczB9Cn z2r=5mu}(|fnqO1=`VDxw=Tmm%9cnAiB&%$M0^b1A*%A~w14Q2xMqM9$_VhZ@rn&r3wRcj6{2KMH{!)p%~WG1f_Q+q3K9DHyjHe(-|B8CxB z{{fuPpmQZEmQwxp$19041DP4%mj zMd=$JU_}_w(>HixGAv-J5zZhq-gkQleU&V|wU|i2-r-0%p9u8~hiNRX0|xLVGLK`hvp$d2GV!rpxKu$zy%_M!u4z zy^vAj_8u1oQ(GU^T-$pqX>(7q)mrEqs*&^+qMT;1`##2P%sf?lz8Y-S%-So@Hg4bYK=Roj z%6ERCZ!lSHiF_Kz^l*LDM-IS=A7EqTFa_v+ZZoJv+S%Rl1R2bnj60G3k;qqD1rq>r|W+< za#`Q>TvuJaBO)D8wc3q4&#cN!iYLvCEr>aqMVdK2A>`7bkdl3PrrsK>s&fuMtak^|w1rvfffwCL`&E(`r z)0!JXw?F$$kP7cTOkPn{p58E?dYG0Ib+u{T$<2~}r0tx*kihwYQ2qy+S7BA3y_Mx6$y|BLUQDpg3-?`Mn z;Mofo&7BL&pw0lOR(15`(yjUvYg!zsw=Xw8E!rGaG*&ZL4EF6D&0Ky4FIHhY`3qxr znefv7RZn7b-fY^6sm*JyRGzsNwXdASeS}8-8tcDc&D0}$p^gJ++m+TJ9O>h@yII1#NQXZ)=+IgNT}AA zj3QxO)>&X5sj>=MFBiur?f8?@zg%9f+mx~KH`41nxxa6yPnafP+y_{nRii(RRJ!!W z?U64xZ0SKgX{bHCwyk+rnFK@3VKZO=ZAr5ePxU%K_vy}pHyZ<~__N!NRUhAbrU!Z0 za+rTuxE3I*u;AIC2*q4S^dS01VcpTS`QUhMdU|o+fmcsH$jQG6^SK&8nzh!Eu;g_q zXW(@;j_f!N%~cGe(bUFo1n8ri#ZYrV?&oS|*gRy=BWo+YBX4YW((5xTvff{IrnX!@ zwf{=t>r3QaGh1S=W~OGgCS-<&^zQ?U#(L{*uuFXH{%6^18tNWmD*bW(^*2=y68_e0 zCd=e#0m&DkQci8l9-qs4eJA_PWGd(5=4aQBKE0Jees6_@csg1r+bTgPnl)%_&69^) zlJBglok_h)+0an_?o71AxDWJeGkxbvb}C>ES&e=PR&CR7NnU<1DRVKET9&opVP*On z2XczF5DY?VOISyCDpy}`yuG%G=|j9#pTsl{Sy6xzq6CV$Pu_Kahc+$pJzL@zMB`6opPV zA46&Yeakdbau$`eF!*gla+HyDJMQXt|7;%0UwX*8sio6jf|+FUK*(4*gnNWlk3JmUSokm}$M^c|{IPf8!%ep8;(o7&jW@ZrU!V{ZnM$WlIc2G~cCzr;SUM!AjzEt~MOThA5HD=F^i&Lo7<9SEVeO$BCW!!c!+=6XV<*@dxw|+a% zrK@QSq`8S0u#>=AD1PgEpwDjJ(g9H#Z{#m&Ge*msy^%{-W0aC{a`U-?{xbvT>tN|y zYwMbEa+u2SWYf)t~UEKNlcUV<^vnG0P;__pYsFSxFGT*P-k`c6h8ks+gRE`6YUgj*%yBl{V zoH|g}YEESqWYoOebSK(r=_ZT70B9|=vx6Ov!Vq z_5+M>CZ*r3dwV{!L2_Fp?m2g%hWzp?u0~vk3h1)2Hv8Gx__hO3lUH2ZRC00I-Z!Tu z$rK8Zoam3vYyRds<$aY8Hf%~PKQNLi*!S$>i|5a8oRv&B7YD!`5>h?_gi(!)^j^s2 zZ1st^ciL7ifdRWGRcBA{zkcFAkGyRP0mFhx9~)S3*Hb@=r;2`^%@#MDjTuiJyI%6_ zU}V`@Wn`;3KpUhXj|pMb-D&z8*yT!D%<@|g_Fe^%Ej{}<;{M(8m#;`mQ@L>f06*Gb z($|74Hb*y`waBHbxg?T85;)HHg$f&GeHSv}+D}Ta#Dr0Rb^&Dl4n8XWoA{IPoZ}+Y z5YuPb_41r)>$Ywb=jPo_sg0_txY7c)7W?4%$|YMGOlfidvtTX?-Sd=;8}tGb09kpfQ{QTOF4|}1q23%k_|&)@mx>+ zS)QvAB@82kf@yMaiXmVw_8pD2~79`9*e zt&cwc+LWr?zI^%3^BK)qB)^|qz74gWNALpi6xe76D`I)XGM@JoKGlGU$JlckA3&-# zuh+D$db6>_m%3TMYI$qik~g1w=8f<$wc+gXt|o&Vah=(lv)C(4J!!&o;J0u+`LaN@ z6-qa77B@L*7{ru_iPhM<4~FcAc=pCf>egt?mzcXg><|7>m-Dgk6;$i`_fKN*)dFQw zGxXH)ntqp&>f^E8qEoMqrt+!f>yM>Y=yg>+Nk%LO2-tric$julbh4yM|3Ki8C)olsY#CK~CtBBYwnRZP8=)=~)&=&~ z|AQmghw&-JrS)}_skLifm7jW7cIYYQ1|5UIn1IPwRE+hX{24^e^}ep_!26PVM1Cd@ zA$kO91A`><#_1JU{YyPRfpy%WV z1(M&1xz?@4PytjQE^N)-zUBrCtV^uX!=!=6xRnJ-Wnu`gyG;VFKRkWdYCP7nTW{5FR@G1s|zi+-z6-64_<2Vnf-f8 zPn-(${1WSW2u_Np&(wNbCnA%?8E9m<2^+YFv?7D1WJ z5c>v%gvoNggJA;GL?7g``D(_dnB1*};K9B;pPyJ57nMKN^Be+fjxh0&hiby1#)}gH zVm!X``knZ9ndhvjqwmh=q;3CLHtV4s*UAL}Bp6EOnxof|KkJ_vsgl<{d-t)bv2Zwb zs`UA*)$t`~H%Xi=`13TfxNp&0uoGRP*2bnidGMiRGIi~IO3L+@4YyM;xxfXm*4gCI zQIN7J>;jkc1uo`$cm&)Ww1I|1xIwd%$|E+;nqwknG4bAejtTgOKM48eLUqhot_p3N z=DOR}d!2Z4>p-_%Vh^*=$x^Xv(Py4XCge6Vaj-Tlz@;n;7bUielKZU?kHT}?==EKOXpOJVv(KDEA zF_9EXU=3@p#p0gc4xhVZ>(@Mce`fpIB1~Pnk&=^EvU>B0L5sv;AtAn!b6=qMp!D~Q z_{A^OcN`fo=Ad5)n90GdAE6stCHx~NV)dJv1Le@yoiD47Ez+M|_k|*Wz+}c(D2Ux` zoVMARnndtJG?IPO(TK)YGxSFN{twP741w7?!PbM&rP|5*LD)a#$=0_kiYnh(Q@hvP zxs!b4bmr%ZdQ1pHG|-ri8H`x#W#a3YsG3zvi4SAqp!XU+U{liXxwd=R03o#9Zu3mw z&RZD>)NS@Ot|K7C?+mhs3~hbw z1(TnhR8Hi$uTY3&%NMYj(-i%5K6>UlM2x0b$MM5vlJ{+4aKKaljgjk&nIIdZ5G{Fz zL|ZlX`YFhD*mqnhg^&VENrnk*wRA*ZEpSPEQP1#3&8lj^e~uMot_T5~Exf^${XC%oz zzcJR$A-7SwIVh?52=XW#Vj&8F*}Iw`n6Y7o)`QJB^=5-E@8heMd;!(?>`sh9Tf6!o%&LADV8!1>T4T7M1ODP7j@;km3?AG7A=xqJ06(d%@y@`uVZTMsXOq{egy*7>s<@?>j>JB=TvQ6`i3;&{z-|R$q{tdwbQJ2Zd_VcyK9dJnAQ_C%PIhvDt1#J~5lCnKr#{AV zLgSUqkxhp-zMe$g-ngvn{Hynucu-TmHzH}NJj5_xdM-Ie2tf1#{T04yN8^tDm5tTQ zys7xM#;Z@3@7w!f=P+tMHw{?wW-QtPRIAnou=pxy!{$Pi4_IcE%%%Yq<8*jsCWjXt{_|?an zizSh2(CUT3vU?=#ljNmeid{bjkh=zoLp6TBHq{n@Le9|B*yZABR(~qzZ7FyGmDg8p z-`aYvI(ook2ossEiBu=<-M)MDLjuf&%eb-T_T!7`+jkCFVHFA{gfBO6 ztv!cUY0l|SA&)BpD0q>XmW-K-oEjZXUB9!I140-IgDZ-oz0uz0f!L=k?ed1#F@=dR za|EV`p1M|Dw{4Lk25ievADx#x1lst8!~*Y#p2BIwlvxoy)ow16lY4sJ_oSy1eDF*- z%jtG=7WTL~&I<_{hLVkzkw;OU^?1Dr&!wtn<()T6TaGTnRQ=APJ$9YBO_S1T1ZT_JwOD z31@YmQ9VNg=V)bftN<+4=;MuC4nKId^K9+L`!MZv&z3v&aZTG+G2}#ZerVvyZ%{mV z7j9pf%3Z!ND7UgM267S_??jRp~S{y0do>N|R`H{7Sg)kH>Am5o9 zT_tSbd@&s+B1L$UVM2b`Y{geH0RB9|(sQ};y5YsvBaiZ-2{>9Dsb76)U;dri zpQ)ZQtlm&e17P_229nyTUMKvbv~;ND~?0Wgq(+JH9QXR6X#$e zdzQac3=>pVdHYMj?PzmkWyUg@F=_m{5T;H#A6~#s%7J-uv%@6k`@=3q93-vE(Z?Rp zKiiY{GsPaSyPB0)ryoLoFA;|=^48jXEkb9w_Wb&_w=Z(8)tmPfd!4Xr7l}=+MDqcZSQMu9*QsG^ zBdA?`*GYZI8|LEq+TfXFfDnyO#Jwi(SGYOOHJ?K8=lg0&u^d%EAK;eCm_w4`s|<3+ z9L}`n22Drt)L)1!z+dPAM(b?J4`gRHZwVOFwKe4rP9J^lOuZ|8aD3^i^0lmrQz>?B4Q3FJ)@o1TOb zfeAUX5pfqnSlp}QvL{@c7=uNJ&8$(6-o~)Fm$8+Q;1fJ7mSYnFR+GnrO&_EwAEqg9 zrYYBNQEq^*{eL0)foY52Pl^R2BybtwK33}bYw9?;(Evd&3%>AHno=PVN<#gb#teW@ zo*jom*dG`~qY=oBF9c?=0|{{TLOw{s7XoMalnIy*<_m%UNSUzi|4x^eY5oyA$%OY@ z7ydJK0t&7+Bd(eeJ%vcxl(X3pF0eGAlog@>AE;4;U^Q?#MUk|Kkr2X-atTNj$q_~V zAhI(`1N~315Kxjd+CoW)B&UKpv87A_<&-10lOfObA$exj%uN1;+9oTem26 zTa==K{a+@KeL@C-|x0_apqq!EY@5#=y@Beva@P4Zk1YHwu2= z!_Prrj0o~3!RO2Rijhq*5D!kq$J3M>w@r# znKb3uG-YX;vOG<>X^Zk?n({=N@=~(0I!$>aO<9wsyq=~^Nm6b~QeI0|UWfb1${Web znq=k8WaX`7g@Vk1LP7rQ`9jFz2s|38xh-yB zTO2n83J96><_jU`LGZadUkDkFg%gM&5l$e46gYuI(%}SB$%YdMWFMSBD9n32f^ri6 z>a3bRQxmFD;R)CW2IjarK{b9odWGQ%KFJ@=@#3TgCy*k?3na<$0%`8WxD>8HoaJx= z!Ey^%z=>P90#40v0@1z2Xax@zd6*||`USorL1{)=1=5C4kGzzGWpIS2zm1<*v7?=PxX+aAR#CN)l-fV1)Pu`dQ@QR z6k)nRPW}<@D#3s4gXlnUkH85ux)e^J)#Y#k&89%cIv0LMKiOE*1a8%l=C~Ud2zhke zo>n8P{M)q$gmh^{Y#w386#}eX@}3cWAx;@dNZl?>;lpw8Fb^Dn2)Bnzx&L|&+m~b=Fa3O}-dyazFWFD`-o-FO_4xu}L+V%uHyIudL$(h2G zDaE6N6iJCGV~U`9QavaUWkP|ZC?k-Fi5$s!a#Ajqo61FUq1;GL$a~6r$OUp^ITW9b zxsaPQH8RwfZ)5Iy+nR49b+aCaY~1)mxywi=?s#tn_i*E6xUCv0w2=y3AH;I^FHbYP z^f`BY_dSkrt{uc(2EuKrTksqqFjv8rc?yL%&0Izla$Pmlaabvgualb$e^Jwn!>M*#xI*hxVVsFU6pRQaC z=`y%~eISleC;i1etRKhSU1E=A&UFgzGSknok8}7O?paSO?#6;i-1V+e+_7e%fmI~r z#ACp4?&(-V*1WAFy-}gl#3(Kh830eMKX+8{4n|mV4%C z#~ma8Hl#X$yPn|BU9a}zuE$U2j(b5|=B`Kk>gMp@*E_lSXtLGwK_Q@+-T!oa?d(34 zdz?LmJ36k={N+4uOv!lXJS&JV^Bj#1b9f}FUL!HY)9Rr;Q&gI@1u~?Jk z++q;s^%W!*IX{QoNZq#m!W}C;x#Qk7T);1!N{*=8oPleLm8RIei_crR6rGs}S?lXt za?yE?Jp}#9n`6M*kV!(dRLxy4U^r&Ce&en+v^gXRrhz$)HDo=@$&gZUH1}|jAw&BT z45{8XTXWJ`6pi!Mxj*r3WFA<{9V-SSo5}1#IOzOH2V?cyZ-h25qv+dN+`|`Na?D}I zozuEtj$g=P?yhVOgkH7W5blRS?oMPF_tbs^cl>&wAvOhQfYi;dA7tQ&LAR_yCNhs@ zBe>hEVa0ln=ihUecc&Wo@WKrzXDB$C$1YFnANgC0oRdS`A^NVqjQosW_SpFX)K-~? z$Q@EM$;I&cjbx7HFYCGEl%a6{Nf;bT7_NSPP%E7sn_O4eQjovYt?GUYxKIz4TVGc@ zf!YHE0J<#mSRSv_slWCiS&`ZsG)m^NWCnMXF~BG{&=AXW4=(unA9RE|F&b|F{)a}3 zc013RVXZX$6 zeOwo~a@pb*#J@vK_?!^;>IbMGbx3+K<2N@WST*%$8j?#=U)EcSV zXMcm7Q$|@YL`T)7(B8;Ah8imDeAfY4{SfO6JiYie~Z;^T?Yb z_1k|qx!qMeK)K31W`^Rc{HkK7!Xz$|Wt`NP_E5;Hqtrd9D+G#|^ITe~`{XS2`VTB1ib&f33z%-4<-f!r#A>`;FDL zIx!Sdmh0V!+Am#Star?HU2SNSHZJ92`9p&jpfl>YZ8|6QGebOENrXgm53 z+KAqP={QVZ#`NFxSo#R26EOV-)7LOPir$9lqnLhyX)Qg2)?@k~x&qVAbSkEAVR{9o z>o7fx_M)#~x(w56F`a~I8~QK02R)JAgXvJZA8kUf!SoOs(ZA7i>2sKNqE&QX+K*m> z>1<3lV>*z&i0Pl`a!f~Jnx=PS`Z1<|p!?IOFzrT9qJ8Lb^gB!sqW5EZ1Ev?#a(XYO zTQL0$)0kd|=~b9Mi)n_g$8;8^FJO8#rtf0fm(Ihq1092DOFEeTo_>z$aQY6W-Dy|) zB&O%nRhXVhyUwQPf$4lqAH?)>Oi!hMroW}M&HJC4yGG1y${nbF|DCT(yf?Q(?jWn^lMBeh_b{D;=~_&`!t_;4_o4Z86Q<8&+Mj-e=}VaYn)ap#&|5G)g)YSO zV0r@WNROePVEO^3N7JV<{RRCyZAAyrpVQkh-GJ%)n5O9QbS|dB%iD?nN71L>$ z7Skn|{*va=I!u%FWO^XI8PmVe@t8KIi!j}r7SPq0Hl-KQz38Wywq;zHK;|)KY?%_w zv|wf|lZu(X%zexVnHQLOh?$?5riC6?(T*S--rV=xQ7%ih@_G4xuGl|K@%pJ_Ez|2O> zL}TVTW-ef69OKO#!ORlO{LCE0%r(sPXJ#-Bm^p`;4VWPr#Kd9ddu9h_&S2(iW;tf; znN66HF*BKk%&*KU%#>lqm8r(e@5~m=h?vF9XUva`H4}rG9!w-=c4OuZX6|8T3_~-1 z%r{IfW~ML)Fyqb~#!PSKFJ?1l)?;QQQ;V5i%sgfw(}bA?%omKBv0z3sL5w4lhZzOq z%cNnZ5Hmbx1k;F_2bd|xOdV#PV200p$s}N=1~X>N049tvW`1MLnQ6>6%-qF{Gvm)J zVzy((he^WBTFfM4CLc3aOaW#FGYnIKnP$xNVR|xB<`HI$n01)>fmwmh%zVXoFqxQ{%N)Z@4rYchYcMm5 z*@-F6kphH3_f>>8Hu%1LAsoNp4w3=F2OZBm+W{Lh z3jYVNk#LuTjdsBsolue+Wn|PYb`~rOz!yRQid!F%5I#4_v^i=C_{8u1DEPO6kr`Rq zf~QO&E5KtY(xsnAZ-mk%UY4lP#9nN{t(ADF9}+qzT9G&Uqis$@5n0^NZ78yJ<{%o$ zXyNX!WH0;QE9MRU`em9jV~cY87G+DC@>QDhZJM$*P5C}e`5{gDF-`e8P06MyGq)(; zr77Q}DR*p9W^oynINOOi@0}cOV+*f>#|}Icmcwn_fnB@j4(tZ=g}@O!_qXcdHdBF* zH(va2p4Rkn__aQa}qJUUDPhTGCGrJRt=W zWsj}JKaIYGMFbz#BO+k0ZK(sC`1kNABP4!;Va>?HLJ*au%!&`!yE!T54BbF_+YA9@ z4Za9BlwYpNXJYYSqn+O@7V?EV9p{hO3AYJw>Dr4MO&D*)H|OvG6uxxsq{Z7Fjd1ma zr3T?=0r!3in5hl_(p}>XGbp}v_x0Bf{TAw&{nvKB3pD7YIf{tjpXtLv88DvM+yUh6 zPB(8y^1wOe%1@50-s8a+#Bfb1iZNscnekXL0=ghZ2{x<|ED{N!Y{C154N;Igf*~jr zj-pWlN<~>HAGNiyJk*&2ct}nQ>?4c>Mn9F&LKsHk;0yt*Qz`5V`~Jcv!l(y#=m`hS zKvyq>%`smP(Kj3$yTWbZWG`5!k_%wW9mL$hggcPj!IV3|ay5`xU^Y?{6Ure2Do9&6 zq$>**qiWOylQ6CD2o6-iY_w5l3WzqM+u8=7B*44xsc_d=nqkPbnRsNKV3eANR8A7a z;x1?u6fWef4%@j4kYw{;c94u-aL~Od5hCWSxHsmHW^@_2pVSuFJKG}1V^Ugo(iUT> zmy%t|ZdSYO*759a@lkKrTYN4J3J_l8*~l~MLXl&pj=}u{XoRieX{3`o(Fk^!mWH<4 zqM~T(4-|p2!o*YsC|y(cF_5XIh|i{)E=o0Z_9w_yQr4Z#5xc>(GsSE$#h8m#0I_yQ&hWgi zom>!kIEO)&t|0V#WGaz#&uo~9g>DK+AAezHF<4G?`F>5RsTc~q2V2SSj+`s`sGnEknnnq^@$y$?CiA?{6mwgAXuYuPmf5Nmv3J-6*<`X3nCvY+)dHl-sTo< zHacenRvs8J5}I>UsRbUiXsR?vOjh@YzAF?Zu=c{vlxQ!sgKlx~VL~WngMMEW^t*E^ z(PawK+EY+%FBhOuc1RGJlOsnzKmuY5_)=TeLD1+R*y$is5oiNj7}%Mj3Im-nSmNeL z#ul4*N6zrv(M~KVvPDi%bP98VWC)wLB14V)9$XRMf5Bqr=^ zP07YtUFIbdN>WUqF|JS(zy=r#xri(x%Sg6f^rT)SjrI#SFLJO{nX(lNJJaHdg~K_K zT{RZU+e=psm48te6u)SY2y@0yrTy|TXq=r&0N)oY{7sQFS8iT@w?J@W{>GiiP>XNn*@UOX6sD5BWHO2qg^!D zl%*mSC)hLHh6NrFs~EDUV6%wEEJBe*3>Q+eaBp^g7Zg9=8?`xS5$LCmCPEFFBOQr& zA?3$qi;X6LE2TV=BS}$zfe4c0Q+dufVNi8&=jdtRyXFu%5imG~bg4Rhm<~<@Ou;p^0`5g24_1 za^qrh7XX#J3#9o6!v*A9Z#xEe7ZsUciu$n$rrnVuHE^4P?$>_HZ``m*|wu%^~BK#&G-2xl0er7aSvhjx({scZZPC*{-x)c)Y0=y=D2;@ zkn8`6=UgW?rGwSfe`jU;FRZ3@u=4ygE6y~47IXmXPA_t&S-xABG??#(rgtc?mz^Bt zj+U!~oX8>H+pLmX7WT>+hNsvBIsLaAA}j3u%H)c_`TQ$ni4A#F!{TQ z!9@k{9*Y$VXWLDqWN-Xs<5lFOi|iFaXPSRSz}4Lh`-vCPEV}~&orl8O7|n(h>0%e% zFomx6g&^-mhmm`=w;9de5X9aPu>L65ADtg38)POk*~M={14X-pQ{fwwiNAKHMH7D| z2brNk>>#u5C=;Ih*fj}sn)5>B%N4S}KwTgpd7=XaW;0o>tUGek$~b>#FgwqxJ93_9 zh5VqCUsKHWzH?l`@~w_+vDr!epI%-eCdi2t>+92*YJ7dTIKKE7rT6bp`ng;TpY}+_ zA4S3;?BBnu|Nh;w+MF%xg65Z*ySBHhS@wVbjsjfE48}ts$Ocw-T3l^TuHYO{773h@ zfV|a97=%`_xxCI)p3Bq0Mj#NdJDLwzRghghe@z)Dpm`8OcOl`v9tp(IS=zy+8VM}7 z+gjQPWiNj0R?Yv`pkUx#1p7At<2$}|^X?Bu%=g>t5%j=V*3ISGRZBd?Nj)5UUu*=U7@DOM&m z{kNUKUTIyox8F#9h|$8YyqT=ZIO3J&hUIbWGyl&2cZS7oLY4k6z(50BE7ME=#2p7B%HyHG2cB29OrOYRJaX*-8vA8sJaXnb(=hoq0~sODuAYFeu`m zkl|0{WfTPc`V-H&4(G3q3iJ1;SwSyh6(bf7ql^{sy>*g^Wsob(PkJn393a8}#cA0$ zqRy1~M#KS_Ej&9Ni59y8#1HcP2lRrBC&`l}vX|A81`yLRlYB*Xz;RNVEG2~?@H}5| zvo4X+v50Z@N7B*wXPf{nGElZH8obkVEQiwl7h}Lf0Dxr=ns%o6gQixTDfJBpB5Lga z10t&H1iFWgGm*QXN0$Y)_&;`4od8AHRS0x*b$@Z`kA(E+xwCbGb^;Jr9WKx<((qAT z_nfQ-Lme8*Iu4dx3URI3z1W{H8{ORtaNkWV zumIC{1czm_a>7zh*s0J+TS6Bt1mIrKHMG!Sy4Ts;60rF#60CtQFL`JgmpOTR&uc?V z&3tl3W7AxQ>wSHsV1uEEae84YD(;>s#lgehveo8#Xvu53pxhdBu8Un~Uu_P1=sIxb zALMieM65I88Yh3k&>$Xg$0m~jN?O7J!43kc3jo0*qXj4{XECY}2vJivWeavXDS#cr z*lz}ON6z02fW3G*!!ySV_LKpC48Aw)VPZ3rFm!?6bvU}4E7_}dovG%kokgCp@H-B< z>p)N!0|K6JDzg|+J3=mlJpl z2Y=f_u3H@lX>qFx73GunY{_WCE`mVjY@KaqimKzDBZqcxugjw|JdX$HLI(@U6R<%J zWZH+&gcx&4%~ahxfOHh%I_|87pX`69i1=D%dTqf~|)r z^W^F#Iax_Mosp}-N#_dOpymMy0z7GPz5r0$!GPvMf7+&a4F`y&Go=GtN7mi6J8}ku zYJ)+^Ne6<9c_SxCcLKaF_Gh=w^yFtZZeReEP!V36ZfKJY0|WgnqfKSA2okEu;{M2= zeJJisu@A*um4-oq{;(TT`=G!k$Y|_tk{mJzHXat+tzcWQ;_6H{-t3Mj^34oG=GgA$yF*oqAnalF0(M+hx zW7#2gHAC!%XAvT7ncFq~#+Bm`JJ`ahz1D7l%mK=h7H+PNAONRnC(A6tEgG1Rxg*Hf zZuyYXNoX7^o%9LvgCIKaJ_esBU~^|snDgvTLEcUnnCfc`U2vS8)Zg!hX?xdu!4{nt zk@IAvW1lWLmP;pz6U9PjR@4J1K-7cu8p~Qu?@XCi(>dE9!sx&XPF=Ryy%6XU71t=( zEE=RJ>M=^x13&=0gqXB?Gs!@;R+5i=s&2&fevl-YW ztG(7|L4G3h7B7}X9@fd@>Y&CKAu`yi%U5f%8IJW&U3Td0H#v7|l#~UnuSkG0QI zf)5fjpfkk;!FN!S#o@?>wHuvnH`-J2MVArAK!gx#kD*4AUgn%)?S)wLhQ&Kr0zR0R zWwuIT!Rd5N5d#?fe?t|Kg8~XT(|00dU9nv`RX=#iC!MXhltD_yP3jdweum8fTsDst9 ze`n?XFRYGtuqysEE3UYq=KaPN^sOoAYx(&B(l(eJwM({G!A9G6rpwXxsHCHuOYLCL zwxBOtFvPN82-G_Agq-!Vzu;vrT^A!BN;=Twvx#K&czy*Un|_BH*cHFTXnPK|^I(HF zEehV`8gAdEhIAPD)%M30z-H$#0?}JxI}~;|hZ^YO$Bi5EP8A z019C+^lkPM9d3rL0NjiUL5|8Yn)s<&wqR=a{5b3D4;Dtvx*=zw6n0+km~wFjN)j4^ z1Z8(5OHguUISIHm3Z)96l%zGa4s4lyXG$)!cUtu$I@?i{<&YKfnTV_>S%$D=3^4f; zn?DGE$zeW+Ez0Gb7J>wh_q;Tt$T~0FwLCem1?=+4|Bv1MzyIYd_;dfY;42_c|NH6x zb8X*luuu6HT|eKU>lZj~pN7k)e&RXTN?z<>Rr&9%ru_@6OC78(|2r$se_?f{gH_eP zvzq=dtgd#jy7p;ST)P0HcV4V>3eZUB6mqa1`B2YJ?$?>-Pwr>dF+}P08@k?MIak{O z-b>rCWj2;TS$%UNuqoRzWK_$Lebva%w!fml#&WD5Suv9=n@N`HzY6cN>T?=Z-xq2A zYn^t!;KmJa7{(=mC8~jZ<g{be<6hcS_xP zoI#Rr4k3B$aDC1w^d zBJp3hoaM8fsFdY%1Jxv&&E6urBWHO20F3L%d1SGOvqm3+SfS!W3r6nl)#Y0?fSv=w z?*oRox>7W}pch*$>P)%SB2Ik8_LU;^s6%}9kRKSFh`&X)cXV0uystF+h9JhT;63>00Wv^b<`K;Ms!Ec^&<2bWEhzQ{LmA~Ph25eKn^Y-BP+Xn zr>0)S`80m;Pz`J$LtW9}f?nupM@AaBjBJNqPUQEO=zttt8Nf)oeCtU;FAG3+=Wxhw z?f*;;Q&~rExZAMLyo;8oz&4Rqm25x zu&cDk*eu{|n5b&-h}+txVz$4iGcE2fBBx2wTy~nYJ938SFARRM0r)20Lw9bAS1?y|I&%|wkeC4WOW)DX-b%es5 zAZw*UKxO_WWRnS2Vbqyo6h_<_f8ZyE?YS}j|BttKfs3km|HtRR9^GA*!?G^8thg=+ zD5R)}j+#;n0)l|Z&9v)+E35)*3#d>ZKVoU#^AdZZykKQ&Vp(4DLZzmurKOb>nPsVY zNi%QV_w#$tImkx^)bH>A`~LSex1BTRnP;B4JTuQcGv^wlP*L!&GxYDe!$0vZZ1}e( zHvBt-cIPR}lXrN|rYwInf%^0ApzL=6^;Z+9zwZnRlLIEHFJqGWcXPTf=uJ|mbj7BC z@NVnfA51*{pG@*k({{fnnk^i3Q(w>-TpjAM`w)MDii+f(;;wPUUG=kcg32I=zFE{i znb3go9@)~&^d2doXP0B2pe>W619uiVkN#L__0F1~{dE|QYr$}0!uUZ@6Zi8U06Fo% z0WD4AzyWNDUU6q?$v7_WpE1Pi?zFC9p#P#$P=CwVJ*${6=7@; zekbOgZp6E3?jZxs*w|&JsXGJ+*>?y`5Xoe&!c_&6L}KYQB}P9bCJOWP`N=|W>_@Sc zSN|CQ)(5J`m?9A7L6bcj`HLI*`i*t#pf>AS&$l!)*YlDJ+PavHJa&Ix;_Lb_rR8?O zsqRU>Fs&3(qDX+H<}YGxPiqP0zml@lyNfHGExa{Z1kW5*v0d$mLU?^zpcx%zC%af*zc{ z!N=h4D?HyGKeDjeZJuq~so`S#xv(*hx#Kn2_pV;~y zVFofqQeP%)KZ_kDfz@uL2Rn*SV80LwaB-`>giQf$AuKFZlBXdLZ(OJhd^P~WyIHL# z1%r%7Qa|*}hTcStOgz1Lm_fbyfQ1XxftaE~cve>w;oIAz8r{+?P>mLno+kf7R^t~! zWx5qJbDA;^xgeE43WL2)4a?;TzU~SCNAxN+=NGS1ufpDC($g)?fuyHd*PrUi?cJ71 z%I%HgGH2LK1?p?s3~{D%GAQa~kWj4kg!gM{8pHdsCC9%#by1CVQ5oNd#YMHge#YV; zzAlOcGKA ztcy}#SIVbxo`1A!|Izke%41XHA8ku>w!VUUIKF~U zJ;9^RZRirWp-W69Ph9nt{#;$_YICS$ZPZ?+yqfboo?7*I>V}e(^oU}8t8Iq~S07I$ zLD9K<^^y7#@i0xDMyTyFK1PXcmq=b1q>hi|*>G1F(A|GteGMwGhR1QEm=xadQ-0vS z*4Hi$hJ#0ei%dMp`qX57{~@in`}G`=b>|0FFTy#RaK3tF{SfgOP4&^KL(s?PU#RO- zbAgGJntM3s8PThyX&li@eMljHhVu;8w`GzB>v4kSTUoVz{x$Igjpwi|>9DNTU^TSdhUc3`Hhbcl~b(iwMn&On7UfeO7dsF=et6&ln`Pk+Oq{sv)Y z2g8RtPpqM(SrBW`ygjV{ka?tQ#>kpP(XJ>SHF6u znDGkJ9ony3fX&07I~YEH%5c6-=uAiM2Ol|Z=wqjVUcRx}m%4TInni}b^IC0fXqk++ z9*f~~NJMlcUwvKQT}!$FvAU?bMVMP}D3K<_HJA`rvI+6}VWj?)KmrWkjy8m42%#CC zC%jvlsZV$Z1Dz!*`7F-UKL;kRe~#gFf{-^baBzx%n68Uknj>8olkU-te4VZSGKmBd z8>&2)`DQccGT*Pq_*Lz)0^5;G`Zi!J?z))O$81lz|N3%&YD0la~092{>c}vUX<6RPm6_jPZw=vVX0QWX9L}=%alMUkwU;(4XT1 zV|=*Q`!krLFf@Y9^^}FQWm3yRaM-4VZi=M1m!-~^~_2svO1D#6qmDSq>ZQ%S<9*%F|gd>Vp z0i6CRmdy9yVH+m(h=Rlb=Ax|(dfyDOOS1u@we;tXC{(D21)hhrFouV;LY~&Mzp|xq z?5~V}NQ=`qXT?s~57oZlI@>N2Uxd3?d{=nCOghYSn>&e}?NLV^QOck9Y)P5ACB;zH zg?p0xCp6g_SlIf08LEnPvP&`deT-8%Gx(@wNRJ1p}OmXpo8>{Ut1>i8$U7tV|K$3A|BCcJ7vr_eyZnG@alPoL}f- zy??QE-U706-!T0*N@25J*l@p4f4@MZ)N-an=80CfG;^ZW=xg67$zsnp%C<}@o)2cz z-3YMu}+pJe@Q_7ckxPYl#Ks1g=v~~t^vs6o8#c%;6 zE(4=FKtF&YuGcH4u2pVGukVNLlj$gt!xE5EF{otPsidh>In@!IDzsWd8vJZW3ccatOIB z*K9&wYQ_#_42xRjBd_5^J*N>OkHGp1nvs(;n>8bGFkDhO{Lg=$@I2$y($qd9icr>h zMW2=7Op(-)5`bj&(du7G%$i6^+wiTrAnjucH zaGnh^$!td8Mui<`1#l?k4o(z*o|nX*Gx&j{>z;2;baP;VRIBgD%v9n`QVCxt)QLlH zBCuU_%>x#yE&zzQF=C*_#M7kzx z@FmHpF8yRb)AZ1INdaxZ4cYEt&l10urg4d%5q!&qJ0frfTdJ819AWcP8fN(6TWWD^ z$@csm&ydcFc@8O?CKoBJIu0!RO_&;?to~CNr_2ZkW0T|x&-ukY=T~28WcpAzpHAM7 z5xj*7ZNe5*0mSW51sqoeY?xuPteGv#As!*1rEv%W@kpBrI#-{o3t>HIIMCS8dBM}# zR1+_ZkjI;Dnz`0vezRE#4FPHH9nu(iM?LluCLw7HUQ4m5RS zh@k^;Y>A;#KLf{&Fr_g}Rr>f3uJ2b@xvAf+b6BQW{%Y&zb^uNtHQh)4qNl5ReOGn# z+AhMnE-5zrYiVk`sv&@blM&7F)ea2UBgAT`3rfvW)^VX(k`^Sy6p{vHoOBeveui*= zxUjejS#8lm4YD0hab5CleMwY`F{M&ZUh-7x+cK$mo*A9OS0Ar8laU$VGkMCSJZ1Ia zR$pkW)T=NeEcK9p<0K$DUx`3V^Ct-)Sxp^18$}YjC_VW~q~2hyABk$TLC*1Kj1u!h z|6zlwl)~AtmM{>rjRde+{4!6KvMrNZh1&+A&1~I;P%hA~j}$)f+Y~9zT3-2YCu$8u zW0jJ@Uw)UVeO}YleiWe3-*kt>HHXQHJ3MB~gom17jb?;ydvU^+323@?p0ciOnX0m` zWK6~$k?}mtXq+Pmzjr8|*Fkth5Vk{X#V2vR&^fx*_Z!Q)s^%!=E0GEc;D$eR!hJ?h z)sU8ES=A6pdbKg893NK02)<|!>!^<+#|_-nhr2?if`zSNVuv`a^6nGQyqfu_H#;y1 zWa2imuni4ejDFqOd>5Q+#?Nd054k2IZPfBid)mmQKkv|wHboCJx4g-B6 zjZAM1HxfW|?X_Vo&79YU344RcE1qlGwoK|ZEqQ{S6^f`oNX)2Q{Vz&kt~~U!TSxQx zhdut0EzLRqNY)Tvy+ey&jVHgU@e~059UJ28!zysSRh~WCse7~#0)M1!X_kGYjZe%X zW1E_g1+){MQK03dw)d+(8{ghf6p=#je~Us0RMz)Ix819N&f##ssB;S8W16xHVyZ`a z-aM2xhrtAea|-gB=bWM~lZxl#!27Bl)vvOOEM#SBsN-rHSkJA#_TQeH)zj0$oW^BB ztM5Xsq9$rt?}1wAYim5)g$(qYtHWD0QCEkP@lCXv&`hiGBZRok3TfH$SZ7al_m-xy zy1NnUY<$Ozt+ORg4W-&Kgt1+MHpu5*AN>B+Ezlu$87Oqt#2KI8C(3KX7|!H%yrHBpou zurjPvfJqp@Bof8e_OBqcwmhXCt?iNSEni1Wqusz3@AaPD53k?-u;Gl>@aV`j{hC|h z%>lH?_|p?`>?(+_-loT_T0D8xXZ#+vn9k*4>T?4YLiez~(oo=M7&y`+_ikwx$h{$T zFYqJlJq3PknN&P4j~>D|OhL8s}tT9~i!woio z<=Hf`rEzSUh{aU@1oEb*e*#Q={{%xyfbc+o5UdskBnbPvcm^c2G&2XVlw?ZuS{~Zr zdYzh70tL@5K5iE;ih?|^cY%5A^)3PLcmmt?4{RqS7Yl7Z`rvkeR-Q{0V8msnhmgT-DSvlx@pJ|PhYjoo#QYTzkL@_Q=35j z8@SyeDFe0f4$s-JKdlK=_1!_;X?DUuO>YAA%-un4z6(~*Hi4RPcTijI0%~Rxs0Z#2 z>YclQdaeo7th>CIDycI?C{J~wq;VWGJc+|jJ@>V^&<;ef!a=tWi;z{4R;~Wq9*bz zzB75^(172)3#cVcpkBB$C`M`UsP{bOkIyWBTu`hGax5sKvDBL5EnzY?a5NiIR&HR&bt)e z-BkG6I~ShOao1fyz1Rfmr8|RSbi_Jhw`U$(d3a{FV%E>>pul85j;_K{9BH|-41`=Z zuY=(|L0mhGFKS*p2tRii-@9APv<|Xz;_17prPELEx< zdQ~^F0!5hrwJ@Vc)70|g|4uERD)F>1jZc-ZNyQ$|p2?^8Oy)SloIcI{$!! zNnMiwWhKf~eW1#L&BoN}ed@yF$Mk91bgK)ktFBLnB&!eRGZBmz*H`vukUg*c*wQR` z?MDC@0M&;A2=0Wu zRdF(pBR!ai??X|diIU z9L6xnhSwKjmh$8^aZ{J6Uv47o(9i~72;nzWO50p@*yb|xxNNF^hInHlgpw6{-D)D; zP}sUs0cP9c%6GrC^7T~l8C6Unt$yvA)f-mGaldBb95SU1Dg(17ZM4Pgz|ms9u3P!@IpBHG=MenCul^Vq z=Z|*sqEAb66bW9Jw!qdga{TH!$V+DYL5N0?AH-7ny18iHt-ZeZMIR$ZvX4aR=(|Zi z(Y=X2%O~#d)@cQiI4kb69OP4^9!`Uqtk1w?FFeqc6&fBWw)T0={h4XO&iJIc8gCA4 zW@1^a@;;U%!B~b}RFV1L8hWWcBfMIg%_F>|vpK6{zLk+Tn#L`5YN`6Isi*bWu9~2p zf6BCK(S9~`iJRNW{=xOQYsBwPmrh`7iyUlqKT3*ZTUZ;|wwS$I+{AhdWyL^^O)TMM zq1E>qv5y6M9=gkL{&v%FzEJ|$R_Z3U_=)FbA>(BsX>u9{rr#Wxc|%VAvVfCI z(x|=})L}v>V0uDlfN7E%IE8@XnHmEG0@2;WAgg@I^P$kv)P5+0F{Ou3#oJf~e9%?8 zj#a;}!-nv!oeWCD&G|Qnr%H&Nj0xv)#>tnjUa$X5AnyPbPdE=VC>)A0t5W!_4+OSx zuN#V@W?Qm{JSG4*Pkg3~Xr@Oc^M(_gOIzqc$}0 zw0BXo>I2xlAJ5pDCoBL)9~RKGPKI7>#I-nVI{y*ZTpc$DKv>4dK5vVOA)fKE_rS-5 z^9ntJ@3S&Sx5@SJLSU-Wc+^LZFSOnwOi3N0mklGrV@kt-)^TZSCZERO`<7MXD@(r`@cDN?pHQ;U>In11|w0NK;j z`PgwPLzS|0uVMpsghkQs(^}8J2edSe{~o}mY+p5ren*8xyc2nIwKa#ANnLAW%sY`d zMs-8*yAK&b@cWcsli+ukfsKHY;CF~V<~u<=7tqk&)57d(XfMnTB42yH6WTJVkZW10HngiExKdNiQ8vgJuOV*XIV)!WE@O<$++lub;7{z!kbUZiis3?n|q{W968*yFMkAB8~l`0-<5QU;x7zN z#TnqGOkhq8kR`s(`UK1%=oD?$3fAtznI}{q<9=;n)DYPK?l#EM-^C^4*cSS6&%?u} zK0FLt{Sng!G`Fjp15Iu0tC*J!=H1~`%l7X-ha~cyFWL^)mL!z6(02= z&wAE*wKUV$iKk#*iTU_R@^=2<3(}nrm387T@nZ-Zp?We_mRw? z$9?*d@n4aHNrs>MMm*yaSnWfmc`o&BX{KN5D;&=z-+P|%nfi=Rbdf)Vr1O1Rnq~8S z;*su4b`XE&K?Pyw!p4Ixh4T2VqE2A~rp!h9=b$~jeu9t4>V$p+0ql5oOS2x3P9XaD z@$CL5)q>XpSZRC`cyoO;ho@qALF%vB#^5<@3^pR)I)kA18PC*@QXl1y%;1}DK-*OB z-+jSLY>uw?C(sXkqoSntpIExLvkoS-Y zZ0Y~qO`9Lzqlm3kp-!CV zlGF%)V1+#3@lr;6i6>QqLZjG8RVbY>*4HpY$Wsb&T`>PyGq}ik9&tb#y z^)*kmnk7gOZ}Y>cE@-8m(}U-pM5c?br6&6crOHj6{U6LIRgPy$*a1V4wV96z!mVRb z44|jXuccW~<|j1vB0qUXg-sn5*8h6zQ^EDf6sb;$v%varavFKg*^1VBF@^V^R&T)u z))v2jCuR=e104oWW3QIxNMkQHGN19R)3#+&*J;U5EC&a2I3re@5T}$FR9$9M!;Atk zTLaO!PRp44Sx+~=jBb9YIM3gTmS+9m3I!KG?NM^Jsac+5HTIV9f_D5=McgT9w=^lq zO?%YS!Zc2MRE1IRoM+uY82h?`8&ZX@f=EuNBGI#UU`sP|?LeHuOYOgIAUTh%RAHY& z-%Ux_S+51D*khWS<|mGK@s(OO*oiw#r`ZmZvRyM*&?o!sOcLU!2>z=gdfp)yjcFD+ z?@^LoHbsCF4hE2)JqH8YGO2j}%Z<_I66#dHA)qeTP!k~Dij=}Cm3db;$T+NE#*4MU&{`Sy@js}2i@_(`L1LJO}z$n_^0 zrGRfqcIcWquCq|oAwI5i)A%g(*9kSc`hn=-i8^SOOz#{uUnf)#F^n1DDIe9+EGr)c zaZMC-8ZUbuDutN?H?I}r$Sc*PGd;#d4)Paf0(IVX8ivZ>K&6gCbOW=k3U~Sbxr-?~ z`wvT1wi7lvgtr~IkYi7NOEY~>K6vg|tH>3PI%T~&B|4@Tc(p2}rCFd#!S#(u`46T= z4X20)S#CImjo;LVeK2W&sd~o8;E0ZR%14O#ugc!dgv6ewpbjHfJxc@HGO0@ggvH%M zd#f9AWt>;)W9Ri_)sS5>Wx+aes}c=A3PQ;BaV<^b`Z%^xdCgPU_jqC7=uH8_yn%wx zcb`g_`@-{gW@@z?Y=|=Z*4IANAa?mQ3UQYV1({6A*~c`mk>kT=8pZ99R5U zSG(SpE)e3GI*<(NKtd;_eq%sgi6KH6pwmCrruq(^5Oy=)o$fkhBGp+;q&iL%smk#Y-@ z6(C~UBGm(T5~Gm^gI}PH178&+(o`%&c9+<7R_ZU-NaJ1)~9AYq$s3 z@@ihhO#KWe-$YT-pQ5M;!pDq*{Gd&|qO5NF&CS0#jOt)g#FHG(iPUuyM)Fl&Ui?JeJ78j3GDr&-I&rEf9C zir->#=*cwGr4jyed`((|4%754ri%~a%R>ufdS7^)zI}nMqO{yzsb}Bz;q>0tGMk=# zVu#c7*3xm~%JeF^41d~9tjI667T_hG>(_mv-8#u!Zo$8HoL|m3ySWgbfdYi~39gwrc0@{jg@yxcrR?=QzO zFTKx1g{H??OMbb&gWMPYeSJH`=2wg@w3O=u$ zc+ZSzy+W^!M{FmBUS4Ri^Li4@>2*WLm;k0Tm)qM^VzFBb%%#R`bBT?+pBT6hohdsV zZ*<}BSC@{p+3lR37&~D1aQX71m3+2K3JQT44iuK^>TZOB@!n;P_A?|hiH>oWwKY~b1|eBuhYhl z!t1^H3~fbOx!qhG9!&b+-P~-v8w0(*V3fZv-pm1dvHXX+DvLeeY#krIn)Cy1V-k_9 zKSzO3k-5YiQb#DKm&Fg`Mv?)(db!z;`J=NK8PC`8*eTxEJi~rD*~nO2ZZFI zAjja4%n+5_Jl4i#ks%;RR>;>Rj?YqCip};45c2^LGc5~QnSAxZh1QA^yd00X#552% zA>{F( zxU8rmWgSW7gTBwn&_~FJgN(*_Td{SL)okpZSzKYamYU10wo-GkF}obS#Aq8AiOkcG z&O3fY8eU0P^vx_aTkVz}#%yb8xiJxR#48nLiGnQK9Ns`O_;CXgv-QF95qK#u-d0v> zP3avx%wn&y6xt@G=tw3XsZALMGK>t5SKG?VCYuxck}STHc9aR-Cfj^o8*i(aWGOGn zQz7dd-l)yX0rt84k4C$>%36%bJU+;kWzvVqMB0Fp4DDxE%mjBY$s#5NL^lXJbL28)gy!B?G>dKt8r*Z zqpHkYY!2B&9^t}t@mU!_7OQtvMRB1yWhr@#?=&_!ORteXj@(u874`|BnlZ_Y(MKVF zg6~3-sw0Rw{7_g0;ElB+G9OhiGzD#9tZ9ZZ!JKb1=2`4xO`VB_>#R%2%me&!+>_b_ zb4k8!tOYl5aGi9+hovLB$hVWqVz=2$UlA)J6VkIlit!7x^hQ0^Ya zVYbpj<8Y4ekv-8;U`5L@jV-a(Il9}?EGAiuS(ZX8e}PQqOx=eKPuBOAPrzo?R?CbP-Mq=R$?wo4`PTu#dS?fcqmKXS^hNM>zH6Gu$39R z54Y?rlodw$Mw;TuzxXI^!f?=PYWQNct=LwQA6`%X&3DqFy$U#nY9ieeY$Z0ktqjGj z=G4L72_w=$#p#?Xj86daHpD-}2`oMtE$~@RrB)@_Y!d>Wlq=;kxB&KGI0oFA96r;S zU_*O1X4N&~*>hY6Jj+T!^O?n|GSvyYH=@go{b8CrWs(hD1aN0_L2~be6jK42!>M|- zPq5oS6*C^pWrz&R$^&WVaVnWCq3(S^oX`0JVs1Rfs0GMPo&Zj<`!zGSg*?ysvnQj_ zvlntIRl9`BiFIA@#v;xS@uM?Q)Ww`i+diSnQc%Q~kR@V4F<|wOzkvAgp_UR`LC7y* z1;$K^ZDO&dTUl;(FuJ#KxXo_iUL!SJbg*}3)^L3{ocvG`W9LC5-{ShH%8M+OdgG{_$sL7lZa8vTs+Bl5Lv}(gT1rU^7K0SYk1}t z$y_`^cu+C&W3{n+y195~e{ESL3h@>f7VMprHXMEUZB&$RlG$#v`1fS=*vJLqQPv2w zkxiV+C`+=AXN29%`O3YMQn{UE3tB?^Byhm-EcrW(N=YdvvdC7nsCG$#@k(I6jq^in zmas@cwgW%kB)g@wpeUsO&JB3DgXNH%n}inJfVxoohUzkH#g&+c@Mp=pTo9VX=p+>2 zJv{8>8?MVn-4f0ro zXADPfAF#HXoE{JA?qO{;*YHZ3F{a~c3jK^r>=`0bMI7E3|(U~)*zH!A@H z@FysUg6q_0BKcHIn^k>{9A;ER+C8&@;}KTT$yr0u-#YfS;< zBo~E5=|h3oDTdfE)VeX-5)wpCv)-9!GS47CNe@cLVi4j6kuwbAVVL9z^0R12?T1yA z7Mksxhn!=TG%Q!xE+^+1DN_n8B|+q87Mqfd4>pnuC=Rd5P_RaNkztntC~EmHz)k_C zZ5#Ouxx@&SGBiUUBL5Y@^(mMk8@mg^zVZ@lLCvqkC`@3D`7+lP$-t0(R7-k>qzyix<+(Uywg= zk6gQyGP~JQ3_yRfDge^$7342q$ETE=i$i?L-y+hOnF{iM5Zyi%lfN~)@RdgtG1YY9 zdGa4d{#5fsegc`M>E$O&&EzJKYDBh6wb)Z0A=4S$)I`%GY_6loq8P|}&KtqnJgLES#bFd1$stqggZ%wm`f#{|z0tOfNp+-kSx zo6D=ufWM&LhNlQt6`9M*G~8BZo5Wb#JeJEt!yiIRo6ma1@QTT1>rNBFIZ}Wcm4n=$ z7jv()7gkpJ&La!Otdqxp6)Zv#jA>@uA5W#`wrAD1n2QYdPBV=FuqCV{Y3A}tGZv5+ zSozZOLJGl0(6Q4jSY6CGL2!l;(edb+PS#@5EM>OxB5oI$2#e3I-b>ubpnaM(Uo*%L zg|3y-hkQX^WCTTgcyIC&D{@-=Xbg}`!D4*Vtl)6vmeR6vi`CQvJOo2nT1p}s)NbLDMn?wd91n6TvqUE z1bKz)AoormD)4?_BcKuZhuk=xjpRGoNmUEp*<^H~84eJ)^qq7mcmQ!(^ zbF0Z7vAh|Hc(#{Q@m4$B1vAUTGE#eZGl~s?eKNJ&8RIwqoIEwpfdft@f! z6A?NNVC{K*_&Tr=RCz|S2_xzEKvR}sP25FJu;!VOlB*Ap|A1N)GHmv7wqnB&UzYEW zTt_@i8jgATNl@7j56g>$0Ybp%rR4&s8sSy^Mt@EE$ZL` zYZ{rR;V9fiJm53U#hL|j@(U|mW}1-i3nl{CnOGQ=grtyP8SG4~jXHvBsC4Q~^F#;} zLgoj4A!ntz!Y1aK8N#6sOO)+&knW7zPVu2AkIo2SxR4xq@4RBFLfzdWUbo*#$rHuGE5*0I1BMn zM9I@C3M>=AT0r--1QR9<;4MV2Fzz2HGj`XXRT(ppJ)2p(*kmCct6U?NDJl}A=%vfF zV#u%GaX|bm<};QKAdNTbgs0V?Y|YL9FeA(@vMqK6#Zm?hJv%ENNUUM3EZb69P-H1CKJ^=xGYpB*3CQ4eKv89f zP_5aRX0er?7zVb)a!3>Q%fXgZ!3v0T3e6L3nj`*L(_kFQPR<17-oSf7*{1skW8P%P zP;Bfzw4%JA$T+d*TC8wF0pTGb))#CF%{jZ+Hpx68{5pAyHT~>7LE#T3rQ$nlzGc+f z$XZ=?UIqq`O@Qi`E&Qq>wunsDxi@n<5t({HTGV9QN;GHLOX8v?dxYs-wx}U0O*cP% zu~u;Sv6eFib=z0I9q~OBA^J-~ZbwC6FzR6JWNSfD!xFNC>&J?bjmFb}L_WUv$tuRa z`fqS3wmQsa;>!0}kIJ4XpaCo8@3ZPm%+AEfx|5Bp*>)=?Kcy2mH`&Ej3u(iJ)BbEl zLo|l$j=^YX#g?*iYxryA1FjQBf$T&;#L9;7{*_qNU|h-`TK79!)5zr6n!1jpB;+{R zCsH9dOCK)ZkMYWoJ;_|0FANgQ14wG($FfRGbRh?R)eSGF3cdAgjiYUsJsAwQt`Z9z zR@b8vQKEyOxKH+EYk8IB)X!{0JH$$rFf38uiLG)}+U!bu_3Nfnp}WP=`%}zJ&=iE| zAhzC7D{{=GRn?aOGD9^}YT zR z*d|!chGDG()|@k3_(EWd9W|c=IZVjA;7_Q5oDmrqzP>{ZbjU$pv5qy54SzzFW6L-5 zk73Odj2CkRbe|I!20o3{MB&!eWQ$xR5oAPt9*3u9ST+vOG>G=XDbe9ui5p7v#n9(nuR3Bq+fw}M<`Lu>BvEY!^} ztZs5kt3}b>1_Y`|DHsaXN|cMgs$*Ao1NsPuqo9aD0cf?dqrV| z2FoIBAmJr&NPqcXpuaM=D&LZO7%UF0C3j5q*I;p&{^glVu?P-vvLzDWh-eq5_pSZ8pk&u8)3@_N#Qa0~u$=Ej4 zt$^3{>Z`d&!2NFqyz4f=ikksXnNc!&`=sHigMlrxcfpv7fCmuL|8uo`cQasbFQqOV z8*bhp3#Y!)KE_-AtQVStmwF)|gM0tH)c&l2b0{ln|B9@si7ln&<$0mzPQ@lk;l1#!C)7 zl`T&>i2>IqCxJ&_>>bm654-}+nYHC$sH(izz@ zYlOYSM(9A12tkB&d`K+&=R8qzkAP!t2E6Y!z}T3*72}IfJh=TH0r$Nb z@c!EXV~_V%!27=au;V=fmiDom`ul;~0AsuQR=^(=MjY&c_P{K@#CdDG$iWV^xH(Rx zL8Ln&5ibPEuK;KV`Q@gqaaCx0rMHr6uOl~l!L8fyjNm~725r1I^yw|5%GKM@$L9O3 z=&!BnV7W)Y(x}ozmut5HZZQsK+Lj)=N5Imc(FFMVZGdkX2N@}RYk%K%Zyk}|(h+}a z2F%96c1-c$=8niftN)%n>fUf3a7#!0y&1IB5uwO%E0vFRZ-4aOa2_Ca#HPXHk7mFU z&bJL74Cm~b8Qty?=UckspUt3e3?8@P{7_B#@AnA!mah2MZGc-09{)OUXu~}MzNIVv zeH-8wgNMd=vG5)N-@?=XxeaiO!6SC5^`mPSRr;kMLodomRY5sEea;9fR+6ognbcy3*j(?1%#JzzOjA? z`yu>!JdnGIT`_7rXf7~bgvJ-M_f8F|jhy4jA^k#sdF?IK*r5kCd_-!n&mtSu_`~`8 zs@uc&g3rVEhA)RN^Y`VtVFAe8cG13sfCQKxfCOTcf<-BrNtf8UZoxF*sOuAb<`=Rt705vUX)rW4$UNw65x8EytK z`1^)DPP&LOM!0$sBD$e0gRaa8V@^0Ci*Q#hg5B_jjC4n?D&!i82eBjyZUydg#p50b zev3O+5sYR|FXr?{WCm_3MKFdreVG#r5Iz9W4*>m1eo2{=OzTNf6TwZ6anO{(X!40r5gIg0W;6+zOJy zB2p3TMux+En54mdiKL4$8SLQ*1Y=327%`GXWHBe3IXTS9#ghz@2h?VgQ7qyiL==(H z;%j5z>dC__`VrgEJFH(Y-SW+scv58M7vR9vEj-5GWi2Rh4!!_Z{<%pPs_he);3r<1o zOQaI+Zc-(NpMt9=PmAuqM0YCO>Ez%3zFGx(_cRVYS&l$;fPnT6tqJ(;;6DSOhyN_= z^fQ<S$a9ESB7PQpANaEo8%5^8ttE5e;ub)-^T>R-!DIp40pxkOACQG`qsSt- zQ^{hu!DI>C0ptZSTmv_sIN;7BPPkFT1@{PX!yQ0sMfXK9{w26c1WLMyUj{drENAGg zU``$W=aZEz_%ecjlULy8kXKp6Dg=|rYjC6RfgMDw5rb<3gphOOb%Y0ybz)3C+`q|s zG5m%YeiQCyvO$b_i@o|bb2c((6LU5*XA5)QVa`_OY-7%Lyt10?fLlu%Sj4-`c@J6Q zWG7+=kew`I7jt%t|347jJxGyB_97fiK7_lP?1LLc_9Ol=azKp#2yPPj817VZP>eam zz_!gP!$Z>=}Am5?dRjBsw@h_O1fcri90d5ZY5$;5CQj9+Z_iu60z;`7VMJAzz6_yckk?nH7;jK2;ynEb{P z{*GW0`6ECWz}n@XjE#w-c>7x?SMPYPPrfJa+^5eiZ2v{Dikp}6&?CJSaM;_!R$(GW zn7wCy6eIB?;M!rBTK$w8T-4#B%UyJZi`Kd5 zN*8_EMPG5zS6y_Ki@xTft6kLTqHA1qt&6_yqU&6=-bL5D=o>Ejri*TH(YIXG<)UsE zt##2CUGyavUFxFCT=Z=hUEre6yXZm}UF4#RU37_y&UMjwF1po4H@WC$7v1TiyIk}m z7yZ~p54z|f7yZOVKXuW=E_%d8KXcK~U39mLe&M1=UGz&A{mMnZcF{%`{l-O)x#+hp zdfY`naM3+3y4OWNbkTh-y5B_)xafB-y3IwmyXX!VZE(?dUGzN{-QuF}xacVtJ>jB1 zxab8Jz38I9x#;gM`iG1D>7swR=-)2-kBfR-^gk{-%}sxC(P}rH?xxSU>9cM+!%b(p z>2q#6%S~sy=^Qt`w2S`aqGw$6tc#v=(ep0)ql=yd zDcp3vn=Wuux0}|w>C0~VikrUbrmNiaH8)-Drfb}Et((5?rt94FMK`T?)AerphMT_W zrW@S!EjNAJO*gvfCO6&erZ2haQa4@Zrpw)Qg`3v7=}I@<;--t;bcvh3;HEWh>Tpx1 zn?CQR3*EHAO}Dz~HaFelrhDD=6F2?TO%J>25jXwJO+R;f8y6L-a`ktG< z@1{H5beEg%cGK-{y2DM+y6GuU#!Y{9)5~u9mz)0WrvJF9$4&p^rqgO^buFD{>dfmd>rE^J?k*TDqW?UUk!JZhGBKe{<8{-SiJP{S(Ek zrRUuAyqo^)rWf4wB5Kf0e{$0^Zu&tDeQOzgr-p8=q1$Tc_8PjQhBnmD*K6py8d_gN z*VoWDYUrCa^xYczUJZS}hVHDPyK3m}8al6rZoum`^z9nDv4(D{p_^;y9=OZs7QkFa zw=SdGmeK9Y=#FKyVHw?vWXtGb2R-kgGn{m}lWuj=&z$s#gC2FzFCFwN2mRVX8y)lu z2mRbZKXcG;9Q2rje(Rve9rQZ~J>#H1Ip|pj{n0T9rQN`{oO(TaM0;aTJ5CIIO$9$o#Ui)ophd)&UexUPCDC3XF2I}PWrr)E_BjG zPP*7hmpJK5PWqygE_KosPWpp&EC*9?w4NkhlNw+)cZYTY~N%uJEUMKy~Nk4VcPn`6y zlYZ``UpeX5PTJ_C-#FiWPWr8r9(U63ob-DqJ>jJ1ob;@dp2uGYJ>j4~ zIOvZKdeTAvbkM&X^lu0K$3Z;~`ht_zIH|))olfd<()CXIhLgVOq#K;{EhpXQr2C!p zfRldYq#rx!4^H}{lb&?aQ%-ss#z9Xx=rkw&kAv1asoP06I_cX^ddNu+I_ViF{RtGq zP+3D~)zAes)LBDaHMF*dzF0$Fs-a73=&~BRyoRo*p|fk~^EGs34Sl(W&Z(huYv`gH zx}=6~siBK&>7v^FH+eOLtTSu4cH}wSn=}h{HtZbOxv=wK=ff_5eI9lZ>=IZftP8dl z_C?s2V3)!!gIx~00(K?r%doG&z6!ev_BGhmuxnt~!oCi>4z?b4J?tB>Z^CYXeGB$& z*p0B8U^l~Vfqe&dE9^Gd?XWvw8(`mseGm41*qyMuV0XiQ0J{fvFD_y_>;9KoN@ zU_Xcb0`@5Em#|;Kehu3Q`wi?d*l%Hv!+r<*J?shCA7Fok#m!FS6zpl(pJ30xo`pRR z`!nnX*o&~gz+Qs=74|ah71*n=*I=*1{s#Ly>>sdy!u|#OH|#&K9@zf?@oCNwEvd$z z>9Ehh&VZc>doQ(y>y5>lTMVDo-V3lbunyQ8HR(q9_S(ErlXZCZzg3(6mo-T~1Wx;4 z_ro55{RsAB*n_Z#U_XKV6!tLe|7K;M1AJ7tY_`iZvCVFCdj;GJ@o(-*|1T?G6A-@F zuCxEAlZtCzg>lJ|z> zy(xJcB=0Rd@#d})mpznlSBRT=mq{)2ekCt5?-F^5dB2dQ%)6+=`cl(H*>RD&hut#H z!VZ2|(yXPk{d8D$YII7qe+bi|wOVFZkp)?LVtSZ7&%7+M5MD?wS;V|_vY2^^IxI{z zos=E?Us6K_royr*h|GPgGvQXs=D8a3NS~xUUbYn>S)ZPKKAM2A)@LiCVK+w?aimY2 zhBq%FI~it6$gb!Yz2b+GSM$h6C>xVgu_8W84l-{(ImA2%`Gk4P$*1s4r^sREohC<^ z_Y?Vyd1uJy_Gyg7yX}b#*cXTdfseuifxndgeINv`jD!!9?aa#}I~eV9 zNdxoJ$-B%;#Qkjp@!B9H-Xc;Em+v7Q0}A3Q78cr+Cp*E28UyP6z^E6Kf#?e?(c?p|Qta`HDk(C#1RohBaU{Y3u5yfdt9D0eeUcIx4W}awX!r~~{CigNW=P&l$$L)nW=Y;`$(tk5@RB{$8#Mftp?sNK zX5O#l3iB?JtIYd_Tw~rva$PJjXegV@@WG}5ih4TwqAWlUGX5ly@r*>qvl1E4Nn||F z$QZ-O_@hL|lkC;LtRXHELG=Y4=et42zM$iR=velNGo%oE&Jt4FOvjgjI_UTcE5Wnm zRp!kntZRdguQ6{qSq%?#WIY&kWIY&kWIY&daGlf!UzFP5O&uBZYrP}mJrMP6$=fJ- znBE_*ua3qZpy=rjVu82ZDY+aHUs~}ezAn?Z6+V< zrXU~drXU~drXU~drXU~drXb(v@IXG+KS4g$KS4g$KS92)B=UVIk?*E%3i7qyP4OPc z_nqW@FL@^^ly&deuevEc!#SmyG_T_${-DyU*KtI+uK|j_v(T$(2MFWVR zN6?M0*blQ|aE85zd90g)hOKu~JOd5qO5Qxln=g3_BpRZdvMwxk)63+#M8n@C8vZWP z@DGWGe~Kk$UHEy13+c!HpA);V`5SUxBIC~z881j=yeN_J7e>Z@jEp~tWXyyFN)w?p zjJ2C5Ly3`Hi2!!qSj9UfUr%!L76bP!o-^hyn{#dUYG zcWOH0Sbu+Lu5FEmP&uYQoNX-BmxZ>oP%I1WV4;2p=^)?I1S$P}&qT}#VfkeD2iUzd%s zZ`s}&O|GA=Y*HaEsIX}aVZ1SXIV0Me;nmYs<>vfilZ}`A4~BR{tOgYFJg^h#Ae-Ur zJV2tuauz4jL98T^4xc$+P2pE`Pk{D1sy5#?w$lG~9fX0JaAoJ{F2vvp@1ACvWGU{G zWt)r)2lcjh16)Nn@+CfAje8rqk*}%{6N|vtEYMHUP1fiLKNP*27{}Rcn04Ys|DVVg zNyABxB2h6S!B$*RQtIE0e2zFpx6Z@KXGvj1U2M*`6i4^s$Ty{7q-PIujCqmdTjoWO zrpB$R;-Qyz( z85TX7Q#{I^D`QR^4vHpya9IucIj)Y2I1q|wA5DHo|kZ1DB-k7!fCOHlWd6u0Z5UTfS!mGc@ZHArKJqzzKlvM7?q+s zGmKu5FnU$OXqAM~Ya&KuHKS5rhS1B+2(7$9T!{-S-!{=QIpZ6qu-k0#%DdDq=;S5Pud_HIREbhqgVf_HDi1h-rqDBdyZzOzq{M zQuSl07|KA6p$zY&DMOB269rA0V{|q2s}E$2AcBSQfXD#r0)zZ?kmIvA9Dl zE|$d|WN~X*+!+?vkH!7u+vQ-09QS8vf&*1OGi;?oNT3eVc}-VkC*Lk)qG8z}MVKMy zelkDssE!ZEQY~nxIv&eyi*QsYhX8-i^PD9rwVxtMm0f{rjF#T7gGgT!rVLheC%xlr zgruQv+33|5ha7Z@i1-nNk5Czhn(e|z_sd*0fqDLXWt8qdMHR^rehVbV@JO67`LYux z+tDQIQg~7{5#|Sz7umn@UD&^GbmS%cBmLvPA<=V)00q{i>_08VL!5XMDuLhHvz!RE~{HPwi@e%i>aye!Y;g9OD=b*Vy z*;Nr4znLQmfd_{Gqcw6NX|NU#qLmSfo>`-a)?znC7?U)i9ffSb(M%8Fdy~GMSLxC$ z<=`6@jde)pt|Yc|S5-zuNxpAaGBnl9yZFCmPM-;i~u&r7YsegQoZ>?Sq3FWP|Kp zI_$@2dMUfj=}qRZV>{%5nyLqJ3h1m~VEZi9H7?3qNHwWH;FLWyiyIz%B1*y7?vo?45AX{qA{ohi6MgGmWYa|QKLZwL=;3+ z5CmigQCtu=RK#5o5qHI?sDQYDYup|G)6>H^EGFjO@@HuQ`66`GN1}H)-LMFOa+%JZ4 z0TGYC+l8EM6HD1tBz$!@SuQRPZO-qqrL!i0FP^EBBgNx&-Z^ig1wrES8!1y}GCj2Ulf9DE%y}~FMK8Y;6mi55^55}o1 zyp@GZSm*@2r&;(ZOE_UB9{7rd{H7BuA(n~({^!yiJK?b=&Ui2yj=slwU8bPv=x11> z$s0X}7U$N^ekbU~4Y-Ph>R9M8 z3mITT8pwB7vfgkdi`SXQsi{Fmi`J8?Tx9QbBtH-wFC+(ldHy&q1#ZbyEP-Dge=0&T za3`-|t|2u5PVC^s3x2;~EoJGAiT=XCKSI6bVnBqn1khDAXg>=UkhE)d+>0YhwcM zyNuX$z`=8{eE{cfM{$6mU^9oOGf?=i zuKmI>PtSGoPd}Lt0PKr@py1X4gia0>`4L30LWqsCX28Fh#jsl!ISNY;V?;?#mzBu{ zZHNwE0f^Sd9A1;y8M_(t@Rz;J`vb6NI(V2ukNXQ&5?ur^a@r0ApG4zGRu4mP()2I? zxeZZBKMHoHc2-P?0>C4VvSS?xE;j1E$KZh3SK|jC(2e4UVIEIxj66so(GY?3BZ$*w z?%_t5bHe55d7GcXk)j|J^K`ipguDL)R4RI35=9O*a?x*7Xx%>ik&`g%Re;Y+2aA(HQl&4UdPW^tXk&okaX)m`904L-tYT zgW<9Bi$lqVuXo9X2{0K+;SU-#~U$iLeS8j$^cGf00&w3?+cUk zd~6|xgkg{noFc|jkjVo$ZULOg#axI$@BxYybHSF!QqVNXl;??7L-Bcna=gId=?l*j z#&SZL)W$8T4Uw3T5dOO^;e61DTm_nQJ(Q>9>3Q(fl*q2XII)u=RweHdWYxDoOIunyiy&=VBW_m5l<2`~X6Vhj5 z0>EK#Vm}jRs-roa$NiOO+Czwh<0)>@DK1I}s?$uEp3cO`SyK`sZjg|{5bd4unoP21QAy;kMy3fr|hYp zfm^(uXAR5aA*JN$hw$|2Yo6kkp5l@lCiV$@`nWBUxjk+RNt!SW7?G#+;v{%6q(%n9 z#fCw5hfINneN*c;nxlkrjbYg1wq(MOs;<)2X)yu%K;HXFLupo9p8yp_Qx8NEp{k|R zT1~z>z18F%ftu>exNtL=FszIV-+;AxR%`X>CN;ZoY0&6e=)GGPo+l753YhTXq5vhx zYFJMLv0G=JCyYbjo1Xy_()|p`DRY$7tfAFzmNXHfOn6bvB8z@jjp=j?o<~V%NDirH z(Y$swEOj*`dGl06H*=mRl=0*+;e{uM^q$X9I;kqursVy?P()2G)c_9yC3w349@uQ* z>z@3DyiNk2?hB25I?`Xw(Y)EOdvdB2(orsP+k2S^kV#wfwg!Uf3*qaQslUP`y*3KB7fufg+@!ezcuDL@XUE6ETgcx;>?E#i%X#r(%XfCxegLyk-4+85xl+* zSaHaien?Q+8xcZeIr|+<@k-yJg29rwufYgn+{?w3y{Vg{_^hoZx#~+4ESlI8IZgpZ zk_&xsqYobR!J9t#(T6GYA&@@Ig99f7Pl0b@WPlkO7=tnRAxg!ZT+H2y(QeGLJUzg! z0<*7RvI@7U!{9e0u)`n@f=6r+KUe|nzx#!u0(M|SZ=z)gUbAL0P6#V)JI2Dz$&^Z>WWTD$2LbE2@TW=2$ zD8vPDkZcPPe6xZ)CqvFs8%~^+HF~N)(!*Luu+s6^NDz?Wc!<)0{0d89HkzkD(&rs=NM*&n zL!1Kk(kUK31S--u^OylpbA2|h zaAE)_)&`}5nVsm-&Zifr{MaDV5?$RBy1YEzJ@h=fqW*VE z-_q@y=ON;lM(ClndMIDdw~SMyr~6*H07)01UMIkVjvlVpOHAk>CwuosF@jO9BrkGa zp`LI+XHLiyWucxXgcs`BojQC_E*{Zsv_dkt+i1D4YJ4Q)iyRVlpdpku;aCfw^OlC@s|E`%JBt3l4nEmpuFMt7tg^sZ0R&x^&|qmXo=?MB?vT_WW~Fw7DZF z)Z++KJxx0!J!OToWpJpF{)A<%#wV;2Xab=90m}k+&x7$K zc4@{k>v1DTD#X*a9C4ByIax0n*!6Qb1bM74UVw53OG=z1^$#B!9HEQ#R=>xZF%VJS z@VtjQwhWG;j{imO!S%^dN8p_4x1H;qB=^1ADor~>cw^ex5?cSsHx#LRr0ehy>N<

G&F?YyPb1e!OSISYX1OY9*R^pEOKjDMDAE( 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%0DCx6y_GX}!x64y&}` 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

Ev`iRaO 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 literal 0 HcmV?d00001 diff --git a/public/data.csv b/public/data.csv new file mode 100644 index 0000000..1e18c9d --- /dev/null +++ b/public/data.csv @@ -0,0 +1,250 @@ +country,iso,fragile,all,services,public,private,inffs,academy,public_tax,public_debt,public_budget,public_insurance,private_pipelines,private_impact,private_environment,work_areas,biofin,,,,,,, +Afghanistan,AFG,1,2,2,,1,,1,,,,,,1,,,,,,,,,, +Åland Islands,ALA,,,,,,,,,,,,,,,,,,,,,,, +Albania,ALB,,3,3,1,1,1,,,,1,,1,,,,,,,,,,, +Algeria,DZA,,1,1,1,,,,,,1,1,,,,,,,,,,,, +American Samoa,ASM,,,,,,,,,,,,,,,,,,,,,,, +Andorra,AND,,,,,,,,,,,,,,,,,,,,,,, +Angola,AGO,1,3,3,1,1,1,,1,,1,,1,,,,,,,,,,, +Anguilla,AIA,,,,,,,,,,,,,,,,,,,,,,, +Antigua and Barbuda,ATG,,,,,,,,,,,,,,,,,,,,,,, +Argentina,ARG,,2,1,1,,,,,1,1,1,,,,1,1,,,,,,, +Armenia,ARM,1,3,3,1,1,1,,1,,1,,1,,,,,,,,,,, +Aruba,ABW,,,,,,,,,,,,,,,,,,,,,,, +Australia,AUS,,,,,,,,,,,,,,,,,,,,,,, +Austria,AUT,,,,,,,,,,,,,,,,,,,,,,, +Azerbaijan,AZE,1,3,3,1,1,1,,1,,,,1,1,,,,,,,,,, +Bahamas,BHS,,,,,,,,,,,,,,,,,,,,,,, +Bahrain,BHR,,,,,,,,,,,,,,,,,,,,,,, +Bangladesh,BGD,1,2,2,1,,1,,,,1,1,,,,,,,,,,,, +Barbados,BRB,,1,1,,,1,,,,,,,,,,,,,,,,, +Belarus,BLR,1,1,1,,,1,,,,,,,,,,,,,,,,, +Belgium,BEL,,,,,,,,,,,,,,,,,,,,,,, +Belize,BLZ,,2,1,,,1,,,,,,,,,1,1,,,,,,, +Benin,BEN,1,2,2,1,,1,,1,1,1,,,,,,,,,,,,, +Bermuda,BMU,,,,,,,,,,,,,,,,,,,,,,, +Bhutan,BTN,,3,2,1,,1,,1,,1,1,,,,1,1,,,,,,, +Bolivia (Plurinational State of),BOL,,1,1,1,,,,,1,,,,,,,,,,,,,, +"Bonaire, Sint Eustatius and Saba",BES,,,,,,,,,,,,,,,,,,,,,,, +Bosnia and Herzegovina,BIH,,2,2,1,,1,,,,1,,,,,,,,,,,,, +Botswana,BWA,,3,2,1,,1,,1,,,,,,,1,1,,,,,,, +Bouvet Island,BVT,,,,,,,,,,,,,,,,,,,,,,, +Brazil,BRA,,3,2,1,1,,,,,1,,,1,,1,1,,,,,,, +British Indian Ocean Territory,IOT,,,,,,,,,,,,,,,,,,,,,,, +British Virgin Islands,VGB,,,,,,,,,,,,,,,,,,,,,,, +Brunei Darussalam,BRN,,,,,,,,,,,,,,,,,,,,,,, +Bulgaria,BGR,,,,,,,,,,,,,,,,,,,,,,, +Burkina Faso,BFA,1,1,1,,,1,,,,,,,,,,,,,,,,, +Burundi,BDI,1,1,1,,,1,,,,,,,,,,,,,,,,, +Cabo Verde,CPV,,2,2,1,,1,,1,1,1,,,,,,,,,,,,, +Cambodia,KHM,1,4,3,1,1,1,,1,,1,,,1,1,1,1,,,,,,, +Cameroon,CMR,1,1,1,,,1,,,,,,,,,,,,,,,,, +Canada,CAN,,,,,,,,,,,,,,,,,,,,,,, +Cayman Islands,CYM,,,,,,,,,,,,,,,,,,,,,,, +Central African Republic,CAF,1,,,,,,,,,,,,,,,,,,,,,, +Chad,TCD,1,,,,,,,,,,,,,,,,,,,,,, +Chile,CHL,,1,1,1,,,,,1,,,,,,,,,,,,,, +China,CHN,,1,,,,,,,,,,,,,1,1,,,,,,, +"China, Hong Kong Special Administrative Region",HKG,,,,,,,,,,,,,,,,,,,,,,, +"China, Macao Special Administrative Region",MAC,,,,,,,,,,,,,,,,,,,,,,, +Christmas Island,CXR,,,,,,,,,,,,,,,,,,,,,,, +Cocos (Keeling) Islands,CCK,,,,,,,,,,,,,,,,,,,,,,, +Colombia,COL,,3,2,1,,1,,1,1,1,1,,,,1,1,,,,,,, +Comoros,COM,,2,2,1,,1,,1,,,1,,,,,,,,,,,, +Congo,COG,,1,1,,,1,,,,,,,,,,,,,,,,, +Cook Islands,COK,,1,1,,,1,,,,,,,,,,,,,,,,, +Costa Rica,CRI,,2,1,1,,,,1,,,,,,,1,1,,,,,,, +Côte d’Ivoire,CIV,,3,3,1,1,1,,,1,,,1,,,,,,,,,,, +Croatia,HRV,,,,,,,,,,,,,,,,,,,,,,, +Cuba,CUB,,4,3,1,1,1,,,,1,,,1,,1,1,,,,,,, +Curaçao,CUW,,,,,,,,,,,,,,,,,,,,,,, +Cyprus,CYP,,,,,,,,,,,,,,,,,,,,,,, +Czechia,CZE,,,,,,,,,,,,,,,,,,,,,,, +Democratic People's Republic of Korea,PRK,1,,,,,,,,,,,,,,,,,,,,,, +Democratic Republic of the Congo,COD,,3,3,1,1,1,,1,,,,1,,,,,,,,,,, +Denmark,DNK,,,,,,,,,,,,,,,,,,,,,,, +Djibouti,DJI,1,3,3,1,1,1,,1,,1,,1,,,,,,,,,,, +Dominica,DMA,,,,,,,,,,,,,,,,,,,,,,, +Dominican Republic,DOM,1,3,3,1,1,1,,,,,1,,1,,,,,,,,,, +Ecuador,ECU,,3,2,1,,1,,1,1,1,1,,,,1,1,,,,,,, +Egypt,EGY,,3,3,1,1,1,,1,1,1,1,1,,,,,,,,,,, +El Salvador,SLV,,,,,,,,,,,,,,,,,,,,,,, +Equatorial Guinea,GNQ,1,,,,,,,,,,,,,,,,,,,,,, +Eritrea,ERI,1,,,,,,,,,,,,,,,,,,,,,, +Estonia,EST,,,,,,,,,,,,,,,,,,,,,,, +Eswatini,SWZ,1,3,3,1,1,1,,1,,,,1,,,,,,,,,,, +Ethiopia,ETH,1,2,2,1,,1,,,,,1,,,,,,,,,,,, +Falkland Islands (Malvinas),FLK,,,,,,,,,,,,,,,,,,,,,,, +Faroe Islands,FRO,,,,,,,,,,,,,,,,,,,,,,, +Fiji,FJI,1,2,2,1,,1,,,1,1,,,,,,,,,,,,, +Finland,FIN,,,,,,,,,,,,,,,,,,,,,,, +France,FRA,,,,,,,,,,,,,,,,,,,,,,, +French Guiana,GUF,,,,,,,,,,,,,,,,,,,,,,, +French Polynesia,PYF,,,,,,,,,,,,,,,,,,,,,,, +French Southern Territories,ATF,,,,,,,,,,,,,,,,,,,,,,, +Gabon,GAB,,4,3,1,1,1,,1,,,,1,,,1,1,,,,,,, +Gambia,GMB,1,1,1,,,1,,,,,,,,,,,,,,,,, +Georgia,GEO,,1,1,1,,,,1,,1,,,,,,,,,,,,, +Germany,DEU,,,,,,,,,,,,,,,,,,,,,,, +Ghana,GHA,,3,3,1,1,1,,1,,,1,1,,,,,,,,,,, +Gibraltar,GIB,,,,,,,,,,,,,,,,,,,,,,, +Greece,GRC,,,,,,,,,,,,,,,,,,,,,,, +Greenland,GRL,,,,,,,,,,,,,,,,,,,,,,, +Grenada,GRD,,,,,,,,,,,,,,,,,,,,,,, +Guadeloupe,GLP,,,,,,,,,,,,,,,,,,,,,,, +Guam,GUM,,,,,,,,,,,,,,,,,,,,,,, +Guatemala,GTM,1,3,2,1,,1,,,1,1,,,,,1,1,,,,,,, +Guernsey,GGY,,,,,,,,,,,,,,,,,,,,,,, +Guinea,GIN,1,2,2,1,,1,,1,,1,,,,,,,,,,,,, +Guinea-Bissau,GNB,,2,2,1,,1,,,,1,,,,,,,,,,,,, +Guyana,GUY,,,,,,,,,,,,,,,,,,,,,,, +Haiti,HTI,,1,1,,,1,,,,,,,,,,,,,,,,, +Heard Island and McDonald Islands,HMD,1,,,,,,,,,,,,,,,,,,,,,, +Holy See,VAT,,,,,,,,,,,,,,,,,,,,,,, +Honduras,HND,,1,1,1,,,,1,,,,,,,,,,,,,,, +Hungary,HUN,,,,,,,,,,,,,,,,,,,,,,, +Iceland,ISL,1,,,,,,,,,,,,,,,,,,,,,, +India,IND,,2,1,1,,,,,,1,1,,,,1,1,,,,,,, +Indonesia,IDN,,4,3,1,1,1,,,1,1,1,,1,,1,1,,,,,,, +Iran (Islamic Republic of),IRN,,,,,,,,,,,,,,,,,,,,,,, +Iraq,IRQ,1,2,2,1,1,,,,,1,,1,,,,,,,,,,, +Ireland,IRL,,,,,,,,,,,,,,,,,,,,,,, +Isle of Man,IMN,,,,,,,,,,,,,,,,,,,,,,, +Israel,ISR,,,,,,,,,,,,,,,,,,,,,,, +Italy,ITA,,,,,,,,,,,,,,,,,,,,,,, +Jamaica,JAM,,2,2,,1,1,,,,,,,1,,,,,,,,,, +Japan,JPN,,,,,,,,,,,,,,,,,,,,,,, +Jersey,JEY,,,,,,,,,,,,,,,,,,,,,,, +Jordan,JOR,,3,3,1,1,1,,,,,1,1,1,,,,,,,,,, +Kazakhstan,KAZ,,3,2,1,,1,,1,,1,,,,,1,1,,,,,,, +Kenya,KEN,1,3,3,1,1,1,,1,,1,1,1,,,,,,,,,,, +Kiribati,KIR,1,,,,,,,,,,,,,,,,,,,,,, +Kosovo,XKX,,2,2,,1,1,,,,,,1,1,,,,,,,,,, +Kuwait,KWT,,1,1,,1,,,,,,,,1,,,,,,,,,, +Kyrgyzstan,KGZ,,3,2,,1,1,,,,,,1,,,1,1,,,,,,, +Lao People's Democratic Republic,LAO,,1,1,,,1,,,,,,,,,,,,,,,,, +Latvia,LVA,,,,,,,,,,,,,,,,,,,,,,, +Lebanon,LBN,1,2,2,1,,1,,1,,1,,,,,,,,,,,,, +Lesotho,LSO,1,2,2,,1,1,,,,,,1,,,,,,,,,,, +Liberia,LBR,1,1,1,1,,,,1,,,,,,,,,,,,,,, +Libya,LBY,1,,,,,,,,,,,,,,,,,,,,,, +Liechtenstein,LIE,,,,,,,,,,,,,,,,,,,,,,, +Lithuania,LTU,,,,,,,,,,,,,,,,,,,,,,, +Luxembourg,LUX,,,,,,,,,,,,,,,,,,,,,,, +Madagascar,MDG,1,2,1,1,,,,,,,1,,,,1,1,,,,,,, +Malawi,MWI,,4,3,1,1,1,,,,1,1,1,,,1,1,,,,,,, +Malaysia,MYS,,4,3,1,1,1,,1,,1,1,,1,,1,1,,,,,,, +Maldives,MDV,,2,2,1,,1,,1,,1,,,,,,,,,,,,, +Mali,MLI,1,3,3,1,1,1,,,,1,,1,,,,,,,,,,, +Malta,MLT,,,,,,,,,,,,,,,,,,,,,,, +Marshall Islands,MHL,1,,,,,,,,,,,,,,,,,,,,,, +Martinique,MTQ,,,,,,,,,,,,,,,,,,,,,,, +Mauritania,MRT,1,3,3,1,1,1,,,1,,,1,,,,,,,,,,, +Mauritius,MUS,,2,2,1,1,,,1,,,,1,,,,,,,,,,, +Mayotte,MYT,,,,,,,,,,,,,,,,,,,,,,, +Mexico,MEX,1,3,2,1,,1,,,1,1,1,,,,1,1,,,,,,, +Micronesia (Federated States of),FSM,,,,,,,,,,,,,,,,,,,,,,, +Moldova,MDA,1,1,1,,,1,,,,,,,,,,,,,,,,, +Monaco,MCO,,,,,,,,,,,,,,,,,,,,,,, +Mongolia,MNG,,3,2,1,,1,,1,,1,,,,,1,1,,,,,,, +Montenegro,MNE,,1,1,1,,,,,,1,,,,,,,,,,,,, +Montserrat,MSR,,,,,,,,,,,,,,,,,,,,,,, +Morocco,MAR,1,2,2,,1,1,,,,,,1,,,,,,,,,,, +Mozambique,MOZ,1,2,1,1,,,,,,1,1,,,,1,1,,,,,,, +Myanmar,MMR,1,,,,,,,,,,,,,,,,,,,,,, +Namibia,NAM,,3,3,1,1,1,,1,,,,1,,,,,,,,,,, +Nauru,NRU,,,,,,,,,,,,,,,,,,,,,,, +Nepal,NPL,,3,2,1,,1,,,,1,1,,,,1,1,,,,,,, +Netherlands (Kingdom of the),NLD,,,,,,,,,,,,,,,,,,,,,,, +New Caledonia,NCL,,,,,,,,,,,,,,,,,,,,,,, +New Zealand,NZL,,,,,,,,,,,,,,,,,,,,,,, +Nicaragua,NIC,1,,,,,,,,,,,,,,,,,,,,,, +Niger,NER,,1,,,,,,,,,,,,,1,1,,,,,,, +Nigeria,NGA,1,3,3,1,1,1,,1,1,,1,1,,,,,,,,,,, +Niue,NIU,,,,,,,,,,,,,,,,,,,,,,, +Norfolk Island,NFK,,,,,,,,,,,,,,,,,,,,,,, +North Macedonia,MKD,,1,1,1,,,,,,1,,,,,,,,,,,,, +Northern Mariana Islands,MNP,,,,,,,,,,,,,,,,,,,,,,, +Norway,NOR,,,,,,,,,,,,,,,,,,,,,,, +Oman,OMN,1,,,,,,,,,,,,,,,,,,,,,, +Pakistan,PAK,1,3,3,1,1,1,,1,,,1,,,1,,,,,,,,, +Palau,PLW,,,,,,,,,,,,,,,,,,,,,,, +Panama,PAN,,1,1,1,,,,,,1,,,,,,,,,,,,, +Papua New Guinea,PNG,1,2,2,1,,1,,1,,,,,,,,,,,,,,, +Paraguay,PRY,,,,,,,,,,,,,,,,,,,,,,, +Peru,PER,,2,1,1,,,,1,1,1,,,,,1,1,,,,,,, +Philippines,PHL,,4,3,1,1,1,,,1,1,1,,1,,1,1,,,,,,, +Pitcairn,PCN,,,,,,,,,,,,,,,,,,,,,,, +Poland,POL,,,,,,,,,,,,,,,,,,,,,,, +Portugal,PRT,,,,,,,,,,,,,,,,,,,,,,, +Puerto Rico,PRI,,,,,,,,,,,,,,,,,,,,,,, +Qatar,QAT,,,,,,,,,,,,,,,,,,,,,,, +Republic of Korea,KOR,,,,,,,,,,,,,,,,,,,,,,, +Republic of Moldova,MDA,,,,,,,,,,,,,,,,,,,,,,, +Réunion,REU,,,,,,,,,,,,,,,,,,,,,,, +Romania,ROU,,,,,,,,,,,,,,,,,,,,,,, +Russian Federation,RUS,,,,,,,,,,,,,,,,,,,,,,, +Rwanda,RWA,,4,3,1,1,1,,1,,,,1,,,1,1,,,,,,, +Saint Barthélemy,BLM,,,,,,,,,,,,,,,,,,,,,,, +Saint Helena,SHN,,,,,,,,,,,,,,,,,,,,,,, +Saint Kitts and Nevis,KNA,,,,,,,,,,,,,,,,,,,,,,, +Saint Lucia,LCA,,1,1,1,,,,1,,,,,,,,,,,,,,, +Saint Martin (French Part),MAF,,,,,,,,,,,,,,,,,,,,,,, +Saint Pierre and Miquelon,SPM,,,,,,,,,,,,,,,,,,,,,,, +Saint Vincent and the Grenadines,VCT,,,,,,,,,,,,,,,,,,,,,,, +Samoa,WSM,,1,1,,,1,,,,,,,,,,,,,,,,, +San Marino,SMR,,,,,,,,,,,,,,,,,,,,,,, +Sao Tome and Principe,STP,1,2,2,1,,1,,,,1,,,,,,,,,,,,, +Saudi Arabia,SAU,,,,,,,,,,,,,,,,,,,,,,, +Senegal,SEN,1,2,2,1,,1,,1,,,1,,,,,,,,,,,, +Serbia,SRB,,2,2,1,1,,,,1,1,,1,,,,,,,,,,, +Seychelles,SYC,1,4,3,1,1,1,,1,1,,,1,,,1,1,,,,,,, +Sierra Leone,SLE,,3,3,1,1,1,,1,,,,1,,,,,,,,,,, +Singapore,SGP,,,,,,,,,,,,,,,,,,,,,,, +Sint Maarten (Dutch part),SXM,1,,,,,,,,,,,,,,,,,,,,,, +Slovakia,SVK,,,,,,,,,,,,,,,,,,,,,,, +Slovenia,SVN,,,,,,,,,,,,,,,,,,,,,,, +Solomon Islands,SLB,,1,1,1,,,,,,1,,,,,,,,,,,,, +Somalia,SOM,,2,2,1,,1,,,,1,,,,,,,,,,,,, +South Africa,ZAF,,3,2,1,1,,,1,,1,,1,,,1,1,,,,,,, +South Georgia and the South Sandwich Islands,SGS,,,,,,,,,,,,,,,,,,,,,,, +South Sudan,SSD,1,2,2,1,,1,,,,1,,,,,,,,,,,,, +Spain,ESP,,,,,,,,,,,,,,,,,,,,,,, +Sri Lanka,LKA,,3,2,1,,1,,1,,1,1,,,,1,1,,,,,,, +State of Palestine,PSE,,,,,,,,,,,,,,,,,,,,,,, +Sudan,SDN,1,,,,,,,,,,,,,,,,,,,,,, +Suriname,SUR,,1,1,,,1,,,,,,,,,,,,,,,,, +Svalbard and Jan Mayen Islands,SJM,,,,,,,,,,,,,,,,,,,,,,, +Sweden,SWE,,,,,,,,,,,,,,,,,,,,,,, +Switzerland,CHE,1,,,,,,,,,,,,,,,,,,,,,, +Syrian Arab Republic,SYR,,,,,,,,,,,,,,,,,,,,,,, +Tanzania ,TZA,,4,3,1,1,1,,1,1,,1,1,,,1,1,,,,,,, +Tajikistan,TJK,1,1,1,,,1,,,,,,,,,,,,,,,,, +Thailand,THA,,4,3,1,1,1,,1,1,1,1,,1,,1,1,,,,,,, +Timor-Leste,TLS,,2,2,1,,1,,,,1,,,,,,,,,,,,, +Togo,TGO,1,3,3,1,1,1,,1,,,,1,,,,,,,,,,, +Tokelau,TKL,,,,,,,,,,,,,,,,,,,,,,, +Tonga,TON,,1,1,1,,,,,,1,,,,,,,,,,,,, +Trinidad and Tobago,TTO,,,,,,,,,,,,,,,,,,,,,,, +Tunisia,TUN,,3,3,1,1,1,,1,,,,1,,,,,,,,,,, +Türkiye,TUR,,1,1,,1,,,,,,,1,,,,,,,,,,, +Turkmenistan,TKM,1,1,1,,,1,,,,,,,,,,,,,,,,, +Turks and Caicos Islands,TCA,,,,,,,,,,,,,,,,,,,,,,, +Tuvalu,TUV,1,,,,,,,,,,,,,,,,,,,,,, +Uganda,UGA,1,4,3,1,1,1,,1,,1,1,1,,,1,1,,,,,,, +Ukraine,UKR,1,3,3,1,1,1,,,,,1,1,,,,,,,,,,, +United Arab Emirates,ARE,,,,,,,,,,,,,,,,,,,,,,, +United Kingdom of Great Britain and Northern Ireland,GBR,,,,,,,,,,,,,,,,,,,,,,, +United States Minor Outlying Islands,UMI,,,,,,,,,,,,,,,,,,,,,,, +United States of America,USA,,,,,,,,,,,,,,,,,,,,,,, +United States Virgin Islands,VIR,,,,,,,,,,,,,,,,,,,,,,, +Uruguay,URY,,2,2,1,,1,,,1,,,,,,,,,,,,,, +Uzbekistan,UZB,,3,2,1,,1,,1,1,1,1,,,,1,1,,,,,,, +Vanuatu,VUT,1,2,2,1,,1,,,,1,,,,,,,,,,,,, +Venezuela (Bolivarian Republic of),VEN,,,,,,,,,,,,,,,,,,,,,,, +Viet Nam,VNM,,3,2,1,,1,,,,1,1,,,,1,1,,,,,,, +Wallis and Futuna Islands,WLF,,,,,,,,,,,,,,,,,,,,,,, +Western Sahara,ESH,,,,,,,,,,,,,,,,,,,,,,, +Yemen,YEM,1,1,1,1,,,,1,,,1,,,,,,,,,,,, +Zambia,ZMB,1,3,2,1,,1,,1,,1,,,,,1,1,,,,,,, +Zimbabwe,ZWE,1,1,1,1,,,,1,,,,,,,,,,,,,,, \ No newline at end of file diff --git a/readme.md b/readme.md index 6cdb16d..ce32c75 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ # Project Title #### Project description [Click here to see the interface]({{link to the site here}}). -Doc for the starter kit can be found [here](https://orange-bay-04736e710.4.azurestaticapps.net/) +Doc for the UI kit can be found [here](https://icy-moss-09ab08f10.4.azurestaticapps.net/) ## Table of Contents * [Link for the visualization](#section-01) @@ -37,7 +37,7 @@ Apart from the mentioned `div` above the following `script` and `link` needs to ``` ## Pages on DFx Where the Visualization is Used -_All the pages on the DFx or other places like viva topics etc. where this visualization is embedded or used._ +_All the pages on the DFx or other places like viva topics etc. where this visualization is embeded or used._ ## Related Repos * [__name of the data repo__](link to data repo): This is the data sheet for visualization diff --git a/src/App.tsx b/src/App.tsx index 0677099..fe91058 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,449 +1,380 @@ -import React, { useEffect, useState, useCallback } from 'react'; -import { json, csv } from 'd3-request'; -import { queue } from 'd3-queue'; +import { useEffect, useMemo, useRef, useState } from 'react'; import { - CircleChevronDown, - CircleChevronRight, - Globe, - LayoutGrid, -} from 'lucide-react'; -import { Segmented } from 'antd'; -import { ChoroplethMap } from './Components/Graphs/Maps/ChoroplethMap'; -import { ProgrammeProvider } from './Components/ProgrammeContext'; -import Cards from './Components/Cards'; -import { TooltipContent } from './Components/TooltipContent'; -import { - Country, - filterCountries, - FilterFunction, - programIncludesFilter, - programStartsWithFilter, - filterByType, - countCountriesByPrograms, - countCountriesByType, -} from './Utils/countryFilters'; -import Header from './Components/Header'; -import ProgrammeTree from './Components/ProgrammeTree'; -import { PROGRAMMES } from './Components/Constants'; -import FilterCountryGroup from './Components/Filter'; - -const baseTreeData = [ - { - title: 'Public Finance', - key: 'public', - data: { fullLabel: 'Public Finance for the SDGs' }, - children: [ - { title: 'Tax for the SDGs', key: 'public_tax' }, - { title: 'Budget for the SDGs', key: 'public_budget' }, - { title: 'Debt for the SDGs', key: 'public_debt' }, - { title: 'Insurance and risk finance', key: 'public_insurance' }, - ], - }, - { - title: 'Private finance', - key: 'private', - data: { fullLabel: 'Private Finance for the SDGs' }, - children: [ - { - title: 'Originating pipelines', - key: 'private_pipelines', - }, - { title: 'Managing for impact', key: 'private_impact' }, - { title: 'Enabling environment', key: 'private_environment' }, - ], - }, - { - title: 'INFFs', - key: 'frameworks', - data: { fullLabel: 'Integrated National Financing Frameworks' }, - }, - { title: 'Biodiversity finance', key: 'biofin' }, -]; - -const ALL_PROGRAMS = [ - 'public_tax', - 'public_budget', - 'public_debt', - 'public_insurance', - 'private_pipelines', - 'private_impact', - 'private_environment', - 'biofin', - 'frameworks', -]; - -const ALL_CHECKED_KEYS = [ - 'public', - 'private', - 'biofin', - 'frameworks', - 'public_tax', - 'public_budget', - 'public_debt', - 'public_insurance', - 'private_pipelines', - 'private_impact', - 'private_environment', -]; - -function AppContent() { - const [data, setData] = useState([]); - const [checkedKeys, setCheckedKeys] = useState(ALL_CHECKED_KEYS); + ChoroplethMap, + fetchAndParseCSV, + transformDataForGraph, + DataCards, +} from '@undp-data/undp-visualization-library'; +import '@undp-data/undp-visualization-library/dist/style.css'; +import { Select, Segmented, Radio } from 'antd'; +import { Globe, LayoutGrid } from 'lucide-react'; +import styled from 'styled-components'; +import { Cards } from './Cards'; +import './styles.css'; + +const { Option } = Select; + +const ViewContainer = styled.div<{ isVisible: boolean }>` + display: ${({ isVisible }) => (isVisible ? 'block' : 'none')}; + width: 100%; + height: 100%; + overflow-y: auto; +`; + +const StyledSegmented = styled(Segmented)` + .ant-segmented-item { + color: #666; /* Darker text color for non-selected items */ + background-color: var( + --gray-300 + ); /* Background color for non-selected items */ + } - // Initialize with the "All Programmes" object - const allProgrammes = PROGRAMMES.find(programme => programme.value === 'all'); + .ant-segmented-item-selected { + color: #666; /* Text color for the selected item */ + background-color: #fff; /* Background color for the selected item */ + } - if (!allProgrammes) { - throw new Error('The "All Programmes" option is missing in PROGRAMMES'); + .ant-segmented-item:hover { + color: #333; /* Darker text color on hover */ } +`; - const [currentProgramme, setCurrentProgramme] = useState(allProgrammes); - const [filterExpanded, setFilterExpanded] = useState(true); - const [filterTwoExpanded, setFilterTwoExpanded] = useState(true); - const [viewMode, setViewMode] = useState('Map'); - const [selectedType, setSelectedType] = useState('all'); +function App() { + const [data, setData] = useState(null); + const [taxonomy, setTaxonomy] = useState(null); + const [selectedService, setSelectedService] = useState(null); + const [selectedSubcategory, setSelectedSubcategory] = useState( + null, + ); + const [selectedWorkArea, setSelectedWorkArea] = useState(null); + const [selectedCategory, setSelectedCategory] = useState('all_countries'); + const [viewMode, setViewMode] = useState<'Map' | 'Cards'>('Map'); + const containerRef = useRef(null); useEffect(() => { - queue() - .defer( - csv, - 'https://raw.githubusercontent.com/UNDP-Data/dv-sustainable-finance-hub-data-repo/main/SFH_data.csv', - ) - .defer( - json, - 'https://raw.githubusercontent.com/UNDP-Data/country-taxonomy-from-azure/main/country_territory_groups.json', - ) - .await((err: any, loadedData: any[], countryTaxonomy: any[]) => { - if (err) { - console.error('Error loading data:', err); - return; - } - - const sids = countryTaxonomy - .filter((d: any) => d.SIDS) - .map((d: any) => d['Alpha-3 code']); - const ldc = countryTaxonomy - .filter((d: any) => d.LDC) - .map((d: any) => d['Alpha-3 code']); - - const countryMapping = countryTaxonomy.reduce( - (acc: any, country: any) => { - acc[country['Alpha-3 code']] = country['Country or Area']; - return acc; - }, - {}, - ); - - const transformedData: Country[] = loadedData.map((d: any) => { - const programs: string[] = []; - - Object.keys(d).forEach(key => { - // Check if the key is a recognized program and is active - if (ALL_PROGRAMS.includes(key) && d[key] === '1') { - programs.push(key); - } - }); - - const { iso } = d; - const name = countryMapping[iso] || d.country; - - // Initialize the type as an array - const type: string[] = []; - - // Add 'SIDS' if the ISO is in the sids list - if (sids.includes(iso)) { - type.push('SIDS'); - } - - // Add 'LDC' if the ISO is in the ldc list - if (ldc.includes(iso)) { - type.push('LDC'); - } - - // Add 'Fragile and Affected' if the 'fragile' column is '1' - if (d.fragile === '1') { - type.push('Fragile and Affected'); - } - - return { - name, - iso, - programs, - type, // type is now an array of strings - filtered: false, - initialFilter: false, - }; - }); - - setData(transformedData); - }); + const loadData = async () => { + try { + const d = (await fetchAndParseCSV('/data.csv')) as any[]; + + // Prefilter data based on the 'all' column + const prefilteredData = d.filter(row => row.all >= 1); + setData(prefilteredData); + } catch (error) { + console.error('Error loading data:', error); + } + }; + loadData(); }, []); - const handleSegmentChange = useCallback( - (value: string | number) => { - const selectedProgramme = - PROGRAMMES.find(p => p.value === value) || allProgrammes; - - // Set the full Programme object - setCurrentProgramme(selectedProgramme); - - if (selectedProgramme.value === 'all') { - setCheckedKeys(ALL_CHECKED_KEYS); - } else if ( - selectedProgramme.value === 'biofin' || - selectedProgramme.value === 'frameworks' - ) { - // Set the checked keys directly for biofin or frameworks - setCheckedKeys([selectedProgramme.value]); - } else { - const updatedKeys = baseTreeData - .filter( - item => item.key === selectedProgramme.value || item.key === 'all', - ) - .flatMap(item => item.children?.map(child => child.key) || []); - setCheckedKeys(updatedKeys); + useEffect(() => { + const loadTaxonomy = async () => { + try { + const response = await fetch( + 'https://raw.githubusercontent.com/UNDP-Data/country-taxonomy-from-azure/main/country_territory_groups.json', + ); + const taxonomyData = await response.json(); + setTaxonomy(taxonomyData); + } catch (error) { + console.error('Error loading taxonomy data:', error); } - }, - [allProgrammes], - ); - - const handleRadioChange = useCallback((value: string) => { - setSelectedType(value); + }; + loadTaxonomy(); }, []); - // Handle checkbox change - const handleCheckboxChange = useCallback( - ( - checkedKeysValue: string[] | { checked: string[]; halfChecked: string[] }, - ) => { - const keys = Array.isArray(checkedKeysValue) - ? checkedKeysValue - : checkedKeysValue.checked; - setCheckedKeys(keys); - }, - [], - ); - // Filters - function generateFilterFunctions( - anySelectedKeys: string[], - ): FilterFunction[] { - const filters: FilterFunction[] = []; - - // Iterate over the selected keys - anySelectedKeys.forEach(key => { - if (key === 'public' || key === 'private') { - // Add a filter function for the whole category - filters.push(programStartsWithFilter(key)); - } else { - // Add a filter function for a specific program - filters.push(programIncludesFilter(key)); - } + // Compute highlighted countries directly based on selectedCategory + const filteredData = useMemo(() => { + if (!data || !taxonomy) return []; + + const sidsCodes = taxonomy + .filter((country: any) => country.SIDS === true) + .map((country: any) => country['Alpha-3 code']); + const ldcCodes = taxonomy + .filter((country: any) => country.LDC === true) + .map((country: any) => country['Alpha-3 code']); + + return data.filter(row => { + const matchesCategory = + selectedCategory === 'all_countries' || + (selectedCategory === 'sids' && sidsCodes.includes(row.iso)) || + (selectedCategory === 'ldcs' && ldcCodes.includes(row.iso)) || + (selectedCategory === 'fragile' && row.fragile === 1); + + const matchesService = + !selectedService || + (selectedService === 'public' && row.public) || + (selectedService === 'private' && row.private) || + (selectedService === 'inffs' && row.inffs) || + (selectedService === 'academy' && row.academy); + + const matchesSubcategory = + !selectedSubcategory || row[selectedSubcategory]; + + const matchesWorkArea = !selectedWorkArea || row[selectedWorkArea]; + + return ( + matchesCategory && + matchesService && + matchesSubcategory && + matchesWorkArea + ); }); - - return filters; + }, [ + data, + taxonomy, + selectedCategory, + selectedService, + selectedSubcategory, + selectedWorkArea, + ]); + + // Use filteredData to derive highlightedCountries + const highlightedCountries = useMemo(() => { + return filteredData.map(row => row.iso); + }, [filteredData]); + + if (!data || !taxonomy) { + return ( +

+
+
+ ); } - const filters = generateFilterFunctions(checkedKeys); - const result = filterCountries(data, filters, selectedType); - const countsByProgram = countCountriesByPrograms( - result.filter(c => filterByType(c, selectedType)), - checkedKeys, + console.log('data original', data); + console.log( + 'data transformed', + transformDataForGraph(data, 'choroplethMap', [ + { chartConfigId: 'countryCode', columnId: 'iso' }, + { chartConfigId: 'x', columnId: 'all' }, + ]), ); - const programCountries = result.filter(c => - filters.some(filterFunc => filterFunc(c)), - ); - const countsByType = countCountriesByType(programCountries); - - countsByType.all = programCountries.length; - console.log(countsByProgram); - console.log(countsByType); - - const tooltip = (d: any) => { - return ; - }; - - const groups = [ - { label: 'All countries', value: 'all', count: countsByType.all }, - { - fullLabel: 'Small Island Developing States', - label: 'SIDS', - value: 'SIDS', - count: countsByType.SIDS, - }, - { - fullLabel: 'Least Developed Countries', - label: 'LDCs', - value: 'LDC', - count: countsByType.LDC, - }, - { - fullLabel: 'Fragile and conflict-affected situations', - label: 'Fragile and conflict-affected', - value: 'Fragile and Affected', - count: countsByType['Fragile and Affected'], - }, - ]; - return ( -
-
-
+
+
+

+ UNDP’s work on sustainable finance +

+
-
-
-
- -
-
-
-
-
-
-
- countries ({countsByType[selectedType]}) -
- - Map -
- ), - value: 'Map', - }, - { - label: ( -
- Cards -
- ), - value: 'Cards', - }, - ]} - value={viewMode} - onChange={(value: any) => setViewMode(value)} - style={{ - margin: '0.5rem 0.5rem 0.5rem auto', - width: 'fit-content', - }} - /> -
- {viewMode === 'Map' ? ( -
+ + {/* Map View */} + -
- ) : ( - - )} + + + {/* Cards View */} + + + +
); } -function App() { - return ( - - - - ); -} - export default App; diff --git a/src/Cards.tsx b/src/Cards.tsx new file mode 100644 index 0000000..379e2a7 --- /dev/null +++ b/src/Cards.tsx @@ -0,0 +1,99 @@ +import styled from 'styled-components'; +import { useRef, useState } from 'react'; +import { + StatCardFromData, + transformDataForGraph, +} from '@undp-data/undp-visualization-library'; + +const WrapperEl = styled.div` + scroll-snap-type: x proximity; + scroll-padding: 0; + scroll-padding-left: 0; + display: flex; + overflow-x: auto; + padding-bottom: 1rem; + user-select: none; + + h3 { + margin-bottom: 0 !important; + } +`; + +interface Props { + dataStatCard: any; + values: string[]; + titles: string[]; + desc: string[]; +} + +export function Cards(props: Props) { + const { dataStatCard, values, titles, desc } = props; + const WrapperRef = useRef(null); + const [cursor, setCursor] = useState( + 'url(https://design.undp.org/static/media/arrow-right.125a0586.svg)', + ); + + return ( +
{ + if (WrapperRef.current) { + if (e.clientX > window.innerWidth / 2) + WrapperRef.current.scrollBy(360, 0); + else WrapperRef.current.scrollBy(-360, 0); + } + }} + onKeyDown={e => { + if (WrapperRef.current) { + if (e.key === 'ArrowRight') WrapperRef.current.scrollBy(360, 0); + else if (e.key === 'ArrowLeft') WrapperRef.current.scrollBy(-360, 0); + } + }} + onMouseMove={e => { + if (e.clientX > window.innerWidth / 2) + setCursor( + 'url(https://design.undp.org/static/media/arrow-right.125a0586.svg)', + ); + else + setCursor( + 'url(https://design.undp.org/static/media/arrow-left.14de54ea.svg)', + ); + }} + > + + {values.map((value, index) => ( +
+ +
+ ))} +
+
+ ); +} diff --git a/src/Components/Actions/CopyTextButton.tsx b/src/Components/Actions/CopyTextButton.tsx deleted file mode 100644 index 73e1e56..0000000 --- a/src/Components/Actions/CopyTextButton.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import { message } from 'antd'; -import { Copy } from 'lucide-react'; -import { styled } from 'styled-components'; - -interface Props { - text: string; - successMessage?: string; -} - -const ButtonEl = styled.button` - background-color: var(--gray-200); - padding: 'var(--spacing-05)'; - &:hover { - background-color: var(--gray-400); - } -`; - -function CopyTextButton(props: Props) { - const { text, successMessage } = props; - const [messageApi, contextHolder] = message.useMessage(); - - const success = () => { - messageApi.open({ - type: 'success', - content: successMessage || 'Text copied!', - duration: 5, // change the duration for teh message here in sec - className: 'undp-message', - }); - }; - return ( - <> - {contextHolder} - { - navigator.clipboard.writeText(text); - success(); - }} - > - - - - ); -} - -export default CopyTextButton; diff --git a/src/Components/Actions/CsvDownloadButton.tsx b/src/Components/Actions/CsvDownloadButton.tsx deleted file mode 100644 index e2e1070..0000000 --- a/src/Components/Actions/CsvDownloadButton.tsx +++ /dev/null @@ -1,54 +0,0 @@ -import { CSVLink } from 'react-csv'; - -interface HeaderProps { - label: string; - key: string; -} - -interface Props { - buttonText?: string; - buttonType?: 'primary' | 'secondary' | 'tertiary'; - buttonArrow?: boolean; - // eslint-disable-next-line @typescript-eslint/no-explicit-any - csvData: any; - fileName?: string; - headers: HeaderProps[]; - separator?: ',' | ';'; -} - -function CsvDownloadButton(props: Props) { - const { - buttonText, - buttonType, - buttonArrow, - csvData, - fileName, - headers, - separator, - } = props; - return ( - -
- {buttonText || 'Download CSV'} -
-
- ); -} - -export default CsvDownloadButton; diff --git a/src/Components/Actions/ExcelDownloadButton/excelDownload.tsx b/src/Components/Actions/ExcelDownloadButton/excelDownload.tsx deleted file mode 100644 index fdd4fe5..0000000 --- a/src/Components/Actions/ExcelDownloadButton/excelDownload.tsx +++ /dev/null @@ -1,34 +0,0 @@ -import FileSaver from 'file-saver'; -import * as XLSX from 'xlsx'; - -interface WsColInterface { - wch: number; -} - -export const exportToExcel = ( - // eslint-disable-next-line @typescript-eslint/no-explicit-any - csvData: any, - fileName: string, - headers: string[], - // eslint-disable-next-line @typescript-eslint/no-explicit-any - xlsxHeader: any, - wscols: WsColInterface[], -) => { - const fileType = - 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=UTF-8'; - const ws = XLSX.utils.json_to_sheet([xlsxHeader], { - header: headers, - skipHeader: true, - }); - - ws['!cols'] = wscols; - XLSX.utils.sheet_add_json(ws, csvData, { - header: headers, - skipHeader: true, - origin: -1, - }); - const wb = { Sheets: { data: ws }, SheetNames: ['data'] }; - const excelBuffer = XLSX.write(wb, { bookType: 'xlsx', type: 'array' }); - const dataForExcel = new Blob([excelBuffer], { type: fileType }); - FileSaver.saveAs(dataForExcel, `${fileName}.xlsx`); -}; diff --git a/src/Components/Actions/ExcelDownloadButton/index.tsx b/src/Components/Actions/ExcelDownloadButton/index.tsx deleted file mode 100644 index a73b4d8..0000000 --- a/src/Components/Actions/ExcelDownloadButton/index.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import { exportToExcel } from './excelDownload'; - -interface WsColInterface { - wch: number; -} - -interface Props { - buttonText?: string; - buttonType?: 'primary' | 'secondary' | 'tertiary'; - buttonArrow?: boolean; - // eslint-disable-next-line @typescript-eslint/no-explicit-any - csvData: any; - fileName?: string; - headers: string[]; - // eslint-disable-next-line @typescript-eslint/no-explicit-any - xlsxHeader: any; - wscols: WsColInterface[]; -} - -function ExcelDownloadButton(props: Props) { - const { - buttonText, - buttonType, - buttonArrow, - csvData, - fileName, - headers, - xlsxHeader, - wscols, - } = props; - return ( - - ); -} - -export default ExcelDownloadButton; diff --git a/src/Components/Actions/ImageDownloadButton/imageDownload.tsx b/src/Components/Actions/ImageDownloadButton/imageDownload.tsx deleted file mode 100644 index 6763d22..0000000 --- a/src/Components/Actions/ImageDownloadButton/imageDownload.tsx +++ /dev/null @@ -1,12 +0,0 @@ -import domtoimage from 'dom-to-image'; - -export const imageDownload = (node: HTMLElement, filename: string) => { - domtoimage - .toPng(node, { height: node.scrollHeight, width: node.scrollWidth }) - .then((dataUrl: string) => { - const link = document.createElement('a'); - link.download = `${filename}.png`; - link.href = dataUrl; - link.click(); - }); -}; diff --git a/src/Components/Actions/ImageDownloadButton/index.tsx b/src/Components/Actions/ImageDownloadButton/index.tsx deleted file mode 100644 index 43c5d1e..0000000 --- a/src/Components/Actions/ImageDownloadButton/index.tsx +++ /dev/null @@ -1,36 +0,0 @@ -import { imageDownload } from './imageDownload'; - -interface Props { - buttonText?: string; - buttonType?: 'primary' | 'secondary' | 'tertiary'; - buttonArrow?: boolean; - nodeID: string; - filename?: string; -} - -function ImageDownloadButton(props: Props) { - const { nodeID, filename, buttonText, buttonType, buttonArrow } = props; - return ( - - ); -} - -export default ImageDownloadButton; diff --git a/src/Components/Card.tsx b/src/Components/Card.tsx deleted file mode 100644 index 9558341..0000000 --- a/src/Components/Card.tsx +++ /dev/null @@ -1,58 +0,0 @@ -import React from 'react'; -import styled from 'styled-components'; -import { Tag } from 'antd'; -import { Programme } from '../Types'; - -interface CardProps { - countryName: string; - tags: Programme[]; -} - -const StyledTag = styled(Tag)` - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - margin: 0; - padding: 0 0.5rem; -`; - -const CardContainer = styled.div` - flex: 1 1 calc(25% - 0.9rem); - max-width: 250px; - background-color: white; - display: flex; - flex-direction: column; - border: 1px solid var(--gray-300); - &:last-of-type { - margin-right: auto; - } -`; - -const CountryDiv = styled.div` - border-bottom: 0.07rem solid var(--gray-300); -`; - -function CardComponent(props: CardProps) { - const { countryName, tags } = props; - - return ( - - -
- {countryName} -
-
- {tags.length > 0 && ( -
- {tags.map(tag => ( - - {tag.short} - - ))} -
- )} -
- ); -} - -export default CardComponent; diff --git a/src/Components/Cards.tsx b/src/Components/Cards.tsx deleted file mode 100644 index 94a2c0f..0000000 --- a/src/Components/Cards.tsx +++ /dev/null @@ -1,67 +0,0 @@ -import React, { useState, useMemo } from 'react'; -import { Search } from 'lucide-react'; -import { Input } from 'antd'; -import styled from 'styled-components'; -import CardComponent from './Card'; -import { Programme } from '../Types'; -import { Country } from '../Utils/countryFilters'; -import { PROGRAMMES } from './Constants'; - -const CardContainer = styled.div` - display: flex; - flex-wrap: wrap; - gap: 16px; - justify-content: flex-start; -`; - -interface Props { - data: Country[]; -} - -function Cards({ data }: Props) { - const [searchTerm, setSearchTerm] = useState(''); - - const filteredData = useMemo(() => { - const lowercasedSearchTerm = searchTerm.toLowerCase(); - return data - .filter((country: Country) => country.filtered) - .filter((country: Country) => - country.name.toLowerCase().includes(lowercasedSearchTerm), - ); - }, [data, searchTerm]); - - const getProgrammeDetails = (progValue: string): Programme | undefined => { - return PROGRAMMES.find(programme => programme.value === progValue); - }; - - return ( -
- } - onChange={e => setSearchTerm(e.target.value)} - style={{ width: '100%' }} - /> - - {filteredData.map((country: Country, index: number) => { - // Generate tags by looking up each program in PROGRAMMES - const tags: Programme[] = country.programs - .map(getProgrammeDetails) - .filter((prog): prog is Programme => prog !== undefined); - - // Only render the card if there are tags - if (tags.length === 0) return null; - - return ( - - ); - })} - -
- ); -} - -export default Cards; diff --git a/src/Components/Constants.tsx b/src/Components/Constants.tsx deleted file mode 100644 index bae8900..0000000 --- a/src/Components/Constants.tsx +++ /dev/null @@ -1,89 +0,0 @@ -import { Leaf, School, BriefcaseBusiness, Flag, Shell } from 'lucide-react'; -import { Programme } from '../Types'; - -export const PROGRAMMES: Programme[] = [ - { - label: 'Countries with programmes', - short: 'Total number of countries', - value: 'all', - color: '#006EB5', - icon: Leaf, - }, - { - label: 'Public Finance for the SDGs', - short: 'with public finance', - value: 'public', - color: '#5DD4F0', - icon: School, - }, - { - label: 'Budget for the SDGs', - short: 'Budget for the SDGs', - value: 'public_budget', - color: '#5DD4F0', - icon: Leaf, - }, - { - label: 'Tax for the SDGs', - short: 'Tax for the SDGs', - value: 'public_tax', - color: '#5DD4F0', - icon: School, - }, - { - label: 'Debt for the SDGs', - short: 'Debt for the SDGs', - value: 'public_debt', - color: '#5DD4F0', - icon: BriefcaseBusiness, - }, - { - label: 'Insurance and Risk Finance', - short: 'Insurance and Risk Finance', - value: 'public_insurance', - color: '#5DD4F0', - icon: Flag, - }, - { - label: 'Public Finance for the SDGs', - short: 'with private finance', - value: 'private', - color: '#02A38A', - icon: BriefcaseBusiness, - }, - { - label: 'Originating pipelines', - short: 'Originating pipelines', - value: 'private_pipelines', - color: '#02A38A', - icon: Shell, - }, - { - label: 'Managing for impact', - short: 'Managing for impact', - value: 'private_impact', - color: '#02A38A', - icon: Leaf, - }, - { - label: 'Enabling environment', - short: 'Enabling environment', - value: 'private_environment', - color: '#02A38A', - icon: School, - }, - { - label: 'Integrated National Financing Frameworks', - short: 'with INFFs', - value: 'frameworks', - color: '#E78625', - icon: Flag, - }, - { - label: 'Biodiversity finance', - short: 'with biodiversity finance', - value: 'biofin', - color: '#E0529E', - icon: Shell, - }, -]; diff --git a/src/Components/Elements/ColorLegend.tsx b/src/Components/Elements/ColorLegend.tsx deleted file mode 100644 index ff91354..0000000 --- a/src/Components/Elements/ColorLegend.tsx +++ /dev/null @@ -1,41 +0,0 @@ -interface Props { - colors: string[]; - colorDomain: string[]; - colorLegendTitle?: string; -} - -export function ColorLegend(props: Props) { - const { colorLegendTitle, colorDomain, colors } = props; - - return ( -
- {colorLegendTitle ? ( -

- {colorLegendTitle} -

- ) : null} -
- {colorDomain.map((d, i) => ( -
-
-

{d}

-
- ))} -
-
- ); -} diff --git a/src/Components/Elements/GraphFooter.tsx b/src/Components/Elements/GraphFooter.tsx deleted file mode 100644 index 2541879..0000000 --- a/src/Components/Elements/GraphFooter.tsx +++ /dev/null @@ -1,19 +0,0 @@ -import { FootNote } from '../Typography/FootNote'; -import { Source } from '../Typography/Source'; - -interface Props { - sourceLink?: string; - footNote?: string; - source?: string; -} - -export function GraphFooter(props: Props) { - const { source, footNote, sourceLink } = props; - - return ( -
- {source ? : null} - {footNote ? : null} -
- ); -} diff --git a/src/Components/Elements/GraphHeader.tsx b/src/Components/Elements/GraphHeader.tsx deleted file mode 100644 index 15ac307..0000000 --- a/src/Components/Elements/GraphHeader.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import { GraphDescription } from '../Typography/GraphDescription'; -import { GraphTitle } from '../Typography/GraphTitle'; - -interface Props { - graphTitle?: string; - graphDescription?: string; -} - -export function GraphHeader(props: Props) { - const { graphTitle, graphDescription } = props; - - return ( -
- {graphTitle ? : null} - {graphDescription ? : null} -
- ); -} diff --git a/src/Components/Elements/Tooltip.tsx b/src/Components/Elements/Tooltip.tsx deleted file mode 100644 index ee7f4d8..0000000 --- a/src/Components/Elements/Tooltip.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import styled from 'styled-components'; - -interface Props { - body: JSX.Element; - xPos: number; - yPos: number; -} - -interface TooltipElProps { - x: number; - y: number; - verticalAlignment: string; - horizontalAlignment: string; -} - -const TooltipEl = styled.div` - display: block; - position: fixed; - z-index: 8; - background-color: var(--gray-200); - border: 1px solid var(--gray-300); - word-wrap: break-word; - top: ${props => - props.verticalAlignment === 'bottom' ? props.y - 10 : props.y + 10}px; - left: ${props => - props.horizontalAlignment === 'left' ? props.x - 10 : props.x + 10}px; - max-width: 24rem; - transform: ${props => - `translate(${props.horizontalAlignment === 'left' ? '-100%' : '0%'},${ - props.verticalAlignment === 'top' ? '-100%' : '0%' - })`}; -`; - -export function Tooltip(props: Props) { - const { body, xPos, yPos } = props; - return ( - window.innerHeight / 2 ? 'top' : 'bottom'} - horizontalAlignment={xPos > window.innerWidth / 2 ? 'left' : 'right'} - > - {body} - - ); -} diff --git a/src/Components/Filter.tsx b/src/Components/Filter.tsx deleted file mode 100644 index bb7bd82..0000000 --- a/src/Components/Filter.tsx +++ /dev/null @@ -1,83 +0,0 @@ -import { Radio } from 'antd'; -import styled from 'styled-components'; - -const StyledRadioGroup = styled(Radio.Group)` - display: flex; - flex-direction: column; - width: 100%; - - .ant-radio-wrapper { - padding: 4px 0; - border-bottom: 0.07rem solid var(--gray-300); - width: 100%; - &:last-child { - border-bottom: none; - } - span:first-child { - width: 18px !important; - } - span:last-child { - font-size: 14px !important; - line-height: 1.8; - width: 100%; - display: flex; - justify-content: space-between; - } - } -`; -const StyledTag = styled.div` - border-radius: 2px; - border: 1px solid var(--gray-400); - background-color: var(--gray-100); - padding: 0px 8px; - margin: 0; - font-size: 12px; - display: flex; - align-items: center; - min-width: 16px; - justify-content: center; - } -`; - -interface CountryGroupProps { - onRadioChange: (value: string) => void; - selectedRadio: string; - groups: { - fullLabel?: string; - label: string; - value: string; - count?: number; - }[]; -} - -function FilterCountryGroup(props: CountryGroupProps): JSX.Element { - const { onRadioChange, selectedRadio, groups } = props; - - return ( - onRadioChange(e.target.value)} - className='undp-radio margin-top-04' - > - {groups.map(group => ( - -
-
- {group.label} -
- {group.count !== undefined ? ( - {group.count} - ) : ( - '' - )} -
-
- ))} -
- ); -} - -export default FilterCountryGroup; diff --git a/src/Components/Graphs/Maps/ChoroplethMap/Graph.tsx b/src/Components/Graphs/Maps/ChoroplethMap/Graph.tsx deleted file mode 100644 index 04aec23..0000000 --- a/src/Components/Graphs/Maps/ChoroplethMap/Graph.tsx +++ /dev/null @@ -1,306 +0,0 @@ -import { useEffect, useRef, useState } from 'react'; -import { geoEqualEarth } from 'd3-geo'; -import { zoom } from 'd3-zoom'; -import { select } from 'd3-selection'; -import World from '../MapData/worldMap.json'; -// import { ChoroplethMapDataType } from '../../../../Types'; -import { Tooltip } from '../../../Elements/Tooltip'; -import { Country } from '../../../../Utils/countryFilters'; - -interface Props { - width: number; - height: number; - colors: string; - data: Country[]; - scale: number; - centerPoint: [number, number]; - tooltip?: (_d: any) => JSX.Element; - onSeriesMouseOver?: (_d: any) => void; -} - -export function Graph(props: Props) { - const { - data, - colors, - height, - width, - scale, - centerPoint, - tooltip, - onSeriesMouseOver, - } = props; - const [mouseOverData, setMouseOverData] = useState(undefined); - const [eventX, setEventX] = useState(undefined); - const [eventY, setEventY] = useState(undefined); - const svgWidth = 960; - const svgHeight = 678; - const mapSvg = useRef(null); - const mapG = useRef(null); - const projection = geoEqualEarth() - .rotate([0, 0]) - .scale(scale) - .translate(centerPoint); - - useEffect(() => { - const mapGSelect = select(mapG.current); - const mapSvgSelect = select(mapSvg.current); - const zoomBehaviour = zoom() - .scaleExtent([1, 6]) - .translateExtent([ - [-20, 0], - [svgWidth + 20, svgHeight], - ]) - .on('zoom', ({ transform }) => { - mapGSelect.attr('transform', transform); - }); - // eslint-disable-next-line @typescript-eslint/no-explicit-any - mapSvgSelect.call(zoomBehaviour as any); - }, [svgHeight, svgWidth]); - - const programmeColor = colors; - - return ( - <> - - - {(World as any).features.map((d: any, i: number) => { - const index = data.findIndex(el => el.iso === d.properties.ISO3); - if (index !== -1 || d.properties.NAME === 'Antarctica') return null; - return ( - - {d.geometry.type === 'MultiPolygon' - ? d.geometry.coordinates.map((el: any, j: any) => { - let masterPath = ''; - el.forEach((geo: number[][]) => { - let path = ' M'; - geo.forEach((c: number[], k: number) => { - const point = projection([c[0], c[1]]) as [ - number, - number, - ]; - if (k !== geo.length - 1) - path = `${path}${point[0]} ${point[1]}L`; - else path = `${path}${point[0]} ${point[1]}`; - }); - masterPath += path; - }); - return ( - - ); - }) - : d.geometry.coordinates.map((el: any, j: number) => { - let path = 'M'; - el.forEach((c: number[], k: number) => { - const point = projection([c[0], c[1]]) as [ - number, - number, - ]; - if (k !== el.length - 1) - path = `${path}${point[0]} ${point[1]}L`; - else path = `${path}${point[0]} ${point[1]}`; - }); - return ( - - ); - })} - - ); - })} - {data.map((d, i) => { - const index = (World as any).features.findIndex( - (el: any) => d.iso === el.properties.ISO3, - ); - let color = 'var(--gray-100)'; - if (d.initialFilter) { - color = d.filtered ? programmeColor : 'var(--gray-500)'; - } - - let opacity = '1'; - if (d.initialFilter) { - opacity = d.filtered ? '1' : '0.3'; - } - - return ( - { - setMouseOverData(d); - setEventY(event.clientY); - setEventX(event.clientX); - if (onSeriesMouseOver) { - onSeriesMouseOver(d); - } - }} - onMouseMove={(event: any) => { - setMouseOverData(d); - setEventY(event.clientY); - setEventX(event.clientX); - }} - onMouseLeave={() => { - setMouseOverData(undefined); - setEventX(undefined); - setEventY(undefined); - if (onSeriesMouseOver) { - onSeriesMouseOver(undefined); - } - }} - > - {index === -1 || d.iso === 'ATA' - ? null - : (World as any).features[index].geometry.type === - 'MultiPolygon' - ? (World as any).features[index].geometry.coordinates.map( - (el: any, j: any) => { - let masterPath = ''; - el.forEach((geo: number[][]) => { - let path = ' M'; - geo.forEach((c: number[], k: number) => { - const point = projection([c[0], c[1]]) as [ - number, - number, - ]; - if (k !== geo.length - 1) - path = `${path}${point[0]} ${point[1]}L`; - else path = `${path}${point[0]} ${point[1]}`; - }); - masterPath += path; - }); - return ( - - ); - }, - ) - : (World as any).features[index].geometry.coordinates.map( - (el: any, j: number) => { - let path = 'M'; - el.forEach((c: number[], k: number) => { - const point = projection([c[0], c[1]]) as [ - number, - number, - ]; - if (k !== el.length - 1) - path = `${path}${point[0]} ${point[1]}L`; - else path = `${path}${point[0]} ${point[1]}`; - }); - return ( - - ); - }, - )} - - ); - })} - {mouseOverData - ? (World as any).features - .filter( - (d: { properties: { ISO3: any } }) => - d.properties.ISO3 === mouseOverData.countryCode, - ) - .map((d: any, i: number) => { - return ( - - {d.geometry.type === 'MultiPolygon' - ? d.geometry.coordinates.map((el: any, j: any) => { - let masterPath = ''; - el.forEach((geo: number[][]) => { - let path = ' M'; - geo.forEach((c: number[], k: number) => { - const point = projection([c[0], c[1]]) as [ - number, - number, - ]; - if (k !== geo.length - 1) - path = `${path}${point[0]} ${point[1]}L`; - else path = `${path}${point[0]} ${point[1]}`; - }); - masterPath += path; - }); - return ( - - ); - }) - : d.geometry.coordinates.map((el: any, j: number) => { - let path = 'M'; - el.forEach((c: number[], k: number) => { - const point = projection([c[0], c[1]]) as [ - number, - number, - ]; - if (k !== el.length - 1) - path = `${path}${point[0]} ${point[1]}L`; - else path = `${path}${point[0]} ${point[1]}`; - }); - return ( - - ); - })} - - ); - }) - : null} - - - {mouseOverData && tooltip && eventX && eventY ? ( - - ) : null} - - ); -} diff --git a/src/Components/Graphs/Maps/ChoroplethMap/index.tsx b/src/Components/Graphs/Maps/ChoroplethMap/index.tsx deleted file mode 100644 index 1ddbe37..0000000 --- a/src/Components/Graphs/Maps/ChoroplethMap/index.tsx +++ /dev/null @@ -1,121 +0,0 @@ -import { useState, useRef, useEffect } from 'react'; -import { Graph } from './Graph'; -import { GraphFooter } from '../../../Elements/GraphFooter'; -import { GraphHeader } from '../../../Elements/GraphHeader'; -import { Country } from '../../../../Utils/countryFilters'; - -interface Props { - graphTitle?: string; - graphDescription?: string; - footNote?: string; - sourceLink?: string; - width?: number; - height?: number; - source?: string; - colors: string; - data: Country[]; - scale?: number; - centerPoint?: [number, number]; - backgroundColor?: string | boolean; - padding?: string; - tooltip?: (_d: any) => JSX.Element; - onSeriesMouseOver?: (_d: any) => void; -} - -export function ChoroplethMap(props: Props) { - const { - data, - graphTitle, - source, - colors, - graphDescription, - sourceLink, - height, - width, - footNote, - scale, - centerPoint, - padding, - backgroundColor, - tooltip, - onSeriesMouseOver, - } = props; - - const [svgWidth, setSvgWidth] = useState(0); - const [svgHeight, setSvgHeight] = useState(0); - - const graphDiv = useRef(null); - useEffect(() => { - if (graphDiv.current) { - setSvgHeight(graphDiv.current.clientHeight || 480); - setSvgWidth(graphDiv.current.clientWidth || 620); - } - }, [graphDiv?.current]); - - return ( -
-
- {graphTitle || graphDescription ? ( - - ) : null} -
- {(width || svgWidth) && (height || svgHeight) ? ( - - ) : null} -
- {source || footNote ? ( - - ) : null} -
-
- ); -} diff --git a/src/Components/Graphs/Maps/MapData/worldMap.json b/src/Components/Graphs/Maps/MapData/worldMap.json deleted file mode 100644 index 769c93a..0000000 --- a/src/Components/Graphs/Maps/MapData/worldMap.json +++ /dev/null @@ -1,268 +0,0 @@ -{"type":"FeatureCollection", "features": [ - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[117.5861983508,4.177761477],[117.2442283261,4.3732143784],[116.1694579476,4.388716953],[116.0774880897,4.278206786],[115.8777891229,4.3901392218],[115.6829583419,4.1587324511],[115.5170936331,3.0571425158],[115.1523145233,2.9141661997],[115.113184432,2.6391046938],[115.2473822822,2.5066601556],[114.7533208358,2.1910298869],[114.8824698587,1.9156021321],[114.7200548036,1.855996772],[114.5760632806,1.4388735624],[114.0679231454,1.4636303308],[113.6325207538,1.2194713066],[112.9732592471,1.4112266931],[112.9945954387,1.5784502109],[112.4857126758,1.5761381708],[112.234977717,1.4567488768],[112.142601397,1.1402800217],[111.8266469344,0.9872643937],[111.230029034,1.085096433],[110.571085309,0.8556061049],[109.6593981982,1.6197998722],[109.5531857734,1.9278127959],[109.6415662797,2.0800501731],[109.3303704591,1.9473038062],[109.2585768104,1.6755607969],[109.0511657091,1.5227950878],[108.8547175972,0.788607171],[109.1660231072,0.0354657156],[109.0496344641,-0.2605476674],[109.115629903,-0.5189799407],[109.5699363687,-0.7446296087],[109.252912506,-0.6604215826],[109.2819987124,-0.8729346232],[109.5492458138,-0.8815345917],[109.6752209557,-1.0107971721],[109.7228015562,-0.9252747796],[110.0740366458,-1.3635450202],[109.8968817347,-1.8379959912],[110.0972553612,-1.9791441286],[110.2271573487,-2.9712353887],[110.5539408107,-2.8655643792],[110.6450891038,-3.0696585847],[110.930339057,-3.0967482583],[111.4112241611,-2.9030229276],[111.5512797274,-3.0284881718],[111.7144414356,-2.8635443544],[111.8808673214,-3.5698349821],[112.2401124259,-3.309555264],[112.6316197628,-3.4094273028],[113.0048603698,-3.1609624703],[113.0277986893,-2.9817994082],[113.3431584743,-3.282294059],[113.6008051654,-3.1741335174],[113.6327777828,-3.4640741393],[114.0752260308,-3.327510859],[114.4295282329,-3.4826807131],[114.5350206263,-3.3463617823],[114.6840525634,-4.1816860076],[115.9769875282,-3.5968461449],[116.222458987,-3.1307846912],[116.1125340097,-2.9129375232],[116.225051799,-3.0133575451],[116.3317453368,-2.9354254029],[116.3062463633,-2.5379896469],[116.5271373217,-2.4973906093],[116.593151266,-2.2781523161],[116.5858110678,-2.1735679889],[116.3821547467,-2.1937226764],[116.4475595982,-1.7746610662],[116.2452775266,-1.78508007],[116.7616128077,-1.3656811807],[116.7298429866,-1.0578492114],[116.8984006801,-1.2742235964],[117.2573410989,-0.8095840392],[117.3430156126,-0.9137275124],[117.6174108054,-0.7795057943],[117.6333578726,-0.4244670284],[117.4912208856,-0.4809947043],[117.4329487678,-0.207591176],[117.4726258078,0.1587551643],[117.7505757356,0.7593550757],[118.030397898,0.7882908488],[117.8862642471,1.1222615847],[118.0588967122,0.9088909721],[118.5410093144,0.8095581911],[118.7940256356,0.7976180523],[118.9923979,0.9846815759],[117.8393959222,1.833413656],[118.0938006104,2.3063385243],[117.605518417,3.0992368049],[117.3223243482,3.1676556164],[117.5159788142,3.2861176681],[117.4412873429,3.4123554902],[117.2282887484,3.488252696],[117.6236280228,3.4893603397],[117.024079615,3.60458159],[117.7926248994,3.6880641186],[117.8356463284,3.8080923774],[117.4812563416,4.0788885876],[117.5861983508,4.177761477]]],[[[95.766508356,5.5513047641],[95.4323489199,5.6558219129],[95.2424517683,5.5491914949],[95.2105711903,5.273158321],[95.4273346266,4.8309909286],[96.453956059,3.7849216803],[96.8728910941,3.6870303632],[97.3798805,2.9745965871],[97.6012341686,2.8733897753],[97.7785384454,2.2473208523],[98.0395647987,2.224218992],[98.8269754576,1.6751353483],[98.7603307513,1.5006588099],[99.166272671,0.2268550879],[99.67504432,0.0215979592],[100.3270020997,-0.8651316483],[100.3609670346,-1.1681371748],[100.8516715654,-1.9203287474],[100.8821079024,-2.3251237258],[101.605473634,-3.2371058107],[102.2158704603,-3.6710993316],[102.2992635801,-3.992654173],[103.904439159,-5.1314694049],[104.5550202592,-5.9326275044],[104.728428055,-5.9271875431],[104.5276769479,-5.5246146752],[105.1654564236,-5.8060410582],[105.2862150677,-5.4441240778],[105.7267686617,-5.9017090453],[105.9167403842,-4.659873293],[105.8140184738,-4.1629137121],[105.9566981872,-3.8400007532],[105.815865755,-3.6315936303],[106.0828502967,-3.2370575378],[106.0520185062,-3.006752093],[105.8042973843,-2.9101307481],[105.5798142099,-2.4159247978],[104.8561614371,-2.2921794422],[104.731802529,-2.4582578119],[104.8676941398,-2.0779823356],[104.4645976983,-1.9215983077],[104.5357719597,-1.7446000621],[104.3728566108,-1.0290903268],[103.7848327749,-1.0073929917],[103.3776657222,-0.730572018],[103.418718752,-0.5496045399],[103.770916045,-0.34694077],[103.4575945743,-0.2148858721],[103.8093279117,0.0023532003],[103.7361676639,0.2710362448],[103.3354053876,0.5430452952],[102.6988629691,0.2155638937],[103.1111768751,0.4493382466],[102.9225283621,0.705775033],[102.408974542,0.8134783718],[102.2269152681,1.001918181],[102.1556895349,1.3697270591],[101.7611474961,1.6674142099],[101.5557841349,1.639359561],[101.3882157109,1.7326324197],[101.310297804,2.0375298661],[101.047143304,2.2890408121],[100.7697713166,2.2224899761],[100.9038122584,1.9402759759],[100.5603125517,2.1564980158],[99.7603906333,3.1715335839],[98.2666943982,4.1263841618],[98.2879452793,4.422085159],[97.9787461254,4.5364044693],[97.903323276,4.8844272146],[97.5135157109,5.2461749202],[97.1895203604,5.1459044322],[96.8495189417,5.2779690968],[96.3891457611,5.214827419],[95.766508356,5.5513047641]]],[[[140.9999999998,-2.6042581488],[140.7293134007,-2.6384634204],[140.6817825254,-2.4793481928],[140.1183866004,-2.3296937441],[139.7721435351,-2.3604450227],[137.8029116863,-1.4724535144],[137.1776311881,-1.7750645551],[137.2121327908,-2.0736825879],[136.3468063052,-2.256563084],[136.2316211987,-2.6161253021],[136.0311448309,-2.6898556697],[135.5069050927,-3.3499603259],[135.1037143528,-3.3529935773],[134.868304947,-3.2410166547],[134.844088923,-2.8837960607],[134.6965727392,-2.9671639411],[134.6431702092,-2.4881509611],[134.4824128007,-2.5307955688],[134.4599830299,-2.8347638869],[134.1886817109,-2.3462074768],[134.0891486292,-1.6699433749],[134.2779972261,-1.3529594088],[134.0045394929,-0.7392777432],[133.4202382072,-0.7356993309],[132.7115623607,-0.3697337851],[132.4015795988,-0.3523874052],[131.832665136,-0.7090290318],[131.2462154284,-0.8274165207],[131.2275851044,-1.1300897306],[130.9318060019,-1.431512265],[131.2120666397,-1.5318450823],[131.2983050894,-1.3377032521],[131.4488140748,-1.5168767679],[131.5851272788,-1.3430627492],[131.5269753553,-1.482923133],[131.6973382392,-1.3877805442],[131.7449567893,-1.4632909453],[131.735408117,-1.5156084352],[131.6981627007,-1.5558183811],[131.7303686067,-1.5860776461],[131.9626324511,-1.5534555896],[131.9864963501,-1.4263806956],[131.9820866693,-1.5520508711],[131.8797602088,-1.6356287251],[131.9058815806,-1.7129896773],[132.0954608487,-1.5792128052],[131.919774268,-1.8712037438],[132.3056441309,-2.2910485627],[133.6425935866,-2.2320028283],[133.9310333434,-2.0777054622],[134.060835624,-2.3805432121],[133.8591620211,-2.3928138283],[133.9522153274,-2.4696637687],[133.7989541746,-2.4909803254],[133.8462462268,-2.6674133174],[133.7086889366,-2.5036144152],[133.6431711052,-2.8084629502],[133.6804867252,-2.5563018762],[133.618810668,-2.6419908042],[133.4455049452,-2.5047434214],[133.2889089849,-2.7006410259],[133.3951200516,-2.520290516],[133.2373377668,-2.4081758182],[132.7239383136,-2.8129159118],[132.3123891892,-2.6766184127],[132.018137802,-2.7565293126],[132.0116622354,-2.9044376646],[132.3348766596,-2.952744974],[132.6575704744,-3.3159606322],[132.8296097386,-3.3040664299],[132.8920776246,-3.6338495383],[132.7466995547,-3.7187676457],[132.9028563312,-4.0882842149],[133.2492516417,-4.0690994903],[133.4563871134,-3.8652402507],[133.4107945802,-3.7183471704],[133.4467584149,-3.5263964044],[133.4191190369,-3.694320468],[133.5906601981,-3.5642592421],[133.674640595,-3.1099293994],[133.8563577713,-2.9113335437],[133.6552479444,-3.4948194914],[133.7867281549,-3.6832155809],[133.8474411749,-3.5542668478],[133.9808021609,-3.8590221654],[134.1546308646,-3.7375835493],[134.3179066941,-4.0267947491],[134.3636832061,-3.8824451313],[134.516146921,-4.0246662957],[134.6711421709,-3.9154109438],[134.9470500314,-3.9147675499],[134.6697631567,-3.9715813631],[134.6316045203,-4.1115623864],[135.2019940602,-4.4460736823],[135.9153882493,-4.4841572603],[137.1860812747,-4.9901144837],[137.3851456826,-4.9002459097],[137.2958096233,-5.0012311231],[137.4385778867,-4.9259347112],[137.3437043598,-5.0559334136],[137.5047329607,-5.1441473123],[137.6946159542,-4.9652496204],[137.554990673,-5.1744808847],[138.0727873209,-5.5287522042],[138.1765832367,-5.442613482],[138.0633973528,-5.7242120789],[138.3323803752,-5.8354807054],[138.4074176366,-5.7021516813],[138.3090878784,-5.9650715589],[138.404652358,-6.3448011584],[139.225131379,-6.9917948396],[138.8896004912,-6.8322001501],[138.5506263834,-6.9554582161],[139.0503782352,-7.2044166046],[139.1981777476,-7.1729586252],[139.3618136153,-7.218860804],[139.4280768418,-7.2116933197],[139.4253055188,-7.1976055532],[139.3831941291,-7.2013800357],[139.3426169927,-7.1645718428],[139.3912152202,-7.1033993313],[139.478936152,-7.139474949],[139.4736829439,-7.2259950781],[139.5389521623,-7.2585978927],[139.6516842196,-7.1608312782],[139.6683804166,-7.2796277356],[139.4956651509,-7.2584445376],[139.4633880573,-7.23005567],[139.4764348748,-7.1592608326],[139.4077020938,-7.1207022542],[139.3656687724,-7.1639646547],[139.4361640951,-7.1912504211],[139.4389625857,-7.2140679526],[139.4205833514,-7.2247997352],[138.6772919582,-7.2006524014],[139.1292590066,-7.5638280092],[138.96748491,-8.0509094907],[138.8681520804,-8.1055365043],[138.9481111659,-8.2550683241],[139.2407947299,-8.0707534408],[139.9428158028,-8.1000204271],[140.1328702647,-7.8761569242],[139.9625097253,-8.1932344701],[140.4764280118,-8.4481466089],[140.3687429868,-8.4971183087],[141.0194439998,-9.12694444],[141.0195189251,-6.8961714328],[140.847044514,-6.7181464231],[141.0001098709,-6.3171146524],[140.9999999998,-2.6042581488]],[[138.8445974978,-6.8007947559],[138.630605031,-6.6414790658],[138.9318751672,-6.8188103969],[138.8445974978,-6.8007947559]]],[[[125.1243298909,1.4263338133],[125.2438462133,1.5162835933],[124.9874056417,1.75742993],[124.5352280691,1.3576923296],[124.5813116771,1.1936531259],[123.9206624607,0.8396904798],[123.0055179908,0.9458058974],[122.8461179146,0.8061299287],[122.4342926138,1.0063207914],[121.5625229588,1.0590419329],[121.4102802028,1.2524852399],[120.9511807148,1.3543922224],[120.8126626448,1.3269747153],[120.8144447782,1.044211705],[120.578392814,0.7797591766],[120.397030913,0.8027490497],[120.3136440867,0.9823282219],[120.0461172088,0.7175721804],[119.8424182716,0.3459681489],[119.9015094164,0.226924869],[119.7757367237,0.2209811462],[119.8435182342,-0.0992687394],[119.6126703526,-0.0100702808],[119.8113379337,-0.139169582],[119.8727223228,-0.8738650519],[119.7369479017,-0.6460661032],[119.3300791793,-1.1921988302],[119.3558854637,-1.9059222548],[119.144793182,-2.1864903456],[119.1434504618,-2.4734776828],[118.761204078,-2.7564228014],[118.8830478351,-2.8968278253],[118.9296338511,-3.5671442717],[119.442110823,-3.4753909273],[119.6311169999,-3.9838213457],[119.5327479962,-4.8925595616],[119.3505358879,-5.3288280408],[119.431934869,-5.5964430639],[119.7732848876,-5.7056295071],[119.9295035266,-5.5496375548],[120.3225442246,-5.5123207918],[120.4650082554,-5.620395226],[120.2691032837,-5.1540713527],[120.4163509982,-4.6869383576],[120.3332485114,-3.9442702044],[120.4377104939,-3.7291738657],[120.3947155914,-3.2596926796],[120.2163928602,-2.9607370458],[120.6819921866,-2.6483708556],[121.0856768638,-2.7171764988],[120.8804796182,-3.5289804219],[121.604739749,-4.0630063766],[121.5380673319,-4.764856403],[122.0072687444,-4.8960114851],[122.1046756668,-4.5290372724],[122.5614013997,-4.4127599698],[122.7444610389,-4.5031967076],[122.6756517212,-4.3222330264],[122.8901918742,-4.398142526],[122.847354415,-4.0643369407],[122.6798111333,-4.1533364018],[122.194786779,-3.6006963917],[122.2371166806,-3.3794887406],[122.3756701462,-3.444634465],[122.3206755337,-3.2332899108],[122.4763087563,-3.163804685],[121.2870996286,-1.8366982803],[121.6587900859,-1.9447759467],[121.799640813,-1.7300735092],[122.4044904032,-1.4637598321],[122.8021432123,-0.9380270547],[123.0990535684,-0.8333589853],[123.3234521436,-1.0511270777],[123.4556236629,-0.7699669524],[123.3987526942,-0.6398678308],[123.0576313534,-0.5614213096],[122.7186796379,-0.6585647982],[122.9546705003,-0.7496106549],[122.2008588854,-0.7752191748],[121.9392397539,-0.9816021099],[121.627906213,-0.7986120674],[121.0936440019,-1.4250478833],[120.6776953122,-1.4183892246],[120.5782330233,-1.1012004353],[120.0600067756,-0.6319867543],[120.0059104006,-0.1783329608],[120.3029237461,0.4077627269],[120.5408975859,0.5306138883],[121.0462499117,0.4146694644],[121.5297967986,0.5424699072],[121.7965040613,0.4180330404],[123.0656338321,0.5139369107],[123.2666606246,0.3139187834],[123.6142191417,0.277021698],[124.215716849,0.3904893629],[124.516464935,0.4710195314],[125.1243298909,1.4263338133]]],[[[106.1720339101,-6.0309712236],[106.0185941097,-5.8862669376],[105.7957212712,-6.4840608589],[105.464682426,-6.821324082],[105.3549246201,-6.6517645716],[105.2333517028,-6.835541065],[105.9755109,-6.8091966487],[106.5153766663,-6.9683298888],[106.4184384408,-7.3630019661],[107.445350231,-7.5091767939],[107.8637905563,-7.7371526393],[108.4243761,-7.815954184],[108.5858627553,-7.6785827271],[109.2569023456,-7.6944375086],[111.7023105543,-8.385913401],[111.7816500159,-8.2571268031],[112.6475010428,-8.436487743],[113.2356803221,-8.2837016769],[114.5942659104,-8.749385455],[114.3504448344,-8.5210972139],[114.4461419928,-7.8028778571],[114.0416181042,-7.6158169101],[113.2903539242,-7.7921900387],[112.9367499997,-7.6616799998],[112.7447329968,-7.5444672018],[112.824095759,-7.2957972097],[112.6576872122,-7.219371064],[112.5432405003,-6.8427634358],[112.0778508294,-6.8917423859],[111.4922773088,-6.6187150593],[111.1708330948,-6.7030549538],[110.9096467926,-6.3975264873],[110.6815823073,-6.4844209088],[110.372977465,-6.9731121183],[108.906722356,-6.8434781297],[108.5958214114,-6.7620714513],[108.2958736626,-6.2433307509],[107.6518465671,-6.2522737739],[107.3055603002,-5.9562627777],[107.0238719177,-5.9421411634],[107.0152446223,-6.0762309654],[106.8381722546,-6.1206006418],[106.1720339101,-6.0309712236]]],[[[127.8955465194,1.8037401069],[127.8468302522,1.92341128],[128.0630854942,2.200313136],[127.5936347816,1.7739633507],[127.4197545368,1.0440250426],[127.6351006434,0.8253028227],[127.5267184927,0.5640756706],[127.727086047,0.3103662194],[127.6620882503,-0.2281195273],[128.0159493557,-0.6933249551],[128.3667291643,-0.8838928192],[127.9817686446,-0.2757231856],[127.8643937968,0.3077317436],[128.0190029048,0.4773493521],[128.8902068952,0.2226727251],[128.6699257032,0.342349027],[128.6682603386,0.561309123],[128.1893899606,0.7858838709],[128.6892234078,1.0959392081],[128.7272985836,1.5521462048],[128.167933946,1.3683861042],[128.172946678,1.1367141648],[127.9800800757,1.0852401887],[127.7886517933,0.7935115194],[127.6231369181,0.9755808972],[127.9945635368,1.3378588404],[128.0186235806,1.7097605169],[127.8955465194,1.8037401069]]],[[[129.8137661876,-2.9262880714],[129.4744367091,-2.7856592323],[129.1273824338,-2.9663316347],[128.9595957622,-2.8418787699],[128.1679613007,-2.8589844211],[128.0999238206,-3.0609124943],[127.8495832371,-3.1701037624],[127.9113824384,-3.5646208118],[128.1817322747,-3.058115895],[128.455966791,-3.4553161203],[128.6735610633,-3.4300830944],[128.8781193208,-3.1978930726],[128.988667083,-3.3487646539],[129.5195120538,-3.4700177119],[129.6022692243,-3.3136261738],[129.905712727,-3.3344216256],[130.8454622326,-3.872078138],[130.8281447407,-3.451722505],[130.5774864977,-3.12662276],[129.8137661876,-2.9262880714]]],[[[118.3102017872,-8.3780483306],[118.1391479686,-8.1353183606],[117.7330121847,-8.1476398586],[117.9013358998,-8.4262549843],[118.2800704283,-8.6003995128],[117.9604932123,-8.7449630271],[117.7800138197,-8.7169846668],[117.5715950677,-8.4129779089],[117.1228647908,-8.3658512807],[116.7957433807,-8.5944403666],[116.7295076582,-8.9798444769],[117.0419922962,-9.1102946012],[117.8860911753,-8.9427752802],[118.1869440962,-8.8545533774],[118.3934277887,-8.6091550254],[118.4466057022,-8.8798834403],[118.9423160636,-8.8310353154],[118.760511261,-8.7066497523],[119.1806500656,-8.7063746479],[119.1725812727,-8.5656680192],[119.0328544536,-8.6444581731],[118.9894951016,-8.3108845473],[118.7651452247,-8.3131214202],[118.6501247454,-8.5556785423],[118.6428792026,-8.2965700527],[118.3102017872,-8.3780483306]]],[[[122.9633505112,-8.1420677887],[122.7749284187,-8.105538186],[122.7203854063,-8.2262962042],[122.8851917749,-8.1796507646],[122.8787446233,-8.2858455914],[122.2800649659,-8.639457992],[121.9717766194,-8.461275074],[121.5233161391,-8.6209808279],[120.940815905,-8.3611755192],[120.2684041678,-8.2786229571],[119.8173392581,-8.5621900638],[119.8060833668,-8.7645071163],[120.8241719741,-8.8265873567],[120.9911220171,-8.9607683212],[121.4202043268,-8.8096218199],[121.7866091032,-8.8962007224],[122.8170977913,-8.6002106084],[123.0117172299,-8.3180071977],[122.9633505112,-8.1420677887]]],[[[125.0872710004,-9.4629790004],[124.9827555747,-9.1936988447],[125.1656523756,-9.1721643706],[125.1873852383,-9.0307688468],[124.9778401556,-9.0660600884],[124.9491800004,-8.95819],[124.4763050004,-9.1740859997],[124.2896140399,-9.471120731],[124.0431090001,-9.3362799996],[123.6833288322,-9.6245288151],[123.5814340202,-10.0197416133],[123.7698956918,-10.0457954019],[123.4913793693,-10.3506457941],[124.4159643393,-10.1608309728],[125.0872710004,-9.4629790004]]],[[[139.0665508344,-7.634908706],[138.7750576049,-7.3871510527],[138.2486639976,-7.4729029341],[137.6197055987,-8.4157505197],[138.508333488,-8.3605556903],[138.9474879087,-8.0320539593],[139.0665508344,-7.634908706]]],[[[106.0260970232,-1.701992583],[105.9688722926,-1.5509950508],[105.6963916782,-1.5275819927],[105.7059415476,-1.7875838059],[105.4788864443,-1.5688925173],[105.1259185599,-2.0836927554],[105.7676648686,-2.1610278333],[105.9454567929,-2.8125199439],[106.7023694276,-3.0995333706],[106.5856998758,-2.9228263264],[106.7945621717,-2.583762504],[106.2882168261,-2.4173361138],[106.0260970232,-1.701992583]]],[[[120.003248822,-9.3650395578],[119.1712123193,-9.3830361557],[118.9349252372,-9.5594914104],[119.1238289553,-9.72642285],[119.6653064506,-9.7832506747],[120.1685469129,-10.2423825454],[120.7340508821,-10.1788627773],[120.7789602588,-9.9564874779],[120.003248822,-9.3650395578]]],[[[126.8118566747,-3.0656883162],[126.0924304197,-3.1015948361],[126.0068322513,-3.3590670858],[126.1963896246,-3.620565388],[126.6887634356,-3.8432025888],[127.2168704879,-3.6681322154],[127.2599210648,-3.37121226],[127.0808510016,-3.3708973453],[127.0995285769,-3.2235941552],[126.8118566747,-3.0656883162]]],[[[115.4575421343,-8.166249509],[115.1768987388,-8.0596297354],[114.9795318057,-8.1801253107],[114.4306573713,-8.1751315733],[114.5849958939,-8.4018277077],[115.03565792,-8.5650142273],[115.1637850549,-8.8492937194],[115.7174075572,-8.4009973924],[115.4575421343,-8.166249509]]],[[[116.5492923488,-8.7704404691],[116.7269091166,-8.3563346503],[116.3756797359,-8.2131232451],[116.0625417701,-8.410268864],[116.0580080233,-8.7399088597],[115.8361395773,-8.7632040247],[116.3883354391,-8.9610863889],[116.4290005778,-8.8421502398],[116.6004851393,-8.8792842076],[116.5492923488,-8.7704404691]]],[[[107.8283048093,-2.5610649988],[107.6354629923,-2.5971648334],[107.5841350868,-3.2020947502],[107.8472518602,-3.0596956936],[107.9799928491,-3.268329916],[108.2875709246,-2.8605753901],[108.085606775,-2.617145967],[107.8283048093,-2.5610649988]]],[[[123.2070078513,-4.6934869339],[123.0771073082,-4.3623335312],[122.9055347444,-4.4573766432],[122.7551358441,-5.217949408],[122.5624685559,-5.495574632],[122.6500090261,-5.7015849348],[123.216976999,-5.2925343168],[122.9259754991,-5.1697493598],[123.0314046449,-4.7382050823],[123.2075333207,-4.8545024919],[123.2070078513,-4.6934869339]]],[[[113.9889425762,-6.8787680547],[112.8644619001,-6.8896516924],[112.674820853,-7.0637850127],[112.721181418,-7.1785004698],[113.5101918413,-7.2336853401],[114.1223844311,-6.980106225],[113.9889425762,-6.8787680547]]],[[[97.5066335059,1.4238345847],[97.0611668292,1.4123011797],[97.8166714682,0.5465073649],[97.9280752457,0.9747318248],[97.5066335059,1.4238345847]]],[[[98.9211312247,-0.9524846719],[98.6527521493,-0.9846797213],[98.5905713656,-1.2314961127],[98.8634159167,-1.6877685934],[99.221409826,-1.793463328],[99.2727751146,-1.6316354078],[98.9211312247,-0.9524846719]]],[[[131.6763907202,-7.419937177],[131.7416229027,-7.2007932343],[131.5389498374,-7.1340131756],[131.1103336921,-7.6956114908],[131.1087701794,-7.987199962],[131.2849849842,-8.0090333609],[131.6763907202,-7.419937177]]],[[[130.8703391558,-0.0166079762],[130.3673812524,-0.0734624657],[130.2724611892,-0.145238629],[130.4374855841,-0.2012441891],[130.210883588,-0.2132758329],[130.7565223732,-0.4556988409],[130.9346174904,-0.3604351513],[130.6132982723,-0.0810741989],[130.9524479664,-0.3620419933],[131.3344651543,-0.3025942988],[131.2896670544,-0.1626363287],[130.8703391558,-0.0166079762]]],[[[122.7424389619,-4.6677434338],[122.3668831384,-4.7424335471],[122.2827983986,-5.3885973104],[122.4662908528,-5.397906076],[122.5396579896,-5.258577018],[122.6008529032,-5.4247660646],[122.7424389619,-4.6677434338]]],[[[124.679392851,-1.6440135902],[124.3695246133,-1.6856688959],[124.407869743,-2.0206270901],[125.3213777607,-1.881902533],[125.2820835278,-1.732894892],[124.679392851,-1.6440135902]]],[[[135.7586418144,-0.7447149507],[135.373115023,-0.6397220372],[135.5478068637,-0.8817154427],[135.4832842993,-0.7461573293],[135.6658673771,-0.8860824777],[135.7428205992,-0.7889300904],[135.8766410992,-1.1904440856],[136.3836734567,-1.10701451],[135.880702755,-0.7135472077],[135.7586418144,-0.7447149507]]],[[[128.1463059343,-1.6902119156],[127.6878635189,-1.3424573463],[127.3911787749,-1.5375044907],[127.5000863914,-1.7362507967],[128.1463059343,-1.6902119156]]],[[[134.3798159078,-6.3982542654],[134.0895621213,-6.1606937253],[134.2316705053,-6.6007761961],[134.1134169174,-6.4437216687],[134.0493255446,-6.7651250616],[134.1977090921,-6.908045501],[134.5238421689,-6.5869662616],[134.3798159078,-6.3982542654]]],[[[126.7273975211,-7.6668725846],[126.6195347576,-7.5575168404],[126.184562143,-7.7227251601],[125.9709461702,-7.653854701],[125.8156674496,-7.9444137372],[126.4183730983,-7.9283202307],[126.80023696,-7.7474268676],[126.7273975211,-7.6668725846]]],[[[123.1996022913,-1.1767289963],[122.8961283161,-1.1931234196],[122.7877494146,-1.4511580324],[122.8697478667,-1.6022489241],[123.1462349779,-1.3025364479],[123.1498691634,-1.6265762393],[123.2929120492,-1.4157909816],[123.5063454902,-1.4573030433],[123.5508464289,-1.2790581269],[123.3739898706,-1.2207400591],[123.2377509102,-1.3979498486],[123.1996022913,-1.1767289963]]],[[[128.3179117261,2.0318938598],[128.570982646,2.11314144],[128.6901665053,2.4308013437],[128.5669667963,2.6440092707],[128.2149262631,2.2818589773],[128.3179117261,2.0318938598]]],[[[135.8850042394,-1.6425311477],[135.4182062876,-1.6068133046],[136.2410512441,-1.8910877587],[136.8841242921,-1.7963569713],[135.8850042394,-1.6425311477]]],[[[124.5277802733,-8.1265881127],[124.3442201892,-8.440862005],[125.1308961559,-8.3200369397],[125.0755967516,-8.1479925017],[124.5277802733,-8.1265881127]]],[[[130.3622547633,-1.6930571629],[129.7136291158,-1.8849405346],[130.255616435,-2.0514710573],[130.4360932582,-1.9792898727],[130.3622547633,-1.6930571629]]],[[[116.0861620706,-4.0567832587],[116.2971084194,-3.8657021911],[116.2707072119,-3.2222893559],[116.0093606757,-3.6259761411],[116.0861620706,-4.0567832587]]],[[[127.6728963728,-0.7234931691],[127.5758850854,-0.3320776161],[127.3174959428,-0.33901114],[127.4947160961,-0.8170198767],[127.9012237497,-0.7977763004],[127.6728963728,-0.7234931691]]],[[[95.7995824486,2.906889357],[95.690564514,2.7667284854],[95.8022633123,2.6292289102],[96.4960877042,2.361628975],[95.7995824486,2.906889357]]],[[[134.5681182933,-5.9701157483],[134.2631270251,-6.1253512134],[134.6291687353,-6.3510650507],[134.7755445922,-6.0897292767],[134.5681182933,-5.9701157483]]],[[[108.1540937407,3.6516144432],[108.4046641236,3.8621108962],[108.2242844667,4.193970791],[107.9873122999,4.0084802663],[108.1540937407,3.6516144432]]],[[[130.9404367426,-0.946757442],[130.6384559549,-0.9883744807],[130.9633148551,-1.3665268447],[131.0822128298,-1.0172206733],[130.9404367426,-0.946757442]]],[[[134.5061849032,-5.5543629481],[134.206743131,-5.7049518293],[134.3860867446,-5.7832471196],[134.3127582733,-6.0180967181],[134.5235208123,-5.9132990528],[134.7373658146,-5.9682809353],[134.736269791,-5.7401622254],[134.6080770181,-5.7197898957],[134.5371451942,-5.6418113232],[134.5061849032,-5.5543629481]]],[[[102.6822414211,1.0010623394],[102.49034544,1.1287133759],[102.5066150598,0.9362869522],[102.4201133498,0.8465087061],[103.0379063309,0.6859599538],[103.0429010981,0.8275926873],[102.6822414211,1.0010623394]]],[[[101.6232033176,1.6865801387],[101.7909153454,1.9404294389],[101.6577114277,2.1189172522],[101.3869136436,1.9109034298],[101.4568141844,1.7231840847],[101.6232033176,1.6865801387]]],[[[123.8400650759,-8.2232151359],[123.5417081451,-8.3758848603],[123.5449652998,-8.249244355],[123.3792573294,-8.2651030926],[123.1966673457,-8.5323878208],[123.5410637782,-8.5776985083],[123.8400650759,-8.2232151359]]],[[[104.592948197,0.8067893772],[104.5852406356,1.188467903],[104.2291653814,1.0898696],[104.592948197,0.8067893772]]],[[[125.6178287682,-1.8142451442],[125.3252171544,-1.8547549349],[125.509654672,-1.9463568091],[126.348729252,-1.816780968],[125.6178287682,-1.8142451442]]],[[[123.2609337157,-10.7387918159],[123.4250508988,-10.6533059881],[123.3910134677,-10.4431016043],[122.810606304,-10.7820867827],[122.8225001286,-10.9193527473],[123.2609337157,-10.7387918159]]],[[[102.4902154547,0.9440093416],[102.4889105564,1.2297757997],[102.2151877192,1.4070885157],[102.284979273,0.9939945971],[102.4902154547,0.9440093416]]],[[[126.7900910623,4.5312705428],[126.6944123849,3.9917927476],[126.9201330778,4.2776976384],[126.7900910623,4.5312705428]]],[[[109.5380967557,-0.998085344],[109.4406525473,-1.024001432],[109.5207675546,-1.287562493],[109.7791176379,-1.1441206833],[109.7543633057,-1.0035353902],[109.7047698641,-0.9861767058],[109.6683396321,-1.0217650267],[109.5881039528,-0.9762529352],[109.5380967557,-0.998085344]]],[[[100.4545533151,-3.3485481484],[100.4706927491,-3.0259814186],[100.1801135744,-2.7970267214],[100.4545533151,-3.3485481484]]],[[[102.5034061196,1.4371018862],[101.9950241127,1.6091812269],[102.5097963423,1.2422470196],[102.5034061196,1.4371018862]]],[[[104.8805231252,-0.2105040414],[104.5494254059,0.0139074409],[104.4194124762,-0.2054479324],[104.9181802556,-0.3442183747],[104.8805231252,-0.2105040414]]],[[[121.9523376349,-5.4916276181],[122.0744428932,-5.2253186966],[121.8889559208,-5.0567351547],[121.7909495183,-5.2643001398],[121.9523376349,-5.4916276181]]],[[[103.0249495599,1.0446657223],[102.7598105277,1.1561299504],[102.6504620222,1.0263211174],[103.1484748621,0.825531389],[103.0249495599,1.0446657223]]],[[[128.3463633619,-3.632484032],[128.257359933,-3.4994185578],[127.9057666993,-3.7265641428],[128.2278752964,-3.6401626999],[128.0881171251,-3.7946248793],[128.3463633619,-3.632484032]]],[[[124.3110909502,-8.2236392642],[123.9080015297,-8.4460662638],[124.1324834488,-8.5383685481],[124.3110909502,-8.2236392642]]],[[[104.5669646013,-0.4402871806],[104.2772476822,-0.4084122144],[104.3536788704,-0.6863184386],[104.5669646013,-0.4402871806]]],[[[138.8737732092,-8.3961118236],[138.846376918,-8.1345128558],[138.5910161722,-8.3437795741],[138.8737732092,-8.3961118236]]],[[[123.0816663799,-4.0157393841],[122.940656605,-4.0989471653],[123.1221154286,-4.2567864311],[123.2616222241,-4.0822862567],[123.0816663799,-4.0157393841]]],[[[125.5874077611,3.3785731689],[125.6591741496,3.521246436],[125.4171259682,3.7360255056],[125.5874077611,3.3785731689]]],[[[99.5780493401,-2.0387411331],[99.592327164,-2.2856518903],[99.8503039171,-2.4072400466],[99.5780493401,-2.0387411331]]],[[[129.7760615847,-7.8137726824],[129.5873827699,-7.8268753252],[129.7158981737,-8.0546258302],[129.8597727029,-7.9083255497],[129.7760615847,-7.8137726824]]],[[[100.023284392,-2.8570318904],[100.2208220766,-2.7519820606],[99.9742815972,-2.5050692502],[100.023284392,-2.8570318904]]],[[[133.1927534672,-5.3382829057],[133.1260817354,-5.2786033633],[132.8419273012,-5.9964060641],[133.1927534672,-5.3382829057]]],[[[123.2123871857,-8.2441706409],[122.9938572651,-8.4138156049],[123.2915131834,-8.3914269358],[123.2123871857,-8.2441706409]]],[[[130.9129587452,-0.8118560144],[130.483811143,-0.8034663002],[130.4565363403,-0.9003439816],[130.9129587452,-0.8118560144]]],[[[127.1563585518,-0.5411355891],[127.236785015,-0.2537338209],[127.105365659,-0.3043403334],[127.1563585518,-0.5411355891]]],[[[98.418529764,-0.2516522599],[98.2779803557,-0.5303566353],[98.4053671903,-0.5708742249],[98.5108007986,-0.3873462564],[98.418529764,-0.2516522599]]],[[[104.0392819328,0.9746254224],[104.1108418127,1.193748088],[103.8949844488,1.0880959517],[104.0392819328,0.9746254224]]],[[[115.5552564082,-6.9042252628],[115.2002940137,-6.9112499842],[115.2860556204,-7.0108995326],[115.5552564082,-6.9042252628]]],[[[132.7718332614,-5.7844132498],[132.624949427,-5.6089817968],[132.6899339443,-5.9495716598],[132.7718332614,-5.7844132498]]],[[[131.0827438039,-8.132332632],[130.7564286261,-8.3396470643],[131.1734765544,-8.1192394348],[131.0827438039,-8.132332632]]],[[[102.3642318268,-5.5053445177],[102.3878900626,-5.3870040679],[102.096477747,-5.3429846909],[102.3642318268,-5.5053445177]]],[[[121.8416024962,-10.6245376534],[121.9953321849,-10.448091221],[121.6945490127,-10.5776414936],[121.8416024962,-10.6245376534]]],[[[134.1622022506,-6.0341543911],[134.165971857,-6.1878379537],[134.3993418558,-6.2891184064],[134.1622022506,-6.0341543911]]],[[[134.5927615844,-6.3870708091],[134.3548826627,-6.3469475722],[134.5406879772,-6.5277111658],[134.5927615844,-6.3870708091]]],[[[98.3827252434,-0.0044721279],[98.2843673283,-0.0220338999],[98.5403588172,-0.3764674067],[98.3827252434,-0.0044721279]]],[[[134.859432456,-0.9311947666],[134.8037673721,-1.0314569611],[134.9563319073,-1.1264567132],[134.859432456,-0.9311947666]]],[[[117.6101163764,-8.1562868059],[117.4834192939,-8.1924754837],[117.5267616333,-8.3919217986],[117.6101163764,-8.1562868059]]],[[[128.0316620092,-8.1501099617],[127.7621678437,-8.1142385549],[128.024091983,-8.2654508991],[128.0316620092,-8.1501099617]]],[[[98.7379850769,0.0709665792],[98.8526266899,0.1123344958],[98.5273393949,0.1350660333],[98.7379850769,0.0709665792]]],[[[134.6213367492,-5.5784175888],[134.5289727301,-5.5648540173],[134.5427254003,-5.6409446727],[134.7117479633,-5.7345633584],[134.7520659592,-5.6321885009],[134.6213367492,-5.5784175888]]],[[[105.718331931,3.0363627464],[105.7372788703,2.8201118949],[105.851653497,2.9869523978],[105.718331931,3.0363627464]]],[[[123.4001231396,-10.3395383907],[123.4513411282,-10.1147448377],[123.3011089613,-10.2722324803],[123.4001231396,-10.3395383907]]],[[[134.5824331063,-5.4267367652],[134.50267177,-5.5466083603],[134.675258027,-5.5619963271],[134.5824331063,-5.4267367652]]],[[[122.9034252874,-8.6156297097],[123.1607777132,-8.4391259537],[122.9595902281,-8.4468837683],[122.9034252874,-8.6156297097]]],[[[103.1803198684,0.4962103396],[103.3080339483,0.5487909531],[103.2284934999,0.700577841],[103.1803198684,0.4962103396]]],[[[119.5493754122,-8.5007081648],[119.4541239336,-8.4323259027],[119.4447512676,-8.7501753187],[119.5493754122,-8.5007081648]]],[[[119.6810737793,-8.6880117993],[119.6247790269,-8.6077046977],[119.693429975,-8.8085090788],[119.8050390974,-8.6218569771],[119.6810737793,-8.6880117993]]],[[[117.6353907514,3.2403121818],[117.6695945489,3.4057515382],[117.5511374534,3.4405208762],[117.6353907514,3.2403121818]]],[[[117.8958705732,4.1667428484],[117.6783539879,4.1668656742],[117.8585490806,4.0343650012],[117.8958705732,4.1667428484]]],[[[127.2862328267,-0.8140751572],[127.2097711012,-0.6220761264],[127.1499185678,-0.7683943529],[127.2862328267,-0.8140751572]]],[[[128.6450085371,-3.6345970161],[128.7212157761,-3.5134881014],[128.5624747492,-3.4982343359],[128.6450085371,-3.6345970161]]],[[[131.9448863414,-7.1269316809],[131.7174408658,-7.1487444394],[131.9555158838,-7.2494133442],[131.9448863414,-7.1269316809]]],[[[106.8606449861,-3.0356205043],[106.8117287232,-2.8930207163],[106.7013261978,-2.9670000954],[106.8606449861,-3.0356205043]]],[[[128.6264135618,-7.2213025686],[128.6970497813,-7.1196398131],[128.5949672988,-7.0687370351],[128.6264135618,-7.2213025686]]],[[[121.9103378942,-0.4831322094],[121.8379510958,-0.4090090944],[121.646965778,-0.5654657686],[121.9103378942,-0.4831322094]]],[[[127.3703503639,-7.6551884874],[127.4824007836,-7.518631693],[127.364842645,-7.5022692892],[127.3703503639,-7.6551884874]]],[[[128.4310248792,-3.6346226639],[128.5565241286,-3.5574644746],[128.4318914326,-3.5140837026],[128.4310248792,-3.6346226639]]],[[[120.7455798553,-7.0840140309],[120.6213302292,-7.010593442],[120.6577857763,-7.1493454338],[120.7455798553,-7.0840140309]]],[[[129.8189552866,-1.2570322273],[129.968793983,-1.1804392079],[129.736223932,-1.1924666303],[129.8189552866,-1.2570322273]]],[[[105.1792104112,-6.6740213137],[105.2556778753,-6.5233754794],[105.1065715733,-6.6013750816],[105.1792104112,-6.6740213137]]],[[[131.0583219133,-7.5154660992],[131.1682330653,-7.4092581494],[130.9882322883,-7.4331120929],[131.0583219133,-7.5154660992]]],[[[104.2092855762,0.8756768209],[104.0966020329,0.9459862996],[104.1784530887,0.7836116331],[104.2092855762,0.8756768209]]],[[[131.6584801083,-1.5416174196],[131.7240494071,-1.5130042378],[131.7349569406,-1.4620749027],[131.7150621743,-1.4331503918],[131.5913730218,-1.4674696677],[131.6584801083,-1.5416174196]]],[[[120.9453669836,-7.288014804],[120.7976715389,-7.2819029269],[121.0588857354,-7.3083837748],[120.9453669836,-7.288014804]]]]},"properties":{"fid_1":1,"OBJECTID":369,"ISO2":"ID","NAME":"Indonesia","LON":117.29458137,"LAT":-2.22686937,"ISO3":"IDN","Shape_Area":154.037810379448}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[142.6175931892,-10.893783642],[142.526885572,-10.6984208661],[142.1399789149,-10.9518614532],[142.0024073336,-12.0163190261],[141.8539734017,-11.9842732102],[141.5932589333,-12.5553263364],[141.9570757271,-12.7286354101],[141.9310685683,-12.8939460951],[141.8384286399,-12.6882992479],[141.5871428832,-12.9921279877],[141.6881990666,-13.286111975],[141.4711130228,-13.8415733651],[141.6682741361,-15.0321180931],[141.2250490951,-16.6568462374],[140.8341679454,-17.4516036109],[140.507533841,-17.6408992968],[140.0397279093,-17.7216344487],[139.6448319737,-17.5388902331],[139.2369928621,-17.3206404801],[139.0414032961,-16.9103602901],[138.1797839913,-16.690243924],[137.7360268233,-16.2404678588],[136.7130872189,-15.8775895939],[136.7187578689,-15.6974275801],[136.5330712973,-15.7318693113],[135.7530411173,-15.1253947828],[135.4212959427,-15.3353036593],[135.7008035034,-15.0959720457],[135.4273229418,-14.9399889688],[135.3748924233,-14.7256755916],[134.9725991862,-14.793231598],[135.4871978899,-14.6656712454],[135.8774940522,-14.1859369327],[136.0097241974,-13.7658013647],[135.8728996452,-13.7085716097],[135.880212111,-13.3264603724],[136.3341932271,-13.049530266],[136.339795025,-13.323551375],[136.6564420367,-13.0088575388],[136.461987675,-12.7800819614],[136.9461994001,-12.3605939323],[136.867161625,-12.2199399562],[136.6461302068,-12.2712319707],[136.4855547716,-11.9564365003],[136.1649160786,-12.1660815913],[136.3494057479,-12.2165276477],[136.2965119787,-12.4054327688],[136.041115404,-12.4713482679],[135.9369052334,-12.42244326],[136.038011268,-12.068552745],[135.7326622432,-12.2830167722],[135.6465478612,-12.2007419162],[135.9060105183,-11.9543053166],[135.0521538313,-12.2642334681],[134.7557135851,-11.9538086633],[134.1887424349,-12.031652583],[134.1206068649,-11.8994880182],[133.8337942227,-11.8676484753],[133.9088624137,-11.7405695451],[133.607753713,-11.8428570893],[133.1565419574,-11.7131623209],[132.9139214394,-11.3334169787],[132.675155341,-11.5161510679],[132.4436481826,-11.2097959427],[132.1417660793,-11.1224560717],[132.1694347041,-11.4191945781],[131.9793395929,-11.1507018391],[131.7639768552,-11.3192063558],[132.1075303181,-11.5352689684],[132.5267970007,-11.4358484297],[132.7285820826,-11.6133921887],[132.6207030918,-12.0744059808],[132.0493992139,-12.2989983221],[131.426390905,-12.2740320494],[131.2909908304,-12.0437522237],[131.2472739997,-12.2169730001],[131.0305436288,-12.1447363597],[131.0284277902,-12.3548670216],[130.8546756278,-12.3717300384],[130.9910888661,-12.5417995463],[130.8629408902,-12.4999312982],[130.8914489746,-12.6472663881],[130.7648612829,-12.4348141138],[130.5803236816,-12.4041804278],[130.5571394911,-12.6379639763],[130.7503675381,-12.7225373438],[130.3495963946,-12.6700877813],[130.3339192067,-12.8835511194],[130.1231030672,-12.9688504332],[130.2537089099,-13.3307609521],[130.0062065004,-13.526147979],[129.8844208467,-13.4456587728],[129.7394374192,-13.9751398121],[129.3669476724,-14.345086081],[129.5215610377,-14.5458446317],[129.8065454796,-14.5316313513],[129.6216383001,-14.6819174244],[129.7330705546,-14.790028059],[129.5928816026,-15.2151759472],[129.3133922639,-14.8609456081],[129.1476666497,-15.2325775006],[129.0758177907,-14.8900942651],[128.5210951423,-14.7658453207],[128.3952772002,-14.8197275491],[128.5121189182,-15.0094850431],[128.407323181,-14.8732588134],[128.4508888662,-15.0557258544],[128.2019596157,-15.058931781],[128.2773644139,-15.3396116197],[128.1224449059,-15.1897266397],[128.0951988231,-15.4669575936],[127.8693769871,-15.6488656384],[128.0731379092,-15.4407894984],[128.205395955,-14.703328553],[127.954228479,-14.5885021267],[127.6676482908,-14.1816543468],[126.9445461892,-13.7384711269],[126.7449982904,-13.789827684],[126.8302751734,-13.9717224881],[126.5720689528,-14.2396991259],[126.4488997938,-14.0850028593],[126.5603605262,-13.9505498742],[126.2353075928,-14.2221268893],[126.2154338013,-13.9768984948],[126.0706246489,-13.9230441616],[125.9748598849,-14.0401059859],[126.1545094371,-14.1780233403],[125.9325496407,-14.6432642338],[125.8139712122,-14.4918375729],[125.6716634521,-14.5617490171],[125.6030109338,-14.230796612],[125.6007678367,-14.4986423382],[125.3509366399,-14.53019868],[125.137909554,-14.7453922013],[125.4904755358,-15.1533764509],[124.8952649728,-15.1138363757],[124.8751819334,-15.263512731],[125.0545178839,-15.168002771],[124.8759809523,-15.3049687911],[125.081352964,-15.3139982506],[125.0643012019,-15.4628451243],[124.7059617111,-15.2595423942],[124.6802274111,-15.4877331497],[124.4389178123,-15.5052477109],[124.3623307887,-15.6731760113],[124.4884709373,-16.0003344087],[124.6342235037,-15.790528608],[124.7771821454,-15.8040877234],[124.5421474601,-16.1997751433],[124.3921463057,-16.1734593588],[124.3903279233,-16.3416132064],[124.9366381073,-16.4012247547],[124.3620580423,-16.4482401278],[123.9687147044,-16.2527278018],[123.8638248811,-16.4457335266],[123.7764710994,-16.1727672459],[123.5552929406,-16.1798362823],[123.7045667333,-16.4265308839],[123.4231426552,-16.5089578153],[123.9416056917,-17.2831211186],[123.5970136442,-17.0153262797],[123.6966102342,-17.251706938],[123.566625161,-17.6294240374],[122.9545115353,-16.5922341869],[123.0344936659,-16.3642380051],[122.7618343671,-16.7513904451],[122.5719713808,-16.7700470734],[122.5678042408,-16.9355057329],[122.2668162956,-17.0987177951],[122.1426308469,-17.563626398],[122.3695114854,-18.1168449644],[121.8113573263,-18.4572182752],[121.5017908911,-19.1120731776],[121.0847045411,-19.5590771186],[119.5804390102,-20.0795121858],[119.0987594468,-19.9646888406],[118.7895296657,-20.2804478518],[118.180700329,-20.3392765313],[117.7830734248,-20.6753826138],[117.3517606426,-20.741582582],[117.167071475,-20.5988970949],[116.8767488202,-20.7272840989],[116.7962765662,-20.6342195394],[116.2319767217,-20.8612943442],[115.3763237469,-21.556344637],[114.6473107027,-21.8462126413],[114.3915602384,-22.4043331172],[114.1716449392,-22.5252597834],[114.0828438623,-22.1588395242],[114.1925272726,-21.8163173356],[114.0295351118,-21.8509735434],[113.6572136722,-22.5749586076],[113.8265006296,-22.944839199],[113.7824600097,-23.4618609352],[113.4990537278,-23.8714264034],[113.3897740627,-24.4126187228],[114.2602495664,-25.8569221703],[114.227985878,-26.3131639258],[114.0746702147,-26.4570703207],[113.8767282848,-26.0637814826],[113.7172057201,-26.203695296],[113.748579585,-25.89014801],[113.4799419149,-25.5552890264],[113.4039911428,-25.7276092604],[113.5769373966,-26.1017873584],[113.8718116732,-26.3324022446],[113.8345895341,-26.5957209113],[113.6512194497,-26.6723747716],[113.3906177041,-26.1133563451],[113.3307623442,-26.3144835667],[113.293928259,-26.0205487849],[113.2258915398,-26.2304434008],[113.9939542309,-27.2910032139],[114.1650724373,-28.1136664031],[114.8651324117,-29.1165359426],[115.0935971169,-30.5803078427],[115.7467388972,-31.8474345563],[115.6773064382,-33.2963138983],[115.3746254231,-33.6410600708],[115.0052740558,-33.5357712488],[115.0514632576,-34.2752974667],[115.7108535769,-34.4725799561],[116.0035902522,-34.8181885739],[116.634256952,-35.048632847],[117.4614397354,-34.9723885272],[117.6262678073,-35.1107980644],[118.3927080441,-34.8812117733],[118.9027633674,-34.4701156617],[119.2235388392,-34.5000437378],[120.0325966096,-33.9229682512],[121.35442319,-33.8199304341],[122.0017257999,-33.8322840632],[122.1293673171,-34.0169875534],[123.0317038476,-33.8594930202],[123.163939833,-34.0172113929],[123.5106879512,-33.9216421828],[123.9765945174,-33.5653923162],[124.2391762464,-33.0230242052],[125.9834927281,-32.291313899],[127.2212560633,-32.2812587573],[129.0520104581,-31.6768890201],[130.7984727474,-31.61285507],[131.1501228291,-31.4685915183],[132.1988869418,-32.0283470687],[132.7433039674,-31.9501515537],[133.1248322578,-32.2100500582],[133.6444104456,-32.099529522],[133.9471189476,-32.3934547844],[133.8539260126,-32.5377012814],[134.1895143518,-32.4953756327],[134.2863002987,-32.7068590764],[134.0624592699,-32.7289663089],[134.2652814581,-33.1393063893],[134.5983276369,-33.1448173529],[134.8000789007,-33.3359990421],[134.8349115151,-33.633073394],[135.1849323876,-33.8888552779],[135.3888718791,-34.5994199274],[135.5134372401,-34.6155302674],[135.3634286069,-34.624846],[135.2082186557,-34.4348733028],[135.1272628218,-34.5796122802],[135.9514045117,-35.0099702206],[136.0034579157,-34.7410169236],[135.7864521013,-34.812965566],[135.9295289976,-34.5374430092],[136.5914345803,-33.9032516037],[137.2110510332,-33.6664228087],[137.6025286628,-32.9835963853],[137.7776022584,-32.9950382753],[137.7655828076,-32.5103423246],[138.0418659067,-33.0929364722],[137.8117320607,-33.2595418914],[137.924756046,-33.6172286957],[137.5998884412,-33.8792496749],[137.4471500257,-34.9121931174],[137.0101219871,-34.8982388498],[136.8235422197,-35.2484524183],[137.7539181294,-35.1164602149],[138.0913762761,-34.1377122562],[138.5528320004,-34.8178289998],[138.4395717048,-35.3434722083],[138.0937533111,-35.6306981573],[138.518489879,-35.6455194217],[138.7047086514,-35.5171291784],[138.9631376511,-35.5608407921],[139.4601514917,-35.9165296976],[139.6974317374,-36.2505995001],[139.2039200403,-35.737383397],[138.8912824123,-35.5651795533],[139.6274818193,-36.1866057236],[139.8595450834,-36.7199324284],[139.6676574831,-36.9573574776],[139.7553494046,-37.1978889118],[140.3708219766,-37.896575706],[141.0803785597,-38.0997525814],[141.555440415,-38.4049888987],[141.7244121178,-38.2567420842],[142.3761765639,-38.3515386606],[143.5546751743,-38.8566710869],[144.0399777887,-38.4765737231],[144.7031431544,-38.2204715681],[144.3625949066,-38.1114710418],[144.9465484622,-37.8243408202],[145.1207305798,-38.0865109762],[144.9855395066,-38.3243799091],[144.7714396284,-38.3618588973],[144.8814470043,-38.4832049812],[145.4347386909,-38.2212290383],[145.5552158688,-38.3579832977],[145.4444818336,-38.5416965876],[145.8161399953,-38.6469273358],[145.9047144124,-38.8370873232],[146.1747593561,-38.8422488904],[146.3980721024,-39.138257489],[146.4697247132,-38.8194012388],[146.2971989644,-38.9058825756],[146.2201417914,-38.70242879],[146.9305416293,-38.5983893944],[147.9151770042,-37.9103009109],[147.4544945881,-38.0838531063],[147.6530020602,-37.8470122073],[149.4891057322,-37.7730097958],[149.9797668447,-37.5040016167],[149.9124695993,-36.9767107747],[150.2356343557,-35.7932403999],[150.177594754,-35.7088431709],[150.1335448297,-35.7400230583],[150.1241385569,-35.6662564894],[150.1870331982,-35.557259778],[150.1412680186,-35.6985121459],[150.2800432858,-35.7219493877],[150.4654569473,-35.2586389762],[150.6885453074,-35.0213254286],[150.8393894378,-35.0643872651],[150.7149359731,-34.8860685269],[150.8118424319,-34.5121588469],[151.2697479997,-33.9127890003],[151.0501809998,-33.8256550003],[151.2281139998,-33.8395809986],[151.3320354924,-33.6362620078],[151.1585630003,-33.6620360012],[151.2309400258,-33.5430980193],[151.0713026653,-33.4519104033],[151.4156564357,-33.5248343236],[151.604486252,-32.9724237612],[151.6749820748,-33.0462961857],[151.7341158852,-32.8794023503],[152.1669327242,-32.7647842682],[151.9679599986,-32.655708],[152.1737124568,-32.6802977742],[152.5184251916,-32.4339092074],[152.5431485924,-32.0367754492],[152.969100952,-31.3115119934],[152.9864895938,-30.6727712468],[153.3612808703,-29.5242239348],[153.2733802981,-29.36965253],[153.6343257616,-28.6489726381],[153.3110442219,-27.5919473936],[153.0154266359,-27.2910060873],[153.1435745353,-27.0828163557],[153.1545645106,-25.9533738338],[152.9063479549,-25.731612114],[152.9019691999,-25.304459164],[152.5714299901,-25.1786099893],[152.4691313384,-24.8178101071],[152.0287933352,-24.5367126457],[151.7341955184,-24.0288490583],[151.4499620968,-24.0928230596],[151.0199017537,-23.5715048168],[150.9296618271,-23.6862412021],[150.7142412324,-23.6067947688],[150.4436851097,-23.344079745],[150.4233093248,-23.2578487398],[150.6409702629,-23.5191319368],[150.8694923916,-23.4893359369],[150.7466478824,-22.4467395097],[150.5605931473,-22.3242392197],[150.5637198058,-22.5696110363],[150.0378412232,-22.1314066468],[149.9132969036,-22.2955825439],[149.9890382956,-22.5791776699],[149.7960932013,-22.4106874687],[149.6277008049,-22.5846557634],[149.7050945456,-22.3897701543],[149.5801754632,-22.4070161591],[149.4820476397,-21.538032226],[149.3026220718,-21.5025344686],[149.2538731457,-21.2511357877],[149.1663055421,-21.3314781193],[149.1834424969,-21.0430123173],[148.7240087381,-20.7171291009],[148.7116503148,-20.4949429164],[148.9262923367,-20.5347320363],[148.7494805773,-20.2653597684],[147.9089684167,-19.9077598063],[147.821184196,-19.7103997683],[147.658408484,-19.8235399964],[147.4545566296,-19.395598],[147.1158142088,-19.4291362768],[147.0266466806,-19.2124034598],[146.8872375928,-19.305885802],[146.2899403509,-18.9004448064],[146.3348273272,-18.5360848742],[146.016358674,-18.2419954891],[146.12599821,-17.6714253816],[145.940542373,-16.9069654483],[145.7993114153,-16.908684577],[145.4116743882,-16.459328578],[145.4757388963,-16.0780192563],[145.2287187312,-15.4521639294],[145.3166659396,-14.9566587096],[144.6816907956,-14.5498389382],[144.5299608294,-14.1849840624],[144.0199009843,-14.4804327961],[143.7743752901,-14.3861310951],[143.5329887498,-13.7523305871],[143.5452569298,-12.8438755803],[143.3583518011,-12.8733179029],[143.4275438254,-12.61238324],[143.0810203101,-12.3407054513],[143.1912689228,-11.9865221737],[142.8560654718,-11.8475396002],[142.7881213513,-11.0831278202],[142.6175931892,-10.893783642]]],[[[144.850445009,-40.7443585459],[144.6859285423,-40.6705170042],[144.6149739259,-41.0143856686],[144.915800378,-41.7150903283],[145.5433492146,-42.3705207024],[145.4550716708,-42.4596263239],[145.2107465076,-42.2822616514],[145.4940805236,-42.9789693057],[145.8578941104,-43.3187567288],[145.9304199224,-43.1882820126],[145.9834207541,-43.323669387],[146.2184282268,-43.3300953128],[145.9271811274,-43.3727407803],[146.0408830477,-43.5098173144],[146.8822098646,-43.5802376238],[147.0265073513,-43.059384066],[146.9989426297,-43.1925636912],[147.222057277,-43.2796266708],[147.3585185859,-42.9328832228],[147.1700688761,-42.7425957214],[147.4804281149,-42.9123497157],[147.4224898811,-43.0432794331],[147.5469017926,-42.9775105082],[147.4533381552,-42.7727678987],[147.7880286239,-42.9036527157],[148.1701180688,-42.0037449888],[148.343483065,-42.2267590533],[148.2927399427,-40.9411327879],[147.9701547256,-40.7451776241],[147.4158451844,-41.0154580013],[146.8714345799,-41.0222387726],[147.1181182862,-41.4111175539],[146.7644181523,-41.081787399],[146.3639110218,-41.2191811348],[144.850445009,-40.7443585459]]],[[[137.6138915357,-35.5830305914],[136.5896536601,-35.7514383041],[136.5337990206,-35.8864671054],[136.7059219586,-36.0359692143],[137.4595599163,-36.077035546],[137.732718758,-35.8583312423],[138.1161310939,-35.8428000081],[137.9332367158,-35.7195429664],[137.7515601313,-35.8456217372],[137.6138915357,-35.5830305914]]],[[[130.5912948773,-11.393720764],[130.3708027142,-11.1629358619],[130.4904638841,-11.6553994109],[130.9604219033,-11.9438346378],[131.5391914771,-11.4545643548],[131.2747940556,-11.1888642482],[131.2506168301,-11.4685220973],[131.142945848,-11.247869416],[130.7281225528,-11.4197816744],[130.8219855322,-11.5360215867],[130.5912948773,-11.393720764]]],[[[136.7158782433,-13.7165578727],[136.4598981632,-13.8426077357],[136.405421196,-14.178541768],[136.9459777631,-14.3093687873],[136.917976417,-14.1447280639],[136.7041635889,-14.1756326932],[136.9221886904,-13.806747564],[136.7269648831,-13.8442507952],[136.7158782433,-13.7165578727]]],[[[148.1304863123,-40.2734614051],[148.3321028559,-40.2143734736],[148.2744832267,-39.9711663709],[147.9435733811,-39.7230998599],[147.8246298963,-39.9060049219],[148.1304863123,-40.2734614051]]],[[[153.2702642596,-24.7823994517],[153.1253435373,-24.8145225634],[153.240059168,-24.9722809019],[152.9539209841,-25.5550666231],[153.0600259048,-25.8021855581],[153.3668891532,-25.0101765712],[153.2702642596,-24.7823994517]]],[[[143.918031428,-40.1411014994],[144.138384769,-39.9358657737],[143.94799662,-39.5818265791],[143.918031428,-40.1411014994]]],[[[130.5611656291,-11.7008783129],[130.4843958642,-11.6703565511],[130.3860687788,-11.5206997651],[130.3345371839,-11.3159154217],[130.1565389417,-11.4633033791],[130.2965601018,-11.7206658306],[130.0747698761,-11.671824519],[130.0165323921,-11.7831344531],[130.6004448774,-11.8348111571],[130.5611656291,-11.7008783129]]],[[[147.9729679776,-43.0109538346],[147.9014175586,-42.8468156964],[147.8371147678,-43.0601573796],[147.6651446084,-42.9398549256],[147.7116859461,-43.1962542381],[147.9912749279,-43.2271598162],[147.9729679776,-43.0109538346]]],[[[139.6928868399,-16.459077471],[139.3079763566,-16.4627655287],[139.161428642,-16.6632793623],[139.3199909709,-16.7312223334],[139.6928868399,-16.459077471]]],[[[148.4525180516,-40.4433950183],[148.3206554242,-40.3169805828],[147.9834929404,-40.3965237948],[148.4525180516,-40.4433950183]]],[[[147.393486166,-43.1274615596],[147.131976615,-43.4995808757],[147.3198144863,-43.5038945602],[147.393486166,-43.1274615596]]],[[[113.207097996,-26.1605226289],[112.9531647656,-25.4950928953],[112.9567893572,-25.7844571651],[113.207097996,-26.1605226289]]],[[[151.2240284427,-23.8013320578],[151.2723731594,-23.6643439324],[151.0130154613,-23.4651489951],[151.2240284427,-23.8013320578]]],[[[146.2985239616,-18.4959745192],[146.2485374021,-18.2388146949],[146.1561049401,-18.3202369846],[146.2985239616,-18.4959745192]]],[[[132.5880136374,-11.3329592373],[132.5901756301,-10.9717483757],[132.4789430224,-11.158977531],[132.5880136374,-11.3329592373]]],[[[136.2084437917,-13.8601111606],[136.2229709589,-13.6660331256],[136.1074373139,-13.7465518188],[136.2084437917,-13.8601111606]]],[[[135.7818904098,-11.975743155],[135.9072370694,-11.7578655487],[135.5580858818,-12.068645761],[135.7818904098,-11.975743155]]],[[[137.0772582817,-15.6631358621],[136.9996526492,-15.587625533],[136.9378756421,-15.695654001],[137.0688626671,-15.8458937942],[137.0772582817,-15.6631358621]]],[[[145.3709126038,-38.31708599],[145.2773705547,-38.3991807208],[145.5008411528,-38.3575354911],[145.3709126038,-38.31708599]]],[[[124.5361487087,-15.4485660927],[124.6550247579,-15.4002843006],[124.5658782343,-15.2496375031],[124.5361487087,-15.4485660927]]],[[[142.2821628797,-10.2610147364],[142.3461172551,-10.1699514662],[142.2314972664,-10.1236122664],[142.2821628797,-10.2610147364]]],[[[139.4538952617,-17.1212682028],[139.5771135947,-17.0882110084],[139.499256687,-16.9895449164],[139.4538952617,-17.1212682028]]],[[[144.9005396158,-40.7432072473],[145.0317021488,-40.7133438864],[144.9277884461,-40.6380513218],[144.9005396158,-40.7432072473]]]]},"properties":{"fid_1":2,"OBJECTID":280,"ISO2":"AU","NAME":"Australia","LON":134.48617357,"LAT":-25.72922824,"ISO3":"AUS","Shape_Area":695.354701842875}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[27.4436110004,5.019444],[27.1383727064,5.2045335333],[26.4545893378,5.0966210238],[25.5651748871,5.3806152078],[25.3446155977,5.2765572439],[25.3118153712,5.0309076087],[24.7935560167,4.9252083758],[24.3760540728,5.1130371747],[23.4200288284,4.5941812397],[22.9068092503,4.8206059416],[22.5347115513,4.2044039358],[22.2930125884,4.1179037186],[21.7311599359,4.3110412354],[20.5841367454,4.4149517266],[20.3478788922,4.7577788529],[19.5333759076,5.1489522032],[18.551458881,4.3391734544],[18.6250831664,3.47164695],[18.6301872974,3.1892075536],[18.0944264812,2.2700825979],[18.0699476564,1.5262248593],[17.841936723,0.9679956428],[17.9470102077,0.3667893177],[17.6740018954,-0.1777136589],[17.7036120423,-0.5812866439],[17.3348565189,-0.9874919526],[16.8435944903,-1.2589850232],[16.5571267129,-1.8399421583],[16.1897467269,-2.1840742368],[16.2156597438,-3.3098548218],[15.9040335248,-3.9312716113],[15.5523375462,-4.0399921742],[14.6637927723,-4.9194412733],[14.3996176947,-4.8618030848],[14.4006630541,-4.2785474499],[13.9487183781,-4.5147659632],[13.7335012838,-4.4441342457],[13.6842223081,-4.7641882616],[13.4172435284,-4.8701628993],[13.1214900404,-4.5830583803],[13.1017584552,-4.6850524514],[12.467285105,-5.0802072254],[12.5357749342,-5.7367326419],[12.1956567449,-5.7636927223],[12.4529764776,-6.0593232613],[13.1010986757,-5.8901630777],[16.5755030163,-5.872123262],[16.9404677983,-7.2342548133],[17.568908837,-8.1272674749],[18.5483366111,-7.9161279688],[19.3805567176,-7.99859877],[19.5771071553,-7.0002581561],[20.6172572412,-6.9166388208],[20.556856152,-7.2820452563],[21.7821391068,-7.2833088901],[21.7629618061,-7.9969892021],[21.9525613468,-8.5027124722],[21.7909467279,-9.4163466531],[22.1870466974,-9.9244703396],[22.3273002351,-10.3854082991],[22.3298760194,-10.7514610476],[22.1674615686,-10.8652704989],[22.2505266859,-11.2673620442],[22.6022441412,-11.0523446957],[23.085796031,-11.1235861013],[23.4364276124,-10.9383866619],[23.8519838263,-11.0274903319],[23.9992467492,-10.8902373022],[24.3903004366,-11.1006998301],[24.2802620432,-11.3875807462],[24.4428104686,-11.4652669832],[25.3517262278,-11.1960327244],[25.3321484797,-11.6204158786],[26.016638969,-11.9409334842],[26.8777182822,-11.9818545259],[27.0543553034,-11.5921469338],[27.2078167792,-11.5685975844],[27.6231541592,-12.2685753329],[27.9239970536,-12.2418991549],[28.4381994719,-12.5139201627],[28.5614455338,-12.8931672571],[28.6534108052,-12.8154372689],[28.8130359888,-12.9817890181],[29.0215220308,-13.4123798399],[29.5799302187,-13.2119171112],[29.6156519658,-13.4117726824],[29.8121191046,-13.444843934],[29.8138139894,-12.1505347791],[29.4845818561,-12.2479574154],[29.4800256352,-12.4596741693],[29.0438494444,-12.3845292239],[28.4359531201,-11.8164606778],[28.4942305827,-11.0800146802],[28.6979131927,-10.6675837679],[28.5922211103,-10.2419716218],[28.6741499522,-9.8237287993],[28.3802951858,-9.2476651408],[28.8963015641,-8.7910069831],[28.8935474434,-8.4764052573],[30.795076913,-8.2767589152],[30.3144404148,-7.1430391817],[29.55012105,-6.2944431106],[29.4978709239,-5.9797375374],[29.6314250924,-5.7210620542],[29.3487745054,-4.9356616714],[29.4233340138,-4.4475006294],[29.2396824713,-3.8893026697],[29.2574984502,-3.0642348939],[29.0406414502,-2.7438442213],[28.8684257256,-2.3944806282],[29.1145522344,-2.2487355153],[29.13087631,-1.8468983307],[29.3580342292,-1.5109776137],[29.5895829813,-1.3883502603],[29.7200342009,0.0744122031],[29.9775797462,0.5194426268],[29.9724159649,0.8168453194],[31.3142547846,2.1176664958],[30.998045518,2.4004776019],[30.7489215553,2.4323567976],[30.8904663692,2.8523074956],[30.7772971327,3.0587448172],[30.9386299976,3.4031830663],[30.8629756672,3.4861986984],[30.5146633491,3.8681181561],[30.2092185294,3.9510383153],[29.6441994746,4.6481955722],[29.4677668622,4.6702921882],[29.2429608967,4.3441186078],[28.7800000356,4.5584860766],[28.3644700819,4.3160894007],[27.7856044552,4.5971976908],[27.7669481983,4.7868093778],[27.4436110004,5.019444]]]},"properties":{"fid_1":3,"OBJECTID":311,"ISO2":"CD","NAME":"Democratic Republic of the Congo","LON":23.65592334,"LAT":-2.87611954,"ISO3":"COD","Shape_Area":190.116371304421}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.7140603842,0.3849777886],[6.4995548218,0.31564481],[6.5218627273,0.0261489163],[6.7525730414,0.2410933182],[6.7140603842,0.3849777886]]]},"properties":{"fid_1":4,"OBJECTID":478,"ISO2":"ST","NAME":"Sao Tome and Principe","LON":6.72713958,"LAT":0.447191,"ISO3":"STP","Shape_Area":0.081550074140014}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[25.1471547872,31.6496900808],[24.9784458969,31.967424327],[23.3273834861,32.1561334201],[23.0869320582,32.3345874621],[23.106280427,32.6344343079],[21.6450291782,32.9285777746],[20.6588035653,32.586118115],[20.1452339316,32.2186550694],[19.921073799,31.7629569127],[20.1731198713,31.1640733071],[20.0627741282,30.8598890959],[19.6242897366,30.4196948619],[19.0502737067,30.2673708783],[17.3984193322,31.0642925324],[15.7397886776,31.3984149011],[15.202448419,32.3809713277],[13.2908375024,32.9092071854],[12.3533091838,32.8227856516],[11.5643194539,33.1651089822],[11.5323768739,32.4116533828],[10.2907230418,31.6892946256],[10.1374575139,31.4813256426],[10.2769140391,30.8230582294],[9.8930810578,30.3524693069],[9.5515559997,30.2463859996],[9.4161457249,30.0547716457],[9.782305911,29.4274976986],[9.9056051489,28.7664253287],[9.9632146921,27.8620091367],[9.7807840548,27.3432835908],[9.9180226486,26.6521323878],[9.408897084,26.1857972541],[10.0250344628,25.3361617304],[10.0541326607,24.8407707137],[10.2537560512,24.604875111],[11.6087846923,24.2603064881],[11.9984999996,23.5150000001],[13.4789125097,23.1867458057],[14.1894419372,22.6454063311],[14.9999999998,22.997777],[16.0023921063,23.4382682],[20.1085701447,21.4908807084],[23.9999999998,19.4999999998],[24.0014015357,19.997411312],[24.9994978586,19.9993462789],[24.9999999996,22.0000000002],[24.9995068348,29.2458159394],[24.6989359349,30.1498210242],[25.0176646388,30.7745263538],[24.8603177446,31.4026282132],[25.1471547872,31.6496900808]]]},"properties":{"fid_1":5,"OBJECTID":392,"ISO2":"LY","NAME":"Libya","LON":18.0307309,"LAT":27.03822925,"ISO3":"LBY","Shape_Area":147.212659907216}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[33.9296182676,-0.9958740388],[33.9118389027,0.1047833644],[34.5277589594,1.1037072246],[34.8074530188,1.2303036262],[35.0010060206,1.759611769],[34.9344860458,2.5112617338],[34.4513062487,3.242417259],[34.4629179217,3.6671912073],[34.2522927388,3.7724069054],[33.9948773893,4.2278917149],[33.5097078583,3.7523049829],[33.0275236566,3.8899914516],[32.4154044524,3.7422862079],[32.19919402,3.5048710541],[31.9599846152,3.5866532237],[31.8165432821,3.8212679939],[31.5096425311,3.6777948159],[31.1816196432,3.7941719459],[30.8629756672,3.4861986984],[30.9386299976,3.4031830663],[30.7772971327,3.0587448172],[30.8904663692,2.8523074956],[30.7489215553,2.4323567976],[30.998045518,2.4004776019],[31.3142547846,2.1176664958],[29.9724159649,0.8168453194],[29.9775797462,0.5194426268],[29.7200342009,0.0744122031],[29.5895829813,-1.3883502603],[29.823154225,-1.3088121546],[29.9244157092,-1.4791221978],[30.4735135946,-1.0574784227],[33.9296182676,-0.9958740388]]]},"properties":{"fid_1":6,"OBJECTID":501,"ISO2":"UG","NAME":"Uganda","LON":32.39204394,"LAT":1.28044207,"ISO3":"UGA","Shape_Area":19.6399415091326}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[116.7136940018,49.8456670001],[116.2365885963,50.0360480049],[115.5305548761,49.907384633],[114.3361390713,50.2850108559],[113.2238890248,49.8400479919],[112.8128126848,49.5154605404],[110.810385361,49.1761295762],[108.5168201677,49.3205122899],[107.9446624843,49.6624192461],[107.928539221,49.9364854057],[107.2104680483,49.999915979],[106.7507259228,50.3132519171],[105.2746924014,50.4504183988],[103.7137123973,50.1271270781],[102.9257453369,50.309324254],[102.3545091267,50.6681781652],[102.1219396108,51.3627078414],[101.3699289297,51.4561727728],[100.584881547,51.7408924183],[99.9103912751,51.7460475274],[99.8026110119,51.9151541303],[98.9108922274,52.1479339166],[98.7597645831,51.874430282],[98.0387544088,51.452261248],[97.8263970822,51.0154121458],[98.3239389606,50.4925376999],[98.1838435606,50.1503934027],[97.3145375992,49.7548574691],[95.8631028633,50.0436498618],[95.4555630884,49.9420688034],[94.6150511976,50.0356901404],[94.2796790347,50.5735233381],[93.1197351234,50.592634437],[93.0030627253,50.7920254931],[92.629568478,50.7036597618],[92.4012988232,50.83106953],[89.6176338482,49.9181661544],[89.7079543531,49.7243285721],[89.1436652654,49.5008777663],[88.2220068557,49.4791370147],[88.1680158768,49.2918403491],[87.8145246383,49.1701661079],[87.7354299856,48.8789202046],[88.0890503416,48.7137015148],[87.9708626551,48.5733080004],[89.0613766093,47.9905831426],[89.5707668786,48.0333535366],[89.7607321852,47.827386109],[90.0511787909,47.8790811079],[90.9023786592,46.951902387],[91.0044523581,46.010965957],[90.6678808629,45.541809883],[90.871153401,45.2114238997],[93.5019684193,44.9635800671],[94.9946197654,44.2524920949],[95.3139978274,44.2830972167],[95.3451418184,44.0265396971],[95.524224715,44.0027222859],[95.9734531686,43.1894619512],[96.4643070417,42.7319503512],[97.1732857439,42.7942280414],[99.4629857932,42.5694641651],[100.8490999594,42.6722672277],[101.7992750339,42.503859809],[102.121816955,42.2157374751],[103.4205208369,41.8807100646],[104.5232058524,41.8740793218],[104.519153465,41.6612217239],[105.0231193393,41.5951694352],[107.4576098467,42.4573372158],[109.447633594,42.4530756407],[110.3335743863,42.7352273054],[111.0577285042,43.3523253741],[111.9465287062,43.6915590091],[111.4118957802,44.3558432556],[111.8883260808,45.0463501842],[112.4218253386,45.0744525673],[112.7798348169,44.8574453356],[113.6289069019,44.7441875653],[114.5451754102,45.3859266426],[115.4735072167,45.4165429888],[116.1748035889,45.6906732701],[116.581572134,46.2915288218],[117.3466888809,46.3618511671],[117.4192884634,46.5816239607],[117.7169714729,46.5125941057],[118.3103247506,46.7392121808],[118.8961247574,46.7749364702],[119.3004722007,46.6101532987],[119.9010883152,46.6657292248],[119.7105585167,47.1810173191],[118.5577686781,47.9923753664],[117.8070861832,48.0147435319],[117.281336182,47.7017354839],[116.7954345058,47.8984961147],[116.2579298907,47.879601658],[115.8991778187,47.7058710109],[115.5835555863,47.9135318521],[115.5231839652,48.1525872363],[115.7932882002,48.2506966687],[115.7886964543,48.5244116332],[116.7136940018,49.8456670001]]]},"properties":{"fid_1":7,"OBJECTID":414,"ISO2":"MN","NAME":"Mongolia","LON":103.07164003,"LAT":46.83675492,"ISO3":"MNG","Shape_Area":184.569781239678}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[130.63938738,42.416834251],[130.7029011299,42.295728626],[130.8683126559,42.5220378828],[130.7193184193,42.6940154778],[131.2141823577,42.5539637804],[131.804732097,43.3382844371],[132.071825552,43.3124544402],[131.926667343,43.0597014559],[132.3069856118,43.3382334743],[132.3019320146,42.8640581266],[132.445454908,42.9245827296],[132.8558135647,42.7395359249],[132.9902855049,42.8448987377],[133.050886088,42.6723791708],[133.9611586103,42.9067745019],[135.1392324079,43.501389631],[135.8779641926,44.3875978386],[137.690299408,45.7997943164],[139.2997196063,47.8206600641],[140.1142946122,48.4277989434],[140.5428806589,49.5664833869],[140.4054308953,49.883521913],[140.6635756814,50.0930327954],[140.4358948577,50.7144076747],[140.8748265388,51.6252383756],[141.3658811748,51.9165962723],[141.4214255068,52.1489569233],[141.1040812301,52.422539852],[141.180890379,52.8258265828],[140.7356580836,53.1115009693],[141.1857743281,52.9970145488],[141.3712361411,53.294780339],[140.5450845258,53.644667933],[139.7342405741,54.2931898293],[139.2463229884,54.1735463014],[138.7782206752,54.2805179572],[138.4594398377,53.5204261552],[138.2586884428,53.5310099104],[138.5735227738,53.9899859898],[137.9571868346,53.5755799396],[137.3156509151,53.5296815506],[137.8594888798,53.9635007756],[137.3037172317,54.0549780578],[137.7386815122,54.3167069731],[137.1262218184,54.1666923019],[137.1975625982,53.8446997659],[136.7863299929,53.75996731],[136.8181568419,54.6222920943],[135.7493094398,54.5557619823],[135.2744665019,54.7210020256],[135.2136957581,54.8921487397],[137.668998879,56.1303596917],[138.6192686593,56.9552558912],[140.4627472326,57.8380805642],[140.7713246968,58.2975390084],[141.5456070209,58.6016740312],[142.1846820464,59.0881017956],[143.2259009937,59.3946680024],[145.9309516376,59.4176314732],[145.8334798938,59.2380103243],[146.0786523514,59.1604104114],[146.4532879957,59.4625193606],[147.4884911791,59.2393157244],[148.2144540107,59.4085141031],[148.432006085,59.2499395462],[148.930431685,59.2342642271],[148.7621997852,59.4818229477],[149.6805143824,59.753296798],[150.768020269,59.5628706293],[150.4949089673,59.4902190678],[150.7715736523,59.4347179554],[151.4144527273,59.6006049593],[151.7417173509,59.3264952589],[152.2910766062,59.2403135852],[151.1233702803,59.0981973564],[151.6041094037,58.8501445969],[152.3564418947,59.0563747327],[152.8847075002,58.9171360827],[153.3922806218,59.2416155823],[154.0422963478,59.0464052253],[154.4634393876,59.2167477503],[155.1752004861,59.1731301913],[154.9144638099,59.4680158128],[154.1262090779,59.4667858856],[154.2227652147,59.8724229909],[154.4816669629,59.8780992788],[154.416972163,60.0678246868],[155.8693179086,60.7169308601],[155.9408620746,60.943570678],[156.6144569302,61.2027904759],[156.6877982574,61.5144060964],[157.510143574,61.7846447477],[158.0500337928,61.7256650684],[159.0263946,61.9206607761],[159.3979773689,61.8754270499],[159.5873244986,61.6535581579],[160.3322028239,61.9369401374],[159.8364599762,60.9455326039],[160.4386636972,61.0329651951],[160.1799402253,60.571929492],[160.8045704534,60.7264400764],[162.4318442042,61.6684264523],[162.8421202412,61.7094726976],[163.1171085242,61.5388923676],[163.3502145352,61.6955516042],[162.9877656408,61.8039040108],[163.2708527622,62.5048370974],[164.6095548726,62.6742325103],[165.147396675,62.4186897381],[164.636084792,62.4509564266],[164.1721708338,62.2695155436],[164.0655575929,61.6809015276],[163.7580548357,61.4611850567],[164.0262522337,61.318728547],[163.5080867342,61.0085255843],[163.7365538208,60.848130983],[161.9596197226,60.4182796837],[161.9262871261,60.2054552797],[160.5195631049,59.5502368336],[159.0407546282,58.4113036124],[157.4540932456,57.7961191562],[156.8404388006,57.7768712722],[156.9505150214,57.350539959],[155.9870513323,56.6844068944],[155.5516576614,55.1915764213],[156.1671153001,52.7709711999],[156.4947045178,51.9201528212],[156.7089442388,51.8820070379],[156.4926667844,51.9081632773],[156.670680718,50.8709848949],[158.2797429619,51.96280368],[158.5711871081,52.3165426467],[158.3945368282,52.6430082038],[158.5636890627,52.6233186852],[158.6349798456,52.8946146451],[158.4242182509,53.0054965047],[158.6092885872,53.0429652864],[158.715449283,52.8784877612],[159.6178036991,53.2494434831],[160.0338384674,53.0933739814],[159.8396492312,53.4445914182],[160.0467940558,54.167212271],[160.8615749282,54.5625155842],[161.7184177394,54.5079128244],[162.1206944614,54.752173097],[161.7360047599,55.4054748253],[162.0962269986,56.0850611748],[162.6192251246,56.2317046762],[163.0576944652,56.0093525353],[163.3680860077,56.1850980091],[163.2420608347,56.7135404806],[162.7835293604,56.7818888563],[162.788086557,57.3409747373],[163.3056598727,57.7279536963],[162.6981904917,57.9367663289],[162.2862971311,57.7965465086],[162.0023320411,58.0137719878],[162.4474681747,58.6758194053],[163.0665018606,58.9780090516],[162.9585892036,59.1563333718],[163.2491412314,59.0544536522],[163.0844799522,59.2420909432],[163.3546226584,59.2729534788],[163.2023794411,59.5597532589],[163.4798209569,59.8620629862],[163.9549225739,60.0162997227],[164.1401033263,59.871952525],[164.4546789286,60.1077283461],[164.8577022668,59.7815276574],[165.2248932531,59.9871332014],[165.0350742158,60.0990036326],[166.2622259933,60.4687633893],[166.086463195,59.8177851243],[166.2715714279,59.8172425948],[167.0784581072,60.3257993094],[168.3751241091,60.5987519024],[169.4192519954,60.5130977781],[170.3215573382,59.9326296171],[170.7050886211,60.406626872],[172.2178582906,60.945580733],[172.0520094378,61.0953239088],[172.4615266411,61.0303200641],[172.3440993674,61.2050912933],[172.9369979236,61.2632710256],[172.7497685579,61.4130692184],[173.2566777559,61.4268507523],[173.5627843363,61.7338652847],[173.848555176,61.6427927397],[174.0444896824,61.8180572363],[174.6332350866,61.8345224074],[177.1247663917,62.5317456278],[178.0781733184,62.5210183381],[179.0960066217,62.2695541866],[179.5959130957,62.6209137926],[178.2331032739,64.4372485297],[178.0589607104,64.193611883],[177.484628942,64.4232311828],[177.5188943062,64.7375427423],[176.7639483962,64.5655891493],[176.5226964647,64.662652591],[176.1883908249,64.58480252],[176.4536616877,64.6910731183],[176.155503043,64.8908226361],[175.728660869,64.7253281314],[175.2064261199,64.7228251679],[175.773807316,64.7620517223],[176.0657480867,64.9431040847],[177.0881321133,64.7601116796],[177.4447898063,64.9131073094],[177.6823860423,64.694306093],[178.7631351146,64.6691922406],[178.558611687,64.5577496259],[179.9999885409,65.0274975159],[179.9999885409,68.9800038709],[179.4196836707,69.2229031904],[176.1116147494,69.8765204504],[173.7917509163,69.8038970106],[173.4896262236,69.9348727671],[173.1538803222,69.8331790039],[170.5634566188,70.1275969177],[170.6329125096,69.7568808264],[170.202924052,69.5880329477],[170.6818070386,69.5653116589],[171.0652467112,69.0507640142],[169.736704296,68.7572881331],[169.3456388571,69.0833638826],[168.2875029886,69.227065278],[168.2794464021,69.545655784],[167.8040876689,69.7632911723],[166.9613221382,69.4742396266],[164.5987222813,69.5738100733],[164.0513845122,69.7494812702],[162.437567604,69.6526654434],[161.4913588122,69.3632068734],[161.3953661896,69.5299171769],[161.1372270288,69.4640151371],[161.0382023303,69.2480816384],[160.9731963911,69.6218734839],[159.6940693184,69.8710703618],[160.0746444093,70.3488255536],[159.132478473,70.8347219247],[156.8866557619,71.0890740268],[152.3799043633,70.8418784309],[151.7238316079,70.9716792546],[152.138012512,70.9947530686],[151.5735622199,71.3167513279],[150.7775405219,71.3582477513],[149.9321277459,71.6701389088],[149.0802690063,71.6745266534],[149.3393433712,71.8808000763],[149.6307540339,71.7432803697],[150.1045466526,71.855457011],[149.3516948868,72.1995254158],[147.0144122639,72.2970838318],[140.8812587968,72.8804758768],[141.2329839161,72.5856907572],[139.6168415814,72.4864079596],[139.1742297323,72.2745391123],[139.4251825311,72.1435869532],[140.2694985371,72.1984601517],[139.3833623626,71.9493621443],[139.993398853,71.4772599336],[139.2479211412,71.3980188236],[138.9073109293,71.6218295426],[138.1628730766,71.5747811419],[138.0838686889,71.2073173202],[135.9203392914,71.6301888301],[134.2734689804,71.3628604883],[133.3013090738,71.5413004389],[132.7607325238,71.7973286057],[132.9973636604,71.9478048378],[133.3363494297,71.8813181199],[133.1481210637,71.9627073964],[132.7801982928,71.9470066266],[131.6900873778,70.9218181793],[131.0651429662,70.7041346943],[130.8558398191,70.9138445391],[130.5947200847,70.8483314102],[129.8182151247,71.1300069773],[129.2362589733,71.596040285],[128.9144865661,71.5791479377],[129.4977794096,71.7496782627],[129.1354117977,71.9961320672],[129.015420019,71.7286851733],[128.5068695322,71.9645249793],[129.5780020684,72.137816938],[129.4519331228,72.4340822526],[128.837889677,72.5400470077],[129.5060676461,72.6293064366],[129.1253730227,72.9713569309],[129.5844255013,72.9545325741],[127.9044025428,73.4669525802],[127.0534704062,73.5270690826],[126.4976486479,73.3630127431],[126.3156058891,73.555121699],[125.8276387049,73.4167192503],[124.3946021681,73.800717195],[124.0146843863,73.6006482543],[123.4478286614,73.6529421037],[123.7374864617,73.1034812744],[123.3114526793,72.9176537018],[122.6431173747,73.0303151811],[122.6908186436,72.9189440589],[121.0816907618,72.930565852],[118.5293908938,73.1793939711],[118.7213420528,73.5554337188],[115.5642790391,73.7107524053],[113.5046357604,73.5100026427],[114.0937105747,73.3543517053],[113.5054756157,73.2364067116],[112.8299761831,73.9914138996],[112.9731759582,73.7728588331],[112.3755299618,73.7003062563],[111.2985690049,73.8555528721],[111.5020874859,74.0483067587],[110.9901901092,73.8976570663],[110.0659591231,74.0084988044],[109.6669433501,73.6738075083],[110.6431170551,73.7873193299],[110.8912576127,73.6766745407],[108.2114593402,73.2788757239],[108.4978169713,73.0886287029],[108.1054995602,73.2265564606],[106.3544162097,73.1757832227],[106.217247987,72.9654948404],[105.3169116379,72.7451372924],[106.1313353302,73.2598374827],[107.0529654814,73.4850887394],[106.1370127403,73.6502983118],[108.2105125087,73.6658656124],[109.8730280223,74.1956404377],[109.915220083,74.3196895473],[109.3744561773,74.2827689491],[111.7961542126,74.6529302801],[112.7737429299,74.9437466573],[113.7352471563,75.4673870018],[113.372700341,75.521957806],[113.2663054492,75.6628402567],[112.783864295,75.5477544227],[112.2493412679,75.8555097132],[113.6032490353,75.651588701],[113.4370412756,75.5369931747],[113.9132612509,75.8187241437],[113.2995501477,76.2524692008],[113.3595900189,76.121628509],[112.6180648239,76.0520105712],[112.3779579128,76.4527935877],[111.9481871056,76.2159702929],[112.2485990844,76.472746648],[111.1951530283,76.773641231],[108.0418575094,76.7336972838],[107.7140376246,76.4933226616],[106.6039963634,76.4736937996],[107.5366404407,76.9115088313],[106.8551472317,77.0483536614],[105.6288943823,76.9683296349],[105.8617136399,77.1084275404],[104.2833533352,77.079723286],[106.2988806812,77.3786599261],[104.1098799194,77.7288676023],[101.4168730647,77.1054358206],[101.121204007,76.5432900692],[98.9018986031,76.4770124931],[99.6199647343,76.0808635393],[98.8569576908,76.2537814214],[97.5750074529,76.0399325619],[97.8600101133,75.970555771],[97.1814153167,75.9240442171],[97.3013289838,76.0232821988],[96.4707475618,75.8595838462],[96.4454042528,76.0040545568],[95.729389656,75.8287638396],[96.1685929072,76.0778736272],[95.8033048001,76.13837716],[93.720503109,76.1185765266],[94.0278735346,76.0474261917],[93.4361643408,76.0093902597],[93.2520009087,76.1124096721],[92.9504824931,75.895613237],[94.1708176523,75.9271317174],[91.7054227791,75.7291454986],[91.6879621233,75.623411157],[90.755694334,75.6395641914],[89.4982014209,75.4242409663],[89.3096690256,75.5099855849],[88.2481542152,75.1355397578],[86.8873162281,75.1122736471],[87.7502160038,74.993091252],[87.2041039962,74.9873339298],[86.8379860046,74.6260418918],[86.011363685,74.8308521861],[85.8189549266,74.617719491],[87.3215984394,74.4361576546],[87.0133547136,74.2714819098],[86.5493473402,74.4760245721],[85.8889658079,74.3293838091],[86.8883036486,74.0531148483],[87.4519570208,74.0751762748],[86.9246419592,74.0229253473],[87.208418563,73.8708793954],[85.3241941872,73.6970110486],[80.5297479493,73.5402786809],[80.3518529762,73.2887116946],[80.8080818714,73.1927328964],[80.3156314597,73.1641050979],[80.8799881827,72.9318285883],[80.85993775,72.4391207394],[82.270438387,72.2454728916],[82.7001863578,71.8806518869],[83.6520411627,71.6259315699],[83.1557146523,71.233039134],[83.7836806952,70.4497243223],[82.9890753152,70.2845416054],[84.4745549618,69.5802069087],[82.7329803602,69.9878694744],[82.9889786318,70.0321061879],[82.2763279958,70.1495543133],[82.1199603419,70.4308673502],[81.8117355109,70.2112233378],[82.4152644926,70.7390030342],[82.2423682041,71.2492824649],[82.9986795081,71.401893576],[83.3064231289,71.6745392133],[81.414517095,71.7241504363],[79.4702511124,72.3450719601],[78.1020179434,72.3457361589],[77.4546863339,72.2091508263],[77.4100092656,72.0661436509],[78.2186341276,71.9978417063],[77.8301180194,71.8123198393],[76.8863529617,72.0554096928],[76.0928801771,71.902385229],[76.3297234152,71.5615971059],[78.2766658333,71.2380483156],[78.3649226333,70.8893782787],[77.7734498361,71.1109009569],[75.2819828551,71.3330867422],[75.6807720647,72.2711233837],[75.4670225641,72.7356341347],[74.9855746859,72.867834417],[74.9934994659,72.1710632822],[73.5310411272,71.796374792],[72.9985335771,71.4124295889],[74.3108024846,70.5962918472],[73.54289076,69.762028454],[73.8770031544,69.102429233],[75.9640251416,69.2570261102],[77.6044461499,68.9054153801],[78.1481036306,68.2597671486],[77.4800330693,68.1150908836],[77.4563582797,67.7488302082],[78.9469764727,67.5874666477],[79.523363933,67.2811514002],[78.7786142414,67.5624530122],[78.7488785212,67.5021295102],[78.902259979,67.3970113922],[80.0063698921,67.1510044023],[79.6478722734,67.1541651299],[78.8942972161,67.3856994344],[78.7214901791,67.4946968032],[78.5168218563,67.5374975359],[77.669666509,67.4161907073],[77.6774665521,67.5798770954],[77.0447474924,67.7842302903],[77.3123098359,68.4903346118],[76.6116123717,68.7545564011],[76.5523555016,68.9887331826],[76.1883818822,68.9942379787],[74.4841284584,68.7125949841],[74.3131472034,68.3678116363],[74.7971347446,68.0288372497],[74.7274410452,67.6681806871],[74.0983719739,67.4109578329],[73.8713422,66.9870065584],[72.497179709,66.5907430534],[72.2502665434,66.2492366041],[70.3814540069,66.3267223984],[69.1993202064,66.5769511414],[68.8330872436,66.9006844402],[69.9916341066,66.8038359194],[70.1552940294,66.7313446647],[71.4036940466,66.9682354491],[71.8318199309,66.8847881622],[72.6015144132,67.5759505878],[73.1030043631,67.7173242464],[73.0936010203,68.2116811354],[73.602050256,68.4438938003],[72.4908177007,69.0854840452],[72.3836617216,70.291138156],[72.7602835196,70.3877712703],[72.8314811723,70.8615123273],[71.8353517008,71.4765216981],[72.5043410923,71.8984539614],[72.8244975913,72.6919776387],[71.5539350341,72.8848802588],[69.5931839001,72.8501856077],[69.5769591187,72.9498279588],[68.9380931262,72.6586457491],[68.383370637,71.7220613651],[66.9575375331,71.2615125801],[66.696037926,70.8715902957],[67.3969082471,70.7026017729],[67.159164856,70.2470365297],[67.4354827606,70.0249745128],[66.9549217704,70.0220256574],[66.8462015376,69.5551469357],[67.105137745,69.6692415953],[68.1583536457,69.5178569652],[68.1179622633,69.2197047147],[69.1290557999,68.8216737101],[68.3077498181,68.1788737511],[67.1658194731,68.8153198137],[66.4087663301,68.925852461],[65.5706950563,69.1317478503],[66.5648685689,68.9100408596],[66.2062618211,69.0726872194],[63.5630350344,69.6217778383],[60.8949456804,69.8588987772],[60.7873971697,69.61665881],[60.3421153307,69.6609506456],[60.1845648659,69.5512073979],[61.2253922052,68.7874465886],[60.8767519961,68.8827917847],[60.4310342943,68.6845514931],[59.9305970557,68.7036706868],[59.6686475196,68.3400197009],[59.1131515091,68.4064930153],[59.5161712042,68.7328262057],[58.9890904619,68.9105409627],[59.307664298,68.9687067384],[58.9043615323,68.979367757],[57.2046014838,68.7099339432],[57.651818708,68.7340455524],[57.3079674463,68.5284829671],[56.0610955499,68.6441921104],[55.371012541,68.543961314],[54.8229541829,68.109758064],[54.4923335997,68.2950524646],[53.9860556637,67.9873613192],[54.1032487783,68.232916334],[53.1227750332,68.134172384],[53.3224115152,68.3355662132],[53.9530569307,68.3953427737],[53.7315300473,68.610657877],[54.0102670419,68.8266007089],[53.6423817493,68.8890210117],[54.5806197248,68.9777195704],[53.8749525773,68.9594039147],[52.290218556,68.5920795553],[52.7659623871,68.4747270782],[52.3217235313,68.3085247171],[52.2472072039,68.5564740447],[51.5807426996,68.4837866722],[49.9306060311,68.0040455831],[50.0425810858,68.0990032497],[48.7722754227,67.8356953694],[49.0556389409,67.6189362571],[48.0002682799,67.6376437592],[47.6695027071,66.9585773644],[46.5575322247,66.8169441471],[45.8911223623,66.8642781067],[45.5955908882,67.1556770351],[44.9075132928,67.333640183],[45.402821696,67.7214055308],[46.6751721252,67.814125989],[46.0125743891,68.4159214213],[43.256994801,68.6717612621],[44.2207757214,68.2754470974],[43.7696164413,67.1977364647],[44.480060185,66.9265282192],[44.1803820359,65.8872641966],[43.8464768741,66.1850044191],[43.3459553951,66.0399712744],[43.6794840728,66.2381283293],[43.271872219,66.4051651847],[42.1111859093,66.4876122393],[41.4993170916,66.1118627577],[40.7393853698,65.9829998622],[39.7460555337,65.5380618357],[40.5038370628,64.5619219793],[40.6626981816,64.6667093393],[40.4833646826,64.5207599391],[39.8476718284,64.6502957559],[39.5595576873,64.5431272961],[38.4938084884,64.7877429394],[37.9905944527,64.5901167246],[38.3630737206,64.8428930221],[36.845682588,65.1460688469],[36.8068916742,64.9587641009],[36.4341757758,64.9182494062],[36.5551489756,64.7266715117],[37.2098650668,64.3716748584],[37.8277406336,64.4490918177],[38.0423592426,64.324592815],[38.0696335956,63.9903832336],[37.4491084354,63.7853811247],[36.2870580493,63.9798476533],[35.8172596912,64.3230837931],[35.3345458409,64.2968354856],[34.7814040937,64.5130442803],[34.9405861661,64.8270455332],[34.360917148,65.3777996901],[34.6774058178,65.4397525281],[34.6462903641,65.7827265073],[34.8328325327,65.8787144777],[34.1049886872,66.2239910083],[33.0121444663,66.2536340793],[33.707144487,66.4121931464],[32.8725689617,66.5230475559],[33.3108678906,66.6408661903],[31.8559923252,67.1293856186],[32.6306972183,67.1169342071],[33.3881924033,66.7555919591],[33.6231573803,66.8163740254],[34.4869805952,66.5367956107],[34.8320833129,66.5976179271],[35.5207432607,66.3825821398],[38.6732872287,66.053537042],[39.9965855226,66.2516023013],[41.1983799123,66.8163465727],[41.0357049882,67.6389434243],[39.7583306034,68.1586784278],[39.6419266268,68.0193514787],[38.6654641521,68.348450453],[38.7068604549,68.2597753693],[35.8206482296,69.1828156836],[35.7289585807,69.0067726979],[35.6995283504,69.1911146328],[33.6098326319,69.2978580092],[33.4463795154,69.0811805706],[33.0491876673,69.0498148608],[33.4886016126,69.1513088108],[33.5021682822,69.3909963842],[32.8869856382,69.2885085574],[33.0653481427,69.4524201132],[32.2133633847,69.413505566],[32.4987031451,69.5007000751],[32.0928338438,69.6427839796],[32.8520115164,69.5627571068],[33.1162964876,69.7209972391],[32.0888976614,69.9399716029],[31.7342047407,69.6601633521],[30.8227699391,69.7896101639],[30.9368895243,69.5603096261],[30.091074469,69.6592569586],[30.0393251438,69.4271598611],[28.9300190002,69.0518129997],[28.4594337722,68.9226292234],[28.7995801777,68.8687070462],[28.435184153,68.5389774807],[28.6453483282,68.1987419812],[29.3258449382,68.0745187052],[30.0160184252,67.6725190094],[29.0338476909,66.9262771591],[30.1335308773,65.7028642959],[29.7234441684,65.6364011384],[29.896371532,65.1076851497],[29.6169748793,64.9147115101],[30.0863492862,64.773538859],[30.0512331291,64.4214741008],[30.5534286907,64.132076897],[29.9733134649,63.7564802938],[31.5856720146,62.9079742574],[29.7388640449,61.5746820872],[27.8029601341,60.5488596637],[28.1853092681,60.533873613],[28.7113074048,60.7720977097],[28.714035286,60.4369292658],[28.4473428963,60.5449325888],[28.64738888,60.3544677564],[29.0352829612,60.1802222618],[29.8729551294,60.163968167],[30.2514992219,59.9692563627],[30.1568611879,59.8617302802],[29.1270494986,59.9868037006],[28.9815755979,59.8128845988],[28.4859919609,59.8338281491],[28.3549693686,59.6576047756],[28.1112748146,59.7950623184],[28.0415840002,59.472057],[28.189078271,59.3446023817],[27.3583259778,58.7868001624],[27.6808717156,57.9228919526],[27.3514620003,57.5180740001],[27.8667791633,57.2955281983],[27.7209027243,56.9148669002],[28.1758542746,56.4530989484],[28.1512260004,56.170743],[28.6717331321,56.1014690843],[28.735239056,55.9673208057],[29.4222791261,55.9689389837],[29.4852696819,55.707213752],[30.0010967227,55.8677865504],[30.9376947989,55.6015091798],[30.9936125546,55.0753748902],[30.7522593207,54.8059310706],[31.0956638558,54.6595516632],[31.3574528558,54.2399311693],[31.8946578977,54.0809836761],[31.7740029302,53.8075543084],[32.4605848649,53.7370763633],[32.7406641417,53.4573114238],[32.1715059617,53.0885195957],[31.6312485506,53.2281043624],[31.2645045193,53.0425132593],[31.5643422774,52.798124014],[31.7817693648,52.1119610087],[32.2641194204,52.0927447719],[32.3780683853,52.3376392383],[32.916885847,52.2550896142],[33.1898438296,52.3791993004],[33.8286718671,52.3630654773],[34.4169580533,51.8212052476],[34.0821542484,51.6666213567],[34.23216035,51.2650612748],[35.1484754009,51.2235685637],[35.1877287317,51.0537387674],[35.4065810809,51.0463645038],[35.4051130788,50.5747520576],[35.6250329367,50.3530839823],[36.0718353972,50.4505507538],[36.6479327038,50.2181038434],[37.4670283013,50.4528456042],[38.0578097572,49.9247213533],[38.3180869581,50.0875783542],[38.930925611,49.7971758963],[39.1840636383,49.8871094076],[39.8082609832,49.558990402],[40.1354254456,49.6155546659],[40.0297305483,49.454646701],[40.2149008758,49.2464209048],[39.6644506169,49.0035835369],[40.0781376097,48.8706225936],[39.7990078038,48.8418179784],[39.6615537018,48.6107845136],[39.9745901693,48.3141245504],[39.7891310929,47.8683762546],[38.8439494537,47.8653414411],[38.7707605688,47.6854318787],[38.2871410248,47.5470923618],[38.2301187803,47.1194068261],[39.1951597561,47.2850572003],[39.3140339257,47.0492582361],[38.4942362563,46.8725072681],[38.3940470472,46.7230272996],[38.5756476291,46.6544579982],[37.7471466069,46.6704685441],[37.9056990154,46.4110731356],[38.2883373849,46.265402206],[38.1449230171,45.9966256213],[37.9469462421,46.0112324783],[37.5323882127,45.3772233771],[36.7892257984,45.4358467072],[36.9880420546,45.281327714],[36.6018973166,45.1845496667],[37.2159152208,45.0005121334],[37.4625049623,44.7035116384],[37.8257655084,44.7243357308],[38.2119093911,44.4116400866],[38.7813783696,44.2811403836],[40.0084721202,43.3851389304],[40.1065481248,43.5693932417],[40.6618142208,43.5625049546],[41.6199607043,43.2229298659],[42.8595471668,43.1793679039],[43.9700236872,42.5547718267],[44.5602041118,42.7568854192],[45.1531154222,42.7088632704],[45.3414168842,42.5223693037],[45.774915483,42.4876819569],[45.6123236103,42.2095570777],[46.4257589999,41.9123399998],[46.75644104,41.8592270236],[47.3676601407,41.2756880932],[47.7842906937,41.1862244768],[49.7606200001,42.71076],[49.1927168591,43.5082435298],[48.6870573266,44.7542260507],[49.4470335262,45.5291044392],[50.0368486614,45.8589626104],[49.1803690937,46.3768937106],[48.5469194813,46.5592501763],[48.5554561331,46.7541339228],[49.019131708,46.760932123],[48.1982003792,47.6902960193],[47.2028268032,47.7569247636],[47.1214707387,48.2687967732],[46.4948362788,48.4344020986],[47.0290152451,49.0916033097],[46.7822505359,49.346262623],[46.9027286833,49.8627023639],[47.3517265444,50.0925476058],[47.3026995489,50.3043362497],[47.6145949512,50.4628973142],[48.2887093578,49.8600620524],[48.7463286506,49.9233892928],[48.8863640667,50.0276939083],[48.6538555411,50.601354206],[49.4231833769,50.8493648017],[49.4395330508,51.1136721831],[50.3706404889,51.3309096557],[50.5833809546,51.6444372132],[50.8104628298,51.5857196611],[50.7688062677,51.7719727759],[51.3671875417,51.6428233061],[51.3785755218,51.4764021894],[51.7380280461,51.464585265],[51.8639223946,51.6707886181],[52.3313770673,51.7428943352],[52.559287961,51.4562842752],[53.4000356423,51.4887746754],[54.534408075,50.8473733628],[54.5447947967,50.528143715],[54.7311804051,50.6199847612],[54.5944220061,51.0301687849],[55.7104992416,50.5530079622],[56.5086412839,51.0833058746],[56.625768265,50.991704655],[57.1846117122,51.1142262258],[57.5057293032,50.8764476729],[57.7413321586,50.9310048416],[57.7741462823,51.1380678647],[58.1680139034,51.06266032],[58.3360860332,51.1808442573],[58.6562865379,50.8096219592],[59.5111483791,50.5035199572],[59.9593031753,50.6591075032],[60.0403809356,50.8500150233],[60.3266844608,50.6705882404],[60.8545009898,50.6679532519],[61.4483619187,50.806419664],[61.6380065109,51.2505203282],[60.9266599297,51.5983636039],[60.413394122,51.650001459],[60.495982631,51.7725700652],[60.0013648073,51.9905928212],[61.0651536416,52.3453917504],[60.714543991,52.672230474],[61.0111253966,52.9778264733],[62.0256995406,52.9509024296],[62.1467562146,53.0657624186],[61.1786809442,53.309831597],[61.2561238723,53.5046255831],[61.5903247384,53.5272946428],[60.9019122831,53.6280901002],[61.2278738592,53.7991999618],[61.0011957463,53.9387902639],[61.2772320354,53.9282978816],[61.4122479979,54.0860187994],[61.9337003036,53.9500525377],[62.3350501861,54.0320974164],[62.5379630808,53.8984482741],[62.5932320161,54.068327275],[63.2005159048,54.1867303563],[63.9632337164,54.2010135878],[64.9731127976,54.4236924291],[65.2217801772,54.3344226219],[65.2155531131,54.5407903054],[65.4891890227,54.6550314889],[65.9784412599,54.71641009],[66.0018731129,54.6254385847],[68.2316759423,54.9688556573],[68.1783983209,55.1981568246],[68.6235743988,55.199143612],[68.9734610053,55.4418502887],[70.204928507,55.1457539594],[70.8047939996,55.2893284254],[71.0314802991,54.7779801872],[71.2930045584,54.6660049868],[71.2002401342,54.3144447052],[70.9977965741,54.3330095163],[71.1772051763,54.0959023631],[71.7188393874,54.1063782212],[71.7556628472,54.2540240512],[72.1842626796,54.1215905872],[72.0369079727,54.3660193874],[72.2831580817,54.3124096806],[72.4806697777,53.9019561094],[72.7146199921,53.9521956392],[72.6088217016,54.1367864309],[73.2769172847,53.942671691],[73.7650799699,54.0538940501],[73.2737626743,53.6750405071],[73.4375887387,53.4359418898],[73.9034151232,53.6502153579],[74.3883860928,53.4578068819],[74.4581938739,53.6894352033],[75.0536530384,53.7956984829],[75.3798755068,54.0714020696],[76.9288907443,54.4566507339],[76.7549703754,54.1667554649],[76.4389203211,54.16512302],[76.5349148008,54.0024561259],[77.9186433894,53.2769697534],[80.0436159261,50.7823126459],[80.4810708431,50.9689313909],[80.678955238,51.3155790207],[81.146591303,51.2114772166],[81.0614984583,50.9485197149],[81.4121399467,50.9745321662],[81.4541979644,50.7547695907],[82.5645495537,50.7466325078],[82.7333910652,50.9267552769],[83.4437906846,51.0108279541],[83.9696233793,50.7963495756],[84.3336963729,50.2226982396],[85.0310296838,50.0448467857],[85.2571769853,49.5892202582],[86.2255236667,49.4908975417],[86.7773474763,49.7953531494],[86.6155987001,49.5741826286],[87.0313057869,49.2529226561],[87.3127780911,49.2323330429],[87.2857900004,49.1158719999],[87.8145246383,49.1701661079],[88.1680158768,49.2918403491],[88.2220068557,49.4791370147],[89.1436652654,49.5008777663],[89.7079543531,49.7243285721],[89.6176338482,49.9181661544],[92.4012988232,50.83106953],[92.629568478,50.7036597618],[93.0030627253,50.7920254931],[93.1197351234,50.592634437],[94.2796790347,50.5735233381],[94.6150511976,50.0356901404],[95.4555630884,49.9420688034],[95.8631028633,50.0436498618],[97.3145375992,49.7548574691],[98.1838435606,50.1503934027],[98.3239389606,50.4925376999],[97.8263970822,51.0154121458],[98.0387544088,51.452261248],[98.7597645831,51.874430282],[98.9108922274,52.1479339166],[99.8026110119,51.9151541303],[99.9103912751,51.7460475274],[100.584881547,51.7408924183],[101.3699289297,51.4561727728],[102.1219396108,51.3627078414],[102.3545091267,50.6681781652],[102.9257453369,50.309324254],[103.7137123973,50.1271270781],[105.2746924014,50.4504183988],[106.7507259228,50.3132519171],[107.2104680483,49.999915979],[107.928539221,49.9364854057],[107.9446624843,49.6624192461],[108.5168201677,49.3205122899],[110.810385361,49.1761295762],[112.8128126848,49.5154605404],[113.2238890248,49.8400479919],[114.3361390713,50.2850108559],[115.5305548761,49.907384633],[116.2365885963,50.0360480049],[116.7136940018,49.8456670001],[117.7900092141,49.5238262616],[118.563072161,49.9358464949],[119.1107172887,50.0053034037],[119.342882785,50.171076406],[119.2807043144,50.5930658787],[120.0555945721,51.6329817938],[120.6567949932,51.930776955],[120.7769383319,52.1584706759],[120.7080497299,52.554103935],[120.0604692978,52.5909325371],[120.0299207632,52.7776241964],[120.8796949607,53.2915783721],[123.524968053,53.5549197809],[124.7321274392,53.1428626007],[125.1557626632,53.201137484],[125.6164799308,53.0709786492],[126.3225926438,52.4158168954],[126.2991357303,52.2052215161],[126.5513827201,52.1274639097],[126.451677671,51.9471740142],[127.3576361553,50.5891558719],[127.3206875378,50.3327557707],[127.5983563842,50.2320230024],[127.5416360816,49.8040782631],[127.8209636017,49.5901716879],[129.5088725039,49.4230317359],[130.2292328127,48.8678748149],[130.6244646469,48.8802522597],[130.6589741699,48.0967489357],[130.9859798202,47.7035325488],[132.5526425792,47.716482065],[133.0783197874,48.1217463267],[134.7085637697,48.3954285154],[134.5480341253,47.9874863262],[134.7787887472,47.7241267673],[134.1749353351,47.3275002259],[133.9085071401,46.2630918171],[133.1827159279,45.4956734327],[133.1280606288,45.127160175],[132.946448282,45.0236052577],[131.8768087174,45.3413378599],[131.4907759774,44.9815566946],[130.9590286521,44.850659788],[131.3011156597,44.0505512001],[131.3108605704,43.395466895],[131.0389316028,42.8629568294],[130.396229214,42.7264612069],[130.5871300782,42.6666863282],[130.63938738,42.416834251]]],[[[67.7989497577,76.9955223466],[65.962394322,76.7333049294],[66.0037548714,76.5062166762],[65.470212367,76.5637517888],[63.0200109427,76.1913047841],[61.0806749743,76.2629444194],[60.7735823079,75.9861168006],[60.8093454831,76.1131361147],[60.3012842904,76.0972078452],[60.3169211023,75.9723879886],[58.0513833813,75.6637707888],[57.7817362447,75.3149952992],[56.8790875677,75.3428875],[56.4923547694,75.0569130817],[55.9239728329,75.1714053784],[55.9038813192,74.9634186094],[56.7268949319,74.9374761487],[55.8818202011,74.7872180112],[56.9632555038,74.6791325954],[55.8069667098,74.684679826],[55.570056367,74.5610345983],[56.2247426133,74.4711440988],[55.3480834747,74.4101853193],[55.8389406393,74.2636629773],[55.1102101036,74.2401734993],[56.3495303676,74.0087064246],[55.0387559148,74.1476873514],[54.5907513458,73.9981714594],[55.0425614868,73.9048275966],[53.6388233002,73.7473195861],[54.1891884823,73.5958343174],[55.4030613408,73.7790813808],[55.9878084222,73.6309798931],[54.7311954786,73.642421579],[54.0494754003,73.3381324214],[54.9322681077,73.4394325423],[55.9259816971,73.2962373609],[55.9518285068,73.4222937223],[56.1261609532,73.2617693874],[56.7431379794,73.2335971423],[57.2273444003,73.4797461468],[56.4078021563,73.7362107699],[57.154812928,73.5528945936],[57.5960980252,73.597801159],[57.3215996091,73.8039917687],[56.5902346273,73.882782929],[57.8905597287,73.7668186786],[57.1911061456,74.0744971841],[57.4822794439,74.1871000591],[58.2758062634,73.9937427696],[58.1033087056,74.1375128669],[58.6776660588,74.2366720303],[58.2638392512,74.5617261967],[59.152950714,74.4224767062],[59.1895715664,74.6969454249],[59.7729538456,74.5736841654],[59.5064303423,74.779042797],[60.3096463676,74.7408651084],[60.6576769694,74.9126989972],[60.0018983337,74.9826710862],[60.7614926793,75.0139151007],[61.32992528,75.3192946998],[61.4434583319,75.2121439314],[62.0109108676,75.4422393674],[68.3022222844,76.2685792818],[69.0266882008,76.6999867428],[67.7989497577,76.9955223466]]],[[[-179.6309512643,68.8948914614],[-179.9999885407,68.9795271367],[-179.9999885407,65.0275682844],[-179.2604838733,65.529196676],[-179.7378588974,65.8464104683],[-179.6742779619,66.1573522762],[-179.2924404396,66.120250631],[-179.0397357137,66.3636849131],[-178.8343129371,66.152395115],[-178.4868658019,66.3913387684],[-178.4761212552,66.1234408653],[-178.834682152,65.9776541381],[-178.4342339289,65.4723606387],[-177.5194987206,65.4559374066],[-177.0968984211,65.5908205383],[-176.8695711344,65.594022025],[-175.9030983353,65.4095440298],[-175.7594613736,64.948984962],[-174.2323753318,64.6181711208],[-173.8988777688,64.3973805896],[-173.4267766138,64.3735805884],[-173.3328591526,64.5945827732],[-173.1681830526,64.2519683689],[-172.8389265152,64.3022938937],[-172.9524523078,64.4928476538],[-172.2870795301,64.4031791151],[-173.0586995166,64.6480082233],[-172.7528703311,64.7813954686],[-173.149113533,64.771272295],[-172.1350589534,65.0400246772],[-172.1777878383,65.4335681323],[-172.706613261,65.6753022704],[-171.7388393911,65.5038499559],[-172.0610157621,65.4718965526],[-171.0532524501,65.4638618727],[-171.4730625904,65.8381740129],[-170.5831168292,65.6044827412],[-170.5576543151,65.8496768122],[-169.6757413398,66.1281732094],[-170.5705892812,66.3519927544],[-171.6909132108,66.9470937251],[-173.646372947,67.1083200087],[-174.6231595067,67.0566037803],[-174.172717614,67.0779810314],[-174.5593670704,67.0312348308],[-174.1983803019,67.0531482568],[-173.9498590442,66.8434027961],[-174.2475676007,66.513273652],[-173.6819048112,66.4348838249],[-173.8425958884,66.2895296267],[-174.0231618201,66.4684925213],[-174.3685945647,66.3333491662],[-174.4299628802,66.5275120819],[-174.9565575984,66.6598561092],[-174.7019493702,66.7278631867],[-174.7457351833,67.3031039134],[-175.3335668998,67.6694941523],[-179.6309512643,68.8948914614]]],[[[97.2739251824,80.1566900711],[95.3091679707,80.0208050307],[94.9971897877,80.1038106327],[94.3454848929,79.9172923833],[94.6804412318,79.7824752339],[92.9280135838,79.574261781],[93.32027972,79.4544172024],[93.9459113351,79.6385924723],[94.9115887567,79.0468501519],[96.9216526386,78.9966344226],[97.6639238841,78.8090761532],[99.5370732617,78.8105804213],[99.9739803963,79.074573228],[99.2232246858,79.2909425957],[99.8427980017,79.2760863576],[100.0744001528,79.8469461556],[98.7279369508,80.0713651743],[97.2045166994,79.5934583892],[97.7312207877,79.8106890377],[96.5367663417,79.7161736577],[98.0799581182,80.0674158636],[97.2739251824,80.1566900711]]],[[[139.0918177792,76.1949003519],[137.6534768692,75.9897776511],[137.0084656437,75.5880048337],[136.9881495297,75.2654696044],[138.2015294608,74.7593472943],[139.184144703,74.6371939088],[139.687509055,74.9726383043],[139.9919716253,74.797929283],[142.2287057887,75.0169154252],[141.9719971202,74.9238174712],[142.5613102799,74.803921616],[143.6804410781,74.9310392907],[143.5289921681,75.0602970219],[144.423744016,75.05550154],[145.2317764603,75.5800734652],[143.7587249758,75.8437849189],[142.6755561327,75.8499418602],[141.4060683193,76.1750486109],[141.7253045897,75.9985784661],[141.0433785847,76.0513838778],[140.9248098752,75.6277362872],[139.0918177792,76.1949003519]]],[[[55.4186337702,73.3167645817],[54.8991425217,73.4254399258],[53.1777134164,73.1356527616],[53.0833860244,72.9307288901],[53.6204848124,72.881664285],[52.9230887486,72.9057541899],[52.409838564,72.7042693332],[53.6923247124,72.6430081242],[52.7013388297,72.6180215467],[53.2815825164,72.5621352438],[52.9434432754,72.5612046856],[52.4514632218,72.0508260444],[51.5765183016,72.0609278807],[51.5702322617,71.5732377911],[52.0882698236,71.4573256223],[52.2639500282,71.5977496777],[52.451342584,71.461784631],[52.545581936,71.7129630049],[52.9484657579,71.3714281289],[53.461877298,71.5353882364],[53.5231618309,71.2115354554],[54.2493747477,71.0919838894],[53.5100366824,71.0849013839],[53.5414656101,70.7861061001],[54.7785355672,70.6369285277],[54.5356061752,70.7749704778],[55.171988152,70.5454234358],[55.4119597529,70.7368345277],[55.9917492316,70.5640502444],[55.7936823428,70.6742290149],[56.6269519329,70.5686748012],[56.2078320898,70.7402571738],[57.2287883302,70.5530703757],[56.7462110204,70.6755481827],[57.3470096676,70.5996430971],[57.5773866947,70.7173251164],[56.1990142461,71.1858290002],[55.200660869,71.9083720284],[55.572120759,72.1712148684],[55.1233198583,72.4481812013],[55.5493718898,72.4736189337],[55.0833774463,72.5823559569],[55.6370814523,72.5427456141],[55.9024336976,72.6571763153],[55.4540005971,72.80579705],[56.0976922339,72.7824560951],[56.2389661208,72.9458369519],[55.5204077178,72.939892783],[56.5644408534,73.1329201913],[55.4186337702,73.3167645817]]],[[[95.9951943277,81.2066307677],[95.1786288181,81.2430157252],[95.6618267086,81.193445005],[93.1599304346,80.9319174604],[92.8796734859,80.4768740687],[91.9899299922,80.4078090053],[92.7679349161,80.3337104823],[91.4691347069,80.2604048411],[93.3005279054,80.2723069556],[92.1728246544,80.2545051824],[92.9770990523,80.140858029],[92.1751547502,80.1420108312],[93.7161948582,80.003856438],[94.5604314918,80.1269019097],[97.3027595381,80.2281799226],[97.4642949151,80.2879997656],[96.7239079561,80.715600435],[97.4322643472,80.6104582368],[97.9650525587,80.7401700518],[95.9951943277,81.2066307677]]],[[[103.0706259153,79.2900644689],[102.3722707353,79.4041568218],[102.3050648943,79.1875369784],[101.6842921607,79.3214265311],[101.1179748859,79.0330689148],[101.6631218382,78.9499239809],[101.0710046031,78.9937478498],[101.2773519898,78.7357212149],[100.5102503529,78.7032386037],[99.6651827133,77.933526448],[105.1353588792,78.402599868],[105.2081590591,78.7921403966],[104.0878090303,78.8512435267],[104.6942281119,78.8624658472],[103.8700106353,79.1600977347],[102.4189561273,78.7820119997],[103.0706259153,79.2900644689]]],[[[142.8008620827,54.2823279211],[142.6819474436,54.4155394173],[142.5525281214,54.227315235],[142.332055452,54.2781248262],[142.6876484691,53.9393973917],[142.5826428896,53.6922020269],[142.6917299532,53.8430702132],[142.7917339666,53.7131479289],[142.4829354581,53.654776945],[142.4596740968,53.3742275458],[142.2586230487,53.3619895606],[142.2458858202,53.531955275],[141.7550112528,53.3692974119],[141.9191971081,53.0465488941],[141.6325518414,52.3317075412],[141.660648155,51.905293171],[142.2497323941,51.1412626649],[142.0405991496,50.5542006782],[142.0869642796,49.2178754617],[141.842988137,48.768684097],[142.2056687858,47.9820871366],[141.8130352702,46.5831623742],[142.0822743331,45.8903846916],[142.4116467031,46.5832829284],[142.6859881353,46.7491671434],[142.7792101454,46.6000349652],[143.3072690543,46.5040432627],[143.4150844334,46.0225929527],[143.580635089,46.3545879113],[143.4795923388,46.8218971582],[143.1030493449,46.9053113806],[142.5364316417,47.7867737713],[142.982409423,49.1283030551],[143.4024446032,49.3090277217],[144.03103437,49.260229484],[144.6795299576,48.7286918697],[143.7870834444,50.319649901],[143.357469398,51.6465733351],[143.2038870218,51.5119590503],[143.2188496722,51.8694109022],[143.0274673451,51.7268376532],[143.3261186259,52.8380811506],[143.0920480831,53.0367104296],[143.0453308703,53.2731661742],[143.1420890561,53.3636066252],[143.3179283831,52.8523851079],[143.2404050358,53.2144485888],[143.1613807119,53.3812724471],[142.9894302062,53.5236215013],[142.8859579708,53.8612817913],[142.9847424883,54.1092115479],[142.8008620827,54.2823279211]]],[[[50.9744309718,80.8512776762],[49.8086357448,80.9078105151],[49.0093005676,80.777594157],[49.6770797269,80.687228901],[49.2080345259,80.5200775178],[47.4216850744,80.4559232842],[48.2358535058,80.4444538758],[47.6072666654,80.3940649569],[48.0545878369,80.3005964616],[46.7549708661,80.3148909373],[47.1135865667,80.16106135],[48.1520736209,80.1947505528],[47.7038374684,80.0511922503],[49.1096533147,80.1688003067],[48.7836011239,80.373567089],[49.6237583149,80.3516954276],[51.7163156581,80.6875852699],[51.265621949,80.7979182426],[50.2162911654,80.7483784069],[50.9744309718,80.8512776762]]],[[[147.032309502,75.3214374101],[146.4872219787,75.5912374432],[146.1807073516,75.2135566431],[148.2284896481,74.7753969211],[150.6653616871,74.8669021569],[150.940068111,75.1415333507],[148.6261930836,75.199059203],[148.575960457,75.3735120363],[147.6320667819,75.4425633967],[147.032309502,75.3214374101]]],[[[62.201425964,80.7793108001],[59.7374285564,80.8011334619],[59.6856705402,80.3815995098],[61.2946258519,80.3864274959],[62.201425964,80.7793108001]]],[[[65.3089418188,80.9625555234],[64.5252458213,81.1876347973],[64.1042442728,80.9661847142],[62.5235920809,80.798081493],[63.0397280407,80.6406278501],[64.9003959174,80.7645215974],[65.3089418188,80.9625555234]]],[[[142.529865803,73.8449567513],[141.1642503131,73.8656191159],[139.8780812907,73.3539033186],[140.7280508434,73.4292848207],[143.5352299764,73.215438572],[143.5596134488,73.4919455106],[142.529865803,73.8449567513]]],[[[-178.8825444058,71.573378821],[-179.9999885407,71.5283381406],[-179.9999885407,70.974807737],[-179.4292074613,70.8708618826],[-177.4901546696,71.1770777594],[-178.1058737817,71.4859984076],[-177.7560052031,71.3068082336],[-178.8825444058,71.573378821]]],[[[91.9627909853,80.067949077],[90.9991127602,80.0650023503],[91.2895565438,79.8391465981],[92.4010631244,79.7697985037],[91.2837016992,79.7490797147],[91.7915849691,79.647754348],[93.9037322013,79.9116909398],[91.9627909853,80.067949077]]],[[[47.9631155747,80.7970708762],[44.8887042717,80.5935008541],[46.2763237007,80.4426813849],[47.6682811436,80.7678416417],[48.7175595848,80.6231523203],[47.9631155747,80.7970708762]]],[[[22.7922160003,54.3635209997],[22.8409997957,54.900634792],[21.2639304309,55.2462141576],[21.2154290937,54.9241311722],[20.5601407621,54.9350800971],[20.9815627518,55.2772124944],[20.9549044497,55.280739353],[20.4515318167,54.9585380826],[19.9809688523,54.9617618292],[19.9611918864,54.7409809208],[20.4104055678,54.6803302562],[19.8039438519,54.4426392272],[22.7922160003,54.3635209997]]],[[[50.2380502713,69.2045230686],[49.2599636237,69.505167792],[48.719012489,69.4611439543],[48.2776723461,69.2203232171],[48.2475161857,68.7762223282],[48.2653576164,68.8706766919],[48.6742197499,68.70632247],[49.6503531303,68.8547242593],[50.2380502713,69.2045230686]]],[[[54.9263413182,81.0773208956],[54.4940166054,80.9926953332],[57.5831073048,80.6998323041],[56.6531121968,80.9576294392],[54.9263413182,81.0773208956]]],[[[58.1867500642,80.4628468913],[57.0075225532,80.447324242],[58.0461310177,80.0852535224],[58.1772123986,80.2637619788],[59.3154168641,80.3214217609],[58.1867500642,80.4628468913]]],[[[59.3955946162,70.3199897742],[59.0482556461,70.4679057956],[58.6143525781,70.3182754056],[58.8220458237,70.2062082864],[58.4194221639,70.2557625949],[58.7411142041,70.0000110649],[59.733876782,69.69246515],[60.4924063366,69.7112146486],[60.4460439828,69.9309707517],[59.3955946162,70.3199897742]]],[[[112.7601877886,74.5128779451],[112.0177963487,74.5478296],[112.0377345559,74.3684269],[111.4907413593,74.2947431641],[112.8235087319,74.0809954909],[113.4632228193,74.3720331679],[112.7601877886,74.5128779451]]],[[[71.3032666566,73.2966154287],[70.9086923546,73.4895557538],[70.0031023216,73.3938588049],[69.9355235857,73.0093196347],[71.6404342791,73.1653207214],[71.3032666566,73.2966154287]]],[[[179.9994533589,71.46947341],[178.6128570904,71.0743603052],[178.7806252637,70.795923185],[179.9980078813,70.974506376],[179.9994533589,71.46947341]]],[[[56.660224719,81.4074884399],[56.6356385466,81.2553621686],[55.6441551068,81.3275528186],[55.6013494036,81.1976479659],[57.9551848626,81.2930552998],[56.660224719,81.4074884399]]],[[[57.032238648,80.3327849],[55.9502034687,80.3015087509],[55.84214008,80.087211307],[57.0554558328,80.0632019408],[57.032238648,80.3327849]]],[[[91.1569232046,81.2005006244],[90.1359994639,81.0813681632],[91.4204746564,81.0458171093],[91.1569232046,81.2005006244]]],[[[61.1508490277,81.112693328],[60.005233421,80.9746313114],[60.4187551561,80.9042355688],[61.5309194154,81.0025349183],[61.1508490277,81.112693328]]],[[[53.4196164463,80.3726728617],[52.3970574288,80.187849767],[53.5251132239,80.137606183],[53.4196164463,80.3726728617]]],[[[169.1418860802,69.8946013444],[168.2680451866,70.0133315172],[167.7793892071,69.8073505026],[169.1998455793,69.5512198976],[169.458328863,69.8179246548],[169.1418860802,69.8946013444]]],[[[56.4997090833,81.0814357536],[57.8513360126,80.8158729573],[58.3164265359,80.9128340948],[56.4997090833,81.0814357536]]],[[[57.8177624573,81.5324214141],[56.8610598102,81.4509858837],[58.3022589554,81.3779874213],[57.8177624573,81.5324214141]]],[[[59.103027545,81.8572074881],[57.9167519482,81.8115169927],[58.1466580292,81.6879930017],[59.2380510168,81.7347119483],[59.103027545,81.8572074881]]],[[[55.8549298182,80.789358749],[54.0392448737,80.820728049],[54.9593310598,80.709079566],[55.8549298182,80.789358749]]],[[[56.5280032397,80.756556133],[55.5737193363,80.6265804874],[56.9090116086,80.624020873],[56.5280032397,80.756556133]]],[[[63.5194795862,81.7033195654],[62.2530848992,81.6642618264],[63.4595095672,81.5691845096],[63.5194795862,81.7033195654]]],[[[140.6610087312,73.9011184687],[141.1030906556,74.0679943474],[140.8568173289,74.2742587761],[140.2203298849,74.1932365552],[140.6610087312,73.9011184687]]],[[[78.1014198106,72.3902817778],[78.257479507,72.5281978246],[77.6142560348,72.6026180729],[76.8528510841,72.2943098909],[78.1014198106,72.3902817778]]],[[[79.9091967573,80.8279603591],[80.4224378687,80.924506357],[79.3428487267,80.9413115537],[79.1085800668,80.8356246927],[79.9091967573,80.8279603591]]],[[[58.9158559436,80.7547971804],[58.7583457064,80.8760254343],[57.8503417564,80.7892025566],[58.9158559436,80.7547971804]]],[[[51.2992268637,79.9666791463],[50.9907175583,80.1039609211],[50.0570869211,79.9524011399],[51.2992268637,79.9666791463]]],[[[79.3989694216,72.7109590922],[79.2308353699,73.0986798849],[78.609061045,72.8276731937],[79.3989694216,72.7109590922]]],[[[135.7212920624,75.3629436137],[136.1664831473,75.6301040007],[135.7348952598,75.8657879911],[135.7212920624,75.3629436137]]],[[[95.9082199402,76.2608546954],[95.3140315124,76.2249773773],[96.3399135637,76.0986081292],[96.4651108729,76.2668470491],[96.5924139177,76.1367703458],[96.6876380327,76.2508192686],[96.4176540343,76.3033355599],[95.9082199402,76.2608546954]]],[[[52.8226039441,71.3859240932],[52.2409252029,71.2881930569],[53.0380517496,70.9776476638],[53.2262023368,71.239463004],[52.8226039441,71.3859240932]]],[[[164.6514172913,58.868864452],[164.5983098171,59.2363446396],[163.8803442941,59.0078167696],[163.4917298289,58.4538750944],[164.1465216582,58.8005620029],[164.6514172913,58.868864452]]],[[[57.6574706242,81.0995982521],[57.9127734743,81.2235985663],[57.0684279562,81.1672108753],[57.6574706242,81.0995982521]]],[[[54.3719309783,80.4938663612],[53.9117814788,80.5968595719],[53.8912055732,80.4479418739],[54.3719309783,80.4938663612]]],[[[96.2455897456,77.0158582681],[96.4947487899,77.1907766732],[95.4227468773,76.995262313],[96.2455897456,77.0158582681]]],[[[50.0492635649,80.0442115777],[50.0831423978,80.2275323028],[49.546978679,80.1529666323],[50.0492635649,80.0442115777]]],[[[107.6879761747,78.1641121548],[106.4339701849,78.1364436927],[107.5277753538,78.0396919093],[107.6879761747,78.1641121548]]],[[[137.9975443422,54.8629150382],[138.1154752956,55.0477055316],[137.6318359342,55.1942266712],[137.2420500247,54.7597920581],[137.4787416119,54.860665555],[137.726398945,54.6246616208],[137.9975443422,54.8629150382]]],[[[71.5332754654,66.8299704771],[70.8735868697,66.803240347],[71.2206223879,66.730123675],[70.7497651878,66.7286567197],[71.0064168583,66.6465212919],[70.630101015,66.6829571016],[71.001516072,66.5905977797],[71.5428140042,66.6234124682],[71.5332754654,66.8299704771]]],[[[156.1061789686,50.7550834182],[155.6406981936,50.3781667307],[155.2116351788,50.2937720944],[155.2274423412,50.0518747842],[155.8895008798,50.2479371643],[156.1581538293,50.5206159326],[156.1061789686,50.7550834182]]],[[[74.6839234584,73.0907226519],[74.075573338,72.9879637012],[74.5953557313,72.8434651971],[74.6839234584,73.0907226519]]],[[[82.786087908,70.4084344678],[82.374882134,70.5945049842],[82.225954494,70.4264580282],[82.661304644,70.2347670628],[82.786087908,70.4084344678]]],[[[137.6230369421,71.5653011607],[137.0040723494,71.534537511],[137.780794608,71.4038006442],[138.0313064809,71.5302145059],[137.6230369421,71.5653011607]]],[[[87.1162609967,74.9527286146],[86.2388168489,74.8864733292],[86.9003858784,74.8058494567],[87.1162609967,74.9527286146]]],[[[82.9188251818,70.5403974919],[82.6084650464,70.7637847498],[82.4723601812,70.5875308137],[82.9608957522,70.3783055739],[82.9188251818,70.5403974919]]],[[[82.1281725623,75.4116746549],[81.5935590382,75.3462081243],[81.9434071132,75.1440695863],[81.6215637792,75.3356519469],[82.0272048164,75.1586024166],[82.1281725623,75.4116746549]]],[[[112.4462194374,76.6421862402],[112.0215324338,76.5944546839],[112.618075489,76.429954369],[112.4462194374,76.6421862402]]],[[[166.665389088,54.6652139899],[166.1728511912,55.3256512649],[165.9278247232,55.3723601112],[165.8272876096,55.2671112147],[166.665389088,54.6652139899]]],[[[82.9505006299,70.8771132886],[82.6538028142,70.7604862101],[82.9364067938,70.5455843371],[82.9505006299,70.8771132886]]],[[[150.0046359312,45.8237718429],[150.5505462397,46.2147981729],[150.2171706968,46.1789358438],[149.4161336272,45.5734685273],[150.0046359312,45.8237718429]]],[[[70.7295144626,66.4869244387],[70.9692920852,66.5878345758],[70.3122889218,66.6331996452],[70.7295144626,66.4869244387]]],[[[35.766155885,64.9645823908],[35.750766473,65.1725334558],[35.4960046181,65.1097828769],[35.766155885,64.9645823908]]],[[[-172.5818484178,64.683111333],[-172.0622340089,64.7634323948],[-172.4542476623,64.8337259132],[-172.5818484178,64.683111333]]],[[[69.8479173832,66.6144388008],[69.4900134529,66.76039599],[70.0777588353,66.4929370253],[69.8479173832,66.6144388008]]],[[[137.0900759636,54.9549690637],[137.1909619458,55.1104412501],[136.6769985736,54.8922811334],[137.0900759636,54.9549690637]]],[[[156.3323246568,50.6323398678],[156.4803570666,50.8710373047],[156.1720400839,50.7144232204],[156.3323246568,50.6323398678]]],[[[59.1270026488,69.2845295916],[58.7234608918,69.386570931],[59.3301334114,69.1087251519],[59.1270026488,69.2845295916]]],[[[167.8039523992,54.6724271508],[167.4328700176,54.860778901],[168.1290414647,54.4888148808],[167.8039523992,54.6724271508]]],[[[82.4322926132,70.2491221439],[82.2912422088,70.3325631939],[82.5789082086,70.161593292],[82.4322926132,70.2491221439]]],[[[83.3616947361,70.0000257913],[83.0858042469,70.054710018],[83.4393893063,69.9029164877],[83.3616947361,70.0000257913]]],[[[34.8934549163,65.7911030708],[34.6762467599,65.7902942826],[34.9356131823,65.6768200112],[34.8934549163,65.7911030708]]],[[[69.3005409909,66.8245616989],[69.0757851132,66.822975141],[69.6378667007,66.7994460677],[69.3005409909,66.8245616989]]],[[[19.648485748,54.4532906878],[19.8919079712,54.6273214881],[19.639176897,54.4583638534],[19.648485748,54.4532906878]]],[[[-177.4074104673,65.4502259346],[-177.293539854,65.4729530096],[-177.1661842303,65.5303479638],[-177.3527742114,65.4637014939],[-177.7341455314,65.4372647578],[-177.4074104673,65.4502259346]]]]},"properties":{"fid_1":8,"OBJECTID":456,"ISO2":"RU","NAME":"Russian Federation","LON":96.58105123,"LAT":61.9539536,"ISO3":"RUS","Shape_Area":2931.72958689049}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[134.65312811,7.6194590756],[134.6253934048,7.7316470736],[134.4779325617,7.4532176048],[134.5465264173,7.3326702564],[134.65312811,7.6194590756]]]},"properties":{"fid_1":9,"OBJECTID":441,"ISO2":"PW","NAME":"Palau","LON":134.51896967,"LAT":7.42660307,"ISO3":"PLW","Shape_Area":0.0381580704141862}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[41.564494,-1.6644305586],[42.0721213606,-0.8989136647],[41.9926809716,-0.7250301599],[42.1621225369,-0.8108733657],[43.485496096,0.6432621566],[44.6080076849,1.597567311],[46.0993085532,2.5111244568],[47.9404949777,4.4402960824],[48.9843418339,6.0428537079],[49.8283026086,7.9233568716],[50.1283833284,8.1980265654],[50.8125271138,9.3893311206],[50.8985724567,10.3083739943],[51.4125126497,10.4397471224],[51.0856271003,10.4617725338],[51.0799664751,11.3175049862],[51.2847622786,11.832795746],[50.7894656214,11.9726452138],[50.2745021734,11.5888692289],[49.4193947858,11.3331458234],[48.5291313634,11.3094734656],[48.0254908206,11.1150910236],[47.4178368367,11.1743855061],[46.4487480258,10.6808411321],[45.8048805653,10.8668852067],[44.9609990883,10.4171560186],[44.612933779,10.3819905202],[44.2898603046,10.4307378662],[43.9295422423,10.7063622667],[43.26031215,11.4605904503],[42.9680550004,10.9974309999],[42.6833773263,10.6071492384],[42.8331617369,10.2771504088],[43.4653709188,9.42266746],[44.006010433,8.9968186637],[46.9502655858,8.0175456403],[47.9861799998,8.0000000003],[44.9313897823,4.9222895802],[43.6565834359,4.867238976],[43.0808816322,4.6031079876],[42.8332730766,4.2706897631],[42.0869767156,4.1787465044],[41.9101189999,3.9827555602],[40.9956177602,2.8179956841],[40.9958119643,-0.8315081806],[41.564494,-1.6644305586]]]},"properties":{"fid_1":10,"OBJECTID":473,"ISO2":"SO","NAME":"Somalia","LON":45.86850774,"LAT":6.06012018,"ISO3":"SOM","Shape_Area":51.8183186215919}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-75.2586683428,-0.113575498],[-75.8087345722,0.0520228217],[-76.2763993491,0.4362204636],[-76.4265119367,0.2344177586],[-77.5280932871,0.4069761411],[-77.6713013711,0.8226927464],[-77.9692541358,0.8260746038],[-78.3124345859,1.1913778186],[-78.7814604237,1.4007239039],[-78.8686860997,1.4695805998],[-79.1699268182,1.0937961507],[-80.0902617469,0.7774415086],[-80.0605815086,0.0642693118],[-80.4689618619,-0.3669302853],[-80.5588620309,-0.9003129307],[-80.9078964389,-1.0564510318],[-80.7393353099,-1.3568571264],[-80.8457470181,-1.5981389487],[-80.726373598,-1.9350006712],[-80.7614906867,-2.1255798893],[-80.9751637053,-2.2198941701],[-80.2571888248,-2.7431693791],[-80.017968254,-2.343691734],[-79.9091905869,-2.3036102184],[-80.0659240509,-2.568148043],[-79.9946407206,-2.6492647017],[-79.7986136668,-2.441941189],[-79.870808191,-3.0598859254],[-80.0064214491,-3.2621276669],[-80.270292831,-3.3305634072],[-80.2290983298,-3.428387696],[-80.1275942328,-3.8951459337],[-80.4810096432,-4.0530410817],[-80.3188327447,-4.2046262777],[-80.446509957,-4.4490132252],[-80.1676045193,-4.2896674618],[-79.8067632791,-4.4902597702],[-79.6289529394,-4.4393198789],[-79.2688026474,-4.9638933024],[-79.0143754842,-5.0132955311],[-78.8563236546,-4.6680685486],[-78.6535459604,-4.5836360491],[-78.3469646773,-3.3825489339],[-78.1537987266,-3.4830842371],[-77.9280185733,-3.058467404],[-76.6322222643,-2.5890085562],[-75.5659256427,-1.5554439646],[-75.4073069829,-1.0074393122],[-75.1974373403,-0.9599877562],[-75.2390693212,-0.5285594984],[-75.6101958478,-0.1144199021],[-75.2586683428,-0.113575498]]],[[[-91.2279869257,-0.0032996646],[-91.3414899312,0.1633622428],[-91.5912619832,-0.0133108664],[-91.0699853834,-0.595155608],[-91.5104869652,-0.8840594321],[-91.177095292,-1.0502234919],[-90.8626982933,-0.9209953089],[-90.7992455417,-0.7457386068],[-91.2279869257,-0.0032996646]]],[[[-90.1956782759,-0.6937285753],[-90.2517565606,-0.4831273198],[-90.5311697744,-0.5628703927],[-90.4183469674,-0.7575010206],[-90.1956782759,-0.6937285753]]],[[[-79.9358840822,-2.7931541139],[-80.019371933,-2.6776965694],[-80.2148775257,-2.7361591466],[-80.2605654409,-3.0232184297],[-79.9358840822,-2.7931541139]]],[[[-91.504152513,-0.506299998],[-91.405618838,-0.2950825531],[-91.6554314449,-0.3048928382],[-91.504152513,-0.506299998]]],[[[-89.2565925113,-0.7421446479],[-89.3541956722,-0.6886365806],[-89.6271523004,-0.918276545],[-89.4297941142,-0.9315250723],[-89.2565925113,-0.7421446479]]],[[[-90.6011841711,-0.375002475],[-90.5892500929,-0.2321535649],[-90.8362623818,-0.1755394192],[-90.8302504571,-0.3151271456],[-90.6011841711,-0.375002475]]]]},"properties":{"fid_1":11,"OBJECTID":330,"ISO2":"EC","NAME":"Ecuador","LON":-78.78181758,"LAT":-1.4285834,"ISO3":"ECU","Shape_Area":20.8682854117874}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[102.1438850724,22.4006941438],[101.7686116973,22.5043089623],[101.6450429146,22.4183534294],[101.727231245,21.352994636],[101.8660726906,21.1864493509],[101.2850669076,21.1767263791],[101.1431868102,21.564059314],[100.724417102,21.3120004129],[100.509551996,20.8947157416],[100.647057996,20.8792021126],[100.2543459966,20.7504996957],[100.0853161751,20.352731839],[100.1748081076,20.2631112882],[100.330495142,20.3990800104],[100.5763349506,20.1683107736],[100.4038516974,19.7531276813],[100.5146655106,19.5244731391],[101.2873689814,19.5699156546],[101.2576853563,18.6710528203],[101.0533534006,18.444648855],[101.1903224622,18.3110775193],[100.9774745851,17.7588947021],[101.059819224,17.5129418713],[101.1621437096,17.4683140651],[102.0815930687,18.2149871908],[102.6920700794,17.8303546547],[103.4075444453,18.4484094519],[103.9780667386,18.3329269981],[104.7175472133,17.5108128073],[104.7395613571,16.5314712709],[105.0448083098,16.1051637744],[105.3903298552,15.9930107421],[105.3912820062,15.8032278179],[105.635886211,15.6548962773],[105.4713078178,15.1645433842],[105.6274976056,14.9768992898],[105.5198233554,14.5353032358],[105.2000703156,14.3427087152],[105.3716067338,14.1031544141],[105.5608267767,14.15981148],[106.1090148396,13.9210161726],[106.1874657764,14.0622815222],[106.000185143,14.3806380128],[106.5380200423,14.5922264173],[106.9360117816,14.3222327557],[107.5561320742,14.6866017782],[107.4705921324,15.0133156669],[107.7049077594,15.3047674574],[107.222188926,15.7881096756],[107.4225451497,15.9171650386],[107.4335653261,16.1469337482],[106.6852866039,16.4416534699],[106.550119156,17.0054647919],[105.7480375364,17.7029283848],[105.4893793778,18.1947960232],[105.2014673557,18.317524367],[105.1802077,18.6593335191],[103.9002030087,19.30813453],[104.1222645966,19.4993361212],[104.0396123338,19.6995717234],[104.641818536,19.6219586138],[104.9928189079,20.0961569653],[104.6706329708,20.2185325607],[104.7569047818,20.3897061582],[104.4617772229,20.4011329738],[104.5892149637,20.575366243],[104.2981383056,20.9103356849],[104.0999577703,20.973252285],[103.7581140006,20.7754712789],[103.1215418162,20.8849838333],[102.8653673278,21.2476429353],[102.9417912261,21.7755388187],[102.5423289783,21.9539230958],[102.1438850724,22.4006941438]]]},"properties":{"fid_1":12,"OBJECTID":389,"ISO2":"LA","NAME":"Lao People's Democratic Republic","LON":103.76232704,"LAT":18.51136078,"ISO3":"LAO","Shape_Area":19.7022114534879}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[34.9593554048,-11.5733329026],[34.6160670019,-11.048286084],[34.5406383852,-10.0687888588],[34.3269073108,-9.7580208377],[34.0394728702,-9.4938922982],[33.9331066191,-9.7099098979],[32.9593553234,-9.3988273848],[33.0263742601,-9.640020569],[33.2213531999,-9.6242330577],[33.3795655054,-9.9091549913],[33.3169353026,-10.0600372044],[33.561947144,-10.232998789],[33.7085188921,-10.5694494323],[33.2592719826,-10.9058441334],[33.4034009841,-11.1638758108],[33.2325762669,-11.4216857073],[33.2571061876,-12.1385030228],[33.5484395401,-12.3720921999],[32.9407219588,-12.7695548959],[33.0085328123,-13.2059396422],[32.7625098937,-13.6351484353],[32.9964537598,-13.9492087728],[33.2442720301,-14.0003388491],[33.6296377969,-14.5342344749],[34.3603552426,-14.3864844936],[34.5170051092,-14.5566835677],[34.6005906461,-15.2792832424],[34.2552464668,-15.9123034707],[34.4300025244,-16.2631970238],[35.1579666201,-16.8404259969],[35.0826526003,-17.1164991483],[35.3068876276,-17.1247476159],[35.1541550486,-16.5578645966],[35.4048939671,-16.1267898596],[35.8139086176,-16.0318967301],[35.7912861751,-15.1701263294],[35.9180493416,-14.8944322269],[35.0811829399,-13.6906738419],[34.5626520999,-13.4124491677],[34.3515614378,-12.1890666323],[34.6746552566,-11.5768198296],[34.9593554048,-11.5733329026]]]},"properties":{"fid_1":13,"OBJECTID":422,"ISO2":"MW","NAME":"Malawi","LON":34.30495335,"LAT":-13.20488426,"ISO3":"MWI","Shape_Area":9.87784464394272}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.8333330004,24.9999999996],[-6.5859127688,24.9972248491],[-6.1574469461,21.273806559],[-5.6150444136,16.5053026541],[-5.3340617174,16.3322057314],[-5.492784676,15.540478074],[-9.3260734498,15.5013918624],[-9.3308911657,15.7018644531],[-9.4030604478,15.4390329338],[-10.6680192556,15.4338508711],[-10.901164995,15.1101388008],[-11.509127441,15.6351431282],[-11.709962239,15.5341004373],[-11.8095695012,14.8909726314],[-12.0537293789,14.7216542139],[-12.2397644099,14.7657923922],[-11.9334531689,13.9209179936],[-12.022668488,13.6127344612],[-11.8314804109,13.3098192186],[-11.6253518247,13.3928815363],[-11.3562674227,12.9790118354],[-11.3755777673,12.4153114044],[-11.4947805132,12.1863477661],[-11.3107822497,12.0247971601],[-10.9306910912,12.2271637184],[-10.6626239339,11.8986036341],[-10.3386118614,12.2265479571],[-9.7080044207,12.0290910658],[-9.3430031613,12.2542971567],[-9.3598647688,12.4995891882],[-9.0457155558,12.4281475197],[-8.7786334512,11.9716117273],[-8.8483548641,11.6539742518],[-8.3525386758,11.324323761],[-8.671206001,10.95994188],[-8.4674277777,11.0695331548],[-8.2803501527,10.9975923239],[-8.2938412272,10.5844974286],[-7.984888529,10.3426510452],[-7.9812023833,10.1714134888],[-7.620194335,10.4620789409],[-7.0230010043,10.1511022528],[-6.9357756304,10.3560669588],[-6.6462420588,10.3671924422],[-6.6413059067,10.6714135301],[-6.4276481164,10.5628018499],[-6.2470759038,10.7393083696],[-6.1672973041,10.2207055208],[-5.5132069999,10.4307889998],[-5.4030544852,10.8527172296],[-5.488372879,11.080113095],[-5.1987501,11.4286547034],[-5.2562578814,11.8342180823],[-4.7439906593,12.0003672116],[-4.4727915069,12.2887925702],[-4.3652236689,12.5332947811],[-4.4743329098,12.7188382049],[-4.2112632492,12.8134789558],[-4.3401468786,13.1405578694],[-3.9674852156,13.4878672257],[-3.4436361321,13.1576504759],[-3.2548085722,13.3550800611],[-3.2478871846,13.6853538243],[-2.8767613074,13.652232467],[-2.8397117131,14.0514937981],[-2.4755817979,14.2968031856],[-2.0030433844,14.1886277531],[-1.9795211199,14.4744306176],[-1.0731670769,14.7842291893],[-0.6843335629,15.0821815242],[0.2331319709,14.9162593568],[0.9971054537,15.0001280138],[1.3267153697,15.2653643859],[3.5247377957,15.3415837864],[3.5375361314,15.4876814847],[3.8732710961,15.6932355911],[4.0761062057,16.3188484509],[4.076976593,16.9104905481],[4.2411963329,16.9903696264],[4.24298382,19.1408947839],[3.3600800913,18.9657810811],[3.130340152,19.1219694786],[3.1987174409,19.8406370296],[2.375197553,20.0826487893],[2.2130248382,20.312472371],[1.8304655506,20.2835005944],[1.6043575746,20.5931723959],[1.2503638363,20.737031268],[1.1521372978,21.1287781393],[-1.8060153169,23.0727047186],[-4.8333330004,24.9999999996]]]},"properties":{"fid_1":14,"OBJECTID":410,"ISO2":"ML","NAME":"Mali","LON":-3.52777928,"LAT":17.36014007,"ISO3":"MLI","Shape_Area":106.836397650082}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[101.1431868102,21.564059314],[101.040119544,21.7382231078],[100.5831713099,21.4524890288],[100.1693569947,21.4862835953],[99.9533726178,22.0537258599],[99.1603387922,22.1579010333],[99.4326109311,22.9108146653],[99.5654925264,22.9348022714],[99.5137350686,23.0820554016],[98.927321199,23.1881836292],[98.6785746611,23.9147988443],[98.8783131684,24.1549309328],[97.5287534864,23.9317061428],[97.768794193,24.2627087967],[97.5532546171,24.4871468018],[97.5595136872,24.7320530547],[98.1904573036,25.6138521066],[98.3247465221,25.5615100131],[98.5297944533,25.8446996024],[98.7062623839,25.8563143691],[98.5736734461,26.1213128174],[98.7186169644,26.1319959063],[98.7821186202,26.6216652724],[98.6552999457,27.5807856147],[98.4400571434,27.6686582657],[98.3175522857,27.5235658907],[98.140994002,28.143413052],[97.6635038827,28.5381548869],[97.3459478831,28.2156242748],[97.3699830292,27.9108185547],[97.0633962989,27.7499930603],[96.9028772134,27.4571137994],[97.1388288439,27.0941457542],[96.7646629793,27.3588897358],[96.2975204991,27.29322785],[95.1514962899,26.6169402461],[95.1748600768,26.0635459099],[95.0409953338,25.7422706866],[94.63584951,25.3948269491],[94.5823505826,25.2152757917],[94.7415997606,25.0334357842],[94.161664956,23.8762943934],[93.5038716123,23.9445644912],[93.3321271108,24.0872894881],[93.3836507763,23.14514121],[93.0950655676,22.804103526],[93.1974076934,22.2700376512],[92.9155882347,21.978008344],[92.7094593311,22.1525759074],[92.606756114,21.9712008547],[92.6551110488,21.2786824934],[92.3648332433,21.4771298288],[92.2008458513,21.323653461],[92.2557380723,21.0519865424],[92.7279177209,20.2500341671],[92.6374956898,20.7036345526],[92.7751666713,20.2843982167],[92.9140871961,20.3808380793],[92.7749651899,20.1845492562],[92.8945431716,20.1166976993],[93.0851793644,20.5365595902],[92.993110278,20.1421194759],[93.1590083939,20.2474255046],[93.2502327112,20.0276420882],[93.4034351031,20.191498011],[93.4187879559,19.9742357208],[93.7920610284,19.8825578422],[93.7243140303,19.6214903404],[93.9781161062,19.3296069833],[94.1224141856,19.3510186802],[94.0197970624,18.8594558499],[94.1456635391,18.8702410972],[94.5939210316,17.5736248341],[94.2393711391,15.9626015008],[94.6758311523,16.5004117811],[94.6705211008,16.2213303722],[94.8557649217,16.2481076286],[94.8856700606,16.0121710492],[94.9525013322,16.1438445428],[94.8497926139,15.7656248384],[95.0460927811,15.8432545854],[95.1422785411,16.1704383114],[95.1120053322,15.809034252],[95.2233676392,15.7969916994],[95.3904475029,16.2967638372],[95.278637517,15.7318674202],[95.4521952658,15.7366526103],[95.8877195362,16.2442172387],[95.8248226664,16.4928936709],[96.1128665282,16.3191777871],[96.3136764707,16.40905282],[96.096644835,16.8632001714],[96.1925908844,16.7667164011],[96.3609003129,16.963399067],[96.2147474456,16.7602494393],[96.4011599446,16.481985703],[96.6948666502,16.6145547892],[96.8581718048,16.8030008288],[96.8385872254,17.0691260242],[96.9893185898,17.0612998738],[96.878187404,17.3401244849],[97.0846152216,16.9151784819],[97.1333516704,17.1231349392],[97.2367484384,17.1141241604],[97.1297502166,17.0303842431],[97.3608403117,16.5078208296],[97.5867014076,16.5303215254],[97.6127034223,16.6537884122],[97.8453073786,16.5453969796],[97.6297147014,16.5017012407],[97.5654271146,16.0794608463],[97.7130331846,15.8556152184],[97.7923510293,14.8803068158],[97.9672725523,14.7143685802],[97.874735027,14.6676981772],[98.0867106688,14.1864248313],[98.1326301891,13.561536434],[98.2187002138,13.9804537443],[98.5789176447,13.1753142589],[98.690816454,12.6478158597],[98.5937379711,12.4335750173],[98.7355510411,12.3412446697],[98.5260698004,12.2581030444],[98.7297818983,12.2012639261],[98.618297199,12.102792173],[98.7495114259,11.9650077303],[98.648979853,11.9149045494],[98.553906075,11.9070234243],[98.5406571574,11.8820992237],[98.7571512072,11.887782993],[98.8166508556,11.8427757584],[98.8444323462,11.725749129],[98.7091677013,11.5350601028],[98.7026301786,10.9000607554],[98.4510009529,10.6904484618],[98.5493406226,9.975538469],[98.7536723021,10.3893342411],[98.7875573269,10.68223671],[99.6632256896,11.8198745072],[99.1201294443,13.0855809727],[99.1706575639,13.7365974121],[98.3069327456,14.731750719],[98.1836241782,15.0992035222],[98.2012671519,15.2369525154],[98.5650067407,15.337559536],[98.5907905133,16.014157326],[98.8574495651,16.1267163986],[98.9250630823,16.3656330723],[98.6739394267,16.2736385712],[98.5011284389,16.9505997888],[97.7740760589,17.7088758866],[97.6402173053,18.2837307142],[97.4990296616,18.2702209051],[97.3439280139,18.5746248054],[97.7686729473,18.579498585],[97.687943891,18.9499448311],[98.0378110227,19.812595527],[98.2508621322,19.6765397584],[98.9394770968,19.7548698426],[99.0748717072,20.099787862],[99.5387108651,20.1598668096],[99.4738165327,20.3519226533],[99.8017292023,20.3348938006],[99.9428174269,20.4570053057],[100.0853161751,20.352731839],[100.2543459966,20.7504996957],[100.647057996,20.8792021126],[100.509551996,20.8947157416],[100.724417102,21.3120004129],[101.1431868102,21.564059314]]],[[[93.5636140111,19.4146858769],[93.470629663,19.3640167022],[93.6668829647,19.0172899411],[93.936277176,18.8837198726],[93.9197312088,19.1903233348],[93.5636140111,19.4146858769]]],[[[98.3197388182,12.6729775812],[98.3376371606,12.3122678973],[98.4757934253,12.5605353961],[98.3197388182,12.6729775812]]],[[[93.6941531556,18.8715943161],[93.4818763669,18.8698912853],[93.6918007198,18.6685754498],[93.6941531556,18.8715943161]]],[[[98.5189382188,11.5274431464],[98.5427172731,11.7803161273],[98.3732766017,11.7862076634],[98.5189382188,11.5274431464]]],[[[93.738538563,19.483272545],[93.6749461108,19.5642997517],[93.8633125514,19.3050505047],[93.738538563,19.483272545]]],[[[94.4108750081,15.8574252704],[94.6463091408,16.2447298568],[94.3836298327,16.0031565732],[94.4108750081,15.8574252704]]],[[[97.539305705,16.1908617181],[97.6113566543,16.4729311838],[97.4980143252,16.510531683],[97.539305705,16.1908617181]]],[[[98.805865369,11.8181131832],[98.6640162631,11.8619660174],[98.6020892231,11.722761869],[98.6877930178,11.6755091819],[98.805865369,11.8181131832]]],[[[98.6512465124,11.9199565378],[98.6688831593,11.949692123],[98.5166641391,11.9978938403],[98.4273331871,12.0972815223],[98.4713876817,11.8781912108],[98.5552693042,11.9178555056],[98.6512465124,11.9199565378]]],[[[93.1788266136,20.1896376411],[93.0562578131,20.1315212174],[93.222243979,19.8592682116],[93.1788266136,20.1896376411]]],[[[98.225846779,10.929996215],[98.0801660001,10.8842092079],[98.2089510242,10.8864562027],[98.2641563684,10.6910720176],[98.225846779,10.929996215]]],[[[94.0310973254,19.3085126032],[93.8892608343,19.2610696771],[93.9535724402,19.1443154776],[94.0310973254,19.3085126032]]],[[[95.9248275558,16.2135758294],[96.0721546184,16.3411126358],[95.9847743472,16.3860514644],[95.9248275558,16.2135758294]]]]},"properties":{"fid_1":15,"OBJECTID":412,"ISO2":"MM","NAME":"Myanmar","LON":96.50808235,"LAT":21.13179178,"ISO3":"MMR","Shape_Area":58.222716467618}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[38.2301187803,47.1194068261],[38.2871410248,47.5470923618],[38.7707605688,47.6854318787],[38.8439494537,47.8653414411],[39.7891310929,47.8683762546],[39.9745901693,48.3141245504],[39.6615537018,48.6107845136],[39.7990078038,48.8418179784],[40.0781376097,48.8706225936],[39.6644506169,49.0035835369],[40.2149008758,49.2464209048],[40.0297305483,49.454646701],[40.1354254456,49.6155546659],[39.8082609832,49.558990402],[39.1840636383,49.8871094076],[38.930925611,49.7971758963],[38.3180869581,50.0875783542],[38.0578097572,49.9247213533],[37.4670283013,50.4528456042],[36.6479327038,50.2181038434],[36.0718353972,50.4505507538],[35.6250329367,50.3530839823],[35.4051130788,50.5747520576],[35.4065810809,51.0463645038],[35.1877287317,51.0537387674],[35.1484754009,51.2235685637],[34.23216035,51.2650612748],[34.0821542484,51.6666213567],[34.4169580533,51.8212052476],[33.8286718671,52.3630654773],[33.1898438296,52.3791993004],[32.916885847,52.2550896142],[32.3780683853,52.3376392383],[32.2641194204,52.0927447719],[31.7817693648,52.1119610087],[30.9724946392,52.0781808161],[30.5386948908,51.6709695356],[30.5409947999,51.2624613194],[30.1806141007,51.5118321631],[29.3202526974,51.411277957],[29.1190199953,51.6560038914],[28.752639568,51.4155450746],[28.2620852006,51.6817121992],[27.832809319,51.6235352619],[27.745254224,51.4738437819],[27.7188009151,51.604460368],[27.2406040996,51.6023854404],[27.199842791,51.7732641601],[25.2574295701,51.9686823603],[24.3767674286,51.8791688243],[23.9989909704,51.5810138002],[23.6080573011,51.6226847911],[23.6178259989,51.5078799998],[24.0690670291,50.5025600901],[22.6451227398,49.5341455612],[22.8791365462,49.0252911934],[22.5657383328,49.0879861573],[22.1552185022,48.4039563763],[22.8960203733,47.9540516037],[23.1756126853,48.1196794499],[23.492909583,47.9680723959],[24.5743195329,47.9672305999],[25.0383089379,47.7273432637],[25.3083476483,47.9134682871],[26.1821067548,47.9938713428],[26.6302587622,48.2598241094],[26.7232996839,48.4112814416],[27.5611799714,48.4791314121],[28.769220177,48.1254235458],[28.9277818062,47.9598563282],[29.1737895191,47.993251119],[29.1201474978,47.5501147341],[29.573896266,47.369160486],[29.583468014,46.9433347896],[29.9784200817,46.8199561137],[29.8776108782,46.5439749359],[30.1616868529,46.4130420043],[29.8910833646,46.352940267],[29.7414112083,46.4723425644],[29.6033739499,46.3538942381],[29.3527755631,46.5043924802],[29.2381092674,46.3769666177],[29.2328711527,46.5576495251],[28.9354857136,46.4600542711],[28.9800766484,46.0057385334],[28.5188312072,45.7355771132],[28.5142992734,45.5002881851],[28.2128888393,45.4674379634],[28.7143105937,45.2239803582],[29.4407499841,45.4337521043],[29.6891917841,45.2028686698],[29.6566691728,45.8096069811],[29.7275077254,45.587690987],[30.4707241701,46.0750648256],[30.8219608037,46.5508347963],[31.417978904,46.6340280256],[31.5873114472,46.8239405744],[31.4822125747,46.630070799],[31.87636628,46.6333747436],[31.9757632781,46.8777652372],[31.9953149692,46.6482701104],[32.4233520257,46.48958481],[31.5811449218,46.5431420018],[32.0262719714,46.4486377689],[31.7867547008,46.2823457859],[32.5296076961,46.0746851021],[33.1954480926,46.17431595],[33.4290703494,46.0371022378],[33.6131206468,46.145126622],[33.6797060176,45.9012237553],[32.4835102494,45.3908783979],[33.1017428084,45.3932058281],[33.186643111,45.189636056],[33.4919696429,45.1588410981],[33.6175606906,44.9097314221],[33.3838761988,44.5869652317],[33.7409892959,44.3915544689],[34.0161164208,44.4093651661],[35.5341609882,45.1234103681],[35.8406242974,45.0100931966],[36.4221000031,45.0758572553],[36.4760005228,45.3493658083],[36.6467269468,45.3746749898],[36.2791308654,45.4725012023],[35.4576753443,45.3035922092],[34.9763859941,45.7643990466],[34.8383914896,46.2106790756],[35.355365658,46.3549531143],[35.0435854076,46.0847395442],[35.8763834284,46.642182067],[36.2429062094,46.6408277483],[36.1183720359,46.4867251457],[36.6085257949,46.7725297747],[36.7657157584,46.6268058382],[37.5838280776,47.0943219886],[38.2301187803,47.1194068261]],[[32.7872082826,46.0406104607],[32.5822195953,46.0688328763],[33.0609466169,46.0237588509],[32.7872082826,46.0406104607]]]},"properties":{"fid_1":16,"OBJECTID":502,"ISO2":"UA","NAME":"Ukraine","LON":31.40004873,"LAT":49.00856041,"ISO3":"UKR","Shape_Area":73.7547747611507}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-62.9922073987,17.5343157292],[-62.9839748356,17.4802123962],[-62.9505031473,17.4783319048],[-62.9922073987,17.5343157292]]]},"properties":{"fid_1":17,"OBJECTID":287,"ISO2":"BQ","NAME":"Sint Eustatius","LON":-62.97572453,"LAT":17.50050852,"ISO3":"BES","Shape_Area":0.00212093168980031}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[19.639176897,54.4583638534],[18.7308545132,54.3754470272],[18.421034338,54.7866010074],[18.7815576786,54.654397108],[18.3540724822,54.818938049],[17.9154724989,54.8259504991],[16.5299491503,54.5405630854],[16.0972219909,54.273092131],[14.7305438954,54.0234271128],[14.799587617,54.0319610953],[14.8030025011,54.0099379961],[14.5403561603,53.7069423208],[14.5974070753,53.597946194],[14.2674913771,53.6977871163],[14.4218327641,53.2735324618],[14.1232826706,52.8371450301],[14.6392905318,52.5717174757],[14.534837494,52.393843357],[14.7586717806,52.0646820884],[14.5913611841,51.8226223301],[15.0393204812,51.2746291971],[14.8233660003,50.8705600003],[15.1680939858,51.0190453771],[15.433535478,50.8082357981],[16.3440118019,50.6596931867],[16.4431491189,50.5775902091],[16.1969838466,50.4306444384],[16.6908805867,50.0982336108],[16.9745057437,50.2447187829],[16.8993916631,50.4479061103],[17.4631927004,50.2674120506],[17.7138617298,50.3222537693],[17.6139792157,50.1378344288],[17.8621547066,49.9796450074],[18.0352991728,50.0654606409],[18.5395717771,49.9157392701],[18.8508990003,49.5168969996],[19.1859734156,49.4094653747],[19.4673185737,49.6131154311],[19.8430275094,49.1939535663],[20.4267864131,49.4018127727],[20.9285468143,49.2962934654],[21.1196883901,49.4353382558],[21.6332261357,49.44558515],[22.5657383328,49.0879861573],[22.8791365462,49.0252911934],[22.6451227398,49.5341455612],[24.0690670291,50.5025600901],[23.6178259989,51.5078799998],[23.5296681863,51.7341836431],[23.6542096937,52.0715540762],[23.1796354643,52.2828269382],[23.938442886,52.7149449634],[23.5149789271,53.9562510169],[23.3799183789,54.2295997396],[22.7922160003,54.3635209997],[19.8039438519,54.4426392272],[19.2569530008,54.2784604991],[19.648485748,54.4532906878],[19.639176897,54.4583638534]]],[[[14.7609508452,54.018983362],[14.2574357453,53.8978783899],[14.5742709544,53.8498720449],[14.7609508452,54.018983362]]]]},"properties":{"fid_1":18,"OBJECTID":443,"ISO2":"PL","NAME":"Poland","LON":19.40291485,"LAT":52.12588372,"ISO3":"POL","Shape_Area":40.8976528161639}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-67.1806999999,-22.8137969997],[-67.8813482622,-22.8270071404],[-68.1797702896,-21.3013071453],[-68.5528940278,-20.8761749251],[-68.4407212976,-20.6372512592],[-68.7388880956,-20.4533670433],[-68.7626977196,-20.080880954],[-68.5221460407,-19.9250791913],[-68.6836704109,-19.7237978322],[-68.4061506954,-19.4156341407],[-68.9473451183,-18.9420735084],[-69.0522992908,-18.0557283602],[-69.2864894623,-17.9637091034],[-69.4684529998,-17.4983440001],[-69.7984386553,-17.6508412858],[-69.8614392619,-18.171161265],[-70.377839447,-18.3523111067],[-70.0566528591,-21.4347780869],[-70.2873445582,-22.9102673898],[-70.5755561606,-23.0856541061],[-70.6245898533,-23.5017780826],[-70.3935791549,-23.5773502374],[-70.5788102324,-24.5465583326],[-70.4365074411,-25.2427490719],[-70.7355141186,-25.8144991619],[-70.6512184922,-26.3471091548],[-70.9521415657,-27.202316189],[-70.9052037672,-27.6230475588],[-71.5205609346,-28.9116656797],[-71.275790706,-29.919834683],[-71.3974524223,-30.1863279907],[-71.647271069,-30.2633737711],[-71.715302788,-30.6488326366],[-71.4389914943,-32.6338850998],[-71.7238664023,-33.1335536618],[-71.6388064017,-33.6750370791],[-71.9553537118,-34.0772207878],[-72.2016149858,-35.1020841994],[-72.632549318,-35.5814600603],[-72.5668064114,-35.7855673447],[-72.7775955164,-35.9653015132],[-72.99597025,-36.7337228207],[-73.1188064782,-36.6163751612],[-73.1557937198,-37.1172676852],[-73.3011517581,-37.2390089906],[-73.5866229059,-37.1523741134],[-73.6820494511,-37.3332590921],[-73.2020721443,-39.4416122429],[-73.4009767139,-39.9116871956],[-73.6773529513,-40.0401507013],[-73.944312901,-40.9791136266],[-73.8449026119,-41.4597780658],[-73.6550398009,-41.6132734416],[-73.7332422668,-41.7384313102],[-73.3588644114,-41.8107221158],[-73.0434464231,-41.7092468933],[-72.9762659952,-41.4872289513],[-72.6242797379,-41.7122123142],[-72.2865513576,-41.5094366696],[-72.877711357,-41.9134871874],[-72.6386699788,-42.038004324],[-72.4318029216,-41.9754232818],[-72.3946318631,-42.4904569344],[-72.5821134841,-42.196194428],[-72.837363902,-42.3003076841],[-72.595596221,-42.5581597803],[-72.8217912936,-42.5317341166],[-72.7192735554,-42.9346778892],[-73.0933649822,-43.4437771981],[-72.9433780703,-43.7585641401],[-73.2884168849,-44.163495096],[-72.7448713797,-44.4435210566],[-72.6026462817,-44.3846958062],[-72.607090725,-44.5067254369],[-72.8893454573,-44.8422478972],[-73.1050009046,-44.9515245217],[-73.3632535274,-44.9599413964],[-73.3099967092,-45.1991527347],[-73.5161505852,-45.1977223144],[-72.7985127804,-45.3918217892],[-72.8845742706,-45.4715638783],[-73.2090574574,-45.2905679528],[-73.4797358736,-45.447016097],[-73.5648211874,-45.7707658319],[-73.1508930757,-45.6738333287],[-73.5339443482,-45.8278356056],[-73.6815221552,-46.3302893563],[-73.3311481693,-46.0265316908],[-73.8402961656,-46.5972504374],[-73.9618253021,-46.53989318],[-73.7403527557,-46.2406771979],[-73.9382644548,-46.1393722701],[-74.0856359278,-45.8229789338],[-74.6999783928,-45.8170755204],[-75.0853601594,-45.874518368],[-75.0376440472,-46.1161588373],[-74.7067900783,-45.9526414606],[-74.7024928451,-46.0455123907],[-75.6905891143,-46.717122867],[-75.4962363436,-46.9552910044],[-75.3037382133,-46.8589116733],[-75.5346208223,-46.6878286439],[-75.4176146039,-46.6335381107],[-75.0711850373,-46.6178600181],[-74.6654158521,-46.885486745],[-74.2509005918,-46.7706782827],[-74.0005305707,-46.9739955459],[-74.5142503966,-47.4233585246],[-74.1618834321,-47.6016156546],[-74.4287665024,-47.6752932176],[-74.5352676994,-47.5210319513],[-74.7174868836,-47.7265243498],[-73.9221361374,-47.8412888578],[-73.7252083163,-47.5652715506],[-73.6385393107,-48.0123982842],[-73.3663490892,-48.1896957953],[-73.2634807144,-48.0365617734],[-73.2755273031,-48.1608849443],[-73.398504822,-48.2192257452],[-74.1036580727,-47.9845517051],[-74.6545160617,-48.0201763479],[-73.9456967724,-48.4261301297],[-74.0339171004,-48.5307100439],[-74.2076040548,-48.4911496073],[-74.3977574439,-48.6045426024],[-74.0568498099,-48.7475256841],[-74.3838510238,-48.7245860462],[-74.4644376788,-49.0318984278],[-74.2381968477,-49.5342620142],[-74.0161643438,-49.0865650493],[-73.816729176,-49.3475987267],[-74.0698819252,-49.2741473477],[-74.09746418,-49.4997523923],[-73.9236682089,-49.5260294007],[-73.7089850709,-49.7449131911],[-73.9178408844,-49.5562895146],[-74.319728111,-49.6366108273],[-74.1088450708,-49.7448689166],[-74.3164099382,-49.8793849819],[-73.8973970146,-50.0403445751],[-74.355264675,-49.9962898404],[-73.855093678,-50.3004465558],[-74.4360769078,-50.0236734278],[-74.6987675672,-50.2050638093],[-73.8704570618,-50.5612022932],[-74.300576691,-50.4750278374],[-74.04464004,-50.835802865],[-73.5678601369,-50.3955134468],[-73.8823177697,-50.8416715448],[-73.7886259349,-50.977072883],[-73.9133762784,-50.8723503174],[-74.2391209362,-50.9354034246],[-74.126437124,-51.2001100411],[-73.8991522034,-51.2644065411],[-73.8150159918,-51.0758480134],[-73.7076266369,-51.189224782],[-73.9276114537,-51.6290375424],[-73.7096312482,-51.8051423664],[-73.4551852073,-51.6866051971],[-73.5997222941,-51.7601943396],[-73.3892966636,-52.0517820041],[-73.6018650261,-51.8211091018],[-73.5992749354,-52.0056060367],[-73.2772244093,-52.181966582],[-73.4008301568,-51.6489276242],[-73.2414107839,-52.1081427578],[-72.9179277007,-51.8707542499],[-73.218958235,-51.904130959],[-72.9973985569,-51.7997281959],[-73.2964289082,-51.5856334807],[-72.7719272496,-51.824244294],[-72.5363220839,-51.7484879859],[-73.2003597272,-51.4790488904],[-73.0372141546,-51.2410247579],[-73.0853969232,-51.4818731357],[-72.6969120629,-51.5785065217],[-72.4632830693,-51.7864060159],[-72.6626689587,-51.9585807531],[-72.5002509053,-52.200071907],[-72.6093172962,-52.4459060588],[-72.9535180199,-52.4621225611],[-72.5524939933,-52.2218255063],[-72.776090662,-51.9632301779],[-72.9597792313,-52.0596488948],[-72.8985346661,-52.2225302232],[-72.7685661378,-52.0557870638],[-72.8558392198,-52.2092385239],[-72.9342745651,-52.2364803674],[-73.0508236122,-52.2072391422],[-73.1085036821,-52.261971434],[-73.044147995,-52.0828657792],[-73.3483615502,-52.2529127088],[-73.7590597172,-52.0486047776],[-73.5708536707,-52.3442899377],[-73.7396643903,-52.7408452601],[-73.2721345091,-52.6879257829],[-73.1624219949,-52.4995423964],[-72.8824272309,-52.5486277219],[-73.1196004312,-52.5188766054],[-73.3200750148,-52.7942338317],[-73.5796500169,-52.8049671108],[-73.1732705797,-52.9078842326],[-73.4321544259,-53.0255413883],[-72.9974390372,-53.068485294],[-73.0321286971,-52.8493257247],[-72.6835327688,-52.6680387373],[-72.8654882763,-52.5386580086],[-72.4071876606,-52.4957761319],[-72.4391254814,-52.6690660608],[-72.1660951294,-52.5154090228],[-71.5569738682,-52.5612358626],[-71.1247084244,-52.8656207999],[-71.2815812922,-53.0526205021],[-71.7197500254,-53.2329519221],[-71.9437360178,-53.5681353407],[-71.8478499352,-53.2268194954],[-72.0892695921,-53.4186655147],[-72.2815487699,-53.4241295454],[-72.1336761039,-53.2416726561],[-72.4722679539,-53.3986918257],[-72.0948935601,-53.6986350662],[-71.2866770506,-53.9024087739],[-70.9618159587,-53.7870114868],[-70.7284883863,-52.745297853],[-69.6692270054,-52.544158318],[-69.4462758207,-52.2633787282],[-69.210584722,-52.1975833327],[-68.425557093,-52.391700374],[-69.147266188,-52.1680805109],[-70.1835016968,-52.0112924599],[-71.9978168282,-51.9847723431],[-72.3806924352,-51.5899231614],[-72.2891176881,-50.6580271609],[-72.7732779783,-50.627059035],[-73.1667790069,-50.783025621],[-73.5160322416,-50.1400124229],[-73.4166907317,-49.3099637008],[-73.0420540424,-49.2769096316],[-72.9484178954,-48.9490454759],[-72.5261959982,-48.7911666093],[-72.5700906348,-48.5178838329],[-72.2349928586,-48.3217893209],[-72.4752525726,-47.7619596187],[-72.3374669752,-47.4526831727],[-71.8842996601,-47.214843457],[-71.9368100213,-46.8342427498],[-71.6454519734,-46.6847856411],[-71.9109053042,-46.1412605469],[-71.6150117334,-45.9747253783],[-71.7625328346,-45.5599855546],[-71.3208312928,-45.289087854],[-71.5605265159,-44.9814412781],[-71.9358520634,-44.941694849],[-72.0754336942,-44.7764833232],[-71.2744949664,-44.8088964834],[-71.0965423018,-44.5798870418],[-71.1769243277,-44.4388744493],[-71.7960097309,-44.3381619463],[-71.6272390427,-43.6238345101],[-71.9312867801,-43.4556027973],[-71.7300611133,-43.1985457404],[-72.1536440894,-42.8008092637],[-72.0111716059,-42.4911947212],[-72.1805894794,-42.1788950754],[-71.7255305591,-42.1122567274],[-71.9641896282,-40.7225795182],[-71.6572472296,-40.3625116887],[-71.8306937367,-40.1038053452],[-71.5943119974,-39.9072823684],[-71.6895584561,-39.5729504972],[-71.4689715107,-39.5925658729],[-71.4359042161,-38.9325669014],[-70.9247154961,-38.7634215989],[-70.8274716792,-38.5966881999],[-71.209995529,-37.6966660937],[-71.1537415671,-36.8215839441],[-71.0359802762,-36.4803888787],[-70.4220499812,-36.1516794799],[-70.3140792533,-35.8133324793],[-70.5826750563,-35.2647225319],[-70.3763335017,-35.1658601322],[-70.0208984964,-34.308474975],[-69.800728197,-34.238861577],[-69.9007057794,-33.7824184786],[-69.769341917,-33.344242692],[-70.062360206,-33.2089598],[-69.98975349,-32.8991507358],[-70.3103607194,-32.239061154],[-70.2106329884,-31.9588365648],[-70.566807303,-31.6000997957],[-70.5231778541,-31.1844028388],[-70.2963156571,-31.0157554846],[-70.1878764912,-30.5224290461],[-69.8194208666,-30.1850854056],[-70.0151897556,-29.3242693581],[-69.8090472938,-29.1294813678],[-69.655184464,-28.4114060716],[-69.1239774216,-27.9030933089],[-68.8399402419,-27.1525952524],[-68.5177511276,-27.130245988],[-68.2737807677,-26.9109861011],[-68.5853330111,-26.4926336819],[-68.381704757,-26.1759687926],[-68.581567127,-25.4122763219],[-68.344690918,-25.1097985527],[-68.5604621268,-24.7706524936],[-68.257772391,-24.4015080926],[-67.3227878398,-24.0329760031],[-66.9913154853,-23.0017277279],[-67.1806999999,-22.8137969997]]],[[[-68.6069177421,-52.657884243],[-68.7820855039,-52.5411248318],[-69.1804175,-52.6943087329],[-69.4282643633,-52.4564250223],[-69.9044490258,-52.8413048854],[-70.4355344717,-52.7765263353],[-70.0956161756,-52.9252500774],[-70.4270922524,-53.0162944628],[-70.4433364916,-53.3808037283],[-70.2067800086,-53.4809745921],[-69.5895812752,-53.3454387234],[-69.3262692688,-53.422950778],[-70.1809912124,-53.8303089744],[-70.0436212393,-54.1054393611],[-68.9751607301,-54.4456566926],[-69.3583734588,-54.7117916888],[-69.2707003916,-54.4351198686],[-69.4554543464,-54.3476234499],[-69.5269034263,-54.4433917446],[-69.8530656303,-54.287456054],[-69.7567905244,-54.5834783843],[-70.0029132848,-54.2669449328],[-70.1312795648,-54.4330150593],[-70.9113272412,-54.1269809336],[-70.2921838101,-54.5212555573],[-70.556929843,-54.3931678801],[-70.7062486162,-54.5491834306],[-70.5737132986,-54.3506678268],[-70.7634151417,-54.3251630257],[-70.9757463358,-54.4501062953],[-71.7780170289,-54.4015963641],[-71.6274488977,-54.5783321416],[-72.0226589782,-54.5124170823],[-71.4713392881,-54.6972390591],[-71.3361373197,-54.5153080384],[-71.2807229973,-54.6735384968],[-70.9603361594,-54.629690759],[-70.8531963879,-54.7614736903],[-70.4286996188,-54.6285196133],[-70.7401083089,-54.848676975],[-70.5423678046,-54.780515214],[-70.332609311,-54.8339702293],[-70.2158469627,-54.6846072176],[-70.2912348608,-54.8579901202],[-69.6618907166,-54.8170613282],[-69.035909535,-54.9594779441],[-68.6075560377,-54.8935362],[-68.6069177421,-52.657884243]]],[[[-74.6357384017,-48.7135412437],[-75.0662984198,-48.8439065574],[-74.8235160104,-49.1041947589],[-74.8984892491,-49.3248211692],[-75.0944003587,-49.1999565561],[-75.0615479562,-49.2650987731],[-75.3315259192,-49.2763574721],[-74.9713973278,-49.4291904424],[-75.1495546979,-49.5038795556],[-75.4742512768,-49.3081754879],[-75.0057893094,-49.9148002104],[-74.9433640333,-49.5585430763],[-74.6061454714,-49.3246097871],[-74.9154918371,-49.6811794329],[-74.8452766352,-49.824652092],[-74.7173159567,-49.7305215364],[-74.9023706781,-49.9539859481],[-74.6173786369,-49.9569658112],[-74.7964600217,-50.0578153889],[-74.4003693233,-49.894543314],[-74.4078813792,-49.6634279587],[-74.5822186136,-49.6853724698],[-74.4151357551,-49.3037115869],[-74.6357384017,-48.7135412437]]],[[[-73.8641330544,-41.834554812],[-74.0491398662,-41.8469042061],[-74.1654380142,-42.8728241763],[-74.4109217973,-43.2641504824],[-73.8432295626,-43.4343302957],[-73.7298005748,-43.0991909997],[-73.5054604852,-43.0849496802],[-73.6330886322,-42.8916412976],[-73.472225887,-42.8638261157],[-73.8030867753,-42.5405350809],[-73.734894298,-42.4345262087],[-73.7828887063,-42.5380559522],[-73.5886675362,-42.535895465],[-73.6682639584,-42.3885733244],[-73.3516186438,-42.273914851],[-73.4964487261,-41.8299241164],[-73.8641330544,-41.834554812]]],[[[-68.3165364659,-55.0375381363],[-68.5228251206,-54.9257666683],[-70.0167263157,-55.1604514814],[-69.1595492742,-55.5094940444],[-69.4820867436,-55.2441563691],[-69.2320719071,-55.1745601544],[-69.4345826196,-55.1718255382],[-69.2631672196,-55.1446490782],[-69.0239004201,-55.2694476208],[-68.8420529941,-55.2108517011],[-68.9661354938,-55.4412804564],[-68.3203507596,-55.4963046287],[-68.0706680643,-55.7227405263],[-67.9707054088,-55.5895317478],[-68.3906391941,-55.3285105503],[-68.3010471104,-55.2163353074],[-68.7526470988,-55.1778860047],[-69.0018488052,-55.0624924237],[-68.5938174824,-55.1559068149],[-68.3165364659,-55.0375381363]]],[[[-71.4642921034,-52.6802395229],[-72.1720879921,-52.6515361598],[-72.7195949039,-52.8970965804],[-72.7017173313,-52.7131479604],[-73.0150042644,-52.8462940193],[-72.9268417053,-53.1227152641],[-72.6575250587,-53.1473105736],[-72.7520731111,-53.3097610413],[-73.3230087301,-53.1598950487],[-72.4008307577,-53.5437908197],[-72.5054821762,-53.3963674352],[-72.2050607383,-53.1869126696],[-72.5999077013,-53.0711107936],[-72.036157884,-53.1330935179],[-71.4209078384,-52.8358797872],[-71.4642921034,-52.6802395229]]],[[[-73.0609033567,-53.437234469],[-73.4557384019,-53.4485915413],[-73.3334776004,-53.5987020919],[-73.6248163101,-53.617673027],[-73.5758665421,-53.7429984257],[-73.2388598371,-53.7093547098],[-73.3518053844,-53.9755328662],[-72.8035295289,-53.826590445],[-73.0502852789,-54.0896279081],[-72.345213649,-54.0529659504],[-72.143160472,-53.7926294077],[-72.4815706428,-53.7474986764],[-72.3802887799,-53.6420234358],[-72.6788461534,-53.5244177321],[-72.6767166047,-53.6872116617],[-72.8619178706,-53.457051622],[-72.8696828519,-53.6860994926],[-73.0609033567,-53.437234469]]],[[[-68.1204225762,-54.9015887629],[-68.3710062834,-54.9465004517],[-68.1218375552,-55.2239045468],[-67.4951799161,-55.1747509393],[-67.2672181109,-55.3174694396],[-67.079130738,-55.203355181],[-67.2332354171,-54.938469844],[-68.1204225762,-54.9015887629]]],[[[-74.3642240981,-52.9455153806],[-74.7046419756,-52.7273215969],[-74.324654661,-53.1176488012],[-73.8868370663,-53.0666558328],[-73.6191987876,-53.3302776313],[-73.1164240518,-53.3701386646],[-73.6116559793,-53.0691722753],[-74.3642240981,-52.9455153806]]],[[[-72.7128105641,-44.5553397488],[-73.0060310926,-44.3662528829],[-73.2177549763,-44.4131592599],[-73.2659372701,-44.61118988],[-73.4389635519,-44.6263768456],[-73.3621223844,-44.8523921438],[-73.2388399729,-44.9352516634],[-73.0624037047,-44.8853659404],[-72.7128105641,-44.5553397488]]],[[[-70.3408485371,-54.0313505787],[-70.5345529497,-53.5667346862],[-70.8929327499,-53.8895951894],[-70.841989408,-54.1190177894],[-70.4632733588,-54.2575920716],[-70.5581805023,-54.060559761],[-70.3408485371,-54.0313505787]]],[[[-71.5401249609,-53.9609130689],[-71.6570826671,-54.2247419093],[-71.509938666,-54.2841337308],[-71.4952213237,-54.1282416968],[-71.2060150693,-54.2077775533],[-71.1047374944,-54.3992741878],[-70.9899402583,-54.0968523842],[-71.2108037668,-54.1435207368],[-71.5401249609,-53.9609130689]]],[[[-71.8037752158,-53.9403584844],[-72.2576076749,-53.9566151791],[-71.7845536729,-54.3486296806],[-71.6377178758,-53.9468535141],[-71.8037752158,-53.9403584844]]],[[[-75.255817205,-48.2220444921],[-75.358905269,-48.015629301],[-75.581756897,-48.0961796188],[-75.5464101591,-48.3501489371],[-75.3772900826,-48.2560563419],[-75.5696413769,-48.3962048694],[-75.2720925679,-48.4384748428],[-75.2266980376,-48.7175246792],[-75.0524475374,-48.6063083681],[-75.255817205,-48.2220444921]]],[[[-75.0954753633,-50.0834077956],[-75.3955437364,-50.0335488913],[-75.0947792197,-50.1484357979],[-75.166813938,-50.2859679807],[-75.4000433962,-50.168847624],[-75.3367490728,-50.4430898718],[-74.7739982917,-50.1724715249],[-75.0954753633,-50.0834077956]]],[[[-74.588580505,-48.4226646129],[-74.7321397697,-48.1328950169],[-74.7071983849,-48.4797077352],[-74.890252068,-48.4140922302],[-75.0081039099,-48.5994754271],[-74.5068831972,-48.6856524829],[-74.588580505,-48.4226646129]]],[[[-70.5101468449,-54.975745598],[-70.2905201318,-54.9060364266],[-70.9982630522,-55.0479836188],[-70.5104701988,-55.2045586124],[-70.2401738731,-55.1076362419],[-70.6933362168,-55.0227814333],[-70.5101468449,-54.975745598]]],[[[-74.5920238859,-50.7420296496],[-74.6489678589,-50.9018897704],[-74.7516554502,-50.9093487942],[-74.8894439399,-50.8821419884],[-74.944471356,-50.894947024],[-74.8792515202,-51.077397378],[-74.6157945666,-50.9800344908],[-74.6953744737,-51.1244723761],[-74.4756416343,-50.9991118642],[-74.3648166398,-51.0619513708],[-74.5920238859,-50.7420296496]]],[[[-69.8310855421,-55.0482854871],[-69.1371624586,-54.967289208],[-69.8099951648,-54.866834529],[-69.8310855421,-55.0482854871]]],[[[-74.9250032883,-48.2364208394],[-75.2540939448,-48.0883641856],[-75.0220421236,-48.4723380941],[-74.7892968659,-48.1875222859],[-74.9250032883,-48.2364208394]]],[[[-74.8399222246,-51.6390583948],[-74.8663990903,-51.8976363259],[-74.9851627387,-51.715406777],[-75.1157903406,-51.8284042377],[-75.0244125576,-52.123944062],[-74.7622027442,-51.8293846894],[-74.8399222246,-51.6390583948]]],[[[-74.4620842528,-50.4790977121],[-74.6852605441,-50.4948089168],[-74.3749626373,-50.5426524414],[-74.598184527,-50.6532819763],[-74.1693026231,-50.8565947429],[-74.1652699219,-50.7674271949],[-74.3417014066,-50.5432794721],[-74.4620842528,-50.4790977121]]],[[[-73.7578988148,-44.9826091557],[-74.1734237592,-45.0348555308],[-74.2178575636,-45.1686244574],[-73.6976835839,-45.2820938373],[-73.7578988148,-44.9826091557]]],[[[-75.3325524162,-50.8085649111],[-75.064265425,-50.5085450727],[-75.4769856718,-50.5053506817],[-75.3325524162,-50.8085649111]]],[[[-73.684930039,-52.5104471303],[-73.7821133082,-52.4195651319],[-74.0620970833,-52.5855119443],[-73.9424186662,-52.7416313638],[-73.684930039,-52.5104471303]]],[[[-74.0871447734,-47.8366649539],[-74.4991658521,-47.9032248011],[-73.8143438151,-47.9417448822],[-74.0871447734,-47.8366649539]]],[[[-74.5958817526,-51.2030169486],[-75.027831191,-51.4904965082],[-74.7193341873,-51.3088890249],[-74.5638316677,-51.4011263268],[-74.5958817526,-51.2030169486]]],[[[-75.3546055563,-49.6039490568],[-75.5618811,-49.6267158908],[-75.5684461006,-49.8487656248],[-75.3708530294,-49.7440646376],[-75.1613495466,-49.9083851771],[-75.3546055563,-49.6039490568]]],[[[-74.1038052044,-44.5977657538],[-74.403550559,-44.6261281012],[-74.3246979319,-44.789724834],[-73.8488471193,-44.699924872],[-74.1038052044,-44.5977657538]]],[[[-75.3106935916,-48.4576808823],[-75.6154570049,-48.4543554879],[-75.6386928417,-48.6400328792],[-75.3886177614,-48.6005391129],[-75.6146676988,-48.6903834582],[-75.290456126,-48.6201211283],[-75.3106935916,-48.4576808823]]],[[[-73.7387531127,-46.212312612],[-73.7100031808,-45.8030936401],[-73.9274777668,-45.9526303864],[-73.7387531127,-46.212312612]]],[[[-75.5108391006,-48.8410358972],[-75.6508815387,-48.97140857],[-75.4679979794,-49.064683552],[-75.3078179563,-48.9634107471],[-75.2389903607,-49.0901880851],[-75.2622897238,-48.8814489226],[-75.5108391006,-48.8410358972]]],[[[-74.3792282369,-45.4580224409],[-74.4596318474,-45.7844611226],[-74.186848398,-45.6269868286],[-74.3792282369,-45.4580224409]]],[[[-74.2901828331,-52.0991309357],[-74.4439396814,-52.1396183612],[-74.0764797384,-52.2974440743],[-74.2174035067,-52.2419932754],[-74.2580320268,-52.3561260986],[-73.9333126662,-52.3644706903],[-74.2901828331,-52.0991309357]]],[[[-75.0522323369,-49.0438016062],[-75.2291671559,-49.1600017856],[-75.0724165203,-49.1871377248],[-74.8982577087,-49.3046326474],[-74.8611646646,-49.0930713242],[-75.0522323369,-49.0438016062]]],[[[-71.2446524338,-54.8413661981],[-71.4153667367,-54.9437064983],[-70.8911483979,-54.9239577216],[-71.2446524338,-54.8413661981]]],[[[-75.0327628482,-51.3294682041],[-75.1982219942,-51.3082087786],[-75.2961146523,-51.6374639967],[-75.0327628482,-51.3294682041]]],[[[-74.7202561174,-50.906975066],[-74.668916268,-50.8888412307],[-74.6448740424,-50.8249947938],[-74.8179862868,-50.6618861123],[-74.9421758553,-50.8490987677],[-74.9251689398,-50.8743521687],[-74.7202561174,-50.906975066]]],[[[-73.6448988279,-45.444310287],[-73.8028072283,-45.6511670578],[-73.631609305,-45.772997826],[-73.6448988279,-45.444310287]]],[[[-75.1540558704,-48.0608338801],[-74.9170667928,-48.1513289398],[-74.8012682848,-48.0523516922],[-75.0023421361,-47.960913205],[-75.0270517827,-47.8789317933],[-75.2770389093,-48.0270380968],[-75.1327536902,-48.0382195126],[-75.1540558704,-48.0608338801]]],[[[-75.3217009616,-49.0365524481],[-75.641911831,-49.2264599958],[-75.4802596806,-49.2750319479],[-75.3217009616,-49.0365524481]]],[[[-73.4771487876,-53.460703946],[-73.8341003763,-53.4170929656],[-73.3754594788,-53.555856761],[-73.4771487876,-53.460703946]]],[[[-73.9732210326,-51.7242760412],[-74.1109329531,-51.547714644],[-74.2545753808,-51.7311157226],[-73.9772406541,-51.8142893809],[-73.9732210326,-51.7242760412]]],[[[-72.4339410543,-54.2673552107],[-72.1879680993,-54.1469741541],[-72.2997551993,-54.0569504777],[-72.4339410543,-54.2673552107]]],[[[-74.0620794593,-44.8975291443],[-74.3792260416,-45.008409001],[-73.900371765,-44.9660048486],[-74.0620794593,-44.8975291443]]],[[[-67.3284237714,-55.5786759459],[-67.529592503,-55.6926577497],[-67.2468787746,-55.7892189623],[-67.3284237714,-55.5786759459]]],[[[-73.9839833239,-45.2603031139],[-74.1551945346,-45.2347750284],[-74.0930719676,-45.361964997],[-73.771707081,-45.3451237618],[-73.9839833239,-45.2603031139]]],[[[-73.6673974589,-44.5442966443],[-73.886163448,-44.5965468217],[-73.7474044478,-44.7483308416],[-73.6673974589,-44.5442966443]]],[[[-74.5118471248,-48.3604743296],[-74.3580588866,-48.2732176666],[-74.6013968334,-48.1250290543],[-74.5118471248,-48.3604743296]]],[[[-73.9824490984,-45.5589480877],[-74.106361513,-45.6022952844],[-73.9678553212,-45.7374154379],[-73.8667699404,-45.6175703764],[-73.9824490984,-45.5589480877]]],[[[-75.2481278648,-48.8105029964],[-75.1646965868,-49.0185374861],[-75.0576549088,-48.9000806964],[-75.2481278648,-48.8105029964]]],[[[-74.2304253598,-44.4887541487],[-74.3064534269,-44.3971478417],[-74.5587651922,-44.4824583224],[-74.2304253598,-44.4887541487]]],[[[-74.86532093,-47.8121874079],[-74.988584633,-47.9557524706],[-74.830784261,-48.0108369127],[-74.86532093,-47.8121874079]]],[[[-74.4452462218,-51.0385554718],[-74.597357952,-51.1062299593],[-74.3914367837,-51.2315758402],[-74.4452462218,-51.0385554718]]],[[[-75.1007088537,-48.8547468361],[-75.0517405597,-48.6225549689],[-75.2593655368,-48.7843038503],[-75.1007088537,-48.8547468361]]],[[[-73.9990161861,-45.4419909993],[-74.1114548549,-45.5942084636],[-73.9455886127,-45.5120338587],[-73.8440841146,-45.5720477754],[-73.7857072032,-45.4570956463],[-73.8661930217,-45.4756951794],[-73.9990161861,-45.4419909993]]],[[[-74.7603643186,-43.6908124547],[-74.5524376459,-43.631992192],[-74.7451984762,-43.5226336149],[-74.7603643186,-43.6908124547]]],[[[-73.5886343566,-52.8491286581],[-73.8178007497,-52.9229095037],[-73.374668722,-52.9519217813],[-73.5886343566,-52.8491286581]]],[[[-74.6773809524,-50.3597272822],[-74.7519862434,-50.5201085367],[-74.539804459,-50.4130073137],[-74.6773809524,-50.3597272822]]],[[[-70.5565025347,-54.8381020844],[-70.7375436591,-54.8820408201],[-70.3547868417,-54.8685214494],[-70.5565025347,-54.8381020844]]],[[[-74.2686392929,-48.4838872256],[-74.3448843843,-48.2870934737],[-74.4875695341,-48.3728822696],[-74.2686392929,-48.4838872256]]],[[[-74.8259682367,-52.2567356602],[-74.7024262539,-52.3337222966],[-74.6179185881,-52.2172757813],[-74.8259682367,-52.2567356602]]],[[[-73.8057646092,-43.8454981273],[-74.1621683067,-43.8605095911],[-73.945457425,-43.9540546764],[-73.8057646092,-43.8454981273]]],[[[-75.1095318919,-47.6873534221],[-75.3728194493,-47.7736464949],[-75.1425362672,-47.8421647219],[-75.1095318919,-47.6873534221]]],[[[-73.9679799294,-44.2007838227],[-74.112209172,-44.1996529423],[-74.0046668964,-44.3384059917],[-73.9679799294,-44.2007838227]]],[[[-74.0018524078,-45.937866809],[-73.9051463998,-45.7551141929],[-74.0405293172,-45.74070162],[-74.0018524078,-45.937866809]]],[[[-72.4577565176,-54.4333822714],[-72.2912845506,-54.3331545129],[-72.5386558489,-54.3381446558],[-72.4577565176,-54.4333822714]]],[[[-73.8411458343,-53.6057762617],[-73.6865559296,-53.5284773492],[-73.858686948,-53.4543909589],[-73.8411458343,-53.6057762617]]],[[[-74.403607692,-48.5492278772],[-74.2857063443,-48.491376937],[-74.5069655508,-48.3873946016],[-74.403607692,-48.5492278772]]],[[[-74.9788475518,-48.6589317372],[-75.030606685,-48.7682877386],[-74.8052566486,-48.6741363412],[-74.9788475518,-48.6589317372]]],[[[-70.3072434443,-54.0549959523],[-70.499240172,-54.094071631],[-70.3446975006,-54.1599758418],[-70.3072434443,-54.0549959523]]],[[[-74.1097931361,-48.4096617237],[-74.2487534379,-48.3802784758],[-74.0478217919,-48.5135352744],[-74.1097931361,-48.4096617237]]],[[[-74.264287505,-45.8206475979],[-74.1193357623,-45.8006220998],[-74.2707755604,-45.70704438],[-74.264287505,-45.8206475979]]],[[[-74.0174193207,-44.8629303051],[-73.9443368032,-44.7886802193],[-74.1969459068,-44.8243674252],[-74.0174193207,-44.8629303051]]],[[[-73.8802891528,-45.4515126587],[-73.8010076498,-45.4179813696],[-73.8069151182,-45.3698893732],[-74.0287401809,-45.4141250803],[-73.8802891528,-45.4515126587]]],[[[-73.6748458626,-44.4418188081],[-73.6440622947,-44.343968188],[-73.795319794,-44.368700279],[-73.6748458626,-44.4418188081]]]]},"properties":{"fid_1":19,"OBJECTID":308,"ISO2":"CL","NAME":"Chile","LON":-71.41091908,"LAT":-38.13288286,"ISO3":"CHL","Shape_Area":79.88116916125}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[97.3459478831,28.2156242748],[96.9260328837,28.3523982744],[96.7001577224,28.5990392566],[96.4959456796,28.5444790931],[96.6432961822,28.6960563706],[96.0577922691,29.3809670898],[95.2294926078,29.1037699413],[94.8067110788,29.1655491652],[94.691654891,29.3173458781],[94.2263873029,28.9304571013],[93.253267817,28.5469052554],[92.677857113,28.1503154044],[92.7303908862,27.979800671],[92.4738960126,27.8180132788],[91.6429960003,27.7611110002],[91.6457635011,27.4986325709],[92.0198234714,27.4763656862],[92.1157019996,26.8937449996],[93.6803690506,26.9862178682],[94.2688773459,27.5609513466],[95.2157961902,27.8913695697],[95.6949654841,28.3434758908],[96.4277576333,28.1638358121],[97.0633962989,27.7499930603],[97.3699830292,27.9108185547],[97.3459478831,28.2156242748]]]},"properties":{"fid_1":20,"OBJECTID":516,"ISO2":" ","NAME":"Arunachal Pradesh","LON":94.38173285,"LAT":28.13281816,"ISO3":"xAP","Shape_Area":6.27223554985588}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[28.5788889236,43.7387211219],[27.1246309801,44.1396165068],[26.1481966444,43.9855483213],[25.4022638991,43.619836575],[24.5144374937,43.7646604142],[24.1805617487,43.6829496652],[22.8760138824,43.8341630248],[23.041971279,44.073648383],[22.6761430003,44.2154510002],[22.4691274488,44.0111508239],[22.3599243618,43.821284555],[22.3590704088,43.8189930177],[22.358241759,43.8164633768],[22.4686890194,43.634991326],[23.0055801629,43.189548153],[22.7443877102,42.8864376397],[22.5410910172,42.8740472797],[22.461434568,42.8351651917],[22.4400677868,42.8104243683],[22.5583542468,42.4813021663],[22.374105889,42.3243594184],[22.3623667694,42.3167459746],[22.3598056117,42.3117395531],[23.0202787094,41.7498924693],[22.9271735734,41.3384896322],[24.5506068531,41.5483614998],[24.6143463418,41.4239383774],[25.3315525592,41.2418457674],[26.1307894073,41.3560442852],[26.0622556328,41.6998983419],[26.3577550002,41.7111360004],[26.622310929,41.9770002216],[27.0452954278,42.0851739751],[27.5649760016,41.9050108291],[28.0316109998,41.9812779998],[27.7914870331,42.339375511],[27.4560997103,42.4846127164],[27.906522541,42.7096196048],[27.9562640487,43.1644521666],[28.1502853707,43.406867329],[28.540247032,43.4311995832],[28.5788889236,43.7387211219]]]},"properties":{"fid_1":21,"OBJECTID":290,"ISO2":"BG","NAME":"Bulgaria","LON":25.23787478,"LAT":42.75673846,"ISO3":"BGR","Shape_Area":12.205264774695}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[35.5087361881,4.6200000004],[34.3784600001,4.6200000004],[33.9948773893,4.2278917149],[34.2522927388,3.7724069054],[34.4629179217,3.6671912073],[34.4513062487,3.242417259],[34.9344860458,2.5112617338],[35.0010060206,1.759611769],[34.8074530188,1.2303036262],[34.5277589594,1.1037072246],[33.9118389027,0.1047833644],[33.9296182676,-0.9958740388],[37.6686502174,-3.0579125538],[37.6118619063,-3.5223086241],[39.2060883743,-4.6795982961],[39.413938565,-4.6195686647],[39.5932306331,-4.0410484234],[39.7042148318,-4.0593447114],[39.832959837,-3.8222038202],[39.7795287383,-3.5847199608],[39.8728251996,-3.6295040313],[39.9698134751,-3.3244002381],[40.1228510277,-3.2876732666],[40.2270184184,-2.6916347356],[40.819009145,-2.3996541078],[40.8971466618,-2.0077082344],[41.2920435462,-1.9713421177],[41.564494,-1.6644305586],[40.9958119643,-0.8315081806],[40.9956177602,2.8179956841],[41.9101189999,3.9827555602],[41.2096251188,3.9370536776],[40.7586914121,4.2848267073],[39.8675463303,3.8712669047],[39.5628048353,3.4425255766],[38.1336988889,3.6157457541],[37.0280054937,4.3882572906],[36.0519330001,4.457046237],[35.9477000003,4.6200000004],[35.5087361881,4.6200000004]]],[[[41.0071712569,-2.200865941],[41.1662396092,-2.078487483],[40.9957695234,-2.08970026],[41.0071712569,-2.200865941]]]]},"properties":{"fid_1":22,"OBJECTID":382,"ISO2":"KE","NAME":"Kenya","LON":37.86358692,"LAT":0.53336066,"ISO3":"KEN","Shape_Area":47.3785438687104}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[39.200936,32.1543299997],[39.2622079091,32.3492821703],[39.0425357002,32.3075112379],[38.7936739996,33.3747350003],[36.8371463373,32.3117156188],[36.4075715049,32.3784745677],[35.9326599677,32.7211203143],[35.6720410001,32.6911539999],[35.5551212893,32.3889954989],[35.476029,31.4931669998],[34.9781920001,29.5425880003],[34.9593414842,29.3572435129],[36.0699287949,29.185681411],[36.7539157502,29.8679074326],[37.499136924,29.9997672801],[37.6659210017,30.3322736904],[37.9957126716,30.5014044958],[37.0026100249,31.5000603293],[38.9493314922,31.9858688727],[39.200936,32.1543299997]]]},"properties":{"fid_1":23,"OBJECTID":379,"ISO2":"JO","NAME":"Jordan","LON":36.78638261,"LAT":31.249235,"ISO3":"JOR","Shape_Area":8.44587541832565}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[18.6250831664,3.47164695],[18.486693971,3.6530245001],[18.1687063678,3.5147200631],[17.4784677294,3.7028803027],[16.662092243,3.5372399891],[16.5195519164,2.841560464],[16.1917970283,2.2203348956],[16.0545678513,1.6562075672],[15.7466217571,1.9200430213],[14.9170045224,2.0003107631],[14.6210829431,2.1667279066],[13.2970219999,2.1721969996],[13.1366846278,1.6901736623],[13.262491573,1.3284276654],[13.1537914958,1.2350748966],[14.17525941,1.3967042608],[14.4714981074,0.9425814763],[14.2850713038,0.5463766008],[13.9495615437,0.3551975196],[13.8455577676,-0.1502786959],[14.5209101431,-0.6131550954],[14.4332188943,-1.9000875676],[14.256115733,-1.9801338793],[14.0932384128,-2.5012481963],[13.8724100553,-2.4117134022],[13.7642740094,-2.0897053258],[13.4950990924,-2.4294174982],[13.040975905,-2.3236370286],[12.8459109999,-1.9396926646],[12.6213096878,-1.8235023714],[12.4626932188,-1.9472801161],[12.5128313744,-2.4213294661],[11.9961293192,-2.3594513348],[11.7517805362,-2.5081396292],[11.5295878991,-2.3714658196],[11.5406911458,-2.852003663],[11.9422769348,-3.384752049],[11.8330367023,-3.7092370237],[11.459121807,-3.5021580394],[11.1531652452,-3.9601275283],[11.7949957979,-4.5602988947],[11.989769463,-4.9992143206],[12.7263567108,-4.3978227558],[13.1017584552,-4.6850524514],[13.1214900404,-4.5830583803],[13.4172435284,-4.8701628993],[13.6842223081,-4.7641882616],[13.7335012838,-4.4441342457],[13.9487183781,-4.5147659632],[14.4006630541,-4.2785474499],[14.3996176947,-4.8618030848],[14.6637927723,-4.9194412733],[15.5523375462,-4.0399921742],[15.9040335248,-3.9312716113],[16.2156597438,-3.3098548218],[16.1897467269,-2.1840742368],[16.5571267129,-1.8399421583],[16.8435944903,-1.2589850232],[17.3348565189,-0.9874919526],[17.7036120423,-0.5812866439],[17.6740018954,-0.1777136589],[17.9470102077,0.3667893177],[17.841936723,0.9679956428],[18.0699476564,1.5262248593],[18.0944264812,2.2700825979],[18.6301872974,3.1892075536],[18.6250831664,3.47164695]]]},"properties":{"fid_1":24,"OBJECTID":312,"ISO2":"CG","NAME":"Congo","LON":15.22134332,"LAT":-0.83779494,"ISO3":"COG","Shape_Area":27.8595122428996}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.8233660003,50.8705600003],[14.3034046186,51.0547503051],[14.3853654826,50.8996660251],[12.9797311294,50.4184290001],[12.5160309338,50.3973809818],[12.3322059328,50.2438067076],[12.1014787024,50.3195835302],[12.5482242313,49.9181559768],[12.4017330139,49.7522780183],[12.6590758331,49.4324343961],[13.8397130601,48.7716595651],[14.3281999832,48.5530968328],[14.6587407651,48.5932767359],[15.0231411766,49.0203398896],[16.0979577604,48.7462460632],[16.6302019622,48.7859270837],[16.9403608113,48.6166935774],[17.1929197382,48.8745396321],[17.7029060223,48.8600221281],[18.0789695823,49.0434677106],[18.1850691367,49.2844405636],[18.8508990003,49.5168969996],[18.5395717771,49.9157392701],[18.0352991728,50.0654606409],[17.8621547066,49.9796450074],[17.6139792157,50.1378344288],[17.7138617298,50.3222537693],[17.4631927004,50.2674120506],[16.8993916631,50.4479061103],[16.9745057437,50.2447187829],[16.6908805867,50.0982336108],[16.1969838466,50.4306444384],[16.4431491189,50.5775902091],[16.3440118019,50.6596931867],[15.433535478,50.8082357981],[15.1680939858,51.0190453771],[14.8233660003,50.8705600003]]]},"properties":{"fid_1":25,"OBJECTID":323,"ISO2":"CZ","NAME":"Czechia","LON":15.33565277,"LAT":49.74258985,"ISO3":"CZE","Shape_Area":9.86575050561991}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[35.5551212893,32.3889954989],[35.2320830567,32.5455618653],[35.0676132261,32.451974458],[34.963763636,31.8329382621],[35.2314719781,31.7528152373],[34.8756368923,31.3826119197],[35.476029,31.4931669998],[35.5551212893,32.3889954989]]]},"properties":{"fid_1":26,"OBJECTID":451,"ISO2":"PS","NAME":"West Bank","LON":35.25411028,"LAT":31.94184721,"ISO3":"PSE","Shape_Area":0.563589224764834}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[21.7705802923,60.5048599252],[22.5061405288,60.4171242779],[22.591900568,60.3766562967],[22.4614585052,60.2649888883],[22.5337249393,60.2125366926],[22.7996768389,60.2584595198],[22.9806748741,60.3310990691],[23.03708631,60.3267983582],[22.8760967729,60.1635538143],[23.2630477819,60.0620989173],[22.8207873034,60.0199973113],[23.1676256533,59.9203722982],[22.9343621423,59.8201808723],[24.3547891966,60.0870715077],[24.4141823571,59.9668350757],[25.6760317886,60.3802223217],[25.9235672842,60.2518157269],[26.4457149511,60.493625641],[27.8029601341,60.5488596637],[29.7388640449,61.5746820872],[31.5856720146,62.9079742574],[29.9733134649,63.7564802938],[30.5534286907,64.132076897],[30.0512331291,64.4214741008],[30.0863492862,64.773538859],[29.6169748793,64.9147115101],[29.896371532,65.1076851497],[29.7234441684,65.6364011384],[30.1335308773,65.7028642959],[29.0338476909,66.9262771591],[30.0160184252,67.6725190094],[29.3258449382,68.0745187052],[28.6453483282,68.1987419812],[28.435184153,68.5389774807],[28.7995801777,68.8687070462],[28.4594337722,68.9226292234],[28.9300190002,69.0518129997],[29.3346697642,69.481895681],[27.9516295904,70.0916972766],[26.4656606766,69.9381320172],[25.949228124,69.642191276],[25.7705110878,69.0094131686],[24.9229119907,68.6064776734],[23.8750256478,68.8369994914],[23.1432279887,68.6271110116],[22.3706570033,68.7399353132],[21.287453155,69.3107301406],[21.0578536547,69.0376062393],[20.5503290003,69.0600900001],[23.6479502387,67.9609904314],[23.3966019261,67.4904208237],[23.7614758766,67.4309479148],[23.5525816072,67.1710292277],[24.0000618174,66.8083742033],[23.6507309713,66.3002065939],[24.1540665764,65.8187568531],[25.3517695733,65.4555818956],[25.4021067632,64.8927382352],[24.615703863,64.8340996796],[23.619703205,64.0454346787],[23.4088284953,64.0801671319],[23.0372066492,63.7876434332],[22.8989582058,63.8987611516],[22.6904704362,63.8291411588],[22.9314451822,63.7652566752],[22.2045308418,63.4738392307],[22.339344679,63.2849378922],[21.5554164208,63.2716644959],[21.4987810133,62.966285083],[21.1238501477,62.7938866233],[21.2852094518,61.993177406],[21.661184639,61.5564724948],[21.4464713602,60.9132350687],[21.3028224951,61.0033110956],[21.2177177793,60.9065570369],[21.7705802923,60.5048599252]]],[[[22.8587226939,60.2058600574],[22.970862267,60.2854497419],[22.957866067,60.3124514852],[22.8662177248,60.2555869898],[22.5855478757,60.209492563],[22.4779178658,60.2046494638],[22.4731258229,60.235547376],[22.3916730309,60.0041055084],[22.779023472,60.0154920892],[22.8587226939,60.2058600574]]],[[[24.7908352563,64.9443174599],[24.9616885099,65.0591407493],[24.6476751062,65.0823724474],[24.7908352563,64.9443174599]]]]},"properties":{"fid_1":27,"OBJECTID":339,"ISO2":"FI","NAME":"Finland","LON":26.25748158,"LAT":64.49850903,"ISO3":"FIN","Shape_Area":62.6617754322343}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[30.795076913,-8.2767589152],[28.8935474434,-8.4764052573],[28.8963015641,-8.7910069831],[28.3802951858,-9.2476651408],[28.6741499522,-9.8237287993],[28.5922211103,-10.2419716218],[28.6979131927,-10.6675837679],[28.4942305827,-11.0800146802],[28.4359531201,-11.8164606778],[29.0438494444,-12.3845292239],[29.4800256352,-12.4596741693],[29.4845818561,-12.2479574154],[29.8138139894,-12.1505347791],[29.8121191046,-13.444843934],[29.6156519658,-13.4117726824],[29.5799302187,-13.2119171112],[29.0215220308,-13.4123798399],[28.8130359888,-12.9817890181],[28.6534108052,-12.8154372689],[28.5614455338,-12.8931672571],[28.4381994719,-12.5139201627],[27.9239970536,-12.2418991549],[27.6231541592,-12.2685753329],[27.2078167792,-11.5685975844],[27.0543553034,-11.5921469338],[26.8777182822,-11.9818545259],[26.016638969,-11.9409334842],[25.3321484797,-11.6204158786],[25.3517262278,-11.1960327244],[24.4428104686,-11.4652669832],[24.2802620432,-11.3875807462],[24.3903004366,-11.1006998301],[23.9992467492,-10.8902373022],[24.0778189633,-12.3643147333],[23.8983898142,-12.8362306342],[24.0552176396,-12.9991378766],[22.1358023164,-12.9994006891],[22.0034524724,-13.1296210186],[22.0001339326,-16.1505310793],[22.1926807288,-16.5445089267],[23.4379978179,-17.6380729668],[24.3940468,-17.4698852822],[24.8813731552,-17.527784265],[25.2628044322,-17.7913879872],[26.6945651638,-18.0715901249],[27.041976925,-17.9612334398],[27.8152569709,-16.9855024278],[28.8151033234,-16.4856235054],[28.9164788497,-15.9492929732],[29.5397480978,-15.6605002307],[30.4201374048,-15.6211366646],[30.2200448848,-14.9998038143],[33.2442720301,-14.0003388491],[32.9964537598,-13.9492087728],[32.7625098937,-13.6351484353],[33.0085328123,-13.2059396422],[32.9407219588,-12.7695548959],[33.5484395401,-12.3720921999],[33.2571061876,-12.1385030228],[33.2325762669,-11.4216857073],[33.4034009841,-11.1638758108],[33.2592719826,-10.9058441334],[33.7085188921,-10.5694494323],[33.561947144,-10.232998789],[33.3169353026,-10.0600372044],[33.3795655054,-9.9091549913],[33.2213531999,-9.6242330577],[33.0263742601,-9.640020569],[32.9593553234,-9.3988273848],[31.6839703478,-8.9166301698],[31.5340949473,-8.6803557097],[31.0541600516,-8.6047570132],[30.795076913,-8.2767589152]]]},"properties":{"fid_1":28,"OBJECTID":524,"ISO2":"ZM","NAME":"Zambia","LON":27.79359603,"LAT":-13.46049413,"ISO3":"ZMB","Shape_Area":62.7188563715465}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-56.4773672093,1.945942417],[-57.3340533784,1.9739808691],[-57.5529343269,1.6888237367],[-57.8075775737,1.6848172237],[-58.0291086534,1.5010648403],[-58.33504562,1.571251646],[-58.5040368398,1.4435113419],[-58.4984661252,1.2667744321],[-58.8243209491,1.1655785831],[-59.277568142,1.4014171877],[-59.748119783,1.8511925244],[-59.7222051716,2.2760922096],[-59.8806720564,2.3568234216],[-59.9902604803,2.6868929766],[-59.8686320983,3.5647243114],[-59.5667441719,3.9097148369],[-59.6914530197,4.3783356587],[-60.1592916913,4.5179042817],[-59.9777691417,5.0510238718],[-60.1209119556,5.2190837537],[-60.7363893156,5.2013895637],[-60.6068144583,4.9229337367],[-60.95929308,4.5450431024],[-61.3219896612,4.5335601412],[-61.5544689616,4.2550570378],[-61.919208923,4.1407181231],[-62.4638988631,4.1780178036],[-62.7514638557,4.0319395782],[-62.7419474348,3.6789204604],[-62.9519393394,3.6115093339],[-63.392379484,3.9789873163],[-63.4557013887,3.8584996568],[-63.6781773168,4.019466477],[-63.9994503197,3.9289640653],[-64.1433814721,4.1050947259],[-64.6121323619,4.1111387169],[-64.7969439111,4.2827928743],[-64.757220234,4.0515836514],[-64.1230360294,3.4707278528],[-64.1800288167,3.165957905],[-64.0149501819,2.4717769311],[-63.411599829,2.4530442372],[-63.3939061201,2.1493584644],[-64.0004586971,1.9736867036],[-64.1220910937,1.5818103524],[-65.1099804101,1.1516541424],[-65.5352287084,0.6535117057],[-65.57341859,0.9959283508],[-66.1481126296,0.748136883],[-66.852916276,1.2295567258],[-67.0867499796,1.1693710269],[-67.1086228246,1.7119529373],[-67.4109570036,2.1448233848],[-67.9016729467,1.7505331417],[-68.2051871694,1.9824283504],[-68.319120898,1.7288028276],[-69.8443962773,1.7129852448],[-69.8453809854,1.0790202391],[-69.245740184,1.045282231],[-69.1159747693,0.6438312386],[-69.4690244209,0.7354737478],[-70.0437699899,0.560561826],[-70.011479125,-0.2122374064],[-69.625754106,-0.4996697346],[-69.4003241792,-1.1444026406],[-69.9473260003,-4.2271099997],[-70.0390901293,-4.3752343653],[-70.2882757684,-4.2904995271],[-70.3229399847,-4.1423162974],[-70.7568284252,-4.156448583],[-70.9434398506,-4.3792113086],[-71.9031368588,-4.513979096],[-72.8374458833,-5.1420749344],[-73.2483788318,-6.1212190804],[-73.1343235553,-6.508053361],[-73.709841337,-6.8438292322],[-73.7949290556,-7.1245279801],[-73.6961533461,-7.3122331987],[-73.9213869607,-7.3625950642],[-73.9513466246,-7.5695155961],[-73.6841281432,-7.7774088131],[-73.7701871197,-7.908174567],[-73.5340367778,-8.353264801],[-72.946053915,-8.9941303219],[-73.2016091221,-9.410173586],[-72.3469337931,-9.5013310261],[-72.1744998056,-10.0004989939],[-71.2288831544,-9.9697329268],[-70.4978493929,-9.4242367507],[-70.6209206931,-9.8297881552],[-70.6204377428,-10.9981662612],[-69.5729199997,-10.9461720002],[-68.5487613966,-11.1079679144],[-68.2407129308,-10.9585757701],[-68.0748412747,-10.684522459],[-67.6976872741,-10.6762659722],[-66.6206085446,-9.894660054],[-65.3783887926,-9.6972305812],[-65.2890861449,-10.2190087041],[-65.4293811872,-10.4837521424],[-65.2666442719,-10.9244960439],[-65.3609558817,-11.2289033472],[-65.0309683331,-11.9957374871],[-64.8367191194,-12.0127706152],[-64.2999221682,-12.4953491831],[-63.7346262391,-12.4386803469],[-63.3676140749,-12.6600314282],[-63.0967527789,-12.6565973589],[-62.7766570417,-13.0106336046],[-62.1229949398,-13.1509163909],[-61.8578672274,-13.5366770086],[-60.995257198,-13.5057158138],[-60.5557654217,-13.772795368],[-60.3987515258,-13.9767998706],[-60.4823644318,-14.1651293401],[-60.2452384792,-15.0927662198],[-60.5735152879,-15.0987683338],[-60.2303429371,-15.5900847642],[-60.1723042733,-16.2661605733],[-58.319995113,-16.2765694966],[-58.4286307088,-17.1060781786],[-57.7970218936,-17.5561664236],[-57.5326634649,-18.1750972118],[-57.6980835588,-19.0123241211],[-58.1300470562,-19.7567515622],[-57.9041911359,-19.9383148151],[-58.1685109999,-20.1722429997],[-57.854489067,-20.8366586128],[-58.0051791381,-22.0518400362],[-56.80132631,-22.2808627932],[-56.4023883489,-22.0780499274],[-56.2081410966,-22.2782482518],[-55.8511211711,-22.2817582203],[-55.6110560011,-22.6820661446],[-55.4165352731,-23.9480522543],[-55.0641295441,-23.9934503433],[-54.6687949336,-23.8133019722],[-54.2859915772,-24.0655984598],[-54.5940998327,-25.5922733128],[-54.1040652303,-25.4942028093],[-53.8621678554,-25.6622222676],[-53.5966174266,-26.2625337179],[-53.7305430168,-26.9798744954],[-54.2700406043,-27.4219724826],[-54.8120138832,-27.5311474793],[-54.9391949836,-27.7736487958],[-55.6243485619,-28.1402739196],[-55.6965915003,-28.4238798636],[-55.8768625614,-28.3603995694],[-56.4196111566,-29.0746347874],[-57.6473492526,-30.1945279858],[-57.22079702,-30.289296095],[-57.0794264614,-30.0921928144],[-56.8099920639,-30.1026023538],[-56.0231825361,-30.7860940912],[-55.9918927848,-31.0816176809],[-55.5492763312,-30.8869565174],[-55.2404693277,-31.2567041486],[-54.585051304,-31.4579594228],[-53.7673320919,-32.0773028307],[-53.5813926993,-32.4522500181],[-53.0782667819,-32.7354034772],[-53.5197216271,-33.1513528027],[-53.5321996701,-33.6867731769],[-53.3692916948,-33.7444540661],[-52.6224845332,-33.1063684891],[-52.160694629,-32.1997140528],[-52.2204140896,-31.7522068844],[-52.0300113051,-31.6912771944],[-51.9517870531,-31.3516180334],[-51.4375086286,-31.0879950712],[-51.3684234366,-30.6329454751],[-51.2807286013,-30.8090216952],[-51.1319766628,-30.3634729418],[-51.2941203897,-30.2933394533],[-51.29844384,-30.0527009628],[-50.9240704488,-30.335241381],[-50.6146791081,-30.196129717],[-50.5689116576,-30.4696993519],[-50.6940466043,-30.436017368],[-50.7315507024,-30.801075639],[-51.178424328,-31.1225998018],[-51.2336358848,-31.4577230702],[-51.8509715958,-31.8652894794],[-52.0897892532,-31.8351452324],[-52.0563728957,-32.1332827601],[-50.8440605336,-31.2013228169],[-49.8042704606,-29.4421733059],[-48.7483671464,-28.501566579],[-48.5061892846,-27.114839738],[-48.6749629558,-26.5768162644],[-48.4974394486,-26.2308949432],[-48.6636204148,-26.3634033989],[-48.8258496393,-26.1209883436],[-48.703105428,-26.2458355414],[-48.5918197369,-26.160571222],[-48.3504958974,-25.5806232809],[-48.6838526984,-25.5062224994],[-48.7373311573,-25.3742934094],[-48.4762220358,-25.4845591973],[-48.4250899603,-25.3147369949],[-48.2711090361,-25.3153493046],[-48.2135982141,-25.4701280777],[-47.7931568577,-24.9347990108],[-46.9358369427,-24.2806129827],[-45.9342753089,-23.7711439976],[-45.4105227361,-23.823578813],[-45.4024628888,-23.625011294],[-44.9062181331,-23.339839902],[-44.5339918301,-23.3010793098],[-44.7051206566,-23.2330272292],[-44.664146447,-23.0578935283],[-44.3374171674,-22.9258846361],[-44.2343881304,-23.0600985634],[-43.8843905197,-22.9191537861],[-43.6098523203,-23.0355554766],[-43.9893869801,-23.1054885576],[-43.2051628513,-22.9910974427],[-43.155932707,-22.7847967281],[-43.286874791,-22.80711074],[-43.0971876096,-22.6883799754],[-43.0451026134,-22.9754206757],[-42.085714632,-22.9559782288],[-41.8653492707,-22.7608903343],[-41.9890658434,-22.599821165],[-41.760503435,-22.3579666104],[-40.9898442779,-22.013008804],[-41.0682705176,-21.501817806],[-40.7481887792,-20.8602072104],[-40.4042073434,-20.6094574047],[-40.0468280146,-19.808109623],[-39.804104196,-19.6477512949],[-39.7210661366,-18.4919543833],[-39.489795168,-17.9995898542],[-39.1377270383,-17.6842744912],[-39.2124313779,-17.1572620127],[-38.8576878011,-15.8599868478],[-39.0615165438,-14.7128618937],[-38.9217611738,-13.9224661664],[-39.0747345049,-13.886606261],[-38.9233653332,-13.652523937],[-38.9452680816,-13.2457639489],[-38.5895880838,-12.9694301569],[-38.7372083497,-13.0203385062],[-38.8031306288,-12.8362150184],[-38.6490663661,-12.621393803],[-38.4744550723,-12.8377215807],[-38.5317179054,-13.0161352971],[-38.3182715438,-12.9347711513],[-36.9383565546,-10.8305766149],[-36.3971191846,-10.498489849],[-35.3405288082,-9.2318152903],[-34.8289003952,-7.9585237026],[-34.7903326464,-7.1616894194],[-35.2537865726,-5.5067953023],[-35.4794581948,-5.1633340352],[-37.1478698913,-4.9419374842],[-38.4752061636,-3.7065978336],[-39.9647062592,-2.8523835852],[-41.4398069317,-2.937431606],[-41.8261505818,-2.7254722626],[-42.4358077184,-2.7470218418],[-43.3830752928,-2.3297339573],[-43.4572506521,-2.5936863259],[-43.4685595891,-2.4966185143],[-43.9321954571,-2.5534576273],[-44.2057730393,-2.8558242637],[-44.1840982916,-2.766834831],[-44.3449382192,-2.7913578584],[-44.0290161061,-2.4075768004],[-44.3060453538,-2.488166871],[-44.4328324252,-2.9475584651],[-44.7838513923,-3.2981597151],[-44.6089174569,-3.0421754226],[-44.6875952657,-2.9252712053],[-44.5627742337,-2.5899841623],[-44.6645173328,-2.6208949537],[-44.3581107133,-2.3346022699],[-44.478625589,-2.1375885708],[-44.6496878891,-2.3720249398],[-44.7633177296,-2.2653306583],[-44.485443407,-1.9990403437],[-44.5450955687,-1.8320180861],[-44.79888669,-1.7981477913],[-44.7117066051,-1.7268518939],[-44.8231301442,-1.5898897454],[-44.9666354236,-1.6622687998],[-44.863269649,-1.4254830994],[-44.9798811162,-1.5984661391],[-45.1607257109,-1.476253901],[-45.3449977236,-1.7512589061],[-45.3263378037,-1.3176676519],[-45.4624656539,-1.528873028],[-45.5577107051,-1.2761961604],[-45.7040367359,-1.3835974476],[-45.7241690887,-1.1362821312],[-45.890172821,-1.2921379639],[-45.9830109996,-1.0715346383],[-46.1499519162,-1.2573783071],[-46.0626683239,-1.1317820964],[-46.1538666417,-1.0141340489],[-46.2110164291,-1.0943136608],[-46.1816572191,-0.9578487979],[-46.6101658288,-1.0282938503],[-46.6244251527,-0.816474963],[-46.7345153372,-0.9420148672],[-46.9534546121,-0.6941200997],[-47.084623498,-0.832640525],[-47.077996669,-0.6630172832],[-47.4243214368,-0.580495111],[-47.473485515,-0.7570932976],[-47.6979136969,-0.5487384316],[-48.0544987183,-0.6682984143],[-48.3035321238,-0.9475396759],[-48.2770632863,-1.1086146962],[-48.4751458117,-1.1436024994],[-48.5048778662,-1.4704518214],[-48.3198691209,-1.4784150942],[-48.4998923881,-1.5496308224],[-48.5996478551,-1.3051540048],[-49.383591524,-2.1589093327],[-49.2797902941,-1.7057186262],[-49.758035637,-1.8926223016],[-49.994695266,-1.819410868],[-50.401432843,-1.9336428973],[-50.2660274164,-1.7808948842],[-49.8003349896,-1.820857289],[-48.8382421793,-1.4523399098],[-48.3637033023,-0.3032198789],[-49.1797774034,-0.1310806119],[-49.627319764,-0.2473451054],[-50.4061922216,-0.0940653097],[-50.6520305939,-0.2758091689],[-50.6883509037,-0.6030046004],[-51.0500925901,-0.6807539644],[-50.7520639649,-0.4307915611],[-50.6136582687,-0.0903929497],[-50.711332485,-0.0000377274],[-50.9582761286,-0.0647557099],[-51.253845457,-0.4960777974],[-51.3988152184,-0.4728779164],[-51.1534389609,-0.2822733006],[-51.1883444797,-0.1405670862],[-51.4095196347,-0.4377593563],[-51.2333091206,-0.0962728521],[-50.7817335812,0.1864979463],[-49.9386537636,1.1035250624],[-49.9170829388,1.2303319414],[-50.0704351381,1.2087885918],[-49.8805117254,1.4217170932],[-49.955640617,1.6780262172],[-50.4714317174,1.8206246661],[-50.6794314933,2.1500531439],[-51.2017844016,4.083701431],[-51.5456057131,4.3964189692],[-51.6164841776,4.1817175281],[-52.3323738523,3.1706906287],[-52.5574590977,2.5185068224],[-52.9103111772,2.1866440138],[-53.7652665299,2.3772887987],[-54.1447588308,2.1156020139],[-54.5736663006,2.3299900187],[-54.9721348442,2.5553547797],[-55.7458585473,2.4150842367],[-55.9523541333,2.5311536367],[-56.1334795971,2.2598198468],[-55.9114950729,1.8824348761],[-56.4773672093,1.945942417]]],[[[-49.625404709,0.3334794291],[-50.3932765496,0.1377463169],[-49.9888379401,-0.0478583867],[-49.625404709,0.3334794291]]],[[[-49.675200507,-0.1385576329],[-49.3392659126,-0.0002980442],[-49.6094054991,0.0795685083],[-49.8336489628,-0.0876478366],[-49.675200507,-0.1385576329]]],[[[-50.4041496463,1.8489116944],[-50.2743825238,1.9504856409],[-50.3704360098,2.1904859059],[-50.5213923261,2.0336573728],[-50.4041496463,1.8489116944]]],[[[-50.2774052001,0.3381737427],[-50.0642234488,0.6228753973],[-50.2699037903,0.5997125756],[-50.2774052001,0.3381737427]]],[[[-48.5572230912,-27.8412376562],[-48.4151420637,-27.3811355546],[-48.5478638862,-27.4562154844],[-48.5572230912,-27.8412376562]]],[[[-50.4496330746,0.1756058613],[-50.2858382319,0.2988128431],[-50.3585096289,0.6140960581],[-50.5311868911,0.2611347756],[-50.4496330746,0.1756058613]]],[[[-45.2807348726,-23.9411510512],[-45.3250951349,-23.7194040649],[-45.452780263,-23.9094584171],[-45.2807348726,-23.9411510512]]],[[[-50.460438893,-0.0191178896],[-50.4372483281,0.1298844337],[-50.6336653838,0.1743354358],[-50.460438893,-0.0191178896]]],[[[-44.3379123044,-23.2305428224],[-44.1311098886,-23.1852534318],[-44.2315163361,-23.0911000119],[-44.3379123044,-23.2305428224]]],[[[-44.9667529497,-1.2651843523],[-44.9981602712,-1.4048240352],[-44.8775212927,-1.3093866379],[-44.9667529497,-1.2651843523]]],[[[-50.4712785602,2.1495288086],[-50.4123016076,2.2420971932],[-50.5566064553,2.226317989],[-50.4712785602,2.1495288086]]]]},"properties":{"fid_1":29,"OBJECTID":298,"ISO2":"BR","NAME":"Brazil","LON":-53.08050761,"LAT":-10.76665508,"ISO3":"BRA","Shape_Area":708.006730485397}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[123.4879295708,25.7418813054],[123.4791128459,25.7535663892],[123.4573376772,25.7409083819],[123.4879295708,25.7418813054]]]},"properties":{"fid_1":30,"OBJECTID":520,"ISO2":"","NAME":"Senkaku Islands","LON":123.5005831,"LAT":25.73881342,"ISO3":"xSK","Shape_Area":0.000619341309719391}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[123.2622432707,13.96090126],[123.3105274622,13.7837529373],[123.0594764664,13.7628038059],[123.0426693424,14.1022217129],[122.6055585222,14.3480925768],[122.420547569,14.3094180236],[122.3063367727,14.0947144179],[122.2728065979,14.2448859759],[122.1643700454,14.1582236496],[122.2941658428,13.9588200714],[121.9279467197,14.233644882],[122.2340267863,13.8963979087],[121.9028343701,14.0167037532],[121.6243134034,14.5223832362],[121.6111525367,14.6745395476],[121.7330236232,14.6966484547],[121.3741440427,15.3107467034],[121.6394383644,15.7145076233],[121.5765532101,15.9240794834],[122.1389058541,16.259210476],[121.9991172713,16.0293271217],[122.2019725654,16.2362028872],[122.5114133428,17.0397680751],[122.1433364208,17.7439426466],[122.319794521,18.3794201807],[122.1662883174,18.5217765527],[121.9328772519,18.2676125564],[121.1427937054,18.6262092228],[120.6226536913,18.5448277137],[120.3419639556,17.5705765299],[120.4596301873,17.4064868499],[120.3070712962,16.5089459669],[120.4244417067,16.1655494421],[120.1323614421,16.0456755699],[119.9168784174,16.4243329077],[119.750344667,15.9660503531],[119.9134432932,15.8449203169],[119.8908011232,15.42935861],[120.1017231903,14.7596512133],[120.2332456338,14.8773478583],[120.481209445,14.4274953166],[120.6087044177,14.4838518173],[120.5505510616,14.8305504476],[120.9597656512,14.6352281557],[120.9675800583,14.4744716033],[120.5893281132,14.2205596572],[120.6278995339,13.8101059862],[120.8791021141,13.9027401751],[120.8908525489,13.6893773597],[121.0038789767,13.7809234166],[121.0457151991,13.6319807264],[121.2859312564,13.5972835041],[121.7518037393,13.9679553398],[122.4020479839,13.5216553458],[122.6001817824,13.1632001778],[122.6753909429,13.3820557412],[122.4194972571,13.9432193376],[122.5362257918,13.9625925457],[123.1953571018,13.4256163614],[123.3195304457,13.0071733346],[123.7370045438,12.8448169378],[124.0312079693,12.9643838569],[123.8764667509,12.8709354398],[123.7644994502,12.8396239852],[123.8740501413,12.6591915659],[124.0998347148,12.5260163502],[124.1955585948,13.043606761],[123.7597071869,13.0589268056],[123.9155750274,13.285974503],[124.0978969492,13.2585584672],[123.7653958261,13.4061495312],[123.8211155789,13.2687214583],[123.531035135,13.5670579961],[123.5917804253,13.7264056157],[123.9679160741,13.731273119],[123.7550296781,13.869848251],[123.5804974941,13.9094183212],[123.6395710787,13.9937203606],[123.4370443709,13.9215395969],[123.3300685881,14.0927371982],[123.2622432707,13.96090126]]],[[[122.8391094206,7.4418315888],[122.9007711084,7.5437757169],[122.9929088751,7.4592637631],[123.1183001897,7.7228558579],[123.1294498441,7.5753040314],[123.4487679808,7.369928381],[123.338501369,7.5683927073],[123.5666430018,7.8521762628],[124.0180191704,7.6435232482],[124.2608549682,7.3715505808],[123.9596626647,6.9137362321],[124.0541605538,6.388868974],[124.2552874192,6.1566499689],[124.9452335792,5.858154065],[125.2668102462,6.0882339903],[125.1747571488,5.7990533046],[125.4133327618,5.5724482454],[125.7153404068,6.102589405],[125.3731653043,6.7203363561],[125.6512675296,7.2438957842],[125.8520247008,7.3594336749],[126.1920728923,6.2716624919],[126.2601803467,6.7534351873],[126.1559299927,6.9061882627],[126.350040137,6.8024934432],[126.2827181351,6.9303493202],[126.605335325,7.2883435496],[126.5647681638,7.7228590226],[126.3596526478,7.8869708844],[126.4683502734,8.2209290091],[126.3133535838,8.2215016749],[126.3849424246,8.5401209312],[126.0893878154,8.6134911626],[126.3315474552,8.8443229113],[126.1581908379,9.1045002767],[126.206820146,9.305189023],[126.0468424623,9.2387485842],[126.0225181797,9.4230343259],[125.9351554182,9.3729698293],[125.9607727712,9.4804232079],[125.655408859,9.6945972442],[125.642446058,10.47103513],[125.471121012,10.0838936976],[125.6021092349,10.0507006193],[125.4959969883,10.0151773293],[125.6314459797,9.9407156393],[125.5806759398,9.7728832184],[125.396001977,9.7456065631],[125.5167168871,9.0170604307],[125.2072967114,9.0934650403],[125.0853145576,8.8277083951],[124.8048311084,8.9992008589],[124.7440667686,8.4960826514],[124.4361253877,8.6187062313],[124.2276614294,8.21609259],[123.6724836513,7.9557014153],[123.866718225,8.1624124213],[123.8292590012,8.4387438239],[123.6917895802,8.6386602342],[123.3803637311,8.7269417647],[123.300094794,8.520275731],[123.0307944801,8.489172277],[122.9130639073,8.1470462172],[122.2257694361,7.9593244619],[121.9237781569,6.9881409707],[122.1551362437,6.909964033],[122.5686651267,7.7452765833],[122.8110834133,7.7480968717],[122.8518548824,7.2685523024],[122.9749701082,7.3657040918],[122.8391094206,7.4418315888]]],[[[124.3830776213,11.0521068566],[124.3849423359,10.9149139196],[124.5142964447,10.8677210339],[124.5948253488,11.0132038253],[124.7818341028,10.7775281113],[124.7610821323,10.1539394483],[125.0258582368,10.0128738409],[124.983505844,10.3825188818],[125.12503624,10.1644229893],[125.2614526844,10.3597975032],[125.0116306823,10.7528894977],[125.0291067058,11.2337293469],[124.9651551111,11.2724461701],[124.9732731392,11.3897523726],[124.9846127872,11.2842119923],[125.1555929342,11.2702447592],[125.2124824379,11.0957623428],[125.6601209351,11.1415633604],[125.8396993968,10.9168029969],[125.6652847299,11.1978530963],[125.5331519921,11.1986687626],[125.631976399,11.355633346],[125.4134860476,11.7584444218],[125.5143723779,12.191185152],[125.0044852584,12.6626710897],[125.0753096844,12.5365786367],[124.4993724823,12.5279521939],[124.4484882347,12.5351543426],[124.4993724823,12.5279521939],[124.3580463304,12.6948373293],[124.3863052998,12.5622971509],[124.2615669354,12.5495821716],[124.4000023137,12.1921509717],[124.7668094639,11.8783206942],[124.8784236908,11.5919513702],[124.87835564,11.7360505159],[125.0303882649,11.7658923641],[124.8855512848,11.5337618892],[124.7434597019,11.7030239111],[124.8379378257,11.4689974342],[124.9612109958,11.4529975498],[124.9925163854,11.3711287422],[124.9678474808,11.4249486871],[124.8216544327,11.4266829263],[124.5848193451,11.3069866873],[124.3130908662,11.5620197732],[124.3830776213,11.0521068566]]],[[[123.3173194624,10.9559480969],[122.954506616,10.8914327253],[122.7959117919,10.5216833657],[122.8619278532,10.0972583877],[122.3789080473,9.8382312606],[122.5404934238,9.4895881782],[122.8666672687,9.3267487339],[123.0150201619,9.0393200336],[123.2942722746,9.2341556961],[123.1223239004,9.5525988383],[123.1477702456,9.8938091148],[123.5675269679,10.7927682386],[123.5110870838,10.9372014159],[123.3173194624,10.9559480969]]],[[[121.9973952594,11.9099699136],[121.8442092593,11.7635958536],[122.1005867643,11.6977030084],[121.9617661587,10.4141055452],[122.2073322523,10.638040975],[122.7336146989,10.7854838829],[122.7844252334,10.9891866782],[123.1219191057,11.1658341684],[123.2383329937,11.5004264167],[123.1487347118,11.5972579314],[122.9600286251,11.4764307887],[122.8268651968,11.6095923113],[122.4629068056,11.5436585731],[122.3859300716,11.7352090212],[121.9973952594,11.9099699136]]],[[[117.2622356412,8.3986949924],[118.6179141998,9.4849796302],[118.7565140308,9.9332830736],[119.2123317721,10.0720577238],[119.2965261006,10.2854428199],[119.7174182251,10.5160398573],[119.4891302951,10.8798088404],[119.5026344718,11.1385545831],[119.6303608653,11.1750497301],[119.4778545773,11.4242066817],[119.39739418,11.1480083473],[119.415067673,11.1067333217],[119.2878738149,10.9203337874],[119.4599858001,10.7227738868],[119.2229526908,10.9527409239],[119.3439159622,10.7292708762],[119.2557249583,10.483394485],[119.1357744432,10.381707143],[119.0581609434,10.5053743474],[118.8080753761,10.0287768143],[118.7583086747,10.1262079816],[118.1255664808,9.3422030346],[117.6329568838,9.0444272088],[117.1752484294,8.3392632437],[117.2622356412,8.3986949924]]],[[[121.4419078833,12.3664875028],[121.5551440978,13.1210079373],[120.9867972547,13.5225873007],[120.3269254806,13.4896158441],[120.6804908701,13.1471475329],[121.1120652227,12.2461313512],[121.3838724841,12.2504423854],[121.4419078833,12.3664875028]]],[[[123.9912020112,11.0815243427],[124.0620017661,11.2828273187],[123.3706913786,9.9914520949],[123.3031652549,9.4166380921],[123.6420759209,10.084100485],[124.0439660126,10.3307833909],[123.9478144879,10.3141118551],[123.9912020112,11.0815243427]]],[[[123.808149338,9.8402538296],[123.752734253,9.5466120559],[124.2837408437,9.605840985],[124.5932381677,9.7575303324],[124.5306377414,10.0557804111],[124.1899852748,10.1849765783],[124.0274361344,9.9676401471],[123.861120224,9.906183243],[123.8232059478,9.8568935393],[123.808149338,9.8402538296]]],[[[123.3266774263,12.4345904913],[123.2393471933,12.6004195042],[123.2858335204,12.2135402017],[123.1592854088,11.9067790362],[123.5296395697,12.2136757448],[124.0703434862,11.7225865308],[123.8949776171,12.2101235981],[123.4445588019,12.5163876103],[123.3266774263,12.4345904913]]],[[[120.014505386,11.6912326812],[120.0278660012,11.8521723293],[120.1349849696,11.7748165131],[119.9877151264,11.9004078324],[120.0540101483,12.0171437874],[120.3325390839,12.0029637333],[120.2428340912,12.1545505517],[120.2393894198,12.178396225],[120.2054805756,12.1475391393],[119.8691940441,12.3131504893],[119.9525834784,12.0479786463],[119.8243802824,11.9402945556],[120.014505386,11.6912326812]]],[[[124.2164861938,14.0831476948],[124.0286744397,13.6569345651],[124.2071205686,13.5165535548],[124.4229619084,13.7766332403],[124.2164861938,14.0831476948]]],[[[121.9911804836,6.739296627],[121.7899731711,6.6200507856],[121.8725826613,6.501667082],[122.2242643757,6.4544012064],[122.3230482978,6.6342299224],[121.9911804836,6.739296627]]],[[[122.0905437472,13.5096607208],[121.8562505071,13.5624149502],[121.8231508728,13.3592887561],[121.9971648234,13.2022377478],[122.1115741729,13.5261249539],[122.0905437472,13.5096607208]]],[[[120.2432918353,5.3495997938],[119.7389830927,5.0114770436],[120.1253908203,5.2035476956],[120.2840862651,5.1530330874],[120.2795458102,5.2493369437],[120.3105500259,5.0989597837],[120.4052405731,5.2350261633],[120.2432918353,5.3495997938]]],[[[121.120296132,6.0907548044],[120.8806314013,5.9226257106],[121.4251632173,5.959227304],[121.120296132,6.0907548044]]],[[[122.1546299758,12.6306898011],[122.0025219391,12.5974643616],[121.9222578971,12.3161960398],[122.0148525977,12.0995918051],[122.1546299758,12.6306898011]]],[[[125.9693317406,9.8462467192],[126.0472416938,9.7333296462],[125.9143544149,9.7549277348],[125.938090916,9.5610216502],[126.1646189887,9.7911529233],[126.0650641191,10.0617723979],[125.8924061124,9.9219682676],[125.9693317406,9.8462467192]]],[[[121.9365641782,15.0417209579],[121.8014830184,14.9353987672],[121.93989901,14.626565874],[122.0557905457,14.9685678552],[121.9365641782,15.0417209579]]],[[[122.5470829013,10.4117412573],[122.6440563199,10.4629268649],[122.658741954,10.7534528591],[122.4759754883,10.4960437112],[122.5470829013,10.4117412573]]],[[[124.4292273592,11.7054459913],[124.4034525159,11.5399124282],[124.5866701337,11.4764677868],[124.4292273592,11.7054459913]]],[[[122.5580532902,12.4982440084],[122.425006512,12.4328254288],[122.6327024133,12.28127405],[122.6974140421,12.4023703976],[122.5580532902,12.4982440084]]],[[[122.9967158807,13.1572663943],[122.9487352689,13.0370981677],[123.3850669831,12.6941528814],[122.9967158807,13.1572663943]]],[[[119.9043999247,10.6021672902],[119.7027126657,10.5564044344],[119.9966900366,10.4899268033],[119.9043999247,10.6021672902]]],[[[117.064260475,8.0823939796],[116.9563011757,8.0272139423],[117.0116296749,7.804087834],[117.064260475,8.0823939796]]],[[[123.6694822548,9.2140519363],[123.6063620456,9.3012036953],[123.4530736919,9.1894661587],[123.5899778071,9.0954610397],[123.6694822548,9.2140519363]]],[[[124.5092048799,10.6507560757],[124.3179828489,10.708992709],[124.274096354,10.593109038],[124.5092048799,10.6507560757]]],[[[120.2619545107,13.7754861398],[120.0778088024,13.8507183949],[120.2698808681,13.6712157011],[120.2619545107,13.7754861398]]],[[[119.712408066,11.4803981784],[119.6738224369,11.5123429699],[119.6483923298,11.400613806],[119.6858085741,11.4859328554],[119.8303258129,11.377924159],[119.946232057,11.5804597179],[119.712408066,11.4803981784]]],[[[122.1812640961,14.9300245041],[122.0953166328,14.8361006298],[122.2478839118,14.7216741599],[122.1812640961,14.9300245041]]],[[[123.8082625474,11.1528534754],[123.7297912643,11.2990632446],[123.6923018467,11.1273399563],[123.8082625474,11.1528534754]]],[[[120.5803161122,6.2616653376],[120.5972275926,6.3939446982],[120.4773323363,6.2638231376],[120.5803161122,6.2616653376]]],[[[123.7550296781,13.869848251],[123.85148484,13.827144271],[123.8258295679,13.9848157638],[123.7550296781,13.869848251]]]]},"properties":{"fid_1":31,"OBJECTID":440,"ISO2":"PH","NAME":"Philippines","LON":122.86363087,"LAT":11.73010967,"ISO3":"PHL","Shape_Area":24.6645145128787}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-61.6376231198,12.2236256092],[-61.7982805624,12.0004742282],[-61.6347313318,12.0438025922],[-61.6376231198,12.2236256092]]]},"properties":{"fid_1":32,"OBJECTID":357,"ISO2":"GD","NAME":"Grenada","LON":-61.65209492,"LAT":12.16191054,"ISO3":"GRD","Shape_Area":0.0310569253302267}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[22.8755101407,10.9313689401],[22.5278138996,11.0037241004],[21.8348443592,10.8409779608],[21.7113535972,10.2809393919],[20.4357034106,9.1547838346],[18.9920652554,8.9786242167],[18.8635351243,8.8513558579],[19.1212374853,8.6700503543],[18.6149558369,8.0510074801],[17.6717269478,7.9825127344],[16.8489603789,7.5334971728],[16.5942797976,7.8772417253],[15.973071837,7.4829194061],[15.4957887983,7.5323417094],[15.2198496018,7.2442381543],[14.7404605046,6.2534619854],[14.4160047912,6.0364866571],[14.6189098861,5.8903269226],[14.5348373788,5.2957266899],[14.7203348572,4.641337309],[15.0831427789,4.3047484551],[15.2529186177,3.7082038422],[16.0324136993,2.9799952919],[16.1917970283,2.2203348956],[16.5195519164,2.841560464],[16.662092243,3.5372399891],[17.4784677294,3.7028803027],[18.1687063678,3.5147200631],[18.486693971,3.6530245001],[18.6250831664,3.47164695],[18.551458881,4.3391734544],[19.5333759076,5.1489522032],[20.3478788922,4.7577788529],[20.5841367454,4.4149517266],[21.7311599359,4.3110412354],[22.2930125884,4.1179037186],[22.5347115513,4.2044039358],[22.9068092503,4.8206059416],[23.4200288284,4.5941812397],[24.3760540728,5.1130371747],[24.7935560167,4.9252083758],[25.3118153712,5.0309076087],[25.3446155977,5.2765572439],[25.5651748871,5.3806152078],[26.4545893378,5.0966210238],[27.1383727064,5.2045335333],[27.4436110004,5.019444],[27.1918574686,5.7239031062],[26.554394817,6.0531417651],[26.3287851418,6.3825130469],[26.4106006664,6.6548912016],[25.2029547551,7.4933166401],[25.2828425603,7.7958221372],[24.8341385634,8.1684948097],[24.203160897,8.3056788011],[24.2233592447,8.6421508322],[23.5171741723,8.7222785946],[23.582983117,9.0244814501],[23.5054593506,8.95148018],[23.4615229909,9.0809912133],[23.6584943913,9.2879402303],[23.6721713781,9.8987056553],[22.8755101407,10.9313689401]]]},"properties":{"fid_1":33,"OBJECTID":304,"ISO2":"CF","NAME":"Central African Republic","LON":20.48408295,"LAT":6.57802584,"ISO3":"CAF","Shape_Area":50.6447303589748}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[20.0788950002,42.5557989999],[19.8279293411,42.4672016087],[19.6583909961,42.6243947449],[19.3535430529,42.2446397413],[19.3708879354,41.8439507697],[19.6200003041,41.7284005079],[19.4202459993,41.3692369988],[19.5292607187,40.9205777612],[19.3148040003,40.6492830009],[19.4812865254,40.3968355459],[19.2883493236,40.4217066056],[19.8593189189,40.0419407229],[20.008387614,39.6929671693],[20.2272342237,39.6486081903],[20.4142143468,39.8159494582],[20.314227389,39.9917697888],[20.6767930073,40.0965525326],[20.7874370636,40.4284401508],[21.0444736079,40.5663618759],[20.980567,40.8552220001],[20.5156447669,41.2317769263],[20.5942860003,41.8773280004],[20.6245312952,41.9717770383],[20.2168056169,42.4386918614],[20.1684631422,42.5023891899],[20.1649348697,42.5063762533],[20.1628140723,42.5079456134],[20.1449644111,42.518161723],[20.0788950002,42.5557989999]]]},"properties":{"fid_1":34,"OBJECTID":271,"ISO2":"AL","NAME":"Albania","LON":20.06552659,"LAT":41.14279412,"ISO3":"ALB","Shape_Area":3.08751966998017}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-64.5233043377,18.4838227189],[-64.711443562,18.389717187],[-64.5195258784,18.4276770921],[-64.5233043377,18.4838227189]]]},"properties":{"fid_1":35,"OBJECTID":510,"ISO2":"VG","NAME":"British Virgin Islands","LON":-64.52670951,"LAT":18.48451437,"ISO3":"VGB","Shape_Area":0.0181259160213745}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-60.9897439338,10.8340582559],[-61.6618747354,10.7142364913],[-61.4922845482,10.6378175241],[-61.4568710483,10.2942953109],[-61.921543983,10.042715922],[-61.0021644256,10.1425746518],[-60.9897439338,10.8340582559]]],[[[-60.5385704768,11.2437356123],[-60.5305936944,11.3380675432],[-60.8395386972,11.1410077889],[-60.5385704768,11.2437356123]]]]},"properties":{"fid_1":36,"OBJECTID":495,"ISO2":"TT","NAME":"Trinidad and Tobago","LON":-61.25631017,"LAT":10.47048181,"ISO3":"TTO","Shape_Area":0.428433055012072}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[46.5337293627,38.8677258801],[46.5588289419,39.2527997171],[46.3832228271,39.4040838084],[46.5711587767,39.5645549079],[46.1748254897,39.6076529672],[45.61042762,39.9753868337],[45.8826186114,40.0217598759],[45.9775628519,40.2235028831],[45.4503019232,40.5000022232],[45.3657059746,40.660794646],[45.6024287008,40.881239931],[45.1171873554,41.0499207391],[45.2025777831,41.1581555988],[45.0150689998,41.2970859999],[43.4740630004,41.1230400002],[43.7467489651,40.7330846359],[43.5607734144,40.460208738],[43.6563525853,40.1185073777],[44.4130844806,40.0036079382],[44.7667739998,39.7162599997],[45.0754649036,39.7879926304],[45.4654022256,39.5022149891],[45.7980381284,39.5718732831],[46.1439577884,38.8428109884],[46.5337293627,38.8677258801]]]},"properties":{"fid_1":37,"OBJECTID":275,"ISO2":"AM","NAME":"Armenia","LON":44.93980452,"LAT":40.29149536,"ISO3":"ARM","Shape_Area":3.15184861433388}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[158.2944542221,6.9349528607],[158.1123397568,6.9332913407],[158.1575205479,6.8078476416],[158.3020987167,6.7941268236],[158.2944542221,6.9349528607]]]},"properties":{"fid_1":38,"OBJECTID":344,"ISO2":"FM","NAME":"Micronesia (Federated States of)","LON":155.2038586,"LAT":7.16923486,"ISO3":"FSM","Shape_Area":0.0594196868914172}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-53.3692916948,-33.7444540661],[-53.5321996701,-33.6867731769],[-53.5197216271,-33.1513528027],[-53.0782667819,-32.7354034772],[-53.5813926993,-32.4522500181],[-53.7673320919,-32.0773028307],[-54.585051304,-31.4579594228],[-55.2404693277,-31.2567041486],[-55.5492763312,-30.8869565174],[-55.9918927848,-31.0816176809],[-56.0231825361,-30.7860940912],[-56.8099920639,-30.1026023538],[-57.0794264614,-30.0921928144],[-57.22079702,-30.289296095],[-57.6473492526,-30.1945279858],[-57.893145909,-30.5093563056],[-57.81272558,-30.9232955816],[-58.1992071078,-31.8718785297],[-58.1305439137,-33.0264196199],[-58.0397539231,-32.9125743899],[-58.1112261254,-33.0783792074],[-58.3596629638,-33.151988368],[-58.4060295021,-33.9276247897],[-57.8560231521,-34.4843659456],[-57.1273666217,-34.4612768773],[-56.3096465786,-34.9129272016],[-55.4608870989,-34.7353311389],[-54.9364071536,-34.9583215494],[-54.1529343867,-34.6631064091],[-53.8051002472,-34.4146168948],[-53.3692916948,-33.7444540661]]]},"properties":{"fid_1":39,"OBJECTID":504,"ISO2":"UY","NAME":"Uruguay","LON":-56.01408655,"LAT":-32.7989733,"ISO3":"URY","Shape_Area":17.1156240089101}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[132.4458484648,34.1485881806],[132.5588480038,34.0646173147],[132.5929712257,34.2096280466],[133.1930017664,34.397902653],[133.1558336199,34.2116041377],[133.2573186154,34.4386760691],[133.2668948114,34.3284784327],[133.4985626338,34.503794062],[133.5775188026,34.3442987837],[133.5322396319,34.4670503938],[133.7000714026,34.5450220747],[133.9383652912,34.4492591984],[134.0471086259,34.585566117],[133.935939977,34.5881948146],[134.4709666632,34.7896705837],[135.0479477723,34.6273519944],[135.3435481803,34.7272995134],[135.4769010922,34.6268746163],[135.0771379043,34.2950237731],[135.1916013876,34.1593604004],[135.0655807706,33.882683293],[135.7665700487,33.4302361037],[136.3506926121,34.2077677153],[136.9054724177,34.2759469411],[136.9244037763,34.4484869793],[136.53774008,34.6103723022],[136.7144619361,35.0616263996],[136.9009300257,35.0986932123],[136.9227069337,34.7027146854],[136.9834663326,34.9109838829],[137.0338593192,34.7851990376],[137.3138379394,34.7902460158],[137.021900265,34.5782577467],[137.6004082008,34.689724206],[138.2346139802,34.5952185756],[138.3686085341,34.9136269859],[138.7583708076,35.127413132],[138.9097889869,35.0470439826],[138.7683422377,34.9664679441],[138.8503818661,34.6020025449],[139.1461049444,34.8896535594],[139.1540552382,35.2319911406],[139.5450258776,35.3039746938],[139.6811655511,35.1397465703],[139.638403859,35.4653916201],[139.9599685902,35.6861073097],[140.1309595192,35.5703230677],[139.7860218864,35.3114244321],[139.7641974133,34.9599032278],[139.9364958063,34.9100965857],[140.3300578054,35.1390559576],[140.4786081322,35.5553581869],[140.8801739572,35.7200438521],[140.5647977757,36.2696278876],[140.9847673666,37.0007724123],[140.896523828,38.0403873054],[141.086937926,38.3831097569],[141.4256165256,38.3929942622],[141.5253027474,38.270917238],[141.4505805401,38.6662188614],[141.6776860018,38.8566790758],[141.6248735323,39.0030431614],[141.9228357938,39.1050374087],[142.061581941,39.4665113877],[141.8367468582,40.2381524678],[141.4504458837,40.6433485771],[141.4735645244,41.4287810818],[141.2849593398,41.3506650156],[140.9131872979,41.5408705294],[140.7704644988,41.1419948779],[141.2012686946,41.2702231901],[141.1290219584,40.865578493],[140.8741784784,41.0124455838],[140.7345126719,40.8311719432],[140.6436948689,41.1809884628],[140.3435057718,41.2565262069],[140.2557969062,40.7975437208],[139.8646160088,40.6114290251],[140.0197030668,40.2426667101],[139.8978975076,39.9997114096],[139.6983607038,39.9878716603],[140.0362189444,39.8127043032],[140.0145629836,39.3672688904],[139.4177067179,38.1520817114],[138.8312137547,37.8009069844],[138.5523228771,37.3698853298],[137.2970305303,36.7575437026],[137.0633089919,36.7891252371],[137.0641182181,37.1062325281],[136.9468622931,37.085913503],[137.0596556607,37.1508908231],[136.8808095997,37.1435621704],[137.2370997299,37.2965223857],[137.3502219778,37.5105983644],[136.7606245324,37.362627121],[136.6767492986,36.7009856008],[135.9630880136,35.9868557807],[136.0794299693,35.6650662171],[136.0216509911,35.7638331376],[135.8332291504,35.5346815626],[135.5318421644,35.4895774737],[135.4634908218,35.6019708598],[135.3176517883,35.4496543827],[135.2284463034,35.7779302526],[133.4094273553,35.4520989397],[133.0866332697,35.6007004064],[132.6324089256,35.4304002799],[132.635760609,35.286898329],[131.4097305747,34.4212970231],[130.9647885247,34.4260257709],[130.88570937,33.9363811118],[131.789781743,34.0504572796],[131.7829325054,33.9679933312],[132.1221220962,33.8721089771],[132.0539392803,33.7807053351],[132.1640330774,33.8451905353],[132.2328178293,34.2448470717],[132.5018027438,34.3780421041],[132.4458484648,34.1485881806]]],[[[142.0383022344,45.4159782442],[141.9400802401,45.5224950283],[141.650656321,45.4503876637],[141.57536627,45.2343505909],[141.7928759332,44.6127539676],[141.6433994513,43.9474423078],[141.3309698293,43.7256793847],[141.4016037492,43.294466403],[141.1627300532,43.1433017039],[140.3601891517,43.3284823906],[140.5230775182,42.9895073341],[139.8262545528,42.6105306128],[139.7776484697,42.255704149],[140.1446846323,41.9242581528],[139.9842013542,41.6044988079],[140.0841364742,41.4177228147],[140.4200291611,41.5189745448],[140.6504040542,41.8172726798],[140.9704264319,41.707517035],[141.1932826699,41.7999073781],[140.2942641207,42.2468509422],[140.4730608044,42.5804168914],[140.7084251011,42.5789585652],[141.0006327547,42.295955667],[141.4332968914,42.5764190344],[141.8128277669,42.6070388187],[143.2402640347,41.9334379151],[143.4121037708,42.4378276192],[143.9198126999,42.8696876353],[144.2700255166,42.998623294],[144.7786646774,42.9307469653],[144.8604594169,43.0849882649],[144.9680788669,42.9790412184],[145.151782982,43.1397831424],[145.5170212262,43.1565856177],[145.8184553916,43.3753092568],[145.511387756,43.2245013278],[145.1936841849,43.6215341362],[145.3494135918,43.5797165954],[145.070254316,43.7528805716],[145.3416568591,44.3388095438],[144.7909536218,43.9320921467],[144.3436753408,43.9636544007],[144.2497768931,44.109706338],[143.5685753027,44.2463040524],[143.0160114311,44.5447345999],[142.0383022344,45.4159782442]]],[[[130.8370464003,33.9349664773],[130.4832633452,33.8530377587],[130.4023790677,33.5932927693],[130.2106352393,33.6620606401],[129.9952311256,33.4362609832],[129.8525447339,33.5502456548],[129.8683275786,33.2751994653],[129.5823564554,33.3752389399],[129.5592829373,33.2277292286],[130.0133343129,32.837597707],[129.7942827028,32.8613804862],[129.6780216051,33.0890562018],[129.6874102143,32.8435396572],[129.8747394408,32.7381887191],[129.7439960494,32.5638202198],[130.0901020409,32.7834420253],[130.1772585177,32.5848830526],[130.3587103949,32.6759230673],[130.3427088917,32.8523340888],[130.1135227828,32.8677497583],[130.2114082462,33.1907912267],[130.6203485012,32.7870833173],[130.4070290717,32.5917396629],[130.6605626119,32.6316192177],[130.4462653918,32.2309176807],[130.2866680062,32.0907889509],[130.1958814807,32.2634867401],[130.1001330007,32.1784494123],[130.3368187334,31.6090603709],[130.2961765913,31.4344280807],[130.1321409461,31.4077991657],[130.2209696439,31.2466816704],[130.637632747,31.1802034727],[130.5203022834,31.4866008013],[130.630843442,31.7014597082],[130.8109860286,31.673110963],[130.5929223777,31.5773077736],[130.8026850244,31.3254912084],[130.6629054537,30.9897785891],[131.130851427,31.2679008279],[131.0985140958,31.4586586657],[131.3482844849,31.3583907201],[131.6989466757,32.6052239456],[132.0894702407,32.9251866479],[131.9013024423,32.929702912],[132.0145716637,33.0551524693],[131.8085772806,33.1201627684],[131.9072245787,33.2601686346],[131.513469184,33.2691184232],[131.7402707891,33.4668837658],[131.669378413,33.6632525566],[131.4204329612,33.5539628118],[131.0866967901,33.6318395244],[131.0280221384,33.9528056156],[130.7569539597,33.8700496664],[130.8370464003,33.9349664773]]],[[[134.1637756802,34.3584647624],[133.5654829526,34.2615307997],[133.5195635743,33.9669655689],[133.1217713523,33.9226982938],[132.9343447454,34.1187552132],[132.6558119823,33.6958728908],[132.0472651299,33.3643423331],[132.4026375954,33.4681803858],[132.5448795593,33.2272951897],[132.396486908,33.1997428527],[132.5053935326,33.1194444961],[132.3824047254,33.0163021544],[132.7174763304,32.9108810081],[132.6248052297,32.7611123742],[133.0251973522,32.7180670467],[133.0049433346,32.9847295771],[133.2382735087,33.320466666],[133.5946767349,33.5123027433],[133.9321734122,33.4832109224],[134.1845267117,33.2419402976],[134.3709098487,33.6244986508],[134.7495104043,33.8373934006],[134.5635857804,34.043823971],[134.6477201556,34.2342164961],[134.1637756802,34.3584647624]]],[[[128.2344867641,26.6274855732],[128.2622610772,26.8703611479],[128.0791450693,26.6419074837],[127.8847777926,26.7001845389],[127.9841596362,26.5734522173],[127.7165837012,26.4331268382],[127.6635298338,26.0793787299],[127.9224277949,26.2924828482],[127.8460475794,26.4346006112],[128.2344867641,26.6274855732]]],[[[138.4402868538,38.0519276083],[138.5105848373,38.3323201271],[138.2434794096,38.0840006601],[138.2186709788,37.809881525],[138.5053588301,37.9199507958],[138.5735643674,38.0819136844],[138.4402868538,38.0519276083]]],[[[130.1234318323,32.5441649142],[130.0106193361,32.1850128256],[130.4669359916,32.5210519761],[130.2108110586,32.4455548544],[130.1234318323,32.5441649142]]],[[[129.4979264892,34.6556164228],[129.3250581463,34.6408040967],[129.2156516669,34.0775313437],[129.4979264892,34.6556164228]]],[[[129.7213642863,28.4474972604],[129.1418274119,28.2460306077],[129.3804525811,28.1079410943],[129.7213642863,28.4474972604]]],[[[134.9500510412,34.4669498909],[135.0072313102,34.6058768971],[134.6790011646,34.3129727033],[134.7380508812,34.1999740942],[134.958799173,34.2675674962],[134.9500510412,34.4669498909]]],[[[130.6021759698,30.4069174957],[130.3858168661,30.3846319141],[130.4459813751,30.2369851749],[130.648267205,30.292214952],[130.6021759698,30.4069174957]]],[[[130.9671573479,30.4587159419],[131.058989302,30.8303890296],[130.8725033069,30.3417373354],[130.9671573479,30.4587159419]]],[[[128.8381161388,32.7402587903],[128.6584696596,32.7721376084],[128.6039014599,32.6068296132],[128.8939177129,32.6371808554],[128.8381161388,32.7402587903]]],[[[133.2847854629,36.3344385147],[133.1790749462,36.2472228392],[133.3345244948,36.1617024927],[133.2847854629,36.3344385147]]],[[[123.8145230474,24.3853782321],[123.6806002072,24.2785506108],[123.8996422612,24.2662482692],[123.8145230474,24.3853782321]]],[[[128.9072139717,27.8892905836],[128.9427342599,27.6552317868],[129.0377957972,27.762083206],[128.9072139717,27.8892905836]]],[[[129.0964983702,33.0252556446],[129.1190082751,33.1601891114],[128.9331710149,32.9114434207],[129.0521770216,32.8136479776],[129.2642897892,33.0110603291],[129.0964983702,33.0252556446]]],[[[124.3070329969,24.5212115893],[124.1170559442,24.3582819026],[124.2463143489,24.3432799869],[124.3070329969,24.5212115893]]],[[[132.2901657561,33.951472385],[132.2027951391,33.870021648],[132.4772495783,33.9435861149],[132.2901657561,33.951472385]]],[[[125.3627498411,24.789309489],[125.2584504956,24.905956564],[125.2762058548,24.7263457663],[125.4678139432,24.7164457163],[125.3627498411,24.789309489]]],[[[133.0427004803,34.2718474886],[132.955055249,34.1885713472],[133.1294611907,34.1930488324],[133.0427004803,34.2718474886]]]]},"properties":{"fid_1":40,"OBJECTID":380,"ISO2":"JP","NAME":"Japan","LON":137.9542006,"LAT":37.53317286,"ISO3":"JPN","Shape_Area":38.2381995298159}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-62.1710479488,16.7777399499],[-62.2375841096,16.7315022539],[-62.2044226991,16.6801956416],[-62.1710479488,16.7777399499]]]},"properties":{"fid_1":41,"OBJECTID":418,"ISO2":"MS","NAME":"Montserrat","LON":-62.19573754,"LAT":16.73322143,"ISO3":"MSR","Shape_Area":0.0060306856297943}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[74.8898619998,37.2340899996],[74.3463016324,37.4064388922],[73.6547850682,37.2367168482],[73.7741648654,37.4390867898],[73.2927507936,37.4575265889],[72.6678245833,37.0188707838],[71.6390059642,36.6892716416],[71.4298654208,37.064849288],[71.59075006,37.9202663202],[71.3257583323,37.8885919954],[71.3718647363,38.2580537483],[70.9602644953,38.4596480129],[70.7651850122,38.4449168444],[70.2513480721,37.9463624382],[70.1744380183,37.5390943799],[69.5217779203,37.57044551],[69.2634977998,37.0990811102],[68.9037476494,37.3341470443],[68.0210386491,36.9229892589],[67.7865370001,37.1722569999],[67.5351594182,37.2665105251],[67.2644924288,37.1828219709],[66.9517203287,37.3979325297],[66.5537319996,37.3547529999],[65.7086009273,37.5387081139],[65.5309430488,37.2386339942],[64.7597409979,37.1147753393],[64.57660558,36.3486851114],[64.0518157202,36.0560435413],[63.1356383744,35.8617373636],[63.0990386822,35.4192509718],[62.6320909429,35.2094134484],[62.299157102,35.1743893603],[62.0632312911,35.4342996054],[61.5898978842,35.4366761368],[61.2741260001,35.6051500001],[61.0655966648,34.8065326751],[60.7876391332,34.4831278878],[60.9169515027,34.3054538341],[60.6826688782,34.3086634282],[60.5222151041,34.1049215348],[60.5782117816,33.6013591908],[60.9448629634,33.5135290228],[60.5839379738,33.1281075466],[60.8823742949,32.2004028869],[60.8563252907,31.4878452454],[61.7064083342,31.3757202143],[61.8383081467,31.0327930079],[60.8729719999,29.8584720002],[62.3674353387,29.4196887827],[63.5766590674,29.4868606887],[64.1159207653,29.3773529366],[64.5465262811,29.5878186886],[65.0734629044,29.5322718628],[66.2503907364,29.8501233211],[66.3716830877,29.9701464268],[66.2593242356,30.0944372626],[66.3910318441,30.9374471067],[66.833425363,31.2640971929],[67.38304031,31.207611965],[67.7727244414,31.3222735078],[67.5751107263,31.5191040852],[68.1720401968,31.83446263],[68.5484848598,31.7133715767],[68.4336888207,31.7621300653],[68.5779286276,31.8329382774],[68.9129526234,31.5978708046],[69.3286850162,31.9272125042],[69.2382781233,32.4592857906],[69.4525600297,32.6561286122],[69.4998599708,33.022403461],[70.3273722414,33.3337002861],[69.88840996,34.0186584607],[70.4960013808,33.9399301451],[71.0760521116,34.0560508936],[71.1756679552,34.3617723637],[71.0233147103,34.5555555667],[71.6433730828,35.2179845882],[71.2650778039,36.1332883389],[71.6575393952,36.4807018988],[71.7677633521,36.4231592084],[72.5659497723,36.8270390574],[73.6392545184,36.9034606588],[74.0480996386,36.8265232836],[74.5646260004,37.0308519999],[74.502019394,37.2393471341],[74.8898619998,37.2340899996]]]},"properties":{"fid_1":42,"OBJECTID":267,"ISO2":"AF","NAME":"Afghanistan","LON":66.0278602,"LAT":33.83237443,"ISO3":"AFG","Shape_Area":62.5746613015207}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[166.8117280061,-15.1593887137],[166.6039284616,-14.6280084277],[166.6413397281,-15.4296541378],[166.7697807013,-15.6521290092],[167.031927278,-15.5900098848],[167.2310762788,-15.7449330549],[167.2886419469,-15.5598716561],[167.0434589941,-14.9382624944],[166.8545022016,-15.3072340232],[166.8117280061,-15.1593887137]]],[[[167.2682543584,-15.8927398348],[167.1535831074,-16.0878555399],[167.3833508556,-16.1904690181],[167.4671257349,-16.6020483391],[167.844870304,-16.5420937461],[167.2682543584,-15.8927398348]]],[[[168.4517118296,-17.5436512737],[168.331073656,-17.4212638072],[168.4015191113,-17.529890917],[168.233772054,-17.5324483083],[168.1720365894,-17.7343148958],[168.5450937077,-17.8009054539],[168.4517118296,-17.5436512737]]],[[[169.2138422886,-18.7537625244],[169.0413070069,-18.6380783859],[168.9925999281,-18.8750683232],[169.2875092144,-18.9998469333],[169.2138422886,-18.7537625244]]],[[[168.2704741736,-16.3578200751],[168.1687544552,-16.1034765012],[167.9143551323,-16.229215768],[168.2704741736,-16.3578200751]]],[[[169.3907638373,-19.4777026369],[169.2508642656,-19.3442585463],[169.2510339182,-19.5243896117],[169.4447345446,-19.6573131953],[169.5037490249,-19.5254456802],[169.3907638373,-19.4777026369]]],[[[168.2535133789,-16.6909834608],[168.1585755451,-16.5790285302],[168.1780450436,-16.8042284356],[168.47620354,-16.8440781122],[168.2535133789,-16.6909834608]]],[[[167.9908254643,-15.2850222382],[167.6904775847,-15.4603006796],[167.8658804986,-15.4802820237],[167.9908254643,-15.2850222382]]],[[[167.5657900966,-14.3271780016],[167.5962147244,-14.1814980698],[167.4301408729,-14.1824632519],[167.4177134006,-14.3228748238],[167.5657900966,-14.3271780016]]],[[[167.4941982566,-13.7101751522],[167.3921870193,-13.7612053596],[167.4630936739,-13.949086804],[167.6145309234,-13.8473667932],[167.4941982566,-13.7101751522]]]]},"properties":{"fid_1":43,"OBJECTID":531,"ISO2":"VU","NAME":"Vanuatu","LON":167.69575999,"LAT":-16.18670343,"ISO3":"VUT","Shape_Area":1.0722836224722}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[19.7928945429,60.4128093963],[19.7575176229,60.0969582038],[20.1958934089,59.9789827501],[20.3734676684,60.1900149158],[20.0772460249,60.0652141707],[19.9361552238,60.2429976036],[20.0569073118,60.3134796397],[20.2679050803,60.171796608],[20.3262324057,60.2685491784],[19.7928945429,60.4128093963]]]},"properties":{"fid_1":44,"OBJECTID":270,"ISO2":"AX","NAME":"Åland Islands","LON":20.09189787,"LAT":60.20803123,"ISO3":"ALA","Shape_Area":0.215075305498368}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-57.1394537024,5.8102754713],[-57.2340278972,6.1819014121],[-57.5303138764,6.2784109812],[-58.020190976,6.8046393263],[-58.4101023733,6.8730288082],[-58.6159084446,6.4216033909],[-58.4840751136,7.3640863193],[-59.1256750909,8.0329743482],[-59.9972146319,8.5457512772],[-59.8084324626,8.267767686],[-60.5388404623,7.8164447311],[-60.7154624486,7.5414011541],[-60.6200383298,7.2068044856],[-60.3607669684,7.1814613943],[-60.3076873859,7.0384230664],[-60.6901043332,6.8036099156],[-61.1495155442,6.7380881244],[-61.12498486,6.1930240617],[-61.3786835291,5.9502359991],[-60.7363893156,5.2013895637],[-60.1209119556,5.2190837537],[-59.9777691417,5.0510238718],[-60.1592916913,4.5179042817],[-59.6914530197,4.3783356587],[-59.5667441719,3.9097148369],[-59.8686320983,3.5647243114],[-59.9902604803,2.6868929766],[-59.8806720564,2.3568234216],[-59.7222051716,2.2760922096],[-59.748119783,1.8511925244],[-59.277568142,1.4014171877],[-58.8243209491,1.1655785831],[-58.4984661252,1.2667744321],[-58.5040368398,1.4435113419],[-58.33504562,1.571251646],[-58.0291086534,1.5010648403],[-57.8075775737,1.6848172237],[-57.5529343269,1.6888237367],[-57.3340533784,1.9739808691],[-56.4773672093,1.945942417],[-56.9258285736,2.388055967],[-57.2207180307,2.8938399351],[-57.3181800583,3.3816143352],[-57.6797639982,3.3963628013],[-57.6474702554,3.5497504617],[-58.0490766408,4.1465697941],[-57.8286161239,4.6576124318],[-57.8839540184,4.8793274948],[-57.1804920912,5.1610573936],[-57.3230921814,5.3157294972],[-57.1394537024,5.8102754713]]]},"properties":{"fid_1":45,"OBJECTID":362,"ISO2":"GY","NAME":"Guyana","LON":-58.97478821,"LAT":4.79115745,"ISO3":"GUY","Shape_Area":17.2432875851895}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-7.4138926743,37.2136807419],[-7.5208711263,37.560737761],[-6.934150265,38.2019483077],[-7.0931432541,38.1779082279],[-7.3241787397,38.4430985016],[-6.9565442068,39.0308888987],[-7.5439362079,39.6634021054],[-7.0141486168,39.6732780779],[-6.8678266734,40.0075853698],[-7.0276468858,40.1888423891],[-6.7859473833,40.3583714053],[-6.8361296308,41.0273432087],[-6.1946540189,41.574281937],[-6.547520904,41.6852027209],[-6.5866623438,41.9666395316],[-8.129066316,41.80907973],[-8.2028994392,42.1489153802],[-8.8009996039,41.9123942973],[-8.7311091608,40.7072116848],[-8.6667050542,40.8232121643],[-8.6091570516,40.7340214678],[-8.9076841386,40.1891863618],[-8.7556925992,40.1394602657],[-9.3446196351,39.2908165736],[-9.4953365033,38.7794666709],[-9.1279617028,38.7053849759],[-9.0652962546,38.8428829612],[-8.925368937,39.0228076043],[-8.7187385786,39.1128807767],[-8.9793250564,38.9422526522],[-8.9836861811,38.8541649194],[-8.923069,38.7582130433],[-9.0429452707,38.6038935656],[-9.2650099802,38.6684935194],[-9.1847740959,38.4175598752],[-8.7398233414,38.557098388],[-8.6236335986,38.406913538],[-8.9047737949,38.4910544162],[-8.7866782457,37.5298022122],[-8.9920730651,37.0211945168],[-8.503442764,37.1519584649],[-7.7848269537,37.0163868644],[-7.4138926743,37.2136807419]]]},"properties":{"fid_1":46,"OBJECTID":448,"ISO2":"PT","NAME":"Portugal","LON":-7.96233046,"LAT":39.68282991,"ISO3":"PRT","Shape_Area":9.26916797104319}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[51.3008359703,24.5053224754],[51.6124183779,25.0554014437],[51.4890018217,25.5684799316],[51.6533235798,25.9097046207],[51.2530762976,26.1587651947],[50.9929339357,25.9843962916],[50.9150431856,25.506439792],[50.8476244481,25.6525466688],[50.7688359903,25.4918109879],[50.8116667001,24.7444444004],[50.9993043409,24.5006157601],[51.3008359703,24.5053224754]]]},"properties":{"fid_1":47,"OBJECTID":453,"ISO2":"QA","NAME":"Qatar","LON":51.19378716,"LAT":25.28353354,"ISO3":"QAT","Shape_Area":1.03734025084331}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-13.7090300004,12.6762199996],[-15.179228027,12.6805817663],[-15.6667413341,12.4282018729],[-16.7116853201,12.3352695848],[-16.4363431421,12.1828491264],[-16.1386752413,12.2921406311],[-16.339077272,12.02485064],[-16.1011687312,11.8755534641],[-15.8805920696,11.9404777026],[-15.9535219928,11.7453450839],[-15.007608515,11.9937413809],[-15.546505582,11.7146991222],[-15.4010502631,11.684083303],[-15.4258661457,11.5446212164],[-15.3354881202,11.6837707023],[-15.0930362889,11.6212883606],[-15.2785924912,11.6204316133],[-15.5023939939,11.3396982542],[-15.3576429817,11.3991317664],[-15.4035069159,11.1987013297],[-15.2095967799,11.1933261673],[-15.2088721493,11.0750329516],[-14.981474791,11.2069513189],[-15.104346922,10.9668238961],[-14.9665110102,10.9778604347],[-14.9281253201,11.0490234024],[-14.9256153851,11.0534123566],[-14.6711855959,11.4914854397],[-13.7152383011,11.7071749272],[-13.7113562498,11.9867349759],[-13.9580505312,12.1843664589],[-13.6674194108,12.3153238566],[-13.7090300004,12.6762199996]]],[[[-16.1039863278,11.2037879357],[-16.1905357011,11.0260004864],[-16.0620482123,11.0401317604],[-16.1039863278,11.2037879357]]],[[[-15.9741998933,11.5168241621],[-16.0792367288,11.4508633129],[-15.917253878,11.4482869306],[-15.9741998933,11.5168241621]]]]},"properties":{"fid_1":48,"OBJECTID":354,"ISO2":"GW","NAME":"Guinea-Bissau","LON":-14.98525488,"LAT":12.00844579,"ISO3":"GNB","Shape_Area":2.84387421398083}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.9141601396,11.0011171834],[-0.1357127562,11.1384954797],[0.0344680599,10.9934193428],[-0.0605564128,10.6342861463],[0.3690118986,10.284485443],[0.3831520039,9.5918371872],[0.2294542086,9.4635700269],[0.5661653676,9.4045274059],[0.5262070286,8.8755654356],[0.3762415494,8.75575414],[0.7301732966,8.337542498],[0.5851288806,8.0987572117],[0.5191782801,7.5189641483],[0.6572890561,7.3119577941],[0.5397885947,6.826977512],[0.7608564597,6.4433761188],[1.198164601,6.1118321792],[1.6368298886,6.2363639748],[1.8078220703,6.2887970599],[1.5860527216,6.6871526506],[1.6222616143,9.0450639792],[1.4042676356,9.3446384689],[1.3525760146,9.9999204477],[0.7770528378,10.38288846],[0.9141601396,11.0011171834]]]},"properties":{"fid_1":49,"OBJECTID":489,"ISO2":"TG","NAME":"Togo","LON":0.9747215,"LAT":8.53572545,"ISO3":"TGO","Shape_Area":4.6630831576239}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[73.570937887,-53.1911852623],[73.8574067642,-53.1061570284],[73.260297744,-52.9795634894],[73.570937887,-53.1911852623]]]},"properties":{"fid_1":50,"OBJECTID":364,"ISO2":"HM","NAME":"Heard Island and McDonald Islands","LON":73.52795144,"LAT":-53.09200798,"ISO3":"HMD","Shape_Area":0.0506887345334427}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[34.5877925092,35.6952062958],[33.6525969996,35.359190999],[32.9952198918,35.3680374249],[32.8373526408,35.142699274],[32.2842853746,35.1034512699],[32.4084025144,34.7581916762],[32.9126547796,34.6378790212],[33.6006165063,34.8220439651],[33.6747711048,34.9703581064],[33.9598581341,34.9884089163],[33.94614659,35.3077850341],[34.5877925092,35.6952062958]]]},"properties":{"fid_1":52,"OBJECTID":322,"ISO2":"CY","NAME":"Cyprus","LON":33.21230933,"LAT":35.04948015,"ISO3":"CYP","Shape_Area":0.887944174200705}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[7.2113984754,53.2349360426],[6.7470112553,53.4699676423],[5.5974228961,53.3066220668],[5.3622652079,52.8864100977],[5.7183079633,52.8382739428],[5.1351046519,52.3294884604],[4.7711129336,52.4292785522],[5.0164262862,52.3776242233],[5.0253280816,52.630026597],[5.291726045,52.7391236153],[4.7947947046,52.9335985642],[4.4292121963,52.2422229714],[4.0151036571,51.963036528],[4.6384558766,51.7105825574],[3.9789119037,51.8441138948],[3.8702495404,51.773530238],[4.4037648439,51.6918283491],[3.98795229,51.5890323858],[4.2601306692,51.4520023808],[3.840079213,51.6057358773],[3.4369205429,51.5357645896],[4.2419370002,51.3752059996],[5.0420986679,51.4859384223],[5.2370618723,51.2615428679],[5.8305031217,51.1633688552],[5.6419378958,50.841602031],[6.0210170004,50.754283],[6.0880492327,50.9200062481],[5.867536208,51.0505555064],[6.2266809177,51.368011541],[5.9861937022,51.8279280747],[6.8302674991,51.9671121737],[6.7164343516,52.0425224398],[7.07207152,52.372322307],[6.700435112,52.4853653309],[6.708663049,52.6242340206],[7.0546430931,52.642521372],[7.2113984754,53.2349360426]]],[[[4.2384700004,51.3502370001],[3.3639859999,51.3712080004],[3.4340907704,51.2445645526],[3.8876001822,51.1997167372],[4.2384700004,51.3502370001]]]]},"properties":{"fid_1":53,"OBJECTID":431,"ISO2":"NL","NAME":"Netherlands","LON":5.61172253,"LAT":52.24926789,"ISO3":"NLD","Shape_Area":4.65572982390008}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[9.4202767599,54.8320402619],[9.7814901297,54.909593795],[9.4283181109,55.0291065237],[9.7161601189,55.2381465382],[9.5739685467,55.5013534012],[9.8280738407,55.6287327301],[9.6744522649,55.6964354618],[10.0139852581,55.7036578533],[9.8592409164,55.8554032042],[10.1980467197,55.8425064206],[10.26166688,56.1849693413],[10.4578497099,56.2897425387],[10.745099231,56.1695477326],[10.9610792301,56.4321633049],[10.365982845,56.5633378241],[10.0179288806,57.0774200192],[9.1822866478,56.9246138631],[9.3650679056,56.5277287414],[9.0528354401,56.5605318952],[9.0396042176,56.8016879554],[8.6774477737,56.6281015264],[8.7070789171,56.4736994909],[8.1697532868,56.6553343091],[8.1348188197,56.1208350916],[8.3826446659,55.9086614874],[8.1288765808,55.9867468949],[8.0765237674,55.5640297087],[8.6253979086,55.4274945871],[8.651587824,54.9096686924],[9.4202767599,54.8320402619]]],[[[12.5871655018,55.72540291],[12.633775081,56.0328184861],[12.2996319388,56.120359674],[11.9375580877,56.0012331429],[12.0732249364,55.6803011063],[11.9650020808,55.9300052001],[11.8089734686,55.6636887836],[11.6259568897,55.7790334847],[11.7788437177,55.9766356462],[10.9381485072,55.7297461894],[11.2494361594,55.2105461153],[11.7776488091,55.1556952523],[12.046161022,54.9597646463],[12.1845334397,55.1113380837],[12.0161170961,55.1478042599],[12.458075273,55.2913292874],[12.2183515612,55.5075511646],[12.5871655018,55.72540291]]],[[[10.437873215,57.5877288893],[10.6593875997,57.7399579234],[9.9493431918,57.5870404762],[9.3974671964,57.1553421763],[8.6208075818,57.1191502178],[8.2412751856,56.7087533336],[8.5847657714,56.6014655967],[8.4729749222,56.7862341097],[8.6642521076,56.9478203361],[9.0079905979,57.0235465098],[10.0220355151,57.0916045357],[10.3423493487,56.9910903234],[10.562789754,57.2382560834],[10.437873215,57.5877288893]]],[[[10.4270049116,55.5887345476],[9.6814805332,55.5165600296],[10.1201175389,55.0892324294],[10.5214847432,55.0280083787],[10.7487863858,55.0717882536],[10.8209637348,55.3165490052],[10.5583366809,55.437474764],[10.7533273857,55.4822636361],[10.6228591274,55.622890619],[10.5027799607,55.4557456974],[10.4270049116,55.5887345476]]],[[[11.5020291327,54.8307680063],[11.1810607069,54.958760457],[11.1582804604,54.8135037147],[10.9580675139,54.8201607483],[11.5001523178,54.5972560783],[11.8465596721,54.6667925546],[11.6757521293,54.8940393044],[11.5020291327,54.8307680063]]],[[[15.0750182946,54.9852876767],[15.1565602508,55.1325965622],[14.7706278112,55.2990326022],[14.7309770179,55.0708208817],[15.0750182946,54.9852876767]]],[[[11.9738823023,54.5626950637],[12.1679876749,54.8363376607],[11.7528039422,54.9599203909],[11.9738823023,54.5626950637]]],[[[8.6439516437,56.6698206858],[8.9253530129,56.9778547148],[8.6411847409,56.8805819793],[8.5284643793,56.7364326001],[8.6439516437,56.6698206858]]],[[[9.9525111302,55.0137308066],[9.6418344136,55.0495571664],[9.9915474312,54.8554745782],[9.9525111302,55.0137308066]]],[[[12.3244570062,55.0269248422],[12.1460603031,54.880238846],[12.5509828702,54.9505050377],[12.3244570062,55.0269248422]]],[[[11.0149481467,57.191173807],[11.2031663423,57.3209766892],[10.8734811233,57.2620570073],[11.0149481467,57.191173807]]]]},"properties":{"fid_1":54,"OBJECTID":327,"ISO2":"DK","NAME":"Denmark","LON":10.05509701,"LAT":55.96340944,"ISO3":"DNK","Shape_Area":6.16126523531918}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-67.0944828749,45.0745254502],[-67.409070547,45.165982816],[-67.4474763764,45.600046207],[-67.8031207134,45.6969825358],[-67.7914136879,47.0673101072],[-68.2839595743,47.360068278],[-68.9004088496,47.181129469],[-69.2226179496,47.4595117549],[-69.9960222782,46.6963236131],[-70.2644901176,45.8877653271],[-70.854241133,45.2305280504],[-71.2953574059,45.2993597928],[-71.5045879742,45.0133599219],[-74.9742372627,44.9829737968],[-76.3126039313,44.1988963879],[-76.9125741662,43.6331592361],[-78.695162106,43.6294868608],[-79.199303555,43.450041524],[-78.9495914636,42.822993063],[-79.9026517692,42.4626492809],[-81.2456365797,42.2073411752],[-82.3765145499,41.6865393338],[-82.6952924602,41.6852084892],[-83.0759682194,41.8799804042],[-83.1278793272,42.2377309021],[-82.521935378,42.6094864091],[-82.1233919999,43.5912556248],[-82.5192264437,45.3381258017],[-83.5946579444,45.8202792628],[-83.4351210337,45.9980502418],[-83.5713871114,46.1050208059],[-83.9705867761,46.0886555926],[-84.1293146414,46.5299733226],[-84.5566454899,46.4612877407],[-84.8640939218,46.8906506983],[-88.3669845022,48.3047294436],[-89.2741245383,48.0017636959],[-90.7505969153,48.0914570802],[-90.8813309879,48.2458133509],[-91.433833399,48.0490883207],[-92.0570046048,48.3591587161],[-92.3607409581,48.2256008019],[-92.9523001846,48.6308806984],[-93.7879989056,48.5158911854],[-93.8435543389,48.6299133031],[-94.5875633093,48.7178145264],[-94.9907857269,49.3690630998],[-95.1493115424,49.3791921154],[-95.1559721328,48.998968825],[-97.681880845,49.0005610216],[-102.5098332377,48.9988912278],[-106.8069319164,48.9999803833],[-110.8931470837,48.9981332487],[-114.893128252,49.0001584437],[-119.1960368901,49.0000809311],[-122.7577378686,49.0020868932],[-122.4646798782,48.6274655193],[-122.6736407496,48.42499636],[-122.4045072194,48.3225790923],[-122.536315391,48.1821923749],[-122.4253677866,48.1037386231],[-122.3743083682,48.2224816032],[-122.2603214627,47.9619327459],[-122.3255503168,47.3488650528],[-122.6802531607,47.1025631959],[-122.8282763012,47.1387960943],[-122.8695252402,47.2520693087],[-122.8249265388,47.4056914061],[-122.7705603457,47.1672551503],[-122.6697032128,47.3679736057],[-122.549286464,47.2823586991],[-122.5347503153,47.9130562942],[-123.1196269314,47.386443407],[-122.8758505454,47.4127944324],[-123.1580039538,47.3596419463],[-122.6393400672,47.887870068],[-122.7567360517,48.1407815237],[-123.9801317172,48.1647336202],[-124.7311978602,48.3801507201],[-124.1448182871,47.04039241],[-123.8403774759,46.9553860224],[-124.1162090992,46.8571799336],[-123.829211899,46.710685556],[-123.9621826854,46.3770058929],[-124.0677034416,46.649308652],[-124.0513308979,46.2997447519],[-123.5476590003,46.2591090004],[-123.9850870887,46.1871501686],[-124.1505949753,43.9090895527],[-124.5515943866,42.8404797012],[-124.063484935,41.4439613798],[-124.3634792651,40.26191012],[-123.8496368687,39.8276627879],[-123.727481421,38.9197296433],[-123.1265237333,38.4476549977],[-122.9388835977,38.0327136971],[-122.4996067199,37.8205413016],[-122.4854055578,38.1006946439],[-122.2799545254,38.0784147182],[-122.3045289311,37.773445397],[-122.0386462999,37.4571260461],[-122.5073401763,37.7867157616],[-122.4048248087,37.1959107606],[-121.8629125227,36.9320815388],[-121.8882166806,36.3029993671],[-120.644937564,35.1402702411],[-120.607263199,34.5564078488],[-119.564044075,34.4150930707],[-119.1283822371,34.100687729],[-118.5195973997,34.0273660601],[-118.4094760087,33.7413893359],[-118.1303166313,33.7520018613],[-117.4704404101,33.2970303614],[-117.1233812137,32.5343909869],[-114.7223255502,32.7183176706],[-114.8086888762,32.4929866207],[-111.0862859198,31.3366398034],[-108.2121164359,31.3334758301],[-108.2065653013,31.7834673019],[-106.4498720978,31.7638637846],[-105.3899409028,30.8540220906],[-105.0027605334,30.6819665559],[-104.5365759174,29.6743968428],[-104.1588359942,29.3887541152],[-103.1545704587,28.9718995204],[-102.669065155,29.7387958386],[-102.3155763384,29.8798019757],[-101.4141832903,29.755818387],[-100.6746444568,29.1003379791],[-100.2907387537,28.2750128102],[-99.5403436416,27.6039354304],[-99.4271438542,27.0122936902],[-99.1017321066,26.4411017177],[-97.4248689107,25.8407263068],[-97.146616228,25.9562308902],[-97.4561836658,26.6717630628],[-97.4227519956,27.2600679863],[-97.6309754446,27.2426193094],[-97.7120119638,27.3785800268],[-97.607953901,27.2856469123],[-97.3704686224,27.4079726682],[-97.2781313483,27.6559016738],[-97.5175715056,27.8690686862],[-97.1895624314,27.8245084434],[-97.0329117122,28.0935701034],[-97.2204220046,28.0816330232],[-96.7872559724,28.2278288394],[-96.8459011686,28.4298783553],[-96.4171923914,28.4121724912],[-96.9931475503,27.9235790676],[-95.336938082,28.9111808149],[-94.8935723547,29.3119858081],[-94.9996767736,29.7082217434],[-94.7249156673,29.7682986388],[-94.7795068942,29.5309698756],[-94.4714607981,29.5561485951],[-94.7595826643,29.3646749068],[-93.4937223599,29.7686422832],[-92.2748658354,29.5355669679],[-91.8802142258,29.8352600026],[-91.1277962804,29.3354957438],[-91.2896568252,29.2569314492],[-90.873155539,29.106883218],[-90.4552149796,29.3287584646],[-90.2187882436,29.0887485517],[-89.9655695966,29.4630567996],[-89.216647771,29.0560612521],[-89.1041743246,29.1177053016],[-89.180947569,29.3363518193],[-89.6833179156,29.5501942378],[-89.4017940038,29.7835334636],[-89.3738420278,30.0492584931],[-89.6410791441,29.8627181043],[-89.848985243,30.0168808984],[-88.9988935318,30.3873231273],[-88.1384097146,30.320650399],[-88.0096969196,30.6842975141],[-87.755610666,30.2894458009],[-87.9242195103,30.2305313809],[-86.2987005778,30.363046542],[-85.4051361821,29.9383734599],[-85.352248362,29.6675124849],[-84.3483026946,29.8972889394],[-84.2438628516,30.0930389139],[-83.6401800472,29.887598533],[-82.6904487413,28.9088163039],[-82.8492466287,27.8640540323],[-82.6525340136,27.7006017288],[-82.6766828556,28.0038976527],[-82.4037349706,27.8839799781],[-82.7098316828,27.4973257004],[-82.2679542651,26.7621442369],[-82.0622445597,26.9510810312],[-82.1129526489,26.5310286298],[-81.868695524,26.3777683008],[-81.6884444252,25.8513819034],[-81.3786803757,25.7719642771],[-81.0978596672,25.1320464223],[-80.4628633496,25.209466719],[-80.5665436297,24.9566971323],[-80.1306851991,25.7652034276],[-80.0316350497,26.796824042],[-80.5716932008,28.1107494927],[-80.5737560702,28.5836270593],[-81.253818725,29.7768708416],[-81.4500599316,31.0169604496],[-81.1296853317,31.7231630444],[-80.669948193,32.2158317953],[-80.7533019863,32.3066366229],[-80.4584661108,32.3250078972],[-80.4203132993,32.4947010694],[-79.3603754592,33.011012013],[-78.7727088474,33.7684624998],[-77.9973972852,33.8816293937],[-77.7368672326,34.2756134446],[-77.2016605022,34.6352132616],[-76.5157944117,34.7196049382],[-76.3303339342,34.8862075659],[-76.3319891796,35.0258211343],[-76.7608164352,34.9163156099],[-76.9709550642,34.9980201932],[-77.0591796343,35.1462833637],[-76.8011122421,34.9648524497],[-76.4821651451,35.3088633383],[-77.052983238,35.5342473312],[-76.579205235,35.3877826753],[-76.6362323818,35.51411241],[-76.4654277609,35.5578414444],[-76.5313004702,35.4009476088],[-76.1616541082,35.3430212956],[-75.7711741604,35.5839703436],[-75.7284509394,35.8244183801],[-75.9434894049,35.9617129189],[-76.0380644954,35.646028011],[-76.0570681757,35.9884644754],[-76.7240683989,35.9427941301],[-76.6954525434,36.2803202314],[-76.580388491,36.0106991347],[-75.9516587196,36.2573261486],[-75.794279715,36.0725495146],[-76.0002684818,36.535805339],[-75.5327384073,35.7789732197],[-75.9959534438,36.9212259483],[-76.4810587254,36.9181127346],[-76.9466950444,37.2283213397],[-76.2982162544,37.020940193],[-76.4766592482,37.2474352489],[-76.3533299244,37.2766819141],[-76.4602313369,37.3872102151],[-76.2791875738,37.3194614588],[-76.2792771427,37.5049094069],[-76.547430777,37.620156019],[-76.9267896814,37.9848881778],[-76.5074789572,37.6421859539],[-76.3329615733,37.6307052177],[-76.2373202619,37.8890297836],[-76.9598440636,38.2129596742],[-77.0417145106,38.399737878],[-77.2787598957,38.339244316],[-77.2289391693,38.6511397857],[-77.2454121609,38.3793447344],[-77.0174862216,38.4450650347],[-76.3274397423,38.0496467936],[-76.5389505406,38.7684680261],[-76.4059855054,39.036681128],[-76.5856617972,39.2601849839],[-76.4394847822,39.1971923588],[-75.9661337917,39.577703293],[-76.2744129463,39.1653983073],[-76.1640841869,39.0006173688],[-76.3060134638,39.0244968351],[-76.3687495051,38.8662822542],[-76.2109401093,38.9465676992],[-76.1568265654,38.7690907266],[-76.2574353963,38.8559102094],[-76.3430144011,38.6764027816],[-76.2283024522,38.7615221159],[-76.027820514,38.5708184118],[-76.2729874669,38.5997484087],[-76.2268397274,38.3106332448],[-76.0333031319,38.2177570061],[-75.894665247,38.3497615033],[-75.8934012688,37.9184403709],[-75.648229,37.9667709998],[-75.9413887784,37.562957322],[-75.9493974453,37.0855017529],[-75.054507734,38.4157300957],[-75.0908507589,38.8006751524],[-75.5920997597,39.4676340842],[-75.4702478053,39.7844182848],[-75.5058968646,39.4538682004],[-74.9000376784,39.1730789519],[-74.8738965566,38.9424670461],[-74.0944918361,39.7581492803],[-73.9715518369,40.3725826407],[-74.2619943462,40.4658061346],[-74.1884604922,40.6442271419],[-74.0035436036,40.7019001431],[-73.9396928148,40.5434641357],[-73.2338762107,40.6260857379],[-71.9813914548,41.0433693227],[-72.3369115341,41.105985712],[-73.5708199263,40.9151133518],[-73.7594668277,40.7702840636],[-73.6397825182,41.0029011293],[-72.9291013688,41.2669868242],[-71.4853128461,41.3724535446],[-71.3611863183,41.7564705172],[-71.1205699997,41.497448],[-70.7178427354,41.7352697878],[-70.6100052518,41.5434483937],[-70.0141926359,41.6718409654],[-69.9978299839,41.5675357931],[-69.9294880114,41.7474563371],[-70.0599062097,42.041104156],[-70.2442931719,42.0643577616],[-70.0957771462,42.032674145],[-70.0207689014,41.7900579797],[-70.4141588763,41.7449239227],[-70.725671394,42.2108892929],[-71.0414220631,42.304733186],[-70.5926260556,42.6378007966],[-70.8172960004,42.8722899999],[-70.5605757684,43.313430577],[-70.0199275352,43.8581832098],[-70.0435643059,43.7369530547],[-69.8368684382,43.7002700673],[-69.4343338177,43.9768537126],[-69.2038357381,43.9420583041],[-68.9215701707,44.4565325066],[-68.6050953846,44.2756521153],[-68.4245035651,44.396934038],[-68.3321225587,44.2217987029],[-68.1741410246,44.3401642583],[-68.3495697194,44.455633261],[-68.1528630344,44.4777908313],[-68.050290827,44.3311531593],[-67.8466742928,44.5625509907],[-67.189557349,44.6458126126],[-66.9799208187,44.8092135791],[-67.0944828749,45.0745254502]],[[-82.1450374306,26.4775460016],[-82.2205043459,26.6058325513],[-82.014667328,26.4528548019],[-82.1450374306,26.4775460016]]],[[[-141.0006022081,69.6462586992],[-143.2597656514,70.1529807941],[-144.9711773136,69.9633887241],[-147.6732879001,70.2019587982],[-149.2261883158,70.4880124413],[-151.8805451859,70.4312476574],[-151.7628109061,70.5497418472],[-152.5588674133,70.5580295801],[-152.1904985121,70.5851061192],[-152.4788306659,70.6832335596],[-152.228950984,70.8265235331],[-153.2167190268,70.9204937998],[-154.1836266561,70.7685705937],[-155.0713115091,71.1525111617],[-155.4902832204,70.8561911188],[-155.9310378597,70.8358897933],[-155.5684229927,71.1581992063],[-156.5729521996,71.3519351392],[-157.8800082661,70.8537640033],[-159.2987694009,70.7583505531],[-158.7676596939,70.9054872742],[-159.1753597541,70.8746237179],[-160.7903204732,70.3807589083],[-162.0462759998,70.2806990002],[-163.0103404891,69.8121206327],[-163.6620190958,69.0850786326],[-164.3083935874,68.9255357513],[-166.1783025548,68.8790922886],[-166.3294210099,68.4427764583],[-166.839204335,68.3393506],[-164.1469765477,67.6185117672],[-163.6942490254,67.107223852],[-161.5076435467,66.9809864939],[-161.8843044589,66.7188224434],[-161.2929138013,66.5208316471],[-161.5189511077,66.4430089937],[-162.3294789324,66.939631685],[-162.5628207312,66.8180115974],[-161.8908064646,66.5211475843],[-161.9028430476,66.2662748574],[-161.5175032091,66.3965573561],[-161.0108778183,66.1963650761],[-161.4973758574,66.260145108],[-161.7919810523,65.9892100217],[-163.6372521507,66.0576184712],[-163.928077307,66.1833433497],[-163.7258894601,66.5090782094],[-163.9291786492,66.5713127213],[-163.6049212956,66.5582130354],[-163.8570388289,66.5929662828],[-164.4018957678,66.5813178266],[-167.9834165236,65.7244819357],[-168.072191548,65.5786113072],[-166.3629333871,65.2899048582],[-166.5453518358,65.1194844933],[-166.9190547843,65.1466087522],[-166.8451370079,65.278998724],[-166.9513950804,65.1625185191],[-166.386073821,64.6379621144],[-165.0033439224,64.4362797746],[-163.7998719769,64.5749115846],[-163.1481647709,64.3983231889],[-163.1368574527,64.6471208586],[-162.7860423232,64.3250118406],[-162.1826351781,64.6771047368],[-161.1538031122,64.9174133083],[-160.7909632609,64.6203629926],[-161.5187182013,64.4176755246],[-160.9701314591,64.2293727038],[-160.7630361197,63.7904081146],[-161.2956413579,63.4721323103],[-162.1425799641,63.4291845591],[-162.2911135473,63.5382254282],[-163.0653230398,63.0557431434],[-164.0490690707,63.2615917473],[-164.5714147944,63.1399617051],[-164.8021334407,62.586411341],[-165.6684970866,62.1546891398],[-165.6800057234,61.8468370967],[-166.1013382513,61.8124908042],[-165.8250703201,61.6696074987],[-166.1426922149,61.7073704208],[-166.1859903284,61.6025311043],[-165.7641215159,61.5001481619],[-165.923142973,61.3898782982],[-165.5856888957,61.1018506234],[-165.2100891206,61.1502517861],[-164.8659149412,60.8449881618],[-165.3797810787,60.5127778947],[-164.9683341947,60.5381407162],[-165.1039915456,60.4148899833],[-163.946640887,59.8054792897],[-162.546039496,59.9812533008],[-162.3720550477,60.1681765508],[-161.7021183131,59.4981656338],[-162.0560172188,59.2691772561],[-161.7552872928,58.8004600441],[-162.0823696157,58.6218522216],[-161.6638256049,58.584656662],[-160.3346661882,59.0727454328],[-159.9041987553,58.7735784214],[-159.6157317463,58.9308508662],[-158.897324827,58.3932918546],[-158.5280468137,58.9981215024],[-158.1777088879,58.6134836109],[-156.9292093507,58.9700730678],[-157.5332525162,58.3921780182],[-157.5874140569,57.4946880296],[-157.7564731117,57.5538094582],[-158.4091164158,57.2265755168],[-158.6542230116,56.8008545933],[-159.0347354269,56.8072293189],[-160.3488342327,56.2843159108],[-160.5696782133,55.9890167576],[-160.2513711224,55.7688210623],[-160.7279542358,55.8683762323],[-160.6869398346,55.6969413458],[-161.2772542798,55.984118181],[-161.7453731962,55.9026328506],[-162.2684662664,55.6860500872],[-162.5359301207,55.3586395469],[-163.3041741358,55.1121021207],[-163.3584769196,54.8119935012],[-163.0323075686,54.9472406992],[-163.1810947759,55.0981186531],[-162.8750248617,54.9325222327],[-162.5736534439,54.9803351264],[-162.6397437972,55.3045984587],[-162.4481220797,55.0450223161],[-161.9632986861,55.1044869431],[-161.5875755681,55.6197882601],[-161.3649417756,55.6170346466],[-161.490916484,55.4027800868],[-161.242099048,55.3562978643],[-160.6119662856,55.5834220418],[-160.5026354922,55.4768959794],[-159.8209757341,55.85605713],[-159.6067528179,55.8100760061],[-159.6383579417,55.5825819617],[-159.5307141029,55.8870440472],[-158.6663150764,55.9514501638],[-158.6201798051,56.2016826704],[-158.429274518,55.9942820832],[-158.3872293858,56.1861120351],[-158.3417497167,56.1476719928],[-158.1153803752,56.2401089163],[-158.336300308,56.1785282969],[-158.1971304912,56.2868149846],[-158.4894722543,56.3397934672],[-158.4070382309,56.4524558513],[-157.863928396,56.4728586923],[-158.1322635224,56.5423558862],[-157.7654486506,56.6790071166],[-157.4669228703,56.62307128],[-157.4433221102,56.8562078967],[-157.1836553574,56.7691879064],[-156.5501595047,57.0006221721],[-156.3267514364,57.189442845],[-156.4957329382,57.3373099028],[-155.7323142112,57.5442511982],[-155.5404895374,57.7771080313],[-155.3126485678,57.725804938],[-155.0134424566,57.9955954823],[-154.2164290366,58.143118304],[-154.1493682041,58.3142667834],[-154.3495847442,58.2859892204],[-153.2509262283,58.8527031636],[-153.7287471847,59.0805076009],[-154.164842799,59.0219650749],[-154.219143338,59.1688767092],[-153.4547221943,59.771820636],[-153.2192860768,59.6357105511],[-152.9918159516,59.8087390147],[-153.2130489591,59.8427850919],[-152.7043401548,59.9159740837],[-152.5732733663,60.0782947271],[-152.8826177714,60.2433797543],[-152.2500922224,60.388888037],[-151.4968345611,61.0097986187],[-150.5864406168,61.2916750737],[-149.9268792663,61.2759394713],[-149.6005652027,61.4945760129],[-149.4231397936,61.4545110772],[-150.0234049476,61.1426518493],[-149.0018410604,60.8346778833],[-150.1914401333,60.9010992861],[-150.382476394,61.0388815812],[-151.4057075774,60.7224418498],[-151.2978142092,60.3892804552],[-151.8700501282,59.7681258766],[-151.4987101368,59.6321453957],[-150.9287738354,59.7924644441],[-151.8869601013,59.4172570648],[-151.97855755,59.2549600196],[-151.7433094556,59.1574370648],[-151.1065337996,59.2167757156],[-151.3044942474,59.3117224662],[-150.9642029926,59.1972426836],[-150.2227531267,59.7441934852],[-150.3984313707,59.3876649781],[-149.9407150661,59.6597088592],[-150.0451849222,59.8009457084],[-149.766511007,59.7068960837],[-149.7288472801,59.953859802],[-149.5573118107,59.7462625051],[-149.4225799719,60.1227655674],[-149.2926943359,59.8967979773],[-149.0707150359,60.0553225572],[-148.8604130558,59.9244933156],[-148.4303792391,59.9479132688],[-148.3064158933,60.1170455653],[-148.1521027388,60.0346865849],[-148.0420977587,60.1952193014],[-148.3106237132,60.260666966],[-147.9826071242,60.521822908],[-148.7152301667,60.4577585752],[-148.1052161747,60.7390343326],[-148.68617739,60.6467898586],[-148.717878359,60.7848574996],[-148.3392086591,60.8066625401],[-148.1652907974,61.0682085487],[-148.4302336569,60.9713941697],[-148.3643087778,61.057111921],[-148.1551080644,61.0993283021],[-148.0727615621,61.0064572308],[-147.7245380944,61.2734769828],[-148.1309644978,60.7902489829],[-147.6012904461,60.8499716092],[-147.547498489,61.1498493566],[-147.3687483802,60.8840738904],[-147.0876941834,61.1549956757],[-146.9673352484,60.9327585877],[-146.2968389251,61.1267724192],[-146.7611580926,60.9457116779],[-146.0936055408,60.836297288],[-146.6551701269,60.6861830528],[-145.6629830944,60.6581209341],[-145.9600838729,60.462866433],[-145.2194046909,60.3015727183],[-144.8093941131,60.4617647941],[-144.9266052223,60.2265649123],[-144.0431174648,60.0464735646],[-144.2485671779,60.0228796007],[-142.6984198793,60.0933056513],[-141.5962735307,59.9619475347],[-141.3685881384,60.0251519294],[-141.5352530964,60.171353262],[-141.2594053177,59.9975421473],[-141.4447819694,59.88437113],[-140.313014531,59.69275642],[-139.5359336101,60.0430565464],[-139.7476028007,59.4984900481],[-138.2071284382,59.0256067959],[-136.6798152896,58.2096664797],[-136.0338385196,58.3795366988],[-136.2807605013,58.6572700482],[-136.5101684919,58.6061812993],[-136.4550957626,58.7793045748],[-137.0432543673,58.9141057838],[-137.0560788669,59.059309877],[-136.2348770707,58.7508987137],[-136.112623006,58.9760858694],[-135.9210914419,58.3820923148],[-135.4977403174,58.5028051178],[-135.0596424049,58.1937518987],[-135.632627595,59.2640087624],[-135.320892487,59.0923747498],[-135.3704372411,59.3124339999],[-134.6684385568,58.2804459576],[-134.1487153362,58.2101784988],[-134.0169618218,58.3924099228],[-134.0420328358,58.0627083199],[-133.7673840127,58.0552737208],[-133.7204748064,57.8011104268],[-133.5842808291,57.9265379777],[-133.0590811474,57.5243149102],[-133.6343089562,57.708094464],[-133.4668860784,57.363788971],[-133.1901292561,57.3227888546],[-133.4978855376,57.3028720333],[-133.502536681,57.1728243862],[-132.8236316974,57.105904098],[-132.8853553522,56.9220720319],[-132.2103781091,56.4558632089],[-132.1758408348,56.3668695674],[-132.3924160672,56.4850873713],[-132.2402226031,56.1931503246],[-132.4348251344,56.3525032943],[-132.7109856082,56.2250615893],[-132.6432792684,56.0338138377],[-132.3183400749,55.8755006633],[-132.0990512623,56.1479596508],[-131.6489271918,56.1991791674],[-131.96863778,56.1549432894],[-132.2273436108,55.7010158016],[-131.9692640337,55.4974952359],[-131.8439426091,55.8465141477],[-131.5885656017,55.9233656673],[-131.8700625231,55.3655729134],[-131.7621530263,55.1280224484],[-131.600020862,55.3178515383],[-131.2984257638,55.277204896],[-131.2829090258,55.3878913841],[-131.2615424911,55.2060460913],[-131.0634334834,55.2611396228],[-130.9479497597,55.6531289262],[-131.3555186403,55.958670253],[-131.1054885728,56.0556370302],[-131.2155157104,55.9829809811],[-130.904467965,55.7127828523],[-130.8703306112,55.3142076769],[-131.0863023877,55.159851792],[-130.7091325546,55.1277164774],[-131.0140617094,54.9996097724],[-130.6885360239,54.718706302],[-129.9946887596,55.2685722776],[-130.152089811,55.7627447219],[-130.0085386617,55.9119476974],[-130.104089808,56.121958825],[-131.8447080203,56.6441642671],[-133.3797834171,58.4319413833],[-134.9604229716,59.2818257683],[-135.0306135914,59.5645404824],[-135.4750612068,59.7962682517],[-136.351726227,59.6002172462],[-136.583957167,59.1668435273],[-136.8286352538,59.1595829866],[-137.4066961663,58.9337020066],[-137.6096630788,59.24493732],[-139.1958451174,60.0863534288],[-139.076187319,60.3519417604],[-140.0735425844,60.2075683916],[-141.0010974252,60.307095482],[-141.0013012008,64.3728125152],[-141.0006022081,69.6462586992]]],[[[-153.1295010804,57.955874996],[-153.3035876989,57.9902505803],[-153.0973191468,57.8417971384],[-153.5115212982,57.9622421017],[-153.4637206956,57.7654472769],[-153.7091372256,57.8850780893],[-153.9292923363,57.8096375143],[-153.6486696621,57.6529062248],[-153.8762781659,57.5110304757],[-154.2322375443,57.6633933928],[-154.685465757,57.4503140598],[-154.7742832457,57.2966653334],[-154.2997534464,56.8524565636],[-153.7648107164,57.14292093],[-154.1422462857,56.7449864828],[-153.2893503167,57.2120498084],[-153.3075419559,56.9920916087],[-152.8830967413,57.1400483371],[-153.2146370872,57.2131929024],[-152.9426245592,57.2567537574],[-153.1417608427,57.3219203146],[-152.6331263187,57.3202504921],[-152.9169006463,57.5022926977],[-152.3795129772,57.433089673],[-152.1628568616,57.587833681],[-152.5035451878,57.649516386],[-152.41327684,57.9701635578],[-152.8555002179,57.7322413769],[-152.8009199672,57.9115318757],[-153.1295010804,57.955874996]]],[[[-133.42792336,56.3305439516],[-133.6391704394,56.3488653118],[-133.813886631,55.9402220381],[-133.5170806943,55.9962520517],[-133.3504032862,55.8820169054],[-133.701245667,55.7795883763],[-133.3449441496,55.7526488643],[-133.4481687342,55.6559266388],[-133.0783875008,55.4121461257],[-133.4584140358,55.2234870088],[-133.1201057672,55.2686805829],[-133.2263636086,55.0564180017],[-132.8448576196,54.6870104627],[-132.6728573734,54.6730051747],[-133.0630063841,55.26837287],[-132.7797430189,55.0075945803],[-132.655350665,55.2325631153],[-132.6139909574,54.9688553848],[-132.3238184867,54.8349496362],[-132.5053342347,54.7764589606],[-132.0264030732,54.6934505798],[-131.9938611554,55.2615945502],[-132.5806297077,55.572035068],[-132.1444329926,55.472007664],[-132.6183166479,55.9095680562],[-133.092721356,56.0591273854],[-133.1694266368,56.3234063383],[-133.42792336,56.3305439516]]],[[[-170.9480147538,63.5716712447],[-171.7351517849,63.7853443416],[-171.8229771954,63.4372213128],[-171.4578885471,63.3085076976],[-171.0723758518,63.4240743172],[-170.5704571078,63.3611158879],[-169.6602332919,62.940828812],[-169.3755293324,63.1501660506],[-168.7246783709,63.2298854192],[-170.0245759427,63.4806527958],[-170.2903431189,63.6873578798],[-170.9480147538,63.5716712447]]],[[[-135.6479451907,58.2278555793],[-136.354897598,58.2222713451],[-136.5694612629,57.9076371484],[-135.8403824909,57.3895383112],[-135.7098481568,57.3674237303],[-135.6643359717,57.3831877072],[-135.5929092841,57.4268528512],[-135.5569064081,57.4565020718],[-135.5491819854,57.4747959954],[-135.5486591096,57.4833536122],[-135.5826463792,57.6072144056],[-135.6550702117,57.6289797906],[-135.5660952698,57.6697419436],[-134.8721046634,57.463615354],[-135.2044651056,57.9353858471],[-134.9976582148,57.8882525153],[-134.9394913158,58.0288865948],[-135.4140395593,58.1441848217],[-135.6322046546,57.9872396888],[-135.6479451907,58.2278555793]]],[[[-133.388982835,57.0069264709],[-134.023888268,57.0659241141],[-133.8638426198,56.7524392303],[-134.0787313321,56.9344420601],[-134.4028912019,56.8568544292],[-134.1369823204,56.0017432851],[-134.0794806562,56.3137053181],[-133.995130691,56.0824858852],[-133.8324687387,56.3214271922],[-133.9002564168,56.6134376343],[-133.6486279627,56.435780451],[-132.542727995,56.5844632407],[-133.0854136926,56.9954400033],[-133.388982835,57.0069264709]]],[[[-134.8997085127,58.3498299773],[-134.5399418257,57.0226308174],[-133.8623665779,57.367710284],[-134.3149544409,58.0364380186],[-133.8048957883,57.6148740007],[-134.1725881592,58.1246046796],[-134.6953247939,58.1732833416],[-134.8997085127,58.3498299773]]],[[[-166.123087318,60.3747240691],[-167.3554510328,60.2219656994],[-167.334826812,60.068215649],[-166.2333587672,59.7920925843],[-165.5868056028,59.9067186587],[-165.7009936786,60.2936407536],[-166.123087318,60.3747240691]]],[[[-135.0633270847,57.4191195242],[-135.420079095,57.562853422],[-135.5170009843,57.5123835183],[-135.5360461341,57.4830504058],[-135.5885441809,57.4133291286],[-135.6926516183,57.3555748629],[-135.35575887,57.2399774118],[-135.4992825288,56.7873637203],[-134.674514167,56.162393123],[-134.804101416,57.3405463524],[-135.0633270847,57.4191195242]]],[[[-163.4650383919,55.0412566443],[-164.49496426,54.9136776632],[-164.9369972631,54.5872565156],[-164.8687464657,54.4430593419],[-164.451059677,54.4208639623],[-163.3689348002,54.74984948],[-163.0609359257,54.6612263681],[-163.3711294724,54.7862068499],[-163.4650383919,55.0412566443]]],[[[-155.5881186869,20.1196149166],[-155.8794407511,20.2603641318],[-155.8316260363,19.984550826],[-156.0526634269,19.7420382491],[-155.907180943,19.0832332301],[-155.6800495754,18.9108055604],[-154.8071029722,19.516116064],[-155.1826587408,19.9527136249],[-155.5881186869,20.1196149166]]],[[[-152.3405214778,58.6209826671],[-152.6245110069,58.5997576983],[-152.7766418854,58.3093123166],[-153.4151633467,58.0573314848],[-152.8888630378,57.9727441732],[-152.3127645782,58.2402869376],[-152.082200582,58.1543675448],[-151.9835033401,58.3518086468],[-152.1366750796,58.2173253707],[-152.1214869494,58.3955904247],[-152.5313572293,58.4085895394],[-152.3405214778,58.6209826671]]],[[[-166.6567241424,54.0114466547],[-167.1383124704,53.864939665],[-166.6954913051,53.7202876718],[-166.7840122,53.6320310859],[-167.0234450297,53.7111888656],[-167.1550199009,53.4680998421],[-167.8473946423,53.3065074958],[-167.5231164748,53.2719283698],[-166.2760638039,53.6866261951],[-166.4798745431,53.7725565039],[-166.2184620083,53.9369616256],[-166.3758489889,54.0090158691],[-166.6078079398,53.8273930811],[-166.6567241424,54.0114466547]]],[[[-167.8661545848,53.5198755507],[-168.3435247039,53.471547163],[-169.065815573,52.8377220324],[-167.8441355613,53.3846863311],[-167.8661545848,53.5198755507]]],[[[-147.0872342261,60.3430129881],[-147.908725488,59.7716405153],[-146.9650854774,60.2492413663],[-147.0872342261,60.3430129881]]],[[[-174.0408633621,52.244184105],[-174.2629123856,52.4027862766],[-174.313392672,52.2055966278],[-175.3405988167,52.0219015716],[-174.1102062656,52.1128082852],[-174.0408633621,52.244184105]]],[[[173.2126772682,52.9399838713],[172.4627561754,52.9254117299],[172.9036077886,52.7622337484],[173.425194738,52.829746885],[173.2126772682,52.9399838713]]],[[[-176.5656443676,51.9143574424],[-176.7885418331,51.9575631632],[-176.9786971531,51.6007028961],[-176.316888099,51.7382847306],[-176.2913446693,51.8721981422],[-176.5656443676,51.9143574424]]],[[[-156.4541686061,20.8972229049],[-156.5972038314,21.0310824661],[-156.6969251214,20.9190077179],[-156.414136984,20.5865920556],[-155.9871661944,20.7099314662],[-156.2263815059,20.9205704321],[-156.4541686061,20.8972229049]]],[[[-147.7666515723,60.1530313596],[-147.5635627171,60.5808906381],[-147.967932381,60.251756735],[-147.7666515723,60.1530313596]]],[[[-146.3553779986,60.4063571869],[-146.6153346272,60.4818331251],[-146.6546282539,60.2380021007],[-146.0830797253,60.3707199851],[-146.3553779986,60.4063571869]]],[[[-135.449860337,57.1745874639],[-135.8222795904,57.3395880906],[-135.8578676389,56.9959178247],[-135.449860337,57.1745874639]]],[[[-157.665710207,21.3316205236],[-157.9675974652,21.7099180346],[-158.2495986373,21.556811067],[-158.1059687407,21.2968212741],[-157.665710207,21.3316205236]]],[[[-159.4458039671,21.869073657],[-159.3150920942,22.1861580593],[-159.7218689824,22.1500836836],[-159.7617209891,21.9820750918],[-159.4458039671,21.869073657]]],[[[-132.7794050186,56.4546391093],[-133.0690594456,56.3557712552],[-132.8724547519,56.2327298287],[-132.6564168509,56.2804372436],[-132.7794050186,56.4546391093]]],[[[-160.7054461916,55.4001390739],[-160.8385653481,55.2019617033],[-160.5262544843,55.1319418746],[-160.5216264228,55.3779339546],[-160.7054461916,55.4001390739]]],[[[-131.6051046701,54.9941021632],[-131.3511202036,55.0630569041],[-131.5682121524,55.285723537],[-131.6051046701,54.9941021632]]],[[[-173.5338935776,52.1150398242],[-174.0536568171,52.1290840429],[-172.9539426427,52.0950554647],[-173.5338935776,52.1150398242]]],[[[-122.3813674087,47.9044999581],[-122.6606546967,48.4026579423],[-122.7684409926,48.2223069864],[-122.3813674087,47.9044999581]]],[[[-177.8248869927,51.7918667383],[-178.2261284548,51.8804241124],[-177.9581060972,51.625979514],[-177.8248869927,51.7918667383]]],[[[-172.513566296,60.3811976446],[-172.9419260517,60.6037254672],[-172.6163378103,60.3223529607],[-172.2711208374,60.3271423974],[-172.513566296,60.3811976446]]],[[[-165.8379433427,54.1613695978],[-166.0788287933,54.1787999627],[-166.0495168769,54.0458253794],[-165.6744585224,54.0944618434],[-165.8379433427,54.1613695978]]],[[[-160.1854387628,54.9260794302],[-159.833502078,55.1234292627],[-159.8761204587,55.2887545374],[-160.1854387628,54.9260794302]]],[[[-177.1216915123,51.7344932527],[-177.1516575182,51.9427709244],[-177.2364665423,51.7989441231],[-177.7067799736,51.7033569302],[-177.1216915123,51.7344932527]]],[[[-81.8018486888,24.5447035108],[-81.2981507513,24.6578652614],[-81.4451684309,24.812581367],[-81.8018486888,24.5447035108]]],[[[-156.9022742094,21.1622234954],[-157.2430406264,21.2187058923],[-157.3097628929,21.1017736189],[-156.8736523113,21.0459497407],[-156.7097844392,21.1567795672],[-156.9022742094,21.1622234954]]],[[[177.5744730652,51.9513197881],[177.6026654974,52.1366463413],[177.2040771694,51.8816693874],[177.5744730652,51.9513197881]]],[[[173.710900465,52.4560649277],[173.3572938129,52.4051969372],[173.7228940954,52.3566683046],[173.710900465,52.4560649277]]],[[[179.6337841973,51.8718694319],[179.6476245927,52.0260340113],[179.4760939122,51.9409437296],[179.6337841973,51.8718694319]]],[[[-165.493252849,54.2093866709],[-165.6378720008,54.2957498557],[-165.6035650807,54.1162601247],[-165.493252849,54.2093866709]]],[[[-131.3409198016,54.8559340994],[-131.2451631998,55.00276773],[-131.4855818159,54.9513039342],[-131.3409198016,54.8559340994]]],[[[-70.5968379477,41.4560633443],[-70.7661253476,41.3510925443],[-70.4517595742,41.3506090481],[-70.5968379477,41.4560633443]]],[[[-97.3356251002,26.562413014],[-97.3573600144,27.2398033783],[-97.0570627009,27.8239717109],[-97.3620825289,27.3573391751],[-97.3356251002,26.562413014]]],[[[-122.8841986704,48.7124754862],[-123.0061688146,48.5940519749],[-122.7957351082,48.6046365296],[-122.8841986704,48.7124754862]]],[[[-119.7469503187,34.0532635556],[-119.9289030319,34.0597777561],[-119.7906067077,33.9595017382],[-119.5218022044,34.0335039474],[-119.7469503187,34.0532635556]]],[[[-156.9522399838,20.9230428653],[-157.0603679339,20.9001822428],[-156.9813368444,20.7528616419],[-156.8370043857,20.7604916969],[-156.9522399838,20.9230428653]]],[[[-91.8343459146,29.4795152016],[-91.709473758,29.5688126449],[-92.0303343021,29.5787617116],[-91.8343459146,29.4795152016]]],[[[-176.1556317709,51.7693527028],[-175.9975380311,51.8053115012],[-176.2062475977,51.8814057188],[-176.1556317709,51.7693527028]]],[[[-120.1142565522,33.8948142867],[-120.0456577468,34.0307037023],[-120.2207295249,33.988955029],[-120.1142565522,33.8948142867]]],[[[-69.9751842004,41.3011237841],[-70.047893609,41.3906627269],[-70.2354606423,41.2848233157],[-69.9751842004,41.3011237841]]],[[[-75.6987217564,35.205547682],[-75.5162511074,35.2738071066],[-75.5244950739,35.7731343381],[-75.5171640029,35.2921204673],[-75.6987217564,35.205547682]]],[[[-84.9799840203,29.6064614502],[-84.7007645754,29.7569675974],[-85.0837314663,29.6172861724],[-84.9799840203,29.6064614502]]]]},"properties":{"fid_1":55,"OBJECTID":505,"ISO2":"US","NAME":"United States of America","LON":-112.55428386,"LAT":45.71191209,"ISO3":"USA","Shape_Area":1121.52320063729}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[70.9432219999,42.2636340003],[69.1701168093,41.4417653379],[68.7290039359,40.97040604],[68.5238706816,41.0219626971],[68.6414627624,40.6011367906],[68.3763257807,40.6160777098],[68.0183775642,40.8056128824],[68.1251650649,41.0431374074],[67.9667482454,41.1476760292],[66.7094935033,41.1420827983],[66.5339045494,41.87620733],[65.9992714767,41.9386782152],[66.097765211,42.9369532506],[65.8436375023,42.860346361],[64.9987957769,43.7172890293],[64.5285168409,43.5722081152],[63.2968275457,43.6534084558],[62.0044285642,43.5062596029],[61.085288392,44.3733349722],[58.5878693587,45.5895382782],[55.9990977917,44.9997416591],[55.9985670002,41.318638],[56.9873552437,41.2516753789],[56.9963747487,41.9065085348],[57.3009189037,42.1395883224],[57.8599369911,42.1734026344],[58.0391489548,42.5066082271],[58.5100524232,42.2817412759],[58.15132013,42.6271863206],[58.5879604339,42.6496286648],[58.6270389194,42.7976177687],[59.4335832924,42.2933239351],[59.9935334624,42.2458022608],[59.9267931663,41.9911379841],[60.3303644228,41.7654224066],[60.0494168793,41.7535021168],[60.2345626391,41.3340732999],[61.2407738093,41.145206919],[61.4590206404,41.2971183548],[61.8858890647,41.1061354338],[62.4990606457,39.9418932686],[65.5600109629,38.2870354157],[66.671599166,37.9754401999],[66.5537319996,37.3547529999],[66.9517203287,37.3979325297],[67.2644924288,37.1828219709],[67.5351594182,37.2665105251],[67.7865370001,37.1722569999],[67.8654329826,37.5479200917],[68.4035339841,38.1902687133],[68.1137625688,38.4606040498],[68.1941077369,38.9403417017],[67.3613876029,39.2312466576],[67.4504536254,39.5763288357],[67.7104114079,39.6593774837],[68.547642517,39.540171663],[69.0293957546,40.1555043922],[68.5360027159,40.1428469821],[69.2692880974,40.2023565221],[69.2127563376,40.5470915979],[69.3871366046,40.7909417329],[69.7213419628,40.6306643312],[70.442396336,41.0438275516],[70.7947175898,40.7259181832],[70.3514796876,40.4084635318],[70.6325036987,40.1779043037],[70.9877480001,40.2233629998],[71.2790391482,40.3441418076],[71.7358011039,40.1616294741],[72.1844823956,40.4885972683],[72.4131808886,40.3952093181],[72.4751627908,40.5492218697],[72.6585638254,40.5109265777],[73.1488354639,40.8187533796],[72.6110259804,40.8617951386],[72.1867525354,41.1603409397],[71.8920745989,41.1637220434],[71.7345795197,41.477424368],[71.401154917,41.1122700242],[70.7981286104,41.2126676026],[70.7011589428,41.4689293972],[70.1778206221,41.512153197],[71.2571855982,42.1679926943],[70.9432219999,42.2636340003]]]},"properties":{"fid_1":56,"OBJECTID":506,"ISO2":"UZ","NAME":"Uzbekistan","LON":63.1295528,"LAT":41.7737399,"ISO3":"UZB","Shape_Area":48.6882869958113}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[8.651587824,54.9096686924],[8.3760922487,54.8945372032],[8.3997626279,55.0541281344],[8.2797887583,54.7515455006],[8.5719494997,54.884218499],[8.7100459999,54.723252999],[8.5308631428,54.6254888568],[8.7452184986,54.7070009987],[8.8084834313,54.469805989],[9.0145374996,54.4747014989],[8.581075916,54.3027999856],[8.8448045,54.266328499],[8.920582766,53.9231506902],[9.2727329993,53.8676624992],[8.6140137766,53.8814401858],[8.5548980011,53.525130999],[8.2782152649,53.6079536222],[8.246331184,53.3977530811],[8.0229398702,53.7090501527],[7.2456466868,53.6689729413],[6.9994465002,53.3598874987],[7.2113984754,53.2349360426],[7.0546430931,52.642521372],[6.708663049,52.6242340206],[6.700435112,52.4853653309],[7.07207152,52.372322307],[6.7164343516,52.0425224398],[6.8302674991,51.9671121737],[5.9861937022,51.8279280747],[6.2266809177,51.368011541],[5.867536208,51.0505555064],[6.0880492327,50.9200062481],[6.0210170004,50.754283],[6.3974292402,50.3506487648],[6.1376680001,50.1299490004],[6.5198321291,49.7969549868],[6.3671075002,49.4695070004],[6.7628906557,49.1645137708],[7.4464806566,49.1836442087],[8.1920888122,48.9542152028],[7.5775916872,48.1155216548],[7.5890390001,47.5898780003],[8.5753519012,47.5955532872],[8.4053791666,47.6805480186],[8.5723461753,47.8073398581],[9.561812032,47.5043996431],[9.8064797047,47.5942790647],[10.1781694047,47.2701712819],[10.4916492469,47.5406151836],[11.0876032642,47.3962525986],[12.2814473619,47.6894755256],[12.7803782271,47.6735921133],[13.0060189882,47.4642695606],[13.0975524474,47.6400732466],[12.7770425508,48.1272061513],[13.3320676528,48.3247690422],[13.4592763749,48.5609432566],[13.7289575383,48.5155858098],[13.8397130601,48.7716595651],[12.6590758331,49.4324343961],[12.4017330139,49.7522780183],[12.5482242313,49.9181559768],[12.1014787024,50.3195835302],[12.3322059328,50.2438067076],[12.5160309338,50.3973809818],[12.9797311294,50.4184290001],[14.3853654826,50.8996660251],[14.3034046186,51.0547503051],[14.8233660003,50.8705600003],[15.0393204812,51.2746291971],[14.5913611841,51.8226223301],[14.7586717806,52.0646820884],[14.534837494,52.393843357],[14.6392905318,52.5717174757],[14.1232826706,52.8371450301],[14.4218327641,53.2735324618],[14.2674913771,53.6977871163],[13.8231446423,53.8452140603],[13.7156085432,54.1583032658],[13.329213487,54.1830625829],[13.13918653,54.2562832417],[13.0167695882,54.4227011271],[12.3695065269,54.2631707589],[12.9260119076,54.4275554004],[12.5240982824,54.4865247158],[12.1519834153,54.0873019854],[11.6815228774,54.1527048098],[11.4504086408,53.899980896],[10.9036614988,53.9568219991],[10.7521801394,54.0482283787],[11.0824491929,54.1969248282],[11.0808197589,54.3827444203],[10.1741619996,54.3457454993],[10.1410365512,54.4817998856],[9.8344085888,54.4722513652],[10.0050317679,54.6683845066],[9.6646020489,54.5061101667],[9.9567608199,54.7783503473],[9.4202767599,54.8320402619],[8.651587824,54.9096686924]]],[[[13.4117863352,54.5846662972],[13.3814621293,54.683793639],[13.1609826421,54.5613572358],[13.5074593387,54.5584629162],[13.5445614201,54.423603559],[13.1524517613,54.5423173381],[13.15068726,54.288190687],[13.397597198,54.226706296],[13.6744615541,54.3505783831],[13.7185664773,54.2712520246],[13.676466446,54.5649964666],[13.4117863352,54.5846662972]]],[[[14.2272060671,53.9285185789],[13.7578103103,54.1663398324],[14.0471587718,54.0003754239],[13.826424406,53.8503154943],[14.2131380839,53.8664971586],[14.2272060671,53.9285185789]]],[[[11.2440042398,54.4916398978],[11.0056030512,54.4456623163],[11.3108266422,54.4023698757],[11.2440042398,54.4916398978]]]]},"properties":{"fid_1":57,"OBJECTID":324,"ISO2":"DE","NAME":"Germany","LON":10.3902519,"LAT":51.10804845,"ISO3":"DEU","Shape_Area":45.9477760338866}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-5.3400268558,36.159748077],[-5.3532218932,36.1597976692],[-5.3438828204,36.114181965],[-5.3400268558,36.159748077]]]},"properties":{"fid_1":58,"OBJECTID":350,"ISO2":"GI","NAME":"Gibraltar","LON":-5.34567643,"LAT":36.1439952,"ISO3":"GIB","Shape_Area":0.000313075162171612}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.735402983,25.145775854],[121.5655710804,25.2978651721],[121.0383670932,25.0322334536],[120.127225092,23.6194087184],[120.0640532616,23.0452704113],[120.2919780561,22.566975879],[120.6349068733,22.3015847741],[120.7239066356,21.9206052788],[120.8572968163,21.9045624158],[120.9716249247,22.5532447872],[121.4012550204,23.1260571339],[121.6086949539,24.0784257961],[121.8661329151,24.5366562539],[121.8219049646,24.8400410928],[121.9997109759,25.0124278227],[121.735402983,25.145775854]]]},"properties":{"fid_1":59,"OBJECTID":499,"ISO2":"TW","NAME":"Taiwan","LON":120.95495154,"LAT":23.7492714,"ISO3":"TWN","Shape_Area":3.21171766024604}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[55.4472798996,-20.8679574113],[55.2149432632,-21.0372480982],[55.3292028181,-21.2736482503],[55.7935256917,-21.3557995871],[55.8268907626,-21.1417485133],[55.4472798996,-20.8679574113]]]},"properties":{"fid_1":60,"OBJECTID":454,"ISO2":"RE","NAME":"Réunion","LON":55.53643399,"LAT":-21.13119518,"ISO3":"REU","Shape_Area":0.223105303818768}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[80.1744060004,42.2108440004],[79.9239835696,42.4351817176],[79.5036810092,42.4608273759],[79.1684433228,42.7529913611],[78.4881684613,42.8961341183],[76.9726299213,42.9866858353],[76.3433323566,42.8610521399],[75.9306315496,42.9560972152],[75.709847275,42.7966241429],[74.7493320447,42.9901745888],[74.1950305147,43.2527445492],[73.5432852728,43.0250901701],[73.4968358224,42.4140245279],[71.8364167976,42.8372813711],[71.3804857957,42.7970227278],[71.0033322529,42.5870147847],[70.9432219999,42.2636340003],[71.2571855982,42.1679926943],[70.1778206221,41.512153197],[70.7011589428,41.4689293972],[70.7981286104,41.2126676026],[71.401154917,41.1122700242],[71.7345795197,41.477424368],[71.8920745989,41.1637220434],[72.1867525354,41.1603409397],[72.6110259804,40.8617951386],[73.1488354639,40.8187533796],[72.6585638254,40.5109265777],[72.4751627908,40.5492218697],[72.4131808886,40.3952093181],[72.1844823956,40.4885972683],[71.7358011039,40.1616294741],[71.2790391482,40.3441418076],[70.9877480001,40.2233629998],[70.5191585232,39.9503027679],[70.0584939299,40.208769924],[69.5299429569,40.1215453317],[69.5138948284,39.9611186983],[69.2578506878,39.8500071888],[69.3406712928,39.540612016],[70.5336076302,39.6228077191],[70.832607579,39.3882677697],[71.5057703436,39.6103765829],[71.562251342,39.4586770408],[71.7856081102,39.4597306739],[71.8014745424,39.2711139996],[72.0370901466,39.3619054786],[72.2343864127,39.1803167173],[72.6098127581,39.3898330802],[73.5998190002,39.4590509996],[73.9429351407,39.5941720128],[73.9392070713,40.0244957368],[74.8376451756,40.334042082],[74.8363364354,40.520801596],[75.2254741666,40.4452220739],[75.5990974819,40.6634122199],[75.7149885274,40.2883610951],[76.3415194529,40.3487361966],[76.895360315,41.0236639293],[77.7658608279,41.0152712429],[78.1589049866,41.3828791827],[80.1301322754,42.0353866082],[80.1744060004,42.2108440004]]]},"properties":{"fid_1":61,"OBJECTID":383,"ISO2":"KG","NAME":"Kyrgyzstan","LON":74.52323719,"LAT":41.46247434,"ISO3":"KGZ","Shape_Area":21.3859891128672}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[24.1540665764,65.8187568531],[23.6507309713,66.3002065939],[24.0000618174,66.8083742033],[23.5525816072,67.1710292277],[23.7614758766,67.4309479148],[23.3966019261,67.4904208237],[23.6479502387,67.9609904314],[20.5503290003,69.0600900001],[20.0633281637,69.0459973619],[20.3333818001,68.8027025871],[19.9214804356,68.3551233839],[18.1271351397,68.5445886711],[17.8760594764,67.9733732281],[17.2791015594,68.1141453499],[16.7383488412,67.91135194],[16.0871466729,67.4330133401],[16.3712038508,67.0521840558],[15.381298249,66.4983104278],[15.4827069963,66.2845698944],[14.5189811423,66.1330950551],[14.5038161876,65.3110790361],[13.6557573678,64.580569448],[14.1118651782,64.4639392299],[14.1530278012,64.1898522123],[13.9654555752,64.0082934534],[12.9251899408,64.0573622431],[12.1515061541,63.5963209336],[12.1373433598,61.7199190804],[12.8684814786,61.3571410431],[12.5820283036,61.0492957476],[12.2266412366,61.0109950732],[12.6056815427,60.4063830209],[12.4479657852,60.0380536521],[11.841300086,59.841000854],[11.6516234788,58.9067108564],[11.2076631548,59.0854187357],[11.2442319212,58.3537645472],[11.463305473,58.4550285342],[11.4475582963,58.2675159954],[11.7163670786,58.4336005057],[11.5199002608,58.2556071782],[11.7578631971,58.3403472612],[11.8778073522,58.2059556917],[11.7183171766,57.7104896122],[12.3645081966,56.916313636],[12.936785006,56.5791281619],[12.8782694498,56.4291668358],[12.6200227256,56.4175506913],[12.7966615643,56.2216485461],[12.4489237206,56.2943312863],[13.0531669942,55.6501424764],[12.886382314,55.4008793283],[14.1850009653,55.3796348694],[14.324268918,55.9377084681],[14.7671039491,56.009003789],[14.6970462797,56.1589126586],[15.6016728779,56.203010648],[15.859906249,56.0717975021],[16.372818159,56.6838595544],[16.7011328994,57.4553825409],[16.5236988073,57.5809364313],[16.7405699347,57.7004396811],[16.4317747914,57.8953390633],[16.6745220598,57.7617344977],[16.4832114376,57.8915232642],[16.8080170898,57.870883602],[16.8583033349,58.1751802114],[16.7977329672,58.3628224307],[16.3133106227,58.493358612],[16.9551270246,58.4816354527],[16.2366278843,58.6614072156],[17.0364212868,58.6304981644],[17.4955570013,58.8007602018],[17.6762104028,59.1781654361],[17.9273226424,58.8645931103],[18.474929861,59.1687253497],[17.999858856,59.4260711673],[18.3414768186,59.3867820938],[19.0915672439,59.7506764398],[18.8246304742,60.0991851212],[18.4927291872,60.1596870433],[18.6089420614,60.2521512109],[17.9938290276,60.6010617391],[17.7370954622,60.4969143349],[17.615464527,60.6476777727],[17.2057817072,60.675468422],[17.0853127923,60.9008438364],[17.2662650682,61.3056249283],[17.074507803,61.6110061678],[17.2420733204,61.7231310073],[17.4927968218,61.6203833448],[17.3133185293,61.8567482362],[17.668473609,62.2307427332],[17.3397769931,62.4758262623],[17.8558161652,62.4886951659],[17.9992014777,62.6632890767],[17.7590478792,63.1094096757],[18.1331953553,62.7698092414],[18.8965120569,63.2115489891],[18.7246806899,63.2901927487],[19.0437291063,63.1942338489],[19.4513721,63.5748539014],[19.6711589033,63.4344079223],[20.6790244807,63.7970080979],[21.6138767938,64.4384057431],[21.0049205007,64.8468804596],[21.5365059634,65.0334855213],[21.304141108,65.3740302528],[21.7456239113,65.1937376287],[21.4637798948,65.3860349179],[22.1858286602,65.5411696436],[21.80636007,65.7137637409],[22.3988251871,65.538220986],[22.2482612478,65.7386017649],[22.3663117751,65.864391248],[22.6536300503,65.7622264739],[22.6360298547,65.9131685269],[23.0996216622,65.7004402524],[23.4611147751,65.8434530882],[24.1540665764,65.8187568531]]],[[[18.8003248372,57.8632108183],[18.1124798542,57.5325134268],[18.1432098432,56.9041876478],[18.8642039771,57.431816992],[18.8335538911,57.7333322942],[19.108110827,57.8197468896],[18.8003248372,57.8632108183]]],[[[16.4118414342,56.1937776791],[17.0887184394,57.3652233914],[16.4081145924,56.5623863863],[16.4118414342,56.1937776791]]],[[[11.4923551588,58.0705960982],[11.8333142088,58.125375448],[11.7595925988,58.2946131244],[11.4923551588,58.0705960982]]],[[[11.7635644591,58.0549206551],[11.5147575057,58.0439360649],[11.5953397323,57.9361673004],[11.7635644591,58.0549206551]]]]},"properties":{"fid_1":63,"OBJECTID":482,"ISO2":"SE","NAME":"Sweden","LON":16.75501884,"LAT":62.77626096,"ISO3":"SWE","Shape_Area":79.1759252497933}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[42.352393248,37.0999624143],[42.2137390781,37.2992180523],[41.5040606161,37.0799965251],[40.763094795,37.1236327073],[39.2137961461,36.6692770397],[38.2651548842,36.9154792571],[37.4243203472,36.6444446383],[36.6672896846,36.8280256991],[36.5445999532,36.4990487772],[36.6936006667,36.2428678632],[36.3908547484,36.215030405],[36.1669385354,35.8847184629],[35.917693318,35.9287616539],[35.7374268183,35.5618981998],[35.9145037249,35.4184450479],[35.9757119997,34.6339579996],[36.44531934,34.627414678],[36.6155343528,34.1938500151],[36.2781945776,33.9161362709],[36.3885153708,33.8241657636],[36.0621713697,33.8106213099],[35.9359978383,33.6454135343],[36.0302022426,33.5405805634],[35.6243479996,33.2423020004],[35.6720410001,32.6911539999],[35.9326599677,32.7211203143],[36.4075715049,32.3784745677],[36.8371463373,32.3117156188],[38.7936739996,33.3747350003],[41.0476855901,34.5093922429],[41.3819956977,35.6272975897],[41.284554199,36.3502179726],[41.4005506631,36.5234449408],[41.9359790431,36.6818175694],[42.352393248,37.0999624143]]]},"properties":{"fid_1":64,"OBJECTID":486,"ISO2":"SY","NAME":"Syrian Arab Republic","LON":38.49558754,"LAT":35.01986058,"ISO3":"SYR","Shape_Area":18.5217828718052}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-10.2792293003,8.4846883877],[-10.7010953411,8.2817738427],[-10.4647530919,8.6780840638],[-10.7216135022,9.0777560389],[-10.6627094307,9.3091535151],[-11.2098546433,9.9997502501],[-12.4400969311,9.8798786577],[-12.7857420093,9.3040620267],[-12.9506937506,9.2846901883],[-13.0820540113,9.0490087699],[-13.3013810001,9.0391479996],[-13.1317772979,8.8508298876],[-13.2486267968,8.8028686229],[-13.1749424628,8.531452152],[-12.9294349286,8.5645798622],[-13.0887480646,8.4048476151],[-13.2962805104,8.4923903786],[-13.1574717354,8.21078842],[-13.0026495071,8.2371471077],[-12.9097130758,8.0930219049],[-12.9302627752,7.8768160807],[-12.7012309423,7.7020810429],[-12.4759556557,7.7717486449],[-12.4479758088,7.4231425093],[-11.4994563259,6.9237149963],[-10.798165141,7.5930118461],[-10.5264362259,8.1254259127],[-10.3100742577,8.1962949639],[-10.2792293003,8.4846883877]]],[[[-12.5902644116,7.6089094974],[-12.9336530467,7.5688340226],[-12.5342351103,7.4452368591],[-12.5902644116,7.6089094974]]]]},"properties":{"fid_1":65,"OBJECTID":470,"ISO2":"SL","NAME":"Sierra Leone","LON":-11.79222331,"LAT":8.563981,"ISO3":"SLE","Shape_Area":5.94104552742124}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-63.0123952253,18.0537567092],[-63.1379583229,18.052805785],[-63.0438183343,18.0064933112],[-63.0123952253,18.0537567092]]]},"properties":{"fid_1":66,"OBJECTID":484,"ISO2":"SX","NAME":"Sint Maarten","LON":-63.06508269,"LAT":18.04090804,"ISO3":"SXM","Shape_Area":0.00369596150214917}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-6.89880645,62.3160256506],[-7.2530530992,62.1855750802],[-6.7434011713,61.9424723142],[-6.9483716124,62.1761404284],[-6.5900760633,62.1383914521],[-6.89880645,62.3160256506]]],[[[-7.1862765559,62.1335708359],[-7.4577912346,62.14448359],[-7.2236657324,62.0257732059],[-7.1862765559,62.1335708359]]],[[[-6.4735656232,62.317856905],[-6.5685198462,62.4000323148],[-6.5405293963,62.170406709],[-6.4735656232,62.317856905]]]]},"properties":{"fid_1":67,"OBJECTID":343,"ISO2":"FO","NAME":"Faroe Islands","LON":-6.8836347,"LAT":62.07157928,"ISO3":"FRO","Shape_Area":0.24704252809564}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[49.3148158627,-12.013939089],[49.0875356222,-12.1026102589],[49.1899698053,-12.1681960314],[48.9389022448,-12.4925686089],[48.7414915067,-12.4100173516],[48.9471607111,-12.8291950787],[48.7864182826,-13.3784488912],[48.3299492487,-13.5488709873],[48.2615236086,-13.8139132902],[48.0702587609,-13.5446317136],[47.8937421284,-13.5938172766],[47.9990589057,-14.3399486678],[47.896089126,-14.0914600384],[47.9348431676,-14.2423984518],[47.712086419,-14.3565382457],[47.737407556,-14.6169301264],[47.5033639443,-15.0783304876],[47.3972938948,-15.1047976739],[47.4629575666,-14.6723226996],[47.0473222673,-15.1794717828],[47.1795611701,-15.4221713521],[46.9161574761,-15.5732509223],[47.070538873,-15.3385199048],[46.943371151,-15.2014480993],[46.4614428639,-15.5130712273],[46.2988728808,-15.7159450887],[46.5223321078,-15.9758072867],[46.346291428,-15.8910554792],[46.4054001843,-16.0335927553],[46.147667589,-15.7069141714],[46.0536495719,-15.8513018052],[45.6755273018,-15.7858959007],[45.6044119416,-16.0234482362],[45.351532008,-15.9832834003],[45.2928356062,-16.1281279168],[45.2470402939,-15.9342834933],[44.998814976,-16.1968685632],[44.4415531567,-16.1915419309],[44.430855586,-16.7060047389],[43.9377289238,-17.4817606562],[44.4864745986,-19.9566297711],[43.7979845597,-21.2293358364],[43.4912958823,-21.3156030168],[43.228957286,-22.3220522969],[43.3683836272,-22.8452918738],[43.765638739,-23.4591072489],[43.6668304039,-24.3209249477],[44.0573317663,-25.0514913954],[45.1632425664,-25.6054922434],[45.5978542129,-25.5459867683],[46.259739712,-25.2064888387],[46.7053496876,-25.1771701306],[47.125027864,-24.9076183869],[47.5914655267,-23.7918730272],[47.9459523633,-22.3366816558],[49.3387264032,-18.3653128573],[49.5196001126,-17.6968598566],[49.4197035816,-17.3186271498],[49.8395825892,-16.5604180848],[49.6171360149,-15.5529949262],[49.900396094,-15.4348277577],[50.1679895163,-15.9916414809],[50.426985561,-15.5485309874],[50.4659898318,-15.2258883648],[50.2238604281,-14.763943537],[49.9309833876,-13.0802251113],[49.5148577707,-12.3590582131],[49.195897111,-12.3013836048],[49.3539432182,-12.1771441149],[49.3148158627,-12.013939089]]],[[[48.3207111374,-13.4239816473],[48.2739888246,-13.1986903322],[48.1896377614,-13.3648186557],[48.3207111374,-13.4239816473]]]]},"properties":{"fid_1":68,"OBJECTID":405,"ISO2":"MG","NAME":"Madagascar","LON":46.697909,"LAT":-19.3748359,"ISO3":"MDG","Shape_Area":50.9857167995723}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[166.9320201917,-0.5045180634],[166.9115698404,-0.5505717743],[166.9416910513,-0.5290959944],[166.9320201917,-0.5045180634]]]},"properties":{"fid_1":69,"OBJECTID":433,"ISO2":"NR","NAME":"Nauru","LON":166.92321544,"LAT":-0.52877476,"ISO3":"NRU","Shape_Area":0.00148813183787745}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[35.6243479996,33.2423020004],[36.0302022426,33.5405805634],[35.9359978383,33.6454135343],[36.0621713697,33.8106213099],[36.3885153708,33.8241657636],[36.2781945776,33.9161362709],[36.6155343528,34.1938500151],[36.44531934,34.627414678],[35.9757119997,34.6339579996],[35.6540491938,34.2806741546],[35.1036559996,33.0940769999],[35.4301213399,33.0657784782],[35.6243479996,33.2423020004]]]},"properties":{"fid_1":70,"OBJECTID":390,"ISO2":"LB","NAME":"Lebanon","LON":35.89740088,"LAT":33.92024885,"ISO3":"LBN","Shape_Area":0.993676025907428}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[167.9339934587,-29.0014682938],[167.9168787469,-29.0512380457],[167.9810763574,-29.0572929256],[167.9339934587,-29.0014682938]]]},"properties":{"fid_1":71,"OBJECTID":427,"ISO2":"NF","NAME":"Norfolk Island","LON":167.95324823,"LAT":-29.03346124,"ISO3":"NFK","Shape_Area":0.00362245493458889}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-61.1560488994,13.372437098],[-61.2775717757,13.22999499],[-61.1908868297,13.1188159252],[-61.1560488994,13.372437098]]]},"properties":{"fid_1":72,"OBJECTID":508,"ISO2":"VC","NAME":"Saint Vincent and the Grenadines","LON":-61.2063729,"LAT":13.17881248,"ISO3":"VCT","Shape_Area":0.0348668160987011}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-56.3916284877,47.0755724513],[-56.3623941018,46.7867921752],[-56.2652115062,47.0444683524],[-56.3916284877,47.0755724513]]]},"properties":{"fid_1":73,"OBJECTID":474,"ISO2":"PM","NAME":"Saint Pierre et Miquelon","LON":-56.3228814,"LAT":46.93294242,"ISO3":"SPM","Shape_Area":0.0274753251224081}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.5097138448,43.991513108],[12.4108722186,43.9018967633],[12.4871731723,43.8977294192],[12.5097138448,43.991513108]]]},"properties":{"fid_1":74,"OBJECTID":472,"ISO2":"SM","NAME":"San Marino","LON":12.46143448,"LAT":43.93919379,"ISO3":"SMR","Shape_Area":0.00761829401545018}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[5.8183850198,49.5461076802],[5.4659508821,49.502361341],[4.8591935043,49.7910198858],[4.8743782234,50.1540439074],[4.5138514428,49.9475896839],[4.1702740454,49.9761540578],[4.2078997553,50.2723142011],[3.2926848549,50.5238502049],[3.1485154739,50.7861007199],[2.7921960114,50.7246030621],[2.5454409359,51.0902184991],[1.635376094,50.8822297426],[1.4543881897,50.112829381],[0.192818593,49.7078491548],[0.089100723,49.4798870618],[0.4033889209,49.4467368551],[-0.2362027526,49.2802593312],[-0.9868101676,49.399999011],[-1.1412597672,49.3174675299],[-1.2918717052,49.6972282091],[-1.9422550714,49.7322271396],[-1.3962665767,48.6479627262],[-1.869869667,48.7039104878],[-2.186622536,48.5802751948],[-2.3399096729,48.6738258748],[-2.6865310757,48.5161499806],[-3.1061518322,48.8740528561],[-4.7785044577,48.509488204],[-4.7727708669,48.3334355884],[-4.1911610156,48.3000372362],[-4.5522002892,48.2583326431],[-4.3100009129,48.0941361704],[-4.7370045009,48.0427031647],[-4.3391529541,47.7955497452],[-3.5233738486,47.8030343251],[-3.2156986068,47.6415066544],[-3.1392203248,47.7392383572],[-3.1374709069,47.5604078607],[-2.7070781968,47.6377363816],[-2.9087008737,47.5390580966],[-2.4955206454,47.4970334608],[-2.4914580839,47.2896108096],[-2.0093691114,47.3153981957],[-2.2420463049,47.1360215958],[-1.9856510159,47.0328734949],[-2.1361254367,46.8136924462],[-1.8021558241,46.4860678268],[-1.1166085073,46.2923109307],[-1.2344980173,45.6888781144],[-0.8196814643,45.4853822297],[-0.5583272137,45.0372372073],[-1.0877138277,45.5576649118],[-1.262038441,44.6214323804],[-1.1495604126,44.7618624946],[-1.0330736076,44.6619043114],[-1.2538076388,44.5510563438],[-1.512115954,43.5305900558],[-1.7859779999,43.3504790003],[-1.3889465243,43.2577336147],[-1.4402570288,43.0464414109],[-0.5668818924,42.7934602974],[0.6701265141,42.6900708751],[0.7109156378,42.8609826143],[1.4425659997,42.6036679996],[1.7271534566,42.6156381469],[1.7258020004,42.5044030004],[2.0155617812,42.3499089553],[3.174804,42.4353749999],[3.0368434817,42.6303936412],[3.1121224882,43.12339617],[3.9797072668,43.5522419814],[4.6275601386,43.356921989],[5.3149037136,43.3664121487],[5.855116513,43.05371525],[6.5985181209,43.1789678333],[7.4183124646,43.7246005094],[7.4131010984,43.7345226036],[7.4391126306,43.7490880289],[7.5298269999,43.7840079998],[7.7111633979,44.0904805503],[6.9954744789,44.2695753152],[6.8548175548,44.5286244371],[7.038393958,44.7254468558],[6.6403765682,45.0906411277],[7.1374346231,45.2568655383],[7.1842818382,45.4067598722],[6.807434922,45.7315556679],[7.0448860002,45.9224130004],[6.7957629071,46.1415110677],[6.8167415922,46.4280671926],[6.5147828936,46.4551526368],[6.1745779269,46.1578468569],[5.9639940139,46.1968752466],[6.1691299284,46.3657820957],[6.1129871632,46.5782962047],[7.0564371489,47.3346116374],[6.8797710967,47.3544158789],[6.9848867487,47.4928928238],[7.3850456914,47.4319045951],[7.5890390001,47.5898780003],[7.5775916872,48.1155216548],[8.1920888122,48.9542152028],[7.4464806566,49.1836442087],[6.7628906557,49.1645137708],[6.3671075002,49.4695070004],[5.8183850198,49.5461076802]],[[-1.4197584208,46.2052305267],[-1.5619494066,46.2434305903],[-1.2569229344,46.1636968794],[-1.4197584208,46.2052305267]]],[[[9.4588229501,42.7221617047],[9.3632138614,43.0128135716],[9.3190681009,42.7020735464],[8.7190883216,42.5774747108],[8.5524456758,42.3710652717],[8.7397375121,42.0595215224],[8.5958008234,41.9637686051],[8.8962774078,41.6867858929],[8.7891443461,41.5692282579],[9.1819474523,41.3723635962],[9.5533701211,42.1359758492],[9.4588229501,42.7221617047]]]]},"properties":{"fid_1":75,"OBJECTID":342,"ISO2":"FR","NAME":"France","LON":2.55067427,"LAT":46.56068139,"ISO3":"FRA","Shape_Area":64.496835792146}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[35.6243479996,33.2423020004],[35.4301213399,33.0657784782],[35.1036559996,33.0940769999],[34.4916992192,31.5952758792],[34.268839393,31.2205349368],[34.9051716086,29.4929458758],[34.9781920001,29.5425880003],[35.476029,31.4931669998],[34.8756368923,31.3826119197],[35.2314719781,31.7528152373],[34.963763636,31.8329382621],[35.0676132261,32.451974458],[35.2320830567,32.5455618653],[35.5551212893,32.3889954989],[35.6720410001,32.6911539999],[35.6243479996,33.2423020004]]]},"properties":{"fid_1":76,"OBJECTID":375,"ISO2":"IL","NAME":"Israel","LON":34.96947497,"LAT":31.36463898,"ISO3":"ISR","Shape_Area":1.95768908054282}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-12.2397644099,14.7657923922],[-12.8928927426,15.2463048469],[-13.397227937,16.0654478611],[-13.8421487999,16.1126693363],[-14.3353540486,16.6422233321],[-15.6952399352,16.4727076043],[-16.261023706,16.5252853786],[-16.5085915142,16.0572718717],[-16.5482091774,15.7510951324],[-16.9273814338,15.15894074],[-17.5189868953,14.7438364202],[-17.2476707069,14.6998961278],[-16.9632566421,14.3993410372],[-16.561059654,13.6000709987],[-15.6685134338,13.6006058786],[-15.0454127619,13.8162075212],[-14.3413078294,13.4510474613],[-13.9409135782,13.5663597904],[-13.8020771616,13.4005475507],[-14.3636199923,13.2352318763],[-15.0915167296,13.6000369387],[-15.3122989268,13.3518131847],[-15.8011183796,13.3488346364],[-15.8056907388,13.1837147057],[-16.6819788693,13.167688937],[-16.7467905999,13.0642071004],[-16.7648886863,12.5763871522],[-16.5556518668,12.6670359852],[-16.3827867201,12.5643468138],[-16.7566429562,12.5426838643],[-16.7116853201,12.3352695848],[-15.6667413341,12.4282018729],[-15.179228027,12.6805817663],[-13.7090300004,12.6762199996],[-13.0760444113,12.6394228342],[-13.0564776268,12.4760679786],[-12.8894680082,12.5407374831],[-12.3174492602,12.3195921703],[-11.3755777673,12.4153114044],[-11.3562674227,12.9790118354],[-11.6253518247,13.3928815363],[-11.8314804109,13.3098192186],[-12.022668488,13.6127344612],[-11.9334531689,13.9209179936],[-12.2397644099,14.7657923922]]]},"properties":{"fid_1":77,"OBJECTID":461,"ISO2":"SN","NAME":"Senegal","LON":-14.46675536,"LAT":14.36030653,"ISO3":"SEN","Shape_Area":16.450477270243}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-71.8006104322,21.8340098153],[-71.8242169192,21.7661598304],[-71.4648860741,21.6541421829],[-71.8006104322,21.8340098153]]],[[[-71.9234365332,21.9455951452],[-72.0682237161,21.9081979558],[-71.8759171216,21.8227382659],[-71.9234365332,21.9455951452]]],[[[-72.2113900121,21.7858287806],[-72.3305582421,21.860341445],[-72.346450581,21.7483672438],[-72.2113900121,21.7858287806]]]]},"properties":{"fid_1":78,"OBJECTID":487,"ISO2":"TC","NAME":"Turks and Caicos Islands","LON":-71.85326564,"LAT":21.75429773,"ISO3":"TCA","Shape_Area":0.0501641768777594}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[108.0248604756,21.549024814],[107.4171469332,21.6407227637],[106.7303893051,22.0133293262],[106.5630764171,22.4611880008],[106.7798923882,22.8177017816],[106.5231898467,22.9500708793],[106.3469392732,22.8590054551],[106.1901812757,22.981065438],[105.8643938444,22.938345379],[105.324369962,23.3919515067],[104.8284331818,23.119196724],[104.7359177304,22.8309277458],[104.3720325306,22.6857173744],[104.2692490166,22.8385803838],[104.1149922514,22.809976473],[103.9786835962,22.5072823917],[103.6551645752,22.7914954419],[103.5285897294,22.5953441017],[103.3238356662,22.8135261187],[103.0117660131,22.4522831801],[102.4816945698,22.7806384016],[102.1438850724,22.4006941438],[102.5423289783,21.9539230958],[102.9417912261,21.7755388187],[102.8653673278,21.2476429353],[103.1215418162,20.8849838333],[103.7581140006,20.7754712789],[104.0999577703,20.973252285],[104.2981383056,20.9103356849],[104.5892149637,20.575366243],[104.4617772229,20.4011329738],[104.7569047818,20.3897061582],[104.6706329708,20.2185325607],[104.9928189079,20.0961569653],[104.641818536,19.6219586138],[104.0396123338,19.6995717234],[104.1222645966,19.4993361212],[103.9002030087,19.30813453],[105.1802077,18.6593335191],[105.2014673557,18.317524367],[105.4893793778,18.1947960232],[105.7480375364,17.7029283848],[106.550119156,17.0054647919],[106.6852866039,16.4416534699],[107.4335653261,16.1469337482],[107.4225451497,15.9171650386],[107.222188926,15.7881096756],[107.7049077594,15.3047674574],[107.4705921324,15.0133156669],[107.5561320742,14.6866017782],[107.3363658997,14.1126785503],[107.6262422623,13.5093302919],[107.4850741689,12.9497507217],[107.5451515769,12.3528161871],[107.1567813154,12.2784702309],[106.7102990028,11.9687259054],[106.4658358674,11.9813070818],[106.4032653814,11.6940129659],[106.0426609093,11.7792165064],[105.8383246621,11.648251639],[105.873441249,11.2845958796],[106.174305103,11.0779921852],[106.1960737804,10.7805944218],[105.7774996999,11.0320025051],[105.3225942452,10.8686235611],[105.0847814201,10.9576293174],[105.0967285268,10.7226907876],[104.8704112066,10.5239155783],[104.4452607671,10.4260688559],[105.1052007394,9.9360115321],[104.8875880374,9.8277395456],[104.7811068376,8.8161307093],[104.9046140806,8.7960182908],[104.7134233901,8.6317456986],[105.0013109703,8.595969199],[105.4110676362,9.0094874052],[106.1584059939,9.3487282564],[106.2839230103,9.604348551],[106.5292337163,9.5770319991],[106.5294481254,9.8330559266],[106.6892543993,9.8792560579],[106.5828286104,9.9823301554],[106.7910163292,10.1112754189],[106.7496920864,10.4676231444],[106.8974325907,10.3770785788],[107.0025798774,10.4999207399],[107.1387567189,10.4186110803],[107.0836985514,10.324075033],[107.9937566573,10.7002372747],[108.0881353512,10.9155030107],[108.9895525091,11.3361515061],[109.212055648,11.718844602],[109.1173204962,11.8968575023],[109.2809599298,11.8790527847],[109.1430613217,12.426953801],[109.2669792086,12.37648866],[109.1915544473,12.6347941819],[109.4584979574,12.9112680488],[109.219819944,13.4169437654],[109.3187720439,13.4416170273],[109.2988634928,13.8432046914],[108.9407460112,15.2407566828],[108.2905894199,15.965072737],[108.323173292,16.1410707242],[108.1651551456,16.0829054908],[108.0367958668,16.3093345823],[107.8151006132,16.291857905],[106.6875174604,17.4153544],[106.4575353911,17.7766317359],[106.5096107961,17.9595581964],[105.9064711309,18.4763376391],[105.6212072751,18.9586442493],[105.9479502649,19.8872827642],[106.5663306544,20.2717726138],[106.5834212564,20.5523329623],[106.7801064017,20.7459718124],[106.7448360181,20.9950008391],[106.8597624103,20.8703766139],[106.8883361812,20.9767332216],[107.3437419619,21.0020318378],[107.3731551528,21.2662404538],[108.0248604756,21.549024814]]],[[[103.9893871221,10.0963650866],[104.0808986792,10.2481310436],[103.9937685787,10.4516149233],[103.8726269951,10.3088253379],[103.9893871221,10.0963650866]]],[[[107.5912321613,21.2190816479],[107.4581631564,21.2727405216],[107.4238195718,21.0687839924],[107.5912321613,21.2190816479]]]]},"properties":{"fid_1":79,"OBJECTID":512,"ISO2":"VN","NAME":"Viet Nam","LON":106.30785237,"LAT":16.63987092,"ISO3":"VNM","Shape_Area":27.7611897378981}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[25.261434691,-17.7922441741],[24.8252813502,-17.8484289008],[24.5748906771,-18.0727942586],[24.3689394291,-17.9486738858],[23.6332933596,-18.4892855552],[23.2958490922,-18.0001520231],[21.0916459198,-18.3193527964],[20.9990451497,-21.9972479639],[19.9996406306,-22.0015979757],[19.9993179997,-24.7623310002],[20.426993821,-25.1139605791],[20.7899375458,-25.8075662316],[20.8461825054,-26.1591367449],[20.6047832092,-26.515486555],[20.6757001628,-26.8603786281],[21.6916485743,-26.8595598763],[22.5810241069,-26.1824320079],[23.058583652,-25.3101062958],[23.4620192341,-25.2852113133],[23.9045238534,-25.6155026798],[24.6801056997,-25.8224727041],[25.5163826884,-25.6821559872],[25.9024022102,-24.7546130678],[26.4096267762,-24.6445659941],[26.8465743829,-24.2708212839],[27.1313333513,-23.5269414129],[27.9188340449,-23.0690432043],[28.3385164157,-22.5795480377],[28.9234352137,-22.4548111562],[29.0358331026,-22.2169160836],[29.3753040004,-22.1954710003],[29.0636279131,-22.0317581704],[28.9417660104,-21.7760887899],[28.0151182654,-21.5720192771],[27.6863168938,-21.0657734073],[27.7213065163,-20.5187601001],[27.3280993708,-20.4886317063],[27.2028377187,-20.0883244771],[26.1661513536,-19.5459243448],[25.9600035327,-18.940629083],[25.2934585247,-18.0318152233],[25.261434691,-17.7922441741]]]},"properties":{"fid_1":80,"OBJECTID":303,"ISO2":"BW","NAME":"Botswana","LON":23.81157083,"LAT":-22.1891013,"ISO3":"BWA","Shape_Area":50.6437344079293}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[130.63938738,42.416834251],[130.5871300782,42.6666863282],[130.396229214,42.7264612069],[131.0389316028,42.8629568294],[131.3108605704,43.395466895],[131.3011156597,44.0505512001],[130.9590286521,44.850659788],[131.4907759774,44.9815566946],[131.8768087174,45.3413378599],[132.946448282,45.0236052577],[133.1280606288,45.127160175],[133.1827159279,45.4956734327],[133.9085071401,46.2630918171],[134.1749353351,47.3275002259],[134.7787887472,47.7241267673],[134.5480341253,47.9874863262],[134.7085637697,48.3954285154],[133.0783197874,48.1217463267],[132.5526425792,47.716482065],[130.9859798202,47.7035325488],[130.6589741699,48.0967489357],[130.6244646469,48.8802522597],[130.2292328127,48.8678748149],[129.5088725039,49.4230317359],[127.8209636017,49.5901716879],[127.5416360816,49.8040782631],[127.5983563842,50.2320230024],[127.3206875378,50.3327557707],[127.3576361553,50.5891558719],[126.451677671,51.9471740142],[126.5513827201,52.1274639097],[126.2991357303,52.2052215161],[126.3225926438,52.4158168954],[125.6164799308,53.0709786492],[125.1557626632,53.201137484],[124.7321274392,53.1428626007],[123.524968053,53.5549197809],[120.8796949607,53.2915783721],[120.0299207632,52.7776241964],[120.0604692978,52.5909325371],[120.7080497299,52.554103935],[120.7769383319,52.1584706759],[120.6567949932,51.930776955],[120.0555945721,51.6329817938],[119.2807043144,50.5930658787],[119.342882785,50.171076406],[119.1107172887,50.0053034037],[118.563072161,49.9358464949],[117.7900092141,49.5238262616],[116.7136940018,49.8456670001],[115.7886964543,48.5244116332],[115.7932882002,48.2506966687],[115.5231839652,48.1525872363],[115.5835555863,47.9135318521],[115.8991778187,47.7058710109],[116.2579298907,47.879601658],[116.7954345058,47.8984961147],[117.281336182,47.7017354839],[117.8070861832,48.0147435319],[118.5577686781,47.9923753664],[119.7105585167,47.1810173191],[119.9010883152,46.6657292248],[119.3004722007,46.6101532987],[118.8961247574,46.7749364702],[118.3103247506,46.7392121808],[117.7169714729,46.5125941057],[117.4192884634,46.5816239607],[117.3466888809,46.3618511671],[116.581572134,46.2915288218],[116.1748035889,45.6906732701],[115.4735072167,45.4165429888],[114.5451754102,45.3859266426],[113.6289069019,44.7441875653],[112.7798348169,44.8574453356],[112.4218253386,45.0744525673],[111.8883260808,45.0463501842],[111.4118957802,44.3558432556],[111.9465287062,43.6915590091],[111.0577285042,43.3523253741],[110.3335743863,42.7352273054],[109.447633594,42.4530756407],[107.4576098467,42.4573372158],[105.0231193393,41.5951694352],[104.519153465,41.6612217239],[104.5232058524,41.8740793218],[103.4205208369,41.8807100646],[102.121816955,42.2157374751],[101.7992750339,42.503859809],[100.8490999594,42.6722672277],[99.4629857932,42.5694641651],[97.1732857439,42.7942280414],[96.4643070417,42.7319503512],[95.9734531686,43.1894619512],[95.524224715,44.0027222859],[95.3451418184,44.0265396971],[95.3139978274,44.2830972167],[94.9946197654,44.2524920949],[93.5019684193,44.9635800671],[90.871153401,45.2114238997],[90.6678808629,45.541809883],[91.0044523581,46.010965957],[90.9023786592,46.951902387],[90.0511787909,47.8790811079],[89.7607321852,47.827386109],[89.5707668786,48.0333535366],[89.0613766093,47.9905831426],[87.9708626551,48.5733080004],[88.0890503416,48.7137015148],[87.7354299856,48.8789202046],[87.8145246383,49.1701661079],[87.2857900004,49.1158719999],[86.8529106559,49.1104674962],[86.5700861607,48.5354365256],[85.7111285237,48.3575792008],[85.5368362707,48.0475882839],[85.6983081942,47.2897007364],[85.5578986709,47.0507239871],[85.2177760173,47.0523426634],[84.9451221216,46.863159998],[84.7504907913,47.0049597203],[83.7070138028,47.0213594891],[83.0292182382,47.214770577],[82.2585635804,45.617362483],[82.5616728123,45.2047854443],[81.9427331352,45.2362463699],[81.7613777076,45.3746408704],[79.8842740874,44.9126927007],[80.4095540381,44.6109384154],[80.4064765661,44.1397439039],[80.8030101951,43.1806763069],[80.3820697248,43.023702321],[80.5864363512,42.8936360022],[80.2621276876,42.8258816018],[80.1744060004,42.2108440004],[80.1301322754,42.0353866082],[78.1589049866,41.3828791827],[77.7658608279,41.0152712429],[76.895360315,41.0236639293],[76.3415194529,40.3487361966],[75.7149885274,40.2883610951],[75.5990974819,40.6634122199],[75.2254741666,40.4452220739],[74.8363364354,40.520801596],[74.8376451756,40.334042082],[73.9392070713,40.0244957368],[73.9429351407,39.5941720128],[73.5998190002,39.4590509996],[73.5610278482,39.2519642739],[73.8432188087,38.9977735839],[73.7095121224,38.8462599514],[73.8126128812,38.6096159986],[73.999975575,38.5222810091],[74.1868153392,38.6399443243],[74.6944282504,38.4245998842],[74.9315061513,37.5702033054],[75.1531195324,37.4103615479],[74.8898619998,37.2340899996],[74.502019394,37.2393471341],[74.5646260004,37.0308519999],[75.3607526853,36.9538624551],[75.471355603,36.7224921636],[75.9076955342,36.6316508847],[76.0356132324,36.4046203023],[75.9422935739,36.0709478014],[76.1561283616,35.8668520958],[76.5778584771,35.864968616],[77.3926333151,35.470274518],[77.9241199998,35.4971180004],[78.8862142328,35.9575120426],[79.3468636663,35.9875553984],[79.7038846468,35.6440049033],[79.9610190832,35.6300755083],[80.0550452203,35.4236555094],[80.2059859522,35.5748051188],[80.4182838642,35.464030105],[80.0754437598,34.707800911],[79.5100034482,34.453888812],[79.5848255424,34.3088530781],[79.4050118441,34.0041698933],[78.903194148,34.0021706752],[79.0907164409,33.6327680852],[78.9058166214,33.617285382],[78.9366049998,33.386916],[79.2740499319,33.127600642],[79.367616769,32.6463677898],[78.9687612623,32.3364815756],[78.7371835782,32.6625584798],[78.4020770004,32.5269780002],[78.7682015643,31.9429861749],[78.7841626762,31.3095339806],[79.571859672,30.9493681978],[79.8691501517,30.9694843439],[80.2134146653,30.5975710904],[81.0345602557,30.1971866068],[81.0427531137,30.1914135312],[81.0731574977,30.1586978661],[81.0743055606,30.1573496286],[81.07535669,30.1559453876],[81.0758201772,30.1552074021],[81.0765927074,30.1536352046],[81.0772292502,30.1519844414],[81.0780682224,30.1494413664],[81.092823722,30.1014568516],[81.0939556339,30.0971605311],[81.0984169269,30.0790425554],[81.0990291098,30.076457009],[81.0991267258,30.0697525541],[81.0984527568,30.0681597936],[81.0976465622,30.0665833064],[81.0925391091,30.0572122573],[81.0951942117,30.0499330566],[81.1058444753,30.0391867472],[81.1219390718,30.0227185696],[81.1621331267,30.0106781349],[81.3960947599,30.2092114401],[81.4143073722,30.2730065761],[81.4076004694,30.420168775],[81.6137950793,30.4466647567],[82.1016227697,30.3512973338],[82.1823281082,30.068664271],[83.2759674529,29.5701958157],[83.6139245561,29.1655608689],[83.6316032877,29.159370927],[83.6396119492,29.1606409523],[83.7135317932,29.2445160422],[83.7166009446,29.2463296123],[83.8071257979,29.2984799929],[84.1495723239,29.2418771579],[84.2266029561,28.8939963427],[84.2281743118,28.8928689157],[84.8552791171,28.5715699782],[85.1182928714,28.6848476127],[85.1128483029,28.4336107918],[85.1147127504,28.3401725056],[85.2747699153,28.2878625511],[85.3498062451,28.28115859],[85.3730532181,28.2790450222],[85.7364364542,28.3094404994],[85.9958758629,27.9137659119],[86.0606921152,27.9060208389],[86.0906668464,27.9175805446],[86.1881205309,28.1718973942],[86.4161027768,27.9081178493],[86.4337958886,27.9075532153],[86.4528129768,27.9162584216],[86.5126791763,27.9822387043],[86.5202954843,28.0148036888],[86.5225404961,28.0214841471],[86.5332483253,28.0467392442],[86.5355242432,28.0516011393],[86.559820744,28.1025186653],[86.5610346453,28.1049077107],[86.5619392347,28.1064194441],[86.5629060212,28.1076742196],[86.5637757951,28.1085195221],[86.5644517202,28.1090424221],[86.5659186098,28.1099472902],[86.5681344961,28.1109537179],[86.5701952944,28.1115854071],[86.572456538,28.112008245],[87.1703148841,27.8216487828],[88.1357309996,27.8816179996],[88.7568281907,28.0785831506],[88.8830582301,27.86248244],[88.7770373033,27.4693352604],[88.9213682637,27.3272871202],[89.2361102487,27.7987517629],[89.7944645096,28.2442137937],[90.5694523996,28.0336844048],[91.3459148162,28.0549765027],[91.6429960003,27.7611110002],[92.4738960126,27.8180132788],[92.7303908862,27.979800671],[92.677857113,28.1503154044],[93.253267817,28.5469052554],[94.2263873029,28.9304571013],[94.691654891,29.3173458781],[94.8067110788,29.1655491652],[95.2294926078,29.1037699413],[96.0577922691,29.3809670898],[96.6432961822,28.6960563706],[96.4959456796,28.5444790931],[96.7001577224,28.5990392566],[96.9260328837,28.3523982744],[97.3459478831,28.2156242748],[97.6635038827,28.5381548869],[98.140994002,28.143413052],[98.3175522857,27.5235658907],[98.4400571434,27.6686582657],[98.6552999457,27.5807856147],[98.7821186202,26.6216652724],[98.7186169644,26.1319959063],[98.5736734461,26.1213128174],[98.7062623839,25.8563143691],[98.5297944533,25.8446996024],[98.3247465221,25.5615100131],[98.1904573036,25.6138521066],[97.5595136872,24.7320530547],[97.5532546171,24.4871468018],[97.768794193,24.2627087967],[97.5287534864,23.9317061428],[98.8783131684,24.1549309328],[98.6785746611,23.9147988443],[98.927321199,23.1881836292],[99.5137350686,23.0820554016],[99.5654925264,22.9348022714],[99.4326109311,22.9108146653],[99.1603387922,22.1579010333],[99.9533726178,22.0537258599],[100.1693569947,21.4862835953],[100.5831713099,21.4524890288],[101.040119544,21.7382231078],[101.1431868102,21.564059314],[101.2850669076,21.1767263791],[101.8660726906,21.1864493509],[101.727231245,21.352994636],[101.6450429146,22.4183534294],[101.7686116973,22.5043089623],[102.1438850724,22.4006941438],[102.4816945698,22.7806384016],[103.0117660131,22.4522831801],[103.3238356662,22.8135261187],[103.5285897294,22.5953441017],[103.6551645752,22.7914954419],[103.9786835962,22.5072823917],[104.1149922514,22.809976473],[104.2692490166,22.8385803838],[104.3720325306,22.6857173744],[104.7359177304,22.8309277458],[104.8284331818,23.119196724],[105.324369962,23.3919515067],[105.8643938444,22.938345379],[106.1901812757,22.981065438],[106.3469392732,22.8590054551],[106.5231898467,22.9500708793],[106.7798923882,22.8177017816],[106.5630764171,22.4611880008],[106.7303893051,22.0133293262],[107.4171469332,21.6407227637],[108.0248604756,21.549024814],[108.3504610971,21.6835269903],[108.4696146888,21.562899265],[108.5227953308,21.7765943368],[109.1440642232,21.5885560911],[109.0428196651,21.450441367],[109.1588422877,21.4021817171],[109.5381905019,21.504112305],[109.5762952626,21.7496449627],[109.6716831451,21.5031649952],[109.9500473662,21.4477993081],[109.6737701244,21.1213961901],[109.8190040401,20.5153910987],[110.0125682034,20.4378397213],[109.8768166251,20.3683928481],[110.3139856629,20.2603474764],[110.5339121614,20.4767418039],[110.3292028233,20.6755979216],[110.3838925718,20.8365660943],[110.1606740851,20.917322455],[110.4012463657,21.1885786253],[110.3632686603,21.4311393546],[110.4212663698,21.1921213264],[110.6148733103,21.220597082],[110.7700333483,21.4564742189],[111.2826433316,21.4313476619],[112.1701052966,21.8191063871],[112.2496366574,21.7018296517],[112.4212152448,21.8402034372],[112.5907234777,21.7610943189],[112.8361775787,21.9846943043],[112.9230519076,21.8562110819],[113.0733078256,22.1931536616],[112.9646447294,22.5042830402],[113.1199869269,22.0730428873],[113.2651993038,22.0572874468],[113.3082371337,22.3617247839],[113.4429877387,22.1747859],[113.5874648111,22.2447234839],[113.4346848109,22.7368782389],[113.6158228471,22.7556737954],[113.4348963431,23.0927890648],[113.8618599121,22.5064923642],[114.0342843101,22.5068501154],[114.2261430647,22.5441118283],[114.4062651926,22.6055387544],[114.5108952296,22.4467584748],[114.6190364574,22.5100834732],[114.4929981031,22.6500297889],[114.7675318751,22.8115803483],[114.7469925602,22.5795154069],[115.2664692109,22.8712581092],[115.551669571,22.6683518416],[115.6252099981,22.8717695842],[115.8301267919,22.7553303227],[116.495773406,22.9438941142],[116.5725678987,23.181228044],[116.8009025241,23.2366667678],[116.5348168413,23.4225113322],[116.7517662322,23.3468524216],[116.9258920279,23.6240565847],[117.229846599,23.6031075432],[117.4399339811,23.7622351544],[117.4123013849,23.95366574],[117.623975582,23.8849022274],[117.8746284093,24.0380306978],[118.1424453617,24.2674028333],[117.8777684471,24.4159011684],[118.0681383659,24.5736771148],[118.4714717364,24.6314531486],[118.6088810863,24.5311503471],[118.7815954158,24.7676814872],[118.6301606782,24.7809294084],[118.6581591626,24.9746306562],[118.7042763342,24.8467063129],[118.9300057181,24.8988494548],[118.8758602069,25.251505752],[119.0521298829,25.2945618013],[119.1585814104,25.1261734761],[119.3705433681,25.2591541874],[119.108893996,25.4227714913],[119.3350053822,25.6041492707],[119.6529666424,25.3498591156],[119.4620345421,25.6641475653],[119.6704494846,25.9085751279],[119.6281255922,26.2527749713],[119.8948673592,26.3416726606],[119.5822839549,26.4199291307],[119.8302406462,26.4462414286],[119.5575887406,26.7515434549],[119.8456614544,26.8595887834],[119.8638128643,26.6507020404],[119.9335443586,26.7914782946],[120.084314267,26.7850787864],[119.8361272333,26.5222385796],[120.06558923,26.6383724664],[120.1361244799,26.793308173],[120.0437019707,26.8928937194],[120.6457077418,27.3695915962],[120.6113956686,27.6025325186],[120.8065820029,27.8492899432],[120.6450198864,28.0376453159],[120.9548526216,27.9922659382],[121.1737582411,28.3895342161],[121.3469786938,28.1409709034],[121.408876496,28.3058380176],[121.6370126239,28.2853218036],[121.5001872228,28.6530005093],[121.6788776336,28.8327188569],[121.4965592011,28.9364199806],[121.7176826856,28.9419537601],[121.4452672919,29.1162681948],[121.7462407336,29.1917886917],[121.7879187437,29.3678238722],[121.804281152,29.195427364],[121.9676350993,29.1986572899],[121.9463402369,29.63098753],[121.7803462533,29.4665056151],[121.4235715441,29.4668975118],[122.1259916408,29.9025987526],[121.6768383192,29.9630392241],[121.2815608067,30.311815006],[120.6781983489,30.0940766191],[120.5030413474,30.316151786],[120.2637951594,30.2736389146],[120.4547863713,30.3938742207],[120.8336391372,30.3467130738],[121.0051850837,30.5623090372],[121.9003814009,30.9424006022],[121.6832152473,31.3159430594],[120.7434800589,31.8209405299],[120.731094173,31.9830152824],[120.3100346532,31.9755749591],[120.5244964366,32.0923951374],[120.8181804271,32.0003694046],[120.9462279891,31.8020338739],[121.2875205518,31.8856774558],[121.7784490408,31.7004053026],[121.8813028709,31.7794372356],[121.722123028,32.0290750179],[121.3661722983,32.1798024073],[121.3544926131,32.3986275717],[120.8692118001,32.6079830378],[120.2875586086,34.3037115191],[119.781810278,34.4160346222],[119.174096973,34.88167106],[119.6198761021,35.6100997238],[119.8592452481,35.6135926124],[120.2934442029,35.9767517977],[120.1144040727,36.2003471029],[120.3237563183,36.2721613147],[120.2902848009,36.0490308744],[120.7091655242,36.1347044752],[120.6995663846,36.4373355636],[120.9727638234,36.5389194107],[120.8204238228,36.6407969746],[121.032475728,36.5911171819],[121.9429654167,36.9906985359],[122.4148023248,36.8627826526],[122.6483601758,37.3861317157],[122.1711700739,37.4230157799],[122.118296241,37.5533912712],[121.5680869087,37.4255354338],[120.7539192309,37.8308470628],[120.3416741086,37.6867790381],[119.7118309027,37.141243621],[119.2241651298,37.1737578496],[118.9654827407,37.3691714408],[119.0767329644,37.7308085271],[118.8378696124,38.2117442216],[118.0424958696,38.1608776979],[117.6968644234,38.3752129503],[117.5261441858,38.6849652421],[117.7561569633,39.103677686],[118.0654079486,39.2275156879],[118.3267898866,39.0384427237],[118.9892145563,39.1919079029],[119.5306252482,39.8874443468],[120.4459112381,40.1938444588],[121.1925494962,40.9221841563],[121.8555826597,40.8214284256],[122.2846524023,40.4869542474],[121.8864645271,39.9855355472],[121.4857177534,39.7927805589],[121.5349673724,39.5607332712],[121.2507131639,39.3845649929],[121.9352957924,39.397847287],[121.589054345,39.1966429963],[121.6525804596,39.0765032422],[121.0984858582,38.9234624278],[121.1436170437,38.7197376126],[121.6976014574,38.8614104028],[121.7053888588,39.0557929581],[121.8794453779,38.9478252608],[121.829156737,39.0421908281],[122.3016841373,39.368067528],[123.295945788,39.7817826408],[124.1450494527,39.8271042657],[124.3541731832,39.9706705074],[125.0200261153,40.531946976],[126.0219584084,40.8997664004],[126.5793952952,41.6160608186],[126.9170953226,41.8039815831],[127.3397431224,41.4621061059],[128.1487891081,41.3810000421],[128.3018496168,41.5972663107],[128.033235553,41.9961562866],[128.9537501743,42.0512284871],[129.3461068939,42.45156709],[129.7037314687,42.4276375819],[129.9013104718,43.0051194398],[130.63938738,42.416834251]]],[[[110.7766099726,20.0168075086],[110.6722330668,20.129018629],[109.9697704582,19.9267164558],[109.5894341707,19.9858847031],[109.5432021413,19.8471288226],[109.268437775,19.9039558163],[109.1573473213,19.7898603059],[109.2788589183,19.7297407962],[108.635656841,19.2746762218],[108.6922340417,18.5069669121],[109.5734346613,18.1620621603],[109.7801272887,18.4008514747],[110.0481083036,18.3902431447],[110.4031594342,18.7098067846],[111.0078846581,19.6860396011],[110.9327580597,20.0093409574],[110.7766099726,20.0168075086]]],[[[121.8252991679,31.4670806404],[121.8852888623,31.5565692283],[121.3692178776,31.8325942741],[121.1719923657,31.8020724368],[121.8252991679,31.4670806404]]],[[[122.0368618788,30.1392209923],[121.9371858534,30.1687795531],[122.0265926094,29.9912485672],[122.3156539632,29.9467581963],[122.0368618788,30.1392209923]]],[[[119.7683371343,25.3963976492],[119.7802112663,25.6674320962],[119.6744137933,25.4849597394],[119.7683371343,25.3963976492]]],[[[110.4588403282,21.0577457712],[110.194399241,20.949775902],[110.5215136319,20.9647590192],[110.4588403282,21.0577457712]]],[[[112.773081671,21.5670800423],[112.873381065,21.7757516207],[112.7047183783,21.7029662059],[112.773081671,21.5670800423]]],[[[110.5216021297,21.201190313],[110.4201058082,21.1719110707],[110.5632189589,21.1006003903],[110.5216021297,21.201190313]]],[[[117.1188571617,23.3982981033],[117.1174831379,23.4913433498],[116.9389928802,23.432104575],[117.1188571617,23.3982981033]]]]},"properties":{"fid_1":81,"OBJECTID":526,"ISO2":"CN","NAME":"China","LON":103.90393724,"LAT":36.57179943,"ISO3":"CHN","Shape_Area":948.507892831158}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[148.8568635632,45.5353697614],[148.203838496,45.2534858501],[147.9166502862,45.4246406778],[147.8729295902,45.2174426512],[147.108519081,44.8174493384],[147.1877764939,44.6919961622],[146.8648921191,44.4402613974],[147.6676218549,44.9995049557],[147.9115188301,44.9587499271],[148.8490066874,45.3290981426],[148.8568635632,45.5353697614]]],[[[146.3394582359,44.4156013376],[146.0867230968,44.4781038259],[145.4332664792,43.7177010824],[145.5479338469,43.6568289571],[145.9395922258,44.1443011563],[146.5642482141,44.4427962724],[146.3394582359,44.4156013376]]]]},"properties":{"fid_1":82,"OBJECTID":518,"ISO2":"","NAME":" ","LON":147.21129367,"LAT":44.70496799,"ISO3":"xRI","Shape_Area":0.580119874919348}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.1376680001,50.1299490004],[5.9663363369,50.1730435209],[5.7731539637,49.9547299772],[5.8183850198,49.5461076802],[6.3671075002,49.4695070004],[6.5198321291,49.7969549868],[6.1376680001,50.1299490004]]]},"properties":{"fid_1":83,"OBJECTID":398,"ISO2":"LU","NAME":"Luxembourg","LON":6.090865,"LAT":49.775491,"ISO3":"LUX","Shape_Area":0.32889155613188}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-62.6863102793,17.2929440529],[-62.8624156456,17.3974911842],[-62.6283038508,17.2270758474],[-62.6863102793,17.2929440529]]]},"properties":{"fid_1":84,"OBJECTID":386,"ISO2":"KN","NAME":"Saint Kitts and Nevis","LON":-62.70301089,"LAT":17.27339264,"ISO3":"KNA","Shape_Area":0.0236743593311603}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[31.3058864482,-22.418368973],[30.8481270427,-22.2931360084],[30.2889338618,-22.3558897529],[29.75997646,-22.1400445703],[29.3753040004,-22.1954710003],[29.0358331026,-22.2169160836],[28.9234352137,-22.4548111562],[28.3385164157,-22.5795480377],[27.9188340449,-23.0690432043],[27.1313333513,-23.5269414129],[26.8465743829,-24.2708212839],[26.4096267762,-24.6445659941],[25.9024022102,-24.7546130678],[25.5163826884,-25.6821559872],[24.6801056997,-25.8224727041],[23.9045238534,-25.6155026798],[23.4620192341,-25.2852113133],[23.058583652,-25.3101062958],[22.5810241069,-26.1824320079],[21.6916485743,-26.8595598763],[20.6757001628,-26.8603786281],[20.6047832092,-26.515486555],[20.8461825054,-26.1591367449],[20.7899375458,-25.8075662316],[20.426993821,-25.1139605791],[19.9993179997,-24.7623310002],[19.9979212743,-28.4277157266],[19.5644698459,-28.5286058619],[19.1572651889,-28.9619165833],[18.7175763919,-28.8374840297],[18.1886492748,-28.917037574],[17.4634100629,-28.700753659],[17.3781697689,-28.2899991081],[17.0778228614,-28.0338929619],[16.8863534324,-28.0884523123],[16.7369448934,-28.4944989096],[16.4524058444,-28.6322158672],[16.8188669337,-29.0985744489],[17.2743289877,-30.3368088714],[18.2784991816,-31.892553332],[18.3085709433,-32.5776916021],[17.87383129,-32.8435648947],[18.439981762,-33.6982788721],[18.4051290209,-34.3100887959],[18.4685211536,-34.109676949],[18.7742203286,-34.0833077672],[18.8274889442,-34.3871142137],[19.289049819,-34.4150841186],[19.292618489,-34.6314323271],[19.6373469196,-34.7782037472],[20.0450357563,-34.7723970568],[20.53653257,-34.4695772502],[21.8447443238,-34.3713124437],[22.1596208167,-34.0843102748],[22.5637521117,-33.9964217661],[23.2572779062,-34.0919113052],[23.6470199998,-33.9805600004],[24.7885775344,-34.1981643739],[25.0179037739,-33.9729810116],[25.6946139783,-34.0320836057],[25.6349453086,-33.8631544534],[25.8404123534,-33.724346799],[26.4687246021,-33.7725603298],[27.111960207,-33.5247250704],[28.5059283667,-32.6025670001],[30.00719386,-31.2986328734],[31.338944835,-29.3841987566],[32.3694280274,-28.5676819183],[32.892990112,-26.8561763767],[32.1351810421,-26.8405394731],[32.0109884591,-26.8127448596],[31.9773451127,-27.317469572],[31.4992112911,-27.3156722427],[31.1502080599,-27.2008436328],[30.802282917,-26.8205860008],[30.8288642039,-26.415872975],[31.3142997363,-25.7444414871],[31.9752314972,-25.9526171928],[31.9859541859,-24.3072242728],[31.5613002369,-23.4820879489],[31.3058864482,-22.418368973]],[[28.64917476,-28.5720376659],[29.3136752466,-29.0795505167],[29.4479908036,-29.3744963406],[29.1586131034,-29.7023918512],[29.1671457307,-29.9175216393],[28.3659628063,-30.1683862191],[28.105737803,-30.6739033691],[27.7840843779,-30.6174514791],[27.0253054827,-29.6604465932],[27.4220025238,-29.4064323358],[27.755181716,-28.909068015],[28.64917476,-28.5720376659]]]},"properties":{"fid_1":85,"OBJECTID":523,"ISO2":"ZA","NAME":"South Africa","LON":25.08883278,"LAT":-28.99477661,"ISO3":"ZAF","Shape_Area":113.001986224092}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[28.1512260004,56.170743],[27.6124113932,55.7868092686],[27.128037237,55.8509830624],[26.630371807,55.6805942331],[26.4761073724,55.3704743183],[26.8339730257,55.2833570016],[25.7495187826,54.8217124233],[25.5944693468,54.3764314494],[25.7777930999,54.1545748412],[25.5332304671,54.1568090512],[25.491882716,54.3035041872],[24.4358918879,53.9011964467],[23.5149789271,53.9562510169],[23.938442886,52.7149449634],[23.1796354643,52.2828269382],[23.6542096937,52.0715540762],[23.5296681863,51.7341836431],[23.6178259989,51.5078799998],[23.6080573011,51.6226847911],[23.9989909704,51.5810138002],[24.3767674286,51.8791688243],[25.2574295701,51.9686823603],[27.199842791,51.7732641601],[27.2406040996,51.6023854404],[27.7188009151,51.604460368],[27.745254224,51.4738437819],[27.832809319,51.6235352619],[28.2620852006,51.6817121992],[28.752639568,51.4155450746],[29.1190199953,51.6560038914],[29.3202526974,51.411277957],[30.1806141007,51.5118321631],[30.5409947999,51.2624613194],[30.5386948908,51.6709695356],[30.9724946392,52.0781808161],[31.7817693648,52.1119610087],[31.5643422774,52.798124014],[31.2645045193,53.0425132593],[31.6312485506,53.2281043624],[32.1715059617,53.0885195957],[32.7406641417,53.4573114238],[32.4605848649,53.7370763633],[31.7740029302,53.8075543084],[31.8946578977,54.0809836761],[31.3574528558,54.2399311693],[31.0956638558,54.6595516632],[30.7522593207,54.8059310706],[30.9936125546,55.0753748902],[30.9376947989,55.6015091798],[30.0010967227,55.8677865504],[29.4852696819,55.707213752],[29.4222791261,55.9689389837],[28.735239056,55.9673208057],[28.6717331321,56.1014690843],[28.1512260004,56.170743]]]},"properties":{"fid_1":86,"OBJECTID":294,"ISO2":"BY","NAME":"Belarus","LON":28.05095036,"LAT":53.54226944,"ISO3":"BLR","Shape_Area":28.1454108869028}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[117.5861983508,4.177761477],[117.6398489669,4.4036255443],[117.9829698063,4.2223631992],[118.6102270018,4.4013229597],[118.1250376992,4.8785969503],[118.3283022999,5.024000265],[118.5163129148,4.9238185068],[119.1121697792,5.0880638082],[119.2627648216,5.3200449588],[118.346705314,5.8235890988],[118.1712901882,5.8477959093],[117.9423053439,5.6571177981],[117.8921898441,5.793175324],[118.1273904453,5.8471852021],[118.001474674,6.0597959991],[117.5921461017,5.9057299],[117.7353977632,6.4258274939],[117.2908422652,6.6137079527],[117.1497690224,7.0079392407],[116.8520027663,6.598534449],[116.7417264491,7.032672696],[115.8719962658,5.5802417774],[115.5951065956,5.571589677],[115.3712663483,5.3759502409],[115.5928660588,5.2372285203],[115.5437763086,5.0713181511],[115.358722768,4.8968564398],[115.154930706,4.9115716327],[115.3004276482,4.3175044606],[115.1046723291,4.4186898451],[115.0367188502,4.7979773136],[115.0116772647,4.891708447],[114.7774133748,4.7286238187],[114.8795013981,4.3689255287],[114.6529021143,4.0073037507],[114.0714569091,4.5888681413],[113.0154735723,3.173194763],[111.4273726629,2.7032023141],[111.5081424783,2.4662655402],[111.3872411172,2.4889068163],[111.4573335112,2.3617149367],[111.3581390792,2.3367884042],[111.210308309,2.4203464003],[111.1494130027,1.6929589319],[110.991808807,1.5801301121],[111.316438926,1.3250831497],[110.7856118661,1.5804309263],[110.6584741293,1.4314378202],[110.7193696442,1.5492561659],[110.3476541669,1.7589617939],[109.9426905521,1.7037374622],[109.6768573261,1.8667934273],[109.6415662797,2.0800501731],[109.5531857734,1.9278127959],[109.6593981982,1.6197998722],[110.571085309,0.8556061049],[111.230029034,1.085096433],[111.8266469344,0.9872643937],[112.142601397,1.1402800217],[112.234977717,1.4567488768],[112.4857126758,1.5761381708],[112.9945954387,1.5784502109],[112.9732592471,1.4112266931],[113.6325207538,1.2194713066],[114.0679231454,1.4636303308],[114.5760632806,1.4388735624],[114.7200548036,1.855996772],[114.8824698587,1.9156021321],[114.7533208358,2.1910298869],[115.2473822822,2.5066601556],[115.113184432,2.6391046938],[115.1523145233,2.9141661997],[115.5170936331,3.0571425158],[115.6829583419,4.1587324511],[115.8777891229,4.3901392218],[116.0774880897,4.278206786],[116.1694579476,4.388716953],[117.2442283261,4.3732143784],[117.5861983508,4.177761477]]],[[[102.090831483,6.2448806319],[101.8209622192,5.7569635903],[101.5715242412,5.9253128156],[101.1442180736,5.6132759096],[100.9877652557,5.8023037629],[101.1084973868,6.2532217468],[100.8544652383,6.2320950244],[100.8115917262,6.4447840812],[100.3753388196,6.5447246412],[100.2863766166,6.7106340193],[100.121209234,6.421703954],[100.3406521491,6.0202051123],[100.3625279987,5.0856894253],[100.5591840752,4.8563274081],[100.6047323266,4.1984657672],[100.7911299769,3.9993810346],[100.7012377732,3.8976008178],[101.288358679,3.2710948521],[101.2999829462,2.8414340859],[103.3299258544,1.5673204576],[103.5111172637,1.2630907451],[103.7221456441,1.4704369837],[104.0020915938,1.4365935427],[103.9744714883,1.6213045252],[104.0983655296,1.3660243029],[104.2658471098,1.3570452917],[104.2520995199,1.6539106214],[103.8218078972,2.5738714807],[103.4438836903,2.9111418336],[103.4767324083,3.5131894062],[103.3320600607,3.7508251916],[103.4987858083,4.313786192],[103.4415399149,4.785828498],[103.102215997,5.4047422269],[102.5389575198,5.8439396316],[102.3497806802,6.1656477283],[102.090831483,6.2448806319]]],[[[117.0737841876,7.1012785224],[117.281663939,7.3519126869],[117.0627890754,7.2950638442],[117.0737841876,7.1012785224]]],[[[99.8865750294,6.3115349906],[99.8573043919,6.4541432763],[99.6454158701,6.4309991344],[99.7335525693,6.2616867792],[99.8865750294,6.3115349906]]],[[[100.2047557143,5.276350041],[100.3493841534,5.4173031127],[100.2208069833,5.4591848597],[100.2047557143,5.276350041]]],[[[117.4044798543,6.6169656586],[117.4742694718,6.7477828349],[117.3270237843,6.6636464138],[117.4044798543,6.6169656586]]],[[[117.8958705732,4.1667428484],[117.6838355824,4.2646773366],[117.6783539879,4.1668656742],[117.8958705732,4.1667428484]]]]},"properties":{"fid_1":87,"OBJECTID":423,"ISO2":"MY","NAME":"Malaysia","LON":109.7151332,"LAT":3.79192578,"ISO3":"MYS","Shape_Area":26.8580225878411}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[91.6429960003,27.7611110002],[91.3459148162,28.0549765027],[90.5694523996,28.0336844048],[89.7944645096,28.2442137937],[89.2361102487,27.7987517629],[88.9213682637,27.3272871202],[88.7476353207,27.144757035],[88.8957529476,26.9596252336],[89.7868379142,26.7059355001],[90.3587768133,26.9015053206],[90.7235019907,26.7687302879],[92.1157019996,26.8937449996],[92.0198234714,27.4763656862],[91.6457635011,27.4986325709],[91.6429960003,27.7611110002]]]},"properties":{"fid_1":88,"OBJECTID":301,"ISO2":"BT","NAME":"Bhutan","LON":90.4260584,"LAT":27.39411988,"ISO3":"BTN","Shape_Area":3.55057694729742}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.4183124646,43.7246005094],[7.4391126306,43.7490880289],[7.4131010984,43.7345226036],[7.4183124646,43.7246005094]]]},"properties":{"fid_1":89,"OBJECTID":403,"ISO2":"MC","NAME":"Monaco","LON":7.42440107,"LAT":43.73578446,"ISO3":"MCO","Shape_Area":0.000237124494012508}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-23.7237899893,15.3288936382],[-23.7797600838,15.0662102049],[-23.4818690143,14.9065699972],[-23.4423449121,15.040616942],[-23.7237899893,15.3288936382]]],[[[-24.976779461,17.1130436942],[-25.096141145,17.2011483226],[-25.3323016178,17.0944736293],[-25.3148299443,16.9238824129],[-24.976779461,17.1130436942]]],[[[-22.858012669,16.2021865209],[-22.9653261473,16.0405400732],[-22.8126248791,15.9759421501],[-22.676064751,16.1439493354],[-22.858012669,16.2021865209]]],[[[-24.3100934357,15.027571889],[-24.4985922853,14.8832929373],[-24.3076964996,14.8405357993],[-24.3100934357,15.027571889]]],[[[-24.2775851452,16.6311049139],[-24.4274934689,16.6269923771],[-24.3233198432,16.5006451947],[-24.0082876884,16.5679279844],[-24.2775851452,16.6311049139]]],[[[-24.9042101776,16.9057880417],[-25.0810002858,16.8281451286],[-24.8710333572,16.8105375631],[-24.9042101776,16.9057880417]]],[[[-22.8861418097,16.7034760227],[-22.980937842,16.8294273883],[-22.9147476261,16.5934407184],[-22.8861418097,16.7034760227]]]]},"properties":{"fid_1":90,"OBJECTID":316,"ISO2":"CV","NAME":"Cabo Verde","LON":-23.97765225,"LAT":15.93923112,"ISO3":"CPV","Shape_Area":0.3443679719056}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[16.5967051279,46.4758203254],[16.2770767108,46.5186831293],[15.6462970697,46.2154655364],[15.6808362073,45.8438195183],[15.2567298987,45.7218521503],[15.3404331083,45.4562048762],[14.8179041738,45.459940686],[14.5967207577,45.6686980121],[14.3266522743,45.4690556369],[13.585806,45.4784814996],[13.6175911573,45.1095277441],[13.8969984103,44.7868698384],[14.3083722722,45.3369769052],[14.4780235396,45.3145671146],[14.8453236361,45.1114106151],[14.9891032338,44.5750356294],[15.6262534394,44.1451014198],[15.126583667,44.2770982422],[15.2289734326,44.110361254],[15.7189706826,43.7645069728],[15.9910791008,43.850626328],[15.8459619162,43.7767586781],[15.9618876783,43.5023887751],[16.474348688,43.5382615399],[16.8943758464,43.38986332],[17.5812103602,42.9383565347],[17.6403244971,43.0894956436],[16.1729585004,44.2098469036],[16.0124817991,44.6532116426],[15.72995142,44.8229421681],[15.7739053578,45.1798834453],[16.0101611031,45.2193436417],[16.2905604819,44.9959673699],[16.5326323622,45.2268946608],[17.8515675736,45.0441033612],[18.0130785609,45.1514903149],[18.6040096199,45.0806343857],[19.0221720664,44.8553667416],[18.9896944267,44.9069936942],[19.1379862181,45.1239982837],[19.4151165406,45.2335343482],[18.970709089,45.3902562092],[18.97425858,45.4050630871],[18.9873371714,45.4607395736],[18.9876862747,45.485407801],[18.8938423016,45.5735155186],[18.9335112046,45.6489866508],[18.8654053967,45.8063502626],[18.8564438603,45.9094211027],[18.4004061727,45.7500756748],[17.8683160024,45.771074528],[17.3441466434,45.9441876888],[16.5967051279,46.4758203254]],[[14.8804905824,44.5785936226],[14.7341616521,44.7031519104],[15.2500422818,44.325391158],[14.8804905824,44.5785936226]]],[[[17.6490649811,42.888852635],[17.0157507671,43.0135997229],[18.5246595067,42.4204890994],[18.4375961538,42.5565023804],[17.6490649811,42.888852635]]],[[[14.7465559872,44.9379536524],[14.5559483946,45.244895784],[14.4328046081,45.0745928553],[14.7465559872,44.9379536524]]],[[[14.4339451023,44.984282394],[14.3189269837,45.175288603],[14.4937608777,44.6075051914],[14.4339451023,44.984282394]]],[[[16.6852462603,43.2565094],[16.8969675927,43.3135106589],[16.4377940653,43.3903459151],[16.6852462603,43.2565094]]],[[[16.8607643414,42.9567246632],[16.6272544773,42.983273883],[17.2004177377,42.9179513321],[16.8607643414,42.9567246632]]]]},"properties":{"fid_1":91,"OBJECTID":366,"ISO2":"HR","NAME":"Croatia","LON":16.39578378,"LAT":45.0320184,"ISO3":"HRV","Shape_Area":6.45023163203919}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-14.3193301118,-7.9712873361],[-14.404459585,-7.9036418841],[-14.4030076332,-7.9899222476],[-14.3193301118,-7.9712873361]]]},"properties":{"fid_1":92,"OBJECTID":464,"ISO2":"SH","NAME":"Saint Helena","LON":-14.36712767,"LAT":-7.94245863,"ISO3":"SHN","Shape_Area":0.0083751360612251}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.3559607401,14.420459949],[-89.5426966442,14.4154659858],[-89.5244082496,14.2233494081],[-90.1346627321,13.7453552458],[-89.802238465,13.5220966351],[-89.2970339877,13.4831759806],[-88.464018609,13.1712890931],[-88.6738765883,13.2616102617],[-87.9011609389,13.1565021711],[-87.8150485759,13.4074323044],[-87.7083732206,13.8008783566],[-87.8001993561,13.9194022204],[-88.171337189,13.9835017698],[-88.47114279,13.8525921621],[-89.0972179849,14.400974072],[-89.3559607401,14.420459949]]]},"properties":{"fid_1":93,"OBJECTID":471,"ISO2":"SV","NAME":"El Salvador","LON":-88.87050883,"LAT":13.73685875,"ISO3":"SLV","Shape_Area":1.72832174955816}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-162.3722049143,6.2262405476],[-162.3005990134,6.3199042462],[-162.8351932282,6.6068814211],[-162.3393411588,6.33161837],[-162.3722049143,6.2262405476]]]},"properties":{"fid_1":94,"OBJECTID":503,"ISO2":"UM","NAME":"Kingman Reef","LON":-162.59281298,"LAT":6.38228689,"ISO3":"UMI","Shape_Area":0.0266118833236349}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.1685109999,-20.1722429997],[-58.2602413549,-19.7613174724],[-59.1994388953,-19.2909638324],[-60.1272086219,-19.3343774549],[-61.6172537084,-19.6253058093],[-62.2659318611,-20.5624437557],[-62.2624360299,-21.0600897253],[-62.6452023342,-22.2504663807],[-60.9818112506,-23.8114312367],[-59.9660911977,-24.0426425091],[-59.1526207669,-24.5986800742],[-57.790724757,-25.1559579969],[-57.5747527242,-25.5603389957],[-58.1405255331,-26.2012539874],[-58.1923598568,-26.6490090161],[-58.6503459571,-27.128665228],[-58.5927876428,-27.2616578319],[-57.9090689058,-27.2720891871],[-57.1220928047,-27.4847054411],[-56.6007701723,-27.4306904494],[-56.4184338433,-27.5874160623],[-56.1276549814,-27.3132438717],[-55.735072505,-27.44404998],[-55.5569053701,-27.107066974],[-54.8403812381,-26.6679194501],[-54.5940998327,-25.5922733128],[-54.2859915772,-24.0655984598],[-54.6687949336,-23.8133019722],[-55.0641295441,-23.9934503433],[-55.4165352731,-23.9480522543],[-55.6110560011,-22.6820661446],[-55.8511211711,-22.2817582203],[-56.2081410966,-22.2782482518],[-56.4023883489,-22.0780499274],[-56.80132631,-22.2808627932],[-58.0051791381,-22.0518400362],[-57.854489067,-20.8366586128],[-58.1685109999,-20.1722429997]]]},"properties":{"fid_1":95,"OBJECTID":449,"ISO2":"PY","NAME":"Paraguay","LON":-58.39651134,"LAT":-23.23349476,"ISO3":"PRY","Shape_Area":35.2326636975234}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[16.3830836639,80.0512855856],[15.6161063393,79.8059746953],[16.5184359621,78.9130613926],[14.6741259889,79.7936463552],[13.8419210531,79.5375923328],[14.0238412927,79.2665038159],[13.4881241251,79.5749524666],[12.3942373049,79.5796788248],[13.7409196492,79.690399328],[13.7861101854,79.8767119473],[12.4961453531,79.7449599446],[12.2045902908,79.8415589774],[12.29872754,79.6604273362],[11.6591276117,79.8314001348],[10.6659890821,79.5386534807],[11.1936198607,79.116854345],[12.1297498909,79.2977657476],[11.6738994998,79.0738464067],[12.4991250526,78.9132565248],[11.3445304482,78.9638510809],[12.0349950278,78.6090270794],[13.2162330541,78.5435097282],[12.3839836729,78.4908965457],[12.9987880279,78.202583695],[14.7863722756,78.3748343862],[14.443224228,78.6848143791],[14.9692628522,78.5944819429],[15.3370369238,78.8469418949],[15.4230060392,78.461686197],[16.5442655992,78.7251643234],[16.3140686999,78.4547409118],[17.2935578393,78.4258203407],[14.213880262,78.1028821487],[14.3489865317,77.9674043528],[13.6086848419,78.053335908],[13.9701381536,77.7198575618],[17.0179549721,77.930231198],[17.0979633702,77.7834228743],[14.7499171988,77.6549706326],[16.2263780078,77.4326639884],[13.940737278,77.5238491644],[15.1570152789,77.0365381822],[16.5010116388,77.0099353916],[15.5150259858,76.8788384569],[16.3900978174,76.5641963138],[17.0929367751,76.6406817536],[17.0698002379,77.0588057657],[17.7084049692,77.5046834227],[18.3057445594,77.5342943619],[18.9618005963,78.4722987799],[21.5239994253,78.7582761767],[19.78756186,79.1533847597],[18.909009367,79.1666417712],[18.2629956456,79.6288764208],[17.6609820873,79.3684237738],[18.0401817307,79.7318274614],[16.3830836639,80.0512855856]]],[[[22.9582023873,80.4384876691],[22.7454339986,80.3196719023],[22.3385422041,80.386959444],[22.4580916584,80.0048514533],[21.854531088,80.253517591],[20.8942078927,80.1984938621],[19.6465946042,80.5066724841],[19.781754165,80.2155905174],[18.9988784994,80.3431712378],[19.4158240381,80.1122085109],[17.7002570746,80.1310571948],[18.9311561409,80.0508683019],[18.0907678664,79.9065141381],[18.786014278,79.7126150152],[21.6300138688,79.8117282681],[21.5447379311,79.6936428256],[20.4574869106,79.6670070748],[21.0873716877,79.5388181366],[19.6468220679,79.6142261193],[20.0761229218,79.4641592416],[20.9438325758,79.348601322],[22.8208432754,79.4049631216],[23.6263128219,79.2204234428],[25.7540501579,79.4408651269],[27.2362243086,80.057830542],[24.2331628839,80.3634679561],[23.159968079,80.1125531248],[22.9582023873,80.4384876691]]],[[[22.9822931106,78.229618206],[20.8072673224,78.0944362251],[21.5524110799,77.9112522221],[20.862829336,77.4429491938],[22.5157747554,77.6135003974],[22.6818226093,77.2409892854],[24.3091530337,77.678032571],[22.9822931106,78.229618206]]],[[[21.4570342142,78.5769001159],[20.1709579676,78.4846093134],[21.0049771022,78.2076605199],[22.1317257382,78.2835335052],[21.992245434,78.5582783319],[21.4570342142,78.5769001159]]],[[[33.1553553688,80.3017684104],[32.0850203828,80.2649040962],[31.5669820529,80.0593254338],[33.3905367542,80.1455529001],[33.1553553688,80.3017684104]]],[[[11.0294412089,78.7659105683],[10.5133762029,78.9026031918],[11.0415081638,78.4731023862],[12.1450152954,78.2059778722],[11.0294412089,78.7659105683]]],[[[28.5230513344,78.9556425279],[28.0854484654,78.7963026649],[29.690419499,78.9023610889],[28.5230513344,78.9556425279]]],[[[-7.996916616,71.162132224],[-9.0428121009,70.8288130524],[-7.9860659601,71.0185938757],[-7.996916616,71.162132224]]],[[[19.1487261153,74.5217693982],[18.7815429316,74.4860911937],[19.0875400268,74.3459738952],[19.1487261153,74.5217693982]]]]},"properties":{"fid_1":96,"OBJECTID":468,"ISO2":"SJ","NAME":"Svalbard and Jan Mayen Islands","LON":18.44121431,"LAT":78.85817646,"ISO3":"SJM","Shape_Area":25.8086217275843}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.029970304,58.6170020726],[-4.5879631056,58.5815585686],[-4.750763683,58.4485762214],[-4.6841649276,58.5525767978],[-4.9950912258,58.625434501],[-5.4575097562,58.0793719777],[-5.1293860561,57.8752838103],[-5.6163738202,57.9243446059],[-5.607142542,57.7672245783],[-5.8141184676,57.8584066328],[-5.817952434,57.638827161],[-5.5134328907,57.5421002043],[-5.8430613463,57.5769087797],[-5.825086244,57.3683616063],[-5.4416105797,57.4163399527],[-5.728601445,57.306831385],[-5.5938418972,57.2710831942],[-5.9261310267,56.8933743677],[-5.735283218,56.8547120067],[-6.234147188,56.717139446],[-5.5721273797,56.6941478247],[-6.0106044976,56.6498160268],[-5.6862352782,56.5019123144],[-5.1245508583,56.8260308163],[-5.3335511093,56.8608323581],[-5.0981782627,56.8341328392],[-5.2470170488,56.7057561621],[-4.9874428389,56.7168351559],[-5.3214420671,56.6547285771],[-5.6657594599,56.2963966989],[-5.8009758481,55.3021096532],[-5.5204952748,55.3664097406],[-5.4468849218,56.0255047118],[-5.0512876589,56.2380558351],[-5.311705994,55.8554248221],[-4.9783411953,55.86387479],[-4.8836856883,56.1446668434],[-4.8527477527,55.9885292189],[-4.4952220628,55.9284987466],[-4.8828260012,55.9381548924],[-4.626044394,55.5001127037],[-4.9946784208,54.9160631311],[-5.1771229759,54.9734035001],[-4.9630865431,54.6653947708],[-4.8511470359,54.863756613],[-4.3969327687,54.6800600181],[-4.383816645,54.8780441279],[-3.9874190413,54.7700203813],[-3.0576711839,54.985602246],[-3.4019845459,54.870918329],[-3.6142075831,54.5262991012],[-3.22637301,54.0953771878],[-2.815385532,54.1360548334],[-3.107548322,53.555446941],[-2.7573102569,53.3169911843],[-3.0487389887,53.4405781459],[-3.2036766918,53.3892546991],[-3.0632215999,53.227284],[-3.3203755993,53.3587315173],[-4.2099681364,53.2106478542],[-4.7697948052,52.7976248831],[-4.1632447471,52.9072307296],[-3.9483181069,52.5597123088],[-4.2135173118,52.2647471962],[-5.3138479399,51.9053922682],[-5.1180188953,51.8447761403],[-5.2150636347,51.7249820443],[-4.9548424147,51.6080957136],[-4.3955180992,51.7317800592],[-4.0831822036,51.6618776289],[-4.2464545024,51.5478616942],[-3.8567900652,51.6208888189],[-3.3418219093,51.3843511902],[-2.3717141683,51.7966908069],[-3.0131897577,51.2198869578],[-4.1204074292,51.2162579631],[-4.2272711636,51.0882212217],[-4.0792344487,51.081390583],[-4.5316925944,51.0242785663],[-4.7891955883,50.6073469806],[-5.7128653731,50.1304886872],[-5.2142653173,49.9614212138],[-5.0421681026,50.2094706351],[-4.2024370283,50.4279624469],[-3.7137489449,50.2076024104],[-3.2528197161,50.679444334],[-1.972862463,50.5962274184],[-2.0472270901,50.7368285971],[-1.0075302687,50.8499548829],[-0.7977256362,50.7268305362],[-0.2666921064,50.8312099376],[0.2384549384,50.7375902671],[1.3988444062,51.174150347],[1.4228805506,51.39450501],[0.3737698257,51.4452233524],[0.9011379617,51.58276991],[0.9342697117,51.7435363783],[0.6886153613,51.7314571468],[1.1942589686,51.8038169566],[1.0557441694,51.9530728779],[1.5735415826,52.0893028254],[1.6901490047,52.729655211],[1.2391558132,52.9448421259],[0.5413340589,52.9788046101],[0.3642852283,52.8087425819],[0.0272542326,52.900682827],[0.3546565954,53.1921770124],[-0.1062281277,53.6346374623],[0.1499175518,53.603117472],[-0.1603414459,53.9044414038],[-0.08316035,54.1210722414],[-1.297241978,54.7654613788],[-1.6444958462,55.5856745369],[-2.6647492611,56.0609600293],[-3.0725856036,55.9466465781],[-3.8247916742,56.099534166],[-3.4122294572,56.0199941726],[-2.6048511653,56.2713812118],[-2.8226238019,56.4503744037],[-3.3590898036,56.3806122991],[-2.5467669653,56.5713184394],[-1.7764132468,57.4735626049],[-2.0851384336,57.7024190098],[-3.3368521504,57.7259566771],[-4.4658264897,57.4821489667],[-3.7797256797,57.8653966988],[-4.281830952,57.8671027451],[-3.2095241413,58.3125928564],[-3.029970304,58.6170020726]]],[[[-6.291040602,54.1117149853],[-6.0645593453,54.0254510002],[-5.5637047997,54.2870531138],[-5.6852066571,54.5850475027],[-5.501766708,54.3425123169],[-5.4554819342,54.4423074556],[-5.5806337369,54.6775966329],[-5.9149044074,54.6471529197],[-5.6919284104,54.8073431438],[-6.0390172377,55.1701456957],[-6.4856072468,55.253096805],[-7.3807708322,54.9528523429],[-7.2560685,55.0670350003],[-8.1399431233,54.4294930706],[-7.564261807,54.1264572928],[-7.2856701294,54.1218744187],[-7.0293556139,54.420967066],[-6.627865153,54.0400455877],[-6.291040602,54.1117149853]]],[[[-6.3123243137,58.1923895499],[-6.2542847551,58.5102005982],[-7.041411784,58.2387866751],[-6.9807154042,57.7399235522],[-6.6706283614,57.8833185342],[-6.698461358,58.0582543466],[-6.4754217483,57.9383085304],[-6.3123243137,58.1923895499]]],[[[-6.1423336746,57.5438108929],[-6.3145165839,57.7097021694],[-6.7821336786,57.4313905541],[-6.3438097917,57.3084660467],[-6.3260208824,57.1631537236],[-5.9831649661,57.1701004657],[-6.0181339096,57.0219876816],[-5.6495691027,57.2573627333],[-6.1129494113,57.3225053514],[-6.1423336746,57.5438108929]]],[[[-1.0710374418,60.3951809746],[-1.2852728101,60.4884052402],[-1.3580273773,60.4097543121],[-1.4745340114,60.3686679148],[-1.2746542737,60.351966543],[-1.7070256766,60.2910726532],[-1.3235804381,60.1982616072],[-1.2901642029,59.8542009321],[-1.0710374418,60.3951809746]]],[[[-5.6681551468,56.3978880841],[-6.1230254092,56.6581989277],[-6.3428486646,56.5548674434],[-6.1997044406,56.3621641588],[-5.9848452909,56.3913208631],[-6.328512169,56.2727221261],[-5.6681551468,56.3978880841]]],[[[-6.0559701309,55.7702374001],[-6.153160333,55.9365416814],[-6.5241609194,55.6934773398],[-6.2685761012,55.7682597631],[-6.2695574936,55.5838833086],[-6.0559701309,55.7702374001]]],[[[-2.8312773386,58.9353314667],[-3.319085949,59.1371912616],[-3.3509973764,58.9638856107],[-2.8312773386,58.9353314667]]],[[[-4.1441917903,53.3185668316],[-4.5814505562,53.4045978374],[-4.4104519749,53.1449666708],[-4.1441917903,53.3185668316]]],[[[-7.0648016594,57.644674428],[-7.547027542,57.6044238741],[-7.1730820743,57.5110482984],[-7.0648016594,57.644674428]]],[[[-5.9710207793,55.7943421151],[-5.7095927402,56.1516763366],[-6.0927424516,55.8992623706],[-5.9710207793,55.7943421151]]],[[[-1.3080890142,60.5925940447],[-1.6377630438,60.4872131574],[-1.4744213902,60.4707617009],[-1.4103664221,60.3965298426],[-1.3080890142,60.5925940447]]],[[[-1.2884029517,50.7364156976],[-1.5717282119,50.670650049],[-1.2511807056,50.5865684469],[-1.0795448647,50.6908696702],[-1.2884029517,50.7364156976]]]]},"properties":{"fid_1":97,"OBJECTID":346,"ISO2":"GB","NAME":"United Kingdom of Great Britain & Northern Ireland","LON":-2.90958424,"LAT":54.17641422,"ISO3":"GBR","Shape_Area":33.914328040984}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-88.3160076344,18.4873533773],[-88.5177416771,18.4629141217],[-88.859296457,17.8953604266],[-89.0728362878,17.9949028334],[-89.1519610003,17.8156930992],[-89.227324525,15.8961121748],[-88.9417249999,15.8900349998],[-88.7467776092,16.2192938259],[-88.4906610012,16.3467124921],[-88.2501960961,16.9337475432],[-88.2927193168,17.6250624417],[-88.0936464292,18.3526534077],[-88.387559773,18.3471131262],[-88.3160076344,18.4873533773]]],[[[-87.848166488,18.1874338816],[-87.8599901789,18.1897616787],[-88.0339510938,17.8769650874],[-87.848166488,18.1874338816]]]]},"properties":{"fid_1":98,"OBJECTID":295,"ISO2":"BZ","NAME":"Belize","LON":-88.6972943,"LAT":17.21276467,"ISO3":"BLZ","Shape_Area":1.85645114709188}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[30.4201374048,-15.6211366646],[29.5397480978,-15.6605002307],[28.9164788497,-15.9492929732],[28.8151033234,-16.4856235054],[27.8152569709,-16.9855024278],[27.041976925,-17.9612334398],[26.6945651638,-18.0715901249],[25.2628044322,-17.7913879872],[25.261434691,-17.7922441741],[25.2934585247,-18.0318152233],[25.9600035327,-18.940629083],[26.1661513536,-19.5459243448],[27.2028377187,-20.0883244771],[27.3280993708,-20.4886317063],[27.7213065163,-20.5187601001],[27.6863168938,-21.0657734073],[28.0151182654,-21.5720192771],[28.9417660104,-21.7760887899],[29.0636279131,-22.0317581704],[29.3753040004,-22.1954710003],[29.75997646,-22.1400445703],[30.2889338618,-22.3558897529],[30.8481270427,-22.2931360084],[31.3058864482,-22.418368973],[32.4141216351,-21.3202736791],[32.4979418951,-20.61300542],[33.0266158333,-20.0097755429],[33.0592423234,-19.7808525],[32.8459956536,-19.6298424789],[32.8834839812,-19.0995760618],[32.6980244758,-18.9348210247],[32.935858453,-18.7687257639],[32.876329038,-18.5196171211],[33.0655302096,-18.3520024818],[32.9372404313,-18.0137514973],[33.0390486611,-17.33158534],[32.8649608213,-16.9128916964],[32.98807703,-16.7042628879],[31.9141593896,-16.4080341613],[31.3092961918,-16.0165999213],[30.4229595071,-15.9987923124],[30.4201374048,-15.6211366646]]]},"properties":{"fid_1":99,"OBJECTID":525,"ISO2":"ZW","NAME":"Zimbabwe","LON":29.869752,"LAT":-18.99860002,"ISO3":"ZWE","Shape_Area":33.5859727842015}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.6345499996,13.7106800003],[12.8732907391,13.5008115951],[12.4708991557,13.0640279338],[11.5204245071,13.3523665682],[10.6701224553,13.3568790982],[10.0609568009,13.2033136661],[9.6457690249,12.803723202],[8.7045128194,12.9160264813],[7.8257601256,13.3393616097],[6.9323362571,12.9889898909],[6.266306218,13.7167314754],[5.5254741044,13.9005754233],[5.2767589349,13.7395045921],[4.6212291542,13.7356441299],[4.1343311272,13.4710877118],[4.0958611931,12.9799684533],[3.6579344873,12.5206516424],[3.5883333299,11.7108333297],[3.4721500218,11.4478785251],[3.724113637,11.1052438456],[3.8509017048,10.5998246642],[3.7859971786,10.4069515283],[3.632667654,10.4187350132],[3.6032643431,9.9599573036],[3.3300170009,9.7985994528],[3.0878049981,9.1018267631],[2.7796059578,9.0603759128],[2.7093898827,6.3754779051],[3.8776247087,6.4378069043],[4.528558844,6.3051032948],[4.9640018697,5.9075273453],[5.6610958386,4.5596701582],[6.0849020444,4.270338469],[8.2776870463,4.5351191726],[8.288604798,4.8526875271],[8.528520194,4.7262309278],[8.8204289461,5.1839911067],[8.8428450967,5.8272855732],[10.1508523402,7.0371906444],[10.2172915568,6.8859742649],[10.4750063401,6.8729941628],[10.6030408979,7.0852805706],[11.1478519372,6.5042833393],[11.5469076231,6.6620362451],[12.2092225836,7.9730399118],[12.2600480136,8.4421840419],[12.7787146,8.7441969857],[12.9066777912,9.4015586692],[13.2257779259,9.5795153403],[13.2967623593,10.0818517752],[13.4995501071,10.2069584903],[13.711228763,10.9504303083],[13.9893317949,11.2767658773],[14.1925477953,11.2430859861],[14.6447858014,11.5776787884],[14.6562945893,12.1971826507],[14.1949067081,12.394625866],[14.0833330001,13.0833330003],[13.6345499996,13.7106800003]]]},"properties":{"fid_1":100,"OBJECTID":428,"ISO2":"NG","NAME":"Nigeria","LON":8.0964279,"LAT":9.58526216,"ISO3":"NGA","Shape_Area":75.0589935852534}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-5.7104304569,-16.0046596549],[-5.6541169491,-15.9127707243],[-5.7842190484,-15.9951944667],[-5.7104304569,-16.0046596549]]]},"properties":{"fid_1":101,"OBJECTID":466,"ISO2":"SH","NAME":"Saint Helena","LON":-5.7053664,"LAT":-15.96457215,"ISO3":"SHN","Shape_Area":0.01101865159829}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-67.0944828749,45.0745254502],[-67.0293811183,45.1676165046],[-66.8867525053,45.0410165309],[-66.488170514,45.1518272747],[-66.4585440291,45.0582063281],[-65.583022978,45.30067952],[-64.7764886747,45.6024263203],[-64.557592159,45.9743815119],[-64.554890011,45.7222296137],[-64.2458801626,45.8206864866],[-64.9430233703,45.3302120348],[-63.5065769236,45.3653423607],[-64.2158259539,45.1160938733],[-64.456773947,45.328064737],[-66.189472634,44.4285328971],[-65.8482089854,44.5738691502],[-66.1249597166,44.3361900121],[-66.1680833086,43.8551911779],[-65.9834951564,43.6952748271],[-65.8611929906,43.8092639648],[-65.7292198077,43.4931409854],[-65.4693980091,43.4497798051],[-65.2943032461,43.6727540637],[-64.9538133364,43.7490735732],[-64.97063012,43.8700100339],[-64.8340017729,43.8136513119],[-64.6135695577,44.1569089067],[-64.2327381942,44.29107333],[-64.3455334954,44.4421100034],[-64.2089680208,44.5765366006],[-64.0801620209,44.4701036791],[-63.9289036439,44.6623167972],[-63.9352740887,44.5044028777],[-63.6267305218,44.441283066],[-63.5589892622,44.6323529316],[-63.0463276371,44.6728041243],[-63.0600480027,44.7764547763],[-62.8024195372,44.7110972813],[-60.9638208859,45.319887288],[-61.4630397707,45.3535405637],[-61.2445235,45.5205538992],[-61.3851400157,45.5855383464],[-61.4908513607,45.6937949293],[-61.8625765129,45.6817263611],[-61.9135948907,45.8608909251],[-62.4859509376,45.6191444321],[-62.6845732262,45.7650407111],[-63.308399044,45.7284965888],[-63.2367290637,45.8030391171],[-64.1051959612,46.0158392834],[-63.7984716176,46.1347335789],[-64.5636367794,46.2145843501],[-64.9070459577,46.7792074406],[-64.8062263284,47.0750079586],[-65.3644265256,47.0874595822],[-64.9779849331,47.2814784013],[-64.6839364158,47.7276532339],[-65.1096412496,47.8268041064],[-65.6681100932,47.5974850732],[-65.8371730277,47.9017210152],[-66.3690719599,48.0653152452],[-66.7831156732,47.9865263287],[-65.913779983,48.1989698886],[-65.3261214732,48.000601306],[-64.336841653,48.4298825727],[-64.2540616388,48.671603319],[-64.502456612,48.8417990666],[-64.2183683841,48.8651735239],[-65.0490867891,49.2151324233],[-66.2469004341,49.1889979727],[-68.1877099722,48.6361389526],[-69.4520957896,47.974839958],[-70.4912068708,47.0164878194],[-71.2718239601,46.7507705897],[-69.9133755687,47.7618931914],[-69.7352940187,48.1343953857],[-68.5987152631,49.0458462267],[-68.192999137,49.0992764594],[-68.1282390752,49.2683975684],[-67.3642526754,49.3169329999],[-67.1359607768,49.8014404337],[-66.4544556184,50.2608272281],[-62.421444892,50.2716996],[-61.864384161,50.2160470624],[-61.7416345519,50.0814323702],[-59.9874582864,50.2389481203],[-59.9872437126,50.3509084486],[-59.9367064371,50.2470548448],[-59.4089217728,50.6143116156],[-59.5537193636,50.6686106887],[-59.0009684509,50.7384398368],[-58.9508645739,51.0259237977],[-58.5926961017,51.1688307159],[-58.6706640883,51.2288154819],[-58.7158194601,51.4573273521],[-58.6328610564,51.2138829543],[-58.4424738202,51.3023504979],[-58.2145847693,51.2568537362],[-57.2419267677,51.4982608799],[-56.9625727959,51.4228055183],[-55.6983829714,52.0763724198],[-55.6184334412,52.2136749418],[-56.231565863,52.4466728201],[-55.8023974243,52.333964299],[-55.6213663588,52.4415545967],[-56.5304391252,52.6010280701],[-55.7570363173,52.6080800329],[-56.0691035089,52.7834224647],[-55.7999873338,52.8345848797],[-55.85573767,52.991817149],[-56.1377772854,52.9499501771],[-55.7268628908,53.2317131403],[-56.2448002916,53.5387524913],[-56.0381856066,53.5733518602],[-56.4895605684,53.5135755642],[-56.2618449751,53.601902639],[-56.6661829126,53.6764219017],[-56.4569459394,53.7780456932],[-56.980950432,53.7291136184],[-57.2881827442,53.47019591],[-57.4238172002,53.6223588908],[-57.1157656254,53.7436622776],[-57.4239060163,54.1889323086],[-58.1848757761,54.2347451343],[-58.4128190669,54.1303212308],[-57.7877556669,54.0709470676],[-58.5654135343,54.0128287059],[-58.4118055157,54.2293361412],[-59.5875218719,54.0188189749],[-57.6348823324,54.3771482846],[-57.4545831252,54.445271783],[-57.6984961192,54.4809164851],[-57.3470191543,54.5852426008],[-58.1875135902,54.7475234743],[-57.8443670418,54.8107294447],[-57.9394435331,54.9302194844],[-58.558412841,54.7594671933],[-58.8391958517,54.8286197733],[-59.0109539438,55.1508841429],[-59.3970085616,54.9708921262],[-59.1537140799,55.2335997512],[-59.9214073026,54.7633619826],[-59.4379252991,55.1499810338],[-59.9342471159,55.1273389582],[-59.7823213628,55.3342411727],[-60.3070423813,55.0030471998],[-60.0355149628,55.2663599579],[-60.6698069647,55.0012580318],[-60.1960849796,55.4269466653],[-60.33846067,55.4950274108],[-60.5186186009,55.3376856346],[-60.3277286068,55.7757870778],[-60.5223008777,55.7842596403],[-60.6786677087,55.5421867977],[-60.6450327351,55.8292925568],[-60.9569237684,55.7269149636],[-60.7302656106,55.8375851523],[-61.198306813,55.8642824967],[-61.0833621178,55.9379370982],[-61.3844033603,55.9649963523],[-61.4254956518,56.1459223428],[-62.085025867,56.2857302143],[-61.5812932534,56.2793696503],[-62.166946953,56.459838912],[-61.6439567644,56.5349745503],[-62.5042135549,56.761495701],[-61.673601162,56.6186317291],[-61.9298709029,56.8044153249],[-61.6918391127,56.7962390081],[-61.6528363204,56.8809565541],[-61.5422020686,56.9685985596],[-61.4672260644,56.9850188797],[-61.351437922,56.9517689661],[-61.3943858449,57.1343072603],[-61.9535175122,57.2297718198],[-61.9573639648,57.4297434854],[-62.5310879956,57.4835603978],[-61.891177142,57.6349348152],[-62.1636373661,57.8322086747],[-61.9375572879,57.7889134768],[-61.9431739408,57.914541135],[-62.6759258652,57.9319919208],[-62.3175034334,58.0228758123],[-62.4451462529,58.1718151183],[-63.2488115111,57.9968062],[-62.587905595,58.2022157081],[-62.9597293533,58.1956782313],[-62.5635498558,58.4878912313],[-63.2797710341,58.4656811523],[-63.6074620029,58.2911706446],[-62.8510900523,58.7028719316],[-63.2283800654,58.8720584464],[-63.142668899,59.0533511257],[-64.049018055,59.0181989651],[-63.449497233,59.1009051171],[-63.3789680697,59.2729312683],[-64.0652126579,59.3870371811],[-63.7244145317,59.5120613331],[-64.0038616652,59.6309057234],[-64.1271250696,59.5208131836],[-64.1732473709,60.026746092],[-64.5238562058,59.897000939],[-64.3639684363,60.1297986957],[-64.699787564,60.0250022229],[-64.3612792242,60.1725668522],[-64.7421360852,60.2361406803],[-64.4635199433,60.2560072997],[-64.5786938182,60.3283365991],[-64.8461387579,60.3709079542],[-65.2734513889,59.8782464051],[-64.9800110454,59.7614363532],[-65.3123327124,59.8545419559],[-65.5359628817,59.7478700244],[-65.3893902253,59.5023019433],[-64.9277324782,59.3670247574],[-65.487028475,59.480202765],[-65.4095726829,59.314322355],[-65.5639234291,59.3854604447],[-65.7440629374,59.2684008318],[-65.3642452303,58.9251662452],[-65.6842506756,59.0620148678],[-65.9974477494,58.9132579362],[-65.7775988237,58.8686062693],[-66.1006010727,58.7877382776],[-65.8209968717,58.5763269811],[-65.9446392324,58.4443852143],[-65.931045343,58.6255395292],[-66.3816766347,58.8523852407],[-66.6605418987,58.5457979681],[-66.5152926729,58.4454592396],[-66.7310812657,58.508197808],[-67.456105661,58.2964096119],[-67.7192723522,57.9183531471],[-67.6843601236,58.423915015],[-67.9852050837,58.2125017517],[-67.9056540449,58.5071851911],[-68.3144556451,58.5847040167],[-68.6042827348,58.9028455433],[-69.2668463038,58.896400515],[-69.8096795586,58.586691718],[-69.9111311127,58.7838934951],[-70.4097669517,58.6558411343],[-69.7888605113,58.8291556227],[-69.8454288249,59.0583152026],[-69.6499154764,58.7894926732],[-69.3431026638,59.1144135466],[-69.3415529007,58.9400486284],[-69.1175379628,59.0614627677],[-69.2430531338,59.1640579744],[-69.5260939654,59.1434415597],[-69.2460492297,59.3359025579],[-69.7592000321,59.3143251384],[-69.5001874839,59.6690102278],[-69.8378610721,60.0252576366],[-69.5843217817,60.2195612261],[-69.8138349939,60.5111072079],[-69.3677982783,60.8180884951],[-69.5030261714,61.0674953674],[-69.902920512,60.8003641121],[-70.1327777949,61.0909345256],[-71.3903813453,61.1494030572],[-71.8648330232,61.4240270042],[-71.5760465049,61.6332279569],[-71.9376242926,61.7085149799],[-71.9689246613,61.5960429607],[-72.269750626,61.5734726609],[-71.981389729,61.6653328034],[-72.2056231284,61.8718604979],[-73.6743785174,62.4808362082],[-74.6897922144,62.2531793982],[-74.535813721,62.1029074948],[-75.3442287891,62.3172136694],[-75.8558228596,62.1588867866],[-75.5697390604,62.2760160097],[-77.5085235564,62.5827746104],[-78.1754388837,62.2607678039],[-78.0217336007,61.7261431273],[-77.5614966332,61.4796828351],[-77.8119308982,61.4623472731],[-77.7396774944,61.1916853694],[-78.2319784208,60.786961414],[-77.6101583654,60.8101690589],[-77.8144030104,60.5991377223],[-77.3594516571,60.515349953],[-77.7867394766,60.3877131626],[-77.3395669982,59.8152946317],[-77.9105545369,59.508908989],[-77.9360479642,59.388497601],[-77.65733889,59.3745359734],[-78.5892869567,58.9224286649],[-78.3736749683,58.7146448567],[-78.5943155861,58.7797282041],[-78.4406361478,58.548469665],[-77.5513307894,58.2341357331],[-76.8546921157,57.675200618],[-76.550243074,57.0958444776],[-76.5473493452,56.3040902147],[-77.5796703336,55.3841225754],[-79.7164613857,54.6362308162],[-79.5046389084,54.5842251968],[-79.391219314,54.176703545],[-79.0584692469,54.1670589096],[-78.9906032981,53.0131363093],[-78.7080307903,52.7637936764],[-78.7685534409,52.552005752],[-78.5113054948,52.4637730547],[-78.5809703403,52.1042591158],[-78.9349867784,51.7952451602],[-78.85894068,51.1710968258],[-79.3146351809,51.661425904],[-79.7993475019,51.1672315756],[-80.4026640673,51.3354617873],[-80.6458644133,51.7665431362],[-81.393434512,52.1161158226],[-82.2738937323,52.9515914704],[-82.1177848673,53.2692483361],[-82.1329667139,53.821743871],[-82.4408254309,54.2581157003],[-82.3099197182,55.0523159294],[-82.9664458263,55.2234341683],[-85.1270318884,55.2746098663],[-85.9091437499,55.6461979636],[-87.6117389714,55.9944500037],[-87.9701009651,56.4588306047],[-88.8662185657,56.8479118343],[-90.6246172571,57.2313883548],[-92.735210816,56.9260355474],[-92.4355313314,57.3633523717],[-93.184764183,58.7547158852],[-94.4254949087,58.7115087624],[-94.6055083337,58.9499367742],[-95.0270569399,59.0577556381],[-94.718554579,59.3514807196],[-94.6484518257,60.3879784689],[-94.8563638502,60.5062934527],[-93.8098044264,61.3382770186],[-94.2519831494,61.3816345296],[-93.2631781101,61.7684579212],[-93.8698070683,61.967314002],[-93.2279208647,61.934659793],[-93.3883814717,62.0408205194],[-92.9867052918,62.1008569227],[-93.2785272423,62.182766162],[-92.7504082003,62.2255794627],[-93.0710426611,62.3354955754],[-92.5525608224,62.1668374806],[-92.7302469603,62.4814671537],[-92.1442540571,62.3650047563],[-92.6046004874,62.5832222938],[-91.8434280708,62.6185417669],[-92.4048507062,62.8443937563],[-91.3682857487,62.7997327652],[-90.6505957671,63.0483220827],[-90.8760336906,63.4196647092],[-91.746159518,63.7175326624],[-92.6049630059,63.5387717924],[-92.1160183441,63.6938941479],[-93.3844315639,63.9713263386],[-93.3737192794,63.8252272463],[-94.0407621647,63.9208277537],[-93.4022459258,63.9997956883],[-90.8279095884,63.5672013138],[-90.5516369178,63.6000731884],[-90.6705171147,63.7037162006],[-90.1588921129,63.6331508756],[-89.9760732752,63.8024717591],[-90.2308332846,63.9993078547],[-89.8365558137,63.9249774549],[-90.0992608829,64.1308383192],[-89.7802386232,64.2491003851],[-89.718075763,64.029894561],[-89.1566519019,63.9560296189],[-88.1057585786,64.1700379713],[-86.9635474994,65.0529690349],[-87.0039145281,65.2369676186],[-89.0394614826,65.3250559792],[-89.6885393479,65.7176992578],[-90.4714930657,65.8902547428],[-89.728469691,65.8270659962],[-89.8183277303,65.993634616],[-88.3837321981,65.6314836553],[-88.8368820816,65.6479236679],[-88.0091778516,65.3448796918],[-87.3370992421,65.3208690568],[-85.9517585477,66.0374021847],[-85.908925497,66.1986501869],[-86.6349819274,66.3277313667],[-86.6681012658,66.5303233572],[-85.4366716183,66.5875837648],[-85.218518117,66.2671012022],[-84.3335095152,66.1579670518],[-84.4774032072,66.408691904],[-83.6640977787,66.1876150782],[-84.5585660866,66.9359140639],[-85.19042496,66.8789431679],[-85.0023668286,66.9659284479],[-84.5994854528,66.9802201393],[-84.8579308157,67.0361837722],[-84.552395275,66.9936028824],[-84.3555093129,66.922065883],[-84.2176838036,66.7157041728],[-83.8963225601,66.9201153866],[-83.971335807,66.6207144796],[-83.4828826903,66.3520450391],[-82.1190758162,66.7097841534],[-81.9756728374,66.9461935118],[-81.4558973618,67.0034713851],[-81.1968402594,67.4678629282],[-82.080520773,67.9141554012],[-81.951760885,68.2087625664],[-82.1935306218,68.1207292246],[-82.4772646886,68.3163150386],[-81.9905550093,68.3466708278],[-82.6054250041,68.4977126408],[-81.9336107162,68.4232925382],[-81.2224724288,68.6419151664],[-81.2978018521,68.8606991086],[-81.7983725923,68.9139874067],[-81.3024408619,69.1940123726],[-82.2224193236,69.239975296],[-82.197042648,69.3982927557],[-83.24543423,69.5389140792],[-82.4386066353,69.494011559],[-82.6420888521,69.633442887],[-82.2430213644,69.6461785291],[-85.5367596941,69.8649327541],[-85.1575906339,69.7922794389],[-85.4896728699,69.7722790266],[-85.4362094936,69.2582719338],[-84.4976226836,69.0133580798],[-85.1609722593,68.8707365481],[-84.7363189227,68.7371740824],[-85.6063330561,68.7430489693],[-86.5099451409,67.3958304159],[-86.8497570193,67.4135209286],[-87.4675842097,67.1322742266],[-87.330811248,67.2667043536],[-88.3280837372,67.9458822823],[-88.3684507632,68.2910404001],[-88.1700808531,68.382461221],[-87.9131249457,68.2078647157],[-87.7716508976,68.3351302138],[-88.166339615,68.9040547454],[-89.2753500202,69.2669920841],[-90.2244555337,68.2365413996],[-90.5928771613,68.4554968488],[-90.6328403548,69.0862674698],[-91.4285951898,69.3636169121],[-90.8571875023,69.2564904964],[-90.3542326467,69.467977613],[-91.6007788132,69.5173051268],[-91.2596731611,69.6616341609],[-91.7686723691,69.4903696887],[-92.460036081,69.7036531839],[-92.9934779414,69.689914384],[-92.5135008729,69.7145036537],[-91.9484434593,70.0266637282],[-92.3746169478,70.192095543],[-91.5086423927,70.194366833],[-93.0005906722,70.8506851176],[-92.9494324454,71.3574445803],[-93.6808915223,71.7719972946],[-94.3907844906,71.6764350022],[-94.3723333079,71.9510501781],[-94.9031064004,71.9865870039],[-95.1875418853,71.9514123882],[-95.2010937998,71.8559963587],[-94.746376585,71.8469517654],[-95.8950520072,71.6108005007],[-95.1768041681,71.5299206209],[-95.5298920472,71.3050876831],[-96.0135460838,71.432143095],[-96.4710348014,71.2823410982],[-96.5813504289,70.7977684913],[-96.2069083196,70.6433123032],[-95.7567572901,70.7245384436],[-96.4852653021,70.3799133819],[-96.5020233509,70.1361278758],[-95.963469825,69.8013299228],[-94.8266085707,69.5656120064],[-94.6129220641,69.679571765],[-94.2748747374,69.4471405928],[-93.5526459763,69.5385363801],[-93.3438921081,69.3842064874],[-93.8401064182,69.170485883],[-93.5144112528,69.4480303874],[-94.2608149407,69.3290242953],[-94.01835418,69.1485953223],[-94.5938777192,68.7657415337],[-94.0730248998,68.7664479179],[-93.6445966967,68.9842808541],[-93.5190131799,68.6026533046],[-94.7307536461,68.0515385457],[-95.424590909,68.061578103],[-95.6859979723,67.751448883],[-95.2959727703,67.5422049508],[-95.3057643594,67.1725473877],[-95.8342427022,67.1639275279],[-95.5524212156,67.3949143917],[-96.2335693853,67.247740873],[-96.0760259424,67.482409805],[-96.443893942,67.4867132318],[-95.9248054863,68.2726123534],[-96.71548944,68.0209141281],[-96.3846828752,68.3250532212],[-97.0198072212,68.2682595708],[-97.310735242,68.5019827127],[-97.5091263086,68.4230710577],[-97.928280138,68.5539072528],[-98.1592026724,68.3037388643],[-98.6931726362,68.4050937934],[-98.2762453151,68.1378267099],[-98.5569784476,68.1676880384],[-98.7126697763,67.9658907122],[-98.3262865057,67.7901975187],[-100.3908108593,67.8579236256],[-100.620553681,67.731790766],[-100.6587876222,67.8593353498],[-101.5243519821,67.67673866],[-102.7885749574,67.8283797668],[-103.3939442577,68.1659255686],[-104.487738437,68.0232438659],[-104.5835960407,68.2606201493],[-105.5346316046,68.4090392047],[-105.2748636411,68.461654407],[-105.4547608828,68.7466444112],[-106.1997526234,68.9426331683],[-108.2780977186,68.6278641596],[-108.8163103323,68.2655130323],[-108.3716711838,68.3006658224],[-108.3716009557,68.1135301624],[-107.6574102272,68.1720674508],[-107.8121509122,68.3445679152],[-107.2224096203,68.2591389839],[-106.7878582509,68.4164018706],[-106.5335963183,68.2893413559],[-106.6190503236,68.4751148416],[-105.6970529037,68.634587609],[-105.7390006824,68.4154446098],[-106.3681395708,68.3522951969],[-106.7254149487,68.0958981901],[-107.6729573569,68.0520293039],[-108.0278388349,67.7824009613],[-107.2112165439,67.1309583502],[-107.4196980209,67.0587494917],[-107.1096672793,66.8416636413],[-107.4243992602,66.9811124979],[-107.5513789142,66.8395788356],[-107.6162457597,67.078350954],[-107.722594162,66.9068661704],[-107.201404524,66.3479292774],[-108.5441577249,67.0666018133],[-108.6037783843,67.154890801],[-107.8527720831,67.039220164],[-107.9684995842,67.2799011258],[-108.3695989956,67.4509927402],[-108.4735860641,67.350875155],[-108.6540969042,67.6424190477],[-108.8342059938,67.3556589574],[-109.039448826,67.7202780994],[-109.7104300422,67.7234076367],[-110.0454576083,68.00895744],[-111.8810671982,67.6788021148],[-115.0015053728,67.7967884171],[-115.7469978217,67.9131724601],[-115.0871629972,68.0098076033],[-115.2416422376,68.1906709543],[-114.0003222231,68.2410643141],[-113.8884649823,68.4000684709],[-114.9753390331,68.8712788797],[-116.214914307,68.99252529],[-116.000137064,68.8046976242],[-117.8657499376,68.9976608002],[-120.2715728173,69.4037307331],[-121.822017127,69.805320945],[-122.9675871983,69.8266412816],[-123.4791030898,69.375493645],[-124.3523289047,69.3390902334],[-124.031619605,69.6788131608],[-124.5001229447,69.7241726562],[-124.53070506,70.1991460857],[-124.558280122,70.0063862716],[-125.0183317942,70.0650611706],[-125.1959740281,69.9958836452],[-124.7821082303,70.0097164216],[-125.276286817,69.7853014022],[-124.7865341682,69.7030595109],[-125.3809531938,69.6864713494],[-125.6395569867,69.4152701528],[-125.0995924712,69.4374702359],[-125.4769427047,69.3157541582],[-126.3383746619,69.5505098648],[-128.0342356681,70.5758099576],[-128.195601951,70.3539293123],[-127.5947648614,70.2348776381],[-128.1367665328,70.1527202039],[-127.8259911121,70.0526191616],[-128.3304980671,70.1270183262],[-128.9167450379,69.6512883862],[-129.1672190889,69.8223756577],[-128.9046553608,69.9603608201],[-130.342224817,69.6810670228],[-130.9494771871,69.1049090596],[-130.9633598633,69.5489464771],[-129.4321197629,70.0373385658],[-129.6617384233,70.2530239101],[-130.0135265509,70.0358067946],[-130.5020664063,70.1539253377],[-131.1274529292,69.8843780132],[-131.3668240987,69.9696610196],[-132.1422638629,69.6801722028],[-132.9055305802,69.6526251052],[-133.197216358,69.3760819069],[-134.205132231,69.2547200839],[-133.7640702286,69.5380513191],[-134.4572825176,69.6953315421],[-134.4610178094,69.4407900391],[-135.1550970404,69.4652436128],[-135.1581479931,69.2487307627],[-135.8397836161,69.3042306628],[-135.6530705026,69.1397000524],[-135.9293948671,69.2450638967],[-135.9403761378,69.08449973],[-135.160456533,68.6507889946],[-137.2302876251,68.9365446663],[-139.8096272328,69.606369635],[-141.0006022081,69.6462586992],[-141.0013012008,64.3728125152],[-141.0010974252,60.307095482],[-140.0735425844,60.2075683916],[-139.076187319,60.3519417604],[-139.1958451174,60.0863534288],[-137.6096630788,59.24493732],[-137.4066961663,58.9337020066],[-136.8286352538,59.1595829866],[-136.583957167,59.1668435273],[-136.351726227,59.6002172462],[-135.4750612068,59.7962682517],[-135.0306135914,59.5645404824],[-134.9604229716,59.2818257683],[-133.3797834171,58.4319413833],[-131.8447080203,56.6441642671],[-130.104089808,56.121958825],[-130.0085386617,55.9119476974],[-130.1360351867,55.746737732],[-129.944184338,55.2895974369],[-130.1121299036,54.9893311851],[-129.7730650101,55.5333498317],[-129.7013542798,55.4085117972],[-129.459751011,55.471349104],[-130.0008526283,55.0084746317],[-129.6781464857,54.9851905751],[-129.2582195361,55.1854307566],[-129.6593891126,54.981201526],[-130.0614358618,54.950036767],[-130.2065286802,54.7309540781],[-129.9192162397,54.604784447],[-130.3594220579,54.6765538897],[-130.1205984649,54.420533635],[-129.9839935479,54.5072575406],[-130.0500063662,54.3406970848],[-130.4488861896,54.6198985891],[-130.2607425776,54.1989972089],[-129.5800130243,54.1970112162],[-130.0475744852,54.1478014263],[-130.0679844308,53.8892485279],[-129.2790461629,53.3615289458],[-129.2278740972,53.6371863083],[-128.9639380018,53.7816204992],[-129.0319493278,53.8978632363],[-128.9465180753,53.7718076492],[-128.6132069014,54.0327031736],[-128.76373275,53.547946463],[-128.5382441056,53.4281966532],[-128.1342835029,53.4723817284],[-127.5469927574,53.0973363548],[-127.766720897,53.1673795991],[-127.8296009791,53.0692839308],[-128.1392498803,53.449457085],[-128.5266029069,53.3986602048],[-128.985514424,53.5437435129],[-128.861158221,53.2794641876],[-128.5699352108,53.1192603343],[-128.4397434096,52.8195933601],[-127.828485469,52.7350463922],[-128.1123682423,52.7588577078],[-128.3531576579,52.2666328506],[-128.1095717662,52.4609060241],[-128.0226097957,52.3227149439],[-127.960217576,52.4790040286],[-127.9480218526,52.322605509],[-127.8847445408,52.3759402607],[-127.9420734623,52.4567535376],[-127.879946637,52.5039820968],[-127.7141786476,52.4516397407],[-127.8711232329,52.4907245196],[-127.9272530721,52.445335959],[-127.866892143,52.3639362189],[-127.9320270206,52.3176199113],[-127.882151986,52.1999989758],[-127.7180919333,52.2713290321],[-127.6249912166,52.2845552041],[-127.4929260529,52.3360359359],[-127.4373822263,52.4140703293],[-127.6309201267,52.6069211584],[-127.342980857,52.4185168437],[-126.9885138963,52.841276199],[-127.2204981172,52.4467383159],[-127.157245767,52.3417153336],[-126.7636159374,52.3794473091],[-126.9660533201,52.3110039893],[-126.6675142568,51.9633960203],[-127.1762027572,52.3141518737],[-127.875096953,51.902282302],[-127.8897905586,51.7142555847],[-127.6617147337,51.5180089039],[-127.3607148564,51.8724431634],[-127.4344887736,51.6580505586],[-126.7234795929,51.6719072407],[-126.6696908122,51.8017077271],[-126.5747954902,51.6161340663],[-127.499326062,51.6256041712],[-127.7704795397,51.3260937294],[-127.0590390108,51.3506414657],[-127.7833354041,51.1638670607],[-126.6791148196,51.0508178252],[-127.4996375494,51.0970439937],[-127.056897091,50.820451607],[-126.8977941248,50.8849370347],[-127.170455082,50.9248331784],[-127.0692835408,51.0101910354],[-126.9771459926,50.8985413311],[-126.2307622283,50.9241163936],[-126.5811476536,50.8499301587],[-126.2142664973,50.8332308356],[-126.1745783047,50.6687315576],[-125.7133205347,50.715774262],[-125.5928404394,51.0887687488],[-125.6967551548,50.6917506029],[-126.274216072,50.6279978231],[-125.9398668349,50.6382143257],[-126.2847286638,50.5187494877],[-125.706660831,50.4227385082],[-125.4721459728,50.7234290187],[-125.590805056,50.4497566596],[-125.3502714418,50.4805880094],[-125.1116757829,50.4322163184],[-124.8215480679,50.9306717552],[-125.0744705826,50.324357306],[-124.3514607891,50.4930740582],[-124.6765681108,50.3677239578],[-124.8015540542,50.0088731061],[-124.4436531483,49.7775051259],[-124.1337660742,49.782830072],[-124.0354394529,49.9334963641],[-123.9257952404,49.8390997872],[-124.013603222,49.9944416097],[-123.8043493829,50.0925049977],[-123.986113645,50.2108459602],[-123.8012686518,50.1294777719],[-123.7449163752,50.0842731532],[-123.9765888497,49.9652671798],[-123.7818560741,49.5670698753],[-123.9676687846,49.7662041722],[-124.0546619067,49.6022032139],[-123.5293598228,49.3850366916],[-123.1573995393,49.6837139268],[-123.2671419011,49.3730854867],[-122.9588773011,49.3028470733],[-122.853243332,49.4276354077],[-122.879172677,49.2943626137],[-123.2168939203,49.2774168962],[-123.1773647432,49.0857508888],[-122.7577378686,49.0020868932],[-119.1960368901,49.0000809311],[-114.893128252,49.0001584437],[-110.8931470837,48.9981332487],[-106.8069319164,48.9999803833],[-102.5098332377,48.9988912278],[-97.681880845,49.0005610216],[-95.1559721328,48.998968825],[-95.1493115424,49.3791921154],[-94.9907857269,49.3690630998],[-94.5875633093,48.7178145264],[-93.8435543389,48.6299133031],[-93.7879989056,48.5158911854],[-92.9523001846,48.6308806984],[-92.3607409581,48.2256008019],[-92.0570046048,48.3591587161],[-91.433833399,48.0490883207],[-90.8813309879,48.2458133509],[-90.7505969153,48.0914570802],[-89.2741245383,48.0017636959],[-88.3669845022,48.3047294436],[-84.8640939218,46.8906506983],[-84.5566454899,46.4612877407],[-84.1293146414,46.5299733226],[-83.9705867761,46.0886555926],[-83.5713871114,46.1050208059],[-83.4351210337,45.9980502418],[-83.5946579444,45.8202792628],[-82.5192264437,45.3381258017],[-82.1233919999,43.5912556248],[-82.521935378,42.6094864091],[-83.1278793272,42.2377309021],[-83.0759682194,41.8799804042],[-82.6952924602,41.6852084892],[-82.3765145499,41.6865393338],[-81.2456365797,42.2073411752],[-79.9026517692,42.4626492809],[-78.9495914636,42.822993063],[-79.199303555,43.450041524],[-78.695162106,43.6294868608],[-76.9125741662,43.6331592361],[-76.3126039313,44.1988963879],[-74.9742372627,44.9829737968],[-71.5045879742,45.0133599219],[-71.2953574059,45.2993597928],[-70.854241133,45.2305280504],[-70.2644901176,45.8877653271],[-69.9960222782,46.6963236131],[-69.2226179496,47.4595117549],[-68.9004088496,47.181129469],[-68.2839595743,47.360068278],[-67.7914136879,47.0673101072],[-67.8031207134,45.6969825358],[-67.4474763764,45.600046207],[-67.409070547,45.165982816],[-67.0944828749,45.0745254502]]],[[[-69.7072716546,83.0362246333],[-71.0638633767,83.0932869678],[-70.7749159679,82.8855078217],[-71.5585523736,83.1008257579],[-73.2545784711,83.0171205868],[-72.5658549161,82.5882921692],[-74.4053375812,83.0238973391],[-77.454028718,83.0547719157],[-75.53697794,82.6264891528],[-76.0951283138,82.504151149],[-77.8150782367,82.9296845738],[-78.0657225851,82.8133989021],[-78.6921921957,82.9456737059],[-80.3423192792,82.8952531884],[-78.4891753016,82.6745473491],[-81.543050172,82.8036988631],[-80.2506442478,82.4653087652],[-82.1459509656,82.6689204844],[-81.4357431491,82.4977314806],[-82.4976999556,82.496503924],[-82.612702721,82.3608438653],[-79.4375819627,81.8846951622],[-82.610486742,82.2809358711],[-81.8293853183,82.0426423781],[-83.0710399759,82.0518428348],[-85.0219195872,82.4805179602],[-85.6164172837,82.2342491688],[-86.8472676626,82.1987844983],[-84.5080552466,81.8805471777],[-86.7114523152,82.0512437226],[-86.782808906,81.888708483],[-88.0279852521,82.0962300237],[-88.8796092066,81.8134573727],[-89.2411621667,81.9410182],[-89.3131969696,81.8134380849],[-90.268815877,81.8920383902],[-91.8878880896,81.6581226818],[-91.4024535473,81.5143943014],[-90.2268787336,81.7019932021],[-89.497513647,81.6277876067],[-90.8019638559,81.4472123383],[-90.3711798913,81.3622432546],[-88.288037199,81.5687778073],[-87.2203502281,81.4902667553],[-88.5851056819,81.5147917873],[-89.9148035748,81.3341557067],[-88.8838020052,81.2418459204],[-90.2474700833,81.1920786758],[-89.7128818094,81.0083873194],[-84.6654206884,81.2842392439],[-86.684849878,80.9985896941],[-89.4097117007,80.9151974781],[-87.4767875721,80.6231017757],[-85.6835305854,81.0403171299],[-82.334637885,81.1760424516],[-85.6809157741,80.9579653621],[-86.708988867,80.5991428238],[-86.0507688121,80.5306109702],[-83.8636046809,80.5346099082],[-83.1932116384,80.8292010287],[-83.340754594,80.6793773861],[-81.7372867926,80.8165051762],[-83.1132078853,80.5414592196],[-80.942860606,80.654824494],[-79.4559368829,80.8532093741],[-79.4492048773,81.1925549298],[-78.8432926158,81.1006518807],[-76.8557902437,81.4536467321],[-78.9678990281,80.8768992111],[-76.4463696312,80.8488638977],[-79.9884340144,80.6138215573],[-78.0240781081,80.5584944089],[-83.1891518882,80.3273684857],[-81.392347362,79.7111224571],[-79.736181715,79.703826046],[-80.6968651644,79.572953548],[-81.7271653906,79.5889007672],[-83.837218475,80.2553093588],[-86.4905127681,80.2973075221],[-86.4795258137,80.017236234],[-85.2715129834,79.9223496903],[-86.4004055618,79.9672467678],[-86.449438277,79.7788468427],[-85.130889462,79.6444784739],[-84.3196434954,79.1917614646],[-83.3441025479,79.0564954429],[-84.5069259894,79.1499682712],[-84.7056787589,79.020233304],[-82.537376966,78.891142943],[-81.5260621027,79.0643412112],[-81.6426090103,78.8921955833],[-83.2495597503,78.8495772907],[-82.1992035876,78.7328471453],[-82.3687409432,78.5683884788],[-85.0648768757,78.9184560496],[-86.6489880921,78.7936638859],[-87.515247923,78.1321935858],[-86.6844951764,78.1232305439],[-85.8172603384,78.3871667301],[-86.2745131198,78.0769100922],[-85.4362973259,78.1058370997],[-84.6173345403,78.6027571248],[-84.9635101492,78.2177739917],[-84.0354768223,78.177016632],[-84.9802596131,78.1791050026],[-84.2787970614,78.0800174406],[-85.6876323168,77.9336024749],[-84.3099166493,77.8969282369],[-85.3003509886,77.8720512193],[-85.2877573692,77.6705456503],[-84.9309980393,77.5990537393],[-84.4719541969,77.7559545923],[-84.8545103171,77.5416512362],[-83.889224115,77.4967091494],[-82.2974576184,78.074788096],[-83.836154032,77.4614612228],[-83.4707265749,77.3502430591],[-84.546995669,77.3979313588],[-84.4679796207,77.2904819796],[-85.6668363254,77.444148589],[-86.4936938771,77.8387526901],[-88.0968350268,77.8198722583],[-87.7156700068,77.3562061488],[-86.8403214781,77.3596535236],[-87.2203373534,77.1979314357],[-86.6159840891,77.1821869093],[-88.3940345266,77.1189801646],[-89.521067369,76.8510152962],[-89.6647323607,76.572020877],[-89.14569793,76.4198418424],[-88.6850894633,76.60206967],[-88.5942850584,76.4009011947],[-88.5094083459,76.8214868851],[-88.4279770486,76.4045386907],[-87.6239320786,76.338109962],[-87.5117091626,76.6120898542],[-86.6764792034,76.3455359843],[-86.6152509177,76.6463982896],[-86.3901762178,76.387782061],[-85.2273706574,76.2870366167],[-84.3857843286,76.3162593897],[-85.1749174896,76.6579387436],[-84.6228130537,76.4334149692],[-84.1428554771,76.4761490441],[-84.2902744072,76.657912353],[-83.2043153312,76.4148777133],[-83.3667584164,76.6714489682],[-83.0358052063,76.4329804456],[-82.2764325751,76.3932095046],[-82.7238636707,76.81656541],[-82.222796234,76.6274435532],[-81.7654030324,76.6966994887],[-82.0861691288,76.5148137569],[-80.7565553351,76.419449613],[-81.0576549337,76.1318032022],[-77.8215747557,76.6394850122],[-78.0845571389,77.0207396938],[-78.7544851941,76.8233660077],[-79.4234038161,76.9237985311],[-79.2795948951,77.221317801],[-80.3418719429,77.0724203827],[-80.0648558011,77.2017238633],[-81.0794744714,77.2887106344],[-81.8037163306,77.1565186654],[-82.1932396129,77.3022356654],[-81.1533276378,77.3292274299],[-81.9547994594,77.6852131522],[-80.7708850246,77.333873905],[-78.8192056822,77.3070839673],[-77.7434119661,77.60377678],[-78.4783780969,77.9737860032],[-76.8849467159,77.8961001394],[-75.6860313214,78.0254900934],[-75.5827541939,78.1283822077],[-76.9525171043,78.2164132608],[-75.6296129806,78.1980655316],[-75.0043857339,78.3319749979],[-76.6209526296,78.5259128214],[-74.5779965511,78.5859626624],[-74.7122606372,78.8187351931],[-76.685224793,79.0288626039],[-78.1717290651,78.7624098349],[-77.6606072107,79.0172263731],[-78.8716397683,79.0629043014],[-76.0862813591,79.0767480144],[-78.2411285459,79.1689037874],[-76.1332133452,79.2008467766],[-74.4188588791,79.0355534277],[-74.4710978456,79.2289834409],[-78.0479527558,79.3507825979],[-77.1544719332,79.3222878136],[-77.3173116158,79.4525934142],[-75.9000165621,79.346476019],[-77.0759712,79.5518576714],[-75.0823995112,79.3695709949],[-74.9883370604,79.4975501257],[-73.196438711,79.5194973024],[-73.3637999753,79.758182075],[-74.7470347426,79.7990631652],[-74.2941042288,79.8878754954],[-72.2566901406,79.6495221462],[-71.1028924282,79.782365871],[-71.4038662873,79.926325111],[-70.4616687038,80.0921272576],[-72.3061477082,80.0590070208],[-72.3950128663,80.2176513786],[-71.6223884117,80.1038724772],[-70.1195184029,80.187356818],[-70.7886834787,80.5585916993],[-70.2247388439,80.3408651908],[-69.4268959819,80.3818867407],[-64.4285676364,81.4756144519],[-69.9324634121,81.0911206084],[-70.1806340457,81.1795590508],[-66.6035889289,81.5163428067],[-68.6244802543,81.5115134482],[-69.3345012356,81.7129672387],[-68.3211750989,81.5605448036],[-65.8504670229,81.6285602853],[-64.147879818,81.7430006228],[-61.214241457,82.227616764],[-61.7166477783,82.4878872758],[-63.4280734339,82.4356910514],[-63.5702105396,82.8339990391],[-64.4277606999,82.754758118],[-64.8593031176,82.9080680437],[-65.1200674274,82.7539475401],[-65.7344221088,82.848704961],[-68.5917752668,82.6224634779],[-66.338227936,82.9227241971],[-69.7072716546,83.0362246333]]],[[[-86.5482995183,73.8566340568],[-87.9993287832,73.6497243564],[-88.9911671638,73.2850126958],[-89.9152101583,72.4233660426],[-89.5606316574,72.173565439],[-90.0523788001,71.9538340466],[-89.8835865454,71.3659752183],[-87.8203089219,71.2737762491],[-86.979641309,71.0035308682],[-88.0616272639,70.9439406248],[-89.5246189761,71.0995632228],[-88.7755589211,70.5036518271],[-87.8430527918,70.2495943878],[-87.7527492724,70.3441085806],[-86.9771816506,70.292823812],[-86.9806189278,70.4721817257],[-86.6436400883,70.3241356111],[-86.3638308311,70.5303648332],[-86.5495219506,70.2475436268],[-85.8323446923,70.0175298367],[-85.2215684222,69.9934726689],[-85.8381570781,70.0524362566],[-85.6534236323,70.1160742119],[-83.2424494206,70.0259900947],[-82.1210421632,69.794518982],[-81.7469626371,69.9410079151],[-83.0168608804,70.3188744746],[-80.8931094611,69.727702551],[-81.7290183456,70.1396055613],[-79.8926733504,69.9938870046],[-79.6956435867,69.865033042],[-78.6848749824,69.953883445],[-78.9431502232,70.3264969547],[-79.599034853,70.3722905852],[-79.4023292391,70.6487707546],[-79.156397661,70.4235633039],[-78.9588965734,70.7076225763],[-78.707815078,70.5482640983],[-79.0093220534,70.4640999753],[-78.3768765881,70.3933028222],[-78.4001333107,70.2321585631],[-77.6688176684,70.2041837767],[-77.6267966947,69.7502760722],[-76.9647505857,70.0004915591],[-77.3064052424,69.836170239],[-76.7717398014,69.745606766],[-77.187616574,69.6424230376],[-76.7205424378,69.5633495217],[-76.6355290913,69.6848796051],[-76.2428453953,69.6662203022],[-76.2143075344,69.5312265197],[-76.4478966053,69.662279152],[-76.6490646498,69.5408028057],[-75.5973089594,69.2416632902],[-75.6018756709,69.0774430727],[-76.5981869062,69.031193458],[-76.6290707692,68.6911341078],[-75.4738706729,69.0264749203],[-75.156252344,68.888217891],[-74.656312435,68.9256287133],[-74.9356454957,68.8202026818],[-74.456470591,68.8334906732],[-74.3690869113,68.5469901398],[-73.9285025559,68.5122890054],[-74.0729098184,68.7185059284],[-73.8118073312,68.6911239328],[-73.9479043049,68.4064884126],[-73.6254977354,68.2457414038],[-73.2051265666,68.3763578694],[-73.4417243609,68.2857592717],[-72.9935394437,68.2377224702],[-72.1881803528,67.2595856638],[-74.4572081269,66.155633634],[-73.46788339,65.4474344066],[-74.1318141912,65.5357475221],[-74.5295442584,65.3265070901],[-74.7519477587,65.4256705406],[-75.2323350008,65.2490465137],[-77.415172088,65.4646717482],[-77.310764563,65.1791608783],[-78.1377674991,64.9481815814],[-78.0226246877,64.4246033917],[-76.656180308,64.1868507223],[-76.6986081359,64.3019404404],[-75.6934166943,64.3654529708],[-75.8136730796,64.6166739259],[-74.6749673896,64.3691380688],[-74.4758464,64.5640284182],[-74.896348412,64.77995778],[-74.6279601581,64.8993068843],[-74.3851146783,64.566152964],[-74.051460663,64.7226223582],[-74.1158411524,64.3265222403],[-73.9204697116,64.6077820896],[-73.4892261332,64.5925588957],[-73.5791607399,64.3110045841],[-73.2813683944,64.6588959169],[-73.3789315579,64.2723964279],[-72.8633391286,64.1577567017],[-72.6313779259,63.8392567908],[-72.3465377433,63.7762772958],[-72.3090713852,64.0582346187],[-72.242677347,63.6658922919],[-72.1762239849,63.7593516106],[-71.8848765581,63.6379884962],[-71.9169077159,63.8237932638],[-71.5443859254,63.5679785421],[-71.196862891,63.5932157391],[-71.6002776169,63.4099544367],[-72.1142921884,63.4384776531],[-71.7078848137,63.4066933187],[-71.3925755463,63.0490441124],[-71.1817373014,62.9972406363],[-70.8667050702,63.1627079698],[-71.1045189376,62.9760552781],[-70.8148473111,63.0577117387],[-70.8715340824,62.9176993812],[-70.1652377431,62.7393126714],[-69.4732238682,62.7574063304],[-69.4497744586,62.564250132],[-69.236079037,62.6403829062],[-69.2649215676,62.4815201309],[-68.8716104092,62.353365921],[-68.8465053747,62.5787077493],[-68.5419015048,62.2481540819],[-65.9510904894,61.8770213051],[-66.234086408,62.0842682926],[-65.891356716,62.207357091],[-68.154551865,63.2078535318],[-68.8863320341,63.6920846274],[-68.4160028404,63.7191443806],[-67.6868665719,63.3710207997],[-67.8202796827,63.7040966121],[-67.1415219226,63.2780765443],[-66.919965339,63.3977975902],[-67.0044165526,63.2461544689],[-66.5331366603,63.0016507561],[-66.5209314599,63.4082503267],[-66.4801191796,63.062953734],[-66.0575076026,62.9412466658],[-66.2380093362,63.2205995881],[-65.9142914013,62.9262919591],[-65.6882455766,63.0496427479],[-65.1924574858,62.5649441676],[-64.9281476394,62.6636057568],[-65.250783206,63.0167898849],[-64.5983844977,62.8993364211],[-65.2949837613,63.7996424317],[-64.5926867332,63.231824237],[-64.4903292137,63.6600890522],[-64.6627075322,63.7503345644],[-64.733190902,63.7527094059],[-64.9088955169,63.781901931],[-64.9409187202,63.8242015866],[-64.610213215,63.9781296982],[-65.1720915719,64.0217346074],[-65.2501193426,64.2147524406],[-65.6718811052,64.3045800783],[-65.1937798238,64.2948085126],[-65.08205258,64.4987783248],[-65.674338348,64.4940305231],[-65.5345953177,64.7277134599],[-65.9103929779,64.8942454],[-65.7953639442,64.6272972593],[-66.0154348819,64.8557199157],[-66.3471186301,64.6488342722],[-66.1194024667,64.8689454771],[-66.6651937634,65.0405782207],[-66.7007231527,64.7452214111],[-66.7417735771,65.1678286507],[-66.9415484782,65.1048403234],[-67.4035534122,65.3317622039],[-67.0425644997,65.4188848248],[-67.502461501,65.5412987314],[-67.3076303683,65.6630570474],[-68.1128469328,65.4311176227],[-67.8473303464,65.6854676087],[-68.3589050123,66.0692108997],[-67.7907737276,65.876404042],[-67.7145060038,66.1042201202],[-67.6176090518,65.9007279946],[-67.1322491083,66.0189689138],[-67.9724396633,66.5088121027],[-67.2689876449,66.2761570379],[-67.4220056713,66.4399302204],[-67.1379705034,66.4428892031],[-67.9289305202,66.6309953341],[-67.0991510982,66.4823153602],[-66.8572739373,66.5676770339],[-67.0769625166,66.6594435866],[-66.8163064817,66.5857972921],[-66.7647342177,66.3749746307],[-66.4955184733,66.3485716838],[-66.4902904543,66.214956339],[-66.1524816908,66.2771594079],[-65.9907241579,66.1096893832],[-65.4815770213,66.399064175],[-65.8710879549,65.942713723],[-64.8388127654,66.1008408771],[-64.335351605,66.3476656753],[-64.8372034178,66.0052512479],[-65.3524209054,65.9135680993],[-65.4656771541,65.6856756282],[-64.7852931661,65.7263409711],[-65.2823894179,65.6343285779],[-65.0980089659,65.5388286327],[-64.8202827931,65.650558802],[-65.1542657661,65.4286933139],[-64.489994996,65.4292722192],[-64.9132006642,65.3050666446],[-64.5568005523,65.0852900919],[-64.2028137612,65.4430360437],[-64.3712156842,65.1792665144],[-64.1193730089,65.2562721769],[-64.2537977166,65.0913606892],[-63.7095499569,65.0865787844],[-63.5400507711,64.8853508487],[-63.3173721466,65.2122134879],[-63.6625184509,65.4669005254],[-63.2916389141,65.4237903019],[-63.69327964,65.5639553022],[-63.3306568132,65.5845457319],[-63.7352058531,65.6707378207],[-63.3452025361,65.660482417],[-63.5169007971,65.9312634764],[-63.200011063,65.647206482],[-62.665306407,65.5760000006],[-62.8529214892,65.9075194013],[-62.2867202711,65.8034912391],[-62.9557589229,66.1345885277],[-62.3207296694,65.9668101893],[-61.9989829226,66.0316370402],[-62.7924065629,66.2273906588],[-62.3163605471,66.2989863092],[-62.6994596752,66.4074485103],[-61.5336849114,66.3270460608],[-61.9842822699,66.4008786381],[-61.5602680419,66.480531125],[-62.0961671316,66.6145229009],[-61.4306144526,66.5310918756],[-61.2820091548,66.6696831289],[-61.6208221301,66.86975764],[-61.999860142,66.8541969836],[-61.725046858,66.9279120789],[-62.0311931489,67.0552382147],[-62.4461743983,66.8961263757],[-62.3213677267,66.7406394773],[-62.5682878324,66.9539710791],[-62.8155163984,66.6888927314],[-62.8621848696,66.9475526383],[-63.3001809996,66.8956099742],[-63.3836794444,66.7115364608],[-63.4255388171,66.9097222437],[-63.8213671419,66.8150477107],[-63.2306199771,66.9625265689],[-63.1135251198,67.3336495],[-63.7687347616,66.9814401407],[-63.450736184,67.2288579133],[-64.7122310407,67.0086081642],[-63.9545809781,67.26787402],[-64.7931855211,67.1947087936],[-64.2344927841,67.3001500884],[-64.7873089417,67.3698919114],[-63.9452221491,67.3498311797],[-64.4616556991,67.4727494341],[-64.0640162467,67.5259112417],[-64.2899352562,67.7229317244],[-64.6508178796,67.6519222026],[-64.5199598256,67.8119419144],[-65.2239931774,67.6409797313],[-64.7179144998,67.979429502],[-65.0826585207,68.043257805],[-65.4339910562,67.8923658091],[-65.3453559627,67.5887857229],[-65.6805402896,67.9968369504],[-66.0268469738,67.5965535208],[-65.9406660402,68.0310411041],[-66.373194132,67.7688618793],[-66.7298829424,67.8724939998],[-66.3905773338,67.8647241451],[-66.3159512028,68.1254912949],[-66.6106560407,68.1396962629],[-66.7447278068,67.9333862484],[-66.6818122662,68.1379384714],[-67.0459798487,67.9932650249],[-66.8025348988,68.2435955117],[-67.3315353448,68.1884702197],[-67.0509968444,68.3310568731],[-67.8806450346,68.2690336964],[-66.7047533286,68.4505083724],[-67.4416361638,68.500476565],[-67.615588518,68.3832923717],[-67.5418421659,68.5563318592],[-68.9080610757,68.6038466321],[-68.0665040134,68.6835454242],[-69.3422486424,68.877554938],[-67.7845491942,68.7835395802],[-68.5722122568,68.9749812544],[-67.7173627417,69.023330153],[-68.4336456206,69.1822440358],[-69.0102185041,68.9785794851],[-69.0894718206,69.1068255491],[-68.5081525294,69.2100778139],[-68.9757978386,69.2238301244],[-68.0852274533,69.2237203054],[-69.2561679769,69.2619645016],[-69.0549752298,69.3554732506],[-66.7758535866,69.142491799],[-66.6774678429,69.2690153168],[-68.5947004853,69.5885387507],[-70.0470605778,69.5447687827],[-68.3106710201,69.6324253446],[-67.9047025163,69.7834560348],[-67.2066341356,69.719071734],[-67.252470769,69.9730475031],[-68.1479912603,70.3042191909],[-68.2265354326,70.1038754821],[-70.0165721368,69.619629036],[-68.6795060291,70.2075148268],[-69.6494955506,70.1451573488],[-69.7874157612,69.9618296783],[-70.4362069272,69.8454491039],[-69.8199273657,69.9873757304],[-70.184076226,70.0320592666],[-68.2890083817,70.5220803999],[-69.4636857818,70.7876684536],[-70.621370713,70.4564596851],[-69.8898894371,70.8812680774],[-71.0082115613,70.6302021843],[-71.5463311122,70.0255107209],[-71.1762405363,70.5467805002],[-71.5011573717,70.5753375662],[-71.8519947442,70.2929595323],[-71.8828103612,70.4419102426],[-71.6068007451,70.6153286468],[-71.1877744359,70.5904893224],[-70.7925965836,70.7461159989],[-70.6071636586,71.0568629938],[-72.6245817887,70.6277565814],[-72.187650314,70.8404235203],[-72.7902596139,70.8231571261],[-72.0846555493,71.0850804956],[-71.4859028634,71.0648399462],[-71.1483901702,71.2689481128],[-72.5542696201,71.660333864],[-73.2716150022,71.0690510514],[-73.3460162901,71.3502350761],[-73.8595075138,71.0478876861],[-73.3865977172,71.3871133747],[-73.5882773293,71.5740373954],[-74.2041725224,71.2000801016],[-74.022206287,71.4407439683],[-74.2997541503,71.4089397804],[-73.6031511159,71.7765073434],[-74.1105585347,71.5289473683],[-74.0985297121,71.740264209],[-74.4540962208,71.6629284639],[-74.7389060377,71.530087884],[-74.618533486,71.3717850464],[-75.0454977008,71.1812644858],[-74.6897572569,71.3971931129],[-74.8335805338,71.5225415172],[-75.1300317374,71.4774159282],[-74.6154257708,71.659372129],[-75.3715067808,71.513581327],[-74.9122024498,71.6672756724],[-75.4033212587,71.6664925824],[-74.2251064176,71.830323996],[-74.2116856468,72.0632593713],[-75.0689801046,72.1149700562],[-75.8767735856,71.7030556497],[-75.2234181219,72.0832107698],[-75.8908338221,72.0841404098],[-76.4005041268,71.8524831734],[-75.9197578699,72.104170096],[-75.0264525087,72.1881980112],[-75.1767653816,72.4890221107],[-75.9668644091,72.5863737509],[-76.1161092391,72.461885836],[-77.0421134634,72.7540224152],[-78.4159426216,72.5873392046],[-78.4126135921,72.3862003612],[-76.9677778287,72.1323425039],[-78.420862468,72.3345534346],[-78.4115325423,72.1711032904],[-78.7284084638,72.3359912554],[-78.8498809187,72.2114213456],[-77.7370065079,71.7478614137],[-78.8078916434,72.1697837484],[-78.5091131284,71.8667759404],[-79.1006287404,71.9627903877],[-78.9385310102,72.2821364824],[-79.3441870967,72.4090068526],[-79.7293346673,72.2171148357],[-79.7895405398,72.5056499071],[-80.163292173,72.3297715666],[-79.679635666,72.1298719143],[-80.2175730412,72.3055358888],[-80.9441037533,71.891280841],[-80.5036455143,72.5145310559],[-81.3764677062,72.24320677],[-80.2431091639,72.760643922],[-81.6137008292,73.7271528819],[-82.856720209,73.720337752],[-84.0021093771,73.5122337987],[-83.6276688084,73.3001475259],[-84.1637163959,73.4818459082],[-84.6315435507,73.402776101],[-84.3184646487,73.2259011696],[-84.7602873688,73.3891719386],[-85.1306483798,73.3095580776],[-83.6050639378,72.9882860182],[-85.3997227913,73.1427290006],[-85.5251870678,73.0257967434],[-83.9336912393,72.7552259248],[-85.3088326891,72.9759026207],[-85.6587742981,72.8928933262],[-85.5149462647,72.4644540884],[-84.3566516282,72.0861363786],[-85.4704367419,72.2690679643],[-85.4943691656,72.075725287],[-86.033659927,72.0179935681],[-85.2762038229,71.6840018133],[-84.597222218,71.6745531258],[-84.7579078634,70.942440141],[-84.9544049649,71.20240594],[-86.7926067499,70.996704994],[-84.8154603734,71.2913800033],[-86.102781689,71.801440539],[-86.735830406,72.7104416484],[-86.1266533186,73.2577569974],[-84.8544254903,73.7405575639],[-86.5482995183,73.8566340568]]],[[[-113.9291029192,73.1414453758],[-114.6759257766,73.3697637361],[-117.3203686607,72.9157004462],[-118.470577811,72.5137089424],[-118.0814645953,72.2379217349],[-119.1221367017,71.7884916164],[-118.9013664188,71.5952425441],[-117.7508853198,71.6664269858],[-118.2330352232,71.3944049546],[-115.0410925481,71.5321061669],[-118.4093223236,70.9722703691],[-117.3919225169,70.5755399514],[-113.8811782506,70.7106531162],[-111.4092889394,70.2859272592],[-112.5265233866,70.1997796797],[-114.4634088023,70.3236157777],[-117.1078144473,70.0995680271],[-117.2964348628,69.8306560971],[-116.4938370404,69.4048890941],[-113.4819946388,69.1801180376],[-113.6755928396,68.8288683017],[-113.1901754528,68.4582302824],[-109.1768655323,68.7050011528],[-108.5409921742,68.9382622374],[-107.3906432747,69.0011727778],[-106.5885206091,69.4956315276],[-106.3893449776,69.1757680304],[-104.889799346,69.0822277421],[-105.1188188402,68.8955914577],[-103.3607108808,68.7873622673],[-101.8055742433,69.0037142727],[-102.1122101098,69.5009872727],[-102.80430108,69.4041656012],[-103.1793104259,69.1111263346],[-102.9979811074,69.5024414864],[-103.5210405529,69.7132072927],[-102.5692541037,69.5499222577],[-102.6654301106,69.7781989911],[-102.2074152788,69.9296915551],[-101.6626733812,69.7072807694],[-101.426977276,69.9449305897],[-101.305135742,69.6838942359],[-100.9464842251,69.6742792917],[-100.9892436438,70.200129212],[-101.5136700129,70.1190548799],[-101.5271530968,70.2761348113],[-103.0144288848,70.6881859228],[-102.8881496498,70.505121322],[-103.4910544318,70.5822258631],[-104.5679182548,71.0690329957],[-104.335102429,71.592879544],[-105.8320408676,73.0457599338],[-106.7436977379,73.2955325568],[-107.0136509641,73.1673598253],[-108.0962889302,73.3082142648],[-107.7523893012,72.150354375],[-107.3390434771,71.9257945036],[-107.8335326923,71.6065742699],[-108.2531206586,71.7289355571],[-108.6618048064,72.6090509909],[-108.9959216776,72.5756261609],[-109.7039704674,72.9350931318],[-110.714683891,72.9603486319],[-109.7307012432,72.7188258084],[-110.2641808112,72.6609958557],[-109.7875161356,72.4852682739],[-110.6733262267,72.5725577281],[-111.6600462607,72.2773198988],[-111.1854881346,72.7224940809],[-112.9411677914,73.0012370767],[-113.575379571,72.7828439466],[-113.4135797286,72.666180441],[-114.5654941896,72.5637577638],[-113.9338276038,72.816029547],[-113.9291029192,73.1414453758]]],[[[-92.8208039698,81.3160547012],[-94.1858386343,81.3543890066],[-93.1511161584,81.0892709332],[-94.2695636031,81.1137829547],[-93.8558116478,81.0191046661],[-94.8791172654,81.057853015],[-95.4487203976,80.902986486],[-93.762524677,80.5229068164],[-95.9649181202,80.5832553322],[-95.2202434014,80.3767839217],[-96.6206218504,80.3502158962],[-95.9113828358,80.1930241836],[-95.2059423589,80.2445927882],[-95.3288117127,80.1189825742],[-94.0867555563,80.1844360457],[-94.7822261033,80.0878381758],[-94.3474052789,79.9800736174],[-96.6806105097,80.1475705741],[-96.5960150817,79.8752468609],[-95.7142253117,79.6373256872],[-94.264416354,79.7583888562],[-95.701277935,79.5388660094],[-95.062331295,79.2729932159],[-94.368891696,79.4314733251],[-93.8780662181,79.2664585746],[-93.0981216796,79.4862820666],[-92.0899204832,79.3416478629],[-91.1238726669,79.391235386],[-92.5140790632,79.3067522402],[-92.2653515918,79.2074166452],[-90.350226426,79.2514253076],[-93.357666719,79.1654241386],[-94.3015064798,78.9856622062],[-93.0176735544,78.7625815137],[-93.8219847246,78.7740353072],[-93.2937280674,78.5830616096],[-91.8945413577,78.5752118097],[-92.9787715339,78.4767826836],[-92.1247125238,78.2183545256],[-90.3507359378,78.1420870114],[-90.7594567187,78.3257353316],[-90.2575011133,78.3356824126],[-89.4748095389,78.1492459081],[-89.978434438,78.615736441],[-88.8755992708,78.146972439],[-88.7717391218,78.6058740177],[-88.1952355338,78.4538055629],[-87.8793079033,78.5566441729],[-88.1691974113,78.992003987],[-87.7336036458,79.094614153],[-87.6281787789,78.6431273938],[-86.9900869526,79.0578076923],[-86.6978782342,78.9569287212],[-84.8841994478,79.2814451002],[-85.7109186469,79.6224723872],[-86.0483170723,79.439384154],[-86.3700479128,79.6527725173],[-87.4044344704,79.5219208952],[-86.9383317386,79.9201625831],[-87.4821937629,79.8338161698],[-87.2095627711,80.0575604262],[-88.1497130506,80.1442710847],[-87.6052790152,80.4053728786],[-88.6081830446,80.3854292386],[-88.3799114949,80.0890255768],[-89.2484309704,80.5257416432],[-90.7436862064,80.5461281066],[-92.8208039698,81.3160547012]]],[[[-95.5336696872,77.0584357306],[-96.8027962376,76.9835040792],[-96.3053151749,76.7501552918],[-96.8812398261,76.8231466406],[-96.9649887977,76.7258401571],[-95.6020383777,76.6101890948],[-96.1253259451,76.5048534451],[-94.8310259777,76.3303451444],[-95.3242978238,76.2362134026],[-93.0847558609,76.3631556574],[-92.107318219,75.8513386656],[-92.505684311,75.2176454153],[-91.5804688964,74.64942682],[-91.1257964004,74.6242844556],[-91.2448287203,74.7257218526],[-90.7760994816,74.8852504086],[-91.0207935206,74.7031434778],[-89.9833450008,74.5311080564],[-89.1772795122,74.5955973306],[-89.0985414533,74.8367686442],[-88.8659327108,74.6537041153],[-88.4608487029,74.8296700749],[-88.4942493447,74.4978725301],[-86.617120128,74.4668093684],[-86.7859032277,74.6153984496],[-86.4549434076,74.4781572154],[-86.1852873263,74.6121519501],[-86.1258686322,74.4792059256],[-85.6127340231,74.4951904891],[-85.5534480311,74.6872418578],[-85.2359253837,74.489222982],[-85.0056415308,74.6964808117],[-84.9058936173,74.4994721326],[-84.3154758823,74.5035114493],[-83.4460071589,74.5901588343],[-83.5088245997,74.9045901529],[-82.7888201076,74.5277532263],[-80.2686076059,74.5828722581],[-80.4607584512,74.9014392234],[-79.8787094214,74.8110880382],[-79.4666567882,74.9221138603],[-80.4067028731,75.0070297886],[-79.4434357309,75.2760811909],[-79.5743835157,75.4594817308],[-80.4285038461,75.4607505042],[-80.234634881,75.627279151],[-81.2874259563,75.6492345618],[-81.0996068566,75.7642888844],[-81.5857701986,75.8086231617],[-83.8150446809,75.8180354141],[-84.4995226741,75.627358661],[-86.1531068289,75.5098566787],[-85.5615417398,75.4021526321],[-86.5473214363,75.3604556932],[-87.2573545784,75.6196965289],[-87.4423906946,75.4927747741],[-88.1514460208,75.4962579276],[-88.7656259316,75.6828831593],[-88.929983427,75.4274740192],[-89.6174820766,75.5924628036],[-89.1672199126,75.7806420342],[-89.9614585886,76.0034219296],[-90.9542678387,75.9526568521],[-90.192001092,76.0620072633],[-91.6290278164,76.2636775882],[-90.1938233037,76.1377614104],[-89.2900215627,76.2989272109],[-91.6093228061,76.4946274403],[-90.4713848952,76.4708946939],[-91.4295594708,76.6912996084],[-93.1185148466,76.6205028257],[-93.5479804482,76.3877279101],[-93.1840087552,76.749358863],[-95.5336696872,77.0584357306]]],[[[-121.3858305293,74.5402228436],[-124.7737854841,74.341392433],[-123.7480466086,73.7498299861],[-124.8594646967,73.096095799],[-124.4395527533,72.9431855059],[-125.1080373759,72.8765169064],[-124.985263343,72.5662160004],[-126.0096092362,71.9709057583],[-124.9252856501,71.9610840437],[-125.2402075363,71.955249673],[-123.9595313239,71.6601536372],[-123.0880786511,71.0805674682],[-121.6533319734,71.4662404812],[-121.3216651909,71.3800984766],[-120.5505454946,71.5209660983],[-120.1867752362,72.2261545871],[-119.3830028534,72.3303091229],[-119.1100478538,72.6416805567],[-115.287140002,73.479542945],[-117.388599137,74.2258533659],[-118.6139762914,74.2265210847],[-119.1031966836,73.9987008688],[-119.0866254968,74.2099206276],[-119.7461259641,74.0899950741],[-119.6607246213,74.2394591579],[-121.3858305293,74.5402228436]]],[[[-108.7191586562,76.8501608081],[-110.377498515,76.4071602909],[-109.26978187,76.1064420704],[-110.0022723003,75.882514177],[-108.9326394699,75.7143260571],[-108.9371527644,75.480294669],[-111.1978750304,75.5207882422],[-111.4334680544,75.8454537198],[-112.2284396501,75.8161177699],[-111.6857212154,75.9207291209],[-112.8923091714,76.2630636651],[-113.9808651073,76.1964047504],[-114.1779609254,76.4779957039],[-115.8815025916,76.3585071796],[-114.640364777,76.1669822812],[-116.6117204431,76.1200956299],[-116.719068941,75.9000889083],[-114.7782996619,75.8978052058],[-116.9308359958,75.7832448997],[-117.2104315003,75.5798297013],[-115.0164591864,75.6995890331],[-116.0004690397,75.4905096877],[-117.2657403053,75.4728091682],[-117.4314400721,75.1906106291],[-116.6697525814,75.1191610906],[-116.2340345179,75.2177472887],[-115.6917365072,74.9710931117],[-115.2229953642,75.185960644],[-115.0378539212,74.9637573112],[-114.379812058,75.0911782679],[-114.6125468701,75.2821846243],[-114.1709238176,75.2217497646],[-114.0278752158,75.4757002152],[-113.4160915081,75.403499491],[-113.9013139237,75.0551522298],[-112.7747397904,75.1205352277],[-112.6307844211,75.2647172568],[-112.3703378382,75.1252690054],[-110.9541770113,75.2505569087],[-111.6698387752,74.992149258],[-112.8440246931,74.9808891344],[-114.3688731956,74.7129800051],[-113.5348248592,74.4293951799],[-111.6430923018,74.4958893739],[-108.791253773,75.0704714947],[-108.3661142684,74.9141732558],[-107.7385639056,75.0975646829],[-107.2018831099,74.9095939394],[-105.9833409156,75.0541918087],[-105.4336939554,75.8643883708],[-106.5301181552,76.0673025228],[-106.8333625381,75.7493877261],[-107.1631367683,75.9114757967],[-108.0118877972,75.7986501964],[-107.5796152271,75.9948486341],[-108.4095119908,76.0593531131],[-108.0447182032,76.2779747546],[-108.7191586562,76.8501608081]]],[[[-99.7879750031,73.8919563898],[-101.1095462246,73.7349925141],[-100.4998027909,73.4455060274],[-100.8601009836,73.5889456023],[-101.6105634809,73.4936012749],[-100.9032078679,73.266897954],[-100.184369721,73.3259020076],[-100.5790056437,73.1543640633],[-100.0300809606,72.9599737441],[-100.3108972588,72.8714256968],[-100.4485256907,73.0193041437],[-100.3599658704,72.7532793971],[-101.2701231922,72.7132230851],[-102.2232761667,73.0891515327],[-102.7138874863,72.7301235964],[-101.8051223564,72.3142970536],[-101.1834942649,72.3330960562],[-100.5068298667,72.1345639759],[-99.2134744419,71.3666434137],[-98.5462017789,71.3072475273],[-98.0325522584,71.5471278173],[-98.4862376693,71.7325143553],[-98.2589982473,71.9144240287],[-98.1965153804,71.6644028781],[-97.4953371611,71.6246593628],[-96.521525815,71.8439759843],[-96.4580621672,72.0397256242],[-96.7927099253,72.0355609754],[-96.2693210169,72.4237074334],[-96.5182266242,72.7516326899],[-97.1704391017,72.5994010576],[-97.2826938599,72.968661642],[-97.83968178,73.0457273414],[-98.4118923382,72.9121283283],[-97.8277447259,73.2738267231],[-97.1462820219,73.3547226837],[-97.6974200796,73.5410513973],[-96.9468414914,73.6348908082],[-97.1758650129,73.8499255092],[-97.75065536,73.9143894674],[-99.1469523717,73.7280194183],[-99.7879750031,73.8919563898]]],[[[-93.0532933201,74.1536937579],[-95.2952924197,73.9882824297],[-94.6045121682,73.6533406571],[-95.6564177207,73.7262929484],[-95.8261171927,72.8554317219],[-95.1184812448,72.4653678742],[-95.1659915562,71.9753704219],[-94.4505108473,72.0236418394],[-94.1040289131,71.9963101546],[-93.448756022,72.4416691366],[-94.2860907654,72.7703776199],[-92.0536087926,72.7516475368],[-90.2133641328,73.8548492641],[-91.1209656677,74.0146198312],[-92.3220279041,73.9433077541],[-93.0532933201,74.1536937579]]],[[[-116.041986528,77.4725769251],[-116.7610917853,77.5331797197],[-117.0185116656,77.2979118554],[-119.1789726536,77.3167669138],[-121.5003700224,76.4401057517],[-122.6151758738,76.3407927332],[-123.019159009,76.0870568501],[-122.5377023183,76.161459701],[-122.6677138846,75.9000807244],[-121.8365312837,76.0439740846],[-120.9118592944,75.9521570584],[-120.8733428573,76.183660598],[-120.4574861251,75.8307301173],[-119.793293167,75.8699828374],[-119.6388217651,76.3081654337],[-119.0512434848,76.1056650166],[-118.5262579263,76.3351663928],[-118.949253252,76.4986822811],[-117.8436374089,76.8241636983],[-118.005331072,76.4059360141],[-117.0728746958,76.2986128286],[-117.0214006657,76.5400607152],[-115.8695216407,76.6954605458],[-116.3500253504,76.9304493],[-115.7082274916,76.9489648391],[-116.3861539238,77.137942262],[-115.4009469002,77.3166679029],[-116.041986528,77.4725769251]]],[[[-103.4553890956,79.3078478717],[-105.4574815119,79.3114722492],[-105.5775443298,79.0300539727],[-104.6771360628,79.0224125016],[-104.9973966889,78.7998759466],[-104.116044762,78.9828680513],[-104.1983087272,78.7709062249],[-103.3015596514,78.7345207413],[-104.0240414708,78.627801599],[-103.5080458188,78.5062429387],[-104.8518509944,78.5651571059],[-104.6789612108,78.3243497713],[-104.0147509003,78.2398315682],[-102.665410339,78.3747597641],[-102.5646485523,78.2356529348],[-100.98586681,78.1932800097],[-100.3063845561,77.8191007398],[-99.3302997292,77.8285345273],[-99.4920928843,78.5856981008],[-100.354615987,78.8303772317],[-101.1908236713,78.8004437264],[-100.9607082569,78.9383406311],[-101.822629938,79.0899311439],[-102.5551695882,78.8667326321],[-103.4553890956,79.3078478717]]],[[[-98.3802967283,76.6601658553],[-98.858966143,76.6701221651],[-98.4546911103,76.6498537017],[-99.1316650984,76.4004468653],[-99.680363012,76.6305140617],[-100.9767227283,76.4981458804],[-99.9776377923,76.2951626192],[-100.433293169,76.2135639103],[-99.3991449849,76.1601202283],[-100.2326282971,76.1304378074],[-99.7126472157,75.910478426],[-101.8681800879,76.4462404797],[-102.1498160966,76.2326938572],[-101.6601211987,76.21439056],[-101.9013662406,76.0706763627],[-101.2354154443,75.7489738554],[-101.8326041633,75.9052472262],[-102.8447558457,75.6270595528],[-102.557522783,75.4970372432],[-99.7478505009,75.6663422743],[-100.7339581344,75.3540221987],[-99.9979813814,75.2385714117],[-100.5287778302,75.1936328377],[-100.0932258787,74.9875762009],[-97.9719498658,75.0216776556],[-98.1301605921,75.1829111913],[-97.5543733627,75.1432155389],[-98.1176529147,75.3066794211],[-97.7168846318,75.5707261592],[-97.261686849,75.3940641036],[-97.3454881692,75.6808764634],[-97.8802941842,75.7484872142],[-97.6612292219,76.4842549287],[-98.3802967283,76.6601658553]]],[[[-55.8794595777,51.4952270503],[-55.9000907242,51.6305674504],[-56.7001682873,51.3399456901],[-56.9728061626,50.8881997319],[-57.3648723022,50.6998049509],[-57.1581629438,50.622091156],[-57.3960577511,50.5745022799],[-57.9603063063,49.6777394219],[-57.7056084121,49.4551681882],[-57.9970723812,49.5587825201],[-58.2341223366,49.3932483068],[-58.2151662223,49.2365413359],[-57.9387786661,49.238464055],[-58.1054539024,49.1542510754],[-57.8543027716,49.1778039016],[-58.1505643279,49.1239080548],[-57.892329785,48.95922076],[-58.370423326,49.1469259148],[-58.7132091527,48.5624959658],[-58.9085951904,48.5594794553],[-58.9074857948,48.7004338383],[-59.214182487,48.5475753488],[-59.2668544141,48.4645693287],[-58.4019318428,48.4907601039],[-59.4013058947,47.9181391158],[-59.3107622293,47.6232335393],[-58.0990861168,47.7003566451],[-56.8515659828,47.527781028],[-56.1787464777,47.6466995557],[-55.7774602483,47.9536382294],[-55.9311635303,47.6559773037],[-55.6229050763,47.6846755749],[-56.1880142611,47.496754465],[-55.8559608871,47.5505750458],[-55.7746326818,47.4508568378],[-55.5814123653,47.5813286591],[-55.5881291651,47.4350675701],[-55.4130262057,47.4834336754],[-55.4277898694,47.6801064524],[-55.1507941466,47.5978566919],[-54.9433717094,47.80293319],[-55.0919245983,47.5935297217],[-54.70182432,47.6754516828],[-54.8414838717,47.5575948443],[-55.9881483631,46.9585019467],[-55.4055522747,46.8735491228],[-54.4072228223,47.615747534],[-54.6108560784,47.3592435458],[-54.4434333707,47.419477603],[-54.0803929544,47.8816605929],[-53.8960188066,47.585707968],[-54.1917032446,46.8328654572],[-53.962079477,46.8502544884],[-53.5527578726,47.2173950577],[-53.6204564899,46.6423524301],[-53.2973938883,46.7359074439],[-53.1242762992,46.6363838096],[-52.6251855301,47.5169637351],[-52.7910523289,47.8080012627],[-53.1262933688,47.4343485936],[-53.2606113657,47.6202802089],[-52.8503452268,48.1028465298],[-53.3024666339,48.006324569],[-53.558221165,47.5186397503],[-53.8607565969,47.7969703854],[-53.6146543212,48.0519892242],[-53.9408729604,48.014655714],[-53.6758456466,48.0613877997],[-53.9254908132,48.0797870942],[-53.9787989944,48.1842156211],[-53.9573044897,48.2359073482],[-53.6443732258,48.1739742306],[-53.3732176096,48.3925896939],[-53.2067562492,48.3502145447],[-52.9976049292,48.603120233],[-53.0864855359,48.7031463132],[-53.2907672491,48.548308406],[-53.4487741819,48.6263003262],[-53.648477059,48.3884957389],[-53.6603801142,48.5401766246],[-54.1567492218,48.3489961719],[-53.6180440864,48.6840226273],[-53.8497098798,48.7543678469],[-53.9641676227,48.623369504],[-53.8909853002,48.8434552823],[-54.2348447772,48.7492177839],[-53.6034367122,49.0365546121],[-53.5071916716,49.2808792986],[-54.0591280538,49.4731101306],[-54.4847848458,49.2956511327],[-54.4747768241,49.5690168032],[-54.8379349436,49.2699517066],[-55.0970576678,49.3613521318],[-55.4025455147,49.0291691978],[-55.1585880717,49.5410400554],[-55.3365989098,49.5347622407],[-55.3262671987,49.3171173384],[-55.4025600324,49.5067986221],[-56.1266809329,49.4235003816],[-55.846666811,49.6882546218],[-56.1790048853,49.6182932418],[-55.4755143534,49.9679585602],[-56.0185920088,50.0361709899],[-56.2078821,49.9245640394],[-56.1609193004,50.1557984739],[-56.8535819382,49.5700166757],[-56.7477458761,50.1339986197],[-56.1112627183,50.6688878292],[-56.2363180776,50.8858171706],[-56.089443883,50.7233183509],[-55.7292433882,51.0931401203],[-56.0807243146,51.358832329],[-55.6024841409,51.2997709266],[-55.4272239953,51.5738330914],[-55.8794595777,51.4952270503]]],[[[-85.4089069153,65.797566492],[-85.5861346886,65.91574475],[-86.0566658817,65.5826936861],[-86.3928094894,64.5893861262],[-86.1761897611,64.0880209086],[-86.9416535267,63.8912495291],[-87.1228819781,63.5602980224],[-85.7614929664,63.7234582378],[-85.4349761921,63.0991774961],[-84.5821437493,63.307288091],[-84.2964069607,63.6272718518],[-83.6087574192,63.7655504333],[-83.5299281412,64.0983201471],[-83.0824625737,64.1769759234],[-83.0725231324,63.9376231667],[-82.3778691906,63.8947811012],[-82.4615557214,63.6665107943],[-81.0698157994,63.437249047],[-80.1880068621,63.7192054509],[-80.9120939778,64.1229209856],[-80.9365678248,63.968862502],[-81.2895967147,64.0761355773],[-81.9899708906,63.97544741],[-81.5821500011,64.132125893],[-81.8259858764,64.5522481852],[-83.3900407787,65.138084155],[-84.0443297188,65.190613428],[-84.4713451338,65.4767697108],[-84.9040529272,65.2186242097],[-85.2628148099,65.5289900522],[-85.1492696513,65.7767230344],[-85.4089069153,65.797566492]]],[[[-80.0765269939,73.6889782582],[-80.8409781192,73.7512340373],[-80.8588901709,73.3347853363],[-80.1899215997,73.2503171354],[-79.5978493496,72.7666777218],[-76.1176292327,72.8518037246],[-77.1961277588,73.5083332591],[-78.1329826013,73.6694522418],[-80.0765269939,73.6889782582]]],[[[-96.7656266,78.6847365886],[-98.4041899083,78.766624076],[-98.0634421792,78.3026859153],[-96.8671353348,78.1317690923],[-97.7806067411,78.030498819],[-96.8622743841,77.7869662238],[-95.1119623813,77.9484307828],[-94.8945121579,78.1054359904],[-95.4368706039,78.2305976819],[-94.907978519,78.3918272426],[-96.7656266,78.6847365886]]],[[[-109.5448660748,78.0665430476],[-113.1840528234,77.9191592774],[-113.1000987362,77.5266147533],[-112.4433062381,77.3692965654],[-110.2555075308,77.4900307092],[-110.0323284687,77.7640270392],[-110.8919048843,77.8585749594],[-109.5448660748,78.0665430476]]],[[[-94.7062110458,75.6203591008],[-96.1161567579,75.4171833621],[-96.61784804,74.989801156],[-95.0567679611,74.6791979428],[-93.7099295151,74.6442200097],[-93.4749923514,75.2637711053],[-94.7062110458,75.6203591008]]],[[[-97.9533835087,69.9080918846],[-98.3412878189,69.6186359893],[-97.9764717847,69.4466317366],[-98.5394584446,69.5999036497],[-98.3594278442,69.3144811958],[-99.4743107244,69.1290948197],[-99.4313498404,68.9161334571],[-98.8568570412,68.9554177677],[-97.4955765381,68.5647403837],[-96.2856438981,68.482598121],[-95.1597670542,68.8765012842],[-95.8270262058,68.8877716411],[-96.0207216152,69.2512808219],[-97.2464639968,69.7021917047],[-97.3842239033,69.5892370526],[-97.315695281,69.7229333338],[-97.9533835087,69.9080918846]]],[[[-128.0045078288,50.8578843151],[-128.4316751257,50.7807581714],[-128.0592002384,50.4525010209],[-127.5620440504,50.5503840499],[-127.9904474529,50.6469357711],[-127.418167878,50.5911768302],[-127.604907232,50.5193859487],[-127.4349355712,50.3328350414],[-127.5828595067,50.4862359911],[-127.9335963223,50.461197511],[-127.9740947798,50.3220732088],[-127.7270023199,50.2954461266],[-127.9132567099,50.1079787328],[-127.1256037728,50.1027736412],[-127.1551957174,49.8580469127],[-127.0137846758,49.8477439718],[-126.813254578,49.8846643722],[-126.6825373686,49.8662738712],[-126.67622,49.8614995504],[-126.6531268163,49.8135551614],[-126.6243620646,49.7341452109],[-126.588594506,49.694527795],[-126.0565630488,49.6267740142],[-126.4827297412,49.6359517792],[-126.5352758342,49.3774249458],[-125.5982750929,49.2304372343],[-125.915197128,49.1392583436],[-125.5372257031,48.9218772134],[-124.9108847522,48.9858086902],[-124.8273711943,49.2501978299],[-124.861615099,49.0046013743],[-125.1944776938,48.7823339782],[-123.6505212022,48.3137413286],[-123.2928195834,48.4127227841],[-123.4038369266,48.6884451002],[-123.553969231,48.5359778986],[-123.9594422146,49.2338731868],[-124.8014872498,49.4820022277],[-125.4426100181,50.3284514796],[-127.1928402177,50.6083052793],[-128.0045078288,50.8578843151]]],[[[-110.3111715446,78.729542697],[-113.0025309178,78.4437561489],[-113.1769781509,78.2689659521],[-112.1596394946,78.3733584099],[-111.4325131282,78.2699809351],[-111.1464995426,78.3907668286],[-109.4206458349,78.3160762073],[-109.3450540002,78.550966939],[-110.3111715446,78.729542697]]],[[[-75.5842502404,68.3031389346],[-76.5289274373,68.2868056239],[-76.9215243649,68.1022356191],[-77.2923662299,67.7203785941],[-76.9921056762,67.2441916752],[-75.9117670464,67.2451802568],[-75.1883920661,67.4416577333],[-75.0059574008,68.1434482138],[-75.5842502404,68.3031389346]]],[[[-105.0628954727,73.7389072351],[-106.4948417426,73.7125739596],[-107.0009804419,73.4657022141],[-105.229173018,72.8462161962],[-104.4444959492,73.5360572327],[-105.0628954727,73.7389072351]]],[[[-95.3874412841,77.7370367982],[-96.2547280723,77.689289466],[-95.833905988,77.4612884153],[-93.5693422921,77.4395657796],[-93.0835161904,77.6570184078],[-93.6464585047,77.7805296626],[-95.3874412841,77.7370367982]]],[[[-99.4240405762,80.1070000297],[-100.1586075699,79.8976967621],[-98.8264373219,79.6706374329],[-98.8242482327,80.0767305008],[-99.4240405762,80.1070000297]]],[[[-90.5068516629,77.6280655817],[-91.1631568201,77.615611153],[-91.2000790236,77.3973261277],[-90.1277690032,77.1938382703],[-89.7162938589,77.4486675878],[-90.5068516629,77.6280655817]]],[[[-105.0380173993,77.5453026609],[-106.0576597257,77.7404353452],[-104.7820151689,77.1100768296],[-104.3489920722,77.2395472288],[-105.0380173993,77.5453026609]]],[[[-81.905396836,62.9414093864],[-83.4897249276,62.8799984269],[-83.9611485432,62.458595679],[-83.727951493,62.1424799977],[-82.824756753,62.2806898242],[-81.966235127,62.7099740739],[-81.905396836,62.9414093864]]],[[[-117.5501451764,75.9792279389],[-117.7009039188,76.1247504129],[-119.3881453567,75.5996583],[-118.5539330073,75.5006968157],[-117.5501451764,75.9792279389]]],[[[-60.514370396,47.0140084802],[-61.5387159501,46.0281392876],[-61.4595237596,45.7032526244],[-61.2994924088,45.5537462896],[-60.9211533707,45.621188672],[-60.9041098312,45.6542656514],[-60.7361140592,45.5717424306],[-60.4233733266,45.6428124659],[-59.7976107819,45.9505184726],[-59.8419714399,46.1709899279],[-60.3514853543,46.3278532747],[-60.6234898757,46.1169185407],[-60.3212975566,46.2095712304],[-60.8003123209,45.9402480557],[-60.4463940177,45.9726358559],[-61.1680156824,45.7083851111],[-60.7371784923,46.0700404068],[-61.0074190888,45.9588008429],[-60.911299857,46.082379769],[-60.4177561926,46.2959955368],[-60.3019029168,46.8473941883],[-60.514370396,47.0140084802]]],[[[-103.1882523599,76.0508138533],[-102.5867540267,76.1395321098],[-102.7154273271,76.3165587578],[-104.4780843389,76.1547918684],[-103.1882523599,76.0508138533]]],[[[-103.3644364492,76.3281464018],[-102.9820208598,76.444900274],[-104.3247623821,76.6670782631],[-104.3789259409,76.3326513362],[-103.3644364492,76.3281464018]]],[[[-62.0936096648,49.3728998379],[-63.0872763977,49.7630299494],[-64.1512453077,49.9421902991],[-64.5189463697,49.870010522],[-63.1011430533,49.2266101423],[-61.7265724697,49.0857112494],[-62.0936096648,49.3728998379]]],[[[-132.80864727,54.1266991843],[-133.0325235144,54.1814707882],[-133.1127202593,53.7820500433],[-132.892936387,53.4665242488],[-132.4169122706,53.3364955208],[-132.7213248278,53.3605101569],[-132.6883965899,53.2553831698],[-132.4694196937,53.1334732586],[-132.2103712634,53.1463733013],[-132.3195315588,53.2311346299],[-131.9652193319,53.2757011472],[-131.6567213813,54.1589138812],[-132.118136807,53.976692741],[-132.0824095021,53.8808857232],[-132.1555181737,53.7055739331],[-132.4286019733,53.6108117234],[-132.577002598,53.6730274961],[-132.1219056058,53.842337067],[-132.1369882851,53.9766253161],[-132.3223383519,54.112723905],[-132.6644456626,53.9423064323],[-132.5754744871,54.1177341504],[-132.80864727,54.1266991843]]],[[[-104.2298653604,75.0247394308],[-103.5668786423,75.1599809343],[-104.2289316519,75.4346296351],[-104.8125855894,75.1732062366],[-104.2298653604,75.0247394308]]],[[[-114.0354683708,77.9622618513],[-114.33007526,78.0741220041],[-115.0813489611,77.9600146281],[-114.2409792009,77.7032794916],[-113.5429920694,77.8157928813],[-114.0354683708,77.9622618513]]],[[[-101.6682440068,77.8962169092],[-102.4285650504,77.8800204078],[-102.3454339724,77.7342892866],[-100.9115326439,77.727214866],[-101.6682440068,77.8962169092]]],[[[-79.8219669029,61.5716468402],[-79.2710877852,62.2317898067],[-79.606027009,62.4142897466],[-79.9674894803,62.3393557696],[-80.2805024394,61.9863850946],[-79.8219669029,61.5716468402]]],[[[-97.6371340649,74.0500391372],[-99.4184009753,73.9037255629],[-98.7092495799,73.8199779609],[-97.6371340649,74.0500391372]]],[[[-63.8777517222,46.6268727748],[-64.0285296921,47.0285645066],[-64.3927313202,46.6147006388],[-64.1236415771,46.5955636044],[-64.1232031171,46.4014770456],[-63.7830419843,46.3874314843],[-63.6553987494,46.2264396144],[-62.9603476984,46.1921543149],[-62.7487360482,45.9538180448],[-62.4696936996,45.9972575101],[-62.3731171877,46.3535424782],[-61.9859093332,46.4576082446],[-63.0514128968,46.4097335316],[-63.6786607951,46.5629526006],[-63.7341060308,46.4338578976],[-63.8777517222,46.6268727748]]],[[[-74.2571021152,68.0655374421],[-74.3402269933,68.1815039542],[-74.7402754839,68.0656821151],[-74.5594687237,67.8119532836],[-73.4295698768,67.7608001352],[-73.4356415579,67.9863718716],[-74.2571021152,68.0655374421]]],[[[-89.9691833486,76.471358013],[-89.998085363,76.842721144],[-90.6024575428,76.7431973379],[-89.9691833486,76.471358013]]],[[[-113.9346937273,76.8868257479],[-114.8325816416,76.7628823221],[-113.5990224041,76.7099329218],[-113.9346937273,76.8868257479]]],[[[-78.4121114656,69.3845421666],[-79.3300185116,68.8585020046],[-78.8172515831,68.9198335162],[-78.2140138918,69.2917161118],[-78.4121114656,69.3845421666]]],[[[-85.9031243509,78.9241213954],[-85.2411133559,79.0543575844],[-86.4991735066,78.9007280783],[-85.9031243509,78.9241213954]]],[[[-102.9530191609,75.7457182997],[-102.1072406298,75.996004092],[-103.0375135977,75.8988202706],[-103.3680664781,75.7684820049],[-102.9530191609,75.7457182997]]],[[[-86.382645009,68.17660508],[-86.6460088181,68.3039230454],[-86.953834646,68.0916267126],[-86.5753922488,67.7312584393],[-86.382645009,68.17660508]]],[[[-80.7596309823,52.9251610996],[-81.3277808892,53.2156397634],[-82.0536012151,53.0089025169],[-80.7124779572,52.6677584917],[-80.7596309823,52.9251610996]]],[[[-131.8018371701,53.2401711779],[-132.0749863504,53.1479209428],[-132.5736072418,53.083711249],[-132.1487683823,52.9872583588],[-132.3558304584,52.9452444834],[-132.2369107363,52.8091143347],[-131.9684170477,52.7941384624],[-132.0683863249,52.7008740529],[-131.1739630182,52.1162174613],[-130.9971588697,52.2122433012],[-131.3159346639,52.2964676068],[-131.8323493047,52.7611042952],[-131.9933194146,53.0413937023],[-131.6169455579,53.0416176334],[-131.8018371701,53.2401711779]]],[[[-79.438075785,69.8029038938],[-80.7966870031,69.6923674864],[-80.003280753,69.5004852577],[-80.0597019564,69.6459961502],[-79.5683579887,69.6288106986],[-79.438075785,69.8029038938]]],[[[-96.1008248009,75.6091304373],[-96.9933058049,75.505814853],[-96.8832921383,75.3847847251],[-96.4156767064,75.5587207854],[-96.1262362803,75.4596744618],[-96.1008248009,75.6091304373]]],[[[-78.1357569243,63.4670933216],[-78.5154733362,63.3899669242],[-77.8550996002,63.0949645141],[-77.4952050834,63.273271561],[-78.1357569243,63.4670933216]]],[[[-128.9714652437,53.2866758574],[-129.1968552496,52.9529226639],[-128.8964026987,53.0218270626],[-129.1112100826,52.7943072409],[-128.7998478623,52.6831063766],[-128.6605885782,52.9709989498],[-128.7570142234,52.616742006],[-128.5975146921,52.605824329],[-128.5772780881,52.6675021048],[-128.6845985343,52.640532407],[-128.5700986482,52.6898943793],[-128.5412548289,53.0311622457],[-128.9714652437,53.2866758574]]],[[[-100.6337097229,76.6595669086],[-100.4688244694,76.7605142461],[-101.6875949252,76.5859229497],[-100.6337097229,76.6595669086]]],[[[-78.9689906873,56.4239754219],[-79.2596450543,56.6285212022],[-79.6467910453,56.0874520117],[-79.4630639993,56.5587974906],[-79.9054150926,55.8211552112],[-79.522214735,56.1317302109],[-79.7660958948,55.781527919],[-79.4813454934,55.8648641621],[-79.1394828019,56.2418898896],[-79.2810000237,55.8518038404],[-79.0657473693,56.3337278691],[-78.9480708737,56.3920308077],[-79.1983624406,55.8810803163],[-78.9339360807,56.3159775084],[-78.9233459709,56.4163619566],[-78.9689906873,56.4239754219]]],[[[-84.2859034521,66.1049485476],[-84.1155302251,65.7624544466],[-83.2699015084,65.6318266199],[-84.2859034521,66.1049485476]]],[[[-79.0250983249,76.1137527736],[-79.4374847937,75.8155104901],[-78.8716702193,75.8473287271],[-79.0250983249,76.1137527736]]],[[[-76.9177398279,69.4034180352],[-77.3443287583,69.4118679608],[-77.1817721508,69.1345658309],[-76.6733224663,69.3268946396],[-76.9177398279,69.4034180352]]],[[[-75.1810313319,68.6912168832],[-75.4062394598,68.5211616367],[-74.8222460066,68.3419228157],[-75.1810313319,68.6912168832]]],[[[-94.4272981024,75.75081103],[-94.5078755114,75.9861074333],[-94.86556686,75.9115792079],[-94.4272981024,75.75081103]]],[[[-84.7124038954,65.5447573423],[-84.7185513264,65.8734746201],[-85.0794875836,66.032165061],[-85.107226039,65.7617017186],[-84.7124038954,65.5447573423]]],[[[-64.9969076042,61.6851937723],[-65.4565934456,61.582096886],[-64.834997772,61.3055378254],[-64.6622984963,61.6005017688],[-64.9969076042,61.6851937723]]],[[[-71.9305156339,71.035354252],[-72.1284687073,70.8168488109],[-71.4131577203,70.9312058037],[-71.9305156339,71.035354252]]],[[[-77.3112837641,63.676140554],[-77.4048957508,63.5859885686],[-76.6760927307,63.3769191247],[-76.798391087,63.6119201916],[-77.3112837641,63.676140554]]],[[[-78.0898451013,69.5813469424],[-78.1729814538,69.758320319],[-78.8410626478,69.4695330669],[-78.0898451013,69.5813469424]]],[[[-70.3653451047,62.5223977138],[-70.1713925503,62.5769235672],[-70.3678265626,62.7232597603],[-71.211785187,62.8880262989],[-70.7202474434,62.553606715],[-70.3653451047,62.5223977138]]],[[[-129.6893201016,53.5888652096],[-130.2568577483,53.8907564967],[-129.501563896,53.2063845848],[-129.4329201451,53.4134638299],[-129.6893201016,53.5888652096]]],[[[-95.6434796232,69.6287516671],[-95.9068611156,69.6080362793],[-95.9804334759,69.3741099976],[-95.7624615019,69.5875554967],[-95.554758961,69.3299822577],[-95.3562104617,69.5271900548],[-95.6434796232,69.6287516671]]],[[[-68.370934951,60.1983849771],[-67.8612412954,60.4063764162],[-68.0277674502,60.5826131591],[-68.2477444007,60.5729959287],[-68.370934951,60.1983849771]]],[[[-86.9596314708,70.1203261112],[-87.3568793989,70.1065706252],[-86.4612174514,69.9990332203],[-86.9596314708,70.1203261112]]],[[[-100.3754028889,68.7158321729],[-100.1725624661,68.928156605],[-100.4830963002,69.0610385474],[-100.3754028889,68.7158321729]]],[[[-101.6742579711,68.7274164553],[-101.967218833,68.832551119],[-102.3365375163,68.7012600297],[-101.8116570777,68.5678834827],[-101.6742579711,68.7274164553]]],[[[-129.8030150747,53.1609412078],[-129.9827782094,53.4434657484],[-130.5273696622,53.6264827833],[-129.8030150747,53.1609412078]]],[[[-73.1308098402,71.4431684146],[-73.1392172648,71.5672149279],[-73.3859153926,71.5177294877],[-73.0237070614,71.2994136228],[-72.9531793029,71.5211885024],[-73.1308098402,71.4431684146]]],[[[-104.5981616369,68.5696901821],[-105.0750752628,68.5504423008],[-104.5765979464,68.3988383647],[-104.5981616369,68.5696901821]]],[[[-95.5572958756,74.6430282893],[-95.8156356967,74.5718683487],[-95.2398865563,74.5087112367],[-95.5572958756,74.6430282893]]],[[[-96.6101873036,69.5634555706],[-96.1173272777,69.3594483961],[-96.1319285149,69.5767204782],[-96.6101873036,69.5634555706]]],[[[-127.3045908538,52.2663883519],[-127.2730829872,52.437276322],[-127.4997102084,52.31447133],[-127.7697295959,52.2457184887],[-127.8835019089,52.0876972729],[-127.8939031727,51.936149129],[-127.3045908538,52.2663883519]]],[[[-64.6454418853,62.4981721947],[-64.912992722,62.4208750799],[-64.4734300496,62.3802636398],[-64.3637167188,62.5272092261],[-64.6454418853,62.4981721947]]],[[[-78.4941683187,68.5653027459],[-78.8624504479,68.674057108],[-78.9656410121,68.4851690786],[-78.4941683187,68.5653027459]]],[[[-67.9556841694,69.5256608548],[-67.9179126021,69.7147673457],[-68.3133848017,69.588838028],[-67.9556841694,69.5256608548]]],[[[-61.4007643702,56.6011046592],[-61.3596573712,56.9156828749],[-61.4792205933,56.9637728191],[-61.6333379528,56.8665342344],[-61.650907254,56.7259967879],[-61.4007643702,56.6011046592]]],[[[-64.4808117047,63.8335143344],[-64.6208631242,63.9167952431],[-64.9078085711,63.801422476],[-64.7496996381,63.7560011926],[-64.6663173588,63.7810471803],[-64.4571450576,63.6622726717],[-64.4808117047,63.8335143344]]],[[[-79.0465347577,68.3600478358],[-79.0802465559,68.1812282806],[-78.8211383271,68.2791600393],[-79.0465347577,68.3600478358]]],[[[-130.2494929698,53.999643186],[-130.5252816648,54.0666032638],[-130.703269179,53.848793755],[-130.4288642286,53.9835438573],[-130.5114353096,53.8476897698],[-130.3430087192,53.8298556866],[-130.2494929698,53.999643186]]],[[[-90.2770440226,69.2569423014],[-90.1934550007,69.4509894114],[-90.4922509707,69.3757689617],[-90.2770440226,69.2569423014]]],[[[-65.4016739833,64.6093799573],[-65.3523017353,64.7519685847],[-65.6643434447,64.498597901],[-65.1763771274,64.6254614714],[-65.2727993192,64.7314951963],[-65.4016739833,64.6093799573]]],[[[-126.6704272841,49.5810620646],[-126.6119583154,49.6035524722],[-126.6165377316,49.6720570502],[-126.6751986759,49.8555148661],[-126.7783499937,49.8755830901],[-126.9580493197,49.8361279856],[-126.6704272841,49.5810620646]]],[[[-78.9358192763,56.0988290219],[-78.677771618,56.173507212],[-78.6831912393,56.4390855998],[-78.9358192763,56.0988290219]]],[[[-128.9804260157,52.4557821493],[-128.9310980486,52.6138101784],[-129.280817821,52.8250154294],[-128.9804260157,52.4557821493]]],[[[-74.2348045186,62.6749133187],[-74.6065522492,62.6939996548],[-73.9266666646,62.6146576786],[-74.2348045186,62.6749133187]]],[[[-128.829465416,53.6960595213],[-129.1756851007,53.626556819],[-129.167598699,53.3826778356],[-129.0613241257,53.5296147192],[-128.8864002663,53.5631907828],[-128.829465416,53.6960595213]]],[[[-126.4783766699,50.6384188379],[-126.2646907776,50.6571008801],[-126.233615877,50.8228666842],[-126.5564812167,50.738867084],[-126.4783766699,50.6384188379]]],[[[-127.9490966693,51.9983106276],[-128.1617557913,52.0272888578],[-128.1038081974,51.7888095469],[-127.9490966693,51.9983106276]]],[[[-62.6117736282,67.0831968088],[-62.3918560806,67.1804683797],[-62.8736114028,67.051410933],[-62.6117736282,67.0831968088]]],[[[-79.6679555311,56.3211353658],[-79.6064931951,56.426991892],[-80.106081426,56.1894754348],[-79.6679555311,56.3211353658]]],[[[-79.611352599,51.9114182799],[-79.2588610037,52.0701252198],[-79.6475862654,52.0105719907],[-79.611352599,51.9114182799]]],[[[-63.5840511356,67.329013869],[-63.82012551,67.282765364],[-63.3665238673,67.2981110888],[-63.5840511356,67.329013869]]],[[[-128.5235920423,52.6013737803],[-128.8274943953,52.5129193057],[-128.5064668282,52.4304477697],[-128.5235920423,52.6013737803]]],[[[-130.080942469,53.5634410749],[-130.3070936503,53.7963734178],[-130.397339265,53.6687570834],[-130.080942469,53.5634410749]]],[[[-131.810822964,52.8660627386],[-131.6064640943,52.9635122179],[-131.8512894784,53.0388307504],[-131.810822964,52.8660627386]]],[[[-67.5134066478,69.5078346532],[-67.4289998751,69.5933191752],[-67.7451880509,69.5450280131],[-67.5134066478,69.5078346532]]],[[[-54.2847292636,49.5624595817],[-54.0182334936,49.6498845277],[-54.1047048327,49.7462867348],[-54.3046974749,49.7230418437],[-54.2847292636,49.5624595817]]],[[[-128.9494741388,53.3133173638],[-129.0136079101,53.5327972131],[-129.1580000649,53.336898123],[-128.9494741388,53.3133173638]]],[[[-61.0257027917,56.009603492],[-61.0958035728,56.1792776651],[-61.239863786,56.0800748019],[-61.0257027917,56.009603492]]],[[[-131.5758066546,52.5777664686],[-131.4579032473,52.6238184349],[-131.4825248521,52.7369429554],[-131.7196875969,52.70540292],[-131.5758066546,52.5777664686]]],[[[-61.3290169214,56.5197027256],[-61.6365818218,56.5053244016],[-61.1412185627,56.4420188556],[-61.3290169214,56.5197027256]]],[[[-61.6589232594,57.385509737],[-61.7359965248,57.54414366],[-61.8818977744,57.4476763959],[-61.6589232594,57.385509737]]],[[[-53.7256577637,48.1461971557],[-53.9459667682,48.2091942999],[-53.8599464867,48.091270943],[-53.6549195494,48.0777182317],[-53.5290297406,48.1893070123],[-53.7256577637,48.1461971557]]],[[[-54.5813543799,49.6430471279],[-54.9022320507,49.5960063409],[-54.8891498539,49.4810742506],[-54.5813543799,49.6430471279]]],[[[-61.5421409578,56.3822868332],[-61.7840757473,56.4052243747],[-61.4124034366,56.3226008381],[-61.5421409578,56.3822868332]]],[[[-125.1354726968,50.3282032262],[-125.2818332364,50.4438151276],[-125.4053512092,50.3074804307],[-125.1354726968,50.3282032262]]],[[[-123.4834815094,48.713636742],[-123.372835203,48.7768236072],[-123.5935329727,48.9418103349],[-123.4834815094,48.713636742]]],[[[-126.6699847187,50.8318240891],[-126.9232409511,50.8307232416],[-126.5360747191,50.7851305582],[-126.6699847187,50.8318240891]]],[[[-64.5078873939,47.8621590839],[-64.6951880894,47.8529647858],[-64.6610117166,47.7239584934],[-64.5078873939,47.8621590839]]],[[[-61.400530327,47.6287346833],[-61.9455115108,47.4069997938],[-62.0198615203,47.2247249686],[-61.400530327,47.6287346833]]],[[[-127.9035981863,52.181306514],[-127.9862352973,52.302106973],[-128.0935502612,52.1983996358],[-127.9035981863,52.181306514]]],[[[-60.913273752,45.5773886442],[-61.1297685913,45.5439445408],[-61.0087176352,45.466993254],[-60.913273752,45.5773886442]]],[[[-124.0921693512,49.6465751998],[-124.0076383453,49.7834668963],[-124.2021516612,49.7094469542],[-124.0921693512,49.6465751998]]],[[[-127.0263869089,50.6568778006],[-127.1609959066,50.6329943539],[-126.8248079606,50.6219247949],[-127.0263869089,50.6568778006]]],[[[-59.8583023459,43.9443959659],[-59.7263030144,44.022163391],[-60.1383805813,43.9588560428],[-59.8583023459,43.9443959659]]]]},"properties":{"fid_1":102,"OBJECTID":305,"ISO2":"CA","NAME":"Canada","LON":-98.2295057,"LAT":61.39107278,"ISO3":"CAN","Shape_Area":1699.80174534574}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[11.5643194539,33.1651089822],[11.0863127667,33.2922512732],[11.0514894613,33.6208841676],[10.752390534,33.4732867966],[10.7270240216,33.706771048],[10.3504387461,33.7007328406],[10.0228353164,34.1111632381],[10.8644511538,34.8100774807],[11.136281624,35.2397791571],[10.9984456142,35.6414219632],[10.6525773998,35.8099509072],[10.4662532773,36.1686363133],[11.1261500723,36.8491993239],[11.0602367181,37.0389723069],[10.365633426,36.7225976882],[10.1373156341,37.1425088277],[10.2810492954,37.178539723],[9.7901100856,37.1733390839],[9.8843094267,37.2839401868],[9.7292540401,37.3414963589],[8.6420550004,36.9400830004],[8.6683034977,36.8169481631],[8.1587856569,36.4843237088],[8.4056307322,36.4065335641],[8.2587122307,35.7620847548],[8.3122303847,35.3128811396],[8.4598606331,35.2244892101],[8.2917193256,34.7411835718],[7.5305844674,34.0652252178],[7.5421490663,33.7900193041],[8.4619862536,32.4420536003],[9.075244924,32.0854976413],[9.5515559997,30.2463859996],[9.8930810578,30.3524693069],[10.2769140391,30.8230582294],[10.1374575139,31.4813256426],[10.2907230418,31.6892946256],[11.5323768739,32.4116533828],[11.5643194539,33.1651089822]]],[[[10.9005203512,33.6743037514],[11.0208943832,33.8305945268],[10.7464363637,33.8906588586],[10.7413793086,33.7212400183],[10.9005203512,33.6743037514]]],[[[11.1909708599,34.6960105462],[11.3151155639,34.8023717764],[10.9741565913,34.6536066277],[11.1909708599,34.6960105462]]]]},"properties":{"fid_1":103,"OBJECTID":496,"ISO2":"TN","NAME":"Tunisia","LON":9.57776777,"LAT":34.11173234,"ISO3":"TUN","Shape_Area":15.147163247428}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[45.1495653584,-12.7310617936],[45.0428884248,-12.7142024523],[45.142297999,-12.9994585281],[45.1495653584,-12.7310617936]]]},"properties":{"fid_1":104,"OBJECTID":424,"ISO2":"YT","NAME":"Mayotte","LON":45.14293207,"LAT":-12.81778863,"ISO3":"MYT","Shape_Area":0.0318629666069428}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[46.3182430042,-9.3422219517],[46.2008890999,-9.3705515107],[46.463833779,-9.3832503904],[46.2242950434,-9.4521263183],[46.5202082698,-9.3843649076],[46.3182430042,-9.3422219517]]],[[[55.5212239812,-4.7397484152],[55.4328204064,-4.570155833],[55.3668715937,-4.6435337734],[55.5212239812,-4.7397484152]]]]},"properties":{"fid_1":105,"OBJECTID":485,"ISO2":"SC","NAME":"Seychelles","LON":51.9996514,"LAT":-6.67080807,"ISO3":"SYC","Shape_Area":0.0417638689720024}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[11.3332999996,2.1722219998],[10.008676096,2.1723758271],[9.8225880509,2.3489379248],[9.8133268864,1.92636005],[9.3553076407,1.1699959109],[9.6652994156,1.0611790423],[11.3333925983,0.9996264521],[11.3332999996,2.1722219998]]],[[[8.7672994017,3.7549900878],[8.4533047903,3.4529539702],[8.4574431673,3.2692558546],[8.7423922847,3.290558908],[8.9378151146,3.6642378517],[8.7672994017,3.7549900878]]]]},"properties":{"fid_1":106,"OBJECTID":355,"ISO2":"GQ","NAME":"Equatorial Guinea","LON":10.3354187,"LAT":1.70522691,"ISO3":"GNQ","Shape_Area":2.19075597906973}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-97.146616228,25.9562308902],[-97.4248689107,25.8407263068],[-99.1017321066,26.4411017177],[-99.4271438542,27.0122936902],[-99.5403436416,27.6039354304],[-100.2907387537,28.2750128102],[-100.6746444568,29.1003379791],[-101.4141832903,29.755818387],[-102.3155763384,29.8798019757],[-102.669065155,29.7387958386],[-103.1545704587,28.9718995204],[-104.1588359942,29.3887541152],[-104.5365759174,29.6743968428],[-105.0027605334,30.6819665559],[-105.3899409028,30.8540220906],[-106.4498720978,31.7638637846],[-108.2065653013,31.7834673019],[-108.2121164359,31.3334758301],[-111.0862859198,31.3366398034],[-114.8086888762,32.4929866207],[-114.7223255502,32.7183176706],[-117.1233812137,32.5343909869],[-116.6165878088,31.8493466977],[-116.639476777,31.5209155482],[-116.0585654067,30.7977974989],[-115.6957430652,29.7523273654],[-114.9649217802,29.3734797319],[-114.0472476037,28.4683971288],[-114.3119922678,27.8733536922],[-114.5010567029,27.7720440619],[-115.0632679016,27.859151603],[-115.021881432,27.7422632947],[-114.5167253346,27.4202186843],[-114.4680117672,27.2185672273],[-113.8500692954,26.9688061147],[-113.6353132061,26.7280338276],[-113.3474626627,26.7906564392],[-112.3939846652,26.2332535162],[-112.101825932,25.7569537783],[-112.2488503386,24.7900820418],[-112.0993847196,24.5630032998],[-111.2376718233,24.2230050126],[-110.3346888053,23.565036632],[-109.9882674162,22.8837222154],[-109.520276815,23.1243863734],[-109.4274204297,23.4551464801],[-110.2347700818,24.3438992627],[-110.3229421549,24.1756418051],[-110.6129116081,24.2578360468],[-110.7381372756,24.5527296731],[-110.6607303078,24.8078582688],[-111.3068388437,25.7752082226],[-111.5658858387,26.6794764698],[-111.9122429559,26.8580941254],[-112.3593800838,27.552005113],[-112.7003890957,27.7504261954],[-113.2189352422,28.8227102713],[-113.525937185,28.8935578899],[-113.6392773548,29.285082161],[-114.5619505586,30.006326543],[-114.7109611331,30.9091784542],[-114.8901237582,31.1464067838],[-114.8032230144,31.8197405654],[-114.1634812064,31.4974498492],[-113.8958844521,31.6061705272],[-113.5378994281,31.2968325091],[-113.1061208034,31.1949405848],[-113.086328335,30.6839301078],[-112.1509250747,28.9817238827],[-111.272836631,28.0779494208],[-110.8898167493,27.8493839592],[-110.8300096578,27.9541764786],[-110.5253858526,27.849313893],[-110.5961620309,27.3109008403],[-109.966521408,27.0535967036],[-109.7686523988,26.7088279968],[-109.2845856597,26.5332548134],[-109.3919415751,25.6441968737],[-108.4460942739,25.253289676],[-107.9955256569,24.649350822],[-107.0044993434,23.9464608259],[-105.8156247644,22.6460148034],[-105.6295141337,21.9600009426],[-105.1894904993,21.4412515817],[-105.2387811158,21.0563627613],[-105.5173188863,20.7871269234],[-105.2497400249,20.5720621392],[-105.6879355606,20.3741692304],[-104.9535437647,19.3243650959],[-103.8359723721,18.7721490002],[-103.4680409614,18.319697424],[-102.1921746129,17.9158237408],[-101.9588218828,17.9648458278],[-101.030583819,17.2660708056],[-99.6573158099,16.6961907353],[-98.7739053258,16.5548982532],[-98.5526324504,16.3159525799],[-97.7888706573,15.9853970942],[-96.5001258812,15.6576946078],[-95.1455323681,16.1877914893],[-94.4224781347,16.1685823202],[-93.5429761311,15.7559693284],[-92.2311338134,14.5365504731],[-92.0601904333,15.0695815546],[-92.2092886253,15.2626386361],[-91.7317714481,16.07267811],[-90.4261262272,16.0999461894],[-90.3897165519,16.4125154033],[-90.6196149653,16.479731608],[-90.709062036,16.7157886651],[-91.4386271884,17.2455701786],[-90.988732981,17.2522058057],[-90.9869336463,17.8147958743],[-89.1519610003,17.8156930992],[-89.0728362878,17.9949028334],[-88.859296457,17.8953604266],[-88.5177416771,18.4629141217],[-88.3160076344,18.4873533773],[-88.0458135643,18.8619633882],[-87.8599901789,18.1897616787],[-87.848166488,18.1874338816],[-87.4531623954,19.3123058051],[-87.6856662914,19.2381376979],[-87.4107065123,19.5940665956],[-87.6630900282,19.5241056716],[-87.7423222466,19.6628816942],[-87.4696673993,19.7813043349],[-87.4241513976,20.2249136248],[-86.7637647248,21.1029625082],[-86.7959735553,21.4071052949],[-86.8265919861,21.2447159901],[-87.08959632,21.5895211797],[-87.2298157464,21.4311756243],[-88.1458221329,21.62375753],[-90.3049613963,21.032193931],[-90.5022416778,20.496544878],[-90.453953139,19.9513051229],[-90.7035338143,19.6756211234],[-90.7392379059,19.3317017732],[-91.8541322083,18.6123798171],[-92.3950506733,18.6652192294],[-92.90461576,18.4411780987],[-94.4850599602,18.1509687846],[-94.8166969932,18.5383074427],[-95.8985524969,18.8576139646],[-96.3014897134,19.3323136207],[-96.4730149602,19.8694158],[-97.1760601298,20.6598070397],[-97.4205953683,21.233094848],[-97.3279908219,21.566270791],[-97.7029867248,21.964583742],[-97.8544086336,22.4515055849],[-97.6767227978,24.5043763076],[-97.146616228,25.9562308902]]],[[[-112.300485833,28.7575567857],[-112.2936730098,29.2255630801],[-112.4585364593,29.1917514706],[-112.5691447603,28.8807023402],[-112.300485833,28.7575567857]]],[[[-113.1321927323,29.000883062],[-113.1787494331,29.254795991],[-113.5199708388,29.5486850504],[-113.5881276391,29.4090049339],[-113.1321927323,29.000883062]]],[[[-86.7400199661,20.5502526056],[-86.9290289167,20.5487577803],[-86.9931932343,20.2739244037],[-86.7400199661,20.5502526056]]]]},"properties":{"fid_1":107,"OBJECTID":407,"ISO2":"MX","NAME":"Mexico","LON":-102.53433915,"LAT":23.94348171,"ISO3":"MEX","Shape_Area":174.573079921529}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-54.0091974519,5.6201339317],[-54.0275135456,5.8248870561],[-55.031934314,6.0043105529],[-55.1622755574,5.9693989376],[-55.0997391538,5.8774587393],[-55.8271527304,5.953691091],[-55.9078121648,5.7813136961],[-56.953381971,5.9993474131],[-57.1394537024,5.8102754713],[-57.3230921814,5.3157294972],[-57.1804920912,5.1610573936],[-57.8839540184,4.8793274948],[-57.8286161239,4.6576124318],[-58.0490766408,4.1465697941],[-57.6474702554,3.5497504617],[-57.6797639982,3.3963628013],[-57.3181800583,3.3816143352],[-57.2207180307,2.8938399351],[-56.9258285736,2.388055967],[-56.4773672093,1.945942417],[-55.9114950729,1.8824348761],[-56.1334795971,2.2598198468],[-55.9523541333,2.5311536367],[-55.7458585473,2.4150842367],[-54.9721348442,2.5553547797],[-54.5736663006,2.3299900187],[-54.2100595344,2.7748447302],[-54.2137399451,3.1383005577],[-53.9805642862,3.6028150814],[-54.3128982721,4.0107477278],[-54.4789143674,4.897219497],[-54.0091974519,5.6201339317]]]},"properties":{"fid_1":108,"OBJECTID":479,"ISO2":"SR","NAME":"Suriname","LON":-55.90594635,"LAT":4.13352863,"ISO3":"SUR","Shape_Area":11.8178406538452}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[178.2466913879,-17.3634122096],[177.5157383316,-17.5096034914],[177.2508301122,-17.886526958],[177.3080434546,-18.0967091789],[177.8919067462,-18.2755232528],[178.5840120399,-18.1552329001],[178.6980752458,-18.0004110998],[178.5837755947,-17.6473074628],[178.2466913879,-17.3634122096]]],[[[179.8470516198,-16.2243270866],[178.9420341124,-16.4618731413],[178.690576516,-16.674077907],[178.5255520024,-16.6446788481],[178.4900144167,-16.8143377264],[178.7238421669,-17.0153630952],[178.8641536856,-16.8636218758],[179.0662247601,-16.9068958507],[179.1981492968,-16.6994037969],[179.3583406351,-16.7375267842],[179.3026261352,-16.819750065],[179.9258409392,-16.7634898808],[179.9387342847,-16.6128662902],[179.8217652344,-16.6706889171],[179.9204807883,-16.4695024842],[179.4773945198,-16.7542737202],[179.9995444548,-16.1443741453],[179.8470516198,-16.2243270866]]],[[[178.4669483153,-18.9689967994],[177.9537441948,-19.1310385108],[178.1078176054,-19.1781800021],[178.4669483153,-18.9689967994]]],[[[179.3491812658,-18.0133213444],[179.2468762793,-17.9653661016],[179.3413237749,-18.1180592731],[179.3491812658,-18.0133213444]]],[[[177.5002726364,-16.8051970324],[177.5777564216,-16.6963883737],[177.3874057851,-16.9219399734],[177.5002726364,-16.8051970324]]]]},"properties":{"fid_1":109,"OBJECTID":340,"ISO2":"FJ","NAME":"Fiji","LON":161.6880153,"LAT":-17.44663443,"ISO3":"FJI","Shape_Area":1.61673200385938}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-172.3321178632,-13.4392021532],[-172.7983537702,-13.5147457392],[-172.5285192841,-13.8005942578],[-172.2289595092,-13.800304266],[-172.1672677309,-13.6591515691],[-172.3321178632,-13.4392021532]]],[[[-171.7617077613,-13.8250620848],[-172.05365483,-13.8661897341],[-171.9135820624,-13.999575036],[-171.427529524,-14.0365133472],[-171.7617077613,-13.8250620848]]]]},"properties":{"fid_1":110,"OBJECTID":514,"ISO2":"WS","NAME":"Samoa","LON":-172.16793966,"LAT":-13.73898451,"ISO3":"WSM","Shape_Area":0.241661008379361}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-68.9719409881,12.1991671316],[-69.1573238577,12.3917510509],[-69.0688186641,12.1871273659],[-68.7404032563,12.0485758132],[-68.9719409881,12.1991671316]]]},"properties":{"fid_1":111,"OBJECTID":319,"ISO2":"CW","NAME":"Curaçao","LON":-68.97132576,"LAT":12.19259671,"ISO3":"CUW","Shape_Area":0.0375708432429465}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[42.4042780002,12.4686390002],[40.9413856739,14.0820780124],[40.1178728862,14.5600443748],[39.9210593591,14.4224788379],[39.5869697796,14.6054534904],[39.2666861902,14.4177152774],[39.1503703769,14.6523998854],[38.4553803449,14.4137409809],[37.9156123871,14.8939113119],[37.5330309951,14.1946118006],[37.30541315,14.4473775553],[37.0661414204,14.2642778153],[36.5603403724,14.257712812],[36.1558476849,12.6833940264],[35.6420799099,12.6018720693],[35.0559045378,11.7366413381],[34.9004582536,10.8027775463],[34.791157896,10.714189589],[34.6005263068,10.9028724876],[34.3018546763,10.5914882699],[34.3462972112,10.1689968342],[34.1132455212,9.4986356601],[34.138471688,8.593730915],[33.7672688099,8.3630693262],[33.2446360937,8.4417254353],[33.0029558151,7.8679295351],[33.6748328936,7.690668594],[34.1953098809,7.0368588522],[35.0105946921,6.4650762076],[35.0229681314,5.8622706451],[35.3116957144,5.3385821167],[35.5379623542,5.4182832829],[35.8609028674,5.3143005986],[35.8170990354,4.7800329286],[35.9477000003,4.6200000004],[36.0519330001,4.457046237],[37.0280054937,4.3882572906],[38.1336988889,3.6157457541],[39.5628048353,3.4425255766],[39.8675463303,3.8712669047],[40.7586914121,4.2848267073],[41.2096251188,3.9370536776],[41.9101189999,3.9827555602],[42.0869767156,4.1787465044],[42.8332730766,4.2706897631],[43.0808816322,4.6031079876],[43.6565834359,4.867238976],[44.9313897823,4.9222895802],[47.9861799998,8.0000000003],[46.9502655858,8.0175456403],[44.006010433,8.9968186637],[43.4653709188,9.42266746],[42.8331617369,10.2771504088],[42.6833773263,10.6071492384],[42.9680550004,10.9974309999],[42.6327451956,11.0964140832],[42.0660796728,10.9248072257],[41.8039150072,11.0050867226],[41.8325182389,11.7286360301],[42.4042780002,12.4686390002]]]},"properties":{"fid_1":112,"OBJECTID":338,"ISO2":"ET","NAME":"Ethiopia","LON":39.63531239,"LAT":8.63296773,"ISO3":"ETH","Shape_Area":92.8454147597746}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[28.2128888393,45.4674379634],[28.2468256282,46.6273643721],[28.0884481397,46.9819667706],[27.7833525977,47.1433686486],[26.9473920148,48.1927156929],[26.6302587622,48.2598241094],[26.1821067548,47.9938713428],[25.3083476483,47.9134682871],[25.0383089379,47.7273432637],[24.5743195329,47.9672305999],[23.492909583,47.9680723959],[23.1756126853,48.1196794499],[22.8960203733,47.9540516037],[22.026308484,47.5221861477],[21.0999784237,46.2626275934],[20.2637740004,46.1261440002],[20.263000132,46.1247107984],[20.3534026784,46.0045486818],[20.4263833279,45.9665880923],[20.4874482391,45.9465280072],[20.6147330169,45.8615431368],[20.7006317621,45.7527060811],[20.7034529957,45.7508915298],[20.7793126754,45.622552457],[20.8071579712,45.5216066852],[20.808807531,45.5165177329],[20.8331770892,45.4798655634],[20.8383494814,45.4749320743],[20.9551150583,45.3713558412],[21.0205249999,45.3230248463],[21.283779875,45.2347061244],[21.3329013308,45.2348999894],[21.3364722338,45.2348759569],[21.3391507467,45.2347669572],[21.4038385507,45.2278701527],[21.4095707773,45.2254767213],[21.4741801154,45.1951559526],[21.4835503766,45.1901160304],[21.5138714376,45.1703611132],[21.5258541772,45.1371330926],[21.4508568942,45.0524894583],[21.4506028376,45.0457547116],[21.4639772286,44.9598528466],[21.4792617301,44.9548315189],[21.5312638044,44.9375301869],[21.5478375516,44.9292094147],[21.54969522,44.9273028286],[21.5532139982,44.921974287],[21.5569343128,44.9109742609],[21.558515865,44.9049744041],[21.5588457642,44.9024226048],[21.5577578471,44.8885416392],[21.4880434157,44.8706529033],[21.4793523341,44.8697775914],[21.4775926838,44.8698463571],[21.4625979042,44.8709437477],[21.4437917591,44.8719220787],[21.436613348,44.8720080701],[21.3730835938,44.8676316039],[21.4179689208,44.7742143627],[21.4328596542,44.7745973138],[21.4675145203,44.7759309482],[21.5337266023,44.7727536623],[21.5618235139,44.7677767547],[21.5895118807,44.7584889541],[21.6163588543,44.7140532818],[21.7733154967,44.6613953608],[21.7820729887,44.6597133597],[21.9098905239,44.6471477362],[21.915183786,44.6463188688],[21.9882804697,44.63381525],[22.0002548807,44.6238491564],[22.0224752938,44.5864552801],[22.0824684119,44.503181119],[22.0886612802,44.4986074144],[22.1206452928,44.4795104097],[22.1918067848,44.4979544499],[22.199263277,44.5109869817],[22.2223137167,44.5467064912],[22.3313343294,44.6740545264],[22.3349582699,44.6757210187],[22.4305441444,44.7093777542],[22.4328859044,44.7099386541],[22.460922485,44.7144752896],[22.5329268782,44.6671287376],[22.5816794078,44.63210159],[22.6532087458,44.6171469499],[22.6594452888,44.6180348307],[22.6746850931,44.6154149968],[22.7064232177,44.6022690336],[22.7558999596,44.5351272891],[22.4821921636,44.4905722894],[22.6827005743,44.2452376408],[22.6761430003,44.2154510002],[23.041971279,44.073648383],[22.8760138824,43.8341630248],[24.1805617487,43.6829496652],[24.5144374937,43.7646604142],[25.4022638991,43.619836575],[26.1481966444,43.9855483213],[27.1246309801,44.1396165068],[28.5788889236,43.7387211219],[28.6379717794,44.3222960719],[29.0866428773,44.7497860411],[29.6017987361,44.8409468131],[29.6891917841,45.2028686698],[29.4407499841,45.4337521043],[28.7143105937,45.2239803582],[28.2128888393,45.4674379634]]]},"properties":{"fid_1":113,"OBJECTID":455,"ISO2":"RO","NAME":"Romania","LON":24.98362305,"LAT":45.83992294,"ISO3":"ROU","Shape_Area":27.645934041552}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[43.26031215,11.4605904503],[43.1501162726,11.6024250366],[42.6143318969,11.4656992209],[42.516150838,11.5716884969],[43.3737827251,11.9881264313],[43.35489791,12.384067487],[43.1266915396,12.7108546632],[42.7030921914,12.366164603],[42.4042780002,12.4686390002],[41.8325182389,11.7286360301],[41.8039150072,11.0050867226],[42.0660796728,10.9248072257],[42.6327451956,11.0964140832],[42.9680550004,10.9974309999],[43.26031215,11.4605904503]]]},"properties":{"fid_1":114,"OBJECTID":325,"ISO2":"DJ","NAME":"Djibouti","LON":42.58027608,"LAT":11.73771626,"ISO3":"DJI","Shape_Area":1.79193542103105}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[26.3577550002,41.7111360004],[26.0622556328,41.6998983419],[26.1307894073,41.3560442852],[25.3315525592,41.2418457674],[24.6143463418,41.4239383774],[24.5506068531,41.5483614998],[22.9271735734,41.3384896322],[22.7113920862,41.1399610611],[22.1892853951,41.161680363],[21.7828802112,40.9292286592],[20.980567,40.8552220001],[21.0444736079,40.5663618759],[20.7874370636,40.4284401508],[20.6767930073,40.0965525326],[20.314227389,39.9917697888],[20.4142143468,39.8159494582],[20.2272342237,39.6486081903],[20.008387614,39.6929671693],[20.7316325856,38.9522638],[20.8075279594,39.0624957492],[21.1183558619,39.0412186089],[21.1360877866,38.927373253],[20.7697547833,38.9559754748],[20.7331445384,38.8150388472],[20.9885592417,38.6670617402],[21.1477981621,38.3017520403],[22.4212239017,38.4339618609],[22.556518726,38.2863458668],[22.6612538344,38.3849062984],[23.2254464788,38.1577876148],[22.8767258029,37.9392258528],[21.8300980162,38.3229158562],[21.6101443672,38.1469330387],[21.3740550847,38.1985724649],[21.1064793907,37.8567465476],[21.6523744818,37.4372738762],[21.7089231686,36.8166478849],[21.9311667362,36.7563693634],[21.9330348034,36.9841567351],[22.1214179832,37.0305675201],[22.4806875772,36.4005829902],[22.6313284967,36.8089580537],[23.1951154551,36.4379075486],[22.7216114711,37.5615824043],[23.1226207174,37.4511240221],[23.1715235507,37.288566339],[23.5153417334,37.4303869831],[23.3998883088,37.6379821108],[23.3304827962,37.5338099537],[23.1630571558,37.6184958579],[23.1094370402,37.9129484603],[23.5317464324,38.0472614192],[24.0307176654,37.6529924046],[24.0520443296,38.2093844662],[23.3305625913,38.5074806206],[23.3128402579,38.6454232784],[22.5252531808,38.8608835143],[22.9959876567,38.9554633828],[22.8197446222,39.2389386238],[22.937531096,39.3606152158],[23.1827633873,39.2554160221],[23.0618764504,39.0956152683],[23.3524231533,39.1897655496],[22.5980896753,40.0233645623],[22.593795775,40.4705772413],[22.9521627626,40.6387110988],[22.9130212149,40.4031727347],[23.7126023297,39.909708038],[23.397760556,40.2823615199],[23.666796633,40.2292563399],[23.9371555173,39.9394938621],[24.0032297504,40.1140750267],[23.7422542124,40.3597710076],[24.4076212992,40.1582742574],[24.0212778794,40.4569582653],[23.8724954484,40.4204283281],[23.7361127808,40.7497366511],[24.0924673807,40.7302771576],[24.5142136228,40.9607676612],[24.8056790883,40.8528916579],[25.1349487297,41.0116500849],[26.0364176527,40.7299908953],[26.3452281123,40.9447555532],[26.3238352706,41.2535780953],[26.627619163,41.3490370538],[26.5696880438,41.6098186818],[26.3577550002,41.7111360004]]],[[[24.0298771284,35.5206477788],[23.7893868876,35.5464726972],[23.7401259964,35.6937835756],[23.5222155072,35.2901118189],[24.3936862016,35.1929666297],[24.7305335952,35.0891052054],[24.7552230521,34.9432929933],[26.1110749137,34.9981590521],[26.2883998227,35.1276648684],[26.2918743381,35.2780495873],[25.8116519526,35.1148748776],[25.7409784796,35.3416735788],[24.329868051,35.3539081591],[24.17397047,35.5935767497],[24.0298771284,35.5206477788]]],[[[23.4471561989,38.8679553188],[23.3005639562,39.0436665014],[22.8336397684,38.8348456796],[23.2010898412,38.8367156939],[23.6504630929,38.4043175937],[24.0506462579,38.392169886],[24.3489867339,37.9828499427],[24.5282576409,37.9624287087],[24.5838303852,38.1254915608],[24.2690711341,38.2100674887],[24.1521219418,38.6562326257],[23.4471561989,38.8679553188]]],[[[26.4149045186,39.3178486988],[26.2324993978,39.3852477384],[25.8334643901,39.1920215817],[26.0692770987,39.0925739491],[26.2591638091,39.2081437101],[26.1379367549,39.0406173599],[26.5221218288,38.9758768673],[26.4149045186,39.3178486988]]],[[[27.7607621684,35.8813628504],[28.225968536,36.4574544868],[27.6908379719,36.1569759897],[27.7607621684,35.8813628504]]],[[[20.6375003546,38.3208003908],[20.5622129736,38.4731063386],[20.3400265328,38.1820903281],[20.792374803,38.0646951664],[20.6375003546,38.3208003908]]],[[[26.1543194888,38.3057197799],[26.1476896704,38.5223333361],[25.8600943914,38.5820201343],[25.9973507918,38.3536342358],[25.8722648969,38.2448385526],[26.0161950538,38.1541736019],[26.1543194888,38.3057197799]]],[[[25.4214043878,39.9909272797],[25.0405011631,39.994827545],[25.0510662483,39.8580103924],[25.301112616,39.7958574813],[25.4214043878,39.9909272797]]],[[[19.9219013902,39.796863865],[19.6342316896,39.753820988],[19.8740709031,39.4557363126],[20.1077531601,39.3653074637],[19.9322713226,39.485278933],[19.9219013902,39.796863865]]],[[[20.7764357352,37.8432971307],[20.7026738788,37.9300063728],[20.6263632277,37.8222099874],[20.8422453643,37.6488515661],[20.9617069126,37.7252741262],[20.7764357352,37.8432971307]]],[[[25.4469154887,36.9212502831],[25.5379820702,37.2045755504],[25.3530494633,37.0781929869],[25.4469154887,36.9212502831]]],[[[24.8804686522,37.9053065099],[24.6844092489,37.9591322114],[24.9561836266,37.687398859],[24.8804686522,37.9053065099]]],[[[24.698635592,40.7859453154],[24.5348906356,40.6315207421],[24.7780363892,40.6207844107],[24.698635592,40.7859453154]]],[[[24.5770228446,38.7628254026],[24.6807777991,38.8111713676],[24.4800720079,38.9780165793],[24.5770228446,38.7628254026]]],[[[26.9733481074,36.6730586053],[27.3474417573,36.8884025274],[27.0635072614,36.8452998194],[26.9733481074,36.6730586053]]],[[[25.5951003579,40.4029916751],[25.6664360674,40.4983451504],[25.4496424579,40.4947859413],[25.5951003579,40.4029916751]]],[[[26.9650875997,36.9273073169],[27.0535800626,36.9991429541],[26.9028522262,37.0789825089],[26.9650875997,36.9273073169]]]]},"properties":{"fid_1":115,"OBJECTID":356,"ISO2":"GR","NAME":"Greece","LON":22.99311722,"LAT":39.03435646,"ISO3":"GRC","Shape_Area":13.8075813568922}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[113.2278110788,8.0719425903],[113.3300180122,8.1771064037],[113.3617567204,8.2845553972],[113.2278110788,8.0719425903]]]},"properties":{"fid_1":116,"OBJECTID":519,"ISO2":"","NAME":"Spratly Islands","LON":114.51444631,"LAT":9.05279732,"ISO3":"xSI","Shape_Area":0.0340652273207108}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-128.2974323014,-24.4198004721],[-128.3028723796,-24.3331731393],[-128.3418615228,-24.335617842],[-128.2974323014,-24.4198004721]]]},"properties":{"fid_1":117,"OBJECTID":438,"ISO2":"PN","NAME":"Pitcairn","LON":-128.47860886,"LAT":-24.43538672,"ISO3":"PCN","Shape_Area":0.0046412329248763}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-68.2033552036,12.1166047704],[-68.4038089759,12.3010921131],[-68.248590053,12.0267576497],[-68.2033552036,12.1166047704]]]},"properties":{"fid_1":118,"OBJECTID":286,"ISO2":"BQ","NAME":"Sint Eustatius","LON":-68.28246739,"LAT":12.18412615,"ISO3":"BES","Shape_Area":0.0240716414169101}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-175.3132270104,-21.1193207794],[-175.1323743632,-21.2728733072],[-175.0322928578,-21.1506794539],[-175.3132270104,-21.1193207794]]],[[[-173.9414463037,-18.6450138091],[-174.1243384829,-18.7580892959],[-174.0044807851,-18.7960966151],[-173.9414463037,-18.6450138091]]],[[[-174.3351320468,-19.8235968614],[-174.2925644823,-19.6463223522],[-174.4194139576,-19.9187263839],[-174.3351320468,-19.8235968614]]]]},"properties":{"fid_1":119,"OBJECTID":494,"ISO2":"TO","NAME":"Tonga","LON":-174.72322858,"LAT":-19.70895442,"ISO3":"TON","Shape_Area":0.0730240337113457}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[53.108578,16.6510639997],[51.9999999996,18.9999999999],[49.1144028683,18.6155377028],[48.1829343632,18.1658227492],[47.4764895162,17.1449561037],[47.1688844008,16.9503822779],[46.9996941861,16.9511223327],[46.7489048319,17.2827328078],[46.0593468724,17.2549663008],[45.2115274611,17.4333896219],[43.843317527,17.3394529989],[43.3634286352,17.5526215158],[43.152392401,17.173710615],[43.2342888996,16.6430730827],[42.7721388888,16.404111111],[42.8332861869,16.0246141589],[42.6891366153,15.7256035532],[42.7970056614,15.2949119489],[42.5967348948,15.2321752709],[42.8366957551,15.156774007],[42.9385806584,14.9258240191],[43.4594141352,12.6776134307],[43.6040194652,12.7448692587],[43.9684000503,12.5914807538],[44.576070732,12.8108771784],[45.0301470899,12.8114377699],[45.6712162406,13.3471907144],[46.7385333356,13.4434147991],[47.3860480759,13.6452355103],[47.9740631956,14.0453214757],[48.6955582798,14.0430170232],[49.1048578157,14.5218909221],[52.178065057,15.6015763717],[52.2813090337,16.2619774444],[53.108578,16.6510639997]]],[[[53.8228637994,12.5993368958],[53.5182195148,12.7126674464],[53.3038062076,12.5362335596],[53.7516981203,12.3004964849],[54.4652333339,12.5429063152],[54.1025531968,12.7016305472],[53.8228637994,12.5993368958]]]]},"properties":{"fid_1":120,"OBJECTID":522,"ISO2":"YE","NAME":"Yemen","LON":47.5941376,"LAT":15.90684659,"ISO3":"YEM","Shape_Area":38.2899455087086}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[56.2706910001,25.6258430004],[56.086983,26.0506359999],[55.9506607236,25.7940398491],[54.6991261958,24.8062515859],[54.3530471822,24.2264427017],[53.8061610832,24.0516532657],[52.5776919976,24.12459523],[52.0898353877,23.9487731322],[51.833325302,23.9876361212],[51.5905560002,24.2494439997],[52.5821786793,22.9360830931],[55.2083333001,22.7083333003],[55.2331895228,23.1118356742],[55.5722522039,23.6288761253],[55.4857733627,23.9447417691],[56.0174325149,24.0672994791],[55.7659663992,24.5288914642],[55.8140128729,24.9120148317],[56.0088698431,24.9929950264],[56.1126051113,24.7387624468],[56.3746400003,24.9804239998],[56.2706910001,25.6258430004]]]},"properties":{"fid_1":121,"OBJECTID":273,"ISO2":"AE","NAME":"United Arab Emirates","LON":54.34416628,"LAT":23.90985789,"ISO3":"ARE","Shape_Area":6.24851814487016}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-59.9972146319,8.5457512772],[-60.3478829399,8.6468708601],[-60.4625439018,8.5253218792],[-60.9850962888,8.5722694883],[-60.7826064783,8.7168526582],[-61.012688759,8.8309683188],[-60.845545976,8.976620288],[-60.8466208906,9.1853841917],[-60.9559416458,9.1963125338],[-60.7831250841,9.3116304801],[-60.8670516691,9.4556818664],[-61.6296404702,9.901668917],[-61.5802285379,9.7865683387],[-61.8165006913,9.759098777],[-62.199381124,10.0201816077],[-62.33612499,9.8098065802],[-62.5045909851,10.1947118744],[-62.625168861,10.1663133679],[-62.7549140534,10.4904842472],[-62.7730233714,10.4040426172],[-62.9026890036,10.520123015],[-62.338602463,10.5333507877],[-61.8565555428,10.7498411889],[-64.2624890274,10.6616102624],[-64.227956364,10.5010089087],[-63.6430799556,10.4883276873],[-64.1881869519,10.4657957733],[-64.7451118636,10.1020929343],[-65.0912214272,10.0436013693],[-65.8150591968,10.2213020034],[-66.2338855399,10.6448371571],[-68.1246551284,10.4842509894],[-68.393075079,11.1403237834],[-68.8316946054,11.4422885137],[-69.5912786493,11.4556888897],[-70.0123032763,12.2016574209],[-70.2842687311,11.9259261431],[-70.2333193394,11.6279589712],[-69.8169174202,11.7019958493],[-69.7834886413,11.4417694754],[-70.1579397294,11.4780602541],[-70.1935117403,11.3622488984],[-71.5877661767,10.7997058777],[-71.0238672032,9.7159767489],[-71.0625265821,9.3183539529],[-71.3430702428,9.0928638309],[-71.6585770814,9.0478427081],[-71.8205758619,9.2307021781],[-71.7173383018,9.3918195259],[-71.9467980574,9.4956999402],[-72.1284343262,9.8139783553],[-71.5860448617,10.6737016698],[-71.9691086626,11.5198511578],[-71.3237757227,11.8482134849],[-71.9719136787,11.6433707673],[-72.2473166886,11.1435411728],[-72.4969583182,11.0864091543],[-72.8970827296,10.4434102239],[-72.946072575,9.8368483128],[-73.3662819584,9.1753706337],[-73.010640333,9.2908400654],[-72.9465474647,9.0909806119],[-72.773579958,9.1034455931],[-72.6547822974,8.6192088813],[-72.38735522,8.3437224044],[-72.4753555198,7.4874093524],[-72.1951689512,7.3819700253],[-72.0283495311,7.0202882409],[-71.0226047952,6.9742560211],[-70.6997319749,7.0936399022],[-70.1191365282,6.979281439],[-69.2857931649,6.0592697284],[-69.0994688751,6.2171171511],[-68.7142565938,6.1395317929],[-67.8392950379,6.318539194],[-67.465139083,6.2083658177],[-67.4053070488,5.9960145822],[-67.5967505783,5.8297911132],[-67.622793451,5.4812579999],[-67.8633604741,5.2722371229],[-67.8563143353,4.5280329493],[-67.6350747367,3.7886614517],[-67.500081179,3.7652403959],[-67.3112898267,3.376758712],[-67.860786502,2.7925096572],[-67.6146965803,2.811738704],[-67.1903977016,2.3531820414],[-66.852916276,1.2295567258],[-66.1481126296,0.748136883],[-65.57341859,0.9959283508],[-65.5352287084,0.6535117057],[-65.1099804101,1.1516541424],[-64.1220910937,1.5818103524],[-64.0004586971,1.9736867036],[-63.3939061201,2.1493584644],[-63.411599829,2.4530442372],[-64.0149501819,2.4717769311],[-64.1800288167,3.165957905],[-64.1230360294,3.4707278528],[-64.757220234,4.0515836514],[-64.7969439111,4.2827928743],[-64.6121323619,4.1111387169],[-64.1433814721,4.1050947259],[-63.9994503197,3.9289640653],[-63.6781773168,4.019466477],[-63.4557013887,3.8584996568],[-63.392379484,3.9789873163],[-62.9519393394,3.6115093339],[-62.7419474348,3.6789204604],[-62.7514638557,4.0319395782],[-62.4638988631,4.1780178036],[-61.919208923,4.1407181231],[-61.5544689616,4.2550570378],[-61.3219896612,4.5335601412],[-60.95929308,4.5450431024],[-60.6068144583,4.9229337367],[-60.7363893156,5.2013895637],[-61.3786835291,5.9502359991],[-61.12498486,6.1930240617],[-61.1495155442,6.7380881244],[-60.6901043332,6.8036099156],[-60.3076873859,7.0384230664],[-60.3607669684,7.1814613943],[-60.6200383298,7.2068044856],[-60.7154624486,7.5414011541],[-60.5388404623,7.8164447311],[-59.8084324626,8.267767686],[-59.9972146319,8.5457512772]]],[[[-63.80700653,11.0325774588],[-63.9023861558,11.1482072063],[-64.0256206164,10.9934875357],[-64.2274532518,11.0731326967],[-64.4056901992,10.9697667054],[-63.8912639828,10.8807362168],[-63.80700653,11.0325774588]]],[[[-65.2832954372,10.8772757964],[-65.202262232,10.9176003691],[-65.4163560758,10.9145466914],[-65.2832954372,10.8772757964]]]]},"properties":{"fid_1":122,"OBJECTID":509,"ISO2":"VE","NAME":"Venezuela","LON":-66.1522891,"LAT":7.1308445,"ISO3":"VEN","Shape_Area":74.711648962995}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[34.1132455212,9.4986356601],[33.8884888143,9.5427782064],[33.9681045873,10.15110251],[33.2706123752,10.7220039089],[33.1356373219,11.6249803734],[33.2736266131,12.2134874862],[32.7392692753,12.237539678],[32.7420171151,11.9476058253],[32.108156384,11.944411875],[32.3853158347,11.694234924],[32.4565011307,11.0373762736],[31.2927976108,9.7632164156],[30.828308261,9.721341294],[29.9458353264,10.2878068732],[29.5398276977,10.0813425692],[29.5360230753,9.7503988848],[27.1373986318,9.6241104704],[26.6963294187,9.4901378033],[26.3309984192,9.6127211458],[25.9137063789,10.4103486193],[25.2088901637,10.3448030869],[24.7353173536,9.7288747304],[24.5772333741,8.921002208],[24.2233592447,8.6421508322],[24.203160897,8.3056788011],[24.8341385634,8.1684948097],[25.2828425603,7.7958221372],[25.2029547551,7.4933166401],[26.4106006664,6.6548912016],[26.3287851418,6.3825130469],[26.554394817,6.0531417651],[27.1918574686,5.7239031062],[27.4436110004,5.019444],[27.7669481983,4.7868093778],[27.7856044552,4.5971976908],[28.3644700819,4.3160894007],[28.7800000356,4.5584860766],[29.2429608967,4.3441186078],[29.4677668622,4.6702921882],[29.6441994746,4.6481955722],[30.2092185294,3.9510383153],[30.5146633491,3.8681181561],[30.8629756672,3.4861986984],[31.1816196432,3.7941719459],[31.5096425311,3.6777948159],[31.8165432821,3.8212679939],[31.9599846152,3.5866532237],[32.19919402,3.5048710541],[32.4154044524,3.7422862079],[33.0275236566,3.8899914516],[33.5097078583,3.7523049829],[33.9948773893,4.2278917149],[34.3784600001,4.6200000004],[35.3253248204,5.0221086958],[35.5087361881,4.6200000004],[35.9477000003,4.6200000004],[35.8170990354,4.7800329286],[35.8609028674,5.3143005986],[35.5379623542,5.4182832829],[35.3116957144,5.3385821167],[35.0229681314,5.8622706451],[35.0105946921,6.4650762076],[34.1953098809,7.0368588522],[33.6748328936,7.690668594],[33.0029558151,7.8679295351],[33.2446360937,8.4417254353],[33.7672688099,8.3630693262],[34.138471688,8.593730915],[34.1132455212,9.4986356601]]]},"properties":{"fid_1":123,"OBJECTID":477,"ISO2":"SS","NAME":"South Sudan","LON":30.31870878,"LAT":7.30329176,"ISO3":"SSD","Shape_Area":51.8536142543406}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[30.543253538,-2.4132367134],[29.9581759737,-2.3282630603],[29.8947958964,-2.7435866546],[29.708040075,-2.8126056646],[29.4010127048,-2.8187922431],[29.1487022039,-2.5947425706],[29.0406414502,-2.7438442213],[29.2574984502,-3.0642348939],[29.2396824713,-3.8893026697],[29.4233340138,-4.4475006294],[29.7690491059,-4.4536265566],[30.0241401504,-4.2760676197],[30.451910245,-3.576130785],[30.8376106099,-3.2526182382],[30.7984658129,-2.9891716861],[30.4249781577,-2.8709576333],[30.543253538,-2.4132367134]]]},"properties":{"fid_1":124,"OBJECTID":283,"ISO2":"BI","NAME":"Burundi","LON":29.88761053,"LAT":-3.36949329,"ISO3":"BDI","Shape_Area":2.19160895054979}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[144.9332806112,13.6001433267],[144.620665191,13.451002443],[144.6768506282,13.255430984],[144.9332806112,13.6001433267]]]},"properties":{"fid_1":125,"OBJECTID":361,"ISO2":"GU","NAME":"Guam","LON":144.77399412,"LAT":13.44295001,"ISO3":"GUM","Shape_Area":0.0470703974751543}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-78.6304855346,22.5082721711],[-78.3071255596,22.4398089754],[-78.0103797912,22.174066544],[-77.8071232224,22.0087674531],[-77.8051272229,21.9566060037],[-77.859335246,21.9624976432],[-77.8766018921,21.8587749663],[-78.6964888066,22.3823452563],[-79.3584689944,22.4186130493],[-79.8622880158,22.8266485773],[-79.7872124324,22.8936769721],[-80.3097126983,22.9210535313],[-80.3412498117,22.958968714],[-80.2202726243,22.9495535586],[-80.1315177096,23.0657385413],[-80.225578109,23.1457984184],[-80.3308278581,23.1309236146],[-80.1897633991,23.0720322992],[-80.2265009726,22.9627715612],[-80.4158136314,23.0190944686],[-80.3847900119,22.9356025934],[-80.6202431833,23.1494316704],[-81.1316934756,23.018543365],[-81.2809317387,23.1200438701],[-81.1427143147,23.2051793131],[-81.55650209,23.0353516886],[-81.6007809691,23.1520024158],[-82.2271787679,23.1806477961],[-84.0122706362,22.6869140824],[-84.396355977,22.3311964166],[-84.278752509,22.0099297522],[-84.9528772326,21.8613160862],[-84.4968664338,21.9271655301],[-84.5079306293,21.7538760913],[-84.0331459297,21.9068885393],[-83.945969702,22.1483164016],[-83.3689760933,22.2019240669],[-82.7609142056,22.7013392368],[-81.8701534428,22.6783226701],[-81.6493947252,22.4869561081],[-82.1571337789,22.3933557074],[-81.6708426117,22.0701530931],[-81.7524644151,22.1966651976],[-81.237830521,22.1368309511],[-81.2031181568,22.102059854],[-81.2251553888,22.0471515792],[-81.2404441972,22.1087198032],[-81.3815670376,22.0247432653],[-81.4807751852,22.0940154327],[-81.3817403316,22.0211491409],[-81.2314283894,22.0402522188],[-81.2109310332,22.0539874538],[-81.1978022866,22.0862261041],[-81.2190579611,22.2721274562],[-81.1913460717,22.2792222402],[-81.0790620459,22.079633006],[-80.4197305899,22.0354868452],[-79.8267853903,21.6676739076],[-79.212759269,21.5434500678],[-78.7494969839,21.6369186801],[-78.4733403304,21.0288557348],[-78.1392799231,20.7583868751],[-77.2418323169,20.6667626877],[-77.1141661564,20.360372828],[-77.732070203,19.8407397447],[-76.2255015047,19.9945678607],[-75.2989709971,19.8812411789],[-75.0977902938,20.0580392192],[-75.1541214831,19.8901794211],[-74.1399147922,20.1858045893],[-74.7416707686,20.6235867759],[-75.5212672173,20.791802022],[-75.7513706177,20.703928666],[-75.7700150548,20.8389871098],[-75.5531156742,20.7900537256],[-75.6183472497,21.0709652207],[-76.8169103339,21.3797319247],[-77.9873170658,22.2329874472],[-77.9082305907,22.3318736789],[-78.043400527,22.2824931716],[-78.3810095601,22.550720178],[-78.6304855346,22.5082721711]],[[-77.6647281651,21.9039592738],[-77.553659439,21.8203868867],[-77.335988514,21.631040668],[-77.7408313678,21.7958786478],[-77.7714689784,21.8738254904],[-77.857647768,21.9249085618],[-77.7466885596,21.9558099948],[-77.6918185699,21.9135745508],[-77.7472002604,21.8875956757],[-77.6647281651,21.9039592738]]],[[[-82.6217386349,21.8973371024],[-82.6731547451,21.9849443662],[-82.6088380086,21.7733140551],[-82.9960485034,21.9345681763],[-83.0914474367,21.780906854],[-82.9618531442,21.5793275954],[-83.1905802014,21.627260133],[-83.1429280508,21.527983011],[-82.8892184908,21.4377225431],[-82.5933226438,21.5303417843],[-82.5859745172,21.7100020681],[-82.4272548393,21.691593999],[-82.6217386349,21.8973371024]]],[[[-80.8935410683,23.2480288088],[-81.0388242992,23.2033542937],[-80.5988609167,23.1746062908],[-80.8935410683,23.2480288088]]],[[[-78.994514465,22.6281642914],[-79.0219256157,22.5183636527],[-78.729375521,22.5073172296],[-78.994514465,22.6281642914]]],[[[-78.363940157,20.6775398826],[-78.492660939,20.6111478561],[-78.3308184363,20.5219948097],[-78.363940157,20.6775398826]]],[[[-81.4389146983,21.6413422968],[-81.3610082964,21.6995213753],[-81.619317242,21.6310591428],[-81.4389146983,21.6413422968]]]]},"properties":{"fid_1":126,"OBJECTID":318,"ISO2":"CU","NAME":"Cuba","LON":-79.02624071,"LAT":21.6249641,"ISO3":"CUB","Shape_Area":9.72921317667041}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[173.1153583534,-41.2851219183],[173.1205272671,-41.285795212],[173.1153583534,-41.2851219183],[173.0589567283,-40.8604420041],[172.6518818138,-40.6558660759],[172.7534488589,-40.516113376],[173.0148554896,-40.5502628231],[172.8743074051,-40.5108395474],[172.646033768,-40.5066632964],[172.1082948498,-40.8854279872],[172.06193096,-41.3864392064],[171.7193073072,-41.7170773506],[171.4620646662,-41.7527348402],[171.2817796701,-42.3107110253],[170.8581342001,-42.8319735362],[168.8169482114,-43.9665824582],[168.3717722297,-44.0072490061],[167.9974425419,-44.3291492169],[168.0765931037,-44.5172412393],[168.0014216013,-44.3650898976],[167.8625285374,-44.4485203123],[167.9271578674,-44.6827231049],[167.7755318611,-44.5740968404],[167.5314085526,-44.8812113342],[167.3565506953,-44.8249255858],[167.4417739408,-44.9830424499],[167.3340957479,-44.8506989794],[167.1441880734,-44.9776668226],[166.9698933266,-45.1975493262],[167.1696536992,-45.2504463419],[167.0075001723,-45.3160601994],[167.1379826011,-45.4420217786],[166.8444952941,-45.2764019147],[166.672072086,-45.5529829241],[167.0133225982,-45.4865414062],[166.7235611203,-45.6032628902],[166.9684450449,-45.6050961447],[166.7304514183,-45.7277762083],[166.9794405771,-45.7177463294],[166.4323715209,-45.8443156776],[166.4629904634,-46.0096738244],[166.704311998,-45.86208112],[166.770463213,-45.9469209441],[166.5733384521,-46.0912359533],[166.9170299573,-45.9261068881],[166.6470488952,-46.1941815053],[167.2130289448,-46.2617366402],[167.4992653437,-46.153552299],[167.7829016173,-46.3885048582],[168.0362893414,-46.3837710788],[167.949288995,-46.3092958774],[168.2716705256,-46.4997731357],[168.3384025102,-46.4200122077],[168.3301396912,-46.6248378237],[168.3499568029,-46.5359372116],[169.2045004648,-46.66095383],[169.7814785396,-46.464812323],[170.2975754239,-45.9624849298],[170.7355540584,-45.875270588],[170.7304973531,-45.7757356816],[170.5074959906,-45.8858875101],[171.1412318023,-44.9467788784],[171.3274767566,-44.3003135481],[172.3070876256,-43.8693834284],[172.9340826417,-43.9003987156],[172.9317874837,-43.7505107643],[172.9699659277,-43.8868133778],[173.099726843,-43.8319877229],[172.9814982553,-43.6342971238],[172.6494093311,-43.6401597719],[172.8071801109,-43.5889664184],[172.7376459539,-43.2462070236],[173.3127104224,-42.8865183608],[174.2636576378,-41.7505175914],[174.0295487434,-41.4629208897],[174.1957530982,-41.2403335571],[174.3557738226,-41.1976938517],[174.3849911681,-41.0902609021],[174.2955799102,-41.1677703864],[174.2582225796,-41.182914734],[173.9064992032,-41.2784873597],[174.1994842343,-41.1843494989],[174.3092985068,-41.0117513672],[174.1016631416,-41.0467843928],[174.0665363348,-40.9424993213],[173.8784322812,-41.2076466452],[174.1199939069,-41.1725892039],[173.7463750181,-41.2717354737],[173.9207482056,-41.0647119128],[173.8028125756,-41.0464077001],[174.0185427233,-40.9111382672],[173.1153583534,-41.2851219183]]],[[[173.5846652977,-35.3601188662],[173.3653953483,-35.5470715798],[174.0370247671,-36.3903833092],[174.1798906222,-36.3360828314],[173.9876882681,-36.1246597034],[174.2359790998,-36.263343139],[174.1756757794,-36.1413737142],[174.3147734706,-36.2251663156],[174.3691939918,-36.1203994494],[174.3157971401,-36.3140300734],[174.4739437097,-36.2209129333],[174.237387144,-36.3767437127],[174.4150516451,-36.3570285041],[174.4481175224,-36.6841850012],[174.1630394359,-36.4840682328],[174.4856432861,-37.0503254651],[174.7649536966,-36.928963161],[174.9254386123,-37.0539063002],[174.6896257733,-37.138001885],[174.7335647446,-37.2504997731],[174.535820001,-37.0595112071],[174.774057771,-37.3456914802],[174.8389355622,-37.7964631731],[174.954492569,-37.7378692626],[174.7602647573,-37.8587038967],[174.8806110164,-37.9601906287],[174.7786806893,-38.0822549022],[174.9147260931,-38.0779179154],[174.6916528074,-38.1192076296],[174.5869285556,-38.8213690633],[173.7517568823,-39.2809618672],[173.9131174913,-39.5137732449],[175.1623687501,-40.1071218174],[175.142340599,-40.6889390623],[174.6135289108,-41.2848763567],[174.8180497223,-41.3450876053],[174.8976357466,-41.2352650743],[174.8689244766,-41.4091488732],[175.1964997844,-41.4189842746],[175.2917057547,-41.6132372799],[175.963132799,-41.2425298967],[176.6225659612,-40.4898241503],[177.0904420454,-39.6496648504],[176.8728619923,-39.4535110578],[177.0446999819,-39.195286519],[177.8425847488,-39.059489596],[177.8658078601,-39.2637537607],[177.9988350916,-39.1145058551],[177.9363097461,-38.718617889],[178.2896135821,-38.5292294759],[178.5501648056,-37.6904399864],[177.9860484489,-37.5395335924],[177.1465987644,-38.0422089603],[175.9684987308,-37.6351596063],[175.8244842517,-36.8275179759],[175.6675706482,-36.8736513712],[175.8422587449,-36.7318519358],[175.6087271406,-36.7574538511],[175.3694658782,-36.4699295952],[175.5047122417,-36.7921306696],[175.4137706758,-36.8250713352],[175.4121227257,-36.8310089111],[175.5448739507,-37.1595597721],[175.3958634516,-37.2226717444],[175.1971328028,-36.9355190164],[174.6142212818,-36.855587076],[174.6922425801,-36.7246522963],[174.8129425318,-36.8279762524],[174.6789771033,-36.6198603687],[174.8372714486,-36.6145478512],[174.6932324981,-36.5748007261],[174.8210135182,-36.2778255649],[174.5694567787,-36.1405676887],[174.4941793083,-35.8457307287],[174.3282749637,-35.833342501],[174.3450421452,-35.7344597253],[174.5870545974,-35.852086457],[174.3344807193,-35.1754743202],[174.2068462366,-35.1973514558],[174.220880631,-35.3272802368],[174.1130847933,-35.2854690552],[173.9357051848,-34.9933643344],[173.8670368187,-34.9810123439],[173.431134208,-34.984908315],[173.3461301434,-34.7690969819],[173.2456744023,-35.0212390712],[173.2797547229,-34.8919309439],[172.8584283257,-34.5410188521],[173.0429891304,-34.4070757961],[172.6763380899,-34.4260644919],[173.1345280144,-34.9672815516],[173.0549677062,-35.1916156949],[173.2147288296,-35.3775122447],[173.2800986371,-35.2774456978],[173.3518710826,-35.5189712282],[173.5846652977,-35.3601188662]]],[[[167.5411701196,-47.1829280851],[167.3903266116,-47.268610484],[168.1605303763,-47.1272505509],[168.1983900996,-46.9248116178],[167.9309058739,-46.7040560289],[167.70947318,-46.7431248718],[167.5411701196,-47.1829280851]]],[[[-176.5126435342,-43.7287806579],[-176.8963325132,-43.8257194194],[-176.5907419692,-43.8331392652],[-176.6090545897,-44.1304467636],[-176.3285599916,-44.0494957762],[-176.5538280259,-43.7436936253],[-176.419738616,-43.8915556793],[-176.213072854,-43.7389176721],[-176.5126435342,-43.7287806579]]],[[[166.3202761963,-50.5000003369],[166.06393857,-50.5304955157],[165.8905300304,-50.8393422207],[166.0239017652,-50.7469427674],[166.2300885267,-50.8507595628],[166.0759051821,-50.7154793111],[166.3202761963,-50.5000003369]]],[[[175.4229448326,-36.1253891264],[175.4054152896,-36.0255581956],[175.28626176,-36.216790406],[175.5264833113,-36.3474449587],[175.4229448326,-36.1253891264]]],[[[166.6844825908,-45.6016789547],[166.4481729429,-45.7413576107],[166.6859555841,-45.7471765112],[166.6844825908,-45.6016789547]]],[[[176.0870380397,-37.6109504702],[176.1268672936,-37.6197853092],[175.9856615672,-37.4733217073],[176.0870380397,-37.6109504702]]],[[[174.2582225796,-41.182914734],[174.2955799102,-41.1677703864],[174.2784380433,-41.0845097934],[174.2582225796,-41.182914734]]]]},"properties":{"fid_1":127,"OBJECTID":434,"ISO2":"NZ","NAME":"New Zealand","LON":171.48530226,"LAT":-41.8224646,"ISO3":"NZL","Shape_Area":29.1912311260706}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[159.919597524,-9.4228448223],[159.7185677386,-9.2461510063],[159.5930927718,-9.316922812],[159.5907204016,-9.5277934271],[159.8235858754,-9.801561859],[160.6317021941,-9.9388323859],[160.8766767559,-9.8297238033],[160.3807970306,-9.4152656842],[159.919597524,-9.4228448223]]],[[[160.7101013732,-8.3224927534],[160.5492659808,-8.358115719],[160.7212256901,-8.560847599],[160.7975765139,-9.0719546426],[161.5459329591,-9.7950850639],[161.1617022501,-8.9802319346],[160.9380935449,-8.8149013187],[161.003533156,-8.6349511223],[160.7101013732,-8.3224927534]]],[[[158.548460686,-7.5615698106],[158.3064705019,-7.5684940642],[159.9032929052,-8.5819788379],[159.7520899472,-8.4092004218],[159.8583944302,-8.3514745854],[159.5336266169,-8.084388039],[158.548460686,-7.5615698106]]],[[[161.3674941831,-10.1806553069],[161.2615286636,-10.3247010527],[161.4875056687,-10.3722495052],[161.6074224781,-10.662789],[162.3950215593,-10.8414010619],[162.070570293,-10.4666319861],[161.3674941831,-10.1806553069]]],[[[157.0000019068,-7.2491455081],[157.6398559601,-7.4366754362],[157.1812927388,-7.1590979438],[157.0162637277,-6.8932230873],[156.431872392,-6.5998957544],[156.4041548621,-6.7364050978],[157.0000019068,-7.2491455081]]],[[[157.5165319567,-7.9785317296],[157.2074810399,-8.3151443184],[157.538937569,-8.2513159569],[157.6196966456,-8.3975229678],[157.5344721743,-8.2982969434],[157.428725369,-8.2753335284],[157.2876897503,-8.3629134519],[157.5290216621,-8.2996963911],[157.6036535434,-8.4697688317],[157.821957646,-8.6219686046],[157.8303799778,-8.3315980924],[158.0663756013,-8.4685340148],[157.5165319567,-7.9785317296]]],[[[157.1697041091,-8.1054259354],[157.1691988313,-7.900117244],[157.0037560484,-7.8594988287],[156.9658796651,-8.0631723394],[157.1697041091,-8.1054259354]]],[[[160.0374691447,-11.4859446606],[160.003568514,-11.5918961534],[160.5785055009,-11.8263927203],[160.0374691447,-11.4859446606]]],[[[156.5967040891,-7.5671363991],[156.4969624834,-7.6861987699],[156.7051949913,-7.9610308722],[156.786924475,-7.734709934],[156.5967040891,-7.5671363991]]],[[[157.9989961318,-8.5022903691],[157.8662475499,-8.6666903467],[158.0095101319,-8.7741506096],[158.1283403651,-8.5620761638],[157.9989961318,-8.5022903691]]],[[[165.9830216444,-10.6713254539],[165.7174834401,-10.8554978046],[166.064054829,-10.7646242337],[165.9830216444,-10.6713254539]]],[[[157.3733058134,-8.5550191117],[157.3371515491,-8.4002285476],[157.1882394701,-8.5714805759],[157.3887364881,-8.7305166388],[157.3733058134,-8.5550191117]]],[[[160.1554704188,-9.01388089],[160.0648327968,-9.0427109389],[160.3077207669,-9.096689776],[160.2276168833,-9.1891031058],[160.4148439378,-9.1384600178],[160.1554704188,-9.01388089]]],[[[155.739282182,-6.9784965573],[155.6621821897,-7.0858416826],[155.8818109406,-7.120024812],[155.739282182,-6.9784965573]]],[[[159.1084268207,-8.9977949153],[159.1385456116,-9.1591030417],[159.2305795534,-9.0246531691],[159.1084268207,-8.9977949153]]],[[[166.8762924142,-11.596623241],[166.8111586139,-11.6879497527],[166.9777176317,-11.7047626413],[166.8762924142,-11.596623241]]],[[[157.1370098038,-8.1477496703],[157.0031124684,-8.1927400471],[157.1368352103,-8.3426871856],[157.1370098038,-8.1477496703]]],[[[158.2480072718,-7.3833443007],[158.1227152451,-7.3692648808],[158.4035976318,-7.5553707127],[158.2480072718,-7.3833443007]]],[[[157.5645809844,-8.7062819404],[157.4266635842,-8.7079085873],[157.6495079411,-8.7990854761],[157.5645809844,-8.7062819404]]],[[[158.2032929869,-8.7288415067],[158.0633446359,-8.7491294081],[158.1702724246,-8.8289135647],[158.2032929869,-8.7288415067]]],[[[156.0456618137,-6.8592887302],[156.0368692077,-6.9898482606],[156.1366751258,-6.9304471716],[156.0456618137,-6.8592887302]]]]},"properties":{"fid_1":128,"OBJECTID":469,"ISO2":"SB","NAME":"Solomon Islands","LON":159.59487126,"LAT":-8.89480162,"ISO3":"SLB","Shape_Area":2.39741375655227}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[105.6881338118,-10.4157992409],[105.5652205837,-10.5076209913],[105.67286214,-10.5352444126],[105.6881338118,-10.4157992409]]]},"properties":{"fid_1":129,"OBJECTID":320,"ISO2":"CX","NAME":"Christmas Island","LON":105.64815295,"LAT":-10.47576341,"ISO3":"CXR","Shape_Area":0.0108276599903714}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[34.219109,31.3229169997],[33.7407835193,31.1256738062],[33.1434831091,31.0388338971],[33.0970414243,31.1786240609],[32.7285349026,31.0295223688],[32.366386853,31.224099585],[32.3172714262,31.099106296],[32.2109369958,31.2866567476],[32.2775669326,31.1243366456],[32.1051801586,31.2049275876],[32.0811193468,31.079052722],[31.7908015223,31.28585887],[31.8516706924,31.5081174473],[31.8872025567,31.535415251],[31.9088346153,31.5291326582],[31.9437802106,31.4934673742],[31.9674241489,31.4227456724],[32.2028001539,31.2843280341],[31.916193157,31.5318410053],[31.8890911788,31.5379040079],[31.8610364256,31.5362317041],[31.7370656307,31.472120728],[31.5530538459,31.442211588],[31.028634898,31.6004973349],[31.105451031,31.4918582074],[30.8845496944,31.4208345663],[30.5464418802,31.3914447137],[30.9692217356,31.5821149908],[30.3564803246,31.5086198787],[30.2523929727,31.2991228243],[29.0906127186,30.8175310284],[26.7416486623,31.4799638064],[25.8983117113,31.6244450741],[25.2769418071,31.504217226],[25.1471547872,31.6496900808],[24.8603177446,31.4026282132],[25.0176646388,30.7745263538],[24.6989359349,30.1498210242],[24.9995068348,29.2458159394],[24.9999999996,22.0000000002],[31.2343570176,22.0015045606],[31.4736259791,22.224315005],[31.4164096994,22.0002695288],[33.1826329539,22.0016598411],[34.0865292748,22.0025084702],[34.1618943158,22.2068396012],[34.7366601402,22.3963358979],[34.9513003778,22.8561819787],[35.2960777631,22.8618190912],[35.6233756031,23.1468862302],[35.4751221767,23.9300367412],[35.793039193,23.9085023651],[35.14110608,24.5136016053],[33.9373653038,26.6664551166],[33.943787224,26.9311301696],[33.5163361496,27.6382508824],[33.5642611716,27.8844273539],[32.8640651757,28.6186647883],[32.6207748678,28.9801801604],[32.592534454,29.3399092963],[32.3414734326,29.5919986448],[32.5775230442,29.9993930803],[32.7511655181,29.4409368731],[33.1789862489,28.9996284232],[33.2415397683,28.552469574],[34.2225485372,27.7535413624],[34.4348950297,27.9866440261],[34.4141618218,28.3216546831],[34.9051716086,29.4929458758],[34.268839393,31.2205349368],[34.219109,31.3229169997]]]},"properties":{"fid_1":130,"OBJECTID":332,"ISO2":"EG","NAME":"Egypt","LON":29.77495701,"LAT":26.5743335,"ISO3":"EGY","Shape_Area":88.7921548237048}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[46.1439577884,38.8428109884],[45.4502288002,38.9938996939],[44.8078550003,39.628489],[44.6118181007,39.7804820961],[44.4207903296,39.4117057228],[44.0325774387,39.3717527933],[44.3103951373,38.8049200928],[44.3047925669,38.3910861427],[44.4848463617,38.303004116],[44.2236844698,37.888604728],[44.6191974077,37.7284623083],[44.7841669997,37.1447641997],[45.3551956733,36.0327479697],[45.7694290753,35.8038945704],[46.345972729,35.7968907429],[46.0167788627,35.6835086953],[46.1910662827,35.1121879524],[45.9273935061,35.0850702019],[45.6869177147,34.8091448792],[45.7423956228,34.5384901962],[45.4428276388,34.4617496403],[45.5819293014,34.1517898858],[45.4152442967,33.9725164121],[46.1897744992,33.2649628341],[46.0990047227,32.9806867459],[47.4644391404,32.3939094683],[47.8572815028,31.7700474762],[47.6821948661,31.0009577737],[48.0313316089,30.9964279164],[48.027209435,30.4908579564],[48.4838626617,29.9769006483],[48.893481082,30.0091677703],[48.8705018092,30.3533752291],[48.9299941488,30.4130606261],[49.2098133642,30.4962572809],[49.2208604186,30.3417986512],[48.9281104486,30.3856510771],[49.2476761947,30.1363615951],[49.5006236566,30.1390620407],[49.558780636,29.9981711481],[50.0702079632,30.1956562682],[50.639159872,29.4676966827],[50.6987845118,29.1111638299],[50.9212594507,29.066929238],[50.8094292857,28.9213582519],[51.0078040062,28.8414777941],[51.3323905648,27.9922837079],[52.4370078861,27.64551087],[52.6971664494,27.2925305687],[53.4605557074,26.9791566406],[53.7364272434,26.7174931203],[54.2784324366,26.7279360893],[54.7835450077,26.5008979157],[56.1273674989,27.1505819304],[56.6226338264,27.1594387219],[57.0117724776,26.827643938],[57.3388317968,25.7807872236],[58.1225776706,25.5585751502],[58.7952042649,25.5744910271],[59.0859360248,25.4031561192],[59.4497124364,25.471199121],[60.4671246744,25.2881331802],[60.533828503,25.4425775413],[60.6296571054,25.3004662049],[61.3475924131,25.0791577343],[61.6178787761,25.1778720777],[61.8953447427,26.2600869308],[62.2138247489,26.268370918],[62.4507219679,26.5657809113],[63.1935898507,26.6484207148],[63.3322103868,27.1198912553],[63.1977635854,27.259311804],[62.7848494457,27.2527900087],[62.79245355,28.2779729071],[61.8400645982,28.6223168641],[60.8729719999,29.8584720002],[61.8383081467,31.0327930079],[61.7064083342,31.3757202143],[60.8563252907,31.4878452454],[60.8823742949,32.2004028869],[60.5839379738,33.1281075466],[60.9448629634,33.5135290228],[60.5782117816,33.6013591908],[60.5222151041,34.1049215348],[60.6826688782,34.3086634282],[60.9169515027,34.3054538341],[60.7876391332,34.4831278878],[61.0655966648,34.8065326751],[61.2741260001,35.6051500001],[61.1486259989,36.6394077091],[60.3520189366,36.6285151816],[60.0444997146,37.020398829],[59.5547978362,37.1323811764],[59.3528824928,37.5323202896],[58.8199262277,37.6829835232],[58.4042490964,37.6376314669],[57.4752071448,37.9212350753],[57.238128716,38.2747509832],[57.0324556616,38.1823206139],[56.455725404,38.2635522761],[56.333758233,38.0776338332],[55.4697489169,38.0943452972],[54.8653905031,37.7623601646],[54.6734319831,37.4373351389],[53.5693117944,37.3270495218],[52.6557779599,37.7771086262],[51.9807229578,37.9235385206],[51.2927104229,38.7148503108],[49.8632190559,38.3045359241],[48.6409952709,38.3958497104],[48.0222015188,38.8445667753],[48.3396376073,39.0188495423],[48.1342194307,39.2643378544],[48.369867307,39.3773683957],[47.9883121323,39.6969823616],[46.5337293627,38.8677258801],[46.1439577884,38.8428109884]]],[[[56.004784187,26.7370308576],[56.2761008826,26.965153368],[55.7755244974,26.8822709274],[55.2690312232,26.5651094999],[56.004784187,26.7370308576]]]]},"properties":{"fid_1":131,"OBJECTID":372,"ISO2":"IR","NAME":"Iran (Islamic Republic of)","LON":54.20099194,"LAT":32.73443658,"ISO3":"IRN","Shape_Area":161.793113821631}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-61.3286012233,15.2219373347],[-61.248611416,15.4863724783],[-61.4572628829,15.638170864],[-61.3286012233,15.2219373347]]]},"properties":{"fid_1":132,"OBJECTID":326,"ISO2":"DM","NAME":"Dominica","LON":-61.35047097,"LAT":15.43436081,"ISO3":"DMA","Shape_Area":0.0628889742966362}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[169.6177061773,5.7927369189],[169.7193454424,6.0188600098],[169.5811473431,5.8058559456],[169.6177061773,5.7927369189]]]},"properties":{"fid_1":133,"OBJECTID":408,"ISO2":"MH","NAME":"Marshall Islands","LON":169.65194707,"LAT":7.44376602,"ISO3":"MHL","Shape_Area":0.016329625911181}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.561812032,47.5043996431],[8.5723461753,47.8073398581],[8.4053791666,47.6805480186],[8.5753519012,47.5955532872],[7.5890390001,47.5898780003],[7.3850456914,47.4319045951],[6.9848867487,47.4928928238],[6.8797710967,47.3544158789],[7.0564371489,47.3346116374],[6.1129871632,46.5782962047],[6.1691299284,46.3657820957],[5.9639940139,46.1968752466],[6.1745779269,46.1578468569],[6.5147828936,46.4551526368],[6.8167415922,46.4280671926],[6.7957629071,46.1415110677],[7.0448860002,45.9224130004],[7.8600197153,45.9219053106],[8.4409571606,46.4641456108],[8.4718212242,46.2313146611],[9.0269221768,45.8205238766],[9.2830940329,46.4961867538],[9.5504902069,46.3022626432],[9.9112284801,46.3803274732],[10.1355681381,46.2263948821],[10.056571694,46.5436214771],[10.2353231023,46.6332613221],[10.4699142087,46.5421102051],[10.4696514996,46.8549089998],[10.3910562521,46.9997755352],[10.1070840998,46.841569024],[9.607041615,47.0607733084],[9.4738282698,47.061718808],[9.5308298767,47.2705426371],[9.561812032,47.5043996431]]]},"properties":{"fid_1":134,"OBJECTID":307,"ISO2":"CH","NAME":"Schweiz#Suisse#Svizzera#Svizra","LON":8.23353571,"LAT":46.79437522,"ISO3":"CHE","Shape_Area":4.86105438815723}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[27.3514620003,57.5180740001],[26.2889898409,57.5913746536],[25.2933644772,58.0816079486],[24.3521870379,57.8763495843],[24.3985928802,57.245292228],[23.7395496128,56.9680308077],[23.2619896684,57.0878356389],[22.6031218849,57.7585151254],[21.7028026723,57.567990658],[21.0542648292,56.8290072584],[21.0646995531,56.0692731563],[22.0243900512,56.4249485199],[24.1242604529,56.2489562271],[24.9174421171,56.4354057431],[25.0918382624,56.1865265713],[25.6503223351,56.1348931058],[26.630371807,55.6805942331],[27.128037237,55.8509830624],[27.6124113932,55.7868092686],[28.1512260004,56.170743],[28.1758542746,56.4530989484],[27.7209027243,56.9148669002],[27.8667791633,57.2955281983],[27.3514620003,57.5180740001]]]},"properties":{"fid_1":135,"OBJECTID":399,"ISO2":"LV","NAME":"Latvia","LON":24.93228773,"LAT":56.85632675,"ISO3":"LVA","Shape_Area":9.50734725615598}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[145.7941332404,15.1641592783],[145.8116900194,15.2893890989],[145.6934919277,15.1216451884],[145.7941332404,15.1641592783]]]},"properties":{"fid_1":136,"OBJECTID":415,"ISO2":"MP","NAME":"Northern Mariana Is. (USA)","LON":145.60518304,"LAT":15.92375394,"ISO3":"MNP","Shape_Area":0.0415062623169191}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[114.0714569091,4.5888681413],[114.6529021143,4.0073037507],[114.8795013981,4.3689255287],[114.7774133748,4.7286238187],[115.0116772647,4.891708447],[115.0171030068,5.0342493482],[114.0714569091,4.5888681413]]],[[[115.0367188502,4.7979773136],[115.1046723291,4.4186898451],[115.3004276482,4.3175044606],[115.154930706,4.9115716327],[115.0367188502,4.7979773136]]]]},"properties":{"fid_1":137,"OBJECTID":300,"ISO2":"BN","NAME":"Brunei Darussalam","LON":114.73782641,"LAT":4.51131776,"ISO3":"BRN","Shape_Area":0.480298641991546}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[83.6139245561,29.1655608689],[83.2759674529,29.5701958157],[82.1823281082,30.068664271],[82.1016227697,30.3512973338],[81.6137950793,30.4466647567],[81.4076004694,30.420168775],[81.4143073722,30.2730065761],[81.3960947599,30.2092114401],[81.1621331267,30.0106781349],[81.1219390718,30.0227185696],[81.1058444753,30.0391867472],[81.0951942117,30.0499330566],[81.0925391091,30.0572122573],[81.0976465622,30.0665833064],[81.0984527568,30.0681597936],[81.0991267258,30.0697525541],[81.0990291098,30.076457009],[81.0984169269,30.0790425554],[81.0939556339,30.0971605311],[81.092823722,30.1014568516],[81.0780682224,30.1494413664],[81.0772292502,30.1519844414],[81.0765927074,30.1536352046],[81.0758201772,30.1552074021],[81.07535669,30.1559453876],[81.0743055606,30.1573496286],[81.0731574977,30.1586978661],[81.0427531137,30.1914135312],[81.0345602557,30.1971866068],[80.371751607,29.7502426524],[80.0686242484,28.8356746389],[81.2018780431,28.3703585279],[81.8778418623,27.8659035024],[82.7099752292,27.7186627514],[82.7627293543,27.5011358437],[83.3207590454,27.3323958072],[83.3919646032,27.4794226977],[83.7904737621,27.3939832578],[84.1491938541,27.5052780581],[84.6236470402,27.3372913684],[84.6467102818,27.0464699343],[85.2113776827,26.7606281993],[85.6419211156,26.8662633061],[85.862151557,26.5844530753],[86.0331311024,26.6663884067],[86.7342001629,26.4239338882],[87.0352544636,26.5561635037],[87.3335376959,26.3540960887],[87.8625939988,26.4661911984],[88.0158045773,26.360941514],[88.1886625654,26.7508279327],[87.9974839771,27.1324683757],[88.1357309996,27.8816179996],[87.1703148841,27.8216487828],[86.572456538,28.112008245],[86.5701952944,28.1115854071],[86.5681344961,28.1109537179],[86.5659186098,28.1099472902],[86.5644517202,28.1090424221],[86.5637757951,28.1085195221],[86.5629060212,28.1076742196],[86.5619392347,28.1064194441],[86.5610346453,28.1049077107],[86.559820744,28.1025186653],[86.5355242432,28.0516011393],[86.5332483253,28.0467392442],[86.5225404961,28.0214841471],[86.5202954843,28.0148036888],[86.5126791763,27.9822387043],[86.4528129768,27.9162584216],[86.4337958886,27.9075532153],[86.4161027768,27.9081178493],[86.1881205309,28.1718973942],[86.0906668464,27.9175805446],[86.0606921152,27.9060208389],[85.9958758629,27.9137659119],[85.7364364542,28.3094404994],[85.3730532181,28.2790450222],[85.3498062451,28.28115859],[85.2747699153,28.2878625511],[85.1147127504,28.3401725056],[85.1128483029,28.4336107918],[85.1182928714,28.6848476127],[84.8552791171,28.5715699782],[84.2281743118,28.8928689157],[84.2266029561,28.8939963427],[84.1495723239,29.2418771579],[83.8071257979,29.2984799929],[83.7166009446,29.2463296123],[83.7135317932,29.2445160422],[83.6396119492,29.1606409523],[83.6316032877,29.159370927],[83.6139245561,29.1655608689]]]},"properties":{"fid_1":138,"OBJECTID":528,"ISO2":"NP","NAME":"Nepal","LON":83.9495922,"LAT":28.2586354,"ISO3":"NPL","Shape_Area":13.5665987199576}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[33.1826329539,22.0016598411],[31.4164096994,22.0002695288],[31.4736259791,22.224315005],[31.2343570176,22.0015045606],[24.9999999996,22.0000000002],[24.9994978586,19.9993462789],[24.0014015357,19.997411312],[23.9999999998,19.4999999998],[23.9997334983,15.7131697784],[23.12510283,15.7201186923],[22.9281160647,15.5539903419],[23.0019145973,15.2297008492],[22.672740767,14.8658129568],[22.7142713979,14.6962407902],[22.382511684,14.51789287],[22.5371573862,14.1149731084],[22.0730309182,13.7791712656],[22.2899022327,13.3539728437],[21.8205761994,12.8230932319],[21.9464761247,12.6245620509],[22.1968809126,12.7371205588],[22.4574165284,12.6328851946],[22.3851427504,12.4253549341],[22.6326897699,12.0490346311],[22.5622651627,11.6307139823],[22.9810790978,11.2982427706],[22.8755101407,10.9313689401],[23.6721713781,9.8987056553],[23.6584943913,9.2879402303],[23.4615229909,9.0809912133],[23.5054593506,8.95148018],[23.582983117,9.0244814501],[23.5171741723,8.7222785946],[24.2233592447,8.6421508322],[24.5772333741,8.921002208],[24.7353173536,9.7288747304],[25.2088901637,10.3448030869],[25.9137063789,10.4103486193],[26.3309984192,9.6127211458],[26.6963294187,9.4901378033],[27.1373986318,9.6241104704],[29.5360230753,9.7503988848],[29.5398276977,10.0813425692],[29.9458353264,10.2878068732],[30.828308261,9.721341294],[31.2927976108,9.7632164156],[32.4565011307,11.0373762736],[32.3853158347,11.694234924],[32.108156384,11.944411875],[32.7420171151,11.9476058253],[32.7392692753,12.237539678],[33.2736266131,12.2134874862],[33.1356373219,11.6249803734],[33.2706123752,10.7220039089],[33.9681045873,10.15110251],[33.8884888143,9.5427782064],[34.1132455212,9.4986356601],[34.3462972112,10.1689968342],[34.3018546763,10.5914882699],[34.6005263068,10.9028724876],[34.791157896,10.714189589],[34.9004582536,10.8027775463],[35.0559045378,11.7366413381],[35.6420799099,12.6018720693],[36.1558476849,12.6833940264],[36.5603403724,14.257712812],[36.4510328454,15.0913289541],[36.9151545029,16.2444081531],[37.0037793351,17.0711405983],[37.3950417408,17.0484868432],[37.5207036658,17.3400729204],[38.2598689273,17.5590198441],[38.5644340509,18.0030860903],[37.4093090264,18.8756960008],[37.1067575316,21.2178421042],[37.3142283101,21.0661957049],[36.9180666489,21.5943216897],[36.8793152432,22.0051304949],[34.0865292748,22.0025084702],[33.9674555133,21.7690938173],[33.5667143459,21.7257461727],[33.1826329539,22.0016598411]]]},"properties":{"fid_1":139,"OBJECTID":460,"ISO2":"SD","NAME":"Sudan","LON":29.95013609,"LAT":16.00378846,"ISO3":"SDN","Shape_Area":156.561255759214}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-169.8391997587,-18.9510877226],[-169.8817779226,-19.1514551528],[-169.7759828363,-19.0619197426],[-169.8391997587,-18.9510877226]]]},"properties":{"fid_1":140,"OBJECTID":430,"ISO2":"NU","NAME":"Niue","LON":-169.86148032,"LAT":-19.04958336,"ISO3":"NIU","Shape_Area":0.024028415665109}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[41.5469285056,41.5208935596],[40.1826717448,40.9150622199],[39.4192786332,41.1070552649],[38.3592427552,40.9096380858],[37.6859542132,41.1350179356],[37.5273982659,41.0232602857],[36.6642021591,41.381055631],[36.3924890199,41.2528272441],[36.0398847674,41.6945345838],[35.4628352217,41.6498887472],[34.949280559,42.0700863774],[34.6489200132,41.9417772133],[33.338352096,42.0191731708],[32.2867730019,41.7200216143],[31.401662612,41.3155215677],[31.2634375294,41.1072578471],[29.1410418651,41.2136483097],[29.0363169343,40.9650007979],[29.9413615941,40.7316042943],[28.7963161836,40.5540376583],[29.1478562252,40.4380620657],[29.053990207,40.3630871803],[27.9920157513,40.3681478768],[28.0290632061,40.4826015971],[27.7268273842,40.5243207628],[27.8770409819,40.3712813999],[27.5367695283,40.3011876506],[27.2806715821,40.4744243117],[26.748544581,40.401249289],[26.17784289,39.9893923393],[26.0712168032,39.4740366367],[26.9489047294,39.5616628537],[26.6092729663,39.2764142683],[26.8768710426,39.0985803907],[26.8194721583,38.9378923091],[27.0642078269,38.8750250621],[26.7303939104,38.6547460941],[27.170110697,38.4471205387],[26.675307916,38.3115631789],[26.3987506514,38.6700472322],[26.5128968269,38.4250080352],[26.2610302378,38.2698286276],[27.252923013,37.9759984541],[27.1968740372,37.3584482053],[27.6129926349,37.2737020537],[27.4793786192,37.0906133186],[27.263406304,37.1157887134],[27.263946739,36.9648738118],[28.2773668936,37.0190856363],[28.0173178578,36.907492565],[28.0569359437,36.8004365141],[27.4146563334,36.6668402906],[27.9849623622,36.7569877822],[28.0323366394,36.5631945436],[28.2700457889,36.852225342],[28.8204052828,36.6600558906],[28.9441029554,36.7452804851],[29.1210155396,36.6479622951],[29.1132935837,36.3833004478],[29.7738437974,36.1380670754],[30.1985771133,36.3160652016],[30.4099561979,36.2130180137],[30.6160501818,36.8443764441],[31.024750146,36.8552057322],[32.0240270756,36.5394455923],[32.3017873561,36.231857877],[32.7894793064,36.0261833046],[33.9778493181,36.2630429356],[34.6454971351,36.8031160523],[35.5690824466,36.5673047124],[36.0106542108,36.9299248647],[36.2155679244,36.6609367091],[35.7826068504,36.3213369582],[35.917693318,35.9287616539],[36.1669385354,35.8847184629],[36.3908547484,36.215030405],[36.6936006667,36.2428678632],[36.5445999532,36.4990487772],[36.6672896846,36.8280256991],[37.4243203472,36.6444446383],[38.2651548842,36.9154792571],[39.2137961461,36.6692770397],[40.763094795,37.1236327073],[41.5040606161,37.0799965251],[42.2137390781,37.2992180523],[42.352393248,37.0999624143],[43.109694513,37.3710115544],[43.6425929877,37.2182744744],[44.1294152756,37.3198083336],[44.2973608681,36.9703312676],[44.6228576377,37.1840984443],[44.7841669997,37.1447641997],[44.6191974077,37.7284623083],[44.2236844698,37.888604728],[44.4848463617,38.303004116],[44.3047925669,38.3910861427],[44.3103951373,38.8049200928],[44.0325774387,39.3717527933],[44.4207903296,39.4117057228],[44.6118181007,39.7804820961],[44.8078550003,39.628489],[44.7667739998,39.7162599997],[44.4130844806,40.0036079382],[43.6563525853,40.1185073777],[43.5607734144,40.460208738],[43.7467489651,40.7330846359],[43.4740630004,41.1230400002],[42.8287437571,41.5873964581],[42.4711038129,41.435821884],[41.5469285056,41.5208935596]]],[[[28.0316109998,41.9812779998],[27.5649760016,41.9050108291],[27.0452954278,42.0851739751],[26.622310929,41.9770002216],[26.3577550002,41.7111360004],[26.5696880438,41.6098186818],[26.627619163,41.3490370538],[26.3238352706,41.2535780953],[26.3452281123,40.9447555532],[26.0364176527,40.7299908953],[26.1418930479,40.591187634],[26.8380945638,40.5959155148],[26.2270737582,40.3235688463],[26.1883485148,40.0416267857],[26.7308941376,40.4726123361],[27.3060712453,40.701650047],[27.5159351818,40.975544786],[28.9835666439,41.0187949036],[29.1092554722,41.2373920863],[28.2294448303,41.5238183024],[28.0316109998,41.9812779998]]],[[[25.9812432811,40.1441403349],[25.9251342036,40.2399627464],[25.6658301384,40.1274802528],[25.9812432811,40.1441403349]]],[[[27.6094633588,40.5756228488],[27.7407424341,40.6349724462],[27.5297488511,40.643573056],[27.6094633588,40.5756228488]]]]},"properties":{"fid_1":141,"OBJECTID":497,"ISO2":"TR","NAME":"Turkey","LON":35.1784023,"LAT":39.06200386,"ISO3":"TUR","Shape_Area":81.1133727584821}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[28.0415840002,59.472057],[26.9647581466,59.4378491519],[25.6969222484,59.6757655798],[25.4369338566,59.4917702904],[24.8012464388,59.5697158028],[24.7993563264,59.4474825089],[24.3643094503,59.4748114553],[24.0773034656,59.2763220739],[23.5376522371,59.2166885452],[23.4631293491,58.7758085512],[23.7612763521,58.7634143412],[23.5119161906,58.6676631452],[23.7461330837,58.3556891809],[24.1102285423,58.2414480712],[24.3468850173,58.3866436092],[24.5756008861,58.3335201119],[24.3521870379,57.8763495843],[25.2933644772,58.0816079486],[26.2889898409,57.5913746536],[27.3514620003,57.5180740001],[27.6808717156,57.9228919526],[27.3583259778,58.7868001624],[28.189078271,59.3446023817],[28.0415840002,59.472057]]],[[[22.964899331,58.6133541589],[22.2855354387,58.5703425064],[22.1001382069,58.4184255847],[21.845932946,58.4985847199],[21.8458593213,58.2870025909],[22.2172918394,58.1411891242],[22.0483450704,57.9005737526],[22.28000134,58.1960098761],[23.3163009948,58.4373864446],[22.964899331,58.6133541589]]],[[[22.7660263178,59.0037187632],[22.591065364,59.0915887558],[22.0455062308,58.9253426383],[22.5869353282,58.6895571449],[23.0737791738,58.8394302296],[22.7660263178,59.0037187632]]]]},"properties":{"fid_1":142,"OBJECTID":337,"ISO2":"EE","NAME":"Estonia","LON":25.53741695,"LAT":58.67529354,"ISO3":"EST","Shape_Area":6.99174202129773}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.211802046,35.0851218986],[-2.8774939437,35.1299268486],[-2.9760369833,35.4397356394],[-3.3358860339,35.1860596134],[-3.6744620766,35.2771081284],[-4.6122042567,35.189973435],[-5.24073459,35.55198541],[-5.3821907749,35.9124660841],[-5.9250501486,35.7920311924],[-6.7981248441,34.0766762782],[-7.5204077857,33.6281039951],[-8.5160288542,33.261206972],[-9.2078305863,32.5967564841],[-9.2617642253,32.1767582174],[-9.8173308694,31.3872304906],[-9.6545003563,30.1234586368],[-10.2078907696,29.3315298083],[-11.5044257997,28.3067294346],[-12.9158688336,27.9533264762],[-13.1685857767,27.6670169831],[-8.666688102,27.6620365961],[-8.6652142651,28.7132829474],[-7.1499814452,29.5204159707],[-5.7992935016,29.6140473072],[-5.566166934,29.4876341362],[-5.2766887992,29.9023795941],[-4.3234959669,30.5274290772],[-3.6371739587,30.7000708719],[-3.5351274266,31.0196137779],[-3.7699114088,31.1234460173],[-3.7846863329,31.287071139],[-3.6672877511,31.631418616],[-2.8237361923,31.8010692278],[-2.9025000374,32.1186634126],[-1.1544866523,32.1107570381],[-1.2284303832,32.337315704],[-0.9987027232,32.5172718548],[-1.3936383971,32.7585514216],[-1.6684115228,33.2809472537],[-1.6458340707,34.1072839666],[-1.8497795121,34.6155906679],[-1.7433025383,34.7426546792],[-2.211802046,35.0851218986]]]},"properties":{"fid_1":143,"OBJECTID":402,"ISO2":"MA","NAME":"Morocco","LON":-6.28094096,"LAT":31.84216727,"ISO3":"MAR","Shape_Area":39.4103200325968}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[96.8315113227,-12.1619455202],[96.8367941391,-12.2059329344],[96.9292196997,-12.1820070424],[96.8315113227,-12.1619455202]]]},"properties":{"fid_1":144,"OBJECTID":306,"ISO2":"CC","NAME":"Cocos (Keeling) Islands","LON":96.86730267,"LAT":-12.15857422,"ISO3":"CCK","Shape_Area":0.00183249151651384}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.1357127562,11.1384954797],[-0.5879615857,10.9460071448],[-2.8329798694,11.0058155808],[-2.9303688954,10.6025499832],[-2.6872029997,9.4916659997],[-2.7795276456,9.0621115153],[-2.5979527052,8.8345321621],[-2.4933156192,8.2053158062],[-2.8419336717,7.7876457673],[-3.2549619803,6.6239606368],[-3.0259918759,5.7088131118],[-2.762980021,5.587879912],[-2.733128327,5.1343609791],[-3.1058380354,5.0912605824],[-1.9902929026,4.758171621],[-1.6128159186,5.0265114923],[-0.8087060284,5.2158594387],[0.1880161153,5.7455280864],[0.9269158546,5.7877266006],[1.198164601,6.1118321792],[0.7608564597,6.4433761188],[0.5397885947,6.826977512],[0.6572890561,7.3119577941],[0.5191782801,7.5189641483],[0.5851288806,8.0987572117],[0.7301732966,8.337542498],[0.3762415494,8.75575414],[0.5262070286,8.8755654356],[0.5661653676,9.4045274059],[0.2294542086,9.4635700269],[0.3831520039,9.5918371872],[0.3690118986,10.284485443],[-0.0605564128,10.6342861463],[0.0344680599,10.9934193428],[-0.1357127562,11.1384954797]]]},"properties":{"fid_1":145,"OBJECTID":349,"ISO2":"GH","NAME":"Ghana","LON":-1.20804137,"LAT":7.9648533,"ISO3":"GHA","Shape_Area":19.603651525545}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-71.7589803282,18.0315421983],[-71.4220298929,17.6054621197],[-71.0567216868,18.3170414643],[-70.6405759628,18.4278450756],[-70.4618075493,18.2050728739],[-70.1565454421,18.2299721921],[-69.8771174534,18.4692456439],[-69.255382973,18.4415410804],[-68.8562403182,18.3809039739],[-68.7309701792,18.2039344239],[-68.3239624009,18.6070343889],[-68.9153312373,19.0268989184],[-69.6240272287,19.0814009784],[-69.6204065761,19.2242086689],[-69.2285098561,19.1812070789],[-69.152517235,19.3013745429],[-69.746173059,19.2836047289],[-69.9607574218,19.6804816596],[-70.2680387651,19.6414420977],[-71.0042342349,19.9314967967],[-71.6519870904,19.8890974998],[-71.7584689997,19.7029169999],[-71.6818740666,19.4514309598],[-71.785062155,19.3304477379],[-71.6270628404,19.1832229974],[-71.8331407201,18.9667491141],[-71.7396863998,18.7196529077],[-72.005967285,18.6240322816],[-71.699508905,18.3415321656],[-71.7589803282,18.0315421983]]],[[[-68.6524204473,18.1635197177],[-68.7845544874,18.1861997878],[-68.5718467246,18.1128067901],[-68.6524204473,18.1635197177]]]]},"properties":{"fid_1":146,"OBJECTID":328,"ISO2":"DO","NAME":"Dominican Republic","LON":-70.48717053,"LAT":18.894932,"ISO3":"DOM","Shape_Area":4.12222108175513}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-179.9999885407,-88.9999999219],[-134.6633330732,-88.9999999219],[-89.7755553821,-88.9999999219],[-44.887777691,-88.9999999219],[1e-10,-88.9999999219],[44.8877776912,-88.9999999219],[90.2244331588,-88.9999999219],[135.1122108499,-88.9999999219],[179.9999885409,-88.9999999219],[179.9999885409,-84.4259183897],[174.8416288969,-83.9009371992],[172.9228478251,-83.9373876183],[172.772945195,-83.7507488122],[171.5862458179,-83.8912887174],[171.7241739462,-83.5751206091],[169.0906653846,-83.4013885402],[167.6986937171,-83.5072522691],[168.3369306132,-83.0892384896],[166.6082735928,-82.9700960036],[166.3074261478,-82.7467722747],[164.7891652197,-82.6894020914],[165.2729594228,-82.4984690459],[163.1570689344,-82.4874233936],[163.0488557006,-82.6830884837],[161.2181217834,-82.4009484671],[163.7519128159,-82.2444189909],[160.4451059556,-81.4059442723],[160.0762806979,-80.9049695962],[160.9650703042,-80.7071961282],[159.6650216588,-80.6894640641],[160.7738519163,-80.5487885133],[159.9881197593,-80.184281801],[160.268758285,-79.2467249351],[160.8911831128,-79.1087359632],[162.4946828384,-79.1139878367],[162.6185716341,-78.8831259472],[164.1216645902,-78.6441911513],[166.1096909316,-78.584432544],[167.1326020059,-78.688800828],[165.6407672973,-78.4623157636],[165.3382774259,-78.0583037628],[164.5732913442,-78.3755934786],[163.3001413314,-78.3280508672],[164.2694591456,-78.139366821],[164.4224629619,-77.7932430508],[163.4307176602,-77.7453029643],[163.7227610346,-77.4568563178],[163.048598294,-77.0856850877],[162.2699570854,-77.0676749631],[162.8748360753,-76.7694728659],[162.2338932452,-76.1592746378],[162.9776732689,-75.9747177244],[162.69392785,-75.4793760374],[164.5849351276,-75.5810467338],[164.6684198019,-75.4351848791],[164.1996402597,-75.2496736357],[162.5617746382,-75.2581153568],[162.4133899072,-74.9480391059],[162.823157177,-74.9742662803],[162.5857707411,-74.7996800398],[163.2175802508,-74.7360145977],[163.398738038,-74.5242425283],[163.9415929979,-74.6438847369],[163.8141259411,-74.9465604109],[164.2557873551,-74.5738982281],[165.3383902737,-74.6918813018],[164.7474373773,-74.1579539163],[165.025169769,-74.2427266078],[165.2719339682,-74.0734553751],[166.2263330567,-74.1313894944],[165.5887861044,-73.9568361152],[166.6739598052,-73.7384098666],[166.4676140786,-73.6271067476],[166.8680586316,-73.6940196308],[167.9468815746,-73.4201407118],[168.3772254578,-73.6147311526],[168.5908131028,-73.4441301463],[169.0154943229,-73.4735569862],[169.1162332309,-73.1504770718],[169.6104013063,-73.0993268812],[170.2491502889,-72.6192348434],[170.2321290822,-72.3442040422],[169.8111674617,-72.4180516427],[170.0717418814,-72.0929791121],[170.9219495152,-71.8749304421],[170.2365383584,-71.357929446],[170.1537304481,-71.7087824936],[168.0842761837,-71.1890871538],[167.6986300164,-70.8266151298],[166.4068358866,-70.7735055404],[166.7142574728,-70.6638270872],[165.7835413307,-70.7366210608],[163.5014330713,-70.5172993897],[163.6957180403,-70.6631659982],[163.0907225557,-70.6557765792],[162.5873116512,-70.317542019],[161.8972087556,-70.4652473302],[161.9053640768,-70.25592338],[161.7479109214,-70.3591268593],[161.5366445668,-70.2508676261],[160.9694278504,-70.3138103748],[160.2980504927,-70.0608429031],[160.4880808797,-69.9154306014],[159.731555556,-69.781449746],[158.8971053243,-69.339616092],[158.413368416,-69.4055403631],[157.8664941224,-69.2152889272],[157.3791003891,-69.2384945504],[157.0826753243,-69.0028726554],[157.1019163653,-69.2010107428],[156.7786515674,-69.2253424421],[155.4335328159,-68.9184382178],[154.8658758139,-69.0346648607],[154.4523270829,-68.8116565879],[154.6928353084,-68.5857463359],[153.8209545178,-68.3398708369],[153.2940680353,-68.4761774587],[152.6404723537,-68.4246937348],[152.0418277627,-68.7036956832],[151.3802850042,-68.7396491676],[151.0027118252,-68.3105630519],[149.8036313817,-68.4672906991],[149.1161430742,-68.3354638881],[147.8691081469,-68.4070696928],[147.8353304302,-68.2982971401],[148.6043088218,-68.283636607],[148.4441500083,-67.8161180393],[147.0567176257,-67.9264313699],[146.0263104953,-67.6051827171],[145.2444489548,-67.6050933497],[145.5295903202,-67.4221462731],[146.6760422748,-67.2176259716],[146.8294363906,-67.0224582703],[146.4578456978,-66.8498201314],[145.5465331447,-66.8227351171],[145.3659941522,-67.0180392014],[145.2717157562,-66.9000797386],[144.5799625677,-67.1743747766],[144.4035474983,-67.0173941411],[143.8501485747,-67.0944771093],[143.3888928416,-66.8638958012],[142.5231150834,-67.0335175357],[141.8894799958,-66.7937681717],[140.0936189088,-66.7353378783],[137.6920599253,-66.3838220474],[136.4378461319,-66.3939326738],[136.0604089654,-66.1349024944],[135.14732087,-66.0026688211],[135.4780665632,-65.6485378561],[134.866965629,-65.2750021187],[134.5476819301,-65.3252380242],[134.4642946442,-65.5607284886],[134.6700278596,-65.9764612862],[134.1376947698,-66.2117944502],[133.4055935022,-66.0967090839],[131.6630777178,-66.2108485549],[129.496332458,-65.9450965269],[130.0052722928,-66.2379510646],[129.3048480264,-67.0236904036],[127.9184885989,-67.0201236924],[127.4295756642,-66.5976631026],[126.1470900554,-66.2698475013],[124.6840720731,-66.6565388193],[121.1264358584,-67.1035019482],[121.1002802296,-66.7808527712],[117.7144074068,-66.9894001659],[116.1042681088,-66.3672431723],[114.5169124163,-66.445049485],[114.4303200177,-66.1815755594],[113.2046758726,-65.7005823424],[110.9264801812,-66.0391946952],[110.2976323054,-66.6194213262],[109.4774788669,-66.5999579611],[109.3080884838,-66.8718992772],[108.844694832,-66.9212148112],[108.0798642117,-66.5857722827],[104.9931941626,-66.0610431101],[102.6397646296,-65.8591755783],[101.3648869031,-65.9432081781],[101.2928502351,-66.0423827253],[101.5453144948,-66.020322753],[101.0112268016,-66.2463064931],[100.6817885481,-66.1974474819],[101.0505496733,-66.1144632029],[100.7494002279,-66.1142969461],[100.8424052343,-65.9713337206],[100.5432862027,-66.1454046342],[100.1645445948,-66.1103431811],[100.2602212999,-65.6688592671],[101.2080570939,-65.5280068709],[100.7417566821,-65.3831337704],[100.2205610798,-65.6646495487],[99.539996088,-65.7098833549],[99.5335225836,-65.8797807839],[98.7359735121,-65.7480886473],[99.0554119231,-66.1512340271],[98.8273472373,-66.4766051974],[98.593059796,-66.4046937033],[97.6002357952,-66.5917884863],[97.0905280851,-66.4943149079],[96.5569905998,-66.6218554052],[95.5405499813,-66.45298779],[94.6176678938,-66.5011173727],[94.3437596992,-66.6378641524],[93.9719343193,-66.5176258632],[92.7915238186,-66.6352264319],[91.8786015024,-66.4713356864],[89.892261773,-66.8124002548],[88.1043658752,-66.692844685],[85.9585608904,-67.1937056563],[84.5939649853,-67.0692748249],[82.9742550221,-67.6084688516],[79.3679852293,-68.1494791356],[78.3989590472,-68.4755311106],[78.789896124,-68.5167926922],[78.1740773796,-68.5997156959],[78.4599679568,-68.5990438412],[78.0891891701,-68.7054066164],[78.1355480741,-69.1096728456],[76.3608985677,-69.3993842627],[75.9071905361,-69.7231484281],[73.6348939711,-69.8349907806],[72.8481191734,-70.0915086472],[73.2819641217,-70.4416657176],[72.4956254934,-70.6558578438],[71.439762709,-71.4418678157],[69.2859103909,-70.7918707956],[69.1583080796,-70.3330062654],[68.3747799747,-70.4097655469],[68.0874937486,-70.2660179992],[68.3576822681,-69.8970949052],[69.2354791723,-69.8429343591],[68.4520444756,-69.6198429053],[68.9671537801,-69.4136854239],[68.692568753,-69.2970467432],[69.8781129536,-69.2511700611],[69.0741733473,-69.1166948304],[70.0522376566,-68.9208345784],[69.1523094783,-68.9553530316],[70.1361125567,-68.6914942986],[69.80707105,-67.7574250531],[68.4888832678,-67.9198633674],[63.8165637488,-67.5137079018],[62.7672496548,-67.6577651041],[60.5453659496,-67.3673679009],[59.1399053166,-67.4246248928],[58.6460181804,-67.3321184976],[59.1305093482,-67.3070229078],[58.906866146,-67.1819518724],[57.6084858024,-66.9983405566],[56.9839172507,-67.0753179947],[56.6712494567,-66.8121093673],[56.326447716,-66.839586065],[57.3960052102,-66.6061382866],[56.3779190077,-66.3838492834],[55.7162969793,-66.0029849373],[53.8402991538,-65.8434353066],[52.276885327,-65.9398600633],[50.6289955706,-66.31917775],[50.2743350308,-66.6519442091],[50.8566057022,-66.7831415809],[50.5006710812,-66.9745471581],[51.0611021843,-67.102472925],[50.9164021296,-67.1855279824],[50.1601918968,-67.1246080302],[49.7983967574,-67.2686135593],[50.0026149434,-67.0844787832],[49.3153171583,-66.8097266603],[48.345315102,-67.1030648983],[48.6899318081,-67.2520299573],[49.2462937874,-67.1562131144],[49.4565568664,-67.2949871837],[48.2247005788,-67.6451709244],[47.3791608023,-67.6731243672],[47.4808459266,-67.4120789627],[46.6092578258,-67.2849210918],[46.2858418087,-67.3617622449],[46.3199682492,-67.6663216794],[42.8127908902,-68.0854264508],[39.9898882497,-68.8752343542],[39.8047794359,-69.6392812792],[38.5824096388,-69.9606117209],[38.6671926069,-70.0722369321],[38.2968786582,-69.7820900633],[37.7639270066,-69.6633687101],[37.1592303812,-69.8442614284],[36.8998248257,-69.565855468],[35.8012455498,-69.358427803],[34.2603563688,-68.5991823584],[33.7240203929,-68.6059802141],[33.2429878027,-68.7839537412],[33.2140941259,-69.0427602106],[33.5941177867,-69.1679060336],[33.2075318134,-69.6758183651],[31.634069276,-69.6374150664],[23.4102479871,-70.5188887093],[16.2098312727,-70.1896498284],[12.4442654131,-70.3080130167],[11.7815981972,-70.6268851849],[9.1334226832,-70.1781867018],[7.6803950222,-70.1920114274],[5.671577697,-70.4613301918],[4.8080530966,-70.2635899826],[3.908706669,-70.3079930661],[2.9426296013,-70.5203869574],[2.2090224154,-70.9280419427],[0.5286638488,-71.2587020268],[-0.4574517797,-71.678102569],[-0.965711942,-71.5926960281],[-1.0224836012,-71.2971663104],[-2.2113711278,-71.4714448343],[-2.5665295259,-70.9959814614],[-2.0011798291,-70.8276636224],[-3.1724513392,-70.6583430699],[-2.691279739,-70.4218547366],[-3.1006691541,-70.3033427357],[-3.7340087892,-71.1046116784],[-3.0377220239,-71.2733583951],[-5.9529732852,-71.4228482031],[-5.8210338629,-70.7112195999],[-6.961614545,-70.6925058404],[-7.6823028978,-70.8627075747],[-7.2978212553,-71.0804782939],[-7.7692534613,-71.4445079816],[-7.3961871222,-71.6897521062],[-8.4488020941,-71.8227236039],[-9.5174605999,-70.930897837],[-10.2128206436,-70.9220310189],[-10.4787587314,-70.9817125354],[-10.1011146912,-71.122099796],[-10.9894903323,-71.7275911883],[-11.6479090771,-71.2673683859],[-12.321068249,-71.3577747302],[-12.008247555,-71.664894772],[-11.0829655294,-71.9051989808],[-11.9268886252,-72.5291027123],[-13.7517781183,-72.9001700446],[-15.1102622217,-72.9036238028],[-18.0664650666,-73.4700174228],[-22.5701873102,-74.5821926214],[-24.7664780466,-75.7571550031],[-28.8589279583,-76.3224925186],[-28.5205277861,-76.4640421601],[-31.0369221738,-77.0864053916],[-31.4615952307,-77.0275839984],[-31.3628917197,-77.1583890302],[-31.771272903,-77.0858263667],[-31.461831765,-77.2196477139],[-35.3996361498,-77.8240359501],[-36.4355174562,-78.3906063993],[-36.1442693558,-78.8941659491],[-33.8490520567,-79.1667450833],[-29.9608446344,-79.2817353886],[-30.7680417138,-79.5381171158],[-30.0808649027,-80.0403711279],[-30.6247287149,-80.4121554402],[-32.0543690087,-80.3986143266],[-31.9775179919,-80.0872011336],[-34.5834408659,-80.2076155523],[-43.4039902716,-81.5768403021],[-51.1108122561,-81.7859310006],[-55.7040384013,-82.3550294782],[-58.7612873454,-83.0190919824],[-60.1840075009,-82.42223048],[-65.5670011403,-82.5082890167],[-68.2752268397,-82.3734563333],[-71.5298973787,-81.9251383911],[-71.7227319849,-81.4394388034],[-70.014070338,-81.2697242777],[-60.7745446039,-81.0336742362],[-58.434744971,-80.454128927],[-54.7898522462,-79.9793853831],[-51.783554174,-80.6705554997],[-49.8743420201,-80.7438316062],[-45.1489265931,-80.4419055432],[-44.261492803,-80.1577465351],[-44.8302185359,-79.8653594668],[-43.0916988367,-79.946285953],[-42.9899628297,-79.3541014064],[-45.9974886267,-79.4831092312],[-46.5156071509,-79.2997394121],[-44.191518498,-79.1160606877],[-44.3678085229,-78.8126575169],[-48.4720488299,-78.9092857048],[-44.8896639929,-78.5170610803],[-46.0970195833,-78.018281705],[-48.3463742586,-77.723167448],[-49.177437845,-77.7509902643],[-53.0412357919,-78.6348844613],[-54.4609514626,-79.280987257],[-59.0401553497,-79.6393188653],[-60.0321839981,-80.1757417983],[-72.0718054864,-80.7728691017],[-75.4799617478,-80.5996441444],[-76.9295607777,-80.1717527196],[-79.9846002657,-79.9858693998],[-77.3316990338,-79.9833698879],[-79.9370682006,-79.2503094934],[-80.4651213817,-79.7349435077],[-81.4474476862,-79.2016159368],[-81.0758961274,-78.6542577207],[-82.0410672343,-78.3850538779],[-81.9904293317,-77.8957462632],[-83.2132138009,-77.1512906247],[-82.1052510276,-77.0982404302],[-81.3568626907,-77.4696982508],[-80.9970964038,-76.9654150938],[-75.7618504381,-76.6445440133],[-75.7869693743,-77.1315413201],[-74.1090128942,-77.7712278603],[-71.5176852292,-78.0676083106],[-69.1261139527,-78.0940050512],[-67.6417199613,-77.6268390213],[-67.6378361221,-76.8865409594],[-69.875519663,-76.4319224101],[-64.0452458883,-75.6247509452],[-63.1452633019,-75.3410281209],[-64.395950421,-75.2689255676],[-62.8388509843,-75.1369913883],[-61.970163278,-74.8609710064],[-61.9392531296,-74.5844801738],[-61.0517043153,-74.5223369899],[-60.692344254,-74.3370335987],[-61.6796312701,-74.3076646041],[-60.7516589892,-74.0995835934],[-61.0418996716,-73.9429714012],[-60.5704332519,-73.1890301086],[-59.9036169858,-73.2662652322],[-59.7788550699,-72.9472802863],[-60.8115564769,-73.0315899366],[-60.5547098416,-72.6695054026],[-61.5611481059,-72.674121021],[-61.4410340842,-72.4183553356],[-60.6427186167,-72.3999216978],[-61.0518800257,-72.356721784],[-60.6830555559,-72.3250592987],[-61.0606707728,-72.1710584473],[-60.6793951793,-71.9980960407],[-61.5176550266,-72.095019413],[-61.954253583,-71.9745246633],[-60.7649330473,-71.7448525391],[-61.5676475369,-71.4695517794],[-60.9957678159,-71.3611240241],[-61.3992270133,-71.2341250194],[-60.9409141102,-71.1884740312],[-61.4467482784,-71.0456871527],[-61.3445179761,-70.8464419137],[-62.1174335259,-70.9010466376],[-61.4211468469,-70.5110731331],[-62.4080104757,-70.4661525671],[-61.8866372753,-70.1906927353],[-62.6280071852,-69.8369091164],[-62.4277616086,-69.5075226746],[-63.2273650429,-69.1632240444],[-63.5776323584,-69.2010890188],[-63.343016277,-69.0432438462],[-63.8238187927,-69.0265548653],[-63.2246245757,-68.8321768453],[-63.8777651347,-68.6719049313],[-62.9424286158,-68.4703003217],[-63.794072501,-68.4591053774],[-64.2503358222,-68.5904306607],[-64.2013169683,-68.7870568096],[-65.2200412389,-68.6359865097],[-65.3507803109,-68.5123646733],[-64.9829877276,-68.4034204454],[-65.527350177,-68.3213875682],[-64.7865939824,-68.1098818869],[-65.7214033763,-68.1355427429],[-65.3387207961,-67.9767469086],[-65.7433108379,-67.8851918378],[-65.3818220651,-67.6563034449],[-65.5547392889,-67.3670218364],[-65.0398480187,-67.3410527198],[-64.8699516581,-66.9580529074],[-63.7246792471,-66.884592332],[-64.1834345277,-66.767815161],[-63.913191467,-66.3862032886],[-63.5846903872,-66.3759167603],[-63.6900270161,-66.2194777361],[-63.2017979466,-66.2973132138],[-62.6158806898,-66.7409850929],[-62.4265782681,-66.4390071057],[-62.8569389398,-66.2274514608],[-61.9892579112,-66.2054420007],[-61.6925819032,-66.4665807054],[-61.4306489524,-66.108360917],[-61.0145917424,-66.2928311007],[-60.6344168598,-65.9317509151],[-61.0452091471,-66.0483873853],[-61.3383695937,-65.9279596908],[-61.341187935,-66.0731051357],[-61.6056167401,-66.023602031],[-61.8993032793,-66.1726722738],[-62.392117875,-65.9353167782],[-61.8371963992,-65.5478750263],[-62.2003473071,-65.3199679026],[-61.6197742482,-65.2358651431],[-59.9808828806,-64.4022966543],[-59.4866288993,-64.3113641266],[-58.833806042,-64.5275505101],[-58.8228411389,-64.2160943844],[-58.2594964914,-63.7246210286],[-57.3914677498,-63.4727023354],[-56.837201056,-63.6484311502],[-57.0426258516,-63.2688526439],[-57.3160849257,-63.2214562821],[-58.9659625669,-63.5479336292],[-59.5172258012,-63.8866666009],[-59.9217525128,-63.7801150022],[-60.9756530754,-64.043478885],[-60.9871475191,-64.2935186292],[-61.605200899,-64.4277930908],[-61.5680317264,-64.6376073451],[-61.8038987136,-64.4846159584],[-62.294910799,-64.7668098804],[-62.5539700004,-64.5883690854],[-62.7076255086,-64.7625068627],[-62.3942123457,-64.8687810628],[-62.8307301809,-64.7896879938],[-63.25971077,-64.945761216],[-63.0971885652,-65.1331685369],[-63.8476593273,-65.0279206593],[-64.0899076114,-65.4064718412],[-63.6680825456,-65.5006600532],[-64.2289674106,-65.5301378091],[-64.1170066866,-65.6949892607],[-64.4596055317,-65.6195759604],[-64.3956575037,-65.7890293032],[-64.6939830761,-65.7270200957],[-64.5442354414,-66.0000990021],[-64.9979656449,-65.9205087294],[-65.3436777046,-65.9846344922],[-65.1614600519,-66.173335379],[-65.6347233594,-66.1057061049],[-65.7824246146,-66.6866147692],[-66.5948608187,-66.645552596],[-66.4766304656,-67.2578349597],[-66.8751566702,-67.185870992],[-66.9532026478,-66.9243807],[-67.490608101,-67.0723848883],[-67.6090236136,-67.5523026051],[-66.5254489407,-67.4943841879],[-67.1368396536,-67.7602977836],[-66.8180346351,-67.776674278],[-66.8773811226,-67.9088700088],[-67.3344467884,-67.9609763829],[-66.6350640566,-68.2231399082],[-67.190082491,-68.2867777663],[-66.9375647783,-68.777164179],[-67.5124778802,-68.824159784],[-66.7689879193,-69.0417420243],[-67.3493462794,-69.3468575419],[-68.2819262071,-69.276562599],[-68.8643522526,-69.4137482964],[-68.3606475899,-69.6737953744],[-68.4448952734,-70.1060649659],[-67.9845008193,-70.2736621629],[-67.4352912966,-71.0039953831],[-67.6559790433,-71.4296766511],[-66.9161892611,-71.8850472602],[-66.9123266702,-72.4260154667],[-67.612751281,-72.8534387647],[-69.4245439678,-73.1927113233],[-73.1550743269,-73.4867523482],[-73.985872831,-73.7187286623],[-75.2136633808,-73.6545833177],[-76.9984888968,-73.8832401828],[-76.7498255993,-73.5261709411],[-78.5732639229,-73.6433402057],[-78.6085764362,-73.3784264043],[-80.2375707979,-73.0057441387],[-80.0898851917,-73.3848015777],[-81.0309380893,-73.2823489513],[-80.9258645849,-73.7742848321],[-81.9822605756,-73.9364229032],[-83.368259437,-73.5286649554],[-85.3898717057,-73.4215183968],[-85.796079323,-72.9949378454],[-86.7652145479,-73.3283870824],[-88.5974130597,-73.0594237759],[-88.161678454,-72.7352934219],[-89.1431567778,-72.5985604944],[-89.5970738064,-72.6353633731],[-89.4507909421,-73.0669881841],[-90.9384006789,-73.2974563296],[-92.4305875423,-73.1583774568],[-93.8797069853,-73.1959158182],[-94.4040728408,-72.8990183782],[-94.4208670046,-73.1497643402],[-95.9090830284,-73.3478522426],[-97.5124605046,-73.1322939527],[-97.9696995759,-72.9109100848],[-99.9723141772,-73.178657918],[-100.7086353776,-72.9887273648],[-102.1412810241,-73.0310521151],[-102.2164352406,-72.8299192692],[-103.0681125734,-72.7871709948],[-103.5044394861,-72.954876829],[-102.6637169849,-73.3827732216],[-100.9733687436,-73.1122035434],[-99.9914031374,-73.3306419894],[-100.3884448312,-73.6056033711],[-102.2841878892,-73.565067831],[-102.0297038448,-73.8455822133],[-101.0026881567,-73.8701674406],[-100.495997012,-74.130378276],[-100.5257541467,-74.320986472],[-100.9253246657,-74.2596091247],[-101.7172204864,-74.4874176791],[-100.4277354047,-75.1244321887],[-101.9901157881,-75.2612944657],[-102.0731485001,-75.0374408184],[-103.0572151968,-74.7607333077],[-104.9562331684,-74.6870536871],[-105.2830870716,-75.1526028582],[-106.7384571806,-75.2821425862],[-106.5571902417,-74.803186536],[-107.1900220387,-74.7506253722],[-107.3287037251,-74.564882861],[-108.2243880612,-74.5974952389],[-108.7642922798,-74.8089097442],[-109.2215707062,-74.593918324],[-109.9241391416,-74.6185151093],[-110.257689939,-74.2530906226],[-111.3326014832,-74.1942618082],[-111.7381967934,-74.5756636324],[-111.224133815,-74.7159205956],[-112.784483121,-74.8758285099],[-112.8343254868,-74.515719602],[-113.605284423,-74.3750167073],[-113.2229362306,-74.0249615381],[-114.2068604756,-74.178578112],[-113.6051875589,-73.9300196349],[-113.9513153643,-73.8430374503],[-114.8866001991,-74.078828988],[-114.7948628789,-74.4749362438],[-115.5487688399,-74.4968646642],[-115.7521934417,-74.3743020106],[-116.0836454823,-74.5108495896],[-117.0340132428,-74.5172692382],[-117.8118213573,-74.226647575],[-118.6805626487,-74.5205325937],[-126.0908416574,-74.7688957659],[-126.8546542506,-74.64183511],[-129.7286558436,-74.8675533486],[-131.9355650769,-74.7335619819],[-134.2020914604,-74.8399429027],[-134.2882338652,-74.5305032279],[-135.5315250848,-74.4906091248],[-137.1641143992,-74.7243510527],[-136.7196326401,-74.9580504084],[-137.3878680876,-75.1435184609],[-139.8616671127,-75.1921233722],[-140.6082904969,-75.5537407211],[-141.5181459981,-75.5676783638],[-141.7462270921,-75.702230331],[-142.5834112629,-75.520200768],[-142.7225880504,-75.657195221],[-144.2487101369,-75.6827415519],[-144.1440200278,-75.8597010861],[-145.9920824707,-75.9348581364],[-146.391081868,-76.1090957223],[-145.4608559418,-76.3590789162],[-145.62792042,-76.4921764062],[-148.425618471,-76.1303088812],[-149.5036148534,-76.4522811744],[-146.9813135828,-76.4992360006],[-145.5312979896,-76.7803899844],[-146.1933843271,-76.8856535498],[-145.3314825417,-77.0831891668],[-146.3275914736,-77.0201195013],[-145.9908554402,-77.4093457771],[-146.8244243283,-77.2592719197],[-147.4846757431,-77.3291044546],[-147.4872872943,-77.4460015618],[-148.6004964713,-77.5577582449],[-148.7150601112,-77.6940427453],[-149.5657927189,-77.6413854817],[-148.9892449211,-77.7379746911],[-149.3724829702,-77.817925689],[-152.0633834526,-77.3407550449],[-152.4186464581,-77.51834018],[-153.4817084918,-77.4925151321],[-153.3459580349,-77.3006486011],[-155.8562419394,-77.1149391867],[-156.6962611007,-77.4129729354],[-157.9553946983,-77.1519721102],[-157.6925510571,-77.5206851856],[-158.4684682417,-78.1865088231],[-157.8800847246,-78.2982498401],[-157.9441391433,-78.0695450618],[-156.7684934891,-78.1476212107],[-157.5705341688,-78.7698380406],[-153.9763910333,-79.4079643883],[-151.1450365499,-80.2563101071],[-147.8770914321,-80.2930597172],[-145.2050290828,-80.7038316664],[-145.6616841127,-80.8427302369],[-150.5245182929,-80.9855996308],[-153.3916264277,-81.2101261877],[-155.0322315218,-81.7220500863],[-152.124357133,-84.2728272502],[-145.5071558359,-84.9172337248],[-137.7530726163,-85.0395284541],[-138.458895816,-85.2530690241],[-147.9496139958,-85.1452424323],[-151.4804706923,-85.5827821419],[-158.3954385171,-85.4076106118],[-158.2304747248,-85.5301438818],[-161.021700749,-85.494706495],[-160.5000939982,-85.3933106701],[-161.8161969217,-85.4492099042],[-162.9433308919,-85.1662903111],[-167.0457955702,-84.7920439528],[-179.0658787304,-84.2534804048],[-178.2978315319,-84.3505130429],[-179.9999885407,-84.4287269752],[-179.9999885407,-88.9999999219]]],[[[-70.1700029386,-68.8483594539],[-70.6118734423,-68.7614980951],[-72.1902198893,-69.1141326196],[-71.681134591,-69.2736168157],[-71.9090215834,-69.7986991143],[-70.0241773706,-70.2124644928],[-71.5603354909,-70.3731666857],[-70.7292322318,-70.9603050887],[-71.2094572398,-70.7912958851],[-71.8354426886,-70.9542021346],[-72.8362146503,-70.9498706651],[-73.2322934174,-71.101445875],[-72.3576216231,-71.2517693249],[-72.9618585826,-71.3449595359],[-73.5090570566,-71.1487131032],[-74.0960839446,-71.1860244263],[-73.5192314898,-71.5553823929],[-74.6973818306,-71.2194008287],[-75.0930815668,-71.3030084449],[-74.762327294,-71.6356349623],[-75.4568063401,-71.3444404741],[-75.715035309,-71.4191140857],[-75.2678939436,-71.7841734953],[-73.600558116,-72.1642592399],[-72.9720035477,-71.9114103383],[-73.3246427623,-71.7493769986],[-72.349485167,-71.8566248641],[-72.4053280092,-71.5672867629],[-71.2090145683,-71.8143279371],[-70.6033921546,-72.24264552],[-72.3047399013,-72.2658451213],[-72.6830550561,-72.4643322624],[-71.936634408,-72.6974739881],[-69.5536692477,-72.6499772116],[-68.8920605267,-72.4523081639],[-68.9454892467,-72.2820584121],[-68.4501677773,-72.2642241427],[-68.2104824333,-71.8730354356],[-68.4218336956,-70.6365248246],[-69.7206233179,-69.2874212094],[-70.1191156028,-69.2456677202],[-70.1700029386,-68.8483594539]]],[[[-160.5207512188,-79.9038303136],[-159.1625797889,-79.7359224701],[-159.7512633207,-79.4045004804],[-161.4206573916,-78.851097366],[-163.2157510647,-78.7572453511],[-164.3515070143,-79.1289132533],[-164.1311846019,-79.3761535482],[-160.5207512188,-79.9038303136]]],[[[-75.8396217106,-77.9797433991],[-76.7338511504,-77.6568317002],[-76.881289594,-77.1458400181],[-78.0455341317,-77.0542415433],[-79.6169390329,-77.2576615181],[-80.7446450637,-77.7576113304],[-79.7860774988,-78.0587239674],[-77.3915467414,-78.1921355313],[-75.8327098118,-78.088611673],[-75.8396217106,-77.9797433991]]],[[[-98.4174560552,-71.7964376382],[-98.78905785,-71.6321950968],[-99.2096180986,-71.761110573],[-98.7742628036,-72.0328192291],[-99.4254669396,-71.8996437822],[-99.5484884471,-71.9960332477],[-99.7442744862,-71.8433234576],[-100.6069485968,-71.9817470557],[-100.1700970439,-71.8636718959],[-100.420261855,-71.7770395288],[-102.4119623829,-72.1113188499],[-100.1027020971,-72.4068743889],[-98.7962706269,-72.3912046538],[-98.9747592982,-72.48126392],[-98.52346686,-72.5202528366],[-96.0527014649,-72.532765937],[-96.4053121062,-72.3836998976],[-95.4375058409,-72.3267020723],[-96.4639935217,-72.2276749232],[-95.6710994202,-72.1733833953],[-95.6669749899,-71.9941025211],[-97.0843509988,-72.1339992699],[-96.1129588407,-71.9184661646],[-96.2540295069,-71.7696934814],[-97.0249587636,-71.7501073489],[-97.4465792077,-72.1607985353],[-97.8705884201,-71.7873031117],[-97.9675345651,-72.0903860474],[-98.2406821733,-71.990445258],[-98.4750201691,-72.0877443051],[-98.1312952551,-71.7670039203],[-98.4174560552,-71.7964376382]]],[[[-66.1708270044,-78.3741929131],[-68.0641747307,-78.4951808528],[-70.8311715926,-79.1478556844],[-69.2976750258,-79.1984240477],[-65.5112683383,-78.4351947404],[-66.1708270044,-78.3741929131]]],[[[-122.4374094102,-73.5979560346],[-122.8720787554,-73.7358901272],[-122.2749862028,-73.8317485889],[-122.6327055553,-74.2082460997],[-121.9477834849,-74.3147182621],[-120.2769898144,-74.3187994296],[-118.6341703449,-73.8268032323],[-118.9021968708,-73.7223987443],[-122.4374094102,-73.5979560346]]],[[[-125.710477641,-73.1059386906],[-126.7694485868,-73.1499108919],[-126.6827163571,-73.5632068306],[-126.1870773703,-73.4482088038],[-125.6006107483,-73.8458213503],[-123.4782843138,-74.1152163763],[-123.9783416724,-73.602746135],[-124.9695790209,-73.7400081867],[-124.8282454514,-73.3233710606],[-125.710477641,-73.1059386906]]],[[[167.5251643429,-77.4604050471],[166.3741942384,-77.251112627],[165.9996217912,-77.5815906209],[166.7750605743,-77.7288417187],[166.5891853978,-77.8878368382],[167.4940990461,-77.672961569],[168.441339613,-77.736517909],[169.2768899333,-77.5677268548],[168.304451468,-77.4087497091],[167.5251643429,-77.4604050471]]],[[[-75.1168098399,-72.8377315943],[-75.5867725752,-72.8339305369],[-75.8358474412,-72.969258565],[-75.4533990598,-73.068098782],[-76.1810372178,-73.1990679392],[-74.6156004191,-73.6580886232],[-74.2899974567,-72.9991165444],[-75.1168098399,-72.8377315943]]],[[[-68.0609447256,-67.3924676743],[-67.6894812114,-67.1525067358],[-67.9965662084,-66.9317069767],[-67.7788925008,-66.619750872],[-68.4795822308,-66.83186587],[-69.158772411,-67.4631352217],[-68.9632619943,-67.7373452576],[-68.5866787368,-67.7435441172],[-68.0609447256,-67.3924676743]]],[[[-77.4707613313,-72.7037402996],[-78.1571866733,-72.6575606188],[-78.2729257532,-72.8930102486],[-79.0693242096,-73.0017839066],[-78.792117559,-73.1616906509],[-77.3963990407,-72.9437299508],[-77.4707613313,-72.7037402996]]],[[[122.5457303641,-66.5400003258],[121.3031132718,-65.6522331479],[121.2227595286,-66.2283271433],[121.7540965077,-66.4568806853],[121.319088003,-66.6973613969],[122.0697716023,-66.5555720447],[122.4745109612,-66.6608790302],[122.5457303641,-66.5400003258]]],[[[-74.6783948894,-69.5842026117],[-76.0734998857,-69.6445226702],[-75.9445969677,-69.9219301134],[-74.6569799172,-69.9745289031],[-74.6783948894,-69.5842026117]]],[[[-147.6413310929,-77.4567196793],[-147.7076460204,-77.2392869999],[-148.6144945521,-77.1188833632],[-148.8634042837,-77.3200184781],[-147.6413310929,-77.4567196793]]],[[[-149.3134953832,-77.1732624778],[-149.6350642279,-76.9145058263],[-150.5275592443,-76.9702078886],[-149.3134953832,-77.1732624778]]],[[[-57.8305566271,-64.0919695384],[-57.8039319704,-63.7746879021],[-58.4639687251,-64.1156539048],[-58.1284952706,-64.1418321938],[-58.2000927341,-64.3966424871],[-57.3170958311,-64.3828218453],[-57.1497972999,-64.0841427863],[-57.4943648149,-63.917483084],[-57.8305566271,-64.0919695384]]],[[[-116.3520727398,-74.0246454606],[-116.1321785998,-73.8227054624],[-117.7201203148,-74.173093824],[-116.7781370407,-74.1795733],[-116.3520727398,-74.0246454606]]],[[[-73.8406742154,-70.5938980639],[-74.180214549,-70.4691060063],[-75.5443622661,-70.757891565],[-75.3106427718,-70.8769670407],[-74.4110733403,-70.8239323739],[-73.8406742154,-70.5938980639]]],[[[-91.3304910059,-73.1790757386],[-90.8099615161,-72.854806647],[-91.0651918818,-72.5184466751],[-91.6750252666,-72.6081177651],[-91.3304910059,-73.1790757386]]],[[[-63.301203187,-64.2804469769],[-63.6053795516,-64.2849093401],[-64.261206953,-64.6972357557],[-63.7119711944,-64.8400247934],[-62.8584021862,-64.5616598852],[-63.3148541177,-64.5695884594],[-63.301203187,-64.2804469769]]],[[[-127.2427368252,-74.6061710329],[-126.8871113687,-74.3876349384],[-127.8571512702,-74.2332091051],[-127.2427368252,-74.6061710329]]],[[[-130.8955967538,-74.3818176872],[-131.7336018554,-74.2535356782],[-131.9362753569,-74.445802019],[-131.0268113836,-74.5519917521],[-130.8955967538,-74.3818176872]]],[[[-55.421051118,-63.1947645728],[-56.049638489,-63.1347334656],[-56.5744832677,-63.3723988234],[-55.0375714571,-63.3209946059],[-55.421051118,-63.1947645728]]],[[[-89.529327222,-72.9307915628],[-89.9841256959,-72.8035382649],[-90.2889205172,-73.0928978204],[-89.7801591303,-73.1020617331],[-89.529327222,-72.9307915628]]],[[[-62.0638011454,-69.7293023836],[-61.9281964687,-69.4094589844],[-62.4513095218,-69.1469406721],[-62.0638011454,-69.7293023836]]],[[[167.2992607567,-78.3052018792],[167.3864707746,-78.0470220798],[166.7452012172,-78.2640044452],[167.2992607567,-78.3052018792]]],[[[-150.3829828499,-77.4085231097],[-150.8086973136,-77.2424137754],[-151.3095238948,-77.3046201178],[-150.3829828499,-77.4085231097]]],[[[-148.4533471112,-76.7503293383],[-149.2209330402,-76.7751381901],[-148.7068100321,-76.8686258572],[-148.4533471112,-76.7503293383]]],[[[-146.7406819109,-76.3434464921],[-146.836752752,-76.1295193736],[-147.3443242836,-76.1195752694],[-146.7406819109,-76.3434464921]]],[[[-57.9080051454,-61.946552182],[-58.4507152047,-61.9525628189],[-59.0143101831,-62.2045267903],[-58.5422259264,-62.2432487296],[-58.4348485468,-62.0568961498],[-58.2540153744,-62.1812611653],[-57.6533062116,-62.0028298518],[-57.9080051454,-61.946552182]]],[[[166.1546536111,-78.3532518917],[166.6561954528,-78.2618678287],[165.9461684792,-78.1598699868],[166.1546536111,-78.3532518917]]],[[[-62.3063046418,-64.3988479314],[-62.0988041354,-64.2094852146],[-62.46179449,-64.0107271364],[-62.8235624636,-64.4946360886],[-62.3063046418,-64.3988479314]]],[[[-146.8169289089,-77.0193116286],[-146.3036294136,-76.9551530271],[-146.7454420639,-76.8489960087],[-146.8169289089,-77.0193116286]]],[[[-100.150194762,-72.4748697987],[-99.9733973089,-72.5965960468],[-99.331465596,-72.5833631209],[-100.150194762,-72.4748697987]]],[[[-150.4223133353,-76.8179584506],[-149.8329436199,-76.7111128078],[-150.7294889623,-76.7369828506],[-150.4223133353,-76.8179584506]]],[[[-77.795214729,-73.4159085041],[-77.4189569253,-73.3264334294],[-77.8955443429,-73.2173804878],[-77.795214729,-73.4159085041]]],[[[-94.4567687438,-72.6033026222],[-94.5515974098,-72.4555901021],[-95.2873870848,-72.6417955267],[-94.4567687438,-72.6033026222]]],[[[-72.5287962117,-69.3130186632],[-72.8438882137,-69.4626167747],[-72.1338144897,-69.5526939501],[-72.5287962117,-69.3130186632]]],[[[-60.1164571234,-62.5748893356],[-60.1517653253,-62.4599475047],[-60.4963626321,-62.5750342793],[-60.8095190251,-62.4639859742],[-60.8900183271,-62.5949272776],[-61.2415372238,-62.5912781552],[-60.3777749703,-62.6134274868],[-60.3003125287,-62.7566977094],[-59.8236376799,-62.6073069519],[-60.1164571234,-62.5748893356]]],[[[86.1693986559,-67.0259559568],[86.2934391438,-66.8937437432],[85.5845032556,-66.7225598619],[86.1693986559,-67.0259559568]]],[[[-65.761115346,-65.5220203871],[-66.1983874066,-65.8694654548],[-65.8694569094,-65.8068907194],[-65.761115346,-65.5220203871]]],[[[96.7210709422,-66.0718424606],[96.4028619466,-66.0403626519],[96.272002638,-66.1951612884],[96.9704510363,-66.1791778733],[96.7210709422,-66.0718424606]]],[[[-67.5341467679,-67.7972215492],[-67.2933894023,-67.5873254332],[-67.843752149,-67.6805170031],[-67.5341467679,-67.7972215492]]],[[[-60.6428795333,-71.0749805818],[-60.6946831811,-70.8977944894],[-60.9752031887,-70.9783968708],[-60.6428795333,-71.0749805818]]],[[[-60.7472480151,-70.7205750529],[-60.7816620723,-70.5045672351],[-61.031930425,-70.6230175587],[-60.7472480151,-70.7205750529]]],[[[-56.3042063107,-63.1834197907],[-56.0192693026,-63.0343000339],[-56.4736716531,-62.9819762461],[-56.628732379,-63.0530740984],[-56.3042063107,-63.1834197907]]],[[[-55.2206338312,-61.0141790489],[-55.3987325583,-61.0676590213],[-55.1591740277,-61.2239188043],[-54.5943694108,-61.055783936],[-55.2206338312,-61.0141790489]]],[[[-57.2624392199,-64.5437419483],[-56.9116233799,-64.337866605],[-57.4966354277,-64.4421559626],[-57.2624392199,-64.5437419483]]],[[[-56.026145733,-63.5549610657],[-55.69092465,-63.4269661347],[-56.2120096392,-63.4307524981],[-56.026145733,-63.5549610657]]],[[[-45.6163933338,-60.5531483127],[-46.0343802173,-60.6098392992],[-45.1671154174,-60.7272115741],[-45.6163933338,-60.5531483127]]],[[[-57.6189454293,-63.7963528481],[-57.6206532724,-63.9029464298],[-57.0559054316,-63.8336599758],[-57.6189454293,-63.7963528481]]],[[[48.871128232,-66.7089607411],[48.3448692343,-66.7838804324],[48.8635589513,-66.8119315218],[48.871128232,-66.7089607411]]],[[[-67.3252461843,-66.8760607164],[-67.4575127583,-66.7258686998],[-67.6311243207,-66.8871772506],[-67.3252461843,-66.8760607164]]],[[[47.7174428656,-67.6162749354],[47.6047716763,-67.5319461862],[47.416837091,-67.6338758262],[47.716387182,-67.6490921951],[47.9784039236,-67.5994227492],[47.7174428656,-67.6162749354]]],[[[86.6884931514,-66.7741582584],[86.9293026561,-66.7277336401],[86.6322627437,-66.6574259097],[86.6884931514,-66.7741582584]]],[[[97.4226788719,-66.4301317081],[97.2098596436,-66.3033284094],[97.0998326338,-66.3970944041],[97.4226788719,-66.4301317081]]],[[[-60.6123573434,-63.7047455699],[-60.8175664933,-63.6643252851],[-60.8635840856,-63.9156183289],[-60.6123573434,-63.7047455699]]],[[[-59.4723327994,-62.3613494778],[-59.7322537204,-62.3722862582],[-59.5155400364,-62.4559647608],[-59.4723327994,-62.3613494778]]],[[[-62.1181403013,-63.2405900349],[-62.2029447569,-63.3367479268],[-61.9374682506,-63.3016118209],[-62.1181403013,-63.2405900349]]]]},"properties":{"fid_1":147,"OBJECTID":277,"ISO2":"AQ","NAME":"Antarctica","LON":21.9693496,"LAT":-79.84076782,"ISO3":"ATA","Shape_Area":5718.28177898859}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[117.7151180502,15.0888160001],[117.7643935796,15.0907167406],[117.7246932723,15.0996226818],[117.7151180502,15.0888160001]]]},"properties":{"fid_1":148,"OBJECTID":521,"ISO2":"","NAME":"Scarborough Reef","LON":117.73751882,"LAT":15.0925222,"ISO3":"xSR","Shape_Area":0.00056229225117347}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[51.2501800004,41.2312099999],[49.7606200001,42.71076],[47.7842906937,41.1862244768],[47.3676601407,41.2756880932],[46.75644104,41.8592270236],[46.4257589999,41.9123399998],[46.1961035222,41.6345472987],[46.6624478118,41.3639848744],[46.641960689,41.1071108178],[45.94844996,41.178857048],[45.3165985608,41.4721585254],[45.0150689998,41.2970859999],[45.2025777831,41.1581555988],[45.1171873554,41.0499207391],[45.6024287008,40.881239931],[45.3657059746,40.660794646],[45.4503019232,40.5000022232],[45.9775628519,40.2235028831],[45.8826186114,40.0217598759],[45.61042762,39.9753868337],[46.1748254897,39.6076529672],[46.5711587767,39.5645549079],[46.3832228271,39.4040838084],[46.5588289419,39.2527997171],[46.5337293627,38.8677258801],[47.9883121323,39.6969823616],[48.369867307,39.3773683957],[48.1342194307,39.2643378544],[48.3396376073,39.0188495423],[48.0222015188,38.8445667753],[48.6409952709,38.3958497104],[49.8632190559,38.3045359241],[51.2927104229,38.7148503108],[51.6530849906,39.4091585676],[51.6757886508,40.3319683011],[51.5345344258,40.9228627532],[51.2501800004,41.2312099999]]],[[[46.1439577884,38.8428109884],[45.7980381284,39.5718732831],[45.4654022256,39.5022149891],[45.0754649036,39.7879926304],[44.7667739998,39.7162599997],[44.8078550003,39.628489],[45.4502288002,38.9938996939],[46.1439577884,38.8428109884]]]]},"properties":{"fid_1":149,"OBJECTID":282,"ISO2":"AZ","NAME":"Azerbaijan","LON":48.81451396,"LAT":40.29410416,"ISO3":"AZE","Shape_Area":17.3950474578892}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-67.083626001,18.5145973242],[-67.2709994957,18.3637064471],[-67.1537282301,18.2043232908],[-67.2111918691,17.9527621752],[-66.2260935466,17.9124683109],[-65.5960622843,18.226282218],[-65.616872226,18.3864623804],[-65.8869974844,18.4436960502],[-67.083626001,18.5145973242]]]},"properties":{"fid_1":150,"OBJECTID":444,"ISO2":"PR","NAME":"Puerto Rico","LON":-66.46597395,"LAT":18.2222137,"ISO3":"PRI","Shape_Area":0.769998921512358}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.607041615,47.0607733084],[9.5308298767,47.2705426371],[9.4738282698,47.061718808],[9.607041615,47.0607733084]]]},"properties":{"fid_1":151,"OBJECTID":394,"ISO2":"LI","NAME":"Liechtenstein","LON":9.55429327,"LAT":47.14562579,"ISO3":"LIE","Shape_Area":0.0189335092148435}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-8.4709110003,7.5572760004],[-8.6752420783,7.6974690101],[-8.8363342927,7.3136448018],[-9.0736044723,7.2023837179],[-9.3068155942,7.4326345909],[-9.4692998827,7.37826392],[-9.3671282297,7.6301148772],[-9.4830100958,8.3419981387],[-9.7666854639,8.550817858],[-10.2792293003,8.4846883877],[-10.3100742577,8.1962949639],[-10.5264362259,8.1254259127],[-10.798165141,7.5930118461],[-11.4994563259,6.9237149963],[-11.3608271087,6.7066939546],[-10.7407118792,6.4113083019],[-10.7998722062,6.2964002388],[-10.0657524877,5.916941471],[-9.2766544147,5.1428136701],[-8.4102629798,4.6531673572],[-7.5271971914,4.3623308856],[-7.6008600307,4.8947515226],[-7.3776236043,5.3357887343],[-7.4335471984,5.8400631516],[-7.7634119644,5.9556188507],[-7.9113359898,6.2808598153],[-8.5804831223,6.5032035791],[-8.2858755532,7.0189694598],[-8.4709110003,7.5572760004]]]},"properties":{"fid_1":152,"OBJECTID":391,"ISO2":"LR","NAME":"Liberia","LON":-9.3136301,"LAT":6.45320021,"ISO3":"LBR","Shape_Area":7.87020233602437}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[36.8793152432,22.0051304949],[36.2291833706,22.6256322682],[35.8430639836,22.7631172097],[35.6233756031,23.1468862302],[35.2960777631,22.8618190912],[34.9513003778,22.8561819787],[34.7366601402,22.3963358979],[34.1618943158,22.2068396012],[34.0865292748,22.0025084702],[36.8793152432,22.0051304949]]]},"properties":{"fid_1":153,"OBJECTID":459,"ISO2":"SD","NAME":"Sudan","LON":35.5003814,"LAT":22.3681604,"ISO3":"SDN","Shape_Area":1.55447561346929}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[66.5537319996,37.3547529999],[66.671599166,37.9754401999],[65.5600109629,38.2870354157],[62.4990606457,39.9418932686],[61.8858890647,41.1061354338],[61.4590206404,41.2971183548],[61.2407738093,41.145206919],[60.2345626391,41.3340732999],[60.0494168793,41.7535021168],[60.3303644228,41.7654224066],[59.9267931663,41.9911379841],[59.9935334624,42.2458022608],[59.4335832924,42.2933239351],[58.6270389194,42.7976177687],[58.5879604339,42.6496286648],[58.15132013,42.6271863206],[58.5100524232,42.2817412759],[58.0391489548,42.5066082271],[57.8599369911,42.1734026344],[57.3009189037,42.1395883224],[56.9963747487,41.9065085348],[56.9873552437,41.2516753789],[55.9985670002,41.318638],[55.4138749006,41.300803657],[54.9288892756,41.9282847773],[54.2125752963,42.3769163761],[52.985689871,42.1213269507],[51.2501800004,41.2312099999],[51.5345344258,40.9228627532],[51.6757886508,40.3319683011],[51.6530849906,39.4091585676],[51.2927104229,38.7148503108],[51.9807229578,37.9235385206],[52.6557779599,37.7771086262],[53.5693117944,37.3270495218],[54.6734319831,37.4373351389],[54.8653905031,37.7623601646],[55.4697489169,38.0943452972],[56.333758233,38.0776338332],[56.455725404,38.2635522761],[57.0324556616,38.1823206139],[57.238128716,38.2747509832],[57.4752071448,37.9212350753],[58.4042490964,37.6376314669],[58.8199262277,37.6829835232],[59.3528824928,37.5323202896],[59.5547978362,37.1323811764],[60.0444997146,37.020398829],[60.3520189366,36.6285151816],[61.1486259989,36.6394077091],[61.2741260001,35.6051500001],[61.5898978842,35.4366761368],[62.0632312911,35.4342996054],[62.299157102,35.1743893603],[62.6320909429,35.2094134484],[63.0990386822,35.4192509718],[63.1356383744,35.8617373636],[64.0518157202,36.0560435413],[64.57660558,36.3486851114],[64.7597409979,37.1147753393],[65.5309430488,37.2386339942],[65.7086009273,37.5387081139],[66.5537319996,37.3547529999]]]},"properties":{"fid_1":154,"OBJECTID":493,"ISO2":"TM","NAME":"Turkmenistan","LON":58.39270161,"LAT":39.21255915,"ISO3":"TKM","Shape_Area":57.9172907107557}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[44.7841669997,37.1447641997],[44.6228576377,37.1840984443],[44.2973608681,36.9703312676],[44.1294152756,37.3198083336],[43.6425929877,37.2182744744],[43.109694513,37.3710115544],[42.352393248,37.0999624143],[41.9359790431,36.6818175694],[41.4005506631,36.5234449408],[41.284554199,36.3502179726],[41.3819956977,35.6272975897],[41.0476855901,34.5093922429],[38.7936739996,33.3747350003],[39.0425357002,32.3075112379],[39.2622079091,32.3492821703],[39.200936,32.1543299997],[40.4132125089,31.9477661462],[42.0854833868,31.1114971012],[44.632732674,29.2660668606],[46.5530397496,29.1011702198],[47.1817760834,30.0233994679],[47.703696113,30.1037149557],[47.9590811234,30.0035232978],[48.5668864812,29.9167769568],[48.4838626617,29.9769006483],[48.027209435,30.4908579564],[48.0313316089,30.9964279164],[47.6821948661,31.0009577737],[47.8572815028,31.7700474762],[47.4644391404,32.3939094683],[46.0990047227,32.9806867459],[46.1897744992,33.2649628341],[45.4152442967,33.9725164121],[45.5819293014,34.1517898858],[45.4428276388,34.4617496403],[45.7423956228,34.5384901962],[45.6869177147,34.8091448792],[45.9273935061,35.0850702019],[46.1910662827,35.1121879524],[46.0167788627,35.6835086953],[46.345972729,35.7968907429],[45.7694290753,35.8038945704],[45.3551956733,36.0327479697],[44.7841669997,37.1447641997]]]},"properties":{"fid_1":155,"OBJECTID":373,"ISO2":"IQ","NAME":"Iraq","LON":43.76704292,"LAT":33.05132081,"ISO3":"IRQ","Shape_Area":42.2380058221154}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[16.5967051279,46.4758203254],[16.3425450427,46.8452460919],[16.1137949997,46.8690859997],[15.9080983274,46.7119346406],[14.8825472447,46.6116221551],[14.5548028337,46.3937608634],[13.7140739796,46.5228681739],[13.3763815011,46.2962322563],[13.6649328179,46.177143182],[13.4773419481,46.0064371816],[13.8993065914,45.6424985738],[13.7228874409,45.5946229443],[13.585806,45.4784814996],[14.3266522743,45.4690556369],[14.5967207577,45.6686980121],[14.8179041738,45.459940686],[15.3404331083,45.4562048762],[15.2567298987,45.7218521503],[15.6808362073,45.8438195183],[15.6462970697,46.2154655364],[16.2770767108,46.5186831293],[16.5967051279,46.4758203254]]]},"properties":{"fid_1":156,"OBJECTID":481,"ISO2":"SI","NAME":"Slovenia","LON":14.82200284,"LAT":46.12247986,"ISO3":"SVN","Shape_Area":2.3897358527702}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.1563777034,14.9951488669],[-84.3018578326,15.8138359213],[-85.0189021378,15.9876401041],[-85.4556322022,15.8604786099],[-86.0337769719,16.0255819643],[-85.9339869467,15.9263491663],[-86.3649189002,15.7764086028],[-86.9044110584,15.7553549916],[-87.4858229267,15.7827057619],[-87.7281096056,15.9216352771],[-88.2316933903,15.7245560408],[-89.1544616318,15.0677355801],[-89.152353513,14.5846536266],[-89.3559607401,14.420459949],[-89.0972179849,14.400974072],[-88.47114279,13.8525921621],[-88.171337189,13.9835017698],[-87.8001993561,13.9194022204],[-87.7083732206,13.8008783566],[-87.8150485759,13.4074323044],[-87.6009489927,13.4558214503],[-87.5900536953,13.3002673932],[-87.3735046376,13.3935813914],[-87.4585563618,13.2244089266],[-87.3083499524,12.987595814],[-87.0211456761,12.9996335409],[-86.8701597632,13.3016509426],[-86.716693752,13.2963050936],[-86.7608337416,13.768637788],[-86.3357617949,13.7685451237],[-86.0159727966,14.0796455261],[-85.7411584649,13.8728014483],[-85.2010342973,14.2584059681],[-84.899267434,14.8147312586],[-84.4710821801,14.6161163166],[-83.4029766198,15.0204383182],[-83.1563777034,14.9951488669]]]},"properties":{"fid_1":157,"OBJECTID":365,"ISO2":"HN","NAME":"Honduras","LON":-86.59880355,"LAT":14.82592568,"ISO3":"HND","Shape_Area":9.45597123092088}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[128.3608036357,38.6149762179],[127.7246657699,39.109882911],[127.3732462303,39.2069593641],[127.3341489544,39.4051475958],[127.5656050062,39.3060027298],[127.4994381007,39.71590353],[127.9598090052,40.0050951317],[128.3181652531,39.997179228],[129.2229405327,40.7002267898],[129.70221839,40.8386365419],[129.6971271417,41.6515219133],[130.3856659032,42.3281397177],[130.674864489,42.2836141312],[130.63938738,42.416834251],[129.9013104718,43.0051194398],[129.7037314687,42.4276375819],[129.3461068939,42.45156709],[128.9537501743,42.0512284871],[128.033235553,41.9961562866],[128.3018496168,41.5972663107],[128.1487891081,41.3810000421],[127.3397431224,41.4621061059],[126.9170953226,41.8039815831],[126.5793952952,41.6160608186],[126.0219584084,40.8997664004],[125.0200261153,40.531946976],[124.3541731832,39.9706705074],[124.6396883726,39.6003587612],[124.7626561806,39.7733650287],[125.4424870711,39.5599475174],[125.1371800392,38.8058050518],[125.5581390526,38.6919459084],[125.0099192913,38.5785086082],[124.8572518377,38.3373922009],[124.9957895184,38.2188204598],[124.6564314684,38.1238205611],[125.2393472037,38.0507045986],[124.9775133024,37.9267814012],[125.3008559636,37.8004748367],[125.4619410959,37.887559142],[125.3404250437,37.6855281702],[125.7295888103,37.9142819427],[125.5807866626,38.0366285161],[126.1324007188,37.7434504716],[126.41304016,37.9080756529],[126.6917373119,37.8432761378],[127.1339393399,38.310114604],[128.0723673674,38.3083391939],[128.3608036357,38.6149762179]]]},"properties":{"fid_1":158,"OBJECTID":445,"ISO2":"KP","NAME":"Democratic People's Republic of Korea","LON":127.16613643,"LAT":40.13648809,"ISO3":"PRK","Shape_Area":12.9644036399174}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.1563777034,14.9951488669],[-83.4029766198,15.0204383182],[-84.4710821801,14.6161163166],[-84.899267434,14.8147312586],[-85.2010342973,14.2584059681],[-85.7411584649,13.8728014483],[-86.0159727966,14.0796455261],[-86.3357617949,13.7685451237],[-86.7608337416,13.768637788],[-86.716693752,13.2963050936],[-86.8701597632,13.3016509426],[-87.0211456761,12.9996335409],[-87.3083499524,12.987595814],[-87.4171063164,12.9160433706],[-87.586278952,13.0563763544],[-87.6900168229,12.911240293],[-86.7702530518,12.1980595706],[-86.5142571329,11.786416387],[-85.6927045444,11.0795104351],[-85.6073564918,11.2190336054],[-84.926718851,10.9504469961],[-84.6779068523,11.0833013671],[-83.9312538436,10.7078128453],[-83.6668240519,10.9306013508],[-83.872306816,11.3726760662],[-83.6538566554,11.6240989128],[-83.7248935021,11.9582163794],[-83.5052555412,12.4864284356],[-83.5569867414,13.4486440501],[-83.2052583909,14.3209171564],[-83.3140413074,14.7725834509],[-83.1563777034,14.9951488669]]]},"properties":{"fid_1":159,"OBJECTID":429,"ISO2":"NI","NAME":"Nicaragua","LON":-85.0332037,"LAT":12.84203885,"ISO3":"NIC","Shape_Area":10.7472320476531}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-32.5425606188,83.6172702868],[-34.1247627814,83.5867513957],[-33.8824287676,83.4600136539],[-34.4637733342,83.6026858948],[-36.7133667786,83.549165765],[-36.4823034976,83.3639426626],[-37.6963671473,83.5115912194],[-37.7756690272,83.3697601269],[-38.9075841091,83.4356563176],[-38.8204050063,83.2274073099],[-36.9597834177,83.1499803672],[-38.8213132388,83.0669715007],[-37.3313963983,83.0023926523],[-39.1559310702,82.9934856543],[-38.6125252,82.7522655588],[-42.7145797892,83.2793495954],[-44.0304182157,83.2048056031],[-42.9391381227,83.0882967008],[-45.5764231867,83.1448017219],[-43.3859547142,82.9418095448],[-44.9240173126,82.9685835789],[-44.6803637956,82.8512457319],[-40.1642079984,82.7185819102],[-39.8237152082,82.4021381022],[-41.8174450293,82.7530975063],[-41.7755052563,82.4724503094],[-42.1076570647,82.7573610681],[-45.8136480332,82.7695712156],[-43.8686526582,82.330215827],[-42.331548854,82.2183003092],[-42.9817895131,82.1647384157],[-42.8478305606,82.2519640639],[-44.6599624348,82.2810630029],[-44.6178736442,81.7773099792],[-50.17775464,82.5225705172],[-51.1192331282,82.4287819657],[-49.4819558198,81.9236060212],[-51.1343573832,81.9339009348],[-49.8479307761,81.6051389949],[-52.9169836369,82.030459293],[-53.6718284613,81.5148699411],[-54.496810377,82.3644251032],[-55.4447589972,82.2896915518],[-55.1409342414,82.1501781679],[-55.8949842333,82.2674994188],[-59.5208441174,81.9883413211],[-56.5243383196,81.328482589],[-59.0647164112,81.8704640913],[-60.0947637067,81.93834821],[-61.2314052988,81.8194748408],[-60.9313670953,81.1595232843],[-61.6232553961,81.0698888794],[-63.314969248,81.1529120711],[-62.7019444121,80.74604909],[-63.6347382301,81.1366305973],[-65.5974826808,80.7064114222],[-65.191934539,80.6181635858],[-65.9371456099,80.661421219],[-67.4040057936,80.3369263743],[-66.9763051439,80.0434045189],[-63.600834432,80.117002357],[-65.0662630398,79.9996550572],[-65.1459776968,79.3723375937],[-66.0596124721,79.11551926],[-68.3361638269,79.0588493149],[-69.231121339,78.8150542059],[-72.59247322,78.5119565376],[-73.0403469493,78.1729854596],[-72.2312948437,77.9383459418],[-71.1867170482,77.8831115342],[-71.2666415359,77.7668502863],[-70.1556223771,77.8534958268],[-70.6833069243,77.6956963901],[-69.5619744778,77.7351202674],[-70.2936931486,77.57336859],[-69.2599917962,77.4650809868],[-68.6083045551,77.5154324948],[-68.7146949917,77.6728883941],[-68.3716241338,77.5105672363],[-66.9983661657,77.6893301729],[-66.2744001761,77.622801901],[-66.2330791538,77.262109012],[-68.3402218171,77.376415953],[-69.1040656653,77.2754000413],[-68.0956590764,77.1774190824],[-70.1851022617,77.2453275961],[-71.3749333803,77.0088754381],[-70.6330382402,76.7958059464],[-69.8555784296,76.9636490908],[-69.9289354274,76.7570997227],[-67.9906190348,76.6938550868],[-69.6369738464,76.3838779088],[-68.4242259821,76.0807373491],[-66.4806035868,75.9110511341],[-67.1154967027,76.2539628533],[-66.4159830107,76.0888719608],[-65.7165174064,76.2759357299],[-65.4546381648,76.0258790074],[-64.5821418459,76.1374503762],[-64.4062847366,76.3569407152],[-63.8113583053,76.162389091],[-63.4145208818,76.3822003126],[-62.7280990894,76.1939808688],[-62.2871744557,76.2799723297],[-59.6710547617,75.9702375603],[-59.7741212788,75.8023002937],[-59.2415584113,75.8822277609],[-59.0416543352,75.7191588933],[-58.4102806468,75.726451958],[-58.1395759228,75.5162542876],[-58.6915047004,75.3503044796],[-56.8119000251,74.842293327],[-57.0342722946,74.6753403872],[-56.2261106078,74.5003924772],[-56.8181332379,74.4537499244],[-56.0953295096,74.3855093334],[-57.3089817852,74.1041676593],[-56.1376308074,74.2600093232],[-56.4301133361,74.0733215247],[-55.6045384317,73.8654133753],[-56.0709699286,73.6550571509],[-55.0633898032,73.3667711089],[-55.4668391179,73.2701716724],[-55.0909209819,73.1952468658],[-55.7338798439,73.0883392992],[-54.834142445,73.0201946757],[-54.6069779212,72.8306798593],[-55.0804071761,72.7236218353],[-54.7240353856,72.7278701607],[-54.8006551634,72.4901085439],[-55.6456051447,72.4522911777],[-54.961384192,72.4119521782],[-54.9167436011,72.26626463],[-55.6082483941,71.9974744781],[-54.6368373287,71.9959570178],[-55.8809393717,71.6886626281],[-55.3476240558,71.4033478931],[-55.2534640726,71.5020006176],[-54.3808277013,71.3717291482],[-53.8959184648,71.4480695408],[-54.1125072563,71.7293389948],[-53.7410394127,71.6498258606],[-53.5265222284,71.9997627976],[-53.2175919332,71.8232266777],[-52.7019464358,71.9999447314],[-53.2745574063,71.7130634592],[-52.1877776989,71.6159182538],[-51.6545385304,71.712722537],[-52.9926643633,71.4225280024],[-51.3831647827,71.487642273],[-52.2643854761,71.3675979568],[-52.3014843217,71.2542213707],[-52.5594139018,71.1661760301],[-51.6742072989,71.3584450734],[-52.2614232703,71.1221997747],[-51.2490401284,71.1452885121],[-51.5080181606,71.0656680932],[-50.9578347441,70.9754535312],[-51.9368051249,71.022521296],[-50.6605741363,70.7413078293],[-51.4740824204,70.7379819979],[-50.665363939,70.6407088711],[-51.3684953401,70.558108644],[-50.941918047,70.4179899417],[-50.5404409419,70.5247544477],[-50.7217806134,70.3216496214],[-52.9777080009,70.7716863992],[-54.1342800823,70.8323818384],[-54.609882324,70.6655662782],[-52.3424940582,70.0501882942],[-50.234966896,70.0205517701],[-50.6285162767,69.9269663926],[-50.2007317436,69.760574977],[-50.8348324273,69.7077234841],[-50.4223818836,69.5927105501],[-50.8637960677,69.6254232879],[-50.2496280514,69.5111577462],[-50.8345850948,69.4676138597],[-51.1473132108,69.2062545549],[-50.4172165924,69.3476460839],[-50.4981069079,69.198732753],[-50.1596113708,69.1626612057],[-50.7126643009,69.1138206522],[-50.1993704506,68.9686702601],[-51.0961339164,69.136955067],[-51.2201138503,68.8896369952],[-50.9469227004,68.946086752],[-51.3153103282,68.7483499458],[-50.6756996512,68.8282401631],[-51.0976901447,68.5816098729],[-52.4161744009,68.5616925893],[-53.4174120486,68.3316467033],[-52.6011040797,68.356697774],[-52.94236088,68.2585608169],[-52.4669190692,68.1724976136],[-51.2338229501,68.286676992],[-51.6506465668,68.4097904174],[-50.8210374224,68.5033476192],[-51.1985399238,68.3916177907],[-50.9619482674,68.1815519367],[-51.4527116094,68.1977279911],[-50.138520775,67.9304443303],[-53.3995909391,68.1773037543],[-52.0708407706,67.9532274367],[-53.1134392374,68.0591517313],[-53.2356142832,67.977112986],[-52.9084271209,67.969235763],[-53.6251357434,67.8103221086],[-53.7604941741,67.5345976764],[-51.6181386532,67.9700871611],[-52.3618896756,67.818698476],[-51.4763668737,67.7229968021],[-51.5805995076,67.9242023609],[-51.0717856201,67.9718149557],[-50.99786584,67.8707983596],[-51.3834551666,67.8698329203],[-51.1803903521,67.7508280036],[-50.7686374441,67.9003518339],[-50.1541318654,67.850791008],[-51.2197388123,67.6943411147],[-50.0970070936,67.7320181803],[-50.8576353196,67.6024846468],[-50.0727005537,67.5077960413],[-52.5282775686,67.7678725711],[-53.7226713283,67.4568428643],[-53.9013304338,67.2278132788],[-53.1692395417,67.3450484088],[-53.1484083293,67.2789861079],[-52.1639576733,67.4006433204],[-51.9105749261,67.3500848838],[-51.1012392472,67.4156345612],[-51.4376245503,67.3199467126],[-51.20952722,67.1275075598],[-50.36323631,67.1709108239],[-51.2081233666,67.1203842197],[-51.5139357347,67.3236151947],[-52.0488741227,67.3335396137],[-52.1449550434,67.3713591364],[-53.4864290487,67.2396143274],[-53.9829740322,67.0742442548],[-53.3711926403,67.1089524839],[-53.8539849861,67.058588397],[-53.2166103763,66.9860230229],[-53.821654256,66.9983186493],[-53.6515204457,66.9072757838],[-52.2355940531,66.84023741],[-53.0199097258,66.8476149472],[-53.1087002743,66.7478801341],[-52.6946540662,66.7836748539],[-53.168394089,66.7122906179],[-52.6001688153,66.7033533587],[-53.4549637092,66.6444794001],[-52.4243215779,66.5480533016],[-53.6219231294,66.5094692688],[-53.6271754148,66.2402803997],[-53.1785855599,66.2836258742],[-53.5593969971,66.0948476601],[-50.9448231144,66.9841719682],[-50.7092842116,67.0048771613],[-50.9259608246,66.8691667153],[-50.3205802504,66.8268195728],[-51.2815222818,66.8450577519],[-53.4794137342,66.0265416398],[-53.3594189607,65.9233796102],[-52.8967882659,66.015628302],[-53.1856250464,65.8473991227],[-52.6350422328,65.972265431],[-52.3766746442,65.894185496],[-51.8217688049,66.0397345413],[-51.7815924351,65.9471572228],[-52.2855510241,65.8493315454],[-52.7205873232,65.930673585],[-53.2052354237,65.7612282336],[-52.8704315811,65.7949239601],[-53.2557489536,65.6758103568],[-52.8082419336,65.6646540428],[-52.5071950793,65.3853815892],[-51.9281680197,65.5476241327],[-51.9255234239,65.6540871509],[-51.4274095451,65.7724505353],[-50.7110365244,65.7586045901],[-50.7489639928,65.6864704329],[-50.5579871044,65.711433593],[-50.742289471,65.6777694804],[-51.2781504968,65.7637099649],[-51.6670971914,65.7048633449],[-51.9004683332,65.5992249547],[-51.5149351639,65.6034289156],[-52.5863820762,65.3174226397],[-52.541956711,65.1886902619],[-52.2139928538,65.3315138489],[-52.3100739391,65.2000745351],[-52.0923602809,65.252994283],[-52.2158891553,64.7977884791],[-51.7210305354,65.014735029],[-51.6969547831,64.8768700862],[-51.3654482041,64.9658664329],[-52.1088734228,64.7258493029],[-52.0199428462,64.1967297039],[-51.214275394,64.7656891032],[-51.136716331,64.6053870942],[-50.6341593867,64.7481480092],[-51.0382826354,65.223365065],[-50.565512768,64.7574290118],[-50.1254604794,64.8309884156],[-50.068607061,64.52264366],[-49.593992041,64.3410444459],[-50.0650876271,64.4576182298],[-50.3236384894,64.6682982983],[-50.8750223399,64.6233738436],[-50.5794853332,64.439534091],[-50.1703467966,64.4416916429],[-50.9038843938,64.4024635974],[-50.9514604609,64.2134950804],[-51.7397735229,64.1999020121],[-51.4624643262,64.076982932],[-50.5430483202,64.1961574734],[-51.6349644983,64.0188624758],[-51.3582765676,63.9565140657],[-51.4282688581,63.7940234441],[-50.908714157,63.9210239201],[-51.5582805827,63.6872514387],[-51.1775132276,63.4902644423],[-51.2140496309,63.5932452468],[-51.0818383373,63.6559825517],[-50.5274865172,63.6387218259],[-51.1441777884,63.6202413936],[-51.0925213137,63.5119061111],[-50.7605322034,63.5196193588],[-51.2364283661,63.414802886],[-50.2834758469,63.3858306229],[-51.1108019094,63.290665847],[-51.0014843684,63.1378997287],[-50.7810812562,63.2466323767],[-50.9104262414,63.1218160743],[-50.5675588003,63.2235015349],[-50.473720671,62.9471276456],[-50.1639296059,63.0043036833],[-50.378975016,62.7727088301],[-50.1753057528,62.951421447],[-49.7033214917,63.0499770592],[-50.1523402423,62.9291765067],[-50.3064818413,62.4957666881],[-50.0230067208,62.3331368002],[-49.6807074381,62.4377153862],[-49.859681067,62.2468006859],[-49.2998720771,62.261936124],[-49.6182992644,62.1639946094],[-49.3520879211,62.203828475],[-49.3838864783,62.082350617],[-49.7145694043,62.1070051568],[-49.6369893187,61.9727704893],[-49.1786965802,62.004462162],[-49.0159082282,62.1977885247],[-48.9530884986,62.0386966534],[-49.4116957562,61.9334860869],[-49.2711729174,61.7086581843],[-48.75304899,61.9808055558],[-49.1599884666,61.7128291222],[-48.5839792674,61.6295226664],[-49.27758993,61.5412621234],[-49.0210732253,61.4459607144],[-48.2515010896,61.5338380572],[-49.0694963099,61.3926621083],[-48.3615575801,61.3532392796],[-48.5027986139,61.1638217994],[-47.9248512426,61.3201585059],[-48.2258936282,61.1792438883],[-47.8457064887,61.0210776838],[-48.4136319212,60.9755112337],[-47.6869013392,60.9992260808],[-48.242508487,60.8073919991],[-46.9757834197,60.9490727753],[-46.8615396291,60.7926084154],[-46.5593960407,61.0218615994],[-46.2370344598,60.9688199269],[-45.8290721276,61.1201100679],[-45.7189020896,61.3127294808],[-45.7983245326,61.053557794],[-46.0609720658,60.907048368],[-45.6127647222,61.0131853324],[-45.5121445068,61.2243828484],[-45.3769121512,61.0811018303],[-45.2133577674,61.1937750782],[-45.2797450167,61.0954943204],[-46.2325041654,60.73988889],[-45.7007243727,60.7673970793],[-45.3979512832,61.0009490173],[-45.284425452,60.8977250271],[-45.9707803088,60.564000951],[-45.6267785276,60.6398213016],[-45.5687677186,60.4605348867],[-45.2343495439,60.7381839264],[-45.5085657374,60.479573949],[-45.2373901221,60.4170984601],[-44.6220662997,60.7390477972],[-45.2199077844,60.1594232011],[-44.8731896793,60.2089476674],[-44.4670303016,60.5585307392],[-44.8109789229,60.1883581073],[-45.1691473736,60.0863785082],[-44.6179731883,59.9769548499],[-44.451114931,60.1589057807],[-44.2837837967,60.1466961241],[-44.0905787876,60.331413151],[-44.1428186579,60.1738441431],[-43.0969660517,60.0935157752],[-43.1250588652,60.3178883574],[-43.6141871821,60.3053915788],[-43.3322505426,60.4476167388],[-44.1952801714,60.6247724494],[-43.6352626953,60.5356795182],[-43.7113317031,60.7161275766],[-43.2314444562,60.4532878268],[-43.3264369544,60.5446888302],[-42.8438861413,60.5658230413],[-42.7755587324,60.6842297226],[-43.2936819224,60.6681811831],[-42.7922951373,60.7442298563],[-43.4583634966,60.8312668042],[-42.7886353606,60.8166898811],[-43.4667883248,60.8980505898],[-42.9750542052,60.8770126916],[-42.704502919,61.0539345658],[-43.6293083272,61.1247026142],[-42.6485263062,61.0884044233],[-43.1894736296,61.205901408],[-42.6568314734,61.2502391837],[-43.2549093017,61.328555224],[-42.6540498074,61.2812850659],[-42.4278117552,61.3918516141],[-43.0841868518,61.5852335306],[-42.4247475033,61.549504026],[-42.3321820756,61.693931293],[-42.7739233513,61.7754593232],[-42.3168861401,61.7585480964],[-42.1130350636,62.0019369143],[-42.4510448868,61.9615964299],[-42.293509474,62.2970268401],[-42.9322932954,62.4626215751],[-42.2633723316,62.3466829177],[-42.542026665,62.463034658],[-42.3775413022,62.5531127848],[-43.0745106907,62.6819864542],[-42.5046656697,62.6870196764],[-42.3424557508,62.9317776203],[-42.0890008474,62.7838376932],[-41.6507775164,62.8976438683],[-42.1584210828,63.1098409222],[-42.1745603738,63.1992713213],[-41.5401626863,63.0249762454],[-42.060772633,63.2394928847],[-41.4302605671,63.1069778657],[-41.7931275887,63.2908383459],[-41.6848946418,63.3301731184],[-41.9067745001,63.4333815539],[-41.8574783987,63.4808871402],[-41.7247957848,63.5116682593],[-41.1905043547,63.3325330042],[-41.5894081424,63.484130073],[-41.1411011908,63.378892025],[-41.2936452808,63.5623663237],[-41.0512309369,63.4344170999],[-40.7730554367,63.4902974654],[-40.8891783769,63.6484209287],[-41.6352996408,63.7571249576],[-41.5077085296,63.8372622806],[-40.5162420969,63.6875630178],[-40.843768121,63.9302346281],[-40.5949710574,64.1239392799],[-40.9936812093,64.0864141736],[-41.5555252679,64.261370825],[-40.3977590487,64.3673189264],[-41.1587875819,64.9375777948],[-41.008862609,65.0705441916],[-40.1259008452,65.0752952299],[-39.7699942966,65.3884698179],[-40.2139953977,65.4901315994],[-39.8067996071,65.4910837998],[-39.6820606347,65.6684518493],[-39.4315020132,65.5223931419],[-39.2534735358,65.6899404166],[-38.9651232121,65.5185404544],[-38.6064685511,65.5638874421],[-38.7525614192,65.6798442019],[-38.2147468896,65.636241935],[-38.0989016942,65.793440773],[-38.4829259009,66.0153272369],[-38.0684225189,65.9041296407],[-37.9685912391,66.2389083904],[-37.709503352,66.2535821408],[-38.1094557321,66.3804681133],[-37.2001864512,66.3378454392],[-37.8440340628,65.8859118204],[-37.6995762297,65.9371218959],[-37.2081745147,65.753143261],[-37.4775492188,65.9981358344],[-37.1279219094,65.8864175838],[-37.254683002,66.0986015913],[-36.9984250449,65.8651635372],[-36.5744325868,66.0722668778],[-36.3455156548,65.8966417639],[-35.7248641812,66.0689063991],[-35.8401872384,66.4429498731],[-35.5670168404,66.2829492342],[-35.0406595342,66.246407184],[-35.1019486374,66.4200412502],[-34.7654278712,66.3185401632],[-34.4096270127,66.7507627643],[-34.2932676407,66.5757817997],[-34.0359008087,66.7357023477],[-34.0443649652,67.0174206803],[-33.5573675226,67.0897614703],[-33.2181902238,67.6847964164],[-32.149076072,67.8430752277],[-32.020754688,68.1278952106],[-32.4316069592,68.2233392179],[-32.0925214551,68.1848879718],[-32.5271402836,68.6130255248],[-32.0048912173,68.262473867],[-31.5153242929,68.2426706633],[-31.5976514858,68.0696870633],[-31.4329063242,68.1537921071],[-30.9371695721,68.0442083974],[-31.1606635796,68.1874696169],[-30.4767914677,68.0570027401],[-30.7294532581,68.2647867317],[-30.0257812709,68.1140979709],[-29.8689092286,68.4150437226],[-29.3927018402,68.2105207338],[-28.3766336687,68.4968809028],[-28.0160625479,68.4473572432],[-28.008553824,68.592440965],[-27.6507079476,68.4731340524],[-26.3284148143,68.6848997366],[-25.614680159,68.8846846418],[-25.5721480061,69.0768600198],[-25.041691109,69.1116549516],[-25.2319143466,69.2808885712],[-24.6629405546,69.2461529874],[-24.6806456372,69.3963324171],[-24.0887634696,69.4105102229],[-24.2106397021,69.5735739041],[-23.6915878893,69.5436506241],[-23.9184970569,69.7565153167],[-23.6948746901,69.7402021787],[-23.3373821717,69.763334865],[-23.2389114232,69.7481492574],[-23.3586801476,69.8600169258],[-22.989830503,69.7567124481],[-23.293739653,69.8628456507],[-22.3096875693,69.9979068626],[-22.1046719661,70.1519804548],[-23.5488665939,70.1089615907],[-25.0365639022,70.3607680107],[-25.3289569753,70.2743820209],[-25.2588348847,70.4141668742],[-26.3348168307,70.1992317659],[-26.9164462243,70.2497404449],[-27.3805628168,69.963319309],[-28.5609810014,70.0490640966],[-26.3400997191,70.366520249],[-26.7707489536,70.4784469939],[-28.2383645427,70.3645019347],[-28.3185660153,70.5071674586],[-29.2033056093,70.39024102],[-28.0532895299,70.7132791411],[-27.9225926739,70.8760917307],[-28.4020394994,70.9853744994],[-27.6348895338,70.9443194174],[-27.8269546504,71.1586624858],[-27.5259208057,70.9390569256],[-26.5158735629,70.9634546874],[-25.4277570448,71.274022809],[-25.9061831343,71.4897646676],[-28.4662693542,71.5458585456],[-27.3414143128,71.7090756701],[-28.6903017777,72.0890013479],[-27.7169028247,71.9319843034],[-26.8618617234,71.5580445707],[-25.6275065859,71.5338655151],[-25.119279194,71.2910602197],[-24.6332406931,71.3205923881],[-24.0805707743,70.6922293854],[-23.4683758139,70.4713819793],[-22.6275418714,70.4396977601],[-22.5096449662,70.8554524706],[-22.3994463082,70.452634854],[-21.7475528373,70.4174404334],[-21.4797035003,70.5340158406],[-21.6805375474,71.0743236407],[-22.331023501,71.0456878103],[-21.6797351174,71.1465913932],[-21.8024869208,71.5102757097],[-22.4891675364,71.2593746461],[-22.5232748798,71.5478034258],[-21.9093577474,71.731928991],[-22.5904681456,71.5678602634],[-22.4227652477,71.7883122061],[-23.1273075592,71.62235176],[-22.5063266424,71.9104045547],[-24.5605311604,72.4180485798],[-25.2122820564,72.3522712939],[-25.5416438486,72.0259080311],[-25.3051796846,72.3943307262],[-26.3078164912,72.3927724007],[-24.8743127539,72.468615042],[-24.7600116171,72.6943121393],[-25.5319736563,72.8388453069],[-26.4298249277,72.5795988612],[-26.3198912621,72.7416785061],[-26.7838193297,72.7093579284],[-26.4184501001,72.7822092968],[-27.4056615812,72.8546436892],[-26.1974918004,72.7782188286],[-25.0676640836,73.0550581179],[-26.1244957113,73.198867691],[-27.2383064961,73.1383428514],[-27.3489852753,72.9740110317],[-27.712744159,73.133299555],[-26.3561867118,73.238145683],[-27.316149467,73.5034437422],[-25.9948681214,73.2373794003],[-25.4088385941,73.4512956757],[-24.7039498863,73.5077559492],[-25.7298499482,73.9580402842],[-24.4754868817,73.543110754],[-24.1346397298,73.8130207516],[-22.7832700651,73.5614446111],[-22.3516876077,73.6226875314],[-22.7817646809,73.5464854986],[-24.0968001387,73.681625948],[-22.4499161058,73.2580901638],[-21.5705926807,73.4861930547],[-20.4138462946,73.4865261833],[-20.2867360383,73.8810857761],[-21.7452047911,74.0587158592],[-21.8866320187,73.6504710941],[-22.029567171,74.000012315],[-22.5061727738,74.0608331799],[-22.0668675169,74.2947090321],[-22.4561259417,74.305716215],[-21.9803057528,74.3290132803],[-21.3139709658,74.086394471],[-20.1330806623,74.2076582688],[-20.5621112907,74.4038088238],[-21.7287321484,74.3867248499],[-22.0990073101,74.601210566],[-21.6919645437,74.4455242762],[-20.4966399461,74.4575159227],[-19.6473964521,74.2363669389],[-18.9782833328,74.4833434977],[-19.2884988312,74.5235672033],[-19.3999625592,74.6810717891],[-19.727914549,74.57495727],[-21.1035221993,74.6589331208],[-20.6239062257,74.7326268401],[-20.6352363678,75.0498491058],[-21.758298697,74.9534342614],[-22.4717669084,75.1690399042],[-21.7620754989,74.9777451999],[-20.5738355813,75.1853403519],[-22.5045815331,75.5466724403],[-21.4048174374,75.4520787509],[-22.109731069,75.6698216407],[-19.6293068868,75.1388098357],[-19.3874973171,75.5364476648],[-19.9256406128,75.92341844],[-21.9345773339,75.9951573938],[-20.3997457873,75.9776845728],[-19.7822655643,76.0578820857],[-19.9120310338,76.2334578826],[-21.1145830753,76.2925944144],[-20.4421585732,76.130139665],[-21.3525620556,76.2948681353],[-21.5761606929,76.2152764704],[-21.6286979357,76.4295493476],[-22.5786028493,76.4591596537],[-21.7365866652,76.4376202504],[-21.8584872739,76.595379178],[-22.703362606,76.6875588891],[-22.2276642321,76.8437475348],[-21.667177898,76.6226955393],[-20.7849777206,76.8089653347],[-21.6808430938,76.8660515822],[-20.5663564784,76.893049132],[-21.9368203564,77.0143357789],[-18.4472666706,76.7269250866],[-18.3415447622,77.2420138237],[-19.0097289753,77.328829282],[-19.0973098817,77.1817122669],[-20.9547175263,77.4951071664],[-20.2125454112,77.5059146989],[-20.6061664607,77.6863108017],[-19.2504501818,77.5371846292],[-19.2607911794,77.7273299828],[-20.82193688,77.9778684532],[-21.3472395377,77.762450257],[-21.3622570836,77.6041050379],[-21.6354983014,77.5130435924],[-21.378706727,77.6377335671],[-21.9492554469,77.6616794626],[-20.7881390993,78.5617558762],[-21.0672598733,78.7614309454],[-19.8551285241,78.8339367232],[-19.8773955518,79.0335622829],[-18.8079477992,79.2380391967],[-19.3720537597,79.281940186],[-19.6456482824,79.1044096578],[-19.1906914594,79.6919738511],[-17.9472216201,79.6933691124],[-17.1589536771,79.9993939193],[-18.9746328974,80.0546498396],[-20.0066727002,79.7489865179],[-20.51973929,80.113372561],[-19.4037187567,80.2555515993],[-16.8501688706,80.1704545907],[-15.7023972319,80.4179861841],[-19.3672645721,80.6124663078],[-20.3920752529,80.4412003859],[-20.8776935356,80.5538906336],[-19.4841852137,80.6512928473],[-18.1343034502,80.5528084731],[-17.2531278219,80.7219114473],[-15.475024364,80.615772105],[-11.3141233363,81.4562762104],[-13.5797163548,81.783573715],[-15.6253041401,81.8307658947],[-17.070678253,81.3808738314],[-18.4513883724,81.4905283618],[-19.5238602168,81.357664324],[-18.923404402,81.6011121626],[-19.8331529621,81.5290507578],[-23.9850791686,80.5709473878],[-21.314509845,81.4564705287],[-21.2561432776,82.0721575153],[-23.1823467159,81.998831125],[-23.2619361028,81.6966059501],[-26.3433390421,81.425298978],[-26.6903520907,81.5349577001],[-24.6693949277,81.7638770648],[-24.5920250182,81.9980334263],[-28.363281097,82.0225368566],[-32.1839163,81.6575880672],[-32.8182757717,81.7608984472],[-30.0992124556,82.1819891114],[-24.8469066178,82.1682489391],[-22.5567014599,82.3244198349],[-21.3550573271,82.6150836979],[-23.414925877,82.8542512644],[-24.0616476868,82.7501747592],[-24.0014949426,82.9153389581],[-25.9381097037,82.7712907922],[-24.8026030866,82.9763751972],[-25.2593544429,83.1657883902],[-33.5584120348,82.9521124272],[-33.8698312181,82.7234563131],[-33.9037960182,82.9056147076],[-34.9852367708,82.9095851631],[-35.5197755621,82.7524278882],[-35.6420892167,82.9162676412],[-32.5455565681,83.0430546344],[-33.6185046161,83.1473822618],[-31.8966660774,83.0567756844],[-26.9897126226,83.1471551587],[-25.7117161588,83.2874677288],[-32.5425606188,83.6172702868]],[[-52.1149948786,68.5803827048],[-52.3727791768,68.6183054913],[-51.8597363129,68.641342041],[-52.1149948786,68.5803827048]]],[[[-46.0575754613,82.6432902467],[-47.7473287156,82.6242017199],[-44.9704621063,82.0523400151],[-45.1206335438,82.2195988799],[-44.4248637187,82.3766661138],[-46.0575754613,82.6432902467]]],[[[-52.726865843,69.924225009],[-53.2911079429,70.2001421047],[-54.3724663913,70.3252464869],[-54.8353768949,70.0845004321],[-54.2335124891,69.9123375687],[-54.7570407646,69.9663436472],[-54.9423245874,69.8401198474],[-54.3996729427,69.6777148736],[-54.9907990718,69.6969580883],[-54.675414506,69.5767819684],[-53.9633307829,69.6116181962],[-53.8001942017,69.4579467089],[-53.3654041063,69.5828052336],[-53.3901576776,69.4423746392],[-54.2842041288,69.4284217943],[-53.5405144087,69.2420167499],[-51.8536439843,69.6333892847],[-52.0090409172,69.809688445],[-52.726865843,69.924225009]]],[[[-23.5609099856,72.8380124267],[-24.5110906494,72.8477091338],[-24.4058592312,72.6113675339],[-22.2255049959,72.1264193648],[-22.1054685379,72.2752500641],[-22.7537250138,72.4404653716],[-21.989417744,72.3968926564],[-21.9402558898,72.4901923841],[-23.5609099856,72.8380124267]]],[[[-25.5908356628,70.9725338749],[-25.728106411,71.0853481869],[-26.4662034946,70.9146127157],[-27.0946549187,70.8888454286],[-28.1436839204,70.4544078198],[-25.297163341,70.6578915807],[-25.5908356628,70.9725338749]]],[[[-51.5445242244,81.9611444977],[-53.1434263019,82.3296471803],[-53.2399154096,82.1206987743],[-51.5445242244,81.9611444977]]],[[[-45.8432485601,83.0661534774],[-46.7666258881,83.0035593734],[-46.0291835244,82.9111361177],[-46.9477788288,82.9575533679],[-45.0451926279,82.851129526],[-45.8432485601,83.0661534774]]],[[[-23.7980157223,73.3571623277],[-25.2673369953,73.4080119054],[-25.7398019323,73.1921802774],[-24.4666665181,73.0255644333],[-23.0074037891,73.0949737221],[-25.2302261797,73.3277772002],[-23.2231267097,73.2358724873],[-23.7980157223,73.3571623277]]],[[[-22.6850927824,73.0127747823],[-24.5795113324,72.9223641663],[-23.132089295,72.8725240541],[-22.6261135294,72.6966761539],[-21.9490760177,72.6875730363],[-21.9124737643,72.9180413132],[-22.6850927824,73.0127747823]]],[[[-17.8141759103,75.3076633424],[-18.0625630243,75.4235224152],[-18.8765875983,75.3151098647],[-18.8872582783,75.0001813334],[-17.5902084512,74.9353096702],[-17.3332004693,75.1418156362],[-17.7175310166,75.0658195364],[-18.2087866691,75.2189031487],[-17.8141759103,75.3076633424]]],[[[-39.6776431774,83.2708437463],[-40.5449048413,83.365186738],[-38.6526767844,83.1203793907],[-39.6776431774,83.2708437463]]],[[[-39.2909256081,83.075558108],[-40.5877127847,83.1726289494],[-39.7744872637,83.0005417054],[-39.2909256081,83.075558108]]],[[[-18.7488022013,76.5897688644],[-19.1541294956,76.7205355771],[-18.5046054703,75.9387957031],[-18.7488022013,76.5897688644]]],[[[-20.1518115162,74.8986079346],[-20.4596373387,75.0322246887],[-20.2527798601,74.7029438139],[-19.7471375892,74.8509197446],[-20.1518115162,74.8986079346]]],[[[-19.6037025811,80.0220074909],[-18.6761635117,80.1265526004],[-19.1707516353,80.2089561611],[-19.6037025811,80.0220074909]]],[[[-71.9719469212,77.3085028906],[-71.3412489403,77.3931962439],[-72.5394839671,77.420135693],[-71.9719469212,77.3085028906]]],[[[-50.8011611336,69.8982596821],[-51.2256402976,69.9283892541],[-51.3866775886,69.853745669],[-51.0166631142,69.8909307848],[-51.3934311033,69.7223075424],[-51.1519253822,69.5104329763],[-50.8011611336,69.8982596821]]],[[[-37.7460905176,65.5500505864],[-37.2746867239,65.7474978774],[-37.6827132929,65.9043445409],[-38.0068994301,65.713267522],[-37.7460905176,65.5500505864]]],[[[-19.0372104296,78.7541797918],[-19.0982973913,78.9035209194],[-19.6095542241,78.7387835314],[-19.0372104296,78.7541797918]]],[[[-52.5496434243,71.3437516692],[-53.1425316689,71.3527181348],[-52.9830487769,71.153376403],[-52.6669651024,71.1639024064],[-52.3608931413,71.2723873928],[-52.5496434243,71.3437516692]]],[[[-17.4307132978,79.0227294317],[-17.580171661,79.1747470928],[-17.885065717,78.9640899696],[-17.4307132978,79.0227294317]]],[[[-55.1098503062,72.8365400738],[-55.832361655,72.6149314401],[-55.5132607658,72.5647959322],[-55.1098503062,72.8365400738]]],[[[-53.6426334676,71.0284651852],[-53.6058809257,71.3141830026],[-54.0036658812,71.1363157916],[-53.6426334676,71.0284651852]]],[[[-43.3012759299,60.0767040243],[-44.1307870914,60.1376674398],[-43.58830185,59.9068484777],[-43.4843286777,60.0446978919],[-43.6837304708,60.0636374784],[-43.5311853213,60.0718228397],[-43.2173727192,59.9784397304],[-43.3012759299,60.0767040243]]],[[[-55.0093317771,72.3178750828],[-55.5790113328,72.3130742004],[-55.6971036894,72.1851554851],[-55.0093317771,72.3178750828]]],[[[-40.4912340489,64.6049526318],[-40.8329943148,64.920227733],[-40.5305960511,64.4920515901],[-40.2284236376,64.4442272652],[-40.4912340489,64.6049526318]]],[[[-41.5885688941,63.4251693812],[-41.6974998013,63.4849132836],[-41.8740979816,63.4582907844],[-41.4564905752,63.2266608163],[-41.1069252857,63.1967536558],[-41.5885688941,63.4251693812]]],[[[-18.8564356079,74.6735604401],[-19.1788861831,74.5438048622],[-18.7450320949,74.5493889524],[-18.8564356079,74.6735604401]]],[[[-24.8872225174,72.7779298513],[-24.803023543,72.9087465464],[-25.302031758,72.8508515772],[-24.8872225174,72.7779298513]]],[[[-43.887661515,59.9348121359],[-44.1275319053,59.8047795048],[-43.6593670398,59.8480525236],[-43.887661515,59.9348121359]]],[[[-47.7896021146,60.7791278954],[-48.2548108241,60.7836322317],[-48.0264174468,60.677482291],[-47.7896021146,60.7791278954]]],[[[-23.3136611247,69.6420016746],[-23.2046089898,69.6769200564],[-23.2932247173,69.7501376557],[-23.6068183967,69.7177704231],[-23.3136611247,69.6420016746]]],[[[-53.033388064,65.5360958116],[-52.8647775991,65.645071656],[-53.2304420087,65.607743245],[-53.033388064,65.5360958116]]],[[[-44.2054128069,60.0396369769],[-44.423070457,60.1372691912],[-44.5078898413,60.010888608],[-44.2054128069,60.0396369769]]]]},"properties":{"fid_1":160,"OBJECTID":358,"ISO2":"GL","NAME":"Greenland","LON":-41.34265017,"LAT":74.71552103,"ISO3":"GRL","Shape_Area":663.951057943095}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[78.9366049998,33.386916],[78.9058166214,33.617285382],[79.0907164409,33.6327680852],[78.903194148,34.0021706752],[79.4050118441,34.0041698933],[79.5848255424,34.3088530781],[79.5100034482,34.453888812],[80.0754437598,34.707800911],[80.4182838642,35.464030105],[80.2059859522,35.5748051188],[80.0550452203,35.4236555094],[79.9610190832,35.6300755083],[79.7038846468,35.6440049033],[79.3468636663,35.9875553984],[78.8862142328,35.9575120426],[77.9241199998,35.4971180004],[78.1093255564,35.4715258329],[78.0033754037,35.2403098209],[78.2737285746,34.6292875198],[79.0428875366,34.327532533],[78.7371764519,34.0119113591],[78.7331044593,33.5691938613],[78.9366049998,33.386916]]]},"properties":{"fid_1":161,"OBJECTID":515,"ISO2":"","NAME":"Aksai Chin","LON":79.13041895,"LAT":35.03319013,"ISO3":"xAC","Shape_Area":2.99129125665435}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-7.468999863,55.0506668093],[-7.6848646094,54.9536267779],[-7.6367462754,55.280679165],[-7.695618161,55.1069900352],[-7.790541005,55.25769533],[-8.2989193642,55.1539949122],[-8.7954028297,54.6928838477],[-8.2255866121,54.5758673672],[-8.5887962089,54.3903292314],[-8.482127648,54.2781237938],[-9.0483127367,54.2992993539],[-9.1341919757,54.1546729707],[-9.3303611152,54.3247419534],[-10.0965206034,54.2572182506],[-9.8332612857,54.1275992888],[-9.9449145621,53.872927858],[-9.5474707922,53.8043125986],[-9.9054653931,53.7647714506],[-9.6954645007,53.5989975716],[-10.1908097041,53.559463003],[-10.0223383544,53.4742727896],[-10.1862425636,53.4119132107],[-8.9678479957,53.2040598778],[-9.2800850783,53.1466163206],[-9.4987703298,52.7546269884],[-9.939094175,52.5602873758],[-9.5550550359,52.6385347106],[-9.2923827434,52.5908987586],[-8.9629636823,52.7714664556],[-8.6226723124,52.6734959352],[-8.9496563484,52.6636847067],[-9.2956633614,52.5746011887],[-9.5669678469,52.573113558],[-9.8617860471,52.4287952763],[-9.7498179612,52.2588024994],[-10.4691130267,52.1835295329],[-9.75188784,52.1542515587],[-10.3025522787,51.9666039344],[-10.3405670442,51.786942424],[-9.5754952032,51.8766136831],[-10.142565206,51.6091351896],[-9.458699652,51.7351895573],[-9.821164834,51.4580130501],[-9.2351855896,51.4830337281],[-8.3167655667,51.7338609016],[-8.336052912,51.9092045259],[-8.1766884328,51.79031587],[-7.6302760994,52.0856709502],[-7.0104336748,52.1373974901],[-6.9937079296,52.2796177884],[-6.3646187009,52.1733654212],[-6.495084155,52.3557545646],[-6.0027240263,52.965685811],[-6.381830035,53.9470597549],[-6.1089729896,54.0035462392],[-6.291040602,54.1117149853],[-6.627865153,54.0400455877],[-7.0293556139,54.420967066],[-7.2856701294,54.1218744187],[-7.564261807,54.1264572928],[-8.1399431233,54.4294930706],[-7.2560685,55.0670350003],[-6.9242842264,55.2370616249],[-7.3712680892,55.3874847889],[-7.468999863,55.0506668093]]],[[[-9.9617810404,53.876609249],[-9.9482133428,54.01487273],[-10.1924742134,54.0037195178],[-9.9617810404,53.876609249]]]]},"properties":{"fid_1":162,"OBJECTID":371,"ISO2":"IE","NAME":"Ireland","LON":-8.1590698,"LAT":53.18302503,"ISO3":"IRL","Shape_Area":9.41660724682653}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-9.9297158342,-40.3430860186],[-9.8686382534,-40.3395243652],[-9.9895973356,-40.2763472819],[-9.9297158342,-40.3430860186]]]},"properties":{"fid_1":163,"OBJECTID":465,"ISO2":"SH","NAME":"Saint Helena","LON":-9.93277789,"LAT":-40.31401468,"ISO3":"SHN","Shape_Area":0.00688111893412697}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[113.556547237,22.1111735638],[113.5903357789,22.1289097801],[113.5554917297,22.166408038],[113.556547237,22.1111735638]]]},"properties":{"fid_1":164,"OBJECTID":400,"ISO2":"MO","NAME":"Macao","LON":113.55755632,"LAT":22.15642927,"ISO3":"MAC","Shape_Area":0.00246174152420213}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-58.1685109999,-20.1722429997],[-57.9041911359,-19.9383148151],[-58.1300470562,-19.7567515622],[-57.6980835588,-19.0123241211],[-57.5326634649,-18.1750972118],[-57.7970218936,-17.5561664236],[-58.4286307088,-17.1060781786],[-58.319995113,-16.2765694966],[-60.1723042733,-16.2661605733],[-60.2303429371,-15.5900847642],[-60.5735152879,-15.0987683338],[-60.2452384792,-15.0927662198],[-60.4823644318,-14.1651293401],[-60.3987515258,-13.9767998706],[-60.5557654217,-13.772795368],[-60.995257198,-13.5057158138],[-61.8578672274,-13.5366770086],[-62.1229949398,-13.1509163909],[-62.7766570417,-13.0106336046],[-63.0967527789,-12.6565973589],[-63.3676140749,-12.6600314282],[-63.7346262391,-12.4386803469],[-64.2999221682,-12.4953491831],[-64.8367191194,-12.0127706152],[-65.0309683331,-11.9957374871],[-65.3609558817,-11.2289033472],[-65.2666442719,-10.9244960439],[-65.4293811872,-10.4837521424],[-65.2890861449,-10.2190087041],[-65.3783887926,-9.6972305812],[-66.6206085446,-9.894660054],[-67.6976872741,-10.6762659722],[-68.0748412747,-10.684522459],[-68.2407129308,-10.9585757701],[-68.5487613966,-11.1079679144],[-69.5729199997,-10.9461720002],[-68.6523509891,-12.502101517],[-69.0332400783,-13.6473762653],[-68.8275789507,-14.2164710197],[-68.9848123541,-14.2372771563],[-69.3564827268,-14.809159506],[-69.1201256271,-15.2580260401],[-69.4109958269,-15.6226791638],[-69.2744504899,-16.1188090608],[-68.796539853,-16.3345348764],[-69.641457054,-17.2784258761],[-69.4684529998,-17.4983440001],[-69.2864894623,-17.9637091034],[-69.0522992908,-18.0557283602],[-68.9473451183,-18.9420735084],[-68.4061506954,-19.4156341407],[-68.6836704109,-19.7237978322],[-68.5221460407,-19.9250791913],[-68.7626977196,-20.080880954],[-68.7388880956,-20.4533670433],[-68.4407212976,-20.6372512592],[-68.5528940278,-20.8761749251],[-68.1797702896,-21.3013071453],[-67.8813482622,-22.8270071404],[-67.1806999999,-22.8137969997],[-66.7378819858,-22.2351585696],[-66.3277470048,-22.113828276],[-66.201663358,-21.7922399744],[-65.747399727,-22.1075292553],[-64.6179755927,-22.2035974802],[-64.3343424721,-22.9157773579],[-63.931011778,-21.9992688386],[-62.9438763858,-21.9992381097],[-62.6452023342,-22.2504663807],[-62.2624360299,-21.0600897253],[-62.2659318611,-20.5624437557],[-61.6172537084,-19.6253058093],[-60.1272086219,-19.3343774549],[-59.1994388953,-19.2909638324],[-58.2602413549,-19.7613174724],[-58.1685109999,-20.1722429997]]]},"properties":{"fid_1":165,"OBJECTID":297,"ISO2":"BO","NAME":"Bolivia (Plurinational State of)","LON":-64.66444101,"LAT":-16.71386849,"ISO3":"BOL","Shape_Area":91.9865501270597}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[57.681949994,-20.0131460077],[57.5239737821,-20.0486482122],[57.3100782289,-20.4669626396],[57.7161650897,-20.4460172889],[57.8062756326,-20.2315392376],[57.681949994,-20.0131460077]]]},"properties":{"fid_1":166,"OBJECTID":421,"ISO2":"MU","NAME":"Mauritius","LON":57.92109093,"LAT":-20.09709753,"ISO3":"MUS","Shape_Area":0.175706874980259}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[30.4735135946,-1.0574784227],[29.9244157092,-1.4791221978],[29.823154225,-1.3088121546],[29.5895829813,-1.3883502603],[29.3580342292,-1.5109776137],[29.13087631,-1.8468983307],[29.1145522344,-2.2487355153],[28.8684257256,-2.3944806282],[29.0406414502,-2.7438442213],[29.1487022039,-2.5947425706],[29.4010127048,-2.8187922431],[29.708040075,-2.8126056646],[29.8947958964,-2.7435866546],[29.9581759737,-2.3282630603],[30.543253538,-2.4132367134],[30.8503601484,-2.3138163393],[30.829359073,-1.6848940742],[30.4735135946,-1.0574784227]]]},"properties":{"fid_1":167,"OBJECTID":457,"ISO2":"RW","NAME":"Rwanda","LON":29.92033956,"LAT":-2.00099063,"ISO3":"RWA","Shape_Area":2.05181042833148}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[163.9696490489,-20.0195716601],[164.0248187908,-20.301209221],[164.9386449202,-21.3565983487],[165.7200688147,-21.7322229307],[166.4297892211,-22.3130836144],[166.5334308196,-22.2477742044],[166.8022309549,-22.4723315684],[166.8296871293,-22.3013627484],[166.9947796738,-22.3399716664],[166.9295157129,-22.0920712628],[166.4323708626,-21.6921209952],[165.9591551842,-21.4096912386],[165.9518011067,-21.5131035522],[165.2408228564,-20.7841072794],[164.4977833641,-20.3051088667],[164.1681651833,-20.2467977587],[163.9696490489,-20.0195716601]]],[[[167.2662540908,-20.7201268138],[167.0408614301,-20.7199823206],[167.1711096026,-20.8274697961],[167.0061923521,-20.9188148752],[167.3501295161,-21.1880934247],[167.4523702667,-21.0594187024],[167.2516087931,-20.9082756986],[167.2662540908,-20.7201268138]]],[[[167.9563081298,-21.3975587268],[167.8008417252,-21.3818221783],[167.8585313719,-21.591340624],[168.1099114611,-21.6294209069],[168.1276734394,-21.4448023046],[167.9563081298,-21.3975587268]]],[[[166.6108580591,-20.3966640364],[166.3899789609,-20.7331534244],[166.5759201692,-20.6872685954],[166.6108580591,-20.3966640364]]]]},"properties":{"fid_1":168,"OBJECTID":530,"ISO2":"NC","NAME":"New Caledonia","LON":165.66298853,"LAT":-21.305157,"ISO3":"NCL","Shape_Area":1.68553907332202}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.0210170004,50.754283],[5.6419378958,50.841602031],[5.8305031217,51.1633688552],[5.2370618723,51.2615428679],[5.0420986679,51.4859384223],[4.2419370002,51.3752059996],[4.2384700004,51.3502370001],[3.8876001822,51.1997167372],[3.4340907704,51.2445645526],[3.3639859999,51.3712080004],[2.5454409359,51.0902184991],[2.7921960114,50.7246030621],[3.1485154739,50.7861007199],[3.2926848549,50.5238502049],[4.2078997553,50.2723142011],[4.1702740454,49.9761540578],[4.5138514428,49.9475896839],[4.8743782234,50.1540439074],[4.8591935043,49.7910198858],[5.4659508821,49.502361341],[5.8183850198,49.5461076802],[5.7731539637,49.9547299772],[5.9663363369,50.1730435209],[6.1376680001,50.1299490004],[6.3974292402,50.3506487648],[6.0210170004,50.754283]]]},"properties":{"fid_1":169,"OBJECTID":284,"ISO2":"BE","NAME":"Belgium","LON":4.66383082,"LAT":50.64052529,"ISO3":"BEL","Shape_Area":3.90475824121652}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.8333330004,24.9999999996],[-8.6666670291,27.313221602],[-8.66862707,26.0003209369],[-11.999448044,25.9986364374],[-12.000335397,23.5756014843],[-13.1109059649,22.8672036992],[-13.0009380864,21.3342412307],[-16.9536581059,21.333375913],[-17.0502882822,20.7733696901],[-16.9168466809,21.1598900991],[-16.2014137054,20.2034224224],[-16.4143614198,19.4611991791],[-16.285335971,19.5283272593],[-16.5441772226,19.3820606386],[-16.1882982553,18.9353378086],[-16.0221665998,17.9763804388],[-16.5085915142,16.0572718717],[-16.261023706,16.5252853786],[-15.6952399352,16.4727076043],[-14.3353540486,16.6422233321],[-13.8421487999,16.1126693363],[-13.397227937,16.0654478611],[-12.8928927426,15.2463048469],[-12.2397644099,14.7657923922],[-12.0537293789,14.7216542139],[-11.8095695012,14.8909726314],[-11.709962239,15.5341004373],[-11.509127441,15.6351431282],[-10.901164995,15.1101388008],[-10.6680192556,15.4338508711],[-9.4030604478,15.4390329338],[-9.3308911657,15.7018644531],[-9.3260734498,15.5013918624],[-5.492784676,15.540478074],[-5.3340617174,16.3322057314],[-5.6150444136,16.5053026541],[-6.1574469461,21.273806559],[-6.5859127688,24.9972248491],[-4.8333330004,24.9999999996]]]},"properties":{"fid_1":170,"OBJECTID":417,"ISO2":"MR","NAME":"Mauritania","LON":-10.34186755,"LAT":20.26316718,"ISO3":"MRT","Shape_Area":89.7565355798971}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-71.7584689997,19.7029169999],[-73.1697327951,19.928284717],[-73.4519342813,19.6869204349],[-72.6970929481,19.4576194933],[-72.7645862762,19.0143678486],[-72.3312773526,18.6828811517],[-72.3520135498,18.5412304651],[-72.6073388164,18.5588977196],[-72.7399652902,18.4259479863],[-74.1943904841,18.674211243],[-74.4238423697,18.6164203757],[-74.4639467496,18.4139815289],[-73.9025906974,18.0447961413],[-73.3929493024,18.2744125309],[-72.8193143629,18.141965525],[-72.0526705564,18.2371152894],[-71.7589803282,18.0315421983],[-71.699508905,18.3415321656],[-72.005967285,18.6240322816],[-71.7396863998,18.7196529077],[-71.8331407201,18.9667491141],[-71.6270628404,19.1832229974],[-71.785062155,19.3304477379],[-71.6818740666,19.4514309598],[-71.7584689997,19.7029169999]]],[[[-72.8207887906,18.6926122129],[-72.8533857146,18.8343922148],[-73.300508903,18.9363814781],[-72.8207887906,18.6926122129]]]]},"properties":{"fid_1":171,"OBJECTID":367,"ISO2":"HT","NAME":"Haiti","LON":-72.68411814,"LAT":18.93894252,"ISO3":"HTI","Shape_Area":2.32144837938418}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[69.0487261352,-48.6859737648],[68.7905129953,-48.8534057581],[68.9311904797,-49.3225159424],[68.7804762339,-49.7306539688],[69.0872276417,-49.6890842641],[69.1258986732,-49.4691170866],[69.4554052428,-49.6474878226],[69.6874635273,-49.6600724146],[69.6704258568,-49.4820023408],[69.8761476139,-49.7066930357],[70.2268956477,-49.7000095737],[70.304024645,-49.55241656],[70.0157882016,-49.5425260616],[70.1148249222,-49.6377552146],[69.6110110261,-49.3855739509],[69.9991650079,-49.5140642564],[70.034519684,-49.391354596],[69.814562265,-49.3389885221],[70.4421187801,-49.443540623],[70.3037734536,-49.3882072009],[70.5326636469,-49.308968466],[70.517844638,-49.1008879472],[69.4063110841,-49.2756976557],[69.6699838688,-49.1540014261],[69.3530801097,-49.121746731],[69.6852255293,-49.1242411671],[69.6682648147,-49.0144982063],[69.3209725499,-49.1009370754],[69.3503947853,-48.8886028469],[69.2882778346,-49.105652809],[69.1200674106,-48.9929392976],[69.056564663,-49.1175526141],[69.1762481119,-48.7646402628],[68.8981116332,-48.8985141403],[69.0487261352,-48.6859737648]]]},"properties":{"fid_1":172,"OBJECTID":278,"ISO2":"TF","NAME":"French Southern Territories","LON":68.78465702,"LAT":-49.09698214,"ISO3":"ATF","Shape_Area":0.957529016444902}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-62.6452023342,-22.2504663807],[-62.9438763858,-21.9992381097],[-63.931011778,-21.9992688386],[-64.3343424721,-22.9157773579],[-64.6179755927,-22.2035974802],[-65.747399727,-22.1075292553],[-66.201663358,-21.7922399744],[-66.3277470048,-22.113828276],[-66.7378819858,-22.2351585696],[-67.1806999999,-22.8137969997],[-66.9913154853,-23.0017277279],[-67.3227878398,-24.0329760031],[-68.257772391,-24.4015080926],[-68.5604621268,-24.7706524936],[-68.344690918,-25.1097985527],[-68.581567127,-25.4122763219],[-68.381704757,-26.1759687926],[-68.5853330111,-26.4926336819],[-68.2737807677,-26.9109861011],[-68.5177511276,-27.130245988],[-68.8399402419,-27.1525952524],[-69.1239774216,-27.9030933089],[-69.655184464,-28.4114060716],[-69.8090472938,-29.1294813678],[-70.0151897556,-29.3242693581],[-69.8194208666,-30.1850854056],[-70.1878764912,-30.5224290461],[-70.2963156571,-31.0157554846],[-70.5231778541,-31.1844028388],[-70.566807303,-31.6000997957],[-70.2106329884,-31.9588365648],[-70.3103607194,-32.239061154],[-69.98975349,-32.8991507358],[-70.062360206,-33.2089598],[-69.769341917,-33.344242692],[-69.9007057794,-33.7824184786],[-69.800728197,-34.238861577],[-70.0208984964,-34.308474975],[-70.3763335017,-35.1658601322],[-70.5826750563,-35.2647225319],[-70.3140792533,-35.8133324793],[-70.4220499812,-36.1516794799],[-71.0359802762,-36.4803888787],[-71.1537415671,-36.8215839441],[-71.209995529,-37.6966660937],[-70.8274716792,-38.5966881999],[-70.9247154961,-38.7634215989],[-71.4359042161,-38.9325669014],[-71.4689715107,-39.5925658729],[-71.6895584561,-39.5729504972],[-71.5943119974,-39.9072823684],[-71.8306937367,-40.1038053452],[-71.6572472296,-40.3625116887],[-71.9641896282,-40.7225795182],[-71.7255305591,-42.1122567274],[-72.1805894794,-42.1788950754],[-72.0111716059,-42.4911947212],[-72.1536440894,-42.8008092637],[-71.7300611133,-43.1985457404],[-71.9312867801,-43.4556027973],[-71.6272390427,-43.6238345101],[-71.7960097309,-44.3381619463],[-71.1769243277,-44.4388744493],[-71.0965423018,-44.5798870418],[-71.2744949664,-44.8088964834],[-72.0754336942,-44.7764833232],[-71.9358520634,-44.941694849],[-71.5605265159,-44.9814412781],[-71.3208312928,-45.289087854],[-71.7625328346,-45.5599855546],[-71.6150117334,-45.9747253783],[-71.9109053042,-46.1412605469],[-71.6454519734,-46.6847856411],[-71.9368100213,-46.8342427498],[-71.8842996601,-47.214843457],[-72.3374669752,-47.4526831727],[-72.4752525726,-47.7619596187],[-72.2349928586,-48.3217893209],[-72.5700906348,-48.5178838329],[-72.5261959982,-48.7911666093],[-72.9484178954,-48.9490454759],[-73.0420540424,-49.2769096316],[-73.4166907317,-49.3099637008],[-73.5160322416,-50.1400124229],[-73.1667790069,-50.783025621],[-72.7732779783,-50.627059035],[-72.2891176881,-50.6580271609],[-72.3806924352,-51.5899231614],[-71.9978168282,-51.9847723431],[-70.1835016968,-52.0112924599],[-69.147266188,-52.1680805109],[-68.425557093,-52.391700374],[-68.9592333544,-51.6354084468],[-69.2241481343,-51.6962389273],[-68.9413011714,-51.5486852238],[-69.1612923662,-50.9944286204],[-69.0770023454,-50.5639775093],[-68.3564062109,-50.1658242427],[-68.5981148109,-49.8611999509],[-68.3249605288,-50.1270382707],[-67.7819810794,-49.9027197999],[-67.5901785513,-49.063450139],[-65.9739359548,-48.0977540214],[-65.715535451,-47.3441916159],[-65.8755652882,-47.1038205082],[-66.7374966443,-47.0373524674],[-67.3854899128,-46.5901724599],[-67.5831170062,-45.9895600156],[-66.9490464957,-45.2704598601],[-66.19517352,-44.987660537],[-65.6472578349,-45.0505131251],[-65.5250118497,-44.93811588],[-65.7263656006,-44.8196372799],[-65.2483901037,-44.3341914539],[-65.3277550018,-43.6469333783],[-64.9570681043,-43.242930136],[-64.3154555463,-42.9781263522],[-65.0209462118,-42.7855993636],[-64.9855165313,-42.6589292077],[-64.4092541954,-42.5204097104],[-64.0985474253,-42.8765720973],[-63.6872533693,-42.7986613383],[-63.5876205771,-42.6099473384],[-63.7650112823,-42.0729681198],[-64.3806309268,-42.242146994],[-64.0797002091,-42.2627822468],[-64.12000854,-42.4312286151],[-64.4724925,-42.4432919466],[-64.6215872116,-42.4086530192],[-64.4745420757,-42.2414266748],[-65.02062492,-42.0963221329],[-65.1201474958,-40.8430954974],[-64.8089239123,-40.733009412],[-63.7773294907,-41.1639406064],[-63.0679614594,-41.1527149583],[-62.3211521332,-40.8791081751],[-62.1698333209,-40.6068502877],[-62.489713398,-40.3106465632],[-62.3221170679,-39.8778420027],[-62.1148269696,-39.848257357],[-62.0402322609,-39.4479726324],[-62.2956725329,-39.3005866813],[-62.0103872929,-39.3799023901],[-62.3269241044,-39.2625413982],[-62.4018628379,-38.7510011602],[-61.805475503,-38.9920585099],[-60.7896417847,-38.9677016178],[-58.4993776466,-38.537226627],[-57.5518637784,-38.1093861758],[-57.4776714102,-37.8199127868],[-56.671512394,-36.9053554357],[-56.689890978,-36.4480809914],[-57.3756415938,-35.9724108761],[-57.3913436911,-35.7429767638],[-57.1200934086,-35.4524523812],[-57.1997297976,-35.3022719469],[-58.5489807136,-34.4357833861],[-58.3707974988,-34.1149953804],[-58.5529697069,-33.7098422578],[-58.4313977528,-33.093964374],[-58.1305439137,-33.0264196199],[-58.1992071078,-31.8718785297],[-57.81272558,-30.9232955816],[-57.893145909,-30.5093563056],[-57.6473492526,-30.1945279858],[-56.4196111566,-29.0746347874],[-55.8768625614,-28.3603995694],[-55.6965915003,-28.4238798636],[-55.6243485619,-28.1402739196],[-54.9391949836,-27.7736487958],[-54.8120138832,-27.5311474793],[-54.2700406043,-27.4219724826],[-53.7305430168,-26.9798744954],[-53.5966174266,-26.2625337179],[-53.8621678554,-25.6622222676],[-54.1040652303,-25.4942028093],[-54.5940998327,-25.5922733128],[-54.8403812381,-26.6679194501],[-55.5569053701,-27.107066974],[-55.735072505,-27.44404998],[-56.1276549814,-27.3132438717],[-56.4184338433,-27.5874160623],[-56.6007701723,-27.4306904494],[-57.1220928047,-27.4847054411],[-57.9090689058,-27.2720891871],[-58.5927876428,-27.2616578319],[-58.6503459571,-27.128665228],[-58.1923598568,-26.6490090161],[-58.1405255331,-26.2012539874],[-57.5747527242,-25.5603389957],[-57.790724757,-25.1559579969],[-59.1526207669,-24.5986800742],[-59.9660911977,-24.0426425091],[-60.9818112506,-23.8114312367],[-62.6452023342,-22.2504663807]]],[[[-68.6075560377,-54.8935362],[-67.2222261657,-54.8983833318],[-66.4223470227,-55.0590832791],[-65.9696918643,-54.89488798],[-65.3474434753,-54.9301462767],[-65.1104512807,-54.6611440494],[-66.0169899392,-54.6067943426],[-67.3220058289,-54.055806951],[-68.1314816204,-53.3262005638],[-68.5231212368,-53.2559545143],[-68.3609474401,-53.0229499559],[-68.2149241516,-53.1202664111],[-68.6069177421,-52.657884243],[-68.6075560377,-54.8935362]]],[[[-64.3383998184,-54.745698488],[-64.7566516422,-54.836072999],[-63.8073743402,-54.7255004064],[-64.3383998184,-54.745698488]]]]},"properties":{"fid_1":173,"OBJECTID":274,"ISO2":"AR","NAME":"Argentina","LON":-65.16548765,"LAT":-35.39229165,"ISO3":"ARG","Shape_Area":278.299267515095}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[28.2128888393,45.4674379634],[28.5142992734,45.5002881851],[28.5188312072,45.7355771132],[28.9800766484,46.0057385334],[28.9354857136,46.4600542711],[29.2328711527,46.5576495251],[29.2381092674,46.3769666177],[29.3527755631,46.5043924802],[29.6033739499,46.3538942381],[29.7414112083,46.4723425644],[29.8910833646,46.352940267],[30.1616868529,46.4130420043],[29.8776108782,46.5439749359],[29.9784200817,46.8199561137],[29.583468014,46.9433347896],[29.573896266,47.369160486],[29.1201474978,47.5501147341],[29.1737895191,47.993251119],[28.9277818062,47.9598563282],[28.769220177,48.1254235458],[27.5611799714,48.4791314121],[26.7232996839,48.4112814416],[26.6302587622,48.2598241094],[26.9473920148,48.1927156929],[27.7833525977,47.1433686486],[28.0884481397,46.9819667706],[28.2468256282,46.6273643721],[28.2128888393,45.4674379634]]]},"properties":{"fid_1":174,"OBJECTID":404,"ISO2":"MD","NAME":"Moldova","LON":28.46617787,"LAT":47.20917682,"ISO3":"MDA","Shape_Area":4.05376770502778}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[70.9877480001,40.2233629998],[70.6325036987,40.1779043037],[70.3514796876,40.4084635318],[70.7947175898,40.7259181832],[70.442396336,41.0438275516],[69.7213419628,40.6306643312],[69.3871366046,40.7909417329],[69.2127563376,40.5470915979],[69.2692880974,40.2023565221],[68.5360027159,40.1428469821],[69.0293957546,40.1555043922],[68.547642517,39.540171663],[67.7104114079,39.6593774837],[67.4504536254,39.5763288357],[67.3613876029,39.2312466576],[68.1941077369,38.9403417017],[68.1137625688,38.4606040498],[68.4035339841,38.1902687133],[67.8654329826,37.5479200917],[67.7865370001,37.1722569999],[68.0210386491,36.9229892589],[68.9037476494,37.3341470443],[69.2634977998,37.0990811102],[69.5217779203,37.57044551],[70.1744380183,37.5390943799],[70.2513480721,37.9463624382],[70.7651850122,38.4449168444],[70.9602644953,38.4596480129],[71.3718647363,38.2580537483],[71.3257583323,37.8885919954],[71.59075006,37.9202663202],[71.4298654208,37.064849288],[71.6390059642,36.6892716416],[72.6678245833,37.0188707838],[73.2927507936,37.4575265889],[73.7741648654,37.4390867898],[73.6547850682,37.2367168482],[74.3463016324,37.4064388922],[74.8898619998,37.2340899996],[75.1531195324,37.4103615479],[74.9315061513,37.5702033054],[74.6944282504,38.4245998842],[74.1868153392,38.6399443243],[73.999975575,38.5222810091],[73.8126128812,38.6096159986],[73.7095121224,38.8462599514],[73.8432188087,38.9977735839],[73.5610278482,39.2519642739],[73.5998190002,39.4590509996],[72.6098127581,39.3898330802],[72.2343864127,39.1803167173],[72.0370901466,39.3619054786],[71.8014745424,39.2711139996],[71.7856081102,39.4597306739],[71.562251342,39.4586770408],[71.5057703436,39.6103765829],[70.832607579,39.3882677697],[70.5336076302,39.6228077191],[69.3406712928,39.540612016],[69.2578506878,39.8500071888],[69.5138948284,39.9611186983],[69.5299429569,40.1215453317],[70.0584939299,40.208769924],[70.5191585232,39.9503027679],[70.9877480001,40.2233629998]]]},"properties":{"fid_1":175,"OBJECTID":491,"ISO2":"TJ","NAME":"Tajikistan","LON":71.01092585,"LAT":38.52734009,"ISO3":"TJK","Shape_Area":14.5697940397028}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-59.6119354537,13.327182388],[-59.6251310532,13.0962193958],[-59.5024903564,13.0438982079],[-59.4218360914,13.1497912682],[-59.6119354537,13.327182388]]]},"properties":{"fid_1":176,"OBJECTID":299,"ISO2":"BB","NAME":"Barbados","LON":-59.5556385,"LAT":13.16528601,"ISO3":"BRB","Shape_Area":0.0375761929000997}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[73.6392545184,36.9034606588],[72.5659497723,36.8270390574],[71.7677633521,36.4231592084],[71.6575393952,36.4807018988],[71.2650778039,36.1332883389],[71.6433730828,35.2179845882],[71.0233147103,34.5555555667],[71.1756679552,34.3617723637],[71.0760521116,34.0560508936],[70.4960013808,33.9399301451],[69.88840996,34.0186584607],[70.3273722414,33.3337002861],[69.4998599708,33.022403461],[69.4525600297,32.6561286122],[69.2382781233,32.4592857906],[69.3286850162,31.9272125042],[68.9129526234,31.5978708046],[68.5779286276,31.8329382774],[68.4336888207,31.7621300653],[68.5484848598,31.7133715767],[68.1720401968,31.83446263],[67.5751107263,31.5191040852],[67.7727244414,31.3222735078],[67.38304031,31.207611965],[66.833425363,31.2640971929],[66.3910318441,30.9374471067],[66.2593242356,30.0944372626],[66.3716830877,29.9701464268],[66.2503907364,29.8501233211],[65.0734629044,29.5322718628],[64.5465262811,29.5878186886],[64.1159207653,29.3773529366],[63.5766590674,29.4868606887],[62.3674353387,29.4196887827],[60.8729719999,29.8584720002],[61.8400645982,28.6223168641],[62.79245355,28.2779729071],[62.7848494457,27.2527900087],[63.1977635854,27.259311804],[63.3322103868,27.1198912553],[63.1935898507,26.6484207148],[62.4507219679,26.5657809113],[62.2138247489,26.268370918],[61.8953447427,26.2600869308],[61.6178787761,25.1778720777],[61.7589626677,25.0176700734],[62.1570477207,25.218531593],[64.0690443204,25.330584269],[63.9752890771,25.4669030938],[64.4712800342,25.2541871184],[66.5161459418,25.402844112],[66.3407442132,25.5515594886],[66.1003865828,25.4721674067],[66.2897978072,25.6121577209],[66.5542401948,25.492308223],[66.7430484113,25.1873724061],[66.6639684274,24.8271501009],[67.4345744903,24.7715491871],[67.3812816227,24.4682058348],[67.5264139052,24.3346067938],[67.4098797032,24.0681229946],[67.6569657239,24.0913021309],[67.6805392408,24.0891006238],[67.6941752977,24.0746885617],[67.7281167459,24.0645766422],[67.8481344197,24.0934749406],[68.0512010589,24.0295336333],[68.0894736997,23.8477485042],[68.5052006678,23.9714510871],[68.752494332,23.9727854139],[68.7709299753,24.2821610237],[70.0224314872,24.1710717994],[70.4790411949,24.3915388957],[70.7249234703,24.2166911279],[71.1198131332,24.4032692316],[70.9984465959,24.4463694889],[71.0948493957,24.6901817444],[70.6658479629,25.3954204153],[70.660534449,25.7005324013],[70.2736560243,25.7112211406],[70.0993765327,25.9392269488],[70.1733407681,26.5512749087],[69.5089935349,26.7458595498],[69.5842589472,27.1780725353],[70.3732853856,28.011951158],[70.5883475816,28.0106390552],[70.8706405351,27.7058806629],[71.8840263878,27.9590040078],[72.3538516419,28.7325363819],[73.08204592,29.2334815297],[73.397369724,29.9454156209],[73.9689760223,30.1954130007],[73.947242986,30.4829219808],[74.6894783369,31.0692194889],[74.5161641658,31.1639590078],[74.6526673022,31.4544144439],[74.4883288139,31.7202541207],[74.9245805963,32.0631584277],[75.2753743876,32.1144025722],[75.3329467304,32.3261272159],[74.6905784919,32.4860749792],[74.6314893642,32.7676271648],[73.6672792621,33.0796018719],[73.4008798337,34.4046944104],[74.1147535323,35.1225369818],[73.724667949,35.2237425929],[73.7727950217,35.5198827003],[72.5134770423,35.9005795594],[72.5513546181,36.2292783507],[73.0585010204,36.6897751594],[73.8514402912,36.7108049304],[73.6392545184,36.9034606588]]],[[[67.7068904173,23.9595512659],[67.6758646206,24.086503299],[67.5201846647,24.0599017351],[67.4508863783,23.981524807],[67.6024804416,23.8639509339],[67.7068904173,23.9595512659]]],[[[67.8661069157,24.0757651392],[67.7270249851,24.0237695941],[67.7703761802,23.8175237462],[67.8661069157,24.0757651392]]],[[[67.9796464787,23.7601137149],[67.9948677579,24.016285874],[67.8664498632,23.9023986304],[67.9796464787,23.7601137149]]]]},"properties":{"fid_1":177,"OBJECTID":436,"ISO2":"PK","NAME":"Pakistan","LON":68.80822396,"LAT":29.36601863,"ISO3":"PAK","Shape_Area":73.7098817892761}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[39.2060883743,-4.6795982961],[37.6118619063,-3.5223086241],[37.6686502174,-3.0579125538],[33.9296182676,-0.9958740388],[30.4735135946,-1.0574784227],[30.829359073,-1.6848940742],[30.8503601484,-2.3138163393],[30.543253538,-2.4132367134],[30.4249781577,-2.8709576333],[30.7984658129,-2.9891716861],[30.8376106099,-3.2526182382],[30.451910245,-3.576130785],[30.0241401504,-4.2760676197],[29.7690491059,-4.4536265566],[29.4233340138,-4.4475006294],[29.3487745054,-4.9356616714],[29.6314250924,-5.7210620542],[29.4978709239,-5.9797375374],[29.55012105,-6.2944431106],[30.3144404148,-7.1430391817],[30.795076913,-8.2767589152],[31.0541600516,-8.6047570132],[31.5340949473,-8.6803557097],[31.6839703478,-8.9166301698],[32.9593553234,-9.3988273848],[33.9331066191,-9.7099098979],[34.0394728702,-9.4938922982],[34.3269073108,-9.7580208377],[34.5406383852,-10.0687888588],[34.6160670019,-11.048286084],[34.9593554048,-11.5733329026],[35.644572371,-11.5570236119],[35.8540030294,-11.4248385002],[36.2925978209,-11.7213713298],[36.6297392363,-11.7370397223],[36.8381158389,-11.5844281148],[37.5806066647,-11.6263455639],[37.9142191394,-11.265551271],[38.4883117439,-11.4165483382],[39.248515167,-11.1718355466],[40.3892770409,-10.5103289903],[40.4066195097,-10.2988954662],[40.1214834637,-10.2549436148],[39.7887631506,-9.9260899611],[39.6169118933,-9.0675073872],[39.5107285742,-9.1204864471],[39.2905726856,-8.4620566181],[39.4502424297,-7.991526738],[39.4427166439,-7.8127264947],[39.241314728,-7.8772301652],[39.2779279649,-7.5771508187],[39.5451563767,-6.9913566179],[38.9113455867,-6.4422537737],[38.7811867843,-6.0528161384],[39.2060883743,-4.6795982961]]],[[[39.5015218403,-6.2175787406],[39.3064997869,-5.7244107158],[39.2133651829,-6.2400414661],[39.506591262,-6.4783732163],[39.5015218403,-6.2175787406]]],[[[39.7089397404,-4.9093275767],[39.6305732508,-5.4063564063],[39.7230094674,-5.4719404162],[39.8747919576,-4.9078290373],[39.7089397404,-4.9093275767]]],[[[39.6837138523,-7.9946463521],[39.9067155538,-7.6399199308],[39.5895886549,-7.943312136],[39.6837138523,-7.9946463521]]]]},"properties":{"fid_1":178,"OBJECTID":500,"ISO2":"TZ","NAME":"United Republic of Tanzania","LON":34.82166179,"LAT":-6.2643749,"ISO3":"TZA","Shape_Area":76.9611561714025}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[13.7140739796,46.5228681739],[12.4417603039,46.6887832978],[12.1445738353,46.9142286228],[12.1698813746,47.0864093026],[11.1663679736,46.9658511921],[11.0199248097,46.769791938],[10.4696514996,46.8549089998],[10.4699142087,46.5421102051],[10.2353231023,46.6332613221],[10.056571694,46.5436214771],[10.1355681381,46.2263948821],[9.9112284801,46.3803274732],[9.5504902069,46.3022626432],[9.2830940329,46.4961867538],[9.0269221768,45.8205238766],[8.4718212242,46.2313146611],[8.4409571606,46.4641456108],[7.8600197153,45.9219053106],[7.0448860002,45.9224130004],[6.807434922,45.7315556679],[7.1842818382,45.4067598722],[7.1374346231,45.2568655383],[6.6403765682,45.0906411277],[7.038393958,44.7254468558],[6.8548175548,44.5286244371],[6.9954744789,44.2695753152],[7.7111633979,44.0904805503],[7.5298269999,43.7840079998],[8.0781397322,43.9014117419],[8.7466519379,44.4270658294],[10.143476,43.9754204991],[10.5248772216,43.2432082884],[10.4979016719,42.9378605092],[10.7540030958,42.9217333167],[11.1534480748,42.5660593759],[11.1032860404,42.3912824486],[11.6266676842,42.2989329833],[12.6490820521,41.4546619614],[13.7299882063,41.2434707119],[14.0494283683,40.8570427684],[14.4606644792,40.7429207226],[14.3246559268,40.5702702018],[14.792237207,40.6633000906],[14.9452297233,40.2320884318],[15.3243095617,40.0259610301],[15.6305864918,40.0710126534],[16.2221361728,38.8625281549],[15.8386377592,38.6477665258],[15.9079804928,38.4612688997],[15.6354963926,38.2290361368],[15.6346278112,38.0153911816],[16.0589039847,37.923991063],[16.5734458216,38.4301902292],[16.6057800104,38.8117820999],[17.1614082437,38.9595174511],[17.1173062919,39.4053069718],[16.4877207912,39.7630764068],[16.9016264028,40.4350691076],[17.1207565831,40.518683135],[17.5004086719,40.3003758766],[17.8614341913,40.2835078074],[18.0352021728,39.9433332037],[18.3425591428,39.7935971577],[18.5171758964,40.1333331243],[17.9985160872,40.6487749271],[15.9580597607,41.4608402643],[15.9016553738,41.6151421242],[16.1950061313,41.792590654],[16.0889029949,41.9390048724],[15.1667881711,41.9223652301],[14.7364676901,42.0895629644],[14.0652504163,42.6138094376],[13.6207107418,43.5423031616],[12.3842205004,44.2246999986],[12.2443978063,44.7408733423],[12.5512641997,44.9635519129],[12.2188711769,45.2114521006],[12.2823176251,45.4722239242],[13.1003755002,45.6442919991],[13.1942387746,45.7732520807],[13.3892723797,45.6748754867],[13.6277593789,45.7700525843],[13.7228874409,45.5946229443],[13.8993065914,45.6424985738],[13.4773419481,46.0064371816],[13.6649328179,46.177143182],[13.3763815011,46.2962322563],[13.7140739796,46.5228681739]],[[12.5097138448,43.991513108],[12.4871731723,43.8977294192],[12.4108722186,43.9018967633],[12.5097138448,43.991513108]],[[12.4521373157,41.900296895],[12.4470648642,41.9028654001],[12.4553902732,41.9069294328],[12.4521373157,41.900296895]]],[[[9.483117949,41.1366711827],[9.1851078031,41.2487440504],[8.7891444873,40.921997296],[8.1647991636,40.7830059551],[8.4827707579,40.2843108616],[8.3997337579,39.9023575839],[8.5672325564,39.8625845529],[8.3688291709,39.2161015959],[8.6530980286,38.8985348557],[8.9748678673,38.9616897482],[9.0784827442,39.2095700348],[9.5633773578,39.1953965791],[9.6235379368,40.2492110308],[9.8277280883,40.5270904418],[9.483117949,41.1366711827]]],[[[15.5967411811,38.2356683131],[13.7486537873,37.9706356879],[13.3181035988,38.2237869532],[13.1132495076,38.1916568673],[12.9505634022,38.0320626814],[12.5595117823,38.0637545107],[12.4712422776,37.7059474481],[15.0823310032,36.6499239809],[15.2748350708,37.0098315864],[15.0893782796,37.4962619129],[15.5967411811,38.2356683131]]],[[[10.4418862507,42.8219566222],[10.1046208009,42.7652215267],[10.4230202027,42.7080894263],[10.4418862507,42.8219566222]]]]},"properties":{"fid_1":179,"OBJECTID":376,"ISO2":"IT","NAME":"Italy","LON":12.07317489,"LAT":42.79699924,"ISO3":"ITA","Shape_Area":33.0149204361073}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-51.6164841776,4.1817175281],[-51.8446542127,4.651162834],[-52.9290197818,5.4561782327],[-53.8351242297,5.7708881209],[-54.0091974519,5.6201339317],[-54.4789143674,4.897219497],[-54.3128982721,4.0107477278],[-53.9805642862,3.6028150814],[-54.2137399451,3.1383005577],[-54.2100595344,2.7748447302],[-54.5736663006,2.3299900187],[-54.1447588308,2.1156020139],[-53.7652665299,2.3772887987],[-52.9103111772,2.1866440138],[-52.5574590977,2.5185068224],[-52.3323738523,3.1706906287],[-51.6164841776,4.1817175281]]]},"properties":{"fid_1":180,"OBJECTID":360,"ISO2":"GF","NAME":"French Guiana","LON":-53.23378646,"LAT":3.92345259,"ISO3":"GUF","Shape_Area":6.8183278409296}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[114.0342843101,22.5068501154],[113.9193225808,22.372316132],[114.2953712543,22.2548968253],[114.3983850172,22.4310781933],[114.2261430647,22.5441118283],[114.0342843101,22.5068501154]]]},"properties":{"fid_1":181,"OBJECTID":363,"ISO2":"HK","NAME":"Hong Kong","LON":114.1471882,"LAT":22.38686064,"ISO3":"HKG","Shape_Area":0.10081149431317}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.6668240519,10.9306013508],[-83.9312538436,10.7078128453],[-84.6779068523,11.0833013671],[-84.926718851,10.9504469961],[-85.6073564918,11.2190336054],[-85.6927045444,11.0795104351],[-85.7122683413,10.9263027353],[-85.920360545,10.8966924481],[-85.6584375568,10.7648983077],[-85.8536769197,10.2651429729],[-85.6598318846,9.9195016683],[-85.2999831767,9.8052150456],[-85.1421666807,9.5970844472],[-84.9153503151,9.8273897831],[-85.2456639614,10.2474729719],[-84.7383886647,9.9593084517],[-84.5878462173,9.5633805189],[-83.6318302134,9.0425079468],[-83.7274074103,8.5869031299],[-83.2922167794,8.375219364],[-83.4832088132,8.7142884941],[-83.1774313307,8.6371195076],[-83.118317031,8.402937349],[-82.9004535728,8.040080505],[-83.0394960411,8.3193114523],[-82.8323665482,8.5028165752],[-82.9180288733,8.7671883607],[-82.7121755364,8.9268164968],[-82.9340776026,9.0828721193],[-82.9338088843,9.4748038174],[-82.8507868248,9.6159976862],[-82.6384798638,9.4943946966],[-82.5638697902,9.5725065701],[-83.1316729787,10.0371625841],[-83.6668240519,10.9306013508]]]},"properties":{"fid_1":182,"OBJECTID":317,"ISO2":"CR","NAME":"Costa Rica","LON":-84.19514113,"LAT":9.97246958,"ISO3":"CRI","Shape_Area":4.19199732793464}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[15.4957887983,7.5323417094],[15.5893047059,7.7739633504],[15.1103995943,8.6570315229],[14.4898021627,9.0591071394],[13.9773482153,9.6454849066],[14.241386364,10.0062404154],[15.6885679434,9.999265484],[15.3085649544,10.3172513227],[15.0706733028,10.8137035754],[15.1124555659,11.7997347664],[14.8344655149,12.6301964303],[14.5535652361,12.7838519358],[14.4661812956,13.0825350463],[14.0833330001,13.0833330003],[14.1949067081,12.394625866],[14.6562945893,12.1971826507],[14.6447858014,11.5776787884],[14.1925477953,11.2430859861],[13.9893317949,11.2767658773],[13.711228763,10.9504303083],[13.4995501071,10.2069584903],[13.2967623593,10.0818517752],[13.2257779259,9.5795153403],[12.9066777912,9.4015586692],[12.7787146,8.7441969857],[12.2600480136,8.4421840419],[12.2092225836,7.9730399118],[11.5469076231,6.6620362451],[11.1478519372,6.5042833393],[10.6030408979,7.0852805706],[10.4750063401,6.8729941628],[10.2172915568,6.8859742649],[10.1508523402,7.0371906444],[8.8428450967,5.8272855732],[8.8204289461,5.1839911067],[8.528520194,4.7262309278],[8.5057248289,4.5031190612],[8.7121246398,4.5028751336],[8.6433138624,4.7163969986],[8.8946316583,4.4763759449],[9.017136016,4.0655654499],[9.4099629533,3.8854274777],[9.6541945492,4.012505504],[9.549849948,3.8156811239],[9.6312180931,3.559169629],[9.9749646053,3.0841719466],[9.8225880509,2.3489379248],[10.008676096,2.1723758271],[11.3332999996,2.1722219998],[11.6986115377,2.3175110179],[13.1916039292,2.2834548342],[13.2970219999,2.1721969996],[14.6210829431,2.1667279066],[14.9170045224,2.0003107631],[15.7466217571,1.9200430213],[16.0545678513,1.6562075672],[16.1917970283,2.2203348956],[16.0324136993,2.9799952919],[15.2529186177,3.7082038422],[15.0831427789,4.3047484551],[14.7203348572,4.641337309],[14.5348373788,5.2957266899],[14.6189098861,5.8903269226],[14.4160047912,6.0364866571],[14.7404605046,6.2534619854],[15.2198496018,7.2442381543],[15.4957887983,7.5323417094]]]},"properties":{"fid_1":183,"OBJECTID":310,"ISO2":"CM","NAME":"Cameroon","LON":12.74108333,"LAT":5.69276218,"ISO3":"CMR","Shape_Area":38.013263170518}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[34.0865292748,22.0025084702],[33.1826329539,22.0016598411],[33.5667143459,21.7257461727],[33.9674555133,21.7690938173],[34.0865292748,22.0025084702]]]},"properties":{"fid_1":184,"OBJECTID":331,"ISO2":"EG","NAME":"Egypt","LON":33.68690815,"LAT":21.88896964,"ISO3":"EGY","Shape_Area":0.173498090647059}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[126.6917373119,37.8432761378],[126.7004989911,37.6561441578],[126.5306219732,37.7462215454],[126.583027719,37.3490417779],[126.7542787894,37.4174512409],[126.674943756,37.3224314806],[126.8632091183,37.2738513169],[126.6518292046,37.1608588636],[126.9103832586,36.8922886499],[126.333689652,37.0011410597],[126.4039161754,36.8933991624],[126.2063371139,36.8999988004],[126.1201429359,36.7101649531],[126.4567365976,36.5931474041],[126.5206757268,36.1569349464],[126.7555831311,36.0118076408],[126.5223331998,35.966241965],[126.7273307212,35.8000152809],[126.5466015527,35.7424097081],[126.4651490404,35.607101215],[126.6668893999,35.5572704496],[126.3007902644,35.2324135611],[126.457412663,35.0736915468],[126.1573867676,35.0919760024],[126.3871196679,35.0236029376],[126.2597272422,34.643640956],[126.5248310083,34.2922240208],[126.7586815068,34.5244821392],[126.9382355942,34.4470835117],[127.2406674782,34.7594460146],[127.3185013372,34.6692455431],[127.1135544764,34.5473379288],[127.3365320049,34.4445439503],[127.5060612092,34.5978728967],[127.4163847924,34.833529796],[127.5747078981,34.6466933656],[127.7644019251,34.7449399239],[127.5855783058,34.9230797779],[128.0344474317,35.0231221807],[128.4334230869,34.8376536138],[128.5000552477,35.0213660566],[128.3680292674,35.0243884361],[128.6339883572,35.0682799169],[128.6332133044,35.2199537087],[129.0142482851,35.0525562808],[129.4447574934,35.4920773957],[129.5842220603,36.0198354346],[129.3712215233,36.0326452672],[129.476189539,36.700824231],[129.3459491348,37.2312124262],[128.3608036357,38.6149762179],[128.0723673674,38.3083391939],[127.1339393399,38.310114604],[126.6917373119,37.8432761378]]],[[[126.9124934557,33.4782104724],[126.4998741012,33.5167254886],[126.1616352872,33.2878283039],[126.6215063324,33.2452802493],[126.9124934557,33.4782104724]]],[[[126.1717176452,34.3524266387],[126.3830573808,34.4788655933],[126.2793708522,34.5804663719],[126.1717176452,34.3524266387]]],[[[127.9807939459,34.8272125793],[127.8718246737,34.9398049709],[127.8387800393,34.7478556052],[128.0581999793,34.7078547561],[127.9807939459,34.8272125793]]],[[[128.7277774492,34.9404735503],[128.6772195153,35.0397768912],[128.4811469747,34.8419734578],[128.7377430202,34.7858613739],[128.7277774492,34.9404735503]]]]},"properties":{"fid_1":185,"OBJECTID":387,"ISO2":"KR","NAME":"Republic of Korea","LON":127.79018679,"LAT":36.3578806,"ISO3":"KOR","Shape_Area":10.1067863382963}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-63.0123952253,18.0537567092],[-63.03284091,18.1240920551],[-63.1379583229,18.052805785],[-63.0123952253,18.0537567092]]]},"properties":{"fid_1":186,"OBJECTID":401,"ISO2":"MF","NAME":"Saint Martin","LON":-63.07290248,"LAT":18.08262157,"ISO3":"MAF","Shape_Area":0.00566634357060603}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[19.2226335,43.5271440003],[18.9177218866,43.5067792636],[19.0047412482,43.2535875108],[18.9097347853,43.3602263203],[18.6888712283,43.2543082526],[18.4375961538,42.5565023804],[18.5246595067,42.4204890994],[18.7567920231,42.4897853218],[18.5475842671,42.4148641997],[19.3708879354,41.8439507697],[19.3535430529,42.2446397413],[19.6583909961,42.6243947449],[19.8279293411,42.4672016087],[20.0788950002,42.5557989999],[20.08654136,42.5707970971],[20.0257627219,42.7660322907],[20.2129430593,42.7488661717],[20.2677996734,42.7744091113],[20.3274211233,42.827753421],[19.9867807489,43.0532396579],[19.8399826019,43.0950194757],[19.8274527966,43.0998384839],[19.6466679861,43.1861901151],[19.2220629036,43.5019898736],[19.2226335,43.5271440003]]]},"properties":{"fid_1":187,"OBJECTID":413,"ISO2":"ME","NAME":"Montenegro","LON":19.2474392,"LAT":42.78815655,"ISO3":"MNE","Shape_Area":1.52989268024538}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.7258020004,42.5044030004],[1.7271534566,42.6156381469],[1.4425659997,42.6036679996],[1.4526027971,42.4371548274],[1.7258020004,42.5044030004]]]},"properties":{"fid_1":188,"OBJECTID":272,"ISO2":"AD","NAME":"Andorra","LON":1.57347808,"LAT":42.54436058,"ISO3":"AND","Shape_Area":0.0531344570244278}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[125.0872710004,-9.4629790004],[126.4780654912,-8.9474372874],[127.2952270508,-8.3909120559],[126.9624099733,-8.3264360441],[126.5664596546,-8.4829521176],[125.2114105216,-8.606142998],[124.9491800004,-8.95819],[124.9778401556,-9.0660600884],[125.1873852383,-9.0307688468],[125.1656523756,-9.1721643706],[124.9827555747,-9.1936988447],[125.0872710004,-9.4629790004]]],[[[124.0431090001,-9.3362799996],[124.2896140399,-9.471120731],[124.4763050004,-9.1740859997],[124.0431090001,-9.3362799996]]]]},"properties":{"fid_1":189,"OBJECTID":529,"ISO2":"TL","NAME":"Timor-Leste","LON":125.85330803,"LAT":-8.81883614,"ISO3":"TLS","Shape_Area":1.22234259276409}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[104.4452607671,10.4260688559],[104.8704112066,10.5239155783],[105.0967285268,10.7226907876],[105.0847814201,10.9576293174],[105.3225942452,10.8686235611],[105.7774996999,11.0320025051],[106.1960737804,10.7805944218],[106.174305103,11.0779921852],[105.873441249,11.2845958796],[105.8383246621,11.648251639],[106.0426609093,11.7792165064],[106.4032653814,11.6940129659],[106.4658358674,11.9813070818],[106.7102990028,11.9687259054],[107.1567813154,12.2784702309],[107.5451515769,12.3528161871],[107.4850741689,12.9497507217],[107.6262422623,13.5093302919],[107.3363658997,14.1126785503],[107.5561320742,14.6866017782],[106.9360117816,14.3222327557],[106.5380200423,14.5922264173],[106.000185143,14.3806380128],[106.1874657764,14.0622815222],[106.1090148396,13.9210161726],[105.5608267767,14.15981148],[105.3716067338,14.1031544141],[105.2000703156,14.3427087152],[105.0877091936,14.2073352812],[104.8044922748,14.4341136056],[103.1843746156,14.3288816703],[102.9455423523,14.1819164868],[102.5992650408,13.599915442],[102.3753844976,13.5705521788],[102.5070726313,12.691027695],[102.7891438237,12.44662662],[102.7161606858,12.1699602074],[102.9109470223,11.6472082636],[103.117764499,11.3486263412],[103.123680029,10.8700944599],[103.336913691,10.905226383],[103.5506395124,11.1667768899],[103.712643375,10.8522613642],[103.5054229453,10.6068814626],[104.4452607671,10.4260688559]]]},"properties":{"fid_1":190,"OBJECTID":384,"ISO2":"KH","NAME":"Cambodia","LON":104.92018564,"LAT":12.70994757,"ISO3":"KHM","Shape_Area":15.1267729844144}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[23.9992467492,-10.8902373022],[23.8519838263,-11.0274903319],[23.4364276124,-10.9383866619],[23.085796031,-11.1235861013],[22.6022441412,-11.0523446957],[22.2505266859,-11.2673620442],[22.1674615686,-10.8652704989],[22.3298760194,-10.7514610476],[22.3273002351,-10.3854082991],[22.1870466974,-9.9244703396],[21.7909467279,-9.4163466531],[21.9525613468,-8.5027124722],[21.7629618061,-7.9969892021],[21.7821391068,-7.2833088901],[20.556856152,-7.2820452563],[20.6172572412,-6.9166388208],[19.5771071553,-7.0002581561],[19.3805567176,-7.99859877],[18.5483366111,-7.9161279688],[17.568908837,-8.1272674749],[16.9404677983,-7.2342548133],[16.5755030163,-5.872123262],[13.1010986757,-5.8901630777],[12.2727310013,-6.1373873044],[12.8310095969,-7.009345603],[13.3950392572,-8.3964101404],[13.3956616168,-8.7490286624],[12.9926609972,-9.0869507532],[13.7820781443,-10.6860850878],[13.7985827822,-11.7750958234],[13.4728383213,-12.5113058083],[12.9429629546,-12.8319729793],[12.9631809723,-12.9895110118],[12.5396828437,-13.4541917967],[12.2877105851,-14.7542970768],[11.996066596,-15.6293411904],[11.7411411742,-15.9111681702],[11.7543132421,-17.2526468501],[12.069583237,-17.151342532],[12.5642787,-17.2413426004],[13.1703274049,-16.9632946708],[13.4620020006,-17.0104276167],[13.9587642819,-17.4327582788],[18.4157183284,-17.3899483748],[18.9001786001,-17.8179008348],[20.3220234041,-17.8619068307],[20.7897910093,-18.0260528371],[21.1901112697,-17.935112362],[21.4312587801,-18.0254007458],[23.4379978179,-17.6380729668],[22.1926807288,-16.5445089267],[22.0001339326,-16.1505310793],[22.0034524724,-13.1296210186],[22.1358023164,-12.9994006891],[24.0552176396,-12.9991378766],[23.8983898142,-12.8362306342],[24.0778189633,-12.3643147333],[23.9992467492,-10.8902373022]]],[[[13.1017584552,-4.6850524514],[12.7263567108,-4.3978227558],[11.989769463,-4.9992143206],[12.2284087956,-5.4908170367],[12.1956567449,-5.7636927223],[12.5357749342,-5.7367326419],[12.467285105,-5.0802072254],[13.1017584552,-4.6850524514]]]]},"properties":{"fid_1":191,"OBJECTID":268,"ISO2":"AO","NAME":"Angola","LON":17.54951946,"LAT":-12.29843719,"ISO3":"AGO","Shape_Area":103.731432602592}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.9999999998,22.997777],[14.1894419372,22.6454063311],[13.4789125097,23.1867458057],[11.9984999996,23.5150000001],[7.4608402459,20.844267177],[5.9037505093,19.5217833334],[4.24298382,19.1408947839],[4.2411963329,16.9903696264],[4.076976593,16.9104905481],[4.0761062057,16.3188484509],[3.8732710961,15.6932355911],[3.5375361314,15.4876814847],[3.5247377957,15.3415837864],[1.3267153697,15.2653643859],[0.9971054537,15.0001280138],[0.2331319709,14.9162593568],[0.1621446534,14.5335731398],[0.3821645528,14.0498877663],[0.6228384046,13.6974766046],[1.2831458156,13.3550445199],[0.9928156497,13.3738293591],[0.9928795421,13.1036266879],[1.8665171106,12.6066886781],[1.9807893477,12.7364013439],[2.1604529994,12.6869180378],[2.2501867479,12.4239012798],[2.0666461539,12.3533595926],[2.4050098594,11.9011985586],[2.377091394,12.2456597278],[2.8327809,12.4077525972],[3.5883333299,11.7108333297],[3.6579344873,12.5206516424],[4.0958611931,12.9799684533],[4.1343311272,13.4710877118],[4.6212291542,13.7356441299],[5.2767589349,13.7395045921],[5.5254741044,13.9005754233],[6.266306218,13.7167314754],[6.9323362571,12.9889898909],[7.8257601256,13.3393616097],[8.7045128194,12.9160264813],[9.6457690249,12.803723202],[10.0609568009,13.2033136661],[10.6701224553,13.3568790982],[11.5204245071,13.3523665682],[12.4708991557,13.0640279338],[12.8732907391,13.5008115951],[13.6345499996,13.7106800003],[13.4781196971,14.4584156633],[13.6948325384,14.5508377426],[13.8631466461,15.0327662284],[14.3842710518,15.7307880108],[15.5056257052,16.9005468962],[15.7474451179,19.9141478304],[15.9945776291,20.3483649937],[15.198772495,21.492383373],[14.9999999998,22.997777]]]},"properties":{"fid_1":192,"OBJECTID":426,"ISO2":"NE","NAME":"Niger","LON":9.40350138,"LAT":17.42490326,"ISO3":"NER","Shape_Area":100.650385974066}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[78.4020770004,32.5269780002],[78.2852661993,32.460258545],[78.3867781546,32.7441146794],[78.0036883353,32.6188094444],[77.7706010222,32.9796139167],[77.3273505673,32.8304110204],[76.8218805669,33.1473757031],[76.4903715912,33.171251091],[75.9129560781,32.9017935908],[75.8231915511,32.4917830032],[75.3329467304,32.3261272159],[75.2753743876,32.1144025722],[74.9245805963,32.0631584277],[74.4883288139,31.7202541207],[74.6526673022,31.4544144439],[74.5161641658,31.1639590078],[74.6894783369,31.0692194889],[73.947242986,30.4829219808],[73.9689760223,30.1954130007],[73.397369724,29.9454156209],[73.08204592,29.2334815297],[72.3538516419,28.7325363819],[71.8840263878,27.9590040078],[70.8706405351,27.7058806629],[70.5883475816,28.0106390552],[70.3732853856,28.011951158],[69.5842589472,27.1780725353],[69.5089935349,26.7458595498],[70.1733407681,26.5512749087],[70.0993765327,25.9392269488],[70.2736560243,25.7112211406],[70.660534449,25.7005324013],[70.6658479629,25.3954204153],[71.0948493957,24.6901817444],[70.9984465959,24.4463694889],[71.1198131332,24.4032692316],[70.7249234703,24.2166911279],[70.4790411949,24.3915388957],[70.0224314872,24.1710717994],[68.7709299753,24.2821610237],[68.752494332,23.9727854139],[68.5052006678,23.9714510871],[68.6136881219,23.9130313869],[68.5343108204,23.7724529583],[68.7304243377,23.8314205507],[68.416488622,23.4276988268],[69.1917676423,22.8393198109],[69.6806159058,22.7313945121],[70.2192769124,22.9596438486],[70.2156819867,23.100698479],[70.659809019,23.1908158827],[70.1658493084,22.5545329608],[69.2322597946,22.2574337436],[69.0681845532,22.4793786229],[68.9365704274,22.3090302236],[70.0680815662,21.1371882924],[70.6145013622,20.7734625909],[70.9701507444,20.7078529593],[72.1092713699,21.1981625304],[72.3056012938,21.6275869988],[72.3647333739,22.3919890796],[72.7920577231,22.2232902599],[72.5799729333,22.197496245],[72.5036855701,21.9476014508],[72.6611182732,21.9555647893],[72.5374350491,21.6641836361],[72.8287538712,21.6662600439],[72.6122762853,21.5791237047],[72.6202979817,21.0862403414],[72.8968494456,20.5836767764],[72.6777821891,19.8599718034],[72.8053558642,18.8985063818],[72.9782053933,19.1014469711],[73.0201537413,19.0032140357],[72.8640860832,18.6556267969],[73.5131829962,15.9436930461],[74.3478595882,14.5227674886],[75.1992436198,12.0104095092],[75.7317309002,11.3563124996],[76.568255867,8.885981719],[76.9956518112,8.3717198024],[77.5396819844,8.0787653716],[78.0570388576,8.3859695387],[78.2219226038,8.9715919383],[78.9461655072,9.271608568],[78.9286500611,9.5912509947],[79.2763847437,10.2431473651],[79.8807606862,10.2978286159],[79.7613050716,11.6254747991],[80.3470675838,13.2960131224],[80.0482530132,15.0771900359],[80.2822970332,15.6850891373],[80.6763044071,15.8787590779],[80.9442023632,15.7221724822],[81.307403626,16.3059397837],[81.7266054288,16.3144576468],[82.2965006581,16.5692715481],[82.3269367468,17.067415779],[84.1229716809,18.3091691139],[84.9657410274,19.3051006257],[85.425422455,19.6255703676],[86.3949717817,19.9813436286],[87.0356650959,20.7047380486],[86.8247436808,21.1391347203],[86.9825378358,21.4118938556],[87.7934427363,21.6956678451],[88.2052055846,22.1124765699],[88.3019827037,21.7063597446],[88.4195554042,21.9063767117],[88.5525857886,21.81786732],[88.6243863397,22.0306337581],[89.0700809433,22.1978058582],[88.9333355701,23.1728940122],[88.5712576478,23.6602666052],[88.734159202,24.2800149176],[88.3339602844,24.3810934248],[88.0096392238,24.6678827332],[88.146170141,24.937327222],[88.3357588944,24.8743454112],[88.4401529358,25.2084625054],[88.9256207746,25.1716859148],[88.9847317369,25.2704748111],[88.8072904223,25.5171368221],[88.5439617102,25.5085957862],[88.1037710951,25.8313040252],[88.1788849212,26.1360840939],[88.523683222,26.3603987228],[88.3321644372,26.4812442819],[88.4107123003,26.6336945124],[88.9586435357,26.2407220927],[89.0628114363,26.2800711976],[88.9473827322,26.4492190263],[89.090777127,26.3909252969],[89.3494424433,26.009930746],[89.5861583716,25.9966957094],[89.63559912,26.2290984919],[89.7443555479,26.1613932664],[89.8724830767,25.9770557022],[89.8361403568,25.2938726337],[90.6916364368,25.1573392298],[92.0596611636,25.1864558216],[92.4843618073,24.9454504293],[92.2329612072,24.9004949768],[92.2321991613,24.5711493382],[91.9253109836,24.3366317819],[91.9049220101,24.138267079],[91.7491416863,24.2433907449],[91.5821255459,24.0774054793],[91.3753559283,24.1069989096],[91.1591137301,23.6467855519],[91.3558948592,23.0830308414],[91.4166126078,23.2659350239],[91.6144681083,22.9438807197],[91.818195573,23.0872928536],[91.9493158648,23.7305833819],[92.2826967147,23.7058429614],[92.606756114,21.9712008547],[92.7094593311,22.1525759074],[92.9155882347,21.978008344],[93.1974076934,22.2700376512],[93.0950655676,22.804103526],[93.3836507763,23.14514121],[93.3321271108,24.0872894881],[93.5038716123,23.9445644912],[94.161664956,23.8762943934],[94.7415997606,25.0334357842],[94.5823505826,25.2152757917],[94.63584951,25.3948269491],[95.0409953338,25.7422706866],[95.1748600768,26.0635459099],[95.1514962899,26.6169402461],[96.2975204991,27.29322785],[96.7646629793,27.3588897358],[97.1388288439,27.0941457542],[96.9028772134,27.4571137994],[97.0633962989,27.7499930603],[96.4277576333,28.1638358121],[95.6949654841,28.3434758908],[95.2157961902,27.8913695697],[94.2688773459,27.5609513466],[93.6803690506,26.9862178682],[92.1157019996,26.8937449996],[90.7235019907,26.7687302879],[90.3587768133,26.9015053206],[89.7868379142,26.7059355001],[88.8957529476,26.9596252336],[88.7476353207,27.144757035],[88.9213682637,27.3272871202],[88.7770373033,27.4693352604],[88.8830582301,27.86248244],[88.7568281907,28.0785831506],[88.1357309996,27.8816179996],[87.9974839771,27.1324683757],[88.1886625654,26.7508279327],[88.0158045773,26.360941514],[87.8625939988,26.4661911984],[87.3335376959,26.3540960887],[87.0352544636,26.5561635037],[86.7342001629,26.4239338882],[86.0331311024,26.6663884067],[85.862151557,26.5844530753],[85.6419211156,26.8662633061],[85.2113776827,26.7606281993],[84.6467102818,27.0464699343],[84.6236470402,27.3372913684],[84.1491938541,27.5052780581],[83.7904737621,27.3939832578],[83.3919646032,27.4794226977],[83.3207590454,27.3323958072],[82.7627293543,27.5011358437],[82.7099752292,27.7186627514],[81.8778418623,27.8659035024],[81.2018780431,28.3703585279],[80.0686242484,28.8356746389],[80.371751607,29.7502426524],[81.0345602557,30.1971866068],[80.2134146653,30.5975710904],[79.8691501517,30.9694843439],[79.571859672,30.9493681978],[78.7841626762,31.3095339806],[78.7682015643,31.9429861749],[78.4020770004,32.5269780002]]],[[[93.0159411681,13.0478671266],[93.0271192366,13.5747531927],[92.8422969,13.4074541102],[92.7222546459,12.8192270653],[92.762908071,12.0658828046],[92.9752635908,12.5392476267],[92.8547977444,12.9270142506],[93.0159411681,13.0478671266]]],[[[92.730714438,11.884832231],[92.6955121349,12.2385425354],[92.5148526144,11.8490073488],[92.7057851113,11.4933445956],[92.730714438,11.884832231]]],[[[93.8506864476,7.2171824741],[93.6850021401,7.1884659997],[93.6670990439,7.0507181792],[93.8261698189,6.7567921946],[93.9303759947,7.0073395197],[93.8506864476,7.2171824741]]],[[[92.5048786328,10.5112495248],[92.5138766737,10.8983684894],[92.3775343604,10.751626354],[92.5048786328,10.5112495248]]],[[[68.395757398,23.9184638586],[68.2222139304,23.8381733369],[68.2388138794,23.6837926946],[68.395757398,23.9184638586]]],[[[68.3963749166,23.786153957],[68.2128794173,23.5926063674],[68.3547439411,23.6004988887],[68.3963749166,23.786153957]]],[[[70.3030430593,23.0984537028],[70.2340762909,22.9887666762],[70.3671812093,22.9382016296],[70.3030430593,23.0984537028]]],[[[88.3098306196,21.6768750738],[88.2196430084,21.7606225976],[88.2555109933,21.5615774262],[88.3098306196,21.6768750738]]],[[[88.8228060227,21.778100426],[88.7372359761,21.918958523],[88.8419087381,21.6226714646],[88.8228060227,21.778100426]]]]},"properties":{"fid_1":193,"OBJECTID":527,"ISO2":"IN","NAME":"India","LON":79.39455402,"LAT":22.32465698,"ISO3":"IND","Shape_Area":262.187523215858}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-178.0555188167,-14.3054999462],[-178.1948336016,-14.2340768828],[-178.1519196776,-14.3085283889],[-178.0555188167,-14.3054999462]]]},"properties":{"fid_1":194,"OBJECTID":513,"ISO2":"WF","NAME":"Wallis and Futuna","LON":-177.213847,"LAT":-13.82637744,"ISO3":"WLF","Shape_Area":0.0149432598522971}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[56.3746400003,24.9804239998],[56.1126051113,24.7387624468],[56.0088698431,24.9929950264],[55.8140128729,24.9120148317],[55.7659663992,24.5288914642],[56.0174325149,24.0672994791],[55.4857733627,23.9447417691],[55.5722522039,23.6288761253],[55.2331895228,23.1118356742],[55.2083333001,22.7083333003],[55.6659293294,21.9991447989],[55.0374996482,20.1179592836],[54.8803049264,19.96129617],[51.9999999996,18.9999999999],[53.108578,16.6510639997],[54.0866243211,16.9948207714],[55.024564898,17.0064278498],[55.2630398327,17.2385801611],[55.2276033308,17.5326789757],[55.4227753263,17.8075608833],[56.3552797326,17.9358160287],[56.8343300668,18.7749165747],[57.7954336336,18.9713135188],[57.6759374784,19.7093442046],[57.8303388942,20.211739895],[58.1851816078,20.61056434],[58.2070453418,20.3929188531],[58.5147034299,20.4114886213],[58.8339384917,21.0373918622],[59.3449833111,21.4314939798],[59.806310409,22.2251641557],[59.7947695711,22.5304460803],[59.2921710494,22.7560229716],[58.7523770409,23.5182452891],[57.5896997931,23.793403464],[56.970623036,24.0901000404],[56.3746400003,24.9804239998]]],[[[56.2706910001,25.6258430004],[56.4652244104,26.0802446008],[56.3227660732,26.1556774084],[56.4803600337,26.1298344721],[56.4102193191,26.3693032728],[56.2959050036,26.2187480236],[56.407425282,26.2036630528],[56.2293436168,26.2020711467],[56.206056489,26.2558544011],[56.086983,26.0506359999],[56.2706910001,25.6258430004]]],[[[58.6421886594,20.1644268238],[58.9102917392,20.6688533552],[58.6316094566,20.3430304456],[58.6421886594,20.1644268238]]]]},"properties":{"fid_1":195,"OBJECTID":435,"ISO2":"OM","NAME":"Oman","LON":56.10139725,"LAT":20.59496608,"ISO3":"OMN","Shape_Area":26.7037353303021}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.3237757227,11.8482134849],[-71.1153867229,12.0390832622],[-71.2282664479,12.2989619214],[-71.6642385529,12.4583090652],[-71.9460168424,12.2809012783],[-71.9305889781,12.1571324549],[-72.1542633266,12.2068409683],[-72.2919344043,11.8591050564],[-73.2827615963,11.282053069],[-74.1467395701,11.3336286469],[-74.3273650962,10.9797852726],[-74.8537854826,11.1086181667],[-75.4928749341,10.5419740172],[-75.6262575497,9.436772624],[-76.0836604523,9.3353214511],[-76.3345562017,8.922712634],[-76.9359777283,8.5535227084],[-76.7653422878,8.3960892157],[-76.773095041,7.9249200408],[-76.9243592986,7.9209820067],[-76.9818595743,8.2598444223],[-77.3698043539,8.6754362178],[-77.4480077919,8.4754618948],[-77.1764043862,7.9792820359],[-77.5658060612,7.5055193889],[-77.7392331988,7.6874429264],[-77.8931718972,7.2213190192],[-77.3281957796,6.5517000384],[-77.4779774752,6.1922391469],[-77.257038189,5.7535652699],[-77.5230357733,5.5052262724],[-77.3782566339,5.4019178844],[-77.3236770622,4.5800571441],[-77.5287841849,4.1201292412],[-77.4316787719,4.153851986],[-77.3563689933,3.9334457109],[-77.1745580798,4.0578713622],[-77.2730586867,3.8389067048],[-77.0775077448,3.8847427717],[-77.7493730818,2.7557029419],[-78.5231065174,2.5219782289],[-78.7163023354,2.1634654243],[-78.5652472043,1.7639009326],[-78.7731259881,1.8449551729],[-79.0129684823,1.6500048046],[-78.7814604237,1.4007239039],[-78.3124345859,1.1913778186],[-77.9692541358,0.8260746038],[-77.6713013711,0.8226927464],[-77.5280932871,0.4069761411],[-76.4265119367,0.2344177586],[-76.2763993491,0.4362204636],[-75.8087345722,0.0520228217],[-75.2586683428,-0.113575498],[-74.7818720972,-0.201860579],[-74.3908232671,-0.5456728262],[-74.2712983076,-0.979463916],[-73.6391910548,-1.2685612859],[-73.4580985233,-1.5722731363],[-73.5380137741,-1.7005998092],[-73.2030200783,-1.7634184443],[-73.1641244934,-2.2390346543],[-72.9179270739,-2.4451860266],[-71.9271825288,-2.3806473122],[-71.7315997634,-2.1404312072],[-71.39241645,-2.3660062261],[-70.8665168646,-2.2273666702],[-70.6232256582,-2.4772300411],[-70.0846179572,-2.6497830179],[-70.6902704091,-3.7887408139],[-70.2987315212,-3.817692622],[-69.9473260003,-4.2271099997],[-69.4003241792,-1.1444026406],[-69.625754106,-0.4996697346],[-70.011479125,-0.2122374064],[-70.0437699899,0.560561826],[-69.4690244209,0.7354737478],[-69.1159747693,0.6438312386],[-69.245740184,1.045282231],[-69.8453809854,1.0790202391],[-69.8443962773,1.7129852448],[-68.319120898,1.7288028276],[-68.2051871694,1.9824283504],[-67.9016729467,1.7505331417],[-67.4109570036,2.1448233848],[-67.1086228246,1.7119529373],[-67.0867499796,1.1693710269],[-66.852916276,1.2295567258],[-67.1903977016,2.3531820414],[-67.6146965803,2.811738704],[-67.860786502,2.7925096572],[-67.3112898267,3.376758712],[-67.500081179,3.7652403959],[-67.6350747367,3.7886614517],[-67.8563143353,4.5280329493],[-67.8633604741,5.2722371229],[-67.622793451,5.4812579999],[-67.5967505783,5.8297911132],[-67.4053070488,5.9960145822],[-67.465139083,6.2083658177],[-67.8392950379,6.318539194],[-68.7142565938,6.1395317929],[-69.0994688751,6.2171171511],[-69.2857931649,6.0592697284],[-70.1191365282,6.979281439],[-70.6997319749,7.0936399022],[-71.0226047952,6.9742560211],[-72.0283495311,7.0202882409],[-72.1951689512,7.3819700253],[-72.4753555198,7.4874093524],[-72.38735522,8.3437224044],[-72.6547822974,8.6192088813],[-72.773579958,9.1034455931],[-72.9465474647,9.0909806119],[-73.010640333,9.2908400654],[-73.3662819584,9.1753706337],[-72.946072575,9.8368483128],[-72.8970827296,10.4434102239],[-72.4969583182,11.0864091543],[-72.2473166886,11.1435411728],[-71.9719136787,11.6433707673],[-71.3237757227,11.8482134849]]]},"properties":{"fid_1":196,"OBJECTID":314,"ISO2":"CO","NAME":"Colombia","LON":-73.07915694,"LAT":3.90287855,"ISO3":"COL","Shape_Area":92.8109601137944}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-17.0519701763,32.8062334261],[-17.2644509169,32.8083376823],[-16.9406292974,32.6300346014],[-16.6733251699,32.7401071826],[-17.0519701763,32.8062334261]]]},"properties":{"fid_1":197,"OBJECTID":447,"ISO2":"PT","NAME":"Portugal","LON":-16.94709232,"LAT":32.75696583,"ISO3":"PRT","Shape_Area":0.0789156386774128}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[47.9590811234,30.0035232978],[47.703696113,30.1037149557],[47.1817760834,30.0233994679],[46.5530397496,29.1011702198],[47.4679890208,28.9994676172],[47.7249633194,28.5248015661],[48.4330608299,28.5340244402],[48.0051953236,29.3878921096],[47.704532272,29.3697713774],[48.1665275032,29.5723977976],[47.9590811234,30.0035232978]]],[[[48.237422616,29.9349597656],[48.1116657783,29.9709949902],[48.0656070887,29.7834755877],[48.2230314137,29.5771106336],[48.3821948404,29.7532896994],[48.237422616,29.9349597656]]]]},"properties":{"fid_1":198,"OBJECTID":388,"ISO2":"KW","NAME":"Kuwait","LON":47.60892641,"LAT":29.35819593,"ISO3":"KWT","Shape_Area":1.59703127727509}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[26.630371807,55.6805942331],[25.6503223351,56.1348931058],[25.0918382624,56.1865265713],[24.9174421171,56.4354057431],[24.1242604529,56.2489562271],[22.0243900512,56.4249485199],[21.0646995531,56.0692731563],[20.9549044497,55.280739353],[20.9815627518,55.2772124944],[21.2639304309,55.2462141576],[22.8409997957,54.900634792],[22.7922160003,54.3635209997],[23.3799183789,54.2295997396],[23.5149789271,53.9562510169],[24.4358918879,53.9011964467],[25.491882716,54.3035041872],[25.5332304671,54.1568090512],[25.7777930999,54.1545748412],[25.5944693468,54.3764314494],[25.7495187826,54.8217124233],[26.8339730257,55.2833570016],[26.4761073724,55.3704743183],[26.630371807,55.6805942331]]]},"properties":{"fid_1":199,"OBJECTID":397,"ISO2":"LT","NAME":"Lithuania","LON":23.88449055,"LAT":55.338195,"ISO3":"LTU","Shape_Area":9.24071607302153}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-8.666688102,27.6620365961],[-13.1685857767,27.6670169831],[-13.5743757713,26.7318356954],[-14.4925531986,26.146888718],[-14.8271672321,25.308289294],[-14.8919553528,24.6997091729],[-15.9850360072,23.6733381648],[-15.7141234579,23.8965664127],[-16.493787158,22.3250870099],[-16.7602803308,22.2256562404],[-16.9531121293,21.8327302473],[-17.0502882822,20.7733696901],[-16.9536581059,21.333375913],[-13.0009380864,21.3342412307],[-13.1109059649,22.8672036992],[-12.000335397,23.5756014843],[-11.999448044,25.9986364374],[-8.66862707,26.0003209369],[-8.6666670291,27.313221602],[-8.666688102,27.6620365961]]]},"properties":{"fid_1":200,"OBJECTID":334,"ISO2":"EH","NAME":"Western Sahara","LON":-13.13509693,"LAT":24.66314014,"ISO3":"ESH","Shape_Area":23.958768447739}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[179.8292811691,-9.3560818498],[179.8178719469,-9.3558395392],[179.8609809708,-9.435032834],[179.8292811691,-9.3560818498]]]},"properties":{"fid_1":201,"OBJECTID":498,"ISO2":"TV","NAME":"Tuvalu","LON":178.25318846,"LAT":-7.52508,"ISO3":"TUV","Shape_Area":0.00202730297355761}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-70.051439456,12.6071550423],[-70.0567040746,12.5307841546],[-69.8706906723,12.4127234757],[-70.051439456,12.6071550423]]]},"properties":{"fid_1":202,"OBJECTID":266,"ISO2":"AW","NAME":"Aruba","LON":-69.97034553,"LAT":12.50770789,"ISO3":"ABW","Shape_Area":0.0160694118859093}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.3805863341,19.3731020267],[-81.3838205804,19.2637471486],[-81.0850303247,19.3132736303],[-81.3805863341,19.3731020267]]]},"properties":{"fid_1":203,"OBJECTID":321,"ISO2":"KY","NAME":"Cayman Islands","LON":-80.90280483,"LAT":19.41736549,"ISO3":"CYM","Shape_Area":0.0238915360937337}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[141.0194439998,-9.12694444],[141.1405462479,-9.2346659964],[142.2172069662,-9.1390005697],[142.6379850809,-9.332650281],[143.3400913979,-9.0243462017],[143.3969143104,-8.7475294566],[142.8744795278,-8.3262125599],[143.6963098431,-8.2239596432],[143.4654045011,-8.0804105201],[143.3581285939,-7.9227105556],[143.916393339,-7.9957546622],[143.6966077759,-7.5157841597],[144.1481984689,-7.8005796001],[144.3976627611,-7.4637541184],[144.4828036791,-7.5867145043],[144.5472965983,-7.4099593068],[144.7494544384,-7.4155106599],[144.7593495691,-7.6585069264],[144.9449471312,-7.8028077523],[146.0716564434,-8.0951784754],[146.5922860592,-8.9968033768],[146.8813834929,-9.1152935808],[147.0850041666,-9.4721638664],[147.2892192428,-9.5177878371],[147.7485261621,-10.0644623302],[147.9879826556,-10.1632176737],[148.2296457473,-10.0178178807],[148.1782660623,-10.10031505],[148.4155320628,-10.200205266],[150.1153799903,-10.4236290328],[149.9516013831,-10.558897765],[150.2147356942,-10.695494215],[150.6952649743,-10.5611065189],[150.3458169321,-10.3327237176],[150.6291402353,-10.3521918429],[150.875154516,-10.229750623],[150.6132859988,-10.2846357933],[149.9225824307,-10.0554541414],[149.7126559428,-9.8123617986],[150.0552624924,-9.6812516672],[149.2309243546,-9.4918495106],[149.2931875054,-9.0143522966],[148.5989073848,-9.0806664868],[148.438348614,-8.686729277],[148.223960012,-8.5585784629],[148.1156790863,-8.0616417617],[147.2237680088,-7.4874828142],[146.9536583023,-6.7846650696],[147.8565042213,-6.6508142562],[147.8115745919,-6.3264251366],[147.5719976827,-6.0559256837],[145.7618609311,-5.4786618197],[145.7344472443,-4.7968929001],[145.3232265326,-4.385973061],[145.0290424488,-4.3467746186],[144.5162000438,-3.9448335433],[144.5322483342,-3.8150001292],[143.9841837501,-3.7936252397],[143.5055423439,-3.4373102091],[142.5336591056,-3.2324129486],[140.9999999998,-2.6042581488],[141.0001098709,-6.3171146524],[140.847044514,-6.7181464231],[141.0195189251,-6.8961714328],[141.0194439998,-9.12694444]],[[143.4645989271,-8.0156899781],[143.3889302327,-7.9349066621],[143.5453443034,-8.0963004777],[143.4645989271,-8.0156899781]]],[[[152.1977964388,-4.1679983009],[151.945659025,-4.3409556749],[151.4912946601,-4.2098920601],[151.6841601572,-4.8694791052],[151.2371576884,-5.0025725726],[150.9026216207,-5.4834525316],[150.0985412606,-5.5204985421],[150.0721856576,-5.1964644074],[150.1917366228,-5.0554071141],[150.0927478342,-4.997862064],[149.875797187,-5.5182136399],[149.2170852686,-5.5837822993],[148.4150812128,-5.443368605],[148.3214261504,-5.692988524],[148.751840857,-5.8648624469],[149.0390721632,-6.1610514972],[149.3367476004,-6.0547353177],[149.6078666619,-6.290890248],[150.3863644682,-6.2769750649],[151.22264,-5.9090382286],[151.4775378396,-5.694338392],[151.4705337262,-5.5224582592],[151.8123509021,-5.5871649283],[152.0873878034,-5.445595517],[151.9529543597,-4.9902339847],[152.2265543098,-4.9661557548],[152.3824705176,-4.6799644929],[152.1977964388,-4.1679983009]]],[[[155.2067532756,-5.8666319881],[155.0655890152,-5.5536942392],[154.6726525684,-5.4361882253],[154.7415398889,-5.9357851086],[155.2081465179,-6.3093211806],[155.2501604922,-6.6357070442],[155.5997956491,-6.8609287447],[155.9168440768,-6.799990485],[155.9175610676,-6.5027157677],[155.2067532756,-5.8666319881]]],[[[150.853624739,-2.6083595178],[150.7051766931,-2.7363033313],[150.9809355314,-2.7805941822],[152.2704867817,-3.5713994679],[152.6842260161,-4.1781997497],[152.7182073484,-4.6311590328],[152.9292190401,-4.784050119],[153.1151742356,-4.3554502066],[152.945659211,-4.0144959481],[152.0502988278,-3.2497959714],[150.853624739,-2.6083595178]]],[[[146.916667664,-1.9688458201],[146.6084513343,-2.0048728951],[146.5077231579,-2.208631166],[147.1844297343,-2.2077494473],[147.4390394167,-2.0351365451],[146.916667664,-1.9688458201]]],[[[150.4940527839,-9.3308966462],[150.4384051297,-9.6321712277],[150.9305071044,-9.6774454953],[150.8074326143,-9.423300248],[150.4940527839,-9.3308966462]]],[[[150.1988798102,-2.6808865736],[150.4532095489,-2.6356949824],[150.4397222408,-2.4811604967],[150.1916636689,-2.358368855],[149.9775199902,-2.477105101],[150.1988798102,-2.6808865736]]],[[[152.5423093064,-8.9958605392],[152.3925285318,-8.9898214379],[152.7355788509,-9.2595999412],[153.0221685358,-9.1637351501],[152.5423093064,-8.9958605392]]],[[[147.7930429424,-5.4589168732],[147.7610458446,-5.6129267539],[148.0191766903,-5.8285359508],[148.0832580283,-5.632210608],[147.7930429424,-5.4589168732]]],[[[151.1207730958,-10.042229438],[150.7559952253,-9.7138546509],[151.0127114239,-10.1119587164],[151.212511926,-10.1680865942],[151.2902416264,-9.9394658917],[151.1207730958,-10.042229438]]],[[[153.7618818271,-11.6266770504],[153.1760111138,-11.3455254292],[153.3482361591,-11.5355757316],[153.7618818271,-11.6266770504]]],[[[150.3350582543,-9.5214390172],[150.3305263862,-9.2672807999],[150.1567483673,-9.2189681611],[150.1081801088,-9.3670103474],[150.3350582543,-9.5214390172]]],[[[154.6200047683,-5.460104347],[154.7126373241,-5.1869981831],[154.6202786613,-5.0028771657],[154.516491468,-5.1245039758],[154.6200047683,-5.460104347]]],[[[147.1182459747,-5.2174076088],[146.9884558673,-5.2791937439],[147.1332523672,-5.4419872661],[147.1182459747,-5.2174076088]]],[[[145.934871125,-4.7545993869],[146.0543283566,-4.7034763981],[145.9970340239,-4.5215485241],[145.934871125,-4.7545993869]]],[[[154.2266199878,-11.41929943],[154.2112549978,-11.2938341804],[153.9862778797,-11.3646479333],[154.2266199878,-11.41929943]]],[[[149.6935942014,-1.5419442404],[149.5454836099,-1.3165581403],[149.5133891002,-1.4389825708],[149.6935942014,-1.5419442404]]],[[[151.1450725302,-8.5422597968],[151.1194501031,-8.401336426],[150.996673044,-8.5050820599],[151.1342642593,-8.5926019176],[151.1070018232,-8.7693095014],[151.1450725302,-8.5422597968]]],[[[152.0053367752,-2.7963631126],[151.9116852893,-2.70538709],[152.0477130179,-2.9991862361],[152.0053367752,-2.7963631126]]],[[[152.7200534029,-10.6398222638],[152.5188567672,-10.6244784384],[152.8784997804,-10.6709759567],[152.7200534029,-10.6398222638]]],[[[152.6280558936,-3.2268413868],[152.6266566177,-3.0318529043],[152.5224652807,-3.0919572298],[152.6280558936,-3.2268413868]]],[[[150.8715946827,-10.5387173983],[150.7713768483,-10.6241975864],[150.8948265697,-10.6559769233],[150.8715946827,-10.5387173983]]]]},"properties":{"fid_1":204,"OBJECTID":442,"ISO2":"PG","NAME":"Papua New Guinea","LON":145.26292981,"LAT":-6.47685195,"ISO3":"PNG","Shape_Area":37.9086890156906}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[100.0853161751,20.352731839],[99.9428174269,20.4570053057],[99.8017292023,20.3348938006],[99.4738165327,20.3519226533],[99.5387108651,20.1598668096],[99.0748717072,20.099787862],[98.9394770968,19.7548698426],[98.2508621322,19.6765397584],[98.0378110227,19.812595527],[97.687943891,18.9499448311],[97.7686729473,18.579498585],[97.3439280139,18.5746248054],[97.4990296616,18.2702209051],[97.6402173053,18.2837307142],[97.7740760589,17.7088758866],[98.5011284389,16.9505997888],[98.6739394267,16.2736385712],[98.9250630823,16.3656330723],[98.8574495651,16.1267163986],[98.5907905133,16.014157326],[98.5650067407,15.337559536],[98.2012671519,15.2369525154],[98.1836241782,15.0992035222],[98.3069327456,14.731750719],[99.1706575639,13.7365974121],[99.1201294443,13.0855809727],[99.6632256896,11.8198745072],[98.7875573269,10.68223671],[98.7536723021,10.3893342411],[98.3210037542,9.1832220417],[98.3579539743,8.984870351],[98.2569291727,8.9900297679],[98.2825386486,8.2393193193],[98.3912297722,8.1274534666],[98.634353264,8.3693160378],[98.7504817036,8.05268742],[99.0755309993,7.9331976231],[99.0397369179,7.7052777443],[99.134099709,7.7836661684],[99.262449857,7.6570826792],[99.3902661826,7.3176217954],[99.5874544294,7.3705277836],[99.5772593163,7.1575750779],[99.7409562866,7.1359335458],[99.6979395098,6.8583893499],[100.121209234,6.421703954],[100.2863766166,6.7106340193],[100.3753388196,6.5447246412],[100.8115917262,6.4447840812],[100.8544652383,6.2320950244],[101.1084973868,6.2532217468],[100.9877652557,5.8023037629],[101.1442180736,5.6132759096],[101.5715242412,5.9253128156],[101.8209622192,5.7569635903],[102.090831483,6.2448806319],[101.5559300364,6.8461998049],[101.2810011149,6.9520231254],[101.3338807269,6.8763604691],[100.9950254942,6.8591158663],[100.5641037319,7.230784238],[100.2188407352,8.4312829466],[99.9587736231,8.6116750069],[99.8422215111,9.2890021776],[99.2387734972,9.2357958563],[99.1506493589,10.3083635783],[99.5116733099,10.877109733],[99.5595431756,11.3328061531],[100.0177229592,12.189170435],[99.9580946844,12.6598818604],[100.0977313043,13.0556375757],[99.9482175212,13.2758954717],[100.0806615864,13.4254870452],[100.9799938334,13.4712603978],[100.85265978,12.6557412279],[101.4173595656,12.5847958431],[101.7683016533,12.7026666606],[102.2917410038,12.1888108051],[102.6431013923,12.1775919721],[102.9109470223,11.6472082636],[102.7161606858,12.1699602074],[102.7891438237,12.44662662],[102.5070726313,12.691027695],[102.3753844976,13.5705521788],[102.5992650408,13.599915442],[102.9455423523,14.1819164868],[103.1843746156,14.3288816703],[104.8044922748,14.4341136056],[105.0877091936,14.2073352812],[105.2000703156,14.3427087152],[105.5198233554,14.5353032358],[105.6274976056,14.9768992898],[105.4713078178,15.1645433842],[105.635886211,15.6548962773],[105.3912820062,15.8032278179],[105.3903298552,15.9930107421],[105.0448083098,16.1051637744],[104.7395613571,16.5314712709],[104.7175472133,17.5108128073],[103.9780667386,18.3329269981],[103.4075444453,18.4484094519],[102.6920700794,17.8303546547],[102.0815930687,18.2149871908],[101.1621437096,17.4683140651],[101.059819224,17.5129418713],[100.9774745851,17.7588947021],[101.1903224622,18.3110775193],[101.0533534006,18.444648855],[101.2576853563,18.6710528203],[101.2873689814,19.5699156546],[100.5146655106,19.5244731391],[100.4038516974,19.7531276813],[100.5763349506,20.1683107736],[100.330495142,20.3990800104],[100.1748081076,20.2631112882],[100.0853161751,20.352731839]]],[[[98.3040093608,7.8153363887],[98.4251023792,8.0912648932],[98.2957107569,8.1645703266],[98.3040093608,7.8153363887]]],[[[102.347334973,11.9559283062],[102.4459506653,11.97729041],[102.2529344014,12.1558338752],[102.347334973,11.9559283062]]],[[[100.0878643888,9.5598253711],[99.918229865,9.5763020104],[99.9337358121,9.4188625571],[100.0878643888,9.5598253711]]]]},"properties":{"fid_1":205,"OBJECTID":490,"ISO2":"TH","NAME":"Thailand","LON":101.0145008,"LAT":15.10875586,"ISO3":"THA","Shape_Area":43.3894265654297}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.7296691896,54.1461968343],[-4.819715305,54.0451217103],[-4.4039550287,54.1819335929],[-4.3635397774,54.4174446032],[-4.7296691896,54.1461968343]]]},"properties":{"fid_1":206,"OBJECTID":370,"ISO2":"IM","NAME":"Isle of Man","LON":-4.53883296,"LAT":54.22868659,"ISO3":"IMN","Shape_Area":0.07880843755015}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.3967972634,35.9537795486],[14.3484372663,35.8759016561],[14.5673556742,35.8281939733],[14.3967972634,35.9537795486]]]},"properties":{"fid_1":207,"OBJECTID":411,"ISO2":"MT","NAME":"Malta","LON":14.40817734,"LAT":35.92436674,"ISO3":"MLT","Shape_Area":0.0314612830242826}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-157.738396324,2.0481360809],[-157.7139655734,1.8535630681],[-157.8560801348,1.8745448701],[-157.4682643773,1.7104107861],[-157.738396324,2.0481360809]]],[[[172.898875707,3.0990172319],[172.9649597472,3.1760468352],[172.757424187,3.0389434194],[172.898875707,3.0990172319]]],[[[174.4563181497,-0.6813759329],[174.3789382487,-0.6002228696],[174.4728170697,-0.7851311643],[174.4563181497,-0.6813759329]]]]},"properties":{"fid_1":208,"OBJECTID":385,"ISO2":"KI","NAME":"Kiribati","LON":-36.06666474,"LAT":0.60201668,"ISO3":"KIR","Shape_Area":0.079957458094984}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[87.2857900004,49.1158719999],[87.3127780911,49.2323330429],[87.0313057869,49.2529226561],[86.6155987001,49.5741826286],[86.7773474763,49.7953531494],[86.2255236667,49.4908975417],[85.2571769853,49.5892202582],[85.0310296838,50.0448467857],[84.3336963729,50.2226982396],[83.9696233793,50.7963495756],[83.4437906846,51.0108279541],[82.7333910652,50.9267552769],[82.5645495537,50.7466325078],[81.4541979644,50.7547695907],[81.4121399467,50.9745321662],[81.0614984583,50.9485197149],[81.146591303,51.2114772166],[80.678955238,51.3155790207],[80.4810708431,50.9689313909],[80.0436159261,50.7823126459],[77.9186433894,53.2769697534],[76.5349148008,54.0024561259],[76.4389203211,54.16512302],[76.7549703754,54.1667554649],[76.9288907443,54.4566507339],[75.3798755068,54.0714020696],[75.0536530384,53.7956984829],[74.4581938739,53.6894352033],[74.3883860928,53.4578068819],[73.9034151232,53.6502153579],[73.4375887387,53.4359418898],[73.2737626743,53.6750405071],[73.7650799699,54.0538940501],[73.2769172847,53.942671691],[72.6088217016,54.1367864309],[72.7146199921,53.9521956392],[72.4806697777,53.9019561094],[72.2831580817,54.3124096806],[72.0369079727,54.3660193874],[72.1842626796,54.1215905872],[71.7556628472,54.2540240512],[71.7188393874,54.1063782212],[71.1772051763,54.0959023631],[70.9977965741,54.3330095163],[71.2002401342,54.3144447052],[71.2930045584,54.6660049868],[71.0314802991,54.7779801872],[70.8047939996,55.2893284254],[70.204928507,55.1457539594],[68.9734610053,55.4418502887],[68.6235743988,55.199143612],[68.1783983209,55.1981568246],[68.2316759423,54.9688556573],[66.0018731129,54.6254385847],[65.9784412599,54.71641009],[65.4891890227,54.6550314889],[65.2155531131,54.5407903054],[65.2217801772,54.3344226219],[64.9731127976,54.4236924291],[63.9632337164,54.2010135878],[63.2005159048,54.1867303563],[62.5932320161,54.068327275],[62.5379630808,53.8984482741],[62.3350501861,54.0320974164],[61.9337003036,53.9500525377],[61.4122479979,54.0860187994],[61.2772320354,53.9282978816],[61.0011957463,53.9387902639],[61.2278738592,53.7991999618],[60.9019122831,53.6280901002],[61.5903247384,53.5272946428],[61.2561238723,53.5046255831],[61.1786809442,53.309831597],[62.1467562146,53.0657624186],[62.0256995406,52.9509024296],[61.0111253966,52.9778264733],[60.714543991,52.672230474],[61.0651536416,52.3453917504],[60.0013648073,51.9905928212],[60.495982631,51.7725700652],[60.413394122,51.650001459],[60.9266599297,51.5983636039],[61.6380065109,51.2505203282],[61.4483619187,50.806419664],[60.8545009898,50.6679532519],[60.3266844608,50.6705882404],[60.0403809356,50.8500150233],[59.9593031753,50.6591075032],[59.5111483791,50.5035199572],[58.6562865379,50.8096219592],[58.3360860332,51.1808442573],[58.1680139034,51.06266032],[57.7741462823,51.1380678647],[57.7413321586,50.9310048416],[57.5057293032,50.8764476729],[57.1846117122,51.1142262258],[56.625768265,50.991704655],[56.5086412839,51.0833058746],[55.7104992416,50.5530079622],[54.5944220061,51.0301687849],[54.7311804051,50.6199847612],[54.5447947967,50.528143715],[54.534408075,50.8473733628],[53.4000356423,51.4887746754],[52.559287961,51.4562842752],[52.3313770673,51.7428943352],[51.8639223946,51.6707886181],[51.7380280461,51.464585265],[51.3785755218,51.4764021894],[51.3671875417,51.6428233061],[50.7688062677,51.7719727759],[50.8104628298,51.5857196611],[50.5833809546,51.6444372132],[50.3706404889,51.3309096557],[49.4395330508,51.1136721831],[49.4231833769,50.8493648017],[48.6538555411,50.601354206],[48.8863640667,50.0276939083],[48.7463286506,49.9233892928],[48.2887093578,49.8600620524],[47.6145949512,50.4628973142],[47.3026995489,50.3043362497],[47.3517265444,50.0925476058],[46.9027286833,49.8627023639],[46.7822505359,49.346262623],[47.0290152451,49.0916033097],[46.4948362788,48.4344020986],[47.1214707387,48.2687967732],[47.2028268032,47.7569247636],[48.1982003792,47.6902960193],[49.019131708,46.760932123],[48.5554561331,46.7541339228],[48.5469194813,46.5592501763],[49.1803690937,46.3768937106],[50.0368486614,45.8589626104],[49.4470335262,45.5291044392],[48.6870573266,44.7542260507],[49.1927168591,43.5082435298],[49.7606200001,42.71076],[51.2501800004,41.2312099999],[52.985689871,42.1213269507],[54.2125752963,42.3769163761],[54.9288892756,41.9282847773],[55.4138749006,41.300803657],[55.9985670002,41.318638],[55.9990977917,44.9997416591],[58.5878693587,45.5895382782],[61.085288392,44.3733349722],[62.0044285642,43.5062596029],[63.2968275457,43.6534084558],[64.5285168409,43.5722081152],[64.9987957769,43.7172890293],[65.8436375023,42.860346361],[66.097765211,42.9369532506],[65.9992714767,41.9386782152],[66.5339045494,41.87620733],[66.7094935033,41.1420827983],[67.9667482454,41.1476760292],[68.1251650649,41.0431374074],[68.0183775642,40.8056128824],[68.3763257807,40.6160777098],[68.6414627624,40.6011367906],[68.5238706816,41.0219626971],[68.7290039359,40.97040604],[69.1701168093,41.4417653379],[70.9432219999,42.2636340003],[71.0033322529,42.5870147847],[71.3804857957,42.7970227278],[71.8364167976,42.8372813711],[73.4968358224,42.4140245279],[73.5432852728,43.0250901701],[74.1950305147,43.2527445492],[74.7493320447,42.9901745888],[75.709847275,42.7966241429],[75.9306315496,42.9560972152],[76.3433323566,42.8610521399],[76.9726299213,42.9866858353],[78.4881684613,42.8961341183],[79.1684433228,42.7529913611],[79.5036810092,42.4608273759],[79.9239835696,42.4351817176],[80.1744060004,42.2108440004],[80.2621276876,42.8258816018],[80.5864363512,42.8936360022],[80.3820697248,43.023702321],[80.8030101951,43.1806763069],[80.4064765661,44.1397439039],[80.4095540381,44.6109384154],[79.8842740874,44.9126927007],[81.7613777076,45.3746408704],[81.9427331352,45.2362463699],[82.5616728123,45.2047854443],[82.2585635804,45.617362483],[83.0292182382,47.214770577],[83.7070138028,47.0213594891],[84.7504907913,47.0049597203],[84.9451221216,46.863159998],[85.2177760173,47.0523426634],[85.5578986709,47.0507239871],[85.6983081942,47.2897007364],[85.5368362707,48.0475882839],[85.7111285237,48.3575792008],[86.5700861607,48.5354365256],[86.8529106559,49.1104674962],[87.2857900004,49.1158719999]]]},"properties":{"fid_1":209,"OBJECTID":381,"ISO2":"KZ","NAME":"Kazakhstan","LON":66.65426994,"LAT":48.02049531,"ISO3":"KAZ","Shape_Area":342.760764669178}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-63.0801422324,18.1773265414],[-62.9706414357,18.2753286217],[-63.1690421286,18.1631617641],[-63.0801422324,18.1773265414]]]},"properties":{"fid_1":210,"OBJECTID":269,"ISO2":"AI","NAME":"Anguilla","LON":-63.05035578,"LAT":18.21913989,"ISO3":"AIA","Shape_Area":0.00723833351136049}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[46.5530397496,29.1011702198],[44.632732674,29.2660668606],[42.0854833868,31.1114971012],[40.4132125089,31.9477661462],[39.200936,32.1543299997],[38.9493314922,31.9858688727],[37.0026100249,31.5000603293],[37.9957126716,30.5014044958],[37.6659210017,30.3322736904],[37.499136924,29.9997672801],[36.7539157502,29.8679074326],[36.0699287949,29.185681411],[34.9593414842,29.3572435129],[34.6131218058,28.0379089324],[34.7094326526,28.1399172199],[35.1871069009,28.0536174292],[36.4979734929,26.1165126276],[36.7039962486,26.0293901478],[36.7141101943,25.7428481],[36.9355284766,25.6468772392],[37.2481661217,25.1687007879],[37.2662636882,24.8716944113],[37.1522508849,24.8315347132],[37.4278550489,24.3668192189],[38.4473102381,23.7912773021],[39.0806611336,22.5541322148],[38.9499457183,21.9060625399],[39.2649997968,21.0206520481],[39.7338905636,20.3849232416],[40.1085371266,20.2691358349],[40.7712417993,19.7545804794],[41.2538196657,18.616576114],[41.6815051161,17.9527950868],[42.3106150103,17.4447445889],[42.3623469803,17.0753676277],[42.6654827853,16.7874532854],[42.7721388888,16.404111111],[43.2342888996,16.6430730827],[43.152392401,17.173710615],[43.3634286352,17.5526215158],[43.843317527,17.3394529989],[45.2115274611,17.4333896219],[46.0593468724,17.2549663008],[46.7489048319,17.2827328078],[46.9996941861,16.9511223327],[47.1688844008,16.9503822779],[47.4764895162,17.1449561037],[48.1829343632,18.1658227492],[49.1144028683,18.6155377028],[51.9999999996,18.9999999999],[54.8803049264,19.96129617],[55.0374996482,20.1179592836],[55.6659293294,21.9991447989],[55.2083333001,22.7083333003],[52.5821786793,22.9360830931],[51.5905560002,24.2494439997],[51.3000724936,24.2968508081],[51.5062408208,24.5735955067],[51.3008359703,24.5053224754],[50.9993043409,24.5006157601],[50.8116667001,24.7444444004],[50.0059755372,25.9896664384],[50.034935459,26.1927156136],[50.1555368773,26.0730069469],[50.2284851252,26.1920138816],[49.9977494781,26.7495533091],[50.1039985484,26.6876648411],[49.5702704977,27.1672479921],[49.3780828727,27.1266992859],[49.1373021374,27.407957279],[49.317242363,27.4189803098],[49.260514454,27.5228083197],[48.8516891719,27.6005720127],[48.8895291471,27.8306003304],[48.4330608299,28.5340244402],[47.7249633194,28.5248015661],[47.4679890208,28.9994676172],[46.5530397496,29.1011702198]]],[[[42.0184412432,16.7231749347],[41.7480242914,16.8961856528],[42.1841814723,16.6161314959],[42.086973737,16.8199540467],[42.0184412432,16.7231749347]]],[[[41.9919828882,16.7559563942],[41.9085667934,16.9620864229],[41.83241035,16.8999703876],[41.9919828882,16.7559563942]]]]},"properties":{"fid_1":211,"OBJECTID":458,"ISO2":"SA","NAME":"Saudi Arabia","LON":44.5434586,"LAT":24.12425517,"ISO3":"SAU","Shape_Area":171.261347055782}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-61.7685730018,17.1138249173],[-61.8911506498,17.0269941929],[-61.6764444999,17.0432642912],[-61.7685730018,17.1138249173]]]},"properties":{"fid_1":212,"OBJECTID":279,"ISO2":"AG","NAME":"Antigua and Barbuda","LON":-61.79985696,"LAT":17.26661592,"ISO3":"ATG","Shape_Area":0.0381522930401726}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[32.892990112,-26.8561763767],[32.9631265099,-26.082917178],[32.8038209453,-26.2558803373],[32.4734497072,-25.9912509923],[32.7512768002,-25.8722732181],[32.8402237049,-25.5766147526],[35.0849005664,-24.6233898441],[35.5010639117,-24.1049058173],[35.54004748,-23.7945707784],[35.3300514223,-24.0028495788],[35.3329315192,-23.7146892549],[35.4942230261,-23.3021008173],[35.5434501513,-22.3184350887],[35.4838243028,-22.0990044269],[35.3318659548,-22.1859564042],[35.2738748409,-21.6391121344],[35.0150596849,-21.0713529713],[35.130595902,-20.9565341137],[34.9941741372,-20.7115497132],[34.667104805,-20.5728430194],[34.7773876684,-19.8462002814],[34.663165859,-19.713585274],[34.9160192824,-19.8304322198],[35.8924255368,-18.9432506562],[36.1593513492,-18.7937049868],[36.1502542103,-18.8948551422],[36.3133191416,-18.8618177428],[36.8291524579,-18.2155576],[36.7134437562,-18.1705875398],[36.9634149693,-18.0667574182],[36.8572655052,-17.8808859802],[36.9677276088,-17.9975644847],[37.1691589361,-17.7008609773],[38.0804856437,-17.3186305933],[38.0719528204,-17.1987876893],[39.0739745762,-17.0112403458],[39.1275578033,-16.8584342481],[39.8617259342,-16.4409553881],[39.7756914102,-16.2844639362],[40.0190779006,-16.1915090823],[40.6784627197,-15.2653080737],[40.4999704547,-15.17919812],[40.7125007362,-15.0833216233],[40.619527573,-14.994602686],[40.814906213,-14.8292660537],[40.8404802043,-14.5449694277],[40.7989001008,-14.4152134344],[40.6171112062,-14.6068162922],[40.7354397931,-14.3172459168],[40.5254898698,-14.1721371219],[40.6369964919,-14.0296702862],[40.4820518487,-13.5227479931],[40.5884826927,-12.971808477],[40.4913482666,-13.0513372423],[40.4046523659,-12.9503875629],[40.6311068048,-12.7540296962],[40.4712300053,-12.5054613266],[40.5689433376,-12.3942577598],[40.4760971074,-12.39212513],[40.383580191,-11.3295695864],[40.6066198942,-10.6681973789],[40.5277081384,-10.4832764748],[40.3892770409,-10.5103289903],[39.248515167,-11.1718355466],[38.4883117439,-11.4165483382],[37.9142191394,-11.265551271],[37.5806066647,-11.6263455639],[36.8381158389,-11.5844281148],[36.6297392363,-11.7370397223],[36.2925978209,-11.7213713298],[35.8540030294,-11.4248385002],[35.644572371,-11.5570236119],[34.9593554048,-11.5733329026],[34.6746552566,-11.5768198296],[34.3515614378,-12.1890666323],[34.5626520999,-13.4124491677],[35.0811829399,-13.6906738419],[35.9180493416,-14.8944322269],[35.7912861751,-15.1701263294],[35.8139086176,-16.0318967301],[35.4048939671,-16.1267898596],[35.1541550486,-16.5578645966],[35.3068876276,-17.1247476159],[35.0826526003,-17.1164991483],[35.1579666201,-16.8404259969],[34.4300025244,-16.2631970238],[34.2552464668,-15.9123034707],[34.6005906461,-15.2792832424],[34.5170051092,-14.5566835677],[34.3603552426,-14.3864844936],[33.6296377969,-14.5342344749],[33.2442720301,-14.0003388491],[30.2200448848,-14.9998038143],[30.4201374048,-15.6211366646],[30.4229595071,-15.9987923124],[31.3092961918,-16.0165999213],[31.9141593896,-16.4080341613],[32.98807703,-16.7042628879],[32.8649608213,-16.9128916964],[33.0390486611,-17.33158534],[32.9372404313,-18.0137514973],[33.0655302096,-18.3520024818],[32.876329038,-18.5196171211],[32.935858453,-18.7687257639],[32.6980244758,-18.9348210247],[32.8834839812,-19.0995760618],[32.8459956536,-19.6298424789],[33.0592423234,-19.7808525],[33.0266158333,-20.0097755429],[32.4979418951,-20.61300542],[32.4141216351,-21.3202736791],[31.3058864482,-22.418368973],[31.5613002369,-23.4820879489],[31.9859541859,-24.3072242728],[31.9752314972,-25.9526171928],[32.0866081907,-26.011786674],[32.1351810421,-26.8405394731],[32.892990112,-26.8561763767]]]},"properties":{"fid_1":213,"OBJECTID":416,"ISO2":"MZ","NAME":"Mozambique","LON":35.55422632,"LAT":-17.26027389,"ISO3":"MOZ","Shape_Area":67.0354804413845}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-61.4557833461,16.5031640276],[-61.5450019666,16.2865153889],[-61.7866395921,16.334971314],[-61.6947553443,15.9486063437],[-61.552409497,16.0510803901],[-61.5791975632,16.2390885949],[-61.2302910001,16.2705154226],[-61.4557833461,16.5031640276]]]},"properties":{"fid_1":214,"OBJECTID":352,"ISO2":"GP","NAME":"Guadeloupe","LON":-61.53691455,"LAT":16.19638963,"ISO3":"GLP","Shape_Area":0.142295142668647}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.2970219999,2.1721969996],[13.1916039292,2.2834548342],[11.6986115377,2.3175110179],[11.3332999996,2.1722219998],[11.3333925983,0.9996264521],[9.6652994156,1.0611790423],[9.5620801118,0.9249932237],[9.6126515274,0.5179026619],[9.502502467,0.668136345],[9.338830059,0.5232899004],[9.5097730856,0.2856979461],[9.9256545212,0.1877955116],[9.5037364376,0.1668461849],[9.3479634262,0.3537397978],[9.2590832494,-0.4642205298],[9.0418744922,-0.7035010116],[8.7004796091,-0.6696712906],[9.6235169808,-2.4064883438],[11.1531652452,-3.9601275283],[11.459121807,-3.5021580394],[11.8330367023,-3.7092370237],[11.9422769348,-3.384752049],[11.5406911458,-2.852003663],[11.5295878991,-2.3714658196],[11.7517805362,-2.5081396292],[11.9961293192,-2.3594513348],[12.5128313744,-2.4213294661],[12.4626932188,-1.9472801161],[12.6213096878,-1.8235023714],[12.8459109999,-1.9396926646],[13.040975905,-2.3236370286],[13.4950990924,-2.4294174982],[13.7642740094,-2.0897053258],[13.8724100553,-2.4117134022],[14.0932384128,-2.5012481963],[14.256115733,-1.9801338793],[14.4332188943,-1.9000875676],[14.5209101431,-0.6131550954],[13.8455577676,-0.1502786959],[13.9495615437,0.3551975196],[14.2850713038,0.5463766008],[14.4714981074,0.9425814763],[14.17525941,1.3967042608],[13.1537914958,1.2350748966],[13.262491573,1.3284276654],[13.1366846278,1.6901736623],[13.2970219999,2.1721969996]]]},"properties":{"fid_1":215,"OBJECTID":345,"ISO2":"GA","NAME":"Gabon","LON":11.78775169,"LAT":-0.60640026,"ISO3":"GAB","Shape_Area":21.4164865351755}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-64.861981189,32.3050437778],[-64.8190299773,32.2510643121],[-64.6491627853,32.3672568481],[-64.861981189,32.3050437778]]]},"properties":{"fid_1":216,"OBJECTID":296,"ISO2":"BM","NAME":"Bermuda","LON":-64.76632867,"LAT":32.30953838,"ISO3":"BMU","Shape_Area":0.00591370354519909}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-22.4487895971,64.7564182278],[-22.1921146432,64.4624297952],[-21.7638945387,64.5815981744],[-22.0953144789,64.3130979468],[-21.3565542874,64.3834317819],[-21.8342315447,64.2894691027],[-22.0198614222,64.04890597],[-22.4511193969,63.9723775751],[-22.6914725442,64.0798916129],[-22.7031077426,63.8023609626],[-21.2482974041,63.8810574638],[-20.1856681512,63.5357368818],[-18.7387861621,63.3944291417],[-18.0040548398,63.5062103529],[-17.5638282194,63.7414027532],[-16.641469075,63.7990859824],[-15.9523853748,64.1366611759],[-15.2042413117,64.2324980763],[-15.3666933793,64.29030174],[-14.9629629572,64.2400290639],[-14.3448009491,64.6077556612],[-14.579709723,64.5390007479],[-14.2312652289,64.6429155748],[-14.5012054069,64.7917899264],[-14.0740727114,64.7040804636],[-13.7542918043,64.864748824],[-14.0426899909,64.9320639434],[-13.6832369693,64.9168606254],[-14.2346879569,65.0298394602],[-13.4969074877,65.0741849907],[-14.0162358528,65.1895534843],[-13.5838187328,65.2621365598],[-14.01037021,65.267219805],[-13.6169211154,65.5118955544],[-14.3364810331,65.7883383237],[-14.8954609362,65.7524015208],[-14.6144996591,65.991716051],[-15.18618104,66.1093883693],[-14.5327777081,66.3783933468],[-15.4222119116,66.1602345899],[-16.147271045,66.5337283497],[-16.5653931038,66.4875547744],[-16.4959958227,66.1978590524],[-17.2184812944,66.1900694198],[-17.4285899364,65.9907219368],[-18.3072934444,66.1574785194],[-18.0581545242,65.6570760126],[-18.7852425561,66.1934623298],[-19.4331596341,66.0499115016],[-19.4711346344,65.736801064],[-20.0948990501,66.1066391139],[-20.4148364832,66.0872501506],[-20.321279839,65.6287907209],[-20.9320155559,65.5815408541],[-21.0793430744,65.1559773749],[-21.4533235698,65.4441952212],[-21.2987042834,65.5945644448],[-21.7803030822,65.7668662867],[-21.3422864352,65.7363785652],[-21.2909007868,65.9274933242],[-21.6041665014,65.9551039454],[-21.3428297984,66.0078227388],[-21.6672526254,66.0157222578],[-22.4160795806,66.4572726172],[-23.1331863753,66.4317311616],[-23.0289002812,66.2969042518],[-22.3705592198,66.2695089157],[-22.9763672113,66.2245371693],[-22.443584465,66.0737881413],[-22.422353753,65.8417181988],[-22.516786113,65.9810419077],[-22.658122286,65.8247865727],[-22.6880998212,66.0499660113],[-22.9842259792,65.9079240531],[-22.8648244967,66.0369641914],[-23.0799619299,65.9633217263],[-22.9993787014,66.0852302193],[-23.4720074463,66.196806886],[-23.3647888762,66.0830421139],[-23.6635559536,66.1119858668],[-23.365321336,65.9831608606],[-23.805950894,66.00904519],[-23.184065967,65.8376069508],[-23.8655709472,65.8831127722],[-23.1875686303,65.7827461926],[-23.5309205146,65.7197744452],[-23.2610991001,65.676675233],[-23.5497022889,65.6044938037],[-24.0949706964,65.8060186201],[-23.8095862559,65.5284320499],[-24.2944570779,65.6383360792],[-24.5307731218,65.5026793884],[-23.7192249263,65.4175977241],[-22.8477977834,65.6294897891],[-22.7187355793,65.5015702788],[-22.5436031437,65.6438972116],[-22.4691578502,65.5054542709],[-22.090392921,65.6020630532],[-22.2314636834,65.4336990511],[-22.1091476123,65.5316469571],[-21.6864697966,65.4553804996],[-22.5543259367,65.18720769],[-22.077426467,65.1094293066],[-21.746359463,65.2043919671],[-21.8038715593,65.0240333822],[-22.5818754877,64.9708873299],[-22.7261239551,65.0790585464],[-23.0163365571,64.9216861537],[-23.1851355828,65.0111775421],[-24.0468206964,64.8823247172],[-23.7978454852,64.7292628524],[-22.4487895971,64.7564182278]]]},"properties":{"fid_1":217,"OBJECTID":374,"ISO2":"IS","NAME":"Iceland","LON":-18.58168198,"LAT":64.98439499,"ISO3":"ISL","Shape_Area":19.5084330259779}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[72.4399185442,-7.4301506093],[72.4864153187,-7.3803914217],[72.493087344,-7.2964374883],[72.4390860328,-7.2352985431],[72.4881804118,-7.2948333469],[72.4770861718,-7.3769536382],[72.4315116781,-7.4304240598],[72.4259619114,-7.3216834987],[72.3529176564,-7.2726392443],[72.4151601489,-7.3199794003],[72.4224802338,-7.431153071],[72.4399185442,-7.4301506093]]]},"properties":{"fid_1":218,"OBJECTID":420,"ISO2":"MU","NAME":"Mauritius","LON":72.27088122,"LAT":-7.0651713,"ISO3":"MUS","Shape_Area":0.00407519505840212}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[46.4257589999,41.9123399998],[45.6123236103,42.2095570777],[45.774915483,42.4876819569],[45.3414168842,42.5223693037],[45.1531154222,42.7088632704],[44.5602041118,42.7568854192],[43.9700236872,42.5547718267],[42.8595471668,43.1793679039],[41.6199607043,43.2229298659],[40.6618142208,43.5625049546],[40.1065481248,43.5693932417],[40.0084721202,43.3851389304],[41.4397691011,42.7329603546],[41.7762639812,41.8699848848],[41.5469285056,41.5208935596],[42.4711038129,41.435821884],[42.8287437571,41.5873964581],[43.4740630004,41.1230400002],[45.0150689998,41.2970859999],[45.3165985608,41.4721585254],[45.94844996,41.178857048],[46.641960689,41.1071108178],[46.6624478118,41.3639848744],[46.1961035222,41.6345472987],[46.4257589999,41.9123399998]]]},"properties":{"fid_1":219,"OBJECTID":347,"ISO2":"GE","NAME":"Georgia","LON":43.5053492,"LAT":42.18258644,"ISO3":"GEO","Shape_Area":7.589487424277}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-16.7467905999,13.0642071004],[-16.6819788693,13.167688937],[-15.8056907388,13.1837147057],[-15.8011183796,13.3488346364],[-15.3122989268,13.3518131847],[-15.0915167296,13.6000369387],[-14.3636199923,13.2352318763],[-13.8020771616,13.4005475507],[-13.9409135782,13.5663597904],[-14.3413078294,13.4510474613],[-15.0454127619,13.8162075212],[-15.6685134338,13.6006058786],[-16.561059654,13.6000709987],[-16.4113994433,13.3270627107],[-15.5673882392,13.5173511797],[-16.3654460482,13.2677247703],[-16.7214119278,13.4512273149],[-16.7467905999,13.0642071004]]]},"properties":{"fid_1":220,"OBJECTID":353,"ISO2":"GM","NAME":"Gambia","LON":-15.38193482,"LAT":13.45830679,"ISO3":"GMB","Shape_Area":0.921855637950274}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[23.9999999998,19.4999999998],[20.1085701447,21.4908807084],[16.0023921063,23.4382682],[14.9999999998,22.997777],[15.198772495,21.492383373],[15.9945776291,20.3483649937],[15.7474451179,19.9141478304],[15.5056257052,16.9005468962],[14.3842710518,15.7307880108],[13.8631466461,15.0327662284],[13.6948325384,14.5508377426],[13.4781196971,14.4584156633],[13.6345499996,13.7106800003],[14.0833330001,13.0833330003],[14.4661812956,13.0825350463],[14.5535652361,12.7838519358],[14.8344655149,12.6301964303],[15.1124555659,11.7997347664],[15.0706733028,10.8137035754],[15.3085649544,10.3172513227],[15.6885679434,9.999265484],[14.241386364,10.0062404154],[13.9773482153,9.6454849066],[14.4898021627,9.0591071394],[15.1103995943,8.6570315229],[15.5893047059,7.7739633504],[15.4957887983,7.5323417094],[15.973071837,7.4829194061],[16.5942797976,7.8772417253],[16.8489603789,7.5334971728],[17.6717269478,7.9825127344],[18.6149558369,8.0510074801],[19.1212374853,8.6700503543],[18.8635351243,8.8513558579],[18.9920652554,8.9786242167],[20.4357034106,9.1547838346],[21.7113535972,10.2809393919],[21.8348443592,10.8409779608],[22.5278138996,11.0037241004],[22.8755101407,10.9313689401],[22.9810790978,11.2982427706],[22.5622651627,11.6307139823],[22.6326897699,12.0490346311],[22.3851427504,12.4253549341],[22.4574165284,12.6328851946],[22.1968809126,12.7371205588],[21.9464761247,12.6245620509],[21.8205761994,12.8230932319],[22.2899022327,13.3539728437],[22.0730309182,13.7791712656],[22.5371573862,14.1149731084],[22.382511684,14.51789287],[22.7142713979,14.6962407902],[22.672740767,14.8658129568],[23.0019145973,15.2297008492],[22.9281160647,15.5539903419],[23.12510283,15.7201186923],[23.9997334983,15.7131697784],[23.9999999998,19.4999999998]]]},"properties":{"fid_1":221,"OBJECTID":488,"ISO2":"TD","NAME":"Chad","LON":18.66608338,"LAT":15.36204315,"ISO3":"TCD","Shape_Area":107.092856636896}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[22.1552185022,48.4039563763],[21.7275589038,48.3488404273],[21.4401659282,48.5848926946],[20.5464895984,48.5440351064],[19.9556451657,48.1479392972],[19.6308507729,48.2493400837],[19.4659143776,48.0837134866],[18.8408322141,48.0506943201],[18.8482895184,47.817310469],[18.6433687119,47.7587749091],[17.7882286924,47.7415688459],[17.1608070001,48.0066779999],[17.0718821954,47.7071121851],[16.4272241211,47.6688210111],[16.7130205617,47.5366638791],[16.4884711954,47.4020195624],[16.4737263959,47.0273830601],[16.1137949997,46.8690859997],[16.3425450427,46.8452460919],[16.5967051279,46.4758203254],[17.3441466434,45.9441876888],[17.8683160024,45.771074528],[18.4004061727,45.7500756748],[18.8564438603,45.9094211027],[18.9426658417,45.9293785833],[19.1977936909,45.9911471852],[19.4191475772,46.0483480477],[19.4856313003,46.1012940873],[19.4936019656,46.1083995372],[19.5329694302,46.1493674336],[19.5380205894,46.1543823132],[19.5601146208,46.174145649],[19.5731025129,46.1788642191],[19.657457383,46.1878460254],[19.6968218133,46.1879182868],[19.6976818808,46.187766617],[19.7047344371,46.1840355448],[19.7543363629,46.1502863177],[19.8749334483,46.1520249563],[19.9288980249,46.1737065172],[20.025173862,46.168538376],[20.2442435458,46.1248929776],[20.2486784931,46.1241886421],[20.2587120026,46.1236646881],[20.2623419937,46.1250389763],[20.2637740004,46.1261440002],[21.0999784237,46.2626275934],[22.026308484,47.5221861477],[22.8960203733,47.9540516037],[22.1552185022,48.4039563763]]]},"properties":{"fid_1":222,"OBJECTID":368,"ISO2":"HU","NAME":"Hungary","LON":19.4108703,"LAT":47.16454185,"ISO3":"HUN","Shape_Area":11.0318051554539}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[43.1266915396,12.7108546632],[42.3857589907,13.2052497257],[42.2283648389,13.6328741696],[42.2286426188,13.5399322219],[41.6842843378,13.9411355608],[41.1817338857,14.620154358],[40.769585847,14.7184073061],[40.5250265894,15.0198711158],[40.208140555,14.9453892819],[39.8700699889,15.4981941439],[39.8177968213,15.0799362066],[39.712811659,15.0870015711],[39.2349719247,16.0773451382],[38.9148637849,17.4155082812],[38.5644340509,18.0030860903],[38.2598689273,17.5590198441],[37.5207036658,17.3400729204],[37.3950417408,17.0484868432],[37.0037793351,17.0711405983],[36.9151545029,16.2444081531],[36.4510328454,15.0913289541],[36.5603403724,14.257712812],[37.0661414204,14.2642778153],[37.30541315,14.4473775553],[37.5330309951,14.1946118006],[37.9156123871,14.8939113119],[38.4553803449,14.4137409809],[39.1503703769,14.6523998854],[39.2666861902,14.4177152774],[39.5869697796,14.6054534904],[39.9210593591,14.4224788379],[40.1178728862,14.5600443748],[40.9413856739,14.0820780124],[42.4042780002,12.4686390002],[42.7030921914,12.366164603],[43.1266915396,12.7108546632]]],[[[40.1608110452,15.6256969974],[39.9558132747,15.8800767636],[40.0016077452,15.6010793128],[40.4200349476,15.5603805259],[40.3086654612,15.6832784036],[40.1608110452,15.6256969974]]],[[[40.0976518324,15.9721236602],[40.0424992217,16.1132863279],[39.983202026,16.0093894784],[40.0976518324,15.9721236602]]]]},"properties":{"fid_1":223,"OBJECTID":333,"ISO2":"ER","NAME":"Eritrea","LON":38.82405779,"LAT":15.39200296,"ISO3":"ERI","Shape_Area":10.0983151837322}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-170.603593599,-14.255206439],[-170.8459586412,-14.3222897231],[-170.7437627272,-14.3656189469],[-170.603593599,-14.255206439]]]},"properties":{"fid_1":224,"OBJECTID":276,"ISO2":"AS","NAME":"American Samoa","LON":-170.37307587,"LAT":-14.22365391,"ISO3":"ASM","Shape_Area":0.0176778258683868}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-58.6702122041,-51.3370203059],[-58.9618873682,-51.2418716683],[-58.8586664546,-51.3843853894],[-59.1404629104,-51.4652894016],[-58.9229061849,-51.5305776352],[-59.1719502842,-51.5866326617],[-58.9782458609,-51.6750143406],[-58.9833558519,-51.8076470224],[-59.0753396124,-51.6928957246],[-59.603793955,-51.9176907326],[-59.717830666,-52.1253594294],[-59.3617627466,-52.3600912419],[-59.4492521964,-52.1325602453],[-59.0089766916,-52.2566622234],[-59.2675408333,-51.9974717308],[-58.6431191967,-52.1353046182],[-58.5764494614,-52.0107882442],[-58.9500035171,-51.8089764398],[-58.4019255781,-51.922793994],[-58.109295656,-51.7942114658],[-58.2805834089,-51.7497525164],[-57.7141929671,-51.6878627721],[-58.1557458231,-51.5553724],[-57.7654691581,-51.5462969851],[-57.9040413844,-51.3803198818],[-58.3711282578,-51.4901657277],[-58.2158085047,-51.6634973329],[-58.5845992203,-51.447051878],[-58.3446365928,-51.4697329653],[-58.3386367586,-51.3636346016],[-58.6702122041,-51.3370203059]]],[[[-59.6782171981,-51.2773725068],[-59.8220543048,-51.2624536993],[-59.6870002982,-51.3674673898],[-59.7522829246,-51.3265579647],[-60.0384839712,-51.3918848458],[-60.1028392041,-51.5097411483],[-60.647915886,-51.3451231832],[-60.3776532552,-51.4940123763],[-60.4943549577,-51.5687256327],[-60.0148012963,-51.736836294],[-60.643460784,-51.6735162518],[-60.5486192559,-51.8100854181],[-60.1795557021,-51.7619210874],[-60.6249060336,-51.9229788713],[-60.3912273452,-51.9293980989],[-60.5018598227,-52.0232257584],[-60.8361484284,-51.9599527687],[-61.0412638267,-52.0754873751],[-60.6138956671,-52.2602904321],[-60.3000881011,-52.0065486683],[-59.85507827,-51.9663658972],[-59.2006007079,-51.4452775282],[-59.3917581981,-51.341373745],[-59.4528071922,-51.4649656969],[-59.8069004279,-51.4623824501],[-59.885864365,-51.3777939496],[-59.5931031491,-51.428608631],[-59.7062610173,-51.3060863309],[-59.4340027082,-51.3424651299],[-59.6782171981,-51.2773725068]]],[[[-60.874535364,-51.7733687762],[-61.1646151506,-51.8368887179],[-60.9941728431,-51.990190262],[-60.874535364,-51.7733687762]]],[[[-60.165786096,-51.3219700454],[-60.3144734848,-51.2742587347],[-60.1209862189,-51.3700583393],[-60.2747273534,-51.4136012636],[-60.1060422807,-51.4049938568],[-60.0465312694,-51.3392598166],[-60.165786096,-51.3219700454]]]]},"properties":{"fid_1":225,"OBJECTID":341,"ISO2":"FK","NAME":"Falkland Islands (Malvinas)","LON":-59.38891089,"LAT":-51.74458449,"ISO3":"FLK","Shape_Area":1.59235015336134}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[79.7750530239,8.1927547449],[79.7864555353,8.3836281492],[79.6925936989,8.2070317324],[79.8225613127,6.9465226424],[80.179503142,6.0530724642],[80.7147471547,5.9647011589],[81.6954353269,6.490030459],[81.8655805478,7.3255030221],[81.3523443386,8.4924625627],[81.1259089303,8.4958282251],[81.2171278579,8.66151478],[80.812013023,9.290211719],[80.2453554907,9.8273104971],[79.8642375456,9.7620915958],[80.0046014328,9.664891735],[79.8689327244,9.6390056609],[79.8738574982,9.6134166724],[80.1703142641,9.6561871969],[80.3963140867,9.5046074706],[80.0670073222,9.6092597982],[80.185486685,9.4847845223],[80.0541008871,9.3904039462],[80.040927286,9.0190812982],[79.917614212,8.9397505267],[79.8555932783,9.0764583253],[79.6652891377,9.074313685],[79.9267215726,8.9016513822],[79.8130888354,7.9773155954],[79.7750530239,8.1927547449]]]},"properties":{"fid_1":226,"OBJECTID":395,"ISO2":"LK","NAME":"Sri Lanka","LON":80.69935035,"LAT":7.62577531,"ISO3":"LKA","Shape_Area":5.42106198339165}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-25.6451142917,37.8277314147],[-25.8555034736,37.8559955768],[-25.5098774638,37.70503052],[-25.1427767568,37.7641071498],[-25.6451142917,37.8277314147]]],[[[-28.3882003981,38.5595499498],[-28.52211036,38.4534168101],[-28.0310415013,38.4128744622],[-28.3882003981,38.5595499498]]],[[[-27.0844509571,38.6402117593],[-27.0942967061,38.780865792],[-27.3674269701,38.7823586513],[-27.0844509571,38.6402117593]]],[[[-27.8901609392,38.6104308788],[-28.3165135259,38.7580328677],[-27.755471811,38.5461569482],[-27.8901609392,38.6104308788]]],[[[-28.641625087,38.6166223064],[-28.8311341811,38.5938546486],[-28.6386654757,38.525608694],[-28.641625087,38.6166223064]]],[[[-25.0715521352,37.0071289123],[-25.1731781084,36.945593384],[-25.0195455572,36.9277296844],[-25.0715521352,37.0071289123]]]]},"properties":{"fid_1":227,"OBJECTID":446,"ISO2":"PT","NAME":"Portugal","LON":-27.3149563,"LAT":38.35917464,"ISO3":"PRT","Shape_Area":0.249891740313801}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-157.9919481159,-8.9497065054],[-158.0566624292,-8.9708013783],[-157.9089368644,-9.02523064],[-157.9919481159,-8.9497065054]]]},"properties":{"fid_1":228,"OBJECTID":313,"ISO2":"CK","NAME":"Cook Islands","LON":-158.9702038,"LAT":-18.81967797,"ISO3":"COK","Shape_Area":0.0235070075042371}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-60.8866385157,14.0261591271],[-61.0689366432,13.8896128153],[-60.9474992727,13.7057501327],[-60.8866385157,14.0261591271]]]},"properties":{"fid_1":229,"OBJECTID":393,"ISO2":"LC","NAME":"Saint Lucia","LON":-60.96562916,"LAT":13.8776138,"ISO3":"LCA","Shape_Area":0.0459679640718886}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-64.7531049211,17.7784457242],[-64.8899171193,17.6930981968],[-64.5661601952,17.7549863151],[-64.7531049211,17.7784457242]]]},"properties":{"fid_1":230,"OBJECTID":511,"ISO2":"VI","NAME":"United States Virgin Islands","LON":-64.80555278,"LAT":17.99011858,"ISO3":"VIR","Shape_Area":0.0321060796342195}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[34.268839393,31.2205349368],[34.4916992192,31.5952758792],[34.219109,31.3229169997],[34.268839393,31.2205349368]]]},"properties":{"fid_1":231,"OBJECTID":450,"ISO2":"PS","NAME":"West Bank","LON":34.37685025,"LAT":31.40541317,"ISO3":"PSE","Shape_Area":0.0351033077811215}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.8199266473,18.5267927517],[-78.2116313008,18.4591486549],[-78.3660235939,18.2649243587],[-78.053455425,18.205025342],[-77.7390289987,17.8540730578],[-77.4074920909,17.8612557398],[-77.1734434079,17.7037820024],[-77.1343431489,17.8831795592],[-76.9445360249,17.8379276469],[-76.8475458474,17.9896107782],[-76.5971209533,17.8656737789],[-76.1815511138,17.9078232468],[-76.3623673034,18.1651944676],[-76.8929644723,18.3887808129],[-77.8199266473,18.5267927517]]]},"properties":{"fid_1":232,"OBJECTID":377,"ISO2":"JM","NAME":"Jamaica","LON":-77.31203491,"LAT":18.15423903,"ISO3":"JAM","Shape_Area":0.942669979380509}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-5.5132069999,10.4307889998],[-6.1672973041,10.2207055208],[-6.2470759038,10.7393083696],[-6.4276481164,10.5628018499],[-6.6413059067,10.6714135301],[-6.6462420588,10.3671924422],[-6.9357756304,10.3560669588],[-7.0230010043,10.1511022528],[-7.620194335,10.4620789409],[-7.9812023833,10.1714134888],[-8.1163096809,10.0549728559],[-8.1434631192,9.5495264394],[-8.0348797533,9.3959230019],[-7.8499460249,9.4206982613],[-7.9101852398,9.2300110374],[-7.7747172186,9.0998306504],[-7.9533130792,8.8072186274],[-7.6727259768,8.6287576337],[-7.6382461431,8.3782714031],[-8.2341094566,8.466128736],[-8.2420313866,8.2340750208],[-7.9798322059,8.1961988507],[-8.1871267442,7.6054135304],[-8.4709110003,7.5572760004],[-8.2858755532,7.0189694598],[-8.5804831223,6.5032035791],[-7.9113359898,6.2808598153],[-7.7634119644,5.9556188507],[-7.4335471984,5.8400631516],[-7.3776236043,5.3357887343],[-7.6008600307,4.8947515226],[-7.5271971914,4.3623308856],[-5.7792221777,5.0482327736],[-3.9816785041,5.2544944972],[-3.1058380354,5.0912605824],[-2.733128327,5.1343609791],[-2.762980021,5.587879912],[-3.0259918759,5.7088131118],[-3.2549619803,6.6239606368],[-2.8419336717,7.7876457673],[-2.4933156192,8.2053158062],[-2.5979527052,8.8345321621],[-2.7795276456,9.0621115153],[-2.6872029997,9.4916659997],[-2.7814191006,9.4177895579],[-3.0083426547,9.7451587376],[-3.4072805483,9.9299906816],[-3.8952555548,9.9042001092],[-4.3137983452,9.5995417458],[-4.516263954,9.751356839],[-4.68994382,9.6785199623],[-5.1317788526,10.307484357],[-5.3665975621,10.2836051704],[-5.5132069999,10.4307889998]]]},"properties":{"fid_1":233,"OBJECTID":309,"ISO2":"CI","NAME":"Côte d'Ivoire","LON":-5.55432095,"LAT":7.62579746,"ISO3":"CIV","Shape_Area":26.3795856798033}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[31.9752314972,-25.9526171928],[31.3142997363,-25.7444414871],[30.8288642039,-26.415872975],[30.802282917,-26.8205860008],[31.1502080599,-27.2008436328],[31.4992112911,-27.3156722427],[31.9773451127,-27.317469572],[32.0109884591,-26.8127448596],[32.1351810421,-26.8405394731],[32.0866081907,-26.011786674],[31.9752314972,-25.9526171928]]]},"properties":{"fid_1":234,"OBJECTID":483,"ISO2":"SZ","NAME":"Eswatini","LON":31.49635351,"LAT":-26.56563412,"ISO3":"SWZ","Shape_Area":1.576191862782}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.4329801562,-54.4027353824],[3.3741244584,-54.4604014418],[3.4775930768,-54.4510432791],[3.4329801562,-54.4027353824]]]},"properties":{"fid_1":235,"OBJECTID":302,"ISO2":"BV","NAME":"Bouvet Island","LON":3.41046649,"LAT":-54.43248386,"ISO3":"BVT","Shape_Area":0.00708710198575836}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.5883333299,11.7108333297],[2.8327809,12.4077525972],[2.377091394,12.2456597278],[2.4050098594,11.9011985586],[2.0124590724,11.4186171488],[1.4460616151,11.4800010279],[0.9141601396,11.0011171834],[0.7770528378,10.38288846],[1.3525760146,9.9999204477],[1.4042676356,9.3446384689],[1.6222616143,9.0450639792],[1.5860527216,6.6871526506],[1.8078220703,6.2887970599],[1.6368298886,6.2363639748],[2.7093898827,6.3754779051],[2.7796059578,9.0603759128],[3.0878049981,9.1018267631],[3.3300170009,9.7985994528],[3.6032643431,9.9599573036],[3.632667654,10.4187350132],[3.7859971786,10.4069515283],[3.8509017048,10.5998246642],[3.724113637,11.1052438456],[3.4721500218,11.4478785251],[3.5883333299,11.7108333297]]]},"properties":{"fid_1":236,"OBJECTID":285,"ISO2":"BJ","NAME":"Benin","LON":2.33964895,"LAT":9.65705914,"ISO3":"BEN","Shape_Area":9.53509898189656}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[22.3099464718,42.341261374],[22.268654716,42.3454455562],[22.0729036444,42.2994249034],[21.9278156392,42.3335528117],[21.6815696518,42.2560793669],[21.6318679597,42.2531539478],[21.4741941736,42.2794990646],[21.0481268492,42.1681205806],[20.8614324326,42.1000795626],[20.8384461721,42.0917743694],[20.7411631734,41.8789923928],[20.5942860003,41.8773280004],[20.5156447669,41.2317769263],[20.980567,40.8552220001],[21.7828802112,40.9292286592],[22.1892853951,41.161680363],[22.7113920862,41.1399610611],[22.9271735734,41.3384896322],[23.0202787094,41.7498924693],[22.3598056117,42.3117395531],[22.3099464718,42.341261374]]]},"properties":{"fid_1":237,"OBJECTID":409,"ISO2":"MK","NAME":"North Macedonia","LON":21.70130427,"LAT":41.60105979,"ISO3":"MKD","Shape_Area":2.75925933077552}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[19.0221720664,44.8553667416],[18.6040096199,45.0806343857],[18.0130785609,45.1514903149],[17.8515675736,45.0441033612],[16.5326323622,45.2268946608],[16.2905604819,44.9959673699],[16.0101611031,45.2193436417],[15.7739053578,45.1798834453],[15.72995142,44.8229421681],[16.0124817991,44.6532116426],[16.1729585004,44.2098469036],[17.6403244971,43.0894956436],[17.5812103602,42.9383565347],[17.6490649811,42.888852635],[18.4375961538,42.5565023804],[18.6888712283,43.2543082526],[18.9097347853,43.3602263203],[19.0047412482,43.2535875108],[18.9177218866,43.5067792636],[19.2226335,43.5271440003],[19.2427804426,43.5285563469],[19.2778964072,43.5751589653],[19.5007605538,43.578110462],[19.4950445132,43.7321206413],[19.4350613659,43.7794427218],[19.2348630559,44.0010666673],[19.2347078383,44.0062250634],[19.2640683891,44.0089281566],[19.6192601099,44.0265609238],[19.6033562938,44.0621248138],[19.5942620551,44.0706363781],[19.5744937731,44.0697387144],[19.5498383106,44.0723140373],[19.3516192609,44.2267810334],[19.3185089086,44.273076072],[19.1278913821,44.321973477],[19.1063063714,44.3898668542],[19.1093168628,44.3991128606],[19.1544177042,44.5168774592],[19.1611376049,44.5283015058],[19.2561431127,44.6339539866],[19.3069534216,44.7062929842],[19.3572522311,44.8347690696],[19.364179868,44.8522817342],[19.3661232454,44.8581590322],[19.0221720664,44.8553667416]]]},"properties":{"fid_1":238,"OBJECTID":293,"ISO2":"BA","NAME":"Bosnia and Herzegovina","LON":17.78351822,"LAT":44.16867486,"ISO3":"BIH","Shape_Area":5.76092859325368}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[16.9403608113,48.6166935774],[16.6302019622,48.7859270837],[16.0979577604,48.7462460632],[15.0231411766,49.0203398896],[14.6587407651,48.5932767359],[14.3281999832,48.5530968328],[13.8397130601,48.7716595651],[13.7289575383,48.5155858098],[13.4592763749,48.5609432566],[13.3320676528,48.3247690422],[12.7770425508,48.1272061513],[13.0975524474,47.6400732466],[13.0060189882,47.4642695606],[12.7803782271,47.6735921133],[12.2814473619,47.6894755256],[11.0876032642,47.3962525986],[10.4916492469,47.5406151836],[10.1781694047,47.2701712819],[9.8064797047,47.5942790647],[9.561812032,47.5043996431],[9.5308298767,47.2705426371],[9.607041615,47.0607733084],[10.1070840998,46.841569024],[10.3910562521,46.9997755352],[10.4696514996,46.8549089998],[11.0199248097,46.769791938],[11.1663679736,46.9658511921],[12.1698813746,47.0864093026],[12.1445738353,46.9142286228],[12.4417603039,46.6887832978],[13.7140739796,46.5228681739],[14.5548028337,46.3937608634],[14.8825472447,46.6116221551],[15.9080983274,46.7119346406],[16.1137949997,46.8690859997],[16.4737263959,47.0273830601],[16.4884711954,47.4020195624],[16.7130205617,47.5366638791],[16.4272241211,47.6688210111],[17.0718821954,47.7071121851],[17.1608070001,48.0066779999],[16.8414946929,48.356673695],[16.9403608113,48.6166935774]]]},"properties":{"fid_1":239,"OBJECTID":281,"ISO2":"AT","NAME":"Austria","LON":14.13365142,"LAT":47.58902981,"ISO3":"AUT","Shape_Area":10.0195824814681}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[77.9241199998,35.4971180004],[77.3926333151,35.470274518],[76.5778584771,35.864968616],[76.1561283616,35.8668520958],[75.9422935739,36.0709478014],[76.0356132324,36.4046203023],[75.9076955342,36.6316508847],[75.471355603,36.7224921636],[75.3607526853,36.9538624551],[74.5646260004,37.0308519999],[74.0480996386,36.8265232836],[73.6392545184,36.9034606588],[73.8514402912,36.7108049304],[73.0585010204,36.6897751594],[72.5513546181,36.2292783507],[72.5134770423,35.9005795594],[73.7727950217,35.5198827003],[73.724667949,35.2237425929],[74.1147535323,35.1225369818],[73.4008798337,34.4046944104],[73.6672792621,33.0796018719],[74.6314893642,32.7676271648],[74.6905784919,32.4860749792],[75.3329467304,32.3261272159],[75.8231915511,32.4917830032],[75.9129560781,32.9017935908],[76.4903715912,33.171251091],[76.8218805669,33.1473757031],[77.3273505673,32.8304110204],[77.7706010222,32.9796139167],[78.0036883353,32.6188094444],[78.3867781546,32.7441146794],[78.2852661993,32.460258545],[78.4020770004,32.5269780002],[78.7371835782,32.6625584798],[78.9687612623,32.3364815756],[79.367616769,32.6463677898],[79.2740499319,33.127600642],[78.9366049998,33.386916],[78.7331044593,33.5691938613],[78.7371764519,34.0119113591],[79.0428875366,34.327532533],[78.2737285746,34.6292875198],[78.0033754037,35.2403098209],[78.1093255564,35.4715258329],[77.9241199998,35.4971180004]]]},"properties":{"fid_1":240,"OBJECTID":517,"ISO2":"","NAME":"Jammu and Kashmir","LON":75.8152427,"LAT":34.54813948,"ISO3":"xJK","Shape_Area":18.3674458145678}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-149.2570008338,-17.7404262523],[-149.3462998096,-17.5410723688],[-149.6210418088,-17.5616529509],[-149.578987893,-17.7436361476],[-149.1527806853,-17.8764557687],[-149.2570008338,-17.7404262523]]],[[[-140.093016995,-8.8236191983],[-140.2198799737,-8.8240389577],[-140.1702135188,-8.9798665868],[-139.9912497717,-8.941903248],[-140.093016995,-8.8236191983]]],[[[-138.8421234509,-9.7712273658],[-139.1577394861,-9.776328279],[-139.0515304023,-9.8629252408],[-138.8421234509,-9.7712273658]]],[[[-149.8103730871,-17.5909432009],[-149.7691057058,-17.478278019],[-149.9137332752,-17.491571418],[-149.8103730871,-17.5909432009]]]]},"properties":{"fid_1":241,"OBJECTID":452,"ISO2":"PF","NAME":"French Polynesia","LON":-145.41492542,"LAT":-15.02942213,"ISO3":"PYF","Shape_Area":0.285123760313663}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.2362006136,49.2574166879],[-2.2354236317,49.1833107896],[-2.0288766009,49.1673437871],[-2.2362006136,49.2574166879]]]},"properties":{"fid_1":242,"OBJECTID":378,"ISO2":"JE","NAME":"Jersey","LON":-2.1329868,"LAT":49.21221801,"ISO3":"JEY","Shape_Area":0.0164480432975821}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-61.0477001082,14.595836841],[-61.0797759668,14.4666611703],[-60.8415744133,14.4143317536],[-60.8761252152,14.7763582113],[-61.197671129,14.867898535],[-61.0477001082,14.595836841]]]},"properties":{"fid_1":243,"OBJECTID":419,"ISO2":"MQ","NAME":"Martinique","LON":-61.01707064,"LAT":14.6538736,"ISO3":"MTQ","Shape_Area":0.0961200340798804}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[103.8593742986,1.4180903657],[103.6394013267,1.3272451109],[103.8381463943,1.2391590966],[104.0071693783,1.3799161629],[103.8593742986,1.4180903657]]]},"properties":{"fid_1":244,"OBJECTID":462,"ISO2":"SG","NAME":"Singapore","LON":103.81918327,"LAT":1.35980967,"ISO3":"SGP","Shape_Area":0.0501990855768792}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.4521373157,41.900296895],[12.4553902732,41.9069294328],[12.4470648642,41.9028654001],[12.4521373157,41.900296895]]]},"properties":{"fid_1":245,"OBJECTID":507,"ISO2":"VA","NAME":"Holy See","LON":12.4528761,"LAT":41.90344543,"ISO3":"VAT","Shape_Area":0.0000575890134146499}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[92.606756114,21.9712008547],[92.2826967147,23.7058429614],[91.9493158648,23.7305833819],[91.818195573,23.0872928536],[91.6144681083,22.9438807197],[91.4166126078,23.2659350239],[91.3558948592,23.0830308414],[91.1591137301,23.6467855519],[91.3753559283,24.1069989096],[91.5821255459,24.0774054793],[91.7491416863,24.2433907449],[91.9049220101,24.138267079],[91.9253109836,24.3366317819],[92.2321991613,24.5711493382],[92.2329612072,24.9004949768],[92.4843618073,24.9454504293],[92.0596611636,25.1864558216],[90.6916364368,25.1573392298],[89.8361403568,25.2938726337],[89.8724830767,25.9770557022],[89.7443555479,26.1613932664],[89.63559912,26.2290984919],[89.5861583716,25.9966957094],[89.3494424433,26.009930746],[89.090777127,26.3909252969],[88.9473827322,26.4492190263],[89.0628114363,26.2800711976],[88.9586435357,26.2407220927],[88.4107123003,26.6336945124],[88.3321644372,26.4812442819],[88.523683222,26.3603987228],[88.1788849212,26.1360840939],[88.1037710951,25.8313040252],[88.5439617102,25.5085957862],[88.8072904223,25.5171368221],[88.9847317369,25.2704748111],[88.9256207746,25.1716859148],[88.4401529358,25.2084625054],[88.3357588944,24.8743454112],[88.146170141,24.937327222],[88.0096392238,24.6678827332],[88.3339602844,24.3810934248],[88.734159202,24.2800149176],[88.5712576478,23.6602666052],[88.9333355701,23.1728940122],[89.0700809433,22.1978058582],[89.2112176287,22.082782983],[89.4375920396,22.4234020866],[89.5299136989,21.9975758812],[89.5548103244,22.2497505107],[89.620364118,22.36251803],[89.6583511674,22.369353954],[89.7978894571,22.0742371798],[89.8776747586,22.2330726472],[89.9530344738,21.9532479594],[90.017113399,22.1944212587],[90.1794153454,22.1072705592],[90.0464641364,21.86793996],[90.3070209258,21.9832441583],[90.6260691794,22.360668906],[90.4259276688,22.7922898931],[90.6200384094,23.2017572587],[90.4621464964,23.3444731203],[90.616576409,23.3370419467],[90.6656036401,22.9692014089],[91.1284183344,22.4491431351],[91.3631216214,22.782977371],[91.6939777442,22.5134625409],[91.8427686809,22.1183431273],[91.9162080728,22.1838153776],[91.9962189602,22.1437572957],[91.8585208039,22.1258793552],[91.9166256407,21.8583018222],[91.8413588713,21.5335821127],[91.9798706731,21.5071818818],[92.3362468981,20.7531716031],[92.2557380723,21.0519865424],[92.2008458513,21.323653461],[92.3648332433,21.4771298288],[92.6551110488,21.2786824934],[92.606756114,21.9712008547]]],[[[90.6758007047,22.7204261323],[90.5251475886,22.7518826242],[90.6712517603,22.5360624526],[90.6311667023,21.9939395831],[90.8534656348,22.3995519347],[90.6758007047,22.7204261323]]],[[[91.0585481773,22.0806474493],[91.1891580139,22.2500251169],[91.0750851467,22.396853973],[91.0585481773,22.0806474493]]],[[[90.2989762059,21.9519872628],[90.087036117,21.8398918168],[90.2230423033,21.8076918418],[90.2989762059,21.9519872628]]],[[[89.6939274698,22.2142752849],[89.6438610433,22.3648517941],[89.6018568032,22.2177263307],[89.6873237507,22.0677613542],[89.6939274698,22.2142752849]]],[[[90.8869445312,22.4908075654],[90.9921051269,22.5145272977],[90.8476265481,22.5786879191],[90.8869445312,22.4908075654]]]]},"properties":{"fid_1":246,"OBJECTID":289,"ISO2":"BD","NAME":"Bangladesh","LON":90.27140264,"LAT":23.84703297,"ISO3":"BGD","Shape_Area":12.3228316313428}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.6420550004,36.9400830004],[7.85548901,36.8417403073],[7.2117415334,37.0876169566],[7.1793249559,36.927759835],[6.9281306756,36.8815231858],[6.469836714,37.087968471],[5.3632045677,36.6423509177],[4.783214882,36.8920453563],[3.8925592661,36.9220925386],[3.4895696272,36.767867524],[2.9052504316,36.7997824039],[2.5745100506,36.5951707627],[1.1656806283,36.5051217083],[0.2091514577,36.1049552473],[-0.0962369278,35.7920657551],[-0.3872393567,35.9071060519],[-0.628601234,35.711158723],[-1.0380760954,35.6720685256],[-1.2846061606,35.3580464264],[-1.7728016774,35.1215569051],[-2.211802046,35.0851218986],[-1.7433025383,34.7426546792],[-1.8497795121,34.6155906679],[-1.6458340707,34.1072839666],[-1.6684115228,33.2809472537],[-1.3936383971,32.7585514216],[-0.9987027232,32.5172718548],[-1.2284303832,32.337315704],[-1.1544866523,32.1107570381],[-2.9025000374,32.1186634126],[-2.8237361923,31.8010692278],[-3.6672877511,31.631418616],[-3.7846863329,31.287071139],[-3.7699114088,31.1234460173],[-3.5351274266,31.0196137779],[-3.6371739587,30.7000708719],[-4.3234959669,30.5274290772],[-5.2766887992,29.9023795941],[-5.566166934,29.4876341362],[-5.7992935016,29.6140473072],[-7.1499814452,29.5204159707],[-8.6652142651,28.7132829474],[-8.666688102,27.6620365961],[-8.6666670291,27.313221602],[-4.8333330004,24.9999999996],[-1.8060153169,23.0727047186],[1.1521372978,21.1287781393],[1.2503638363,20.737031268],[1.6043575746,20.5931723959],[1.8304655506,20.2835005944],[2.2130248382,20.312472371],[2.375197553,20.0826487893],[3.1987174409,19.8406370296],[3.130340152,19.1219694786],[3.3600800913,18.9657810811],[4.24298382,19.1408947839],[5.9037505093,19.5217833334],[7.4608402459,20.844267177],[11.9984999996,23.5150000001],[11.6087846923,24.2603064881],[10.2537560512,24.604875111],[10.0541326607,24.8407707137],[10.0250344628,25.3361617304],[9.408897084,26.1857972541],[9.9180226486,26.6521323878],[9.7807840548,27.3432835908],[9.9632146921,27.8620091367],[9.9056051489,28.7664253287],[9.782305911,29.4274976986],[9.4161457249,30.0547716457],[9.5515559997,30.2463859996],[9.075244924,32.0854976413],[8.4619862536,32.4420536003],[7.5421490663,33.7900193041],[7.5305844674,34.0652252178],[8.2917193256,34.7411835718],[8.4598606331,35.2244892101],[8.3122303847,35.3128811396],[8.2587122307,35.7620847548],[8.4056307322,36.4065335641],[8.1587856569,36.4843237088],[8.6683034977,36.8169481631],[8.6420550004,36.9400830004]]]},"properties":{"fid_1":247,"OBJECTID":329,"ISO2":"DZ","NAME":"Algeria","LON":2.67769608,"LAT":28.15729829,"ISO3":"DZA","Shape_Area":212.637911890515}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[30.8227699391,69.7896101639],[30.4450399129,69.815658124],[30.3226402021,69.6656144209],[30.1781946833,69.8839602476],[30.1869969876,69.7668018999],[29.6903329689,69.7420254444],[29.7326862304,69.9104633294],[29.3521185373,69.866777645],[29.6463549032,69.9725655744],[28.5639025176,70.1737946667],[30.0140987369,70.0720428253],[31.0597219997,70.2877933471],[30.9583703521,70.4391772613],[29.9853572227,70.5297132213],[30.200370071,70.6757997914],[29.7160143321,70.624305282],[29.7924123416,70.7258090624],[29.3744518846,70.6896977147],[28.9511314297,70.8822094778],[27.8649085384,70.4307778884],[28.3093591296,70.6914206538],[27.6389908526,70.620182778],[28.1396476949,70.7357416598],[27.8011384089,70.7963490994],[28.2413608034,70.7899315688],[28.5490007009,70.9756401747],[27.646363591,71.1329105177],[27.5539981519,70.9586406596],[27.1411689991,70.9746959764],[27.6652488153,70.8012578788],[27.1161250969,70.7475194862],[27.0294060629,70.4816696291],[26.5253577253,70.3733704624],[26.6358614073,70.6806026928],[26.3252005188,70.6527219539],[26.6761016846,70.9670867919],[24.9789313491,70.049338183],[25.0743853614,70.5174002317],[25.9063663237,70.8718203099],[25.5825613381,70.9013264358],[25.3231428531,70.9811531762],[25.2645422281,70.8133874319],[24.6273486131,70.9921040993],[24.6177899556,70.7954075551],[24.3471188024,70.8761340106],[24.2391730522,70.7824862767],[24.6869281042,70.6300173232],[24.2964304038,70.6878066679],[24.3209621969,70.4525116577],[23.8635092912,70.4980222051],[23.2522738454,70.2518847443],[23.4651072884,69.9791516057],[23.0213049591,69.9233949977],[22.9860776107,70.1396813283],[22.2984799223,70.0311345954],[22.9701853797,70.1921142408],[22.3557975753,70.2651044258],[22.5515865021,70.1165623297],[22.2572677386,70.1389873602],[21.9767410419,70.3324804176],[21.2938765133,70.2607311972],[21.469039846,70.0985196074],[22.0648185917,70.1277075729],[21.7750581652,70.0405329604],[22.0717021537,70.0321153861],[22.1357781067,69.7436066432],[21.2402298857,70.0144602527],[21.0332692009,69.7890742444],[21.0574073769,69.962210087],[20.4588141831,69.7620747017],[20.9139304011,69.474462501],[20.4273355193,69.5899137304],[20.270528793,69.3976974486],[19.9247042488,69.2705349804],[20.1563368033,69.4049796819],[20.3442690117,69.9564665542],[19.7729937422,69.6867325593],[20.1403169081,69.585580411],[19.7396724223,69.6071059072],[19.5252368641,69.4050755433],[19.7346732728,69.8046225126],[19.1233629844,69.748074432],[18.9434480738,69.5755679043],[19.2427697703,69.5206215486],[18.9695610729,69.4631168699],[19.3576320481,69.3654576669],[19.410174489,69.2557563421],[19.2434370214,69.2349590449],[19.3378030762,69.3297473449],[19.0339554398,69.3725169871],[18.8228736729,69.5642604324],[18.4393630348,69.5033978821],[18.9945769126,69.2927730373],[18.4958076439,69.2369794663],[18.2392850478,69.4848754012],[18.0330431308,69.1544836766],[17.4713068974,68.9948059653],[17.8090456002,68.7498602591],[17.2403936054,68.7606682692],[17.6786578987,68.6752995367],[16.9770084671,68.7187394023],[16.4698048148,68.5416024228],[17.0374667037,68.4519218764],[17.5470397413,68.5511542572],[17.9116967906,68.4204423357],[17.3032832878,68.4237527906],[17.3341462101,68.1979798192],[17.1802381381,68.3948139417],[16.2759577743,68.3761249882],[16.8173370268,68.1592260492],[16.169117808,68.3282170767],[16.5171336232,68.1916234596],[16.2845132372,68.1190469258],[16.7364659738,68.0886508542],[16.4004271777,68.0929814136],[16.5050031808,67.9664765809],[16.1838389707,68.0262702789],[16.512407372,67.8206723026],[16.2608120283,67.8993951036],[15.9642465236,68.2696455187],[15.80179894,68.1043539479],[15.6202899954,68.193492302],[15.2744504928,68.0591441887],[15.9225751676,68.0373525309],[15.8853700437,67.9422425498],[14.771494219,67.8398420337],[15.0288320973,67.7641070854],[14.772096888,67.6625808497],[15.434740404,67.8160472296],[15.8478764847,67.7116923959],[15.3052874328,67.7404674206],[15.293416085,67.5355479253],[15.8929855801,67.5800201028],[15.1448019954,67.4377276429],[14.9324938131,67.5756631843],[14.3079723652,67.2667949909],[15.1737876432,67.3307017679],[15.454921394,67.1062247772],[14.5024352327,67.241877305],[14.2279854502,66.9998123108],[13.5536524904,66.9537441181],[13.9852246046,66.8044309666],[13.4690008629,66.7433170208],[13.8844296626,66.7303082482],[13.1964022808,66.7261372834],[13.5551570211,66.6508880904],[13.2117826259,66.6797415621],[13.2026996639,66.5601961583],[13.7389378186,66.6081397513],[12.9689997586,66.533878451],[13.0051471179,66.3339117371],[13.5436434668,66.3110446467],[13.0268915838,66.1810772587],[13.3171520243,66.2526702876],[13.6343338053,66.2439192042],[14.1718638056,66.3320514922],[13.5548126203,66.1092468277],[13.5933542231,66.178158375],[13.3493779618,66.2296104311],[12.6774174738,66.071500865],[12.961302544,66.0667134581],[13.188547353,65.8489434367],[12.665827059,65.9224585299],[12.779618818,65.6367904064],[12.5076320312,65.744665799],[12.3617315119,65.6281179606],[12.7680867502,65.465295348],[12.285856433,65.5888266388],[11.9854989108,65.2263417536],[12.438389778,65.3643569947],[12.3063076306,65.2588672732],[12.4948624729,65.1319925206],[12.9505630227,65.3156316462],[12.582882092,65.1306616661],[12.1780735581,65.0482708021],[12.2517369838,65.2038121283],[12.0518387488,65.0801195252],[12.0001462913,65.168747622],[11.3008174774,64.8778569887],[11.6822357061,64.9034443683],[11.2156589354,64.7280286363],[11.9369228579,64.9430049974],[12.151263785,64.9662213243],[11.6700735293,64.859972468],[11.6331097483,64.8171472387],[11.8458957971,64.795611947],[11.362672667,64.5505944336],[11.0334128363,64.6355373731],[11.3992844974,64.4760445102],[11.7586645371,64.594222547],[11.6210224122,64.4792974552],[11.2561221286,64.3595265068],[10.9567661409,64.6111514482],[10.6514659664,64.4516076757],[10.8306617872,64.3723170868],[10.5196972363,64.4428656709],[10.0312263922,64.0981690996],[9.9833760328,63.9287678168],[10.2198716101,63.93013461],[9.5635954074,63.7790929616],[9.6014574987,63.680932802],[10.1211746146,63.7860793431],[9.8100196206,63.6625894112],[10.1104692478,63.4983841053],[10.9444057688,63.742329367],[10.9733591831,63.9066322879],[10.6234613162,63.8189813846],[11.3830126211,64.1103710868],[11.4886225037,64.0085889562],[11.0730019002,63.8657328714],[11.4348125449,63.7742385848],[10.6380233249,63.5512054826],[10.8706808089,63.6029739382],[10.89743495,63.4584289427],[9.8500747303,63.3176941751],[9.7285400297,63.6518023859],[9.1572923568,63.4962958544],[9.3710138677,63.3801159781],[9.1010595416,63.2948948612],[9.0856932161,63.4508872703],[8.6699195659,63.4160172784],[8.6010409904,63.1963144781],[8.9760240851,63.2104021826],[8.1726010368,63.1219954818],[8.6464500934,62.9917319678],[8.4253371841,62.946988221],[8.6887511807,62.821931984],[8.3644505149,62.8865776691],[8.1027397433,63.1213282397],[7.8866587576,63.0206023018],[8.1355091178,62.9455361271],[8.2045317026,62.8250492374],[8.5263851584,62.7354231342],[8.5482906866,62.6701890208],[8.1591073453,62.815488051],[8.0328263998,62.9677101109],[7.7062286703,62.9774272829],[7.4442478692,62.9038460059],[7.0948039999,62.9952669626],[6.9504868486,62.9016459143],[7.2354850834,62.8110731109],[6.9887413626,62.7235038687],[8.1470152661,62.6940790451],[7.5555323426,62.6792156547],[7.4620261396,62.5739856304],[7.7854728596,62.5744684189],[7.4704435511,62.5363875379],[7.0325950737,62.6557224328],[6.2700177614,62.5866903494],[7.4201285034,62.2631951973],[7.0411388939,62.2799485247],[6.9711440377,62.1176351532],[7.2065255699,62.103516227],[6.883112373,62.0914643304],[7.0110244936,62.2915907621],[6.7263730824,62.4554767843],[6.4073506824,62.3657946488],[6.5575216549,62.1096905063],[6.3354678991,62.3804100143],[5.9379719102,62.223953091],[6.268941326,62.0744801524],[5.4925383357,62.2011608016],[5.4937662583,62.0213343546],[5.0979748534,62.1918153653],[5.4039145457,62.0329343976],[5.1637489071,61.9002458707],[5.4483180196,61.9383076546],[5.9305125401,61.9180222731],[5.7377649316,61.8931708573],[6.4394676526,61.8293769903],[6.7761293003,61.8668085949],[6.184687198,61.764572832],[6.0375716361,61.8401531257],[5.4266222439,61.917935565],[5.2030046768,61.8097450157],[5.2166508547,61.7302300289],[5.0055786313,61.7458272292],[4.9889955402,61.6290934533],[5.4531593381,61.5876848181],[5.1772436643,61.5944445777],[5.4408570514,61.4868902169],[5.002053217,61.4291636368],[5.0804580033,61.322738508],[5.5949472064,61.367842953],[4.9867071487,61.2843390223],[5.2315367128,61.1078830518],[6.0728508376,61.2190540343],[6.4756257939,61.1153138324],[6.7521050207,61.4114369947],[6.593609391,61.2127597243],[7.1307317304,61.2473467302],[6.9940197076,61.1095998557],[7.3837831584,61.1828084277],[7.2532488081,61.3053106809],[7.538506008,61.452182924],[7.4732680312,61.18077469],[7.0357209004,61.1076332777],[7.0641298201,60.992303803],[6.8482415537,60.8839189498],[7.0084730378,61.0651206833],[6.6378925571,61.179458391],[6.4094929089,61.0731194001],[5.0310723267,61.0354086927],[5.1008350833,60.8320344979],[5.5872985498,60.8738590237],[5.2845065646,60.7865988533],[5.3957921298,60.6991956169],[5.0148968704,60.812198639],[5.2757615391,60.5446330687],[5.7036662099,60.7452201844],[5.6698528503,60.7150106106],[5.7427387977,60.6879202588],[5.7235000877,60.5138567682],[5.6624794483,60.4604357697],[5.6168687902,60.4308153786],[5.5135209957,60.4253613537],[5.2991498568,60.5248827721],[5.1751941561,60.3634544406],[5.4430272126,60.1378378487],[5.7629943198,60.3918711197],[5.5818643882,60.1665351999],[5.7639735403,59.9836020863],[6.2752127609,60.3949486042],[7.102300467,60.487883566],[6.7613997083,60.4354508712],[6.5726344894,60.1689951623],[6.6680520701,60.4073774678],[6.3698798457,60.3689142202],[6.0799268339,60.194524487],[6.3091432446,60.1299820009],[5.7132521052,59.8625404534],[6.0113757114,59.7552690032],[6.3317797722,59.8466908862],[5.835794926,59.6486854552],[5.5860147703,59.6868932099],[5.4562472683,59.4996573456],[5.515099108,59.7349799812],[5.2229596312,59.5295841546],[5.5278183942,59.2712569968],[5.8777975751,59.3396073042],[5.7023107634,59.4099725769],[5.8847217163,59.4813578228],[6.1916870261,59.4848980823],[5.96245354,59.3532404518],[6.1615208329,59.4292111996],[6.3360152553,59.65046964],[6.2730216688,59.5217070647],[6.6083733173,59.5591875683],[6.0523676862,59.3797029023],[6.2894878391,59.3118133553],[5.8887973674,59.0737246623],[6.076292383,58.9082619576],[6.1089689734,58.9457768881],[6.264689879,59.0123124643],[6.5749971514,59.0459645117],[6.1314361282,58.9479836364],[6.1058994398,58.8871016221],[6.2113332774,58.8433397336],[5.6100511547,58.9756584171],[5.6991052388,58.5344179361],[6.7635655564,58.2258121037],[6.6455790473,58.069138558],[7.0462959276,58.1387561739],[6.8240804962,58.0933635663],[7.0579499659,58.1201128294],[7.0580608928,57.9782754337],[8.2424520861,58.1211709862],[9.2278612854,58.6814117756],[8.9882018239,58.6721953048],[9.2377437078,58.7124891709],[9.0801080071,58.7532360301],[9.7511745177,58.9906638339],[9.5180593813,59.1279573744],[9.9629471753,58.9637555229],[10.3793146154,59.2738702432],[10.4637041498,59.1787275142],[10.2551698682,59.75056076],[10.5658243517,59.5360974307],[10.6715824588,59.9153269586],[10.6710202899,59.3264778157],[11.2076631548,59.0854187357],[11.6516234788,58.9067108564],[11.841300086,59.841000854],[12.4479657852,60.0380536521],[12.6056815427,60.4063830209],[12.2266412366,61.0109950732],[12.5820283036,61.0492957476],[12.8684814786,61.3571410431],[12.1373433598,61.7199190804],[12.1515061541,63.5963209336],[12.9251899408,64.0573622431],[13.9654555752,64.0082934534],[14.1530278012,64.1898522123],[14.1118651782,64.4639392299],[13.6557573678,64.580569448],[14.5038161876,65.3110790361],[14.5189811423,66.1330950551],[15.4827069963,66.2845698944],[15.381298249,66.4983104278],[16.3712038508,67.0521840558],[16.0871466729,67.4330133401],[16.7383488412,67.91135194],[17.2791015594,68.1141453499],[17.8760594764,67.9733732281],[18.1271351397,68.5445886711],[19.9214804356,68.3551233839],[20.3333818001,68.8027025871],[20.0633281637,69.0459973619],[20.5503290003,69.0600900001],[21.0578536547,69.0376062393],[21.287453155,69.3107301406],[22.3706570033,68.7399353132],[23.1432279887,68.6271110116],[23.8750256478,68.8369994914],[24.9229119907,68.6064776734],[25.7705110878,69.0094131686],[25.949228124,69.642191276],[26.4656606766,69.9381320172],[27.9516295904,70.0916972766],[29.3346697642,69.481895681],[28.9300190002,69.0518129997],[30.0393251438,69.4271598611],[30.091074469,69.6592569586],[30.9368895243,69.5603096261],[30.8227699391,69.7896101639]]],[[[15.8973887967,68.8287780359],[15.6341476002,68.957667822],[15.6753463741,68.8195343012],[15.4615790122,68.81790804],[15.459033187,68.6628038337],[15.2020297477,68.5769981126],[15.3172177518,68.4988215463],[14.9982879982,68.2693146366],[16.5166564582,68.569738919],[16.5985580704,68.8004457887],[16.1916065114,68.8686446278],[15.7215100721,68.5359252869],[15.8973887967,68.8287780359]]],[[[17.5661371336,69.5731431954],[17.6474057643,69.4721885428],[17.3086921056,69.5411695654],[16.8594978316,69.3800694513],[17.1810790213,69.3571291876],[16.7802789114,69.0993373629],[17.0419382337,69.0098501779],[17.4846094569,69.2106071567],[18.0043914832,69.1962711899],[18.0631200358,69.4949449608],[17.5661371336,69.5731431954]]],[[[23.389156662,70.829089066],[22.9715117097,70.6661503707],[22.7908268157,70.7690393032],[22.7229900949,70.6398798509],[21.9324788776,70.6454373248],[22.3023743789,70.607212563],[22.0791136942,70.48267969],[22.9260611003,70.5344377449],[23.389156662,70.829089066]]],[[[15.301326492,68.8744777422],[15.0170873489,69.0048870021],[15.1473221377,68.8194111066],[14.452547256,68.787740291],[14.4257171977,68.6123939264],[14.8043537136,68.7175750734],[15.0557589514,68.731396816],[14.8524145287,68.589032386],[15.3757637096,68.6680909867],[15.301326492,68.8744777422]]],[[[18.8474850893,69.6843647019],[19.0503412907,69.7767231703],[18.7018993453,69.8821444246],[18.7489152939,69.6874550431],[18.3648998897,69.7948709397],[18.6131385184,69.691520289],[18.190437655,69.7099757048],[18.0071351538,69.566480658],[18.7446152638,69.5596843023],[18.8474850893,69.6843647019]]],[[[19.4022234937,70.0367920002],[18.811292164,70.0102934347],[19.0793154721,69.791812787],[19.6650513923,69.9777187761],[19.4022234937,70.0367920002]]],[[[23.5288633758,70.4018587958],[23.4675058387,70.6323797244],[22.8110618603,70.4131698606],[23.1656738798,70.2753174202],[23.5288633758,70.4018587958]]],[[[25.7502068134,71.1189685969],[25.2658584597,71.1018628207],[25.255724112,71.0276368754],[25.5503083347,70.933740506],[26.2157905572,71.0329751126],[25.7502068134,71.1189685969]]],[[[15.1675181068,68.4488839728],[14.4279788739,68.3968113558],[14.2034481802,68.1780808953],[15.1675181068,68.4488839728]]],[[[14.1008763082,68.2906116447],[13.5696050614,68.2918030252],[13.4945188256,68.0626423994],[14.1008763082,68.2906116447]]],[[[24.0741706251,70.654638482],[23.6726706286,70.7469177741],[23.7503893132,70.5202892067],[24.0741706251,70.654638482]]],[[[8.9993084412,63.6461706756],[8.3186136314,63.4629869587],[9.1268424409,63.5337123558],[8.9993084412,63.6461706756]]],[[[20.5512002824,70.034433538],[20.7528400959,70.2347769617],[20.4076159949,70.1777242499],[20.5512002824,70.034433538]]],[[[22.9921875786,70.2393229294],[22.7243697826,70.3887018708],[22.3428401963,70.3447723388],[22.9921875786,70.2393229294]]],[[[19.8866206132,70.0500660601],[20.1153641801,70.1046561431],[19.5942080482,70.2866636304],[19.8866206132,70.0500660601]]],[[[5.5661599293,60.4364957152],[5.7043320527,60.5034207546],[5.7322726792,60.6774250626],[5.6702122698,60.693862915],[5.3472902098,60.535797404],[5.5661599293,60.4364957152]]],[[[17.2689795162,68.8003427498],[17.4896410801,68.8777967028],[17.1226272243,68.9284593717],[17.2689795162,68.8003427498]]],[[[8.020317636,63.3267873633],[8.1002788448,63.4719085868],[7.7980203348,63.4129749942],[8.020317636,63.3267873633]]],[[[12.7111552697,66.0146959829],[12.43529403,65.8724978592],[12.9300164412,66.0217939397],[12.7111552697,66.0146959829]]],[[[5.7038725693,60.0029523626],[5.3697766217,59.9892128126],[5.5549092631,59.8944975979],[5.7038725693,60.0029523626]]],[[[5.5204847233,59.8825391948],[5.3080290756,59.9815165503],[5.3966943612,59.7550561237],[5.5204847233,59.8825391948]]],[[[16.8482657687,68.7271874501],[17.1782589911,68.7692809676],[17.0311951016,68.8707691773],[16.8482657687,68.7271874501]]],[[[6.0545992693,62.3258625601],[5.8685347649,62.4130477532],[5.8154738073,62.2537178043],[6.0545992693,62.3258625601]]],[[[14.7632111158,68.4978584821],[14.9910204571,68.5590424554],[14.6349139271,68.5800261956],[14.7632111158,68.4978584821]]],[[[5.140208693,60.2884977512],[4.9857942712,60.4535956881],[5.1030241087,60.1795792808],[5.140208693,60.2884977512]]],[[[5.3136606698,59.7873141041],[5.1530693724,59.8798203707],[5.1833545063,59.5772898392],[5.3136606698,59.7873141041]]],[[[4.9602928542,61.7790681838],[5.1629822162,61.875266083],[4.8997681604,61.8983113372],[4.9602928542,61.7790681838]]]]},"properties":{"fid_1":248,"OBJECTID":432,"ISO2":"NO","NAME":"Norway","LON":14.10080214,"LAT":64.49320217,"ISO3":"NOR","Shape_Area":61.298809414081}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-11.3755777673,12.4153114044],[-12.3174492602,12.3195921703],[-12.8894680082,12.5407374831],[-13.0564776268,12.4760679786],[-13.0760444113,12.6394228342],[-13.7090300004,12.6762199996],[-13.6674194108,12.3153238566],[-13.9580505312,12.1843664589],[-13.7113562498,11.9867349759],[-13.7152383011,11.7071749272],[-14.6711855959,11.4914854397],[-14.9256153851,11.0534123566],[-14.7060002643,10.6351814349],[-14.6182322368,10.6791980743],[-14.6536357714,10.46967281],[-14.5438404188,10.4998225348],[-13.8243264439,9.8451266181],[-13.6825008248,9.9358503079],[-13.757468333,9.7711325423],[-13.5709881079,9.7615755872],[-13.6562811813,9.6051205992],[-13.2612889086,9.1909928424],[-13.3013810001,9.0391479996],[-13.0820540113,9.0490087699],[-12.9506937506,9.2846901883],[-12.7857420093,9.3040620267],[-12.4400969311,9.8798786577],[-11.2098546433,9.9997502501],[-10.6627094307,9.3091535151],[-10.7216135022,9.0777560389],[-10.4647530919,8.6780840638],[-10.7010953411,8.2817738427],[-10.2792293003,8.4846883877],[-9.7666854639,8.550817858],[-9.4830100958,8.3419981387],[-9.3671282297,7.6301148772],[-9.4692998827,7.37826392],[-9.3068155942,7.4326345909],[-9.0736044723,7.2023837179],[-8.8363342927,7.3136448018],[-8.6752420783,7.6974690101],[-8.4709110003,7.5572760004],[-8.1871267442,7.6054135304],[-7.9798322059,8.1961988507],[-8.2420313866,8.2340750208],[-8.2341094566,8.466128736],[-7.6382461431,8.3782714031],[-7.6727259768,8.6287576337],[-7.9533130792,8.8072186274],[-7.7747172186,9.0998306504],[-7.9101852398,9.2300110374],[-7.8499460249,9.4206982613],[-8.0348797533,9.3959230019],[-8.1434631192,9.5495264394],[-8.1163096809,10.0549728559],[-7.9812023833,10.1714134888],[-7.984888529,10.3426510452],[-8.2938412272,10.5844974286],[-8.2803501527,10.9975923239],[-8.4674277777,11.0695331548],[-8.671206001,10.95994188],[-8.3525386758,11.324323761],[-8.8483548641,11.6539742518],[-8.7786334512,11.9716117273],[-9.0457155558,12.4281475197],[-9.3598647688,12.4995891882],[-9.3430031613,12.2542971567],[-9.7080044207,12.0290910658],[-10.3386118614,12.2265479571],[-10.6626239339,11.8986036341],[-10.9306910912,12.2271637184],[-11.3107822497,12.0247971601],[-11.4947805132,12.1863477661],[-11.3755777673,12.4153114044]]],[[[-14.9612056558,10.7723164798],[-14.9569771299,10.9749839549],[-15.085931437,10.8639041942],[-14.9612056558,10.7723164798]]]]},"properties":{"fid_1":249,"OBJECTID":351,"ISO2":"GN","NAME":"Guinea","LON":-10.93750628,"LAT":10.4408169,"ISO3":"GIN","Shape_Area":20.2400407281369}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-171.7839292267,-9.1130864764],[-171.8596126699,-9.1163211264],[-171.8277229143,-9.2287917381],[-171.7839292267,-9.1130864764]]]},"properties":{"fid_1":250,"OBJECTID":492,"ISO2":"TK","NAME":"Tokelau","LON":-171.77266434,"LAT":-9.11629964,"ISO3":"TKL","Shape_Area":0.0133287725847255}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-78.1400846671,25.185824493],[-78.179629719,24.8976238803],[-78.44615461,24.6054526943],[-78.1253877052,24.5150403812],[-78.0257115207,24.2459239687],[-77.7135650601,24.490088968],[-78.0075250588,25.1704182412],[-78.1400846671,25.185824493]]],[[[-77.6369347971,24.2456842319],[-77.9317366638,24.0935161871],[-77.7350824057,23.8658500421],[-77.8362086472,23.7708005458],[-77.614500973,23.7027939179],[-77.5024716263,23.8567241708],[-77.5931751003,24.2088671007],[-77.8076081809,24.0030886521],[-77.6369347971,24.2456842319]]],[[[-73.030069183,21.1594314647],[-73.0181458598,21.3332527067],[-73.1578910647,21.1710713234],[-73.3875541363,21.2308369858],[-73.7157136941,21.0188502419],[-73.6608701633,20.9164381066],[-73.1643944419,20.967779413],[-73.030069183,21.1594314647]]],[[[-77.5429374302,26.8969002548],[-77.9530313454,26.8956559879],[-77.5452369886,26.8871323638],[-77.4017531482,26.566647409],[-77.3639296738,26.7117338188],[-77.365584412,26.5868790892],[-77.136168243,26.5624809362],[-77.2036657143,26.4414802054],[-77.1895803813,26.5653646627],[-77.2998774989,26.5017322114],[-77.2022754209,26.1462651686],[-77.4022050746,26.0184669499],[-77.2066378154,25.8487456082],[-77.0340131564,26.5543076016],[-77.5429374302,26.8969002548]]],[[[-78.5283924338,26.7253534342],[-78.5788840157,26.8143356876],[-78.7562282592,26.5211848593],[-78.9950266091,26.6947657144],[-78.7163182696,26.4910146731],[-78.0039479011,26.656298427],[-77.8190504324,26.5376831749],[-77.907614788,26.7547238686],[-78.5283924338,26.7253534342]]],[[[-75.2776055757,23.6416996546],[-75.1011571469,23.289386974],[-75.2447547713,23.1827786803],[-74.8501901684,22.8546860509],[-75.2776055757,23.6416996546]]],[[[-73.8552126646,22.7186267246],[-74.0448533259,22.6251485373],[-73.8927172592,22.4906546762],[-74.2798497406,22.1866229657],[-73.8703835009,22.4851662567],[-73.8552126646,22.7186267246]]],[[[-76.6832469707,25.484150819],[-76.7341631099,25.5599399551],[-76.8505909023,25.317497581],[-76.6116517627,25.4380342922],[-76.1492756911,25.1178687433],[-76.1629386908,24.8366076099],[-76.3416338051,24.831227413],[-76.1480111112,24.6283368341],[-76.1303012982,25.1457160032],[-76.6832469707,25.484150819]]],[[[-75.6305806808,24.6467683018],[-75.7422712322,24.6745708429],[-75.3952659789,24.2433135759],[-75.5292869262,24.1460858478],[-75.2938892601,24.1357520853],[-75.6305806808,24.6467683018]]],[[[-76.0091902889,23.6818049114],[-75.8597220376,23.4652614582],[-75.4577020361,23.3923446597],[-76.0091902889,23.6818049114]]],[[[-73.0900542684,22.4336944587],[-73.1646787626,22.3679367978],[-72.7346380598,22.3131640976],[-73.0900542684,22.4336944587]]],[[[-74.1391066542,22.7328532647],[-74.3493179916,22.8364156617],[-74.2872878507,22.690088915],[-74.0263011791,22.7176723461],[-74.1391066542,22.7328532647]]],[[[-74.4578210022,24.0021567261],[-74.5020215288,24.1216472982],[-74.5506676857,23.9624612679],[-74.4578210022,24.0021567261]]]]},"properties":{"fid_1":251,"OBJECTID":292,"ISO2":"BS","NAME":"Bahamas","LON":-76.63610718,"LAT":24.27473776,"ISO3":"BHS","Shape_Area":1.21318516587197}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-12.2773519921,-37.1687915809],[-12.2186446554,-37.1056466241],[-12.3141151541,-37.0630289997],[-12.2773519921,-37.1687915809]]]},"properties":{"fid_1":252,"OBJECTID":467,"ISO2":"SH","NAME":"Saint Helena","LON":-12.33924289,"LAT":-37.14377956,"ISO3":"SHN","Shape_Area":0.0118841611828421}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.1519610003,17.8156930992],[-90.9869336463,17.8147958743],[-90.988732981,17.2522058057],[-91.4386271884,17.2455701786],[-90.709062036,16.7157886651],[-90.6196149653,16.479731608],[-90.3897165519,16.4125154033],[-90.4261262272,16.0999461894],[-91.7317714481,16.07267811],[-92.2092886253,15.2626386361],[-92.0601904333,15.0695815546],[-92.2311338134,14.5365504731],[-91.3079266317,13.9512514166],[-90.1346627321,13.7453552458],[-89.5244082496,14.2233494081],[-89.5426966442,14.4154659858],[-89.3559607401,14.420459949],[-89.152353513,14.5846536266],[-89.1544616318,15.0677355801],[-88.2316933903,15.7245560408],[-88.5353973222,15.925967994],[-88.5795284517,15.7591805952],[-88.9417249999,15.8900349998],[-89.227324525,15.8961121748],[-89.1519610003,17.8156930992]]]},"properties":{"fid_1":253,"OBJECTID":359,"ISO2":"GT","NAME":"Guatemala","LON":-90.35705386,"LAT":15.69725208,"ISO3":"GTM","Shape_Area":9.1656502269692}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-1.7859779999,43.3504790003],[-2.3442826389,43.301078475],[-2.7499455432,43.443132941],[-3.1592873913,43.3543790093],[-3.585481459,43.5137974073],[-4.5084710119,43.3831672667],[-5.8311022229,43.6534011012],[-7.0493640896,43.4812889101],[-7.4593249753,43.7287071592],[-7.9141766369,43.745573705],[-8.325505521,43.4009853248],[-8.8389466236,43.3445062698],[-9.286974869,43.0527011591],[-8.9893432981,42.7760414339],[-9.0352720751,42.5217205526],[-8.7406101232,42.6510581957],[-8.9342348872,42.4630076761],[-8.6615472066,42.4190267271],[-8.8508067667,42.2610367996],[-8.6082380793,42.3476746976],[-8.8929722723,42.1107712499],[-8.8009996039,41.9123942973],[-8.2028994392,42.1489153802],[-8.129066316,41.80907973],[-6.5866623438,41.9666395316],[-6.547520904,41.6852027209],[-6.1946540189,41.574281937],[-6.8361296308,41.0273432087],[-6.7859473833,40.3583714053],[-7.0276468858,40.1888423891],[-6.8678266734,40.0075853698],[-7.0141486168,39.6732780779],[-7.5439362079,39.6634021054],[-6.9565442068,39.0308888987],[-7.3241787397,38.4430985016],[-7.0931432541,38.1779082279],[-6.934150265,38.2019483077],[-7.5208711263,37.560737761],[-7.4138926743,37.2136807419],[-6.8728248787,37.1534329816],[-6.4053994906,36.856572038],[-6.168538231,36.9619930692],[-6.4336075054,36.7262865346],[-6.0317191232,36.1843222021],[-5.6070132168,36.01472778],[-5.3532218932,36.1597976692],[-5.3400268558,36.159748077],[-5.1775807516,36.4138472628],[-4.6385158441,36.512998362],[-4.3992887749,36.724227767],[-2.7106510432,36.6909788021],[-2.3561071626,36.8467658169],[-2.126773019,36.7370693511],[-1.6707781724,37.3549094054],[-1.3198375838,37.5590651542],[-0.7134249431,37.6121927363],[-0.8577410278,37.7207789414],[-0.5031660001,38.3302204727],[0.2317032161,38.7361150027],[-0.1380185424,38.9767147927],[-0.3308818721,39.4126012219],[0.0327564216,40.0109470374],[0.8549071851,40.7224583006],[0.7087488734,40.8055479676],[0.9811336686,41.0397049469],[2.1152019163,41.2961953051],[3.1689051264,41.8677856908],[3.1126834169,42.2244777612],[3.3141968361,42.3265912857],[3.174804,42.4353749999],[2.0155617812,42.3499089553],[1.7258020004,42.5044030004],[1.4526027971,42.4371548274],[1.4425659997,42.6036679996],[0.7109156378,42.8609826143],[0.6701265141,42.6900708751],[-0.5668818924,42.7934602974],[-1.4402570288,43.0464414109],[-1.3889465243,43.2577336147],[-1.7859779999,43.3504790003]]],[[[3.2446210666,39.729539952],[3.1644478714,39.958061801],[2.3487090213,39.567300718],[2.5202156341,39.4650715506],[2.6730022444,39.5577244643],[3.0593148966,39.2640688753],[3.4528201313,39.6524910852],[3.2446210666,39.729539952]]],[[[4.112655106,40.0670189746],[3.8224748652,40.0561862908],[3.8129901014,39.9217837621],[4.2720325696,39.8154912446],[4.112655106,40.0670189746]]],[[[1.3627339938,38.8534356609],[1.5948211394,39.0980026059],[1.2887620728,39.0260624243],[1.2186524819,38.8918034473],[1.3627339938,38.8534356609]]]]},"properties":{"fid_1":254,"OBJECTID":336,"ISO2":"ES","NAME":"Spain","LON":-3.49271205,"LAT":40.38715045,"ISO3":"ESP","Shape_Area":52.9074691091262}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.5035918854,49.4940447309],[-2.6732667573,49.4301054092],[-2.5367268621,49.4195124271],[-2.5035918854,49.4940447309]]]},"properties":{"fid_1":255,"OBJECTID":348,"ISO2":"GG","NAME":"Guernsey","LON":-2.51933919,"LAT":49.48459593,"ISO3":"GGY","Shape_Area":0.00970089527986029}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[22.5657383328,49.0879861573],[21.6332261357,49.44558515],[21.1196883901,49.4353382558],[20.9285468143,49.2962934654],[20.4267864131,49.4018127727],[19.8430275094,49.1939535663],[19.4673185737,49.6131154311],[19.1859734156,49.4094653747],[18.8508990003,49.5168969996],[18.1850691367,49.2844405636],[18.0789695823,49.0434677106],[17.7029060223,48.8600221281],[17.1929197382,48.8745396321],[16.9403608113,48.6166935774],[16.8414946929,48.356673695],[17.1608070001,48.0066779999],[17.7882286924,47.7415688459],[18.6433687119,47.7587749091],[18.8482895184,47.817310469],[18.8408322141,48.0506943201],[19.4659143776,48.0837134866],[19.6308507729,48.2493400837],[19.9556451657,48.1479392972],[20.5464895984,48.5440351064],[21.4401659282,48.5848926946],[21.7275589038,48.3488404273],[22.1552185022,48.4039563763],[22.5657383328,49.0879861573]]]},"properties":{"fid_1":256,"OBJECTID":480,"ISO2":"SK","NAME":"Slovakia","LON":19.48386554,"LAT":48.70701477,"ISO3":"SVK","Shape_Area":5.98306200954251}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[73.3712392061,0.2758714372],[73.4881993657,0.3553367752],[73.5063601627,0.3895697279],[73.3712392061,0.2758714372]]]},"properties":{"fid_1":257,"OBJECTID":406,"ISO2":"MV","NAME":"Maldives","LON":73.275754,"LAT":3.09308449,"ISO3":"MDV","Shape_Area":0.0168859206897437}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-37.7033656634,-53.9826504238],[-38.079525449,-54.007923153],[-37.607220871,-54.0429853346],[-37.6530372599,-54.1794634581],[-37.2380789396,-54.1470536938],[-37.4104953732,-54.2693565017],[-36.4560429971,-54.5255417603],[-36.1116274738,-54.8847690997],[-35.8142732736,-54.7879522188],[-36.2941676098,-54.2653573802],[-36.3432919102,-54.3675792559],[-36.4866634657,-54.2342330574],[-36.6703475097,-54.28618189],[-36.4884206736,-54.1932565914],[-36.6333394174,-54.1192401117],[-37.7033656634,-53.9826504238]]]},"properties":{"fid_1":258,"OBJECTID":463,"ISO2":"GS","NAME":"South Georgia and the South Sandwich Islands","LON":-35.83240253,"LAT":-54.70266337,"ISO3":"SGS","Shape_Area":0.543245714273575}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[35.5087361881,4.6200000004],[35.3253248204,5.0221086958],[34.3784600001,4.6200000004],[35.5087361881,4.6200000004]]]},"properties":{"fid_1":259,"OBJECTID":476,"ISO2":"SS","NAME":"South Sudan","LON":35.02445355,"LAT":4.75779331,"ISO3":"SSD","Shape_Area":0.251491412766402}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-82.5638697902,9.5725065701],[-82.6384798638,9.4943946966],[-82.8507868248,9.6159976862],[-82.9338088843,9.4748038174],[-82.9340776026,9.0828721193],[-82.7121755364,8.9268164968],[-82.9180288733,8.7671883607],[-82.8323665482,8.5028165752],[-83.0394960411,8.3193114523],[-82.9004535728,8.040080505],[-82.8348059952,8.2935321664],[-82.208390138,8.3806348214],[-82.1985285699,8.20043627],[-81.7633438107,8.2024831774],[-81.5028616111,7.704932946],[-81.2219618072,7.6070270814],[-81.2197418208,7.8988108647],[-81.0523788118,7.9222426188],[-80.9311836692,7.2432837739],[-80.4531076128,7.2425046697],[-80.3534521793,7.4031764492],[-79.9945024327,7.5084779813],[-80.4829298657,8.2056473808],[-79.8991587933,8.5205188196],[-79.7202179546,8.904378936],[-79.5604996614,8.9060783561],[-79.6954813832,9.1053355382],[-79.863659008,9.0513289291],[-79.8807985582,9.1840769993],[-80.0730194968,9.012097861],[-80.0082069217,9.3221268274],[-81.1416304446,8.7941511112],[-81.515626009,8.7996607591],[-81.8893805246,9.1869942921],[-81.7832356074,8.9466115652],[-82.1081353009,8.9277781706],[-82.254776804,9.0269281114],[-82.1833825604,9.1920321781],[-82.3604173984,9.2092234538],[-82.5638697902,9.5725065701]]],[[[-77.3698043539,8.6754362178],[-78.0504885643,9.2371707794],[-79.0629540364,9.4483476991],[-78.9740127363,9.564602193],[-79.6274503701,9.6182208499],[-80.0047638457,9.3281227694],[-79.811067081,9.3420093486],[-79.8007854468,9.1301228854],[-79.654905289,9.1751076351],[-79.5594047656,8.9552545456],[-79.1700057993,9.0300474172],[-78.9096984864,8.9197025293],[-78.5450594568,8.6376320429],[-78.4212136371,8.3498914856],[-78.2155665417,8.5137933476],[-77.8481684271,8.2021013981],[-78.151291084,8.4151213793],[-78.2672840893,8.1133247746],[-78.4454968513,8.0676687466],[-77.8931718972,7.2213190192],[-77.7392331988,7.6874429264],[-77.5658060612,7.5055193889],[-77.1764043862,7.9792820359],[-77.4480077919,8.4754618948],[-77.3698043539,8.6754362178]]],[[[-81.6597248202,7.3647524652],[-81.7521565754,7.6428823571],[-81.884814752,7.5041021131],[-81.6597248202,7.3647524652]]]]},"properties":{"fid_1":260,"OBJECTID":437,"ISO2":"PA","NAME":"Panama","LON":-80.11012886,"LAT":8.51021594,"ISO3":"PAN","Shape_Area":6.11213586013221}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-69.9473260003,-4.2271099997],[-70.2987315212,-3.817692622],[-70.6902704091,-3.7887408139],[-70.0846179572,-2.6497830179],[-70.6232256582,-2.4772300411],[-70.8665168646,-2.2273666702],[-71.39241645,-2.3660062261],[-71.7315997634,-2.1404312072],[-71.9271825288,-2.3806473122],[-72.9179270739,-2.4451860266],[-73.1641244934,-2.2390346543],[-73.2030200783,-1.7634184443],[-73.5380137741,-1.7005998092],[-73.4580985233,-1.5722731363],[-73.6391910548,-1.2685612859],[-74.2712983076,-0.979463916],[-74.3908232671,-0.5456728262],[-74.7818720972,-0.201860579],[-75.2586683428,-0.113575498],[-75.6101958478,-0.1144199021],[-75.2390693212,-0.5285594984],[-75.1974373403,-0.9599877562],[-75.4073069829,-1.0074393122],[-75.5659256427,-1.5554439646],[-76.6322222643,-2.5890085562],[-77.9280185733,-3.058467404],[-78.1537987266,-3.4830842371],[-78.3469646773,-3.3825489339],[-78.6535459604,-4.5836360491],[-78.8563236546,-4.6680685486],[-79.0143754842,-5.0132955311],[-79.2688026474,-4.9638933024],[-79.6289529394,-4.4393198789],[-79.8067632791,-4.4902597702],[-80.1676045193,-4.2896674618],[-80.446509957,-4.4490132252],[-80.3188327447,-4.2046262777],[-80.4810096432,-4.0530410817],[-80.1275942328,-3.8951459337],[-80.2290983298,-3.428387696],[-80.5022093753,-3.5060729114],[-81.2503744717,-4.2727865853],[-81.3261078228,-4.6777620891],[-81.0615737628,-5.0369807662],[-81.1906453172,-5.215307422],[-80.842098992,-5.6499687201],[-80.8502182333,-5.7963591918],[-81.0746112903,-5.790669157],[-81.1424716848,-5.9863812151],[-79.980502565,-6.7460614037],[-79.3598166771,-7.8578354022],[-78.7594488628,-8.6055100488],[-78.1755675389,-10.0948836952],[-77.6705673444,-10.9502261683],[-77.661821835,-11.2967598972],[-77.300089747,-11.522960935],[-77.1411803581,-12.0805407394],[-76.7922802926,-12.3889186449],[-76.2067276048,-13.3991146121],[-76.2595674443,-13.8671567139],[-76.3958805664,-13.9025357761],[-76.1490124326,-14.3481532647],[-75.1582215139,-15.3951138526],[-71.5158659358,-17.2650966742],[-71.3477725541,-17.6953923339],[-70.377839447,-18.3523111067],[-69.8614392619,-18.171161265],[-69.7984386553,-17.6508412858],[-69.4684529998,-17.4983440001],[-69.641457054,-17.2784258761],[-68.796539853,-16.3345348764],[-69.2744504899,-16.1188090608],[-69.4109958269,-15.6226791638],[-69.1201256271,-15.2580260401],[-69.3564827268,-14.809159506],[-68.9848123541,-14.2372771563],[-68.8275789507,-14.2164710197],[-69.0332400783,-13.6473762653],[-68.6523509891,-12.502101517],[-69.5729199997,-10.9461720002],[-70.6204377428,-10.9981662612],[-70.6209206931,-9.8297881552],[-70.4978493929,-9.4242367507],[-71.2288831544,-9.9697329268],[-72.1744998056,-10.0004989939],[-72.3469337931,-9.5013310261],[-73.2016091221,-9.410173586],[-72.946053915,-8.9941303219],[-73.5340367778,-8.353264801],[-73.7701871197,-7.908174567],[-73.6841281432,-7.7774088131],[-73.9513466246,-7.5695155961],[-73.9213869607,-7.3625950642],[-73.6961533461,-7.3122331987],[-73.7949290556,-7.1245279801],[-73.709841337,-6.8438292322],[-73.1343235553,-6.508053361],[-73.2483788318,-6.1212190804],[-72.8374458833,-5.1420749344],[-71.9031368588,-4.513979096],[-70.9434398506,-4.3792113086],[-70.7568284252,-4.156448583],[-70.3229399847,-4.1423162974],[-70.2882757684,-4.2904995271],[-70.0390901293,-4.3752343653],[-69.9473260003,-4.2271099997]]]},"properties":{"fid_1":261,"OBJECTID":439,"ISO2":"PE","NAME":"Peru","LON":-74.35858544,"LAT":-9.17339515,"ISO3":"PER","Shape_Area":106.557949134569}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[23.4379978179,-17.6380729668],[21.4312587801,-18.0254007458],[21.1901112697,-17.935112362],[20.7897910093,-18.0260528371],[20.3220234041,-17.8619068307],[18.9001786001,-17.8179008348],[18.4157183284,-17.3899483748],[13.9587642819,-17.4327582788],[13.4620020006,-17.0104276167],[13.1703274049,-16.9632946708],[12.5642787,-17.2413426004],[12.069583237,-17.151342532],[11.7543132421,-17.2526468501],[11.7334570483,-17.8111356802],[12.0273469368,-18.4842972127],[12.6071590766,-19.1567160942],[13.4163612386,-20.8702359076],[14.4296602383,-22.3533798377],[14.5447739378,-22.806165146],[14.4090996301,-22.990030273],[14.4573719802,-24.0678003446],[14.8762671727,-25.0873821736],[14.9499757686,-26.317667504],[15.1211766632,-26.4529885822],[15.0912093047,-26.7400440737],[15.548885513,-27.7596502303],[16.4524058444,-28.6322158672],[16.7369448934,-28.4944989096],[16.8863534324,-28.0884523123],[17.0778228614,-28.0338929619],[17.3781697689,-28.2899991081],[17.4634100629,-28.700753659],[18.1886492748,-28.917037574],[18.7175763919,-28.8374840297],[19.1572651889,-28.9619165833],[19.5644698459,-28.5286058619],[19.9979212743,-28.4277157266],[19.9993179997,-24.7623310002],[19.9996406306,-22.0015979757],[20.9990451497,-21.9972479639],[21.0916459198,-18.3193527964],[23.2958490922,-18.0001520231],[23.6332933596,-18.4892855552],[24.3689394291,-17.9486738858],[24.5748906771,-18.0727942586],[24.8252813502,-17.8484289008],[25.261434691,-17.7922441741],[25.2628044322,-17.7913879872],[24.8813731552,-17.527784265],[24.3940468,-17.4698852822],[23.4379978179,-17.6380729668]]]},"properties":{"fid_1":262,"OBJECTID":425,"ISO2":"NA","NAME":"Namibia","LON":17.21977662,"LAT":-22.13826207,"ISO3":"NAM","Shape_Area":72.2699203767494}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[28.64917476,-28.5720376659],[27.755181716,-28.909068015],[27.4220025238,-29.4064323358],[27.0253054827,-29.6604465932],[27.7840843779,-30.6174514791],[28.105737803,-30.6739033691],[28.3659628063,-30.1683862191],[29.1671457307,-29.9175216393],[29.1586131034,-29.7023918512],[29.4479908036,-29.3744963406],[29.3136752466,-29.0795505167],[28.64917476,-28.5720376659]]]},"properties":{"fid_1":263,"OBJECTID":396,"ISO2":"LS","NAME":"Lesotho","LON":28.25253056,"LAT":-29.58504707,"ISO3":"LSO","Shape_Area":2.87506563016715}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.2331319709,14.9162593568],[-0.6843335629,15.0821815242],[-1.0731670769,14.7842291893],[-1.9795211199,14.4744306176],[-2.0030433844,14.1886277531],[-2.4755817979,14.2968031856],[-2.8397117131,14.0514937981],[-2.8767613074,13.652232467],[-3.2478871846,13.6853538243],[-3.2548085722,13.3550800611],[-3.4436361321,13.1576504759],[-3.9674852156,13.4878672257],[-4.3401468786,13.1405578694],[-4.2112632492,12.8134789558],[-4.4743329098,12.7188382049],[-4.3652236689,12.5332947811],[-4.4727915069,12.2887925702],[-4.7439906593,12.0003672116],[-5.2562578814,11.8342180823],[-5.1987501,11.4286547034],[-5.488372879,11.080113095],[-5.4030544852,10.8527172296],[-5.5132069999,10.4307889998],[-5.3665975621,10.2836051704],[-5.1317788526,10.307484357],[-4.68994382,9.6785199623],[-4.516263954,9.751356839],[-4.3137983452,9.5995417458],[-3.8952555548,9.9042001092],[-3.4072805483,9.9299906816],[-3.0083426547,9.7451587376],[-2.7814191006,9.4177895579],[-2.6872029997,9.4916659997],[-2.9303688954,10.6025499832],[-2.8329798694,11.0058155808],[-0.5879615857,10.9460071448],[-0.1357127562,11.1384954797],[0.9141601396,11.0011171834],[1.4460616151,11.4800010279],[2.0124590724,11.4186171488],[2.4050098594,11.9011985586],[2.0666461539,12.3533595926],[2.2501867479,12.4239012798],[2.1604529994,12.6869180378],[1.9807893477,12.7364013439],[1.8665171106,12.6066886781],[0.9928795421,13.1036266879],[0.9928156497,13.3738293591],[1.2831458156,13.3550445199],[0.6228384046,13.6974766046],[0.3821645528,14.0498877663],[0.1621446534,14.5335731398],[0.2331319709,14.9162593568]]]},"properties":{"fid_1":264,"OBJECTID":288,"ISO2":"BF","NAME":"Burkina Faso","LON":-1.73263644,"LAT":12.27698309,"ISO3":"BFA","Shape_Area":22.6950652371578}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[50.6032661251,26.2219464921],[50.4548744316,26.2077975591],[50.5726830026,25.7984111442],[50.6032661251,26.2219464921]]]},"properties":{"fid_1":265,"OBJECTID":291,"ISO2":"BH","NAME":"Bahrain","LON":50.56617759,"LAT":26.02646702,"ISO3":"BHR","Shape_Area":0.0611246219887561}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[43.4882944354,-11.854048734],[43.3033798509,-11.3778772241],[43.2400428133,-11.7769629212],[43.4575918191,-11.9376471636],[43.4882944354,-11.854048734]]],[[[44.5188882516,-12.1969421322],[44.466202823,-12.0689641111],[44.2051702581,-12.1706432774],[44.5123601979,-12.3844585579],[44.5188882516,-12.1969421322]]]]},"properties":{"fid_1":266,"OBJECTID":315,"ISO2":"KM","NAME":"Comoros","LON":43.68075845,"LAT":-11.89349441,"ISO3":"COM","Shape_Area":0.138595443196436}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[19.6968218133,46.1879182868],[19.657457383,46.1878460254],[19.5731025129,46.1788642191],[19.5601146208,46.174145649],[19.5380205894,46.1543823132],[19.5329694302,46.1493674336],[19.4936019656,46.1083995372],[19.4856313003,46.1012940873],[19.4191475772,46.0483480477],[19.1977936909,45.9911471852],[18.9426658417,45.9293785833],[18.8564438603,45.9094211027],[18.8654053967,45.8063502626],[18.9335112046,45.6489866508],[18.8938423016,45.5735155186],[18.9876862747,45.485407801],[18.9873371714,45.4607395736],[18.97425858,45.4050630871],[18.970709089,45.3902562092],[19.4151165406,45.2335343482],[19.1379862181,45.1239982837],[18.9903316503,44.9064140299],[19.0331630705,44.8700523396],[19.1819629699,44.93181992],[19.3661232454,44.8581590322],[19.364179868,44.8522817342],[19.3572522311,44.8347690696],[19.3069534216,44.7062929842],[19.2561431127,44.6339539866],[19.1611376049,44.5283015058],[19.1544177042,44.5168774592],[19.1093168628,44.3991128606],[19.1063063714,44.3898668542],[19.1278913821,44.321973477],[19.3185089086,44.273076072],[19.3516192609,44.2267810334],[19.5498383106,44.0723140373],[19.5744937731,44.0697387144],[19.5942620551,44.0706363781],[19.6033562938,44.0621248138],[19.6192601099,44.0265609238],[19.2640683891,44.0089281566],[19.2347078383,44.0062250634],[19.2348630559,44.0010666673],[19.4350613659,43.7794427218],[19.4950445132,43.7321206413],[19.5007605538,43.578110462],[19.2778964072,43.5751589653],[19.2427804426,43.5285563469],[19.2220629036,43.5019898736],[19.6466679861,43.1861901151],[19.8274527966,43.0998384839],[19.8399826019,43.0950194757],[19.9867807489,43.0532396579],[20.3274211233,42.827753421],[20.3264953153,42.8269250851],[20.3375453905,42.8275184596],[20.3442955003,42.8280754098],[20.3647956804,42.8318901099],[20.4012355802,42.8191528301],[20.5086841599,42.8681831396],[20.4609947198,42.9367065396],[20.63362312,43.0159645101],[20.5571632399,43.1848983802],[20.79841614,43.24406815],[21.4324283601,42.8580207798],[21.3743171705,42.7329177897],[21.7930488599,42.6401176498],[21.52051544,42.36101532],[21.5132274601,42.32315445],[21.5284194898,42.3033790597],[21.5523471804,42.3058204699],[21.55791283,42.2926063498],[21.5739955905,42.2758064294],[21.57752037,42.2707595798],[21.5812587699,42.2639160196],[21.5833028569,42.2612685072],[21.6318679597,42.2531539478],[21.6815696518,42.2560793669],[21.9278156392,42.3335528117],[22.0729036444,42.2994249034],[22.268654716,42.3454455562],[22.3099464718,42.341261374],[22.3623667694,42.3167459746],[22.374105889,42.3243594184],[22.5383396098,42.4662780796],[22.4400677868,42.8104243683],[22.461434568,42.8351651917],[22.5410910172,42.8740472797],[22.7443877102,42.8864376397],[22.9785709399,43.1820755],[22.4686890194,43.634991326],[22.358241759,43.8164633768],[22.3590704088,43.8189930177],[22.3599243618,43.821284555],[22.4691274488,44.0111508239],[22.6761430003,44.2154510002],[22.6827005743,44.2452376408],[22.4821921636,44.4905722894],[22.7558999596,44.5351272891],[22.7064232177,44.6022690336],[22.6746850931,44.6154149968],[22.6594452888,44.6180348307],[22.6532087458,44.6171469499],[22.5816794078,44.63210159],[22.5329268782,44.6671287376],[22.460922485,44.7144752896],[22.4328859044,44.7099386541],[22.4305441444,44.7093777542],[22.3349582699,44.6757210187],[22.3313343294,44.6740545264],[22.2223137167,44.5467064912],[22.199263277,44.5109869817],[22.1918067848,44.4979544499],[22.1206452928,44.4795104097],[22.0886612802,44.4986074144],[22.0824684119,44.503181119],[22.0224752938,44.5864552801],[22.0002548807,44.6238491564],[21.9882804697,44.63381525],[21.915183786,44.6463188688],[21.9098905239,44.6471477362],[21.7820729887,44.6597133597],[21.7733154967,44.6613953608],[21.6163588543,44.7140532818],[21.5895118807,44.7584889541],[21.5618235139,44.7677767547],[21.5337266023,44.7727536623],[21.4675145203,44.7759309482],[21.4328596542,44.7745973138],[21.4179689208,44.7742143627],[21.3730835938,44.8676316039],[21.436613348,44.8720080701],[21.4437917591,44.8719220787],[21.4625979042,44.8709437477],[21.4775926838,44.8698463571],[21.4793523341,44.8697775914],[21.4880434157,44.8706529033],[21.5577578471,44.8885416392],[21.5588457642,44.9024226048],[21.558515865,44.9049744041],[21.5569343128,44.9109742609],[21.5532139982,44.921974287],[21.54969522,44.9273028286],[21.5478375516,44.9292094147],[21.5312638044,44.9375301869],[21.4792617301,44.9548315189],[21.4639772286,44.9598528466],[21.4506028376,45.0457547116],[21.4508568942,45.0524894583],[21.5258541772,45.1371330926],[21.5138714376,45.1703611132],[21.4835503766,45.1901160304],[21.4741801154,45.1951559526],[21.4095707773,45.2254767213],[21.4038385507,45.2278701527],[21.3391507467,45.2347669572],[21.3364722338,45.2348759569],[21.3329013308,45.2348999894],[21.283779875,45.2347061244],[21.0205249999,45.3230248463],[20.9551150583,45.3713558412],[20.8383494814,45.4749320743],[20.8331770892,45.4798655634],[20.808807531,45.5165177329],[20.8071579712,45.5216066852],[20.7793126754,45.622552457],[20.7034529957,45.7508915298],[20.7006317621,45.7527060811],[20.6147330169,45.8615431368],[20.4874482391,45.9465280072],[20.4263833279,45.9665880923],[20.3534026784,46.0045486818],[20.263000132,46.1247107984],[20.2623419937,46.1250389763],[20.2587120026,46.1236646881],[20.2486784931,46.1241886421],[20.2442435458,46.1248929776],[20.025173862,46.168538376],[19.9288980249,46.1737065172],[19.8749334483,46.1520249563],[19.7543363629,46.1502863177],[19.7047344371,46.1840355448],[19.6976818808,46.187766617],[19.6968218133,46.1879182868]]]},"properties":{"fid_1":62,"OBJECTID":475,"ISO2":"RS","NAME":"Serbia","LON":20.78922837,"LAT":44.22756494,"ISO3":"SRB","Shape_Area":8.68059336381489}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[21.5833028569,42.2612685072],[21.5812587699,42.2639160196],[21.57752037,42.2707595798],[21.5739955905,42.2758064294],[21.55791283,42.2926063498],[21.5523471804,42.3058204699],[21.5284194898,42.3033790597],[21.5132274601,42.32315445],[21.52051544,42.36101532],[21.7930488599,42.6401176498],[21.3743171705,42.7329177897],[21.4324283601,42.8580207798],[20.79841614,43.24406815],[20.5571632399,43.1848983802],[20.63362312,43.0159645101],[20.4609947198,42.9367065396],[20.5086841599,42.8681831396],[20.4012355802,42.8191528301],[20.3647956804,42.8318901099],[20.3442955003,42.8280754098],[20.3375453905,42.8275184596],[20.3264953153,42.8269250851],[20.2677996734,42.7744091113],[20.2129430593,42.7488661717],[20.0257627219,42.7660322907],[20.08654136,42.5707970971],[20.1449644111,42.518161723],[20.1628140723,42.5079456134],[20.1649348697,42.5063762533],[20.1684631422,42.5023891899],[20.2168056169,42.4386918614],[20.6245312952,41.9717770383],[20.5942860003,41.8773280004],[20.7411631734,41.8789923928],[20.8384461721,42.0917743694],[20.8614324326,42.1000795626],[21.0481268492,42.1681205806],[21.4741941736,42.2794990646],[21.5833028569,42.2612685072]]]},"properties":{"fid_1":62,"OBJECTID":475,"ISO2":"XK","NAME":"Kosovo (as per UNSCR 1244)","LON":20.88310106,"LAT":42.57993281,"ISO3":"XKX","Shape_Area":1.1443140229174}} - ]} \ No newline at end of file diff --git a/src/Components/Header.tsx b/src/Components/Header.tsx deleted file mode 100644 index fa288a8..0000000 --- a/src/Components/Header.tsx +++ /dev/null @@ -1,137 +0,0 @@ -import { Segmented, Popover } from 'antd'; -import styled from 'styled-components'; -import { Info } from 'lucide-react'; -import { PROGRAMMES } from './Constants'; - -const StyledSegmented = styled(Segmented).withConfig({ - shouldForwardProp: prop => !['selectedColor'].includes(prop), -})<{ selectedColor: string }>` - background-color: white !important; - display: flex; - width: 60%; - - .ant-segmented-item { - border-bottom: 0.5rem solid var(--gray-400); - border-radius: 0; - width: 120px; - flex: 1; - color: var(--gray-700); - display: flex; - &:not(:last-child) { - margin-right: 4px; - } - } - - .ant-segmented-item-label { - white-space: normal; - display: flex; - padding: 0 0 8px 0 !important; - } - - .ant-segmented-item-selected { - border-bottom: 0.5rem solid ${({ selectedColor }) => selectedColor}; - box-shadow: none; - font-size: 14px; - } - - .ant-segmented-item-selected:hover { - background-color: white; - } -`; - -interface HeaderProps { - onSegmentChange: (value: string | number) => void; - currentProgramme: { value: string; color: string }; - countPrograms: { [key: string]: number }; -} - -function Header(props: HeaderProps): JSX.Element { - const { onSegmentChange, currentProgramme, countPrograms } = props; - - const options = PROGRAMMES.filter(programme => - ['all', 'public', 'private', 'frameworks', 'biofin'].includes( - programme.value, - ), - ).map(programme => { - // Determine the count to display based on the program value - let countValue = 0; - countValue = countPrograms[programme.value] || 0; - - // Return the label and value for each option - return { - label: ( -
-

{countValue}

-

- {programme.short} -

-
- ), - value: programme.value, - }; - }); - - const tooltipContent = ( -
-

- This dashboard shows UNDP’s work on sustainable finance across the - world. You can filter the information by service or topic. -

-
- ); - - return ( -
-
-

- UNDP’s work on sustainable finance -

- -
-

- About Dashboard -

- -
-
-
- -
- ); -} - -export default Header; diff --git a/src/Components/ProgrammeContext.tsx b/src/Components/ProgrammeContext.tsx deleted file mode 100644 index d42ea37..0000000 --- a/src/Components/ProgrammeContext.tsx +++ /dev/null @@ -1,61 +0,0 @@ -import React, { - createContext, - useContext, - useState, - ReactNode, - useEffect, - useMemo, -} from 'react'; -import { PROGRAMMES } from './Constants'; -import { Programme } from '../Types'; -import { filterProgrammes } from '../Utils/filterProgrammes'; - -interface ProgrammeContextProps { - currentProgramme: Programme; - setCurrentProgramme: (programme: Programme) => void; - selectedCheckboxes: string[]; - setSelectedCheckboxes: (checkboxes: string[]) => void; -} - -const ProgrammeContext = createContext( - undefined, -); - -export function ProgrammeProvider({ children }: { children: ReactNode }) { - const [currentProgramme, setCurrentProgramme] = useState( - PROGRAMMES[0], - ); - const [selectedCheckboxes, setSelectedCheckboxes] = useState( - filterProgrammes(PROGRAMMES[0].value).map(prog => prog.value), - ); - - useEffect(() => { - setSelectedCheckboxes( - filterProgrammes(currentProgramme.value).map(prog => prog.value), - ); - }, [currentProgramme]); - - const contextValue = useMemo( - () => ({ - currentProgramme, - setCurrentProgramme, - selectedCheckboxes, - setSelectedCheckboxes, - }), - [currentProgramme, selectedCheckboxes], - ); - - return ( - - {children} - - ); -} - -export const useProgramme = () => { - const context = useContext(ProgrammeContext); - if (!context) { - throw new Error('useProgramme must be used within a ProgrammeProvider'); - } - return context; -}; diff --git a/src/Components/ProgrammeTree.tsx b/src/Components/ProgrammeTree.tsx deleted file mode 100644 index 5bd8626..0000000 --- a/src/Components/ProgrammeTree.tsx +++ /dev/null @@ -1,194 +0,0 @@ -import React from 'react'; -import { Tree } from 'antd'; -import { DataNode } from 'antd/es/tree'; -import styled from 'styled-components'; - -interface ProgrammeTreeProps { - checkedKeys: any; // Array of checked keys - onCheck: any; // Function to handle check events - currentProgramme: string; // The currently selected programme - baseTreeData: ExtendedDataNode[]; - countsByProgram: { [key: string]: number }; // Counts by program -} - -interface ExtendedDataNode extends DataNode { - data?: { - fullLabel?: string; - }; -} - -const StyledTree = styled(Tree)` - flex-grow: 1; - width: 100%; - height: 100%; - overflow: auto; /* Ensure content is scrollable if it overflows */ - - .ant-tree-checkbox-inner { - border: var(--dark-red) 2px solid !important; - background-color: white !important; - } - - .ant-tree-checkbox-checked .ant-tree-checkbox-inner { - border: black; - } - - .ant-tree-checkbox-inner:hover { - border: black; - background-color: rgba(238, 64, 45, 0.2) !important; - } - - .ant-tree-checkbox-checked .ant-tree-checkbox-inner::after { - border-color: var(--dark-red); - } - - .ant-tree-checkbox-disabled .ant-tree-checkbox-inner { - border-color: #d9d9d9 !important; - } - - .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner:after { - background-color: var(--dark-red); - } - - // Hovered state - .ant-tree-node-content-wrapper:hover { - background-color: transparent !important; - } - .ant-tree-node-content-wrapper-open { - background-color: transparent !important; - } - - // Selected state - .ant-tree-node-selected .ant-tree-node-content-wrapper { - background-color: transparent !important; - } - } - - .ant-tree-treenode { - padding: 4px 0; - border-bottom: 0.07rem solid var(--gray-300); - width: 100% !important; - - &:last-child { - border-bottom: none; - } - - .ant-tree-title { - width: 100% !important; - } - - .ant-tree-node-content-wrapper { - display: flex; - justify-content: space-between; - align-items: center; - width: 100% !important; - } - } -`; - -const StyledTag = styled.div` - border-radius: 2px; - border: 1px solid var(--gray-400); - background-color: var(--gray-100); - padding: 0px 8px; - margin: 0; - font-size: 12px; - display: flex; - align-items: center; - min-width: 16px; - justify-content: center; -`; - -// Static tree data -function ProgrammeTree({ - checkedKeys, - onCheck, - currentProgramme, - baseTreeData, - countsByProgram, -}: ProgrammeTreeProps) { - // Function to add counts to the tree node titles - const addCountsToTreeData = ( - treeData: ExtendedDataNode[], - ): ExtendedDataNode[] => { - return treeData.map(item => { - const count = countsByProgram[item.key] || 0; - const label = String(item.title); - const fullLabel = item.data?.fullLabel; - - const updatedTitle = ( - - {label} - {count} - - ); - - if (item.children) { - return { - ...item, - title: updatedTitle, - children: addCountsToTreeData(item.children), // Recursively update children - }; - } - - return { - ...item, - title: updatedTitle, - }; - }); - }; - - // Function to get tree data based on the current programme - const getTreeData = () => { - const updatedTreeData = addCountsToTreeData(baseTreeData); - - if (currentProgramme === 'all') { - return updatedTreeData; - } - - return updatedTreeData.map(item => { - if (item.key === 'biofin' || item.key === 'frameworks') { - return { - ...item, - disabled: item.key !== currentProgramme, - }; - } - - if (item.children) { - return { - ...item, - disabled: item.key !== currentProgramme, - children: item.children.map(child => ({ - ...child, - disabled: - currentProgramme !== item.key && currentProgramme !== child.key, - })), - }; - } - - return { - ...item, - disabled: item.key !== currentProgramme, - }; - }); - }; - - return ( - - ); -} - -export default ProgrammeTree; diff --git a/src/Components/TooltipContent.tsx b/src/Components/TooltipContent.tsx deleted file mode 100644 index bda6486..0000000 --- a/src/Components/TooltipContent.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react'; -import CardComponent from './Card'; -import { PROGRAMMES } from './Constants'; -import { Programme } from '../Types'; -import { Country } from '../Utils/countryFilters'; - -interface Props { - data: Country[]; // Assuming data is an array of Country objects - iso: string; // ISO code of the country -} - -export function TooltipContent(props: Props) { - const { data, iso } = props; - - // Find the country object with the matching ISO code - const country = data.find((countryItem: any) => countryItem.iso === iso); - - // If the country is not found, return early - if (!country) { - return ( -
-
- Country not found -
-
- ); - } - - // Generate tags by directly mapping country.programs to PROGRAMMES - const tags: Programme[] = country.programs - .map((progValue: string) => { - const programme = PROGRAMMES.find(p => p.value === progValue); - return programme - ? { - value: programme.value, - short: programme.short, - color: programme.color, - } - : undefined; - }) - .filter((prog): prog is Programme => prog !== undefined); - - // Render the CardComponent with the country name and generated tags - return ; -} diff --git a/src/Components/Typography/FootNote.tsx b/src/Components/Typography/FootNote.tsx deleted file mode 100644 index 39020f1..0000000 --- a/src/Components/Typography/FootNote.tsx +++ /dev/null @@ -1,18 +0,0 @@ -interface Props { - text: string; -} - -export function FootNote(props: Props) { - const { text } = props; - return ( -

- {text} -

- ); -} diff --git a/src/Components/Typography/GraphDescription.tsx b/src/Components/Typography/GraphDescription.tsx deleted file mode 100644 index ed882f4..0000000 --- a/src/Components/Typography/GraphDescription.tsx +++ /dev/null @@ -1,15 +0,0 @@ -interface Props { - text: string; -} - -export function GraphDescription(props: Props) { - const { text } = props; - return ( -

- {text} -

- ); -} diff --git a/src/Components/Typography/GraphTitle.tsx b/src/Components/Typography/GraphTitle.tsx deleted file mode 100644 index 9dc180f..0000000 --- a/src/Components/Typography/GraphTitle.tsx +++ /dev/null @@ -1,8 +0,0 @@ -interface Props { - text: string; -} - -export function GraphTitle(props: Props) { - const { text } = props; - return

{text}

; -} diff --git a/src/Components/Typography/Source.tsx b/src/Components/Typography/Source.tsx deleted file mode 100644 index 6e1bb57..0000000 --- a/src/Components/Typography/Source.tsx +++ /dev/null @@ -1,32 +0,0 @@ -interface SourceProps { - text: string; - link?: string; -} - -export function Source(props: SourceProps) { - const { text, link } = props; - return ( -

- Source:{' '} - {link ? ( - - {text} - - ) : ( - text - )} -

- ); -} diff --git a/src/Types.tsx b/src/Types.tsx deleted file mode 100644 index 1965fee..0000000 --- a/src/Types.tsx +++ /dev/null @@ -1,22 +0,0 @@ -export interface ChoroplethMapDataType { - filtered: any; - x: string; - iso: string; - data?: { - country: string; - all_programmes?: any; - public?: any; - private?: any; - frameworks?: any; - biofin?: any; - [key: string]: any; - }; -} - -export interface Programme { - label: string; - short: string; - value: string; - color: string; - icon?: any; -} diff --git a/src/Utils/checkIfNullOrUndefined.tsx b/src/Utils/checkIfNullOrUndefined.tsx deleted file mode 100644 index 644bb3d..0000000 --- a/src/Utils/checkIfNullOrUndefined.tsx +++ /dev/null @@ -1,5 +0,0 @@ -// eslint-disable-next-line @typescript-eslint/no-explicit-any -export function checkIfNullOrUndefined(value: any) { - if (value === undefined || value === null) return true; - return false; -} diff --git a/src/Utils/constants.tsx b/src/Utils/constants.tsx deleted file mode 100644 index 4603403..0000000 --- a/src/Utils/constants.tsx +++ /dev/null @@ -1,27 +0,0 @@ -export const FIELDS = [ - { - key: 'public_finance_budget', - label: 'Budgeting', - noteKey: 'public_finance_budget_note', - }, - { - key: 'public_finance_tax', - label: 'Taxation', - noteKey: 'public_finance_tax_note', - }, - { - key: 'public_finance_debt', - label: 'Debt', - noteKey: 'public_finance_debt_note', - }, - { - key: 'insurance_and_risk_finance', - label: 'Insurance and Risk', - noteKey: 'public_finance_insurance_note', - }, - { - key: 'private_capital', - label: 'Private Capital', - noteKey: 'public_finance_private_capital_note', - }, -]; diff --git a/src/Utils/countryFilters.tsx b/src/Utils/countryFilters.tsx deleted file mode 100644 index 195f26b..0000000 --- a/src/Utils/countryFilters.tsx +++ /dev/null @@ -1,140 +0,0 @@ -// Country type definition -export interface Country { - name: string; - iso: string; // 3-letter ISO code - programs: string[]; // List of programs - type: string[]; - filtered: boolean; - initialFilter: boolean; -} - -// FilterFunction type -export type FilterFunction = (country: Country) => boolean; - -export interface ProgramCounts { - [program: string]: number; -} - -const belongsToProgramClass = ( - country: Country, - programClass: string[], -): boolean => { - return ( - programClass.length > 0 && - country.programs.filter(p => programClass.includes(p)).length > 0 - ); -}; - -export const countCountriesByPrograms = ( - countries: Country[], - selectedPrograms: string[], -): ProgramCounts => { - const counts: ProgramCounts = {}; - - // Initialize counts for 'public', 'private', and totals - if (!counts.public) counts.public = 0; - if (!counts.private) counts.private = 0; - - // Count occurrences of each program - countries.forEach(country => { - country.programs.forEach(program => { - if (!counts[program]) { - counts[program] = 0; - } - - // Only count the program if it is in the selectedPrograms list - if (selectedPrograms.includes(program)) { - counts[program] += 1; - } - }); - - // Count countries with 'public' or 'private' programs if the country belongs to any selected 'public' or 'private' program - if ( - belongsToProgramClass( - country, - selectedPrograms.filter(p => p.startsWith('public')), - ) - ) { - counts.public += 1; - } - if ( - belongsToProgramClass( - country, - selectedPrograms.filter(p => p.startsWith('private')), - ) - ) { - counts.private += 1; - } - }); - - counts.all = countries.reduce((sum, country) => { - const hasSpecificProgram = country.programs.some(program => - selectedPrograms.includes(program), - ); - - if (hasSpecificProgram) { - // eslint-disable-next-line no-param-reassign - sum += 1; - } - - return sum; - }, 0); - - return counts; -}; - -export const countCountriesByType = (countries: Country[]): ProgramCounts => { - const counts: ProgramCounts = {}; - - countries.forEach(country => { - country.type.forEach(t => { - if (!counts[t]) { - counts[t] = 0; - } - counts[t] += 1; - }); - }); - - return counts; -}; - -export const filterByType = (country: Country, shownType: string): boolean => { - switch (shownType) { - case 'all': - return true; - default: - return country.type.includes(shownType); - } -}; - -export function filterCountries( - countries: Country[], - filters: FilterFunction[], - shownType: string, -): Country[] { - return countries.map(country => { - // Create a shallow copy of the country object to avoid mutating the function parameter - const updatedCountry = { ...country }; - - // Set initialFilter to true if there is at least one program in the programs array - updatedCountry.initialFilter = updatedCountry.programs.length > 0; - - // Set the filtered property based on the current filters - updatedCountry.filtered = - filters.some(filterFunc => filterFunc(updatedCountry)) && - filterByType(updatedCountry, shownType); - - return updatedCountry; - }); -} - -// Filter to include countries that have a specific program -export const programIncludesFilter = (program: string): FilterFunction => { - return (country: Country) => country.programs.includes(program); -}; - -// Filter to include countries that have any program starting with a specific substring -export const programStartsWithFilter = (substring: string): FilterFunction => { - return (country: Country) => - country.programs.some(program => program.startsWith(substring)); -}; diff --git a/src/Utils/filterProgrammes.tsx b/src/Utils/filterProgrammes.tsx deleted file mode 100644 index d6c2e21..0000000 --- a/src/Utils/filterProgrammes.tsx +++ /dev/null @@ -1,33 +0,0 @@ -import { PROGRAMMES } from '../Components/Constants'; - -export const filterProgrammes = (current: string) => { - if (current === 'all') { - return PROGRAMMES.filter(prog => - ['public', 'private', 'frameworks', 'biofin'].includes(prog.value), - ); - } - if (current === 'public') { - return PROGRAMMES.filter(prog => - [ - 'public_tax', - 'public_debt', - 'public_budget', - 'public_insurance', - ].includes(prog.value), - ); - } - if (current === 'private') { - return PROGRAMMES.filter(prog => - ['private_pipelines', 'private_impact', 'private_environment'].includes( - prog.value, - ), - ); - } - if (current === 'frameworks') { - return PROGRAMMES.filter(prog => ['frameworks'].includes(prog.value)); - } - if (current === 'biofin') { - return PROGRAMMES.filter(prog => ['biofin'].includes(prog.value)); - } - return []; -}; diff --git a/src/Utils/generateTags.tsx b/src/Utils/generateTags.tsx deleted file mode 100644 index aff2098..0000000 --- a/src/Utils/generateTags.tsx +++ /dev/null @@ -1,25 +0,0 @@ -import { Programme } from '../Types'; -import { filterProgrammes } from './filterProgrammes'; - -export interface DataItem { - [key: string]: any; -} - -export const generateTags = ( - item: DataItem, - currentProgrammeValue: string, -): Programme[] | null => { - const relevantProgrammes = filterProgrammes(currentProgrammeValue); - - const tags: Programme[] = relevantProgrammes - .filter(prog => item[prog.value] === '1' || item[prog.value] > 0) - .map(prog => ({ - label: prog.label, - value: prog.value, - short: prog.short, - color: prog.color, - icon: prog.icon, - })); - - return tags.length > 0 ? tags : null; -}; diff --git a/src/Utils/getArc.tsx b/src/Utils/getArc.tsx deleted file mode 100644 index 458ac9d..0000000 --- a/src/Utils/getArc.tsx +++ /dev/null @@ -1,38 +0,0 @@ -const polarToCartesian = ( - centerX: number, - centerY: number, - radius: number, - angleInRadians: number, -) => { - return { - x: centerX + radius * Math.cos(angleInRadians), - y: centerY + radius * Math.sin(angleInRadians), - }; -}; - -export const describeArc = ( - x: number, - y: number, - radius: number, - startAngleInRadians: number, - endAngleInRadians: number, -) => { - const start = polarToCartesian(x, y, radius, startAngleInRadians); - const end = polarToCartesian(x, y, radius, endAngleInRadians); - const largeArcFlag = - endAngleInRadians - startAngleInRadians <= 180 ? '0' : '1'; - const d = [ - 'M', - start.x, - start.y, - 'A', - radius, - radius, - 0, - largeArcFlag, - 0, - end.x, - end.y, - ].join(' '); - return d; -}; diff --git a/src/Utils/getEmbedCode.tsx b/src/Utils/getEmbedCode.tsx deleted file mode 100644 index a82818e..0000000 --- a/src/Utils/getEmbedCode.tsx +++ /dev/null @@ -1,44 +0,0 @@ -const ArrToString = (d: string[] | number[]) => { - let stringValTemp = ''; - d.forEach(el => { - stringValTemp += `~${`${el}`.replace(/ /g, '+')}`; - }); - const stringVal = stringValTemp.substring(1); - return stringVal; -}; - -interface ParamsProps { - id: string; - value: string | boolean | number | string[] | number[]; -} - -export function getEmbedLink(link: string, params: ParamsProps[]) { - let queryParams = ''; - params.forEach(d => { - let paramToString = ''; - switch (typeof d.value) { - case 'number': - paramToString = `${d.value}`; - break; - case 'boolean': - paramToString = `${d.value}`; - break; - case 'object': - paramToString = ArrToString(d.value as string[] | number[]); - break; - default: - paramToString = `${d.value}`; - } - queryParams += `&${d.id}=${paramToString - .replace(/ /g, '+') - .replaceAll("'", '_')}`; - }); - return `${link}?${queryParams}`; -} - -export function getIframeCode(link: string, params: ParamsProps[]) { - return ``; -} diff --git a/src/Utils/getPercentile.tsx b/src/Utils/getPercentile.tsx deleted file mode 100644 index 15845d0..0000000 --- a/src/Utils/getPercentile.tsx +++ /dev/null @@ -1,10 +0,0 @@ -export function calculatePercentile(data: number[], percentile: number) { - // Sort the data - const sortedData = data.slice().sort((a, b) => a - b); - - // Calculate the index for the desired percentile - const index = Math.ceil((percentile / 100) * sortedData.length) - 1; - - // Return the value at the calculated index - return sortedData[index]; -} diff --git a/src/Utils/getQueryParamsFromLink.tsx b/src/Utils/getQueryParamsFromLink.tsx deleted file mode 100644 index 9de8d4d..0000000 --- a/src/Utils/getQueryParamsFromLink.tsx +++ /dev/null @@ -1,18 +0,0 @@ -interface ParameterInterface { - param: string; - value: string | string[]; -} - -export function getQueryParamsFromLink() { - const params: ParameterInterface[] = []; - new URL(window.location.search).searchParams.forEach((value, param) => { - params.push({ - param, - value: - value.replaceAll('+', ' ').replaceAll('_', "'").split('~').length > 1 - ? value.replaceAll('+', ' ').replaceAll('_', "'").split('~') - : value.replaceAll('+', ' ').replaceAll('_', "'"), - }); - }); - return params; -} diff --git a/src/Utils/numberFormattingFunction.tsx b/src/Utils/numberFormattingFunction.tsx deleted file mode 100644 index 515be6e..0000000 --- a/src/Utils/numberFormattingFunction.tsx +++ /dev/null @@ -1,5 +0,0 @@ -import { format } from 'd3-format'; - -export function numberFormattingFunction(value: number) { - return Math.abs(value) < 1 ? value : format('~s')(value).replace('G', 'B'); -} diff --git a/src/Utils/removeOutliers.tsx b/src/Utils/removeOutliers.tsx deleted file mode 100644 index 29819cb..0000000 --- a/src/Utils/removeOutliers.tsx +++ /dev/null @@ -1,17 +0,0 @@ -export function removeOutliers(data: number[], outlierThreshold?: number) { - // Calculate the mean and standard deviation - const mean = data.reduce((acc, val) => acc + val, 0) / data.length; - const stdDev = Math.sqrt( - data.reduce((acc, val) => acc + (val - mean) ** 2, 0) / data.length, - ); - - // Set a threshold for outliers (e.g., 2 standard deviations from the mean) - const outlierThresholdWithStdDev = (outlierThreshold || 2) * stdDev; - - // Filter out values beyond the threshold - const filteredData = data.filter( - val => Math.abs(val - mean) <= outlierThresholdWithStdDev, - ); - - return filteredData; -} diff --git a/src/main.tsx b/src/main.tsx index 2d30a69..36936b0 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -2,8 +2,25 @@ import React from 'react'; import ReactDOM from 'react-dom/client'; import App from './App'; -ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render( - - - , -); +const getEl = (embedSelector: string) => { + if (typeof embedSelector === 'string') { + const el = document.querySelector(embedSelector); + if (!el) { + // eslint-disable-next-line no-console + console.error(`No div matching selector "${embedSelector}"`); + return null; + } + return el; + } + return embedSelector; +}; + +const vizApp = getEl('[data-viz-app]'); +if (vizApp) { + const rootEmbed = ReactDOM.createRoot(vizApp); + rootEmbed.render( + + + , + ); +} diff --git a/src/styles.css b/src/styles.css new file mode 100644 index 0000000..a2a84a1 --- /dev/null +++ b/src/styles.css @@ -0,0 +1,158 @@ +.chip { + display: inline-block; + padding: 4px 8px; + border-radius: 4px; + margin: 2px; + font-size: 14px; + text-align: center; + font-family: 'ProximaNova', 'proxima-nova', 'Helvetica Neue', 'Roboto', sans-serif !important; + color: white; +} + +.statCardSliderItem{ + min-height: 200px; /* Consistent minimum height */ + box-sizing: border-box; /* Prevent overflow */ +} + +.statCardSliderItem h3 { + font-size: 4.375rem; + line-height: 1; + text-shadow: none; + -webkit-text-stroke: 2px rgb(0, 0, 0); + color: rgb(247, 247, 247); + letter-spacing: 0.05rem; + margin-top: 0px; + margin-bottom: 1rem; + text-align: left; + font-family: SohneBreit, ProximaNova, proxima-nova, "Helvetica Neue", Roboto, sans-serif; +} + +.chip-sub { + color: black; + background-color: white; +} + +.statCardSliderItem > div { + flex-grow: 1; /* Ensures equal height content */ +} + +.public-chip { + background-color: var(--blue-600); +} + +.public-chip-sub { + background-color: #0468B134; +} + +.private-chip { + background-color: #02A38A; +} + +.private-chip-sub { + background-color: #02a38b34; +} + +.inffs-chip { + background-color: #E78625; +} + + +.academy-chip { + background-color: #757AF0; +} + + +.biofin-chip { + background-color: #E0529E; +} + +.customCard h6 { + margin: 0; +} +.customCard { + padding: 24px; + display: flex; + flex-direction: column; + justify-content: space-between; + height: 100%; +} + +.customTooltip { + padding: 8px!important; +} +.customTooltip .note { + color: var(--gray-500); +} + +.customCardTop { + display: flex; + flex-direction: column; + gap: 8px; +} +.customCard p { + font-size: 16px; + margin-bottom: 2px; +} + +.cta-button { + text-transform: uppercase; + margin-top: 2.5rem; + align-items: center; + background: transparent; + border: none; + cursor: pointer; + display: block; + display: flex; + font-size: 1rem; + font-weight: 700; + letter-spacing: .03em; + line-height: 1; + text-transform: uppercase; + font-family: 'ProximaNova', 'proxima-nova', 'Helvetica Neue', 'Roboto', sans-serif !important; +} + +.cta-button::after { + content: ''; + border-right: 2px solid #ee402d; + border-top: 2px solid #ee402d; + height: 10px; + right: 0; + top: 2px; + transform: rotate(45deg); + margin-left: 4px; + width: 10px; +} + +.undp-viz-modal-content { + padding: .75rem!important; +} + +.undp-viz-modal-content h6 { + margin-bottom: 4px; +} + +.undp-viz-modal-content .chips{ + margin-bottom: 24px; +} +.customCard .chips{ + margin-bottom: 0px; +} + +.modal-table { + width: 100%; + border-collapse: collapse; +} + +.modal-table th, +.modal-table td { + padding: 8px 12px; + border-bottom: 1px solid #ddd; + vertical-align: top; +} + +.modal-table th { + font-weight: bold; + font-size: 14px; + background-color: var(--gray-300); + border-bottom: none; +} \ No newline at end of file