From 764d93a91880d7363d4eded6668723a36951b901 Mon Sep 17 00:00:00 2001 From: Lucas Nandico Date: Tue, 28 May 2024 11:13:53 +0200 Subject: [PATCH 1/9] added correct bounding box for api call, wip: clustering mechanic for many many markers, todo is pinning mechanic Signed-off-by: Lucas Nandico --- frontend/package-lock.json | 580 +----------------- frontend/package.json | 2 + frontend/src/components/MapView/DataFetch.tsx | 16 +- frontend/src/components/MapView/MapView.tsx | 52 +- package.json | 4 + 5 files changed, 80 insertions(+), 574 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 8d3a382d..55627367 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -17,9 +17,11 @@ "@mui/x-data-grid": "^7.4.0", "@phosphor-icons/react": "^2.1.5", "@types/geojson": "^7946.0.14", + "@types/leaflet.markercluster": "^1.5.4", "geojson": "^0.5.0", "leaflet": "^1.9.4", "leaflet-geosearch": "^4.0.0", + "leaflet.markercluster": "^1.5.3", "react": "^18.2.0", "react-dom": "^18.2.0", "react-leaflet": "^4.2.1" @@ -541,358 +543,6 @@ "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz", "integrity": "sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==" }, - "node_modules/@esbuild/aix-ppc64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.20.2.tgz", - "integrity": "sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "aix" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/android-arm": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.20.2.tgz", - "integrity": "sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/android-arm64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.20.2.tgz", - "integrity": "sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/android-x64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.20.2.tgz", - "integrity": "sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/darwin-arm64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.20.2.tgz", - "integrity": "sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/darwin-x64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.20.2.tgz", - "integrity": "sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/freebsd-arm64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.20.2.tgz", - "integrity": "sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/freebsd-x64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.20.2.tgz", - "integrity": "sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-arm": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.20.2.tgz", - "integrity": "sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-arm64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.20.2.tgz", - "integrity": "sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-ia32": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.20.2.tgz", - "integrity": "sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-loong64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.20.2.tgz", - "integrity": "sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==", - "cpu": [ - "loong64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-mips64el": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.20.2.tgz", - "integrity": "sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==", - "cpu": [ - "mips64el" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-ppc64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.20.2.tgz", - "integrity": "sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-riscv64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.20.2.tgz", - "integrity": "sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==", - "cpu": [ - "riscv64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-s390x": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.20.2.tgz", - "integrity": "sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==", - "cpu": [ - "s390x" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-x64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.20.2.tgz", - "integrity": "sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/netbsd-x64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.20.2.tgz", - "integrity": "sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/openbsd-x64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.20.2.tgz", - "integrity": "sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/sunos-x64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.20.2.tgz", - "integrity": "sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/win32-arm64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.20.2.tgz", - "integrity": "sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/win32-ia32": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.20.2.tgz", - "integrity": "sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, "node_modules/@esbuild/win32-x64": { "version": "0.20.2", "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.20.2.tgz", @@ -1529,201 +1179,6 @@ "react-dom": "^18.0.0" } }, - "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.17.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.17.2.tgz", - "integrity": "sha512-NM0jFxY8bB8QLkoKxIQeObCaDlJKewVlIEkuyYKm5An1tdVZ966w2+MPQ2l8LBZLjR+SgyV+nRkTIunzOYBMLQ==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ] - }, - "node_modules/@rollup/rollup-android-arm64": { - "version": "4.17.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.17.2.tgz", - "integrity": "sha512-yeX/Usk7daNIVwkq2uGoq2BYJKZY1JfyLTaHO/jaiSwi/lsf8fTFoQW/n6IdAsx5tx+iotu2zCJwz8MxI6D/Bw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ] - }, - "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.17.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.17.2.tgz", - "integrity": "sha512-kcMLpE6uCwls023+kknm71ug7MZOrtXo+y5p/tsg6jltpDtgQY1Eq5sGfHcQfb+lfuKwhBmEURDga9N0ol4YPw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.17.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.17.2.tgz", - "integrity": "sha512-AtKwD0VEx0zWkL0ZjixEkp5tbNLzX+FCqGG1SvOu993HnSz4qDI6S4kGzubrEJAljpVkhRSlg5bzpV//E6ysTQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.17.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.17.2.tgz", - "integrity": "sha512-3reX2fUHqN7sffBNqmEyMQVj/CKhIHZd4y631duy0hZqI8Qoqf6lTtmAKvJFYa6bhU95B1D0WgzHkmTg33In0A==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm-musleabihf": { - "version": "4.17.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.17.2.tgz", - "integrity": "sha512-uSqpsp91mheRgw96xtyAGP9FW5ChctTFEoXP0r5FAzj/3ZRv3Uxjtc7taRQSaQM/q85KEKjKsZuiZM3GyUivRg==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.17.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.17.2.tgz", - "integrity": "sha512-EMMPHkiCRtE8Wdk3Qhtciq6BndLtstqZIroHiiGzB3C5LDJmIZcSzVtLRbwuXuUft1Cnv+9fxuDtDxz3k3EW2A==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.17.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.17.2.tgz", - "integrity": "sha512-NMPylUUZ1i0z/xJUIx6VUhISZDRT+uTWpBcjdv0/zkp7b/bQDF+NfnfdzuTiB1G6HTodgoFa93hp0O1xl+/UbA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { - "version": "4.17.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.17.2.tgz", - "integrity": "sha512-T19My13y8uYXPw/L/k0JYaX1fJKFT/PWdXiHr8mTbXWxjVF1t+8Xl31DgBBvEKclw+1b00Chg0hxE2O7bTG7GQ==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.17.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.17.2.tgz", - "integrity": "sha512-BOaNfthf3X3fOWAB+IJ9kxTgPmMqPPH5f5k2DcCsRrBIbWnaJCgX2ll77dV1TdSy9SaXTR5iDXRL8n7AnoP5cg==", - "cpu": [ - "riscv64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-s390x-gnu": { - "version": "4.17.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.17.2.tgz", - "integrity": "sha512-W0UP/x7bnn3xN2eYMql2T/+wpASLE5SjObXILTMPUBDB/Fg/FxC+gX4nvCfPBCbNhz51C+HcqQp2qQ4u25ok6g==", - "cpu": [ - "s390x" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.17.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.17.2.tgz", - "integrity": "sha512-Hy7pLwByUOuyaFC6mAr7m+oMC+V7qyifzs/nW2OJfC8H4hbCzOX07Ov0VFk/zP3kBsELWNFi7rJtgbKYsav9QQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.17.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.17.2.tgz", - "integrity": "sha512-h1+yTWeYbRdAyJ/jMiVw0l6fOOm/0D1vNLui9iPuqgRGnXA0u21gAqOyB5iHjlM9MMfNOm9RHCQ7zLIzT0x11Q==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-win32-arm64-msvc": { - "version": "4.17.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.17.2.tgz", - "integrity": "sha512-tmdtXMfKAjy5+IQsVtDiCfqbynAQE/TQRpWdVataHmhMb9DCoJxp9vLcCBjEQWMiUYxO1QprH/HbY9ragCEFLA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rollup/rollup-win32-ia32-msvc": { - "version": "4.17.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.17.2.tgz", - "integrity": "sha512-7II/QCSTAHuE5vdZaQEwJq2ZACkBpQDOmQsE6D6XUbnBHW8IAhm4eTufL6msLJorzrHDFv3CF8oCA/hSIRuZeQ==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ] - }, "node_modules/@rollup/rollup-win32-x64-msvc": { "version": "4.17.2", "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.17.2.tgz", @@ -1793,11 +1248,18 @@ "version": "1.9.12", "resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.9.12.tgz", "integrity": "sha512-BK7XS+NyRI291HIo0HCfE18Lp8oA30H1gpi1tf0mF3TgiCEzanQjOqNZ4x126SXzzi2oNSZhZ5axJp1k0iM6jg==", - "dev": true, "dependencies": { "@types/geojson": "*" } }, + "node_modules/@types/leaflet.markercluster": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/@types/leaflet.markercluster/-/leaflet.markercluster-1.5.4.tgz", + "integrity": "sha512-tfMP8J62+wfsVLDLGh5Zh1JZxijCaBmVsMAX78MkLPwvPitmZZtSin5aWOVRhZrCS+pEOZwNzexbfWXlY+7yjg==", + "dependencies": { + "@types/leaflet": "*" + } + }, "node_modules/@types/parse-json": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", @@ -2828,20 +2290,6 @@ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "dev": true }, - "node_modules/fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, "node_modules/function-bind": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", @@ -3185,6 +2633,14 @@ "leaflet": "^1.6.0" } }, + "node_modules/leaflet.markercluster": { + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/leaflet.markercluster/-/leaflet.markercluster-1.5.3.tgz", + "integrity": "sha512-vPTw/Bndq7eQHjLBVlWpnGeLa3t+3zGiuM7fJwCkiMFq+nmRuG3RI3f7f4N4TDX7T4NpbAXpR2+NTRSEGfCSeA==", + "peerDependencies": { + "leaflet": "^1.3.1" + } + }, "node_modules/levn": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", diff --git a/frontend/package.json b/frontend/package.json index d4563922..74db7ecb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,9 +19,11 @@ "@mui/x-data-grid": "^7.4.0", "@phosphor-icons/react": "^2.1.5", "@types/geojson": "^7946.0.14", + "@types/leaflet.markercluster": "^1.5.4", "geojson": "^0.5.0", "leaflet": "^1.9.4", "leaflet-geosearch": "^4.0.0", + "leaflet.markercluster": "^1.5.3", "react": "^18.2.0", "react-dom": "^18.2.0", "react-leaflet": "^4.2.1" diff --git a/frontend/src/components/MapView/DataFetch.tsx b/frontend/src/components/MapView/DataFetch.tsx index 4cba50cf..03e36784 100644 --- a/frontend/src/components/MapView/DataFetch.tsx +++ b/frontend/src/components/MapView/DataFetch.tsx @@ -12,7 +12,7 @@ const useGeoData = ( id: string, bounds: LatLngBounds, zoom: number, - onUpdate: (data: FeatureCollection) => void + onUpdate?: (data: FeatureCollection) => void ): FeatureCollection | undefined => { const [data, setData] = useState>(); @@ -27,12 +27,14 @@ const useGeoData = ( } try { - // const bottomLat = bounds.getSouth(); - // const bottomLong = bounds.getWest(); - // const topLat = bounds.getNorth(); - // const topLong = bounds.getEast(); - // TO-DO: Fix so it is not hardcoded - const url = `http://localhost:8081/api/v1.0/Dataset/1/data?BottomLat=9&BottomLong=10&TopLat=48&TopLong=49`; + const bottomLat = bounds.getSouthWest().lat; + const bottomLong = bounds.getSouthWest().lng; + const topLat = bounds.getNorthEast().lat; + const topLong = bounds.getNorthEast().lng; + + const url = `http://localhost:8081/api/v1.0/Dataset/1/data?BottomLat=${bottomLat}&BottomLong=${bottomLong}&TopLat=${topLat}&TopLong=${topLong}`; + console.log(url); + const response = await fetch(url); if (!response.ok) { throw new Error("Network response was not ok"); diff --git a/frontend/src/components/MapView/MapView.tsx b/frontend/src/components/MapView/MapView.tsx index 3b33bb56..089e793d 100644 --- a/frontend/src/components/MapView/MapView.tsx +++ b/frontend/src/components/MapView/MapView.tsx @@ -1,9 +1,13 @@ -import { useCallback, useContext, useState } from "react"; +import { useCallback, useContext, useEffect, useState } from "react"; import { MapContainer } from "react-leaflet/MapContainer"; import { Marker } from "react-leaflet/Marker"; import { Popup } from "react-leaflet/Popup"; import { TileLayer } from "react-leaflet/TileLayer"; import "leaflet/dist/leaflet.css"; +import "leaflet.markercluster/dist/MarkerCluster.css"; +import "leaflet.markercluster/dist/MarkerCluster.Default.css"; +import "leaflet.markercluster"; + import "./MapView.css"; import { useMap, useMapEvents } from "react-leaflet/hooks"; import L, { DivIcon, LatLng } from "leaflet"; @@ -14,7 +18,7 @@ import useGeoData from "./DataFetch"; import { GeoJSON, WMSTileLayer } from "react-leaflet"; import { MapContext } from "../../contexts/MapContext"; import { TabProps, TabsContext } from "../../contexts/TabsContext"; -import { FeatureCollection } from "geojson"; +import { FeatureCollection, GeoJsonProperties, Geometry } from "geojson"; import { Dataset } from "../DatasetsList/DatasetsList"; import { createRoot } from "react-dom/client"; import { flushSync } from "react-dom"; @@ -49,13 +53,50 @@ interface MapViewProps { datasetId: string; } +interface TestProps { + id: string; + onUpdate1: (data: FeatureCollection) => void; +} + +const Test: React.FC = ({ id, onUpdate1 }) => { + const map = useMap(); + const { currentMapCache } = useContext(MapContext); + + const geoData = useGeoData( + id, + currentMapCache.mapBounds, + currentMapCache.zoom, + onUpdate1 + ); + + useEffect(() => { + if (!geoData) return; + + const geojsonLayer = L.geoJson(geoData, { + pointToLayer: function (_feature, latlng) { + return L.marker(latlng, { icon: divIconMarker }); + }, + }); + const markerClusterGroup = L.markerClusterGroup(); + + markerClusterGroup.addLayer(geojsonLayer); + map.addLayer(markerClusterGroup); + + return () => { + map.removeLayer(markerClusterGroup); + }; + }, [map, geoData]); + + return null; +}; + const MapView: React.FC = ({ datasetId }) => { const { currentTabsCache, setCurrentTabsCache } = useContext(TabsContext); const { currentMapCache, setCurrentMapCache } = useContext(MapContext); const [showSatellite, setShowSatellite] = useState(false); const toggleShowSatellite = () => { - setShowSatellite((prevShowSatellite) => !prevShowSatellite); + setShowSatellite((prevShowSatellite: boolean) => !prevShowSatellite); }; const updateDatasetData = useCallback( @@ -168,7 +209,7 @@ const MapView: React.FC = ({ datasetId }) => { zoom={currentMapCache.zoom} className="map" > - {pinnedFeatureCollections.map((dataset: Dataset, index: number) => ( + {/*{pinnedFeatureCollections.map((dataset: Dataset, index: number) => ( = ({ datasetId }) => { else return L.marker(latlng); }} /> - )} + )}*/} + diff --git a/package.json b/package.json index a0c51a2a..85bb94b1 100644 --- a/package.json +++ b/package.json @@ -14,5 +14,9 @@ "deploy": "docker compose up --build -d", "deploy:frontend:dev": "cd frontend/ && npm run dev", "deploy:backend:api": "cd backend/src/BIE.Core/BIE.Core.API/bin/build && BIE.Core.API" + }, + "dependencies": { + "@types/leaflet.markercluster": "^1.5.4", + "leaflet.markercluster": "^1.5.3" } } From 3a437c6028f1ba2d822882ae597813eca4819b19 Mon Sep 17 00:00:00 2001 From: Lucas Nandico Date: Thu, 30 May 2024 16:06:10 +0200 Subject: [PATCH 2/9] unholy merge with current sprint release Signed-off-by: Lucas Nandico --- frontend/package-lock.json | 10 ++- .../components/DatasetsList/DatasetsList.tsx | 5 +- frontend/src/components/MapView/DataFetch.tsx | 70 ++++++++++++++--- .../MapView/MapDatasetVisualizer.tsx | 77 +++++++++++++++++++ frontend/src/components/MapView/MapView.tsx | 52 +++---------- .../src/components/MapView/bayernatlas.json | 1 + 6 files changed, 160 insertions(+), 55 deletions(-) create mode 100644 frontend/src/components/MapView/MapDatasetVisualizer.tsx create mode 100644 frontend/src/components/MapView/bayernatlas.json diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0f8b2864..5ea3c185 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1259,11 +1259,13 @@ "resolved": "https://registry.npmjs.org/@types/leaflet.markercluster/-/leaflet.markercluster-1.5.4.tgz", "integrity": "sha512-tfMP8J62+wfsVLDLGh5Zh1JZxijCaBmVsMAX78MkLPwvPitmZZtSin5aWOVRhZrCS+pEOZwNzexbfWXlY+7yjg==", "dependencies": { - "@types/leaflet": "*"}, + "@types/leaflet": "*" + } + }, "node_modules/@types/node": { - "version": "20.12.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz", - "integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==", + "version": "20.12.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.13.tgz", + "integrity": "sha512-gBGeanV41c1L171rR7wjbMiEpEI/l5XFQdLLfhr/REwpgDy/4U8y89+i8kRiLzDyZdOkXh+cRaTetUnCYutoXA==", "dev": true, "dependencies": { "undici-types": "~5.26.4" diff --git a/frontend/src/components/DatasetsList/DatasetsList.tsx b/frontend/src/components/DatasetsList/DatasetsList.tsx index bd266e30..a86b1bd0 100644 --- a/frontend/src/components/DatasetsList/DatasetsList.tsx +++ b/frontend/src/components/DatasetsList/DatasetsList.tsx @@ -13,7 +13,7 @@ import { TabProps, TabsContext } from "../../contexts/TabsContext"; import "./DatasetsList.css"; import { AlertContext } from "../../contexts/AlertContext"; import { FeatureCollection } from "geojson"; -import L, { Icon as LIcon, DivIcon } from "leaflet"; +import L, { Icon as LIcon, DivIcon, LatLngBounds } from "leaflet"; import { createRoot } from "react-dom/client"; import { flushSync } from "react-dom"; @@ -26,6 +26,7 @@ export type Dataset = { datasetIcon: Icon; markerIcon: LIcon | DivIcon | undefined; data: FeatureCollection; + lastDataRequestBounds: LatLngBounds; }; // Define an empty FeatureCollection @@ -60,6 +61,7 @@ const datasetsData: Dataset[] = [ datasetIcon: ChargingStation, markerIcon: divIconChargingStation, data: emptyFeatureCollection, + lastDataRequestBounds: L.latLngBounds(L.latLng(0, 0), L.latLng(0, 0)), }, { id: "house_footprints", @@ -69,6 +71,7 @@ const datasetsData: Dataset[] = [ datasetIcon: Blueprint, markerIcon: undefined, data: emptyFeatureCollection, + lastDataRequestBounds: L.latLngBounds(L.latLng(0, 0), L.latLng(0, 0)), }, ]; diff --git a/frontend/src/components/MapView/DataFetch.tsx b/frontend/src/components/MapView/DataFetch.tsx index eefd7dfe..453c748b 100644 --- a/frontend/src/components/MapView/DataFetch.tsx +++ b/frontend/src/components/MapView/DataFetch.tsx @@ -1,10 +1,11 @@ import { FeatureCollection, Geometry } from "geojson"; import defaultCityLocationData from "./FeatureCollection.json"; -import defaultPolygonData from "./gemeinden_simplify20.json"; +import defaultPolygonData from "./bayernatlas.json"; import { LatLngBounds } from "leaflet"; import { useContext, useEffect, useState } from "react"; -import axios from "axios"; +import { TabsContext } from "../../contexts/TabsContext"; import { AlertContext } from "../../contexts/AlertContext"; +import axios from "axios"; const geojsonCities: FeatureCollection = defaultCityLocationData as FeatureCollection; const geojsonGemeindenPolygons: FeatureCollection = @@ -33,7 +34,8 @@ const useGeoData = ( id: string, bounds: LatLngBounds, zoom: number, - onUpdate?: (data: FeatureCollection) => void + + onUpdate: (data: FeatureCollection, bounds: LatLngBounds) => void ): FeatureCollection | undefined => { const [data, setData] = useState>(); const { currentAlertCache, setCurrentAlertCache } = useContext(AlertContext); @@ -56,9 +58,24 @@ const useGeoData = ( } }; - useEffect(() => { - // eslint-disable-next-line @typescript-eslint/no-unused-vars - const fetchData = async (_bounds: LatLngBounds): Promise => { + const { currentTabsCache } = useContext(TabsContext); + + const tabProps = currentTabsCache.openedTabs.find( + (tab) => tab.dataset.id === id + ); + + /*useEffect(() => { + if (tabProps && tabProps.dataset.lastDataRequestBounds === bounds) { + console.log("SAME AS LAST TIME"); + return; + } + const fetchData = async (bounds: LatLngBounds) => { + if (id === "house_footprints") { + setData(geojsonGemeindenPolygons as FeatureCollection); + if (onUpdate) onUpdate(geojsonGemeindenPolygons, bounds); + return; + } + try { const bottomLat = bounds.getSouthWest().lat; const bottomLong = bounds.getSouthWest().lng; @@ -74,7 +91,42 @@ const useGeoData = ( } const result = await response.json(); setData(result as FeatureCollection); - onUpdate(result); + if (onUpdate) onUpdate(result, bounds); + } catch (error) { + console.error("Fetching data failed, using local GeoJSON data:", error); + setData(geojsonCities as FeatureCollection); + if (onUpdate) onUpdate(geojsonCities, bounds); + } + }; + + fetchData(bounds); + }, [tabProps, bounds, zoom, id, onUpdate]);*/ + + useEffect(() => { + if (tabProps && tabProps.dataset.lastDataRequestBounds === bounds) { + console.log("SAME AS LAST TIME"); + return; + } + // eslint-disable-next-line @typescript-eslint/no-unused-vars + const fetchData = async (_bounds: LatLngBounds): Promise => { + try { + console.log(getBaseApiUrl()); + // Define the query parameters + const params = { + BottomLat: bounds.getSouthWest().lat, // bottomLat, + BottomLong: bounds.getSouthWest().lng, //bottomLong, + TopLat: bounds.getNorthEast().lat, //topLat, + TopLong: bounds.getNorthEast().lng, //topLong, + ZoomLevel: zoom, + }; + const response = await axios.get>( + getApiUrlForDataset(), + { + params, + } + ); + setData(response.data); + onUpdate(response.data, bounds); } catch (error) { // Display alert setCurrentAlertCache({ @@ -93,11 +145,11 @@ const useGeoData = ( switch (id) { case "charging_stations": setData(geojsonCities as FeatureCollection); - onUpdate(geojsonCities); + onUpdate(geojsonCities, bounds); return; case "house_footprints": setData(geojsonGemeindenPolygons as FeatureCollection); - onUpdate(geojsonGemeindenPolygons); + onUpdate(geojsonGemeindenPolygons, bounds); return; default: return; diff --git a/frontend/src/components/MapView/MapDatasetVisualizer.tsx b/frontend/src/components/MapView/MapDatasetVisualizer.tsx new file mode 100644 index 00000000..11453516 --- /dev/null +++ b/frontend/src/components/MapView/MapDatasetVisualizer.tsx @@ -0,0 +1,77 @@ +import { useMap } from "react-leaflet"; +import { Dataset } from "../DatasetsList/DatasetsList"; +import { useCallback, useContext, useEffect } from "react"; +import { FeatureCollection } from "geojson"; +import { MapContext } from "../../contexts/MapContext"; +import { TabsContext } from "../../contexts/TabsContext"; +import useGeoData from "./DataFetch"; +import L from "leaflet"; +import { LatLngBounds } from "leaflet"; + +interface MapDatasetVisualizerProps { + dataset: Dataset; +} + +const MapDatasetVisualizer: React.FC = ({ + dataset, +}) => { + const map = useMap(); + const { currentMapCache } = useContext(MapContext); + const { setCurrentTabsCache } = useContext(TabsContext); + + const updateDatasetData = useCallback( + (newData: FeatureCollection, bounds: LatLngBounds) => { + setCurrentTabsCache((prevCache) => { + const updatedTabs = prevCache.openedTabs.map((tab) => { + if (tab.dataset.id === dataset.id) { + return { + ...tab, + dataset: { + ...tab.dataset, + lastDataRequestBounds: bounds, + data: newData, + }, + }; + } + return tab; + }); + + return { + ...prevCache, + openedTabs: updatedTabs, + }; + }); + }, + [dataset.id, setCurrentTabsCache] + ); + const geoData = useGeoData( + dataset.id, + currentMapCache.mapBounds, + currentMapCache.zoom, + updateDatasetData + ); + + useEffect(() => { + if (!geoData) return; + + // todo: if type is marker do this, dont do this with areas + const geojsonLayer = L.geoJson(geoData, { + pointToLayer: function (_feature, latlng) { + return L.marker(latlng, { icon: dataset.markerIcon }); + }, + style: { fillOpacity: 0.1 }, + }); + const markerClusterGroup = L.markerClusterGroup(); + + markerClusterGroup.addLayer(geojsonLayer); + map.addLayer(markerClusterGroup); + + return () => { + map.removeLayer(markerClusterGroup); + }; + }, [dataset.markerIcon, map, geoData]); + + return null; +}; + +export default MapDatasetVisualizer; diff --git a/frontend/src/components/MapView/MapView.tsx b/frontend/src/components/MapView/MapView.tsx index a7938ad7..992edc0f 100644 --- a/frontend/src/components/MapView/MapView.tsx +++ b/frontend/src/components/MapView/MapView.tsx @@ -10,19 +10,20 @@ import "leaflet.markercluster"; import "./MapView.css"; import { useMap, useMapEvents } from "react-leaflet/hooks"; -import L, { DivIcon, LatLng } from "leaflet"; +import L, { DivIcon } from "leaflet"; import icon from "leaflet/dist/images/marker-icon.png"; import iconShadow from "leaflet/dist/images/marker-shadow.png"; import MapOptions from "./MapOptions"; import useGeoData from "./DataFetch"; -import { GeoJSON, WMSTileLayer } from "react-leaflet"; +import { WMSTileLayer } from "react-leaflet"; import { MapContext } from "../../contexts/MapContext"; import { TabProps, TabsContext } from "../../contexts/TabsContext"; -import { FeatureCollection, GeoJsonProperties, Geometry } from "geojson"; +import { FeatureCollection } from "geojson"; import { Dataset } from "../DatasetsList/DatasetsList"; import { createRoot } from "react-dom/client"; import { flushSync } from "react-dom"; import { MapPin } from "@phosphor-icons/react"; +import MapDatasetVisualizer from "./MapDatasetVisualizer"; const DefaultIcon = L.icon({ iconUrl: icon, @@ -53,43 +54,6 @@ interface MapViewProps { datasetId: string; } -interface TestProps { - id: string; - onUpdate1: (data: FeatureCollection) => void; -} - -const Test: React.FC = ({ id, onUpdate1 }) => { - const map = useMap(); - const { currentMapCache } = useContext(MapContext); - - const geoData = useGeoData( - id, - currentMapCache.mapBounds, - currentMapCache.zoom, - onUpdate1 - ); - - useEffect(() => { - if (!geoData) return; - - const geojsonLayer = L.geoJson(geoData, { - pointToLayer: function (_feature, latlng) { - return L.marker(latlng, { icon: divIconMarker }); - }, - }); - const markerClusterGroup = L.markerClusterGroup(); - - markerClusterGroup.addLayer(geojsonLayer); - map.addLayer(markerClusterGroup); - - return () => { - map.removeLayer(markerClusterGroup); - }; - }, [map, geoData]); - - return null; -}; - const MapView: React.FC = ({ datasetId }) => { const { currentTabsCache, setCurrentTabsCache } = useContext(TabsContext); const [map, setMap] = useState(null); @@ -239,7 +203,13 @@ const MapView: React.FC = ({ datasetId }) => { }} /> )}*/} - + + {pinnedFeatureCollections.map((dataset: Dataset, index: number) => ( + + ))} + {!isCurrentDataPinned && tabProps && ( + + )} diff --git a/frontend/src/components/MapView/bayernatlas.json b/frontend/src/components/MapView/bayernatlas.json new file mode 100644 index 00000000..94888a97 --- /dev/null +++ b/frontend/src/components/MapView/bayernatlas.json @@ -0,0 +1 @@ +{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.082590000000001,49.60055,0],[10.08218,49.602360000000004,0],[10.083559999999999,49.602460000000036,0],[10.08539,49.60253,0],[10.08583,49.60255999999998,0],[10.08637,49.602679999999964,0],[10.08583,49.60529,0],[10.08725,49.60536999999999,0],[10.08679,49.607939999999985,0],[10.09078,49.60764,0],[10.08959,49.61106000000001,0],[10.09089,49.61113999999998,0],[10.09198,49.61130000000003,0],[10.09921,49.61261999999999,0],[10.099120000000001,49.61276000000004,0],[10.097150000000001,49.618060000000014,0],[10.10007,49.61855000000003,0],[10.0999,49.61900000000003,0],[10.10432,49.619519999999966,0],[10.104020000000002,49.620509999999996,0],[10.105060000000002,49.62064000000001,0],[10.11056,49.621579999999966,0],[10.110699999999998,49.62147999999999,0],[10.11098,49.62114,0],[10.11102,49.62082000000001,0],[10.11547,49.62159,0],[10.115829999999999,49.62119999999999,0],[10.116379999999998,49.62131000000002,0],[10.117469999999999,49.62030999999999,0],[10.117639999999998,49.62028999999998,0],[10.11783,49.620209999999986,0],[10.11805,49.61977999999999,0],[10.1249,49.613550000000004,0],[10.12963,49.61473000000001,0],[10.13051,49.61363000000003,0],[10.13208,49.61156,0],[10.13708,49.61246,0],[10.13719,49.61199000000002,0],[10.137330000000002,49.61091999999999,0],[10.1384,49.61117999999999,0],[10.139900000000003,49.61180999999996,0],[10.140450000000001,49.611850000000004,0],[10.14183,49.611819999999994,0],[10.14194,49.611879999999985,0],[10.14206,49.612089999999995,0],[10.14232,49.61218000000002,0],[10.14318,49.61195000000001,0],[10.14335,49.61156,0],[10.14394,49.610510000000005,0],[10.148279999999998,49.61188999999999,0],[10.150080000000003,49.609049999999996,0],[10.14852,49.608580000000046,0],[10.14875,49.608310000000046,0],[10.149809999999999,49.606719999999996,0],[10.149319999999998,49.60658000000001,0],[10.15012,49.60525000000001,0],[10.15069,49.60449,0],[10.151699999999998,49.604749999999996,0],[10.15168,49.60354000000001,0],[10.153970000000001,49.603489999999994,0],[10.15559,49.59849999999997,0],[10.155639999999998,49.59683000000001,0],[10.15716,49.596990000000005,0],[10.15715,49.59608,0],[10.15729,49.59432000000004,0],[10.168900000000002,49.58940999999999,0],[10.16973,49.58903000000001,0],[10.170149999999998,49.588779999999986,0],[10.17118,49.58828,0],[10.17218,49.58765,0],[10.173060000000001,49.590689999999995,0],[10.17334,49.59145000000001,0],[10.17377,49.593140000000034,0],[10.1742,49.59548000000001,0],[10.17492,49.59542000000002,0],[10.17508,49.597350000000006,0],[10.17502,49.599350000000015,0],[10.17866,49.599410000000006,0],[10.1788,49.598240000000004,0],[10.178849999999999,49.598119999999994,0],[10.17968,49.59810999999999,0],[10.18098,49.59854999999999,0],[10.18131,49.59861999999998,0],[10.18591,49.60022000000001,0],[10.18813,49.600899999999996,0],[10.18811,49.60115999999999,0],[10.188540000000001,49.60152999999997,0],[10.19003,49.601,0],[10.19127,49.60164,0],[10.19127,49.601260000000025,0],[10.19182,49.60131000000001,0],[10.191920000000001,49.601,0],[10.19211,49.60068000000001,0],[10.192290000000002,49.600419999999986,0],[10.192549999999999,49.600149999999985,0],[10.19582,49.59987000000001,0],[10.195670000000002,49.603170000000006,0],[10.1999,49.60282000000001,0],[10.2003,49.60509999999999,0],[10.20041,49.60665,0],[10.20051,49.607309999999956,0],[10.20053,49.60825,0],[10.20181,49.61309,0],[10.20188,49.61349000000004,0],[10.20194,49.61430999999999,0],[10.20189,49.61553000000001,0],[10.201609999999999,49.61699999999999,0],[10.20146,49.61752000000001,0],[10.20134,49.61778000000001,0],[10.201159999999998,49.61801,0],[10.20093,49.618179999999995,0],[10.20067,49.618269999999995,0],[10.20053,49.61840999999998,0],[10.200229999999998,49.61892,0],[10.199870000000002,49.62004999999999,0],[10.1998,49.62042999999997,0],[10.199679999999999,49.62144000000001,0],[10.199650000000002,49.622600000000006,0],[10.1997,49.62324000000001,0],[10.199650000000002,49.62362999999999,0],[10.199639999999999,49.62412000000003,0],[10.19966,49.62419999999997,0],[10.19999,49.624269999999996,0],[10.20007,49.62432000000001,0],[10.200189999999997,49.62458000000001,0],[10.20027,49.62531000000001,0],[10.20022,49.62567999999999,0],[10.200239999999999,49.62626000000003,0],[10.205949999999998,49.62650999999997,0],[10.20542,49.62746999999999,0],[10.20648,49.627890000000036,0],[10.207879999999998,49.62831,0],[10.20752,49.629189999999994,0],[10.20872,49.62948,0],[10.20838,49.63034999999999,0],[10.20958,49.63067000000001,0],[10.20954,49.630300000000005,0],[10.209779999999999,49.62968000000001,0],[10.211299999999998,49.629909999999995,0],[10.21136,49.629999999999995,0],[10.211519999999998,49.631159999999966,0],[10.211650000000002,49.63125999999994,0],[10.21226,49.63144,0],[10.21259,49.631489999999985,0],[10.213529999999999,49.631489999999985,0],[10.21823,49.63141999999999,0],[10.21823,49.63293999999999,0],[10.22159,49.63273000000001,0],[10.22158,49.63256999999999,0],[10.22201,49.632509999999996,0],[10.221960000000001,49.63207000000003,0],[10.22198,49.63175000000001,0],[10.22217,49.63123999999999,0],[10.222259999999999,49.631140000000016,0],[10.22414,49.63150000000002,0],[10.22468,49.63106000000002,0],[10.22752,49.63020000000003,0],[10.22786,49.63007999999999,0],[10.22866,49.62968999999998,0],[10.232949999999999,49.62983,0],[10.23837,49.62917999999999,0],[10.238150000000001,49.63006999999999,0],[10.238970000000002,49.62974000000003,0],[10.2395,49.629470000000026,0],[10.24043,49.62889999999999,0],[10.24062,49.62867,0],[10.242690000000001,49.627410000000026,0],[10.243430000000002,49.626919999999984,0],[10.24414,49.627250000000004,0],[10.24444,49.62702999999999,0],[10.246060000000002,49.626149999999996,0],[10.24709,49.625850000000014,0],[10.24778,49.625760000000014,0],[10.24933,49.62522999999999,0],[10.25106,49.62534999999997,0],[10.25223,49.62548000000001,0],[10.25355,49.62551000000002,0],[10.254149999999997,49.625280000000004,0],[10.25461,49.62503000000001,0],[10.255230000000001,49.62486000000001,0],[10.25651,49.624840000000034,0],[10.25751,49.62486000000001,0],[10.258170000000002,49.62492,0],[10.258949999999999,49.624930000000006,0],[10.259839999999999,49.62485000000001,0],[10.26134,49.62465999999998,0],[10.26297,49.62473,0],[10.26406,49.62482000000003,0],[10.26499,49.62456,0],[10.2655,49.624539999999996,0],[10.26608,49.62443999999999,0],[10.26655,49.624329999999986,0],[10.26712,49.62414000000001,0],[10.269269999999999,49.62520000000001,0],[10.27081,49.624570000000006,0],[10.27111,49.62434999999999,0],[10.27198,49.62390999999997,0],[10.27246,49.62362000000002,0],[10.27301,49.62308999999999,0],[10.27356,49.622739999999965,0],[10.27398,49.622540000000015,0],[10.27439,49.62241,0],[10.27463,49.62234999999998,0],[10.27489,49.62234999999998,0],[10.275060000000002,49.62228999999999,0],[10.27588,49.621820000000014,0],[10.27619,49.621700000000004,0],[10.276810000000001,49.6216,0],[10.27769,49.62128999999996,0],[10.27781,49.62128000000001,0],[10.27821,49.62114999999997,0],[10.27872,49.62096,0],[10.279289999999998,49.62052,0],[10.27986,49.62018000000003,0],[10.28127,49.619410000000016,0],[10.281980000000003,49.619110000000006,0],[10.28229,49.61914999999999,0],[10.28274,49.61927,0],[10.28444,49.61973000000003,0],[10.285119999999997,49.619999999999976,0],[10.28566,49.620299999999986,0],[10.28609,49.62047000000004,0],[10.28701,49.62071,0],[10.28771,49.62076999999999,0],[10.28792,49.620900000000034,0],[10.28941,49.622209999999995,0],[10.291150000000002,49.62389999999999,0],[10.292850000000001,49.62549999999999,0],[10.293000000000001,49.62567999999999,0],[10.29508,49.62512000000001,0],[10.29622,49.62463999999997,0],[10.29661,49.624360000000024,0],[10.29811,49.62545,0],[10.299870000000002,49.626270000000005,0],[10.30052,49.626720000000034,0],[10.3013,49.627170000000035,0],[10.301840000000002,49.62693999999996,0],[10.30239,49.62655000000001,0],[10.30274,49.62589,0],[10.302959999999999,49.62476000000001,0],[10.30364,49.62350000000001,0],[10.30393,49.62322,0],[10.304070000000001,49.62303,0],[10.304190000000002,49.62270000000001,0],[10.30495,49.62213,0],[10.30544,49.62186999999997,0],[10.306300000000002,49.62123,0],[10.30787,49.62119999999999,0],[10.30851,49.62104000000002,0],[10.30853,49.62186,0],[10.30803,49.622690000000006,0],[10.3085,49.62317999999999,0],[10.30896,49.62374,0],[10.30895,49.62395000000001,0],[10.30922,49.62434999999999,0],[10.30935,49.62447,0],[10.3098,49.62482000000003,0],[10.31003,49.62489999999997,0],[10.31066,49.625,0],[10.31195,49.62496999999999,0],[10.31308,49.62514999999999,0],[10.3139,49.62517,0],[10.314390000000001,49.62513999999999,0],[10.316579999999998,49.62489999999997,0],[10.317509999999999,49.624930000000006,0],[10.3185,49.62503000000001,0],[10.31898,49.6251,0],[10.31995,49.62537999999998,0],[10.32083,49.625339999999994,0],[10.321659999999998,49.62521000000001,0],[10.32275,49.62529000000001,0],[10.32403,49.62529000000001,0],[10.32494,49.62517,0],[10.32488,49.623710000000045,0],[10.32522,49.623069999999984,0],[10.32567,49.622739999999965,0],[10.32648,49.623069999999984,0],[10.326870000000001,49.62316000000001,0],[10.327609999999998,49.62316000000001,0],[10.328089999999998,49.62307999999999,0],[10.328379999999997,49.62311,0],[10.328909999999999,49.623519999999985,0],[10.32908,49.62361000000001,0],[10.3293,49.623670000000004,0],[10.32988,49.62371999999999,0],[10.331359999999998,49.62360000000001,0],[10.33204,49.62337000000002,0],[10.33309,49.62326999999999,0],[10.33351,49.623189999999965,0],[10.33411,49.62286,0],[10.33508,49.62279000000001,0],[10.33564,49.622799999999984,0],[10.33653,49.62302,0],[10.33742,49.62308999999999,0],[10.33828,49.622960000000006,0],[10.33916,49.62306000000001,0],[10.33959,49.62317999999999,0],[10.34027,49.623279999999994,0],[10.340899999999998,49.62332000000001,0],[10.34192,49.6233,0],[10.34236,49.623249999999985,0],[10.34358,49.62293,0],[10.34382,49.62289000000001,0],[10.34468,49.62293,0],[10.34542,49.62289000000001,0],[10.346209999999997,49.62279000000001,0],[10.34667,49.622670000000056,0],[10.347530000000003,49.622270000000015,0],[10.34791,49.622240000000005,0],[10.34827,49.62227999999996,0],[10.348589999999998,49.62236999999999,0],[10.3492,49.62264999999999,0],[10.34995,49.622739999999965,0],[10.35036,49.62285,0],[10.35055,49.62292000000002,0],[10.35087,49.62313,0],[10.35125,49.623429999999956,0],[10.352120000000001,49.62390999999997,0],[10.352490000000001,49.62405000000001,0],[10.3528,49.62413000000001,0],[10.353829999999999,49.62422999999998,0],[10.354429999999999,49.62422999999998,0],[10.35555,49.62437,0],[10.356360000000002,49.62465,0],[10.35722,49.62499,0],[10.35772,49.625069999999994,0],[10.35806,49.62519,0],[10.35905,49.625609999999995,0],[10.35948,49.62589,0],[10.36001,49.626000000000005,0],[10.36025,49.62630999999999,0],[10.36047,49.62671000000003,0],[10.36108,49.62762000000001,0],[10.36105,49.62834000000001,0],[10.36095,49.628859999999975,0],[10.36098,49.629009999999994,0],[10.36133,49.62948,0],[10.36153,49.62997999999999,0],[10.36168,49.63013999999998,0],[10.36258,49.63049000000004,0],[10.36434,49.63139000000001,0],[10.364490000000002,49.63166000000001,0],[10.36496,49.631969999999995,0],[10.36566,49.63198,0],[10.36596,49.63195999999999,0],[10.367310000000002,49.63172,0],[10.36851,49.63166000000001,0],[10.36883,49.63161999999997,0],[10.3692,49.63147999999998,0],[10.3727,49.631399999999985,0],[10.37383,49.631460000000004,0],[10.374099999999999,49.63144,0],[10.37432,49.63147000000001,0],[10.37654,49.63199,0],[10.376999999999999,49.632059999999996,0],[10.37829,49.63212999999999,0],[10.37911,49.63238999999999,0],[10.38002,49.63252,0],[10.381079999999999,49.63279,0],[10.381419999999999,49.63283000000001,0],[10.38189,49.63283000000001,0],[10.38245,49.63293999999999,0],[10.382999999999997,49.63328000000001,0],[10.38353,49.63355999999999,0],[10.38423,49.63374999999999,0],[10.38508,49.633849999999995,0],[10.38692,49.634299999999996,0],[10.3874,49.63423999999998,0],[10.387770000000002,49.634000000000015,0],[10.38808,49.63423999999998,0],[10.38794,49.63455999999999,0],[10.387290000000002,49.63499999999999,0],[10.386470000000001,49.635369999999966,0],[10.38591,49.63578000000001,0],[10.38518,49.63607999999999,0],[10.384880000000003,49.63624999999999,0],[10.3849,49.6369,0],[10.38448,49.63754,0],[10.38422,49.63786000000002,0],[10.38364,49.63837000000001,0],[10.3831,49.639099999999985,0],[10.38243,49.64053000000004,0],[10.38199,49.64125999999999,0],[10.381720000000001,49.641909999999996,0],[10.38188,49.64240000000001,0],[10.381980000000002,49.64295000000001,0],[10.382189999999998,49.643260000000026,0],[10.382189999999998,49.643579999999986,0],[10.382019999999999,49.64408,0],[10.381720000000001,49.644679999999994,0],[10.38133,49.64519999999999,0],[10.38074,49.645809999999955,0],[10.38041,49.646240000000006,0],[10.38017,49.646889999999985,0],[10.3802,49.64739,0],[10.38016,49.64893000000001,0],[10.37988,49.64951000000002,0],[10.37926,49.65035999999998,0],[10.379040000000002,49.65051,0],[10.37696,49.651520000000005,0],[10.3755,49.65270000000001,0],[10.374659999999999,49.65350999999998,0],[10.37382,49.65393,0],[10.373150000000003,49.65438,0],[10.37256,49.65523999999999,0],[10.371989999999998,49.65577000000002,0],[10.37154,49.65635000000003,0],[10.370829999999998,49.65676000000002,0],[10.36983,49.65762000000001,0],[10.369379999999998,49.65851000000001,0],[10.36926,49.65895999999998,0],[10.36842,49.65962999999999,0],[10.36779,49.66060999999999,0],[10.36698,49.66129000000004,0],[10.36622,49.66181,0],[10.36633,49.66188,0],[10.36744,49.66227999999998,0],[10.367779999999998,49.66269,0],[10.36802,49.66323,0],[10.36595,49.66390999999999,0],[10.364420000000003,49.664379999999994,0],[10.363699999999998,49.66445999999999,0],[10.36307,49.66495000000003,0],[10.362779999999999,49.665099999999995,0],[10.362630000000001,49.6653,0],[10.36269,49.66548999999998,0],[10.36271,49.665850000000006,0],[10.363659999999998,49.66593,0],[10.36418,49.66651999999999,0],[10.36536,49.66714999999999,0],[10.3661,49.66709999999998,0],[10.3673,49.66693000000001,0],[10.36758,49.66693000000001,0],[10.36817,49.66709,0],[10.3687,49.667370000000005,0],[10.36899,49.66756000000001,0],[10.369049999999998,49.66772,0],[10.36859,49.66801000000001,0],[10.36814,49.668440000000004,0],[10.367800000000003,49.66884999999999,0],[10.36763,49.669340000000005,0],[10.36752,49.669880000000006,0],[10.367530000000002,49.670710000000014,0],[10.36795,49.67182,0],[10.36799,49.67203000000001,0],[10.36748,49.67266999999998,0],[10.36665,49.67322999999999,0],[10.36443,49.67461,0],[10.36198,49.67635000000001,0],[10.361550000000001,49.67675,0],[10.36145,49.67689000000004,0],[10.36131,49.676980000000015,0],[10.360780000000002,49.67773,0],[10.36071,49.677779999999984,0],[10.36046,49.67784,0],[10.35979,49.677869999999984,0],[10.3593,49.67770999999999,0],[10.35774,49.67755,0],[10.358139999999999,49.67792,0],[10.35882,49.67824999999999,0],[10.35886,49.67900999999998,0],[10.36015,49.68075000000002,0],[10.36261,49.68054999999998,0],[10.363099999999998,49.67963,0],[10.3664,49.68081000000001,0],[10.367640000000002,49.68130999999997,0],[10.367870000000002,49.68171000000001,0],[10.36804,49.68213,0],[10.36688,49.68323000000001,0],[10.36886,49.68404000000001,0],[10.36878,49.68433999999996,0],[10.36919,49.684470000000005,0],[10.369419999999998,49.686150000000026,0],[10.37006,49.68625,0],[10.37006,49.68648999999999,0],[10.37013,49.686560000000014,0],[10.37212,49.68676999999997,0],[10.37341,49.686830000000015,0],[10.37333,49.68753000000001,0],[10.373,49.68866,0],[10.373399999999998,49.68869000000001,0],[10.373990000000001,49.68878000000004,0],[10.37516,49.68907999999999,0],[10.37595,49.688410000000005,0],[10.37681,49.688619999999986,0],[10.3777,49.687929999999994,0],[10.37742,49.687419999999975,0],[10.376669999999999,49.68701999999999,0],[10.37565,49.68630000000002,0],[10.375560000000002,49.686170000000004,0],[10.3755,49.685869999999994,0],[10.37532,49.685569999999984,0],[10.37531,49.68543,0],[10.37541,49.68495999999999,0],[10.37561,49.68450999999999,0],[10.37625,49.68404000000001,0],[10.37642,49.683719999999994,0],[10.37732,49.684650000000005,0],[10.37793,49.684650000000005,0],[10.378270000000002,49.68468999999999,0],[10.37849,49.68487999999999,0],[10.37983,49.68514999999999,0],[10.380720000000002,49.685159999999996,0],[10.38139,49.685209999999984,0],[10.38206,49.685209999999984,0],[10.38261,49.68526,0],[10.38523,49.68495999999999,0],[10.385729999999999,49.68609000000001,0],[10.38604,49.68636000000001,0],[10.386539999999998,49.686620000000005,0],[10.38679,49.68749,0],[10.38716,49.68791999999999,0],[10.38715,49.68799999999999,0],[10.38675,49.6884,0],[10.38666,49.68856999999997,0],[10.38664,49.68878000000004,0],[10.38676,49.68903,0],[10.3869,49.68916999999999,0],[10.38712,49.689520000000044,0],[10.38719,49.68988000000002,0],[10.38712,49.69001,0],[10.38728,49.690740000000005,0],[10.38417,49.69072,0],[10.38359,49.69082,0],[10.381899999999998,49.69134,0],[10.381490000000001,49.69162,0],[10.38118,49.69156000000004,0],[10.380940000000002,49.69163,0],[10.380779999999998,49.69173000000001,0],[10.38083,49.69182000000001,0],[10.38139,49.692079999999976,0],[10.38227,49.69261,0],[10.3822,49.692769999999996,0],[10.382189999999998,49.692909999999955,0],[10.3828,49.693539999999985,0],[10.38273,49.694019999999995,0],[10.382580000000003,49.69403,0],[10.38192,49.6934,0],[10.38125,49.69314000000003,0],[10.38065,49.69305,0],[10.38015,49.69269000000003,0],[10.37955,49.69245999999998,0],[10.37905,49.692189999999954,0],[10.37851,49.692189999999954,0],[10.37687,49.69158999999999,0],[10.37658,49.691159999999996,0],[10.376330000000001,49.690979999999996,0],[10.37619,49.69094000000001,0],[10.376139999999998,49.69094000000001,0],[10.37598,49.69108000000003,0],[10.375579999999998,49.69153,0],[10.37497,49.691370000000006,0],[10.374400000000001,49.69108000000003,0],[10.373029999999998,49.690770000000015,0],[10.368640000000001,49.69038000000003,0],[10.36855,49.69057000000001,0],[10.367760000000002,49.690470000000005,0],[10.36748,49.69104999999999,0],[10.367160000000002,49.690979999999996,0],[10.36587,49.693479999999994,0],[10.36348,49.692939999999965,0],[10.363820000000002,49.692319999999995,0],[10.36338,49.69221999999999,0],[10.36348,49.692020000000014,0],[10.36351,49.69167999999999,0],[10.36364,49.69130000000001,0],[10.36179,49.690979999999996,0],[10.361029999999998,49.69131999999999,0],[10.35993,49.69209000000001,0],[10.35966,49.69236000000001,0],[10.35873,49.692319999999995,0],[10.358509999999999,49.69254000000001,0],[10.357909999999999,49.692620000000005,0],[10.35753,49.692710000000034,0],[10.356649999999998,49.69278,0],[10.356320000000002,49.692949999999996,0],[10.35615,49.692999999999984,0],[10.35538,49.692890000000006,0],[10.35385,49.692859999999996,0],[10.35351,49.69362000000001,0],[10.35422,49.693899999999985,0],[10.35575,49.69407000000001,0],[10.35569,49.69434000000001,0],[10.35503,49.69454999999999,0],[10.35454,49.69462999999999,0],[10.35377,49.69457,0],[10.35273,49.69454999999999,0],[10.35092,49.69437999999997,0],[10.34955,49.69449,0],[10.34862,49.69448,0],[10.34768,49.694619999999986,0],[10.346330000000002,49.69454999999999,0],[10.342429999999998,49.695269999999965,0],[10.340899999999998,49.69569000000001,0],[10.340459999999998,49.69617000000002,0],[10.33991,49.69664,0],[10.33946,49.69713999999996,0],[10.3393,49.69761999999997,0],[10.33932,49.69776000000002,0],[10.33805,49.69793999999999,0],[10.33778,49.697630000000004,0],[10.33718,49.69774000000001,0],[10.33654,49.697389999999984,0],[10.33281,49.698350000000005,0],[10.33478,49.69926000000001,0],[10.33598,49.69982999999999,0],[10.336149999999998,49.69995,0],[10.33641,49.700230000000005,0],[10.337000000000002,49.70111,0],[10.33747,49.70164,0],[10.33865,49.70260999999999,0],[10.338870000000002,49.70291,0],[10.33894,49.703190000000006,0],[10.33894,49.70344,0],[10.33879,49.70398,0],[10.33876,49.704229999999995,0],[10.33899,49.70427000000001,0],[10.339859999999998,49.70427000000001,0],[10.34073,49.70443999999995,0],[10.342049999999999,49.70460000000003,0],[10.34303,49.701960000000014,0],[10.34345,49.70053999999999,0],[10.34394,49.70063999999999,0],[10.345360000000001,49.70071000000004,0],[10.34641,49.700680000000006,0],[10.34758,49.70087000000001,0],[10.348219999999998,49.70090999999999,0],[10.348670000000002,49.70081000000002,0],[10.34922,49.70040000000003,0],[10.35003,49.70003,0],[10.350449999999999,49.699929999999995,0],[10.35084,49.70026999999999,0],[10.3514,49.70000999999999,0],[10.35191,49.69988000000001,0],[10.352529999999998,49.699839999999995,0],[10.35287,49.699970000000036,0],[10.35382,49.700890000000015,0],[10.35173,49.70150000000001,0],[10.3514,49.70161999999999,0],[10.35065,49.70222000000001,0],[10.35382,49.70348999999999,0],[10.353420000000002,49.70382000000001,0],[10.35292,49.70436000000004,0],[10.3534,49.704530000000005,0],[10.35303,49.70496,0],[10.352419999999999,49.705510000000004,0],[10.35685,49.70662999999999,0],[10.35819,49.70715999999996,0],[10.35965,49.70789999999997,0],[10.36168,49.70845,0],[10.36294,49.70872,0],[10.36375,49.70899,0],[10.36535,49.7097,0],[10.36684,49.71012000000002,0],[10.36797,49.710890000000035,0],[10.36893,49.71119999999999,0],[10.370089999999998,49.7114,0],[10.369909999999999,49.712020000000024,0],[10.370189999999997,49.71206999999998,0],[10.37047,49.712230000000005,0],[10.370789999999998,49.71248,0],[10.37038,49.71263999999999,0],[10.370679999999998,49.712950000000006,0],[10.370910000000002,49.71334000000002,0],[10.371279999999999,49.71352999999999,0],[10.371429999999998,49.71373,0],[10.37138,49.71392000000003,0],[10.37159,49.71379000000002,0],[10.37186,49.71368999999996,0],[10.37235,49.71364,0],[10.37301,49.714439999999996,0],[10.373239999999997,49.7149,0],[10.37312,49.714909999999975,0],[10.37321,49.71525,0],[10.37343,49.715509999999995,0],[10.373810000000002,49.71606,0],[10.37415,49.71674999999999,0],[10.37398,49.71714,0],[10.37363,49.71741,0],[10.372089999999998,49.71827999999999,0],[10.372429999999998,49.71907999999999,0],[10.37319,49.720110000000005,0],[10.3737,49.72073,0],[10.374169999999998,49.720969999999994,0],[10.3758,49.721540000000005,0],[10.375909999999998,49.72237999999999,0],[10.37695,49.72318000000001,0],[10.37831,49.72349,0],[10.37903,49.723690000000005,0],[10.380119999999998,49.72406000000001,0],[10.38337,49.72537,0],[10.387099999999998,49.72674000000001,0],[10.38782,49.72708,0],[10.38879,49.727810000000005,0],[10.39112,49.72874999999999,0],[10.391850000000002,49.729089999999985,0],[10.39203,49.72914,0],[10.392890000000001,49.72919000000002,0],[10.39351,49.73032999999998,0],[10.393899999999999,49.73083,0],[10.39415,49.73133999999999,0],[10.394090000000002,49.73167999999998,0],[10.39538,49.731889999999964,0],[10.396160000000002,49.732080000000025,0],[10.39617,49.732219999999984,0],[10.39607,49.73235,0],[10.39592,49.73245,0],[10.395570000000001,49.732579999999984,0],[10.3953,49.73272,0],[10.396079999999998,49.733149999999995,0],[10.396660000000002,49.732849999999985,0],[10.397360000000003,49.73255,0],[10.39764,49.732770000000016,0],[10.39787,49.73311000000004,0],[10.39803,49.73344,0],[10.398130000000002,49.73385999999999,0],[10.398840000000002,49.735000000000014,0],[10.40052,49.73466000000002,0],[10.4009,49.73462000000001,0],[10.40141,49.73466000000002,0],[10.402689999999998,49.73490000000001,0],[10.40354,49.73516000000001,0],[10.40676,49.736350000000016,0],[10.407109999999998,49.736519999999985,0],[10.40739,49.73686000000001,0],[10.40758,49.73722000000001,0],[10.40761,49.737390000000005,0],[10.40732,49.73798999999997,0],[10.40762,49.738110000000006,0],[10.40768,49.73819,0],[10.40765,49.738519999999994,0],[10.40799,49.73858999999999,0],[10.408530000000003,49.73898,0],[10.40896,49.73953,0],[10.40941,49.740279999999984,0],[10.409709999999999,49.74046000000001,0],[10.410130000000002,49.74054000000001,0],[10.410570000000002,49.74074000000002,0],[10.41166,49.741420000000005,0],[10.4123,49.74194,0],[10.41096,49.742279999999994,0],[10.4115,49.743060000000014,0],[10.412499999999998,49.74284000000003,0],[10.41428,49.74251000000001,0],[10.41532,49.742279999999994,0],[10.41565,49.74202,0],[10.41659,49.741539999999986,0],[10.41701,49.74108000000001,0],[10.41715,49.74083999999999,0],[10.41727,49.74044000000001,0],[10.417370000000002,49.74032999999997,0],[10.41746,49.74023,0],[10.41778,49.74016,0],[10.41783,49.74024000000003,0],[10.41803,49.74038999999999,0],[10.4188,49.74108000000001,0],[10.419149999999998,49.74152999999998,0],[10.4195,49.74188000000001,0],[10.42006,49.74267999999998,0],[10.41989,49.74274,0],[10.41988,49.74298999999999,0],[10.41975,49.74331000000001,0],[10.41958,49.74358000000004,0],[10.419550000000001,49.743769999999984,0],[10.419780000000001,49.744110000000006,0],[10.42042,49.74481,0],[10.420999999999998,49.745299999999986,0],[10.4211,49.74529000000001,0],[10.42121,49.745149999999995,0],[10.42139,49.74508,0],[10.42167,49.745090000000005,0],[10.421329999999998,49.744200000000006,0],[10.42128,49.743930000000006,0],[10.4211,49.74369999999999,0],[10.420040000000002,49.743600000000015,0],[10.42067,49.74322999999998,0],[10.42094,49.742909999999995,0],[10.420959999999997,49.74261000000001,0],[10.42092,49.74243999999999,0],[10.42012,49.74119000000002,0],[10.419820000000001,49.74090000000001,0],[10.419369999999999,49.74018000000001,0],[10.4194,49.73952,0],[10.4193,49.73858999999999,0],[10.419070000000001,49.73799999999997,0],[10.41843,49.73683999999997,0],[10.41832,49.73648,0],[10.41825,49.73556000000002,0],[10.41803,49.73532,0],[10.418,49.73510000000002,0],[10.41785,49.73464000000001,0],[10.41755,49.73394000000002,0],[10.417139999999998,49.733599999999996,0],[10.417100000000001,49.73337000000001,0],[10.4168,49.73301000000001,0],[10.41661,49.73265999999998,0],[10.41664,49.73244,0],[10.41649,49.73203000000001,0],[10.41641,49.73133999999999,0],[10.416330000000002,49.73122000000001,0],[10.41682,49.731059999999985,0],[10.41806,49.73087000000001,0],[10.4181,49.73096000000001,0],[10.41815,49.731509999999986,0],[10.41898,49.731899999999996,0],[10.42016,49.73174,0],[10.4222,49.731300000000005,0],[10.422490000000002,49.73167999999998,0],[10.422739999999997,49.732169999999996,0],[10.42232,49.73263,0],[10.421859999999999,49.73371,0],[10.42255,49.73549,0],[10.422969999999998,49.73628000000002,0],[10.42382,49.73628000000002,0],[10.424939999999998,49.73752000000002,0],[10.42512,49.73789000000002,0],[10.42688,49.73777999999999,0],[10.42712,49.73795000000001,0],[10.4273,49.738200000000035,0],[10.427510000000002,49.73876999999999,0],[10.42757,49.73901000000001,0],[10.42759,49.73962999999998,0],[10.42758,49.73988,0],[10.427400000000002,49.74014,0],[10.42734,49.74031999999997,0],[10.427379999999998,49.740700000000004,0],[10.42704,49.74083999999999,0],[10.427130000000002,49.74119999999999,0],[10.42775,49.74145999999999,0],[10.42846,49.74185,0],[10.42973,49.74221,0],[10.43037,49.74234000000001,0],[10.43016,49.743829999999974,0],[10.43093,49.744429999999994,0],[10.43189,49.74477999999999,0],[10.43282,49.74524999999997,0],[10.43466,49.74656999999996,0],[10.43524,49.747420000000005,0],[10.43547,49.74762999999999,0],[10.43543,49.747870000000006,0],[10.43545,49.748260000000016,0],[10.43532,49.749149999999986,0],[10.43533,49.749419999999986,0],[10.43501,49.74950999999999,0],[10.435189999999999,49.74976000000001,0],[10.43565,49.75021000000001,0],[10.436109999999998,49.75029000000001,0],[10.4371,49.750339999999966,0],[10.437500000000002,49.750339999999966,0],[10.437940000000001,49.75029000000001,0],[10.439350000000001,49.74995000000001,0],[10.440210000000002,49.749780000000015,0],[10.44014,49.74956,0],[10.44143,49.74934999999999,0],[10.44341,49.74883,0],[10.44393,49.74871999999999,0],[10.44432,49.74871000000002,0],[10.44509,49.74859000000001,0],[10.44628,49.74834999999999,0],[10.44665,49.74823000000001,0],[10.44729,49.747960000000006,0],[10.448039999999999,49.747479999999996,0],[10.44816,49.74736999999999,0],[10.44852,49.74680000000001,0],[10.44869,49.7466,0],[10.449849999999998,49.74571,0],[10.45063,49.745479999999986,0],[10.45104,49.745439999999974,0],[10.45251,49.74543,0],[10.45316,49.745360000000005,0],[10.453499999999998,49.745360000000005,0],[10.45504,49.744850000000014,0],[10.45533,49.74468999999996,0],[10.45574,49.74486999999999,0],[10.455990000000002,49.744710000000026,0],[10.45695,49.74382,0],[10.45761,49.74351999999999,0],[10.45919,49.742999999999995,0],[10.46063,49.74235999999996,0],[10.461889999999999,49.74170000000001,0],[10.46243,49.74132,0],[10.463739999999998,49.74054000000001,0],[10.46433,49.74132,0],[10.46462,49.741330000000005,0],[10.46525,49.74145999999999,0],[10.4686,49.742230000000006,0],[10.46893,49.74235999999996,0],[10.46937,49.742380000000026,0],[10.4713,49.742909999999995,0],[10.47293,49.743480000000005,0],[10.47353,49.743629999999996,0],[10.47431,49.743750000000006,0],[10.4766,49.74428000000003,0],[10.479009999999999,49.744609999999966,0],[10.48,49.744640000000004,0],[10.48301,49.74430000000001,0],[10.48384,49.74414999999999,0],[10.485399999999998,49.74376000000001,0],[10.48692,49.74353999999997,0],[10.48849,49.743510000000015,0],[10.48982,49.743419999999986,0],[10.49002,49.74338,0],[10.49039,49.74324999999999,0],[10.4914,49.742729999999995,0],[10.491819999999999,49.74349000000001,0],[10.49306,49.74483000000001,0],[10.49337,49.745090000000005,0],[10.493629999999998,49.74524999999997,0],[10.493829999999999,49.745540000000005,0],[10.493980000000002,49.74636000000001,0],[10.4946,49.74633,0],[10.494869999999999,49.747330000000005,0],[10.49359,49.74736999999999,0],[10.492529999999999,49.74886000000001,0],[10.4922,49.74891999999997,0],[10.492929999999998,49.74959000000001,0],[10.49356,49.7499,0],[10.494130000000002,49.749629999999996,0],[10.494339999999998,49.75001,0],[10.49436,49.75023999999999,0],[10.49444,49.75044,0],[10.494269999999998,49.75050999999999,0],[10.495309999999998,49.75185999999999,0],[10.495599999999998,49.752369999999985,0],[10.49626,49.75322,0],[10.49688,49.75313,0],[10.49818,49.75301999999999,0],[10.50071,49.75268,0],[10.501479999999999,49.75251,0],[10.502920000000001,49.75232,0],[10.50442,49.75207,0],[10.505260000000002,49.75196,0],[10.50779,49.751829999999984,0],[10.50877,49.75191000000001,0],[10.511349999999998,49.752399999999966,0],[10.51171,49.752369999999985,0],[10.51208,49.75238999999999,0],[10.51509,49.75307000000001,0],[10.517040000000001,49.75346999999999,0],[10.51872,49.75375,0],[10.52131,49.754490000000004,0],[10.52151,49.754520000000014,0],[10.52285,49.75506999999999,0],[10.524759999999999,49.75537,0],[10.52656,49.75543999999999,0],[10.52687,49.754520000000014,0],[10.5272,49.75335000000001,0],[10.52742,49.753330000000034,0],[10.52804,49.75318999999999,0],[10.52879,49.75316000000001,0],[10.530439999999999,49.75295999999997,0],[10.53079,49.75289000000001,0],[10.53141,49.752939999999995,0],[10.53157,49.75286,0],[10.53181,49.752909999999986,0],[10.53274,49.75298000000001,0],[10.53364,49.75311999999997,0],[10.53429,49.753269999999986,0],[10.53555,49.753659999999996,0],[10.53624,49.753780000000006,0],[10.53684,49.75383999999997,0],[10.53695,49.75331000000003,0],[10.53863,49.75307000000001,0],[10.53936,49.75305,0],[10.539880000000002,49.75308000000001,0],[10.54135,49.75328000000002,0],[10.54358,49.75381999999996,0],[10.54374,49.753829999999994,0],[10.54372,49.75542999999996,0],[10.54449,49.75543999999999,0],[10.54551,49.755739999999975,0],[10.5461,49.756159999999994,0],[10.54692,49.75656000000001,0],[10.54721,49.75635,0],[10.54759,49.75601,0],[10.54808,49.75617999999997,0],[10.547900000000002,49.75636000000003,0],[10.54994,49.755960000000016,0],[10.55192,49.75543999999999,0],[10.55201,49.75537,0],[10.5531,49.754880000000014,0],[10.55426,49.75423000000001,0],[10.55612,49.75338999999997,0],[10.5569,49.75314999999998,0],[10.55943,49.75256999999999,0],[10.56033,49.752440000000036,0],[10.56157,49.752430000000004,0],[10.56364,49.75232,0],[10.56389,49.75233,0],[10.564569999999998,49.75226999999998,0],[10.56612,49.752039999999994,0],[10.56659,49.751930000000016,0],[10.56706,49.75187,0],[10.56887,49.75153999999998,0],[10.57005,49.751480000000015,0],[10.57313,49.75140999999999,0],[10.57434,49.75130999999999,0],[10.576200000000002,49.75105999999997,0],[10.57632,49.75095999999999,0],[10.57632,49.75078999999997,0],[10.57665,49.75077999999999,0],[10.57662,49.750280000000004,0],[10.576709999999999,49.750110000000035,0],[10.57687,49.74995999999999,0],[10.57809,49.74918999999997,0],[10.57937,49.74851000000004,0],[10.58034,49.74856,0],[10.58479,49.748519999999985,0],[10.584700000000002,49.74871999999999,0],[10.58504,49.74877000000001,0],[10.585190000000003,49.74842000000001,0],[10.58583,49.74734999999998,0],[10.58597,49.74719999999999,0],[10.58634,49.746970000000005,0],[10.58701,49.74641,0],[10.58752,49.74606,0],[10.58814,49.74531999999999,0],[10.58881,49.744609999999966,0],[10.58898,49.74468000000002,0],[10.58983,49.74483000000001,0],[10.59035,49.74486999999999,0],[10.59134,49.74492000000001,0],[10.59198,49.74489,0],[10.59273,49.74468000000002,0],[10.59322,49.744470000000035,0],[10.593610000000002,49.744429999999994,0],[10.59401,49.74435,0],[10.59511,49.74432999999999,0],[10.59597,49.74439000000001,0],[10.59759,49.744429999999994,0],[10.597769999999999,49.74419000000003,0],[10.59826,49.74414999999999,0],[10.598809999999999,49.74419000000003,0],[10.599179999999999,49.74414999999999,0],[10.59964,49.74403000000001,0],[10.60038,49.74396999999999,0],[10.601340000000002,49.74370999999999,0],[10.60188,49.74360999999999,0],[10.60266,49.74353999999997,0],[10.60309,49.74343999999999,0],[10.60392,49.742860000000036,0],[10.60428,49.74170000000001,0],[10.604600000000001,49.74134000000001,0],[10.6051,49.741269999999986,0],[10.60684,49.741180000000014,0],[10.60732,49.741089999999986,0],[10.60755,49.741180000000014,0],[10.608100000000002,49.74109999999999,0],[10.608700000000002,49.74108000000001,0],[10.61172,49.74034999999998,0],[10.6134,49.73985999999999,0],[10.61428,49.7397,0],[10.61538,49.73955000000001,0],[10.61603,49.739419999999996,0],[10.6168,49.73921999999999,0],[10.61819,49.73898,0],[10.618570000000002,49.73894999999999,0],[10.6216,49.73928000000001,0],[10.624869999999998,49.73943999999997,0],[10.625909999999998,49.739419999999996,0],[10.62662,49.73946000000001,0],[10.62678,49.739390000000014,0],[10.62699,49.73937000000001,0],[10.62729,49.73940999999999,0],[10.62855,49.739689999999996,0],[10.62973,49.739990000000006,0],[10.63,49.740099999999984,0],[10.630180000000001,49.740020000000015,0],[10.63033,49.740020000000015,0],[10.63187,49.739330000000024,0],[10.631519999999998,49.739120000000014,0],[10.631959999999998,49.73876999999999,0],[10.63065,49.738470000000035,0],[10.63131,49.73768000000001,0],[10.631519999999998,49.73778999999999,0],[10.63165,49.73792,0],[10.63238,49.73835,0],[10.63276,49.73853,0],[10.63308,49.73875000000001,0],[10.633489999999998,49.73919000000001,0],[10.63371,49.739330000000024,0],[10.63541,49.740020000000015,0],[10.63551,49.74012999999999,0],[10.63576,49.74059,0],[10.636020000000002,49.74063000000001,0],[10.63634,49.74063000000001,0],[10.63651,49.74072000000001,0],[10.63644,49.74089000000001,0],[10.63655,49.740970000000004,0],[10.63718,49.741029999999995,0],[10.637639999999998,49.74123000000003,0],[10.63827,49.74137000000002,0],[10.638649999999998,49.74158,0],[10.63885,49.74163999999999,0],[10.63892,49.74162000000001,0],[10.638960000000003,49.74137999999999,0],[10.639180000000001,49.74131,0],[10.638719999999998,49.74117000000001,0],[10.6391,49.74072000000001,0],[10.63927,49.74043,0],[10.64016,49.7406,0],[10.64039,49.74044000000001,0],[10.64045,49.74036000000001,0],[10.64071,49.739889999999974,0],[10.639909999999999,49.739779999999996,0],[10.640459999999997,49.738940000000014,0],[10.64123,49.73819,0],[10.64318,49.73696000000001,0],[10.64184,49.735929999999996,0],[10.64293,49.735299999999995,0],[10.64272,49.73462000000001,0],[10.64217,49.73366999999999,0],[10.64206,49.732590000000016,0],[10.6425,49.73232999999999,0],[10.643150000000002,49.73203000000001,0],[10.64432,49.731600000000014,0],[10.6447,49.73061999999999,0],[10.644969999999999,49.73016000000001,0],[10.646050000000002,49.729510000000005,0],[10.64639,49.72926000000001,0],[10.64797,49.727870000000024,0],[10.64872,49.72710000000001,0],[10.64934,49.72681,0],[10.6496,49.72655999999998,0],[10.65037,49.72610999999998,0],[10.650910000000001,49.72570999999999,0],[10.65127,49.72529,0],[10.651240000000001,49.7252,0],[10.65101,49.7251,0],[10.65138,49.72492,0],[10.65181,49.724800000000016,0],[10.651990000000001,49.72434000000001,0],[10.652129999999998,49.724109999999996,0],[10.65243,49.72406999999998,0],[10.65297,49.72328999999999,0],[10.65322,49.72281000000004,0],[10.653730000000001,49.72283999999999,0],[10.65395,49.722319999999996,0],[10.654319999999998,49.721090000000004,0],[10.65561,49.721329999999995,0],[10.65676,49.72164000000001,0],[10.65786,49.721990000000005,0],[10.65868,49.72219999999999,0],[10.66046,49.72249000000002,0],[10.661,49.72245000000001,0],[10.662859999999998,49.722440000000006,0],[10.66614,49.722260000000006,0],[10.66619,49.722530000000006,0],[10.67123,49.72237000000001,0],[10.67093,49.72328999999999,0],[10.66968,49.723360000000014,0],[10.66987,49.723839999999996,0],[10.669700000000002,49.72394000000003,0],[10.66963,49.724080000000015,0],[10.66908,49.72618,0],[10.6694,49.726380000000006,0],[10.66987,49.726530000000025,0],[10.66968,49.72716,0],[10.67121,49.72757999999999,0],[10.67287,49.72820999999999,0],[10.67469,49.72899000000001,0],[10.67627,49.729510000000005,0],[10.67605,49.72995,0],[10.67827,49.73034999999999,0],[10.6794,49.73035999999999,0],[10.68097,49.73048,0],[10.68211,49.73043000000001,0],[10.68305,49.73044999999999,0],[10.684069999999998,49.730549999999994,0],[10.68502,49.730850000000004,0],[10.684959999999998,49.731359999999995,0],[10.685590000000001,49.73140000000001,0],[10.68565,49.731690000000015,0],[10.685860000000002,49.732080000000025,0],[10.68614,49.732129999999984,0],[10.68634,49.73209000000003,0],[10.68815,49.73210000000003,0],[10.691460000000001,49.73230000000001,0],[10.692170000000003,49.73160999999999,0],[10.69697,49.731629999999996,0],[10.70179,49.731509999999986,0],[10.703460000000002,49.733959999999996,0],[10.70401,49.73459,0],[10.70447,49.73498000000001,0],[10.70478,49.73516999999998,0],[10.70351,49.73611999999997,0],[10.703449999999998,49.736760000000004,0],[10.7025,49.735929999999996,0],[10.702119999999999,49.73570000000001,0],[10.701519999999999,49.73537999999999,0],[10.701220000000001,49.73553000000001,0],[10.701479999999998,49.73568,0],[10.70195,49.736080000000015,0],[10.701849999999999,49.73642000000001,0],[10.7025,49.73683,0],[10.702860000000001,49.737120000000004,0],[10.70304,49.737299999999976,0],[10.70304,49.737419999999986,0],[10.70351,49.73752999999999,0],[10.70387,49.737689999999986,0],[10.70432,49.73826,0],[10.70437,49.73841999999996,0],[10.70396,49.73916999999997,0],[10.70352,49.739840000000015,0],[10.70351,49.73992999999999,0],[10.70362,49.74000000000001,0],[10.703750000000001,49.74016,0],[10.70374,49.74023,0],[10.70338,49.74056999999999,0],[10.70315,49.740669999999994,0],[10.70305,49.740819999999985,0],[10.70347,49.741269999999986,0],[10.70432,49.74162999999999,0],[10.70429,49.741660000000024,0],[10.70437,49.74171000000004,0],[10.704600000000001,49.74147999999997,0],[10.704859999999998,49.74162000000001,0],[10.70587,49.74197000000001,0],[10.70649,49.74226999999999,0],[10.706570000000001,49.74247,0],[10.70663,49.742790000000014,0],[10.70642,49.743570000000005,0],[10.7064,49.744230000000016,0],[10.70633,49.74462,0],[10.706570000000001,49.744609999999966,0],[10.7066,49.74537000000001,0],[10.7067,49.74574000000001,0],[10.70696,49.74624,0],[10.70795,49.747450000000015,0],[10.70755,49.747540000000015,0],[10.70704,49.74759999999998,0],[10.70561,49.74762999999999,0],[10.70535,49.74761999999998,0],[10.70445,49.74743000000001,0],[10.704079999999998,49.748429999999985,0],[10.70374,49.748310000000004,0],[10.70361,49.748170000000016,0],[10.70347,49.748170000000016,0],[10.7032,49.74805999999998,0],[10.70274,49.747960000000006,0],[10.7021,49.74759,0],[10.70188,49.747389999999996,0],[10.70176,49.74734999999998,0],[10.70084,49.747450000000015,0],[10.70042,49.74744000000001,0],[10.70007,49.747240000000005,0],[10.69966,49.74722,0],[10.69961,49.74719999999999,0],[10.69966,49.747070000000036,0],[10.69961,49.74700999999999,0],[10.699139999999998,49.74696,0],[10.699040000000002,49.74698000000001,0],[10.69901,49.747019999999964,0],[10.69895,49.747299999999996,0],[10.698359999999997,49.74727999999999,0],[10.698409999999999,49.74710999999999,0],[10.698369999999999,49.747019999999964,0],[10.69805,49.74692999999999,0],[10.69799,49.74689000000001,0],[10.69805,49.74677,0],[10.6983,49.74664999999999,0],[10.69838,49.74653000000001,0],[10.6983,49.74646000000001,0],[10.6978,49.7465,0],[10.69753,49.74647999999999,0],[10.697300000000002,49.74641,0],[10.696729999999999,49.74638999999999,0],[10.69642,49.74629999999999,0],[10.69561,49.74624,0],[10.69525,49.74627000000001,0],[10.69511,49.746219999999994,0],[10.69505,49.74600000000001,0],[10.694869999999998,49.74584999999999,0],[10.69471,49.74575999999999,0],[10.69442,49.7458,0],[10.69393,49.746080000000006,0],[10.69381,49.74611999999999,0],[10.69372,49.74611999999999,0],[10.6934,49.74593999999999,0],[10.69293,49.74593999999999,0],[10.692489999999998,49.74598,0],[10.692350000000001,49.74594999999999,0],[10.69226,49.74591000000004,0],[10.69215,49.74574999999999,0],[10.69194,49.74562000000003,0],[10.69142,49.74549999999999,0],[10.691229999999997,49.745509999999996,0],[10.691229999999997,49.74597,0],[10.690789999999998,49.74602999999999,0],[10.6907,49.74600000000001,0],[10.69067,49.746080000000006,0],[10.69043,49.74626000000001,0],[10.690270000000002,49.74656999999996,0],[10.69,49.746849999999995,0],[10.68967,49.74709999999999,0],[10.68928,49.747299999999996,0],[10.689149999999998,49.74741,0],[10.68903,49.74813,0],[10.68909,49.74877000000001,0],[10.688549999999998,49.74867000000003,0],[10.688549999999998,49.750110000000035,0],[10.68826,49.75207,0],[10.688200000000002,49.75223,0],[10.68521,49.75228999999999,0],[10.68511,49.752470000000045,0],[10.68498,49.752549999999985,0],[10.684700000000001,49.75251,0],[10.684590000000002,49.75280000000001,0],[10.684480000000002,49.75345999999999,0],[10.680620000000001,49.75268,0],[10.680209999999999,49.75492,0],[10.67797,49.75433000000001,0],[10.677570000000001,49.755180000000024,0],[10.67708,49.75513999999998,0],[10.67606,49.75513999999998,0],[10.67545,49.755060000000014,0],[10.67529,49.755289999999974,0],[10.674819999999999,49.755660000000034,0],[10.67432,49.75582,0],[10.67338,49.755979999999994,0],[10.67288,49.756249999999994,0],[10.671780000000002,49.75671,0],[10.67187,49.75689,0],[10.67191,49.75717,0],[10.67194,49.75807999999998,0],[10.6722,49.758640000000014,0],[10.6724,49.75886,0],[10.672860000000002,49.75907999999998,0],[10.67338,49.75916999999998,0],[10.67418,49.759240000000005,0],[10.675089999999999,49.75941000000003,0],[10.67595,49.75964999999999,0],[10.67551,49.76111999999998,0],[10.67525,49.762609999999995,0],[10.6755,49.762580000000014,0],[10.676130000000002,49.76229000000001,0],[10.67665,49.763149999999996,0],[10.67725,49.7638,0],[10.677010000000001,49.76396,0],[10.67714,49.764250000000004,0],[10.67721,49.76429999999999,0],[10.67741,49.76435000000001,0],[10.679100000000002,49.764250000000004,0],[10.67932,49.76426000000001,0],[10.679649999999999,49.76441,0],[10.68114,49.76640000000003,0],[10.680840000000002,49.766640000000024,0],[10.68087,49.766850000000005,0],[10.681330000000003,49.76695000000001,0],[10.68141,49.76693999999998,0],[10.683180000000002,49.76802000000001,0],[10.68562,49.76929999999999,0],[10.68591,49.76955000000001,0],[10.68624,49.76973000000001,0],[10.68672,49.76992999999999,0],[10.68731,49.77005,0],[10.68739,49.769890000000004,0],[10.688300000000002,49.77024,0],[10.68941,49.770550000000014,0],[10.68979,49.77069,0],[10.68993,49.770939999999996,0],[10.691159999999998,49.77132000000003,0],[10.69151,49.771540000000016,0],[10.691950000000002,49.77203,0],[10.692049999999998,49.772369999999995,0],[10.692759999999998,49.772729999999996,0],[10.69318,49.77283,0],[10.693349999999999,49.77323999999999,0],[10.69367,49.77346,0],[10.69418,49.773709999999994,0],[10.69451,49.77372,0],[10.69481,49.77381,0],[10.69608,49.774460000000005,0],[10.696810000000001,49.775120000000044,0],[10.69664,49.775529999999975,0],[10.696839999999998,49.77564000000001,0],[10.6979,49.77611000000002,0],[10.69923,49.77656999999999,0],[10.70068,49.77723,0],[10.70169,49.77758,0],[10.70232,49.77775,0],[10.70477,49.77812,0],[10.70521,49.7775,0],[10.70552,49.77735999999996,0],[10.70584,49.777029999999996,0],[10.70599,49.776790000000005,0],[10.7076,49.77682999999999,0],[10.70772,49.776610000000005,0],[10.70796,49.77664999999999,0],[10.70856,49.7766,0],[10.709209999999999,49.776440000000036,0],[10.709470000000001,49.77627000000001,0],[10.70991,49.77647000000002,0],[10.71022,49.77656000000002,0],[10.71063,49.776440000000036,0],[10.71073,49.77645000000001,0],[10.71097,49.776759999999996,0],[10.71147,49.77707000000001,0],[10.71265,49.77826000000002,0],[10.713139999999997,49.77857,0],[10.71376,49.77884999999998,0],[10.71514,49.77940000000001,0],[10.71539,49.77959999999999,0],[10.71564,49.78014000000002,0],[10.71513,49.78030999999996,0],[10.71451,49.78093999999999,0],[10.71427,49.78125,0],[10.7141,49.78166999999999,0],[10.71395,49.782340000000005,0],[10.71379,49.78271000000001,0],[10.71372,49.78274999999999,0],[10.71353,49.78277,0],[10.71332,49.783000000000015,0],[10.71339,49.78323999999998,0],[10.713479999999999,49.78336999999999,0],[10.71345,49.78350999999998,0],[10.713519999999999,49.78358,0],[10.713930000000001,49.78370000000001,0],[10.714399999999998,49.78378000000001,0],[10.71497,49.78397000000001,0],[10.715439999999997,49.784159999999986,0],[10.71557,49.784279999999995,0],[10.71554,49.78501,0],[10.71545,49.78519,0],[10.71521,49.78549000000001,0],[10.71524,49.78585000000001,0],[10.71506,49.78597000000002,0],[10.71495,49.78614999999999,0],[10.714929999999999,49.78632999999999,0],[10.71505,49.78658999999999,0],[10.71497,49.786820000000006,0],[10.71503,49.78735,0],[10.71492,49.787649999999985,0],[10.71502,49.787919999999986,0],[10.716039999999998,49.78782999999996,0],[10.71736,49.78788,0],[10.71818,49.78797,0],[10.719189999999998,49.78800000000001,0],[10.719909999999999,49.788129999999995,0],[10.72065,49.78820000000002,0],[10.721020000000001,49.78806,0],[10.72136,49.78788,0],[10.72264,49.787109999999984,0],[10.723019999999998,49.78672000000003,0],[10.723289999999999,49.78620999999998,0],[10.72364,49.78583999999998,0],[10.72382,49.78549000000001,0],[10.724059999999998,49.78525000000002,0],[10.72442,49.78502,0],[10.724869999999997,49.784909999999996,0],[10.725359999999998,49.78496999999999,0],[10.726630000000002,49.78540000000001,0],[10.72794,49.78460999999999,0],[10.728779999999999,49.783860000000004,0],[10.72928,49.78358,0],[10.729669999999999,49.78349,0],[10.730570000000002,49.783450000000016,0],[10.73106,49.78393999999997,0],[10.73136,49.78367000000003,0],[10.73159,49.783649999999994,0],[10.73236,49.783450000000016,0],[10.73303,49.78300999999999,0],[10.73345,49.782640000000015,0],[10.734,49.78224,0],[10.73526,49.78165999999999,0],[10.73595,49.78115,0],[10.73663,49.780489999999986,0],[10.736990000000002,49.780069999999995,0],[10.73685,49.780010000000004,0],[10.736770000000002,49.7799,0],[10.7369,49.779769999999985,0],[10.737770000000001,49.779229999999956,0],[10.73809,49.77895000000001,0],[10.73837,49.77841999999998,0],[10.738510000000002,49.778250000000014,0],[10.7393,49.77769999999998,0],[10.74046,49.77704,0],[10.74255,49.77608000000001,0],[10.74292,49.775949999999995,0],[10.744559999999998,49.775529999999975,0],[10.74702,49.774789999999996,0],[10.74752,49.774599999999964,0],[10.74769,49.774490000000014,0],[10.74791,49.774299999999954,0],[10.74759,49.77357000000001,0],[10.74786,49.77322000000004,0],[10.748280000000001,49.77296000000001,0],[10.749310000000001,49.772519999999986,0],[10.749459999999997,49.77247,0],[10.75008,49.772400000000005,0],[10.751089999999998,49.77242000000001,0],[10.75257,49.77235000000002,0],[10.75629,49.77247,0],[10.75627,49.77276999999998,0],[10.756599999999999,49.77278000000001,0],[10.75684,49.77247,0],[10.75742,49.77251000000001,0],[10.75794,49.77260000000001,0],[10.757969999999998,49.772279999999995,0],[10.75823,49.77158,0],[10.758179999999998,49.771139999999974,0],[10.75823,49.77095,0],[10.7601,49.77113,0],[10.76103,49.77118999999999,0],[10.761789999999998,49.77119999999999,0],[10.76181,49.77077,0],[10.76051,49.77082999999996,0],[10.760270000000002,49.77073999999999,0],[10.760349999999999,49.77043999999998,0],[10.76107,49.77041999999997,0],[10.761050000000001,49.76969999999997,0],[10.76121,49.76965000000001,0],[10.76145,49.76948999999999,0],[10.7625,49.769450000000035,0],[10.764210000000002,49.76947999999999,0],[10.764250000000002,49.76898,0],[10.763650000000002,49.7689,0],[10.76418,49.768339999999995,0],[10.7649,49.76750000000001,0],[10.76584,49.76773,0],[10.76608,49.767150000000015,0],[10.76733,49.767409999999984,0],[10.76895,49.767420000000016,0],[10.76917,49.76671999999999,0],[10.7692,49.76644999999999,0],[10.76938,49.76643999999999,0],[10.77007,49.76652999999999,0],[10.77077,49.766700000000014,0],[10.77133,49.766880000000015,0],[10.772149999999998,49.767030000000005,0],[10.774039999999998,49.76719,0],[10.775160000000001,49.76731000000001,0],[10.77568,49.76734999999999,0],[10.77582,49.767319999999955,0],[10.776130000000002,49.76704000000001,0],[10.77628,49.76680000000002,0],[10.776360000000002,49.766279999999995,0],[10.77631,49.76588000000001,0],[10.77693,49.76608000000002,0],[10.77726,49.76571999999999,0],[10.777730000000002,49.76580000000001,0],[10.77789,49.76579000000001,0],[10.77801,49.765739999999994,0],[10.778309999999998,49.76517999999999,0],[10.77869,49.76523,0],[10.77883,49.76522000000003,0],[10.778949999999998,49.765150000000006,0],[10.77911,49.764639999999986,0],[10.7791,49.764549999999986,0],[10.77901,49.76447000000002,0],[10.77908,49.76420999999996,0],[10.779239999999998,49.76411000000002,0],[10.77981,49.76390000000001,0],[10.78042,49.76241999999999,0],[10.78358,49.76268999999999,0],[10.784150000000002,49.76137,0],[10.78504,49.76051000000001,0],[10.78534,49.76033000000001,0],[10.786490000000002,49.75945999999999,0],[10.7869,49.759229999999974,0],[10.788240000000002,49.75814,0],[10.789500000000002,49.757059999999996,0],[10.789770000000003,49.754520000000014,0],[10.79133,49.75480999999999,0],[10.79156,49.75442000000001,0],[10.79181,49.75429999999997,0],[10.79189,49.75423000000001,0],[10.79189,49.75408999999999,0],[10.793459999999998,49.75404,0],[10.79343,49.75377,0],[10.79445,49.75208000000001,0],[10.79464,49.75185999999999,0],[10.79375,49.75150999999997,0],[10.79344,49.75131999999999,0],[10.792950000000001,49.75093000000001,0],[10.7927,49.75066000000001,0],[10.79262,49.75049000000001,0],[10.792550000000002,49.750110000000035,0],[10.795,49.75020000000001,0],[10.79523,49.75018,0],[10.79549,49.7501,0],[10.79531,49.74992,0],[10.795440000000001,49.749840000000006,0],[10.79654,49.74934999999999,0],[10.79685,49.74929,0],[10.79745,49.74907000000002,0],[10.79793,49.748969999999986,0],[10.79847,49.74889000000002,0],[10.79903,49.74875,0],[10.79909,49.74877000000001,0],[10.79946,49.74911,0],[10.801,49.747889999999984,0],[10.80066,49.74752000000004,0],[10.80037,49.74696,0],[10.80015,49.7458,0],[10.80017,49.744879999999995,0],[10.80044,49.74392,0],[10.800489999999998,49.743510000000015,0],[10.800489999999998,49.742369999999994,0],[10.799849999999998,49.74198999999999,0],[10.800109999999998,49.74199999999999,0],[10.80132,49.742189999999994,0],[10.80125,49.741390000000024,0],[10.802090000000002,49.74119999999999,0],[10.80284,49.74077999999997,0],[10.803049999999999,49.740639999999985,0],[10.80309,49.739390000000014,0],[10.80338,49.73791000000003,0],[10.80344,49.73785000000001,0],[10.803559999999997,49.73782,0],[10.803969999999998,49.73786999999999,0],[10.80481,49.73789000000002,0],[10.80616,49.737840000000006,0],[10.80683,49.73785000000001,0],[10.80779,49.7381,0],[10.808370000000002,49.73821000000001,0],[10.80915,49.73831999999999,0],[10.80969,49.73835,0],[10.80968,49.739239999999995,0],[10.811480000000001,49.73844,0],[10.812109999999999,49.73822999999999,0],[10.81268,49.73813999999999,0],[10.8132,49.73813000000001,0],[10.81494,49.73861000000002,0],[10.81551,49.73873999999998,0],[10.81679,49.738820000000004,0],[10.817690000000002,49.739300000000014,0],[10.818749999999998,49.73943,0],[10.81993,49.73982000000001,0],[10.82141,49.74036000000001,0],[10.822459999999998,49.740530000000035,0],[10.82265,49.740530000000035,0],[10.823169999999998,49.740700000000004,0],[10.82379,49.74108000000001,0],[10.82457,49.74167,0],[10.82513,49.74182999999999,0],[10.82615,49.74204,0],[10.82731,49.74239,0],[10.82731,49.74271999999999,0],[10.82726,49.74293,0],[10.82714,49.74310999999997,0],[10.82696,49.743270000000024,0],[10.82657,49.74349999999998,0],[10.82624,49.743629999999996,0],[10.82546,49.74380999999997,0],[10.8255,49.744219999999984,0],[10.82591,49.74418,0],[10.82565,49.74495999999996,0],[10.82575,49.745000000000005,0],[10.82579,49.74508,0],[10.82564,49.74528000000001,0],[10.82601,49.745630000000006,0],[10.82624,49.74592000000001,0],[10.82705,49.746730000000014,0],[10.827560000000002,49.747330000000005,0],[10.82811,49.74786,0],[10.82848,49.748530000000045,0],[10.8288,49.74941000000001,0],[10.82899,49.749570000000006,0],[10.82917,49.74960999999999,0],[10.82946,49.74959999999999,0],[10.830639999999999,49.749419999999986,0],[10.83178,49.74931000000001,0],[10.83237,49.74932000000001,0],[10.83278,49.749390000000034,0],[10.83304,49.74949000000001,0],[10.833419999999998,49.74978999999999,0],[10.83391,49.7499,0],[10.835539999999998,49.75086999999999,0],[10.835400000000002,49.751559999999984,0],[10.836579999999998,49.752369999999985,0],[10.83853,49.75273999999999,0],[10.83908,49.752790000000005,0],[10.83999,49.75280000000001,0],[10.84184,49.75335000000001,0],[10.842629999999998,49.75371000000001,0],[10.842419999999999,49.753960000000006,0],[10.84374,49.75444000000002,0],[10.84462,49.754819999999995,0],[10.844559999999998,49.75497999999999,0],[10.845430000000002,49.755210000000034,0],[10.84588,49.75543999999999,0],[10.846129999999999,49.755210000000034,0],[10.84631,49.75516000000002,0],[10.84823,49.755409999999955,0],[10.84886,49.75556,0],[10.84927,49.75552999999999,0],[10.84956,49.75561999999999,0],[10.85013,49.75573,0],[10.85117,49.75573,0],[10.85283,49.75549000000001,0],[10.853890000000002,49.755409999999955,0],[10.85425,49.7561,0],[10.85441,49.75630000000004,0],[10.85516,49.75677999999999,0],[10.85525,49.756879999999995,0],[10.85511,49.75694999999999,0],[10.855630000000001,49.75744,0],[10.855889999999999,49.75784999999999,0],[10.85624,49.758160000000004,0],[10.85652,49.75880000000001,0],[10.857060000000002,49.75876999999997,0],[10.85829,49.75859,0],[10.85885,49.75868,0],[10.86,49.758939999999996,0],[10.860500000000002,49.75829999999999,0],[10.86069,49.75767999999999,0],[10.86189,49.757769999999994,0],[10.86193,49.757949999999994,0],[10.862689999999999,49.75789,0],[10.86318,49.75794000000002,0],[10.86304,49.75825000000003,0],[10.863729999999999,49.75828000000004,0],[10.86482,49.758610000000004,0],[10.86505,49.758039999999994,0],[10.8658,49.75650999999999,0],[10.86631,49.75662,0],[10.86627,49.7568,0],[10.866999999999999,49.75701000000001,0],[10.86745,49.75674000000001,0],[10.867999999999999,49.757059999999996,0],[10.86813,49.75730999999999,0],[10.868809999999998,49.75757999999996,0],[10.86934,49.757630000000006,0],[10.87012,49.757619999999974,0],[10.870240000000003,49.75758999999999,0],[10.87095,49.75699,0],[10.871379999999998,49.756140000000016,0],[10.87155,49.75489000000002,0],[10.87429,49.75561000000002,0],[10.874720000000002,49.75567000000001,0],[10.87587,49.755739999999975,0],[10.87629,49.75581,0],[10.876539999999999,49.755889999999994,0],[10.877660000000002,49.75631000000001,0],[10.877649999999997,49.756790000000024,0],[10.87755,49.75716000000003,0],[10.87876,49.75738000000001,0],[10.87833,49.75780000000003,0],[10.878239999999998,49.758230000000026,0],[10.878239999999998,49.758579999999995,0],[10.87806,49.75900999999999,0],[10.87789,49.75925999999998,0],[10.877429999999999,49.759619999999984,0],[10.87646,49.760590000000036,0],[10.87567,49.76065,0],[10.87578,49.76084,0],[10.87648,49.76277999999999,0],[10.876499999999998,49.762969999999996,0],[10.87643,49.76319999999998,0],[10.877170000000001,49.763360000000006,0],[10.8772,49.76347999999999,0],[10.87745,49.76387999999997,0],[10.87757,49.763949999999994,0],[10.877799999999999,49.764009999999985,0],[10.877869999999998,49.76447000000002,0],[10.877909999999998,49.765150000000006,0],[10.877649999999997,49.765829999999994,0],[10.87728,49.76577999999998,0],[10.8769,49.765950000000004,0],[10.87707,49.76605000000001,0],[10.877290000000002,49.766099999999994,0],[10.87745,49.76623000000001,0],[10.877510000000001,49.76693999999998,0],[10.87719,49.76701,0],[10.87693,49.76689999999999,0],[10.87578,49.76695999999998,0],[10.87526,49.76686999999998,0],[10.87508,49.76695999999998,0],[10.87404,49.767589999999984,0],[10.87321,49.767409999999984,0],[10.87303,49.76773,0],[10.87259,49.76769999999999,0],[10.87212,49.76776000000001,0],[10.87176,49.76785000000001,0],[10.87177,49.76812000000001,0],[10.87165,49.76873000000003,0],[10.87144,49.768809999999974,0],[10.87116,49.76913999999999,0],[10.87014,49.76913999999999,0],[10.86992,49.76908,0],[10.86994,49.76931999999999,0],[10.8705,49.770580000000024,0],[10.87087,49.77059,0],[10.87117,49.77064999999999,0],[10.87203,49.77091999999999,0],[10.872210000000003,49.77092999999999,0],[10.87277,49.77089999999998,0],[10.872980000000002,49.77091999999999,0],[10.87373,49.77122,0],[10.87367,49.77143000000001,0],[10.87417,49.771529999999984,0],[10.874350000000002,49.771540000000016,0],[10.87506,49.77136999999999,0],[10.875430000000001,49.77139,0],[10.87572,49.77149,0],[10.87589,49.77173000000002,0],[10.876570000000001,49.77181999999999,0],[10.87679,49.772099999999995,0],[10.87719,49.772279999999995,0],[10.87744,49.772310000000004,0],[10.87753,49.77244000000002,0],[10.87771,49.772490000000005,0],[10.877799999999999,49.77262999999999,0],[10.8784,49.77276999999998,0],[10.87856,49.772850000000005,0],[10.878660000000002,49.77287000000001,0],[10.87893,49.77283,0],[10.87926,49.772880000000015,0],[10.879649999999998,49.77280999999999,0],[10.88026,49.77280999999999,0],[10.88145,49.77288999999999,0],[10.88205,49.77296999999999,0],[10.8831,49.77323000000001,0],[10.884069999999998,49.773619999999994,0],[10.88495,49.77372,0],[10.88576,49.77376000000001,0],[10.8876,49.773949999999985,0],[10.88782,49.77359000000001,0],[10.88895,49.773949999999985,0],[10.89085,49.77447999999998,0],[10.89073,49.775660000000016,0],[10.89067,49.77587,0],[10.89098,49.775829999999985,0],[10.89277,49.775750000000016,0],[10.89297,49.775829999999985,0],[10.893150000000002,49.77605,0],[10.89344,49.77620999999999,0],[10.894329999999998,49.776009999999985,0],[10.89451,49.775750000000016,0],[10.89543,49.775750000000016,0],[10.89561,49.77544,0],[10.89608,49.77485999999999,0],[10.89676,49.77436,0],[10.8971,49.77403000000001,0],[10.897630000000001,49.77364,0],[10.89825,49.77306999999999,0],[10.89861,49.77280999999999,0],[10.89889,49.772549999999995,0],[10.89918,49.77260000000001,0],[10.8995,49.77270999999999,0],[10.899640000000002,49.77269999999996,0],[10.90052,49.772880000000015,0],[10.90096,49.77301,0],[10.90162,49.77323000000001,0],[10.90261,49.77365000000003,0],[10.902789999999998,49.77368000000004,0],[10.90292,49.77386000000001,0],[10.903199999999998,49.773830000000004,0],[10.90353,49.77375000000001,0],[10.90408,49.77357000000001,0],[10.9043,49.77375000000001,0],[10.903429999999998,49.77420999999998,0],[10.90296,49.77438999999998,0],[10.90091,49.775000000000006,0],[10.900589999999998,49.77564000000001,0],[10.90023,49.775960000000026,0],[10.89979,49.77656000000002,0],[10.89933,49.77696,0],[10.899489999999998,49.77697999999998,0],[10.90004,49.77717000000001,0],[10.90037,49.77734000000001,0],[10.9005,49.77745999999999,0],[10.90011,49.77781999999999,0],[10.89988,49.77814000000001,0],[10.89988,49.77826000000002,0],[10.9002,49.77826999999999,0],[10.90062,49.77832999999998,0],[10.90184,49.77861999999999,0],[10.90193,49.778610000000015,0],[10.90206,49.77852999999996,0],[10.90282,49.778670000000005,0],[10.90298,49.778760000000034,0],[10.90415,49.779240000000016,0],[10.905030000000002,49.77948000000001,0],[10.90511,49.77940000000001,0],[10.905729999999998,49.77946000000003,0],[10.906539999999998,49.779619999999994,0],[10.906660000000002,49.780069999999995,0],[10.906400000000001,49.780640000000034,0],[10.90715,49.780399999999986,0],[10.90821,49.78014999999999,0],[10.90852,49.78106,0],[10.90912,49.78102000000001,0],[10.91091,49.78128000000001,0],[10.9119,49.78137000000001,0],[10.91257,49.78030000000001,0],[10.912859999999998,49.77993000000001,0],[10.9138,49.780280000000005,0],[10.914339999999997,49.77996999999999,0],[10.914690000000002,49.780069999999995,0],[10.91518,49.78115,0],[10.91533,49.78165999999999,0],[10.91534,49.78225000000003,0],[10.917240000000001,49.78321999999997,0],[10.9189,49.784130000000005,0],[10.92105,49.78540000000001,0],[10.92175,49.78531000000001,0],[10.923059999999998,49.78495000000001,0],[10.923780000000002,49.78478999999999,0],[10.92475,49.78461999999999,0],[10.92558,49.78456,0],[10.92559,49.78469999999999,0],[10.92612,49.78488999999999,0],[10.92732,49.784249999999986,0],[10.927830000000002,49.78387000000001,0],[10.927849999999998,49.783979999999985,0],[10.9278,49.784140000000036,0],[10.92792,49.78439000000003,0],[10.92814,49.78471999999999,0],[10.92838,49.78498000000002,0],[10.928600000000001,49.78511999999998,0],[10.92911,49.78532999999999,0],[10.92966,49.78550999999999,0],[10.93012,49.785540000000026,0],[10.931019999999998,49.785560000000004,0],[10.93209,49.78548000000001,0],[10.932510000000002,49.785169999999994,0],[10.93184,49.78487999999999,0],[10.931239999999999,49.78469999999999,0],[10.93081,49.78433999999996,0],[10.93055,49.78403,0],[10.93044,49.78340000000003,0],[10.93034,49.78312,0],[10.92977,49.783000000000015,0],[10.92904,49.78275999999997,0],[10.928779999999998,49.78271000000001,0],[10.92882,49.78247999999999,0],[10.926929999999999,49.78206000000003,0],[10.9261,49.78197,0],[10.92568,49.78188,0],[10.92458,49.78151,0],[10.92448,49.78143,0],[10.92287,49.78084999999999,0],[10.92102,49.780339999999995,0],[10.92063,49.78020000000001,0],[10.91948,49.779529999999994,0],[10.919019999999998,49.77919,0],[10.918089999999998,49.778369999999995,0],[10.916910000000001,49.77712,0],[10.91729,49.776340000000005,0],[10.91727,49.77599000000001,0],[10.91742,49.775710000000004,0],[10.917570000000001,49.775690000000026,0],[10.91847,49.77543,0],[10.919019999999998,49.77535,0],[10.91926,49.77493999999999,0],[10.919019999999998,49.77429000000001,0],[10.918579999999999,49.773709999999994,0],[10.91894,49.77305000000001,0],[10.91956,49.772789999999986,0],[10.91882,49.772339999999986,0],[10.91967,49.77188000000001,0],[10.920030000000002,49.77184,0],[10.92056,49.77173000000002,0],[10.92082,49.77152000000001,0],[10.9209,49.77141,0],[10.92076,49.771240000000006,0],[10.92103,49.77115999999998,0],[10.92174,49.771079999999984,0],[10.922320000000001,49.770880000000005,0],[10.92278,49.770820000000015,0],[10.922849999999999,49.77071999999998,0],[10.923080000000002,49.770580000000024,0],[10.923179999999999,49.770460000000014,0],[10.923289999999998,49.77041,0],[10.92372,49.77037999999999,0],[10.92388,49.770279999999985,0],[10.92436,49.77014999999997,0],[10.9245,49.77003000000002,0],[10.9246,49.77001999999999,0],[10.92492,49.76987,0],[10.925029999999998,49.76988000000003,0],[10.92531,49.769769999999994,0],[10.92555,49.76975999999999,0],[10.92583,49.769679999999994,0],[10.92564,49.76946000000001,0],[10.925629999999998,49.769090000000006,0],[10.925889999999999,49.76813999999999,0],[10.92562,49.768159999999995,0],[10.9262,49.767830000000004,0],[10.92647,49.76775000000001,0],[10.92655,49.76760999999996,0],[10.92687,49.767319999999955,0],[10.92798,49.767330000000015,0],[10.92981,49.76743999999999,0],[10.93024,49.76750000000001,0],[10.930909999999999,49.76764,0],[10.93201,49.76626999999999,0],[10.93022,49.76587000000001,0],[10.9291,49.765510000000035,0],[10.92712,49.764609999999976,0],[10.92565,49.763859999999966,0],[10.92431,49.76509999999999,0],[10.92405,49.76523,0],[10.92327,49.76553000000001,0],[10.92327,49.76517999999999,0],[10.92297,49.76483999999999,0],[10.922710000000002,49.764639999999986,0],[10.92238,49.764459999999985,0],[10.92195,49.76447999999999,0],[10.92133,49.76420999999996,0],[10.92079,49.763109999999955,0],[10.91901,49.76344999999998,0],[10.918280000000001,49.76342999999997,0],[10.91737,49.76344999999998,0],[10.91679,49.763540000000006,0],[10.91636,49.76351,0],[10.9159,49.76355000000001,0],[10.915500000000002,49.76351,0],[10.91518,49.763329999999996,0],[10.9151,49.763720000000006,0],[10.91512,49.764020000000016,0],[10.91547,49.76545999999999,0],[10.91496,49.76545999999999,0],[10.91406,49.76553999999999,0],[10.9135,49.76563999999999,0],[10.91331,49.76562000000001,0],[10.91328,49.76553999999999,0],[10.91324,49.76483999999999,0],[10.91301,49.763919999999985,0],[10.91327,49.76326,0],[10.91344,49.762670000000014,0],[10.91397,49.76204000000001,0],[10.91421,49.76181,0],[10.91437,49.761750000000006,0],[10.91559,49.76168000000001,0],[10.91692,49.76187999999999,0],[10.91814,49.762009999999975,0],[10.91897,49.76203000000004,0],[10.91996,49.76186999999999,0],[10.92049,49.76172,0],[10.921209999999999,49.76164,0],[10.92179,49.76161999999999,0],[10.922359999999998,49.761750000000006,0],[10.92307,49.762,0],[10.92384,49.76241999999999,0],[10.924000000000001,49.76246000000003,0],[10.92428,49.762659999999954,0],[10.92469,49.76287000000002,0],[10.92483,49.76272,0],[10.92494,49.76250999999999,0],[10.92491,49.76236,0],[10.92495,49.76198999999997,0],[10.925040000000001,49.76147000000003,0],[10.92709,49.76194000000001,0],[10.927830000000002,49.76205999999999,0],[10.92798,49.761799999999994,0],[10.92811,49.76172,0],[10.9279,49.76114999999999,0],[10.92829,49.76119,0],[10.92863,49.76119,0],[10.929829999999999,49.760339999999985,0],[10.93064,49.75994,0],[10.9318,49.75951999999998,0],[10.931810000000002,49.75921999999997,0],[10.9316,49.75862999999998,0],[10.93143,49.75837999999999,0],[10.93107,49.75801999999999,0],[10.931100000000002,49.75777999999997,0],[10.93105,49.757480000000015,0],[10.93138,49.757239999999996,0],[10.93175,49.75707,0],[10.932740000000003,49.75627,0],[10.932879999999999,49.755870000000016,0],[10.933220000000002,49.75563,0],[10.9336,49.75542999999996,0],[10.93384,49.75540000000001,0],[10.93375,49.75522999999998,0],[10.934150000000002,49.75519,0],[10.93337,49.7535,0],[10.93323,49.75328999999999,0],[10.9329,49.75236000000001,0],[10.932499999999997,49.75238999999999,0],[10.932350000000001,49.75209000000001,0],[10.93152,49.75216999999998,0],[10.931580000000002,49.75232,0],[10.931580000000002,49.75247999999999,0],[10.93129,49.75262000000001,0],[10.93064,49.752700000000004,0],[10.93024,49.751930000000016,0],[10.930909999999999,49.75191000000001,0],[10.9315,49.75193999999999,0],[10.93171,49.75189,0],[10.9324,49.75167000000002,0],[10.932989999999998,49.751300000000015,0],[10.932690000000001,49.7509,0],[10.931810000000002,49.75095999999999,0],[10.93178,49.75083000000001,0],[10.93242,49.74992,0],[10.932159999999998,49.74988999999999,0],[10.932020000000001,49.74938,0],[10.93192,49.74923000000001,0],[10.932020000000001,49.749120000000005,0],[10.93209,49.7491,0],[10.932499999999997,49.749089999999995,0],[10.93307,49.74898999999999,0],[10.93411,49.74877000000001,0],[10.93514,49.74846999999997,0],[10.934839999999998,49.74782999999999,0],[10.93487,49.747749999999996,0],[10.93267,49.748249999999985,0],[10.931250000000002,49.748400000000004,0],[10.931119999999998,49.747900000000016,0],[10.93089,49.74737999999999,0],[10.93049,49.74750000000003,0],[10.92955,49.74764999999999,0],[10.92854,49.74777,0],[10.9264,49.74813,0],[10.926460000000002,49.747960000000006,0],[10.92658,49.74782999999999,0],[10.9268,49.747420000000005,0],[10.92672,49.747240000000005,0],[10.92649,49.74699000000001,0],[10.92729,49.74651,0],[10.92711,49.74626000000001,0],[10.92672,49.745990000000006,0],[10.92648,49.74572999999998,0],[10.92617,49.74556000000001,0],[10.9242,49.744879999999995,0],[10.923929999999999,49.74483000000001,0],[10.923619999999998,49.744939999999986,0],[10.92276,49.74430000000001,0],[10.92253,49.744230000000016,0],[10.922220000000001,49.74417,0],[10.921479999999999,49.74429000000001,0],[10.92133,49.74387999999999,0],[10.92126,49.74382,0],[10.919540000000001,49.74329000000003,0],[10.91908,49.743270000000024,0],[10.91913,49.74298999999999,0],[10.920059999999998,49.74306999999999,0],[10.92061,49.74247,0],[10.92069,49.74233000000001,0],[10.92108,49.74243999999999,0],[10.92163,49.742490000000004,0],[10.922029999999998,49.74146999999999,0],[10.92261,49.740669999999994,0],[10.92297,49.740309999999994,0],[10.923,49.74019000000001,0],[10.92344,49.739509999999996,0],[10.923769999999998,49.73867999999999,0],[10.923780000000002,49.73858999999999,0],[10.923329999999998,49.73841999999996,0],[10.92288,49.73850999999999,0],[10.92175,49.73863000000003,0],[10.92137,49.73868999999999,0],[10.92174,49.73782,0],[10.92089,49.73783,0],[10.920400000000003,49.73795000000001,0],[10.92082,49.73752999999999,0],[10.921319999999998,49.737599999999986,0],[10.921510000000001,49.73756,0],[10.921579999999999,49.73680000000002,0],[10.92173,49.736620000000045,0],[10.922480000000002,49.73625000000001,0],[10.92325,49.735990000000015,0],[10.92383,49.735829999999964,0],[10.92418,49.73577,0],[10.92501,49.73568,0],[10.92513,49.73550000000003,0],[10.92499,49.73525000000001,0],[10.924560000000001,49.73514,0],[10.92443,49.735330000000005,0],[10.923289999999998,49.73486,0],[10.923659999999998,49.73464000000001,0],[10.92438,49.73401000000001,0],[10.92522,49.73347000000001,0],[10.925669999999998,49.73311000000004,0],[10.92631,49.732309999999984,0],[10.926630000000001,49.732,0],[10.92677,49.73193999999998,0],[10.92699,49.73191,0],[10.92677,49.73156,0],[10.92645,49.731359999999995,0],[10.92722,49.73083,0],[10.928160000000002,49.72991999999999,0],[10.92825,49.72985,0],[10.93035,49.73049000000003,0],[10.932279999999999,49.728579999999994,0],[10.930170000000002,49.72793999999999,0],[10.93074,49.726910000000004,0],[10.93271,49.72752,0],[10.93349,49.72648000000001,0],[10.93387,49.72658000000004,0],[10.934729999999998,49.72673,0],[10.93606,49.72716,0],[10.93671,49.72746999999998,0],[10.93705,49.72757999999999,0],[10.93838,49.72764999999998,0],[10.93869,49.72773000000004,0],[10.93895,49.727870000000024,0],[10.9391,49.727990000000005,0],[10.93958,49.728590000000025,0],[10.94025,49.72898000000001,0],[10.94128,49.72944000000004,0],[10.94146,49.72887,0],[10.94187,49.72824,0],[10.94268,49.72658000000004,0],[10.94297,49.72606999999999,0],[10.94313,49.725629999999995,0],[10.943229999999998,49.725480000000005,0],[10.94361,49.725269999999995,0],[10.94425,49.72501,0],[10.94447,49.72486000000001,0],[10.9447,49.72465,0],[10.94503,49.72424000000001,0],[10.94512,49.72391000000002,0],[10.94527,49.72364999999999,0],[10.945390000000002,49.72352000000001,0],[10.94552,49.723450000000014,0],[10.945639999999997,49.72301999999999,0],[10.94578,49.72280000000001,0],[10.94656,49.72237999999999,0],[10.94762,49.722049999999996,0],[10.94807,49.72197,0],[10.9476,49.72055999999998,0],[10.947869999999998,49.720410000000015,0],[10.94846,49.720249999999965,0],[10.94887,49.72003000000001,0],[10.94819,49.71961999999999,0],[10.94908,49.71925999999999,0],[10.94941,49.7192,0],[10.9498,49.71898999999999,0],[10.950180000000001,49.71902,0],[10.950340000000002,49.71887000000004,0],[10.95024,49.71853999999999,0],[10.951220000000001,49.71833000000001,0],[10.95168,49.718289999999996,0],[10.95195,49.718019999999996,0],[10.9518,49.717899999999986,0],[10.950710000000003,49.71746999999999,0],[10.95113,49.7175,0],[10.95154,49.71761000000001,0],[10.952329999999998,49.717749999999995,0],[10.95256,49.71791000000002,0],[10.95353,49.7183,0],[10.95417,49.71848,0],[10.954970000000001,49.71879000000001,0],[10.95532,49.71863999999999,0],[10.95738,49.717929999999996,0],[10.95912,49.71743000000001,0],[10.95959,49.71732,0],[10.95985,49.71728999999999,0],[10.960239999999999,49.717299999999994,0],[10.96086,49.71738000000002,0],[10.96129,49.717190000000016,0],[10.96192,49.71697000000003,0],[10.96227,49.71688,0],[10.96249,49.71678,0],[10.96156,49.716350000000006,0],[10.96075,49.71585999999999,0],[10.95953,49.715360000000004,0],[10.95927,49.71517,0],[10.95911,49.715010000000035,0],[10.95896,49.71467999999999,0],[10.95893,49.71392000000003,0],[10.958800000000002,49.713539999999966,0],[10.95865,49.713239999999985,0],[10.95858,49.71320000000003,0],[10.958339999999998,49.71314000000001,0],[10.95738,49.7131,0],[10.95658,49.712980000000016,0],[10.95631,49.712620000000015,0],[10.95619,49.71235000000004,0],[10.956159999999999,49.71206000000001,0],[10.95575,49.711929999999995,0],[10.95525,49.712379999999996,0],[10.95521,49.71269000000001,0],[10.95421,49.71320000000003,0],[10.953219999999998,49.71388000000002,0],[10.95151,49.71475000000001,0],[10.950340000000002,49.714879999999994,0],[10.950279999999998,49.71459999999996,0],[10.950340000000002,49.71439000000001,0],[10.9508,49.71370000000002,0],[10.95068,49.71325999999996,0],[10.95002,49.71343000000002,0],[10.94978,49.713239999999985,0],[10.94812,49.71370000000002,0],[10.94763,49.71389000000002,0],[10.94746,49.71397999999999,0],[10.94714,49.71439000000001,0],[10.94697,49.71447999999998,0],[10.94496,49.71522999999999,0],[10.9443,49.71558999999996,0],[10.94333,49.71577000000002,0],[10.94144,49.715929999999986,0],[10.94096,49.716069999999974,0],[10.94037,49.71645000000001,0],[10.93962,49.71636999999998,0],[10.93893,49.71635999999998,0],[10.93886,49.716200000000015,0],[10.93905,49.7158,0],[10.939369999999998,49.715540000000004,0],[10.94007,49.71511000000001,0],[10.940289999999997,49.71530000000001,0],[10.940750000000001,49.715540000000004,0],[10.94119,49.71563999999998,0],[10.94163,49.715599999999995,0],[10.94155,49.715149999999994,0],[10.942259999999997,49.715179999999975,0],[10.943459999999998,49.715059999999994,0],[10.94469,49.714560000000006,0],[10.944990000000002,49.71451999999999,0],[10.94526,49.71433999999999,0],[10.94517,49.71391,0],[10.94489,49.713629999999995,0],[10.944500000000001,49.71373999999997,0],[10.944049999999999,49.71391,0],[10.944119999999998,49.713490000000036,0],[10.944350000000002,49.7131,0],[10.94533,49.711749999999995,0],[10.94508,49.711690000000004,0],[10.94474,49.71153000000001,0],[10.944620000000002,49.71153000000001,0],[10.94442,49.71159000000003,0],[10.94376,49.711990000000014,0],[10.9438,49.71236999999999,0],[10.94295,49.71263999999999,0],[10.94167,49.713719999999995,0],[10.94092,49.714290000000005,0],[10.940339999999999,49.71422000000001,0],[10.93986,49.71437,0],[10.938630000000002,49.714620000000025,0],[10.93833,49.714740000000006,0],[10.938219999999998,49.714650000000006,0],[10.93768,49.714439999999996,0],[10.937630000000002,49.71382,0],[10.93765,49.713329999999985,0],[10.93761,49.71319,0],[10.93732,49.71275,0],[10.93667,49.71255999999997,0],[10.93617,49.712890000000016,0],[10.93569,49.71303999999998,0],[10.93475,49.71323000000001,0],[10.93385,49.71359000000001,0],[10.93348,49.713809999999995,0],[10.93382,49.714049999999986,0],[10.93333,49.71441999999999,0],[10.932740000000003,49.7148,0],[10.93213,49.715149999999994,0],[10.93192,49.715239999999994,0],[10.93162,49.71530999999999,0],[10.93123,49.71513999999999,0],[10.93079,49.71521999999999,0],[10.930309999999999,49.71522999999999,0],[10.9299,49.715090000000004,0],[10.93029,49.71484000000001,0],[10.93034,49.71460999999999,0],[10.9307,49.713870000000014,0],[10.93093,49.713210000000004,0],[10.93111,49.71293,0],[10.9316,49.71239,0],[10.932250000000002,49.71134000000001,0],[10.93249,49.71122,0],[10.933319999999998,49.71055000000001,0],[10.93302,49.709720000000004,0],[10.932840000000002,49.70947999999996,0],[10.932840000000002,49.70920000000001,0],[10.93249,49.70919000000001,0],[10.932049999999998,49.71016,0],[10.93184,49.71039000000002,0],[10.93144,49.71068999999997,0],[10.9304,49.71128999999999,0],[10.929939999999998,49.71145000000001,0],[10.92948,49.711659999999995,0],[10.928430000000002,49.71242000000001,0],[10.92805,49.71263999999999,0],[10.92635,49.71307999999999,0],[10.925399999999998,49.71337,0],[10.92495,49.713460000000026,0],[10.92398,49.71356,0],[10.92337,49.713719999999995,0],[10.92279,49.71414999999999,0],[10.92277,49.71389000000002,0],[10.92332,49.71289999999999,0],[10.92294,49.71197999999998,0],[10.92302,49.71188999999998,0],[10.92327,49.71176,0],[10.9246,49.711540000000014,0],[10.92418,49.711160000000035,0],[10.923190000000002,49.71051,0],[10.92338,49.710080000000005,0],[10.922810000000002,49.709059999999994,0],[10.923450000000003,49.70895999999999,0],[10.92314,49.70864,0],[10.922689999999998,49.70785999999998,0],[10.922000000000002,49.70728,0],[10.92207,49.70684,0],[10.92467,49.707269999999994,0],[10.925029999999998,49.70724000000001,0],[10.92578,49.70706000000001,0],[10.92615,49.706999999999994,0],[10.92655,49.707040000000006,0],[10.92718,49.707179999999966,0],[10.92774,49.70613,0],[10.928530000000002,49.70506000000003,0],[10.92854,49.704980000000006,0],[10.92891,49.704290000000015,0],[10.929570000000002,49.70328999999998,0],[10.92979,49.70309,0],[10.93044,49.70267000000001,0],[10.9307,49.702380000000005,0],[10.930899999999998,49.70197000000002,0],[10.931349999999998,49.70204000000001,0],[10.93148,49.701809999999995,0],[10.931980000000001,49.70134999999999,0],[10.93207,49.701149999999984,0],[10.93209,49.700879999999984,0],[10.9335,49.70027999999999,0],[10.93526,49.700080000000014,0],[10.93736,49.69975999999997,0],[10.93851,49.69962000000001,0],[10.93824,49.69933,0],[10.93816,49.69917000000001,0],[10.93898,49.69910999999999,0],[10.93961,49.69900999999996,0],[10.94674,49.69744,0],[10.94664,49.69726,0],[10.94735,49.69705999999999,0],[10.948810000000002,49.696399999999954,0],[10.94967,49.696110000000004,0],[10.95065,49.695840000000004,0],[10.951399999999998,49.69559000000001,0],[10.9561,49.693749999999994,0],[10.95638,49.69367,0],[10.957239999999999,49.6935,0],[10.958360000000003,49.69330000000005,0],[10.96107,49.69227000000001,0],[10.962070000000002,49.69209999999998,0],[10.965290000000001,49.69206,0],[10.9653,49.69155000000001,0],[10.967630000000002,49.691329999999965,0],[10.96801,49.69130000000001,0],[10.968149999999998,49.691329999999965,0],[10.96831,49.691599999999994,0],[10.969040000000001,49.69140999999999,0],[10.968809999999998,49.69093000000001,0],[10.96947,49.690709999999996,0],[10.96984,49.69103999999996,0],[10.97059,49.69048000000001,0],[10.97331,49.69198,0],[10.9734,49.69192000000001,0],[10.97312,49.69164000000001,0],[10.9737,49.69134,0],[10.973989999999999,49.69149999999999,0],[10.9743,49.69126,0],[10.973690000000001,49.691010000000006,0],[10.97363,49.69089999999997,0],[10.973580000000002,49.69024999999999,0],[10.97312,49.69009,0],[10.972910000000002,49.689959999999985,0],[10.972810000000003,49.68985000000001,0],[10.97301,49.68968000000001,0],[10.973250000000002,49.68941000000001,0],[10.97341,49.689130000000006,0],[10.97363,49.68893,0],[10.97364,49.68869999999998,0],[10.97381,49.68772999999999,0],[10.97381,49.68745000000001,0],[10.97412,49.68679,0],[10.974390000000001,49.68657000000002,0],[10.97495,49.686350000000004,0],[10.97531,49.68613000000002,0],[10.97598,49.68545,0],[10.976649999999998,49.68413000000001,0],[10.975760000000001,49.683959999999985,0],[10.97531,49.683820000000026,0],[10.97417,49.682829999999996,0],[10.972910000000002,49.68191999999999,0],[10.97267,49.68186,0],[10.9723,49.68182999999999,0],[10.97315,49.68124,0],[10.97374,49.68063999999998,0],[10.97519,49.68120999999999,0],[10.97639,49.681790000000035,0],[10.97775,49.682230000000004,0],[10.97808,49.68231,0],[10.97922,49.68302,0],[10.979809999999999,49.6832,0],[10.980479999999998,49.68329,0],[10.98123,49.68333999999999,0],[10.98177,49.683239999999984,0],[10.98199,49.68308000000002,0],[10.98203,49.68246999999997,0],[10.982410000000002,49.6823,0],[10.98318,49.68208999999999,0],[10.9844,49.682079999999985,0],[10.98568,49.68227999999999,0],[10.98641,49.682230000000004,0],[10.98677,49.68248,0],[10.98689,49.682230000000004,0],[10.986799999999999,49.68186,0],[10.986830000000001,49.68171000000001,0],[10.98709,49.68159,0],[10.98765,49.68151,0],[10.98775,49.68195000000003,0],[10.98802,49.68218000000002,0],[10.98922,49.68248,0],[10.989689999999998,49.68289999999996,0],[10.990279999999998,49.683239999999984,0],[10.99056,49.68335999999999,0],[10.99136,49.68359000000001,0],[10.9916,49.68341000000001,0],[10.9918,49.6832,0],[10.991919999999999,49.683009999999996,0],[10.99205,49.682650000000024,0],[10.992150000000002,49.682500000000005,0],[10.9927,49.68251000000001,0],[10.99327,49.68268000000003,0],[10.995519999999999,49.682889999999986,0],[10.99621,49.68306999999999,0],[10.99754,49.683239999999984,0],[10.99914,49.68357,0],[11.002620000000002,49.684,0],[11.00538,49.684590000000014,0],[11.009109999999998,49.68544,0],[11.00935,49.68544,0],[11.009919999999997,49.68520000000001,0],[11.010449999999999,49.68508,0],[11.01151,49.68500000000003,0],[11.01218,49.684560000000005,0],[11.012859999999998,49.684560000000005,0],[11.01339,49.684590000000014,0],[11.013760000000001,49.684,0],[11.01441,49.68409,0],[11.01489,49.683820000000026,0],[11.015020000000002,49.68378000000001,0],[11.01538,49.6824,0],[11.015649999999999,49.68167,0],[11.01573,49.68093999999999,0],[11.01503,49.68084999999999,0],[11.01422,49.680619999999976,0],[11.013629999999997,49.68048999999999,0],[11.013420000000002,49.680380000000014,0],[11.01358,49.67993999999999,0],[11.01358,49.67943999999997,0],[11.01333,49.67900999999998,0],[11.01352,49.678830000000005,0],[11.01357,49.67857000000001,0],[11.01348,49.67840000000001,0],[11.013,49.678139999999985,0],[11.01336,49.677220000000005,0],[11.0126,49.677189999999996,0],[11.011779999999998,49.677059999999955,0],[11.01139,49.67735999999999,0],[11.01106,49.677539999999965,0],[11.01062,49.67765,0],[11.00993,49.67772000000002,0],[11.00963,49.67766,0],[11.009479999999998,49.67757,0],[11.009439999999998,49.67741000000001,0],[11.00949,49.677250000000015,0],[11.0099,49.67698999999999,0],[11.00963,49.67690999999999,0],[11.009439999999998,49.67671999999999,0],[11.00935,49.676559999999995,0],[11.00932,49.67624000000001,0],[11.009409999999999,49.675839999999994,0],[11.00947,49.67527999999999,0],[11.00824,49.67509000000001,0],[11.00671,49.67509000000001,0],[11.00478,49.67537999999999,0],[11.00442,49.67539000000002,0],[11.00426,49.67525999999998,0],[11.0042,49.67502999999999,0],[11.00417,49.67463000000001,0],[11.00383,49.67401000000001,0],[11.00505,49.67374000000001,0],[11.00612,49.673640000000006,0],[11.00708,49.67361,0],[11.00887,49.67362,0],[11.010110000000001,49.67383000000001,0],[11.01007,49.674019999999985,0],[11.01125,49.67410000000004,0],[11.0118,49.67409000000001,0],[11.01221,49.674049999999994,0],[11.012570000000002,49.673959999999994,0],[11.01266,49.67391000000001,0],[11.01322,49.673219999999986,0],[11.01338,49.67309000000003,0],[11.01351,49.67302000000001,0],[11.01395,49.6729,0],[11.01474,49.67230000000001,0],[11.01521,49.672079999999994,0],[11.01559,49.67221000000001,0],[11.01619,49.67215999999996,0],[11.01656,49.67201,0],[11.0169,49.671899999999994,0],[11.01731,49.67189000000002,0],[11.018400000000002,49.67160000000001,0],[11.01982,49.67148000000003,0],[11.02249,49.67177000000004,0],[11.02307,49.671910000000025,0],[11.02332,49.67193,0],[11.02414,49.67170999999996,0],[11.02479,49.67161999999999,0],[11.02487,49.67171999999999,0],[11.02575,49.67213000000001,0],[11.0262,49.67175000000003,0],[11.02633,49.671580000000006,0],[11.02677,49.67171999999999,0],[11.02697,49.671460000000025,0],[11.02773,49.670860000000005,0],[11.02933,49.67187999999999,0],[11.031470000000002,49.67296999999999,0],[11.031839999999999,49.673040000000015,0],[11.032020000000001,49.67251999999999,0],[11.032759999999998,49.67147,0],[11.037740000000001,49.67383000000001,0],[11.03793,49.67388,0],[11.04095,49.67528999999999,0],[11.04141,49.67544000000001,0],[11.04123,49.67572999999999,0],[11.04118,49.67603,0],[11.04122,49.676090000000016,0],[11.04129,49.676199999999966,0],[11.041840000000002,49.676230000000004,0],[11.04204,49.67626999999999,0],[11.042540000000002,49.677340000000015,0],[11.04322,49.67724000000001,0],[11.04351,49.67714000000001,0],[11.04381,49.67696000000001,0],[11.04562,49.67716999999999,0],[11.0463,49.6772,0],[11.04689,49.67739999999998,0],[11.047890000000002,49.6772,0],[11.048739999999999,49.6781,0],[11.048839999999998,49.67806999999999,0],[11.049339999999999,49.67814999999999,0],[11.04956,49.67851000000002,0],[11.0496,49.67859999999999,0],[11.049659999999998,49.67926,0],[11.04962,49.68081000000001,0],[11.049999999999999,49.680830000000014,0],[11.050450000000001,49.680999999999955,0],[11.05073,49.68106,0],[11.051079999999999,49.68106,0],[11.05176,49.68097,0],[11.05201,49.681430000000006,0],[11.052520000000001,49.68197000000001,0],[11.05398,49.68151,0],[11.05348,49.68079,0],[11.054420000000002,49.68045000000001,0],[11.054640000000001,49.68018999999998,0],[11.05461,49.68011000000001,0],[11.05191,49.67592000000002,0],[11.05151,49.675489999999996,0],[11.05136,49.675430000000006,0],[11.04995,49.67542000000003,0],[11.04977,49.67539000000002,0],[11.0496,49.67529999999999,0],[11.048000000000002,49.67296999999999,0],[11.04943,49.672619999999995,0],[11.048249999999998,49.670829999999995,0],[11.04716,49.669489999999996,0],[11.046569999999997,49.668650000000014,0],[11.04654,49.66843000000003,0],[11.046250000000002,49.66799,0],[11.04872,49.66738999999998,0],[11.05008,49.66714999999999,0],[11.05017,49.66709,0],[11.0502,49.666870000000046,0],[11.05014,49.66669999999999,0],[11.049549999999998,49.66593,0],[11.048139999999998,49.66445999999999,0],[11.04784,49.66404000000003,0],[11.04634,49.662379999999985,0],[11.04823,49.661689999999965,0],[11.04836,49.66187000000002,0],[11.048739999999999,49.662109999999984,0],[11.049109999999999,49.66217,0],[11.05016,49.662199999999984,0],[11.05042,49.66227999999998,0],[11.05049,49.66233,0],[11.05075,49.66230999999999,0],[11.05102,49.662229999999994,0],[11.05083,49.662109999999984,0],[11.05069,49.661910000000006,0],[11.05144,49.66144000000003,0],[11.051600000000002,49.66138000000001,0],[11.0519,49.66132999999999,0],[11.05318,49.66099000000003,0],[11.05265,49.660240000000016,0],[11.05392,49.66036,0],[11.05495,49.66018,0],[11.05493,49.66005999999996,0],[11.05474,49.659839999999974,0],[11.05458,49.65974,0],[11.05255,49.65897000000001,0],[11.0527,49.65872000000002,0],[11.051289999999998,49.658199999999994,0],[11.05246,49.65708999999998,0],[11.05614,49.658360000000016,0],[11.05657,49.658529999999985,0],[11.05701,49.65876,0],[11.058730000000002,49.659940000000006,0],[11.059280000000001,49.66039000000001,0],[11.059770000000002,49.66093000000001,0],[11.0602,49.66156999999998,0],[11.06082,49.661370000000005,0],[11.060550000000001,49.660920000000004,0],[11.06339,49.66031000000004,0],[11.06274,49.65825000000001,0],[11.062359999999998,49.657340000000005,0],[11.06219,49.656319999999994,0],[11.06187,49.655310000000014,0],[11.06165,49.653819999999996,0],[11.06153,49.65354999999997,0],[11.058800000000002,49.65356,0],[11.0577,49.653459999999995,0],[11.05759,49.65371000000002,0],[11.05748,49.654150000000016,0],[11.057089999999999,49.65418,0],[11.05682,49.65416000000002,0],[11.055159999999999,49.65379999999999,0],[11.054640000000001,49.653670000000005,0],[11.05414,49.65350000000001,0],[11.053369999999997,49.65341000000001,0],[11.05255,49.65325999999996,0],[11.051640000000003,49.652680000000004,0],[11.05101,49.652469999999994,0],[11.05016,49.65246000000002,0],[11.04915,49.65252000000001,0],[11.04902,49.6523,0],[11.04873,49.65232,0],[11.047880000000001,49.65225000000001,0],[11.047560000000002,49.65142,0],[11.047139999999999,49.65066999999999,0],[11.04649,49.649820000000034,0],[11.04621,49.64956000000001,0],[11.04614,49.649220000000014,0],[11.047070000000001,49.64847999999998,0],[11.04664,49.648179999999996,0],[11.04709,49.64787999999999,0],[11.04686,49.646979999999985,0],[11.046630000000002,49.646559999999965,0],[11.04637,49.64663999999999,0],[11.04622,49.646330000000006,0],[11.04645,49.645939999999996,0],[11.04691,49.645839999999964,0],[11.04722,49.64568,0],[11.047539999999998,49.64557000000002,0],[11.04772,49.645459999999986,0],[11.04792,49.64524,0],[11.04831,49.64510999999999,0],[11.04842,49.64499999999998,0],[11.048480000000001,49.64474999999999,0],[11.04857,49.64466999999999,0],[11.04856,49.64448999999999,0],[11.048480000000001,49.64439999999999,0],[11.048440000000001,49.64425,0],[11.04832,49.64420999999999,0],[11.04829,49.64417,0],[11.048370000000002,49.64366000000001,0],[11.04828,49.643290000000036,0],[11.04834,49.643,0],[11.04863,49.64275000000001,0],[11.04888,49.642379999999974,0],[11.048930000000002,49.642240000000015,0],[11.04894,49.64161999999999,0],[11.0473,49.64168999999998,0],[11.04689,49.64161999999999,0],[11.04643,49.64117999999996,0],[11.04609,49.64062999999999,0],[11.045729999999999,49.64057,0],[11.04504,49.64067000000003,0],[11.04329,49.64079000000001,0],[11.04317,49.640600000000006,0],[11.04312,49.64034000000001,0],[11.04315,49.639579999999995,0],[11.04178,49.63987,0],[11.04121,49.64004,0],[11.0405,49.64026999999999,0],[11.03868,49.64102,0],[11.03828,49.64114000000001,0],[11.038149999999998,49.64080999999999,0],[11.0381,49.640349999999984,0],[11.037549999999998,49.640420000000006,0],[11.03784,49.63841999999997,0],[11.03791,49.63735,0],[11.0381,49.63650000000001,0],[11.03738,49.63627999999997,0],[11.03736,49.63649000000001,0],[11.03724,49.63676000000004,0],[11.03576,49.63668999999999,0],[11.03542,49.63720000000001,0],[11.034750000000003,49.637969999999996,0],[11.03306,49.63817999999998,0],[11.03097,49.6386,0],[11.02948,49.63767999999999,0],[11.029169999999999,49.63753,0],[11.0274,49.636889999999994,0],[11.02672,49.63654999999997,0],[11.0255,49.63577000000001,0],[11.023410000000002,49.634169999999955,0],[11.02138,49.632799999999975,0],[11.02187,49.632480000000015,0],[11.022590000000001,49.63211000000001,0],[11.024160000000002,49.63150000000002,0],[11.024890000000001,49.63129000000001,0],[11.02569,49.63120000000001,0],[11.0256,49.631039999999985,0],[11.02564,49.63092000000003,0],[11.02619,49.630750000000006,0],[11.02624,49.63067000000001,0],[11.026159999999999,49.63046,0],[11.02605,49.630269999999996,0],[11.025779999999997,49.62995999999998,0],[11.02487,49.629850000000005,0],[11.02491,49.62974000000003,0],[11.02478,49.629609999999985,0],[11.024820000000002,49.62960000000001,0],[11.0248,49.62957,0],[11.024450000000002,49.62914000000001,0],[11.02471,49.628960000000006,0],[11.02555,49.62879000000001,0],[11.02517,49.62811999999997,0],[11.024899999999999,49.627489999999995,0],[11.024969999999998,49.627410000000026,0],[11.02537,49.62729999999999,0],[11.02672,49.62706,0],[11.02697,49.62697,0],[11.027239999999999,49.62671000000003,0],[11.02734,49.62603999999999,0],[11.02774,49.62603999999999,0],[11.02903,49.62617,0],[11.02935,49.62616,0],[11.029360000000002,49.62598,0],[11.02953,49.62585999999999,0],[11.031389999999998,49.625760000000014,0],[11.0316,49.6258,0],[11.03233,49.62574000000001,0],[11.032319999999999,49.62570000000002,0],[11.03279,49.62557000000001,0],[11.03289,49.62563,0],[11.033220000000002,49.625550000000004,0],[11.0335,49.62544,0],[11.03388,49.62536,0],[11.03457,49.62537999999998,0],[11.03501,49.62545,0],[11.03561,49.62523999999999,0],[11.03631,49.62486000000001,0],[11.03666,49.62452999999999,0],[11.03691,49.62419999999997,0],[11.037190000000002,49.62407000000002,0],[11.03729,49.623940000000005,0],[11.03761,49.62371999999999,0],[11.03784,49.62369000000004,0],[11.03819,49.62378000000001,0],[11.03854,49.623940000000005,0],[11.03876,49.62411,0],[11.039270000000002,49.62462999999997,0],[11.03962,49.62486000000001,0],[11.03884,49.62567999999999,0],[11.03864,49.626000000000005,0],[11.038599999999999,49.62628999999998,0],[11.03874,49.62662,0],[11.03925,49.627219999999994,0],[11.040240000000002,49.62772000000001,0],[11.03981,49.62899999999996,0],[11.04096,49.629369999999994,0],[11.040889999999997,49.62957,0],[11.04255,49.62980999999999,0],[11.04249,49.63013000000001,0],[11.04338,49.63025999999999,0],[11.04392,49.630499999999984,0],[11.044130000000001,49.630539999999996,0],[11.04446,49.63092000000003,0],[11.04475,49.63138000000001,0],[11.044950000000002,49.631609999999995,0],[11.04485,49.63274000000001,0],[11.04463,49.63342,0],[11.0459,49.63370000000003,0],[11.0462,49.633820000000014,0],[11.048600000000002,49.63400999999999,0],[11.05035,49.63407000000001,0],[11.05089,49.63404,0],[11.05188,49.63362000000001,0],[11.052420000000001,49.633430000000004,0],[11.05352,49.63314,0],[11.05481,49.63289,0],[11.05499,49.633200000000016,0],[11.055229999999998,49.634060000000005,0],[11.05532,49.63457,0],[11.05529,49.63468,0],[11.05508,49.63476,0],[11.05495,49.63486000000003,0],[11.05472,49.63544999999999,0],[11.054420000000002,49.63571999999999,0],[11.054,49.635969999999986,0],[11.05407,49.63665,0],[11.05403,49.63699,0],[11.05665,49.63756000000001,0],[11.05878,49.63767999999999,0],[11.05993,49.63763,0],[11.06004,49.63786999999999,0],[11.060550000000001,49.637880000000024,0],[11.060579999999998,49.63753,0],[11.06065,49.63731999999999,0],[11.061019999999997,49.63731999999999,0],[11.06096,49.636979999999966,0],[11.06111,49.63654,0],[11.061279999999998,49.63633999999999,0],[11.06156,49.63623999999999,0],[11.06196,49.63615999999999,0],[11.06209,49.63607999999999,0],[11.062149999999999,49.635729999999995,0],[11.062249999999999,49.63557,0],[11.06288,49.63538,0],[11.06324,49.63512000000003,0],[11.06449,49.63486000000003,0],[11.064439999999998,49.634479999999996,0],[11.06569,49.634180000000015,0],[11.06553,49.63371999999998,0],[11.06548,49.63305,0],[11.06587,49.633069999999975,0],[11.06645,49.63302999999999,0],[11.06728,49.63282000000004,0],[11.06769,49.63327000000004,0],[11.06858,49.63326000000001,0],[11.06863,49.63311999999999,0],[11.06828,49.632930000000016,0],[11.06826,49.632859999999994,0],[11.068340000000001,49.63274000000001,0],[11.068710000000001,49.63264000000001,0],[11.069,49.63236999999998,0],[11.069009999999999,49.63228000000001,0],[11.068870000000002,49.63220000000001,0],[11.068870000000002,49.632090000000034,0],[11.06881,49.63199,0],[11.068380000000001,49.63171,0],[11.06825,49.631519999999995,0],[11.0681,49.631189999999975,0],[11.06843,49.630859999999984,0],[11.06874,49.630799999999994,0],[11.06885,49.63044999999997,0],[11.06902,49.630420000000015,0],[11.069119999999998,49.62938,0],[11.069239999999999,49.62889999999999,0],[11.06971,49.62855999999999,0],[11.06992,49.628209999999996,0],[11.07,49.62796,0],[11.070719999999998,49.627820000000014,0],[11.071210000000002,49.627820000000014,0],[11.071760000000001,49.62777,0],[11.07215,49.62781000000001,0],[11.072810000000002,49.62763000000001,0],[11.072920000000002,49.627550000000014,0],[11.072920000000002,49.627410000000026,0],[11.07452,49.62697,0],[11.075499999999998,49.6268,0],[11.07602,49.62675999999999,0],[11.07786,49.626930000000016,0],[11.07829,49.626919999999984,0],[11.07873,49.62679,0],[11.08024,49.62646000000001,0],[11.07998,49.62437,0],[11.07872,49.62361000000001,0],[11.0788,49.62341000000001,0],[11.08138,49.62295,0],[11.0814,49.62284,0],[11.08114,49.62195,0],[11.08076,49.62200999999996,0],[11.08055,49.62195,0],[11.080409999999999,49.62162999999998,0],[11.08037,49.62127000000001,0],[11.08039,49.62079,0],[11.07848,49.62074999999999,0],[11.077259999999999,49.620779999999996,0],[11.0762,49.62094999999999,0],[11.076209999999998,49.62087,0],[11.07645,49.620419999999996,0],[11.076630000000002,49.619939999999986,0],[11.075769999999999,49.6199,0],[11.07602,49.61901000000003,0],[11.07639,49.61837,0],[11.07657,49.617790000000014,0],[11.07645,49.61711999999997,0],[11.07616,49.615980000000036,0],[11.07627,49.61563000000001,0],[11.07671,49.61498,0],[11.07842,49.61308,0],[11.07873,49.61288999999999,0],[11.079900000000002,49.61243000000002,0],[11.07993,49.61068,0],[11.0809,49.610690000000005,0],[11.08111,49.61055000000002,0],[11.0814,49.610270000000014,0],[11.08174,49.609759999999994,0],[11.0824,49.60832999999997,0],[11.08081,49.608059999999966,0],[11.08107,49.60754,0],[11.08215,49.60767999999999,0],[11.08222,49.60706000000002,0],[11.08159,49.60701,0],[11.08204,49.60594000000003,0],[11.083650000000002,49.60606999999999,0],[11.08408,49.60488000000001,0],[11.08536,49.60373999999999,0],[11.086170000000001,49.60199,0],[11.087960000000002,49.601789999999994,0],[11.08751,49.600120000000004,0],[11.088609999999997,49.60016999999999,0],[11.0903,49.60059000000001,0],[11.09086,49.60066999999998,0],[11.091989999999997,49.600750000000005,0],[11.092260000000001,49.60047,0],[11.0942,49.600480000000005,0],[11.094149999999999,49.599819999999994,0],[11.09655,49.599680000000006,0],[11.09662,49.599260000000015,0],[11.09915,49.59894,0],[11.09969,49.59885,0],[11.10081,49.598780000000005,0],[11.101170000000002,49.59969000000001,0],[11.10143,49.60058000000001,0],[11.10284,49.60055,0],[11.10284,49.600100000000026,0],[11.10401,49.600100000000026,0],[11.10493,49.60005999999996,0],[11.10619,49.59991999999997,0],[11.107179999999998,49.59975,0],[11.107139999999998,49.599549999999994,0],[11.10539,49.59950999999998,0],[11.10532,49.59900999999999,0],[11.10535,49.598810000000014,0],[11.10464,49.59878999999998,0],[11.1046,49.598900000000015,0],[11.10375,49.59881999999999,0],[11.10293,49.59878999999998,0],[11.1029,49.59870000000001,0],[11.10296,49.59858,0],[11.10293,49.598510000000005,0],[11.10256,49.598450000000014,0],[11.10126,49.59836999999999,0],[11.101,49.598299999999995,0],[11.100730000000002,49.598060000000004,0],[11.09985,49.59745000000001,0],[11.10059,49.597409999999996,0],[11.1024,49.5975,0],[11.10245,49.59737999999999,0],[11.102620000000002,49.59737000000004,0],[11.10401,49.597530000000035,0],[11.10468,49.5977,0],[11.10539,49.59778,0],[11.10575,49.597800000000035,0],[11.10588,49.59772000000001,0],[11.10608,49.59706,0],[11.10621,49.59707,0],[11.106230000000002,49.596959999999996,0],[11.10622,49.59591,0],[11.106450000000002,49.594949999999955,0],[11.106330000000002,49.594809999999995,0],[11.106440000000001,49.59387000000001,0],[11.10742,49.59395000000001,0],[11.107509999999998,49.59358,0],[11.10754,49.59309000000002,0],[11.10706,49.593079999999986,0],[11.106969999999999,49.59246000000002,0],[11.106739999999999,49.591560000000044,0],[11.10821,49.591560000000044,0],[11.10815,49.59111999999999,0],[11.10839,49.59091999999998,0],[11.10933,49.59199000000004,0],[11.109079999999999,49.59093999999999,0],[11.10905,49.58965999999998,0],[11.10884,49.588509999999985,0],[11.10951,49.58859000000001,0],[11.10991,49.588809999999995,0],[11.11057,49.58942999999999,0],[11.1103,49.59026,0],[11.11059,49.590239999999994,0],[11.110710000000001,49.59021000000001,0],[11.111379999999999,49.58989,0],[11.11153,49.58986999999999,0],[11.11169,49.589879999999965,0],[11.1123,49.589789999999994,0],[11.11396,49.58949999999999,0],[11.114389999999998,49.58957000000001,0],[11.114759999999999,49.58949999999999,0],[11.11567,49.58949999999999,0],[11.11619,49.58923999999999,0],[11.117360000000001,49.589259999999996,0],[11.11742,49.589229999999986,0],[11.117290000000002,49.589110000000005,0],[11.117319999999998,49.589079999999996,0],[11.11741,49.58906999999999,0],[11.11794,49.58913999999996,0],[11.118369999999999,49.589290000000005,0],[11.11876,49.58949000000001,0],[11.11923,49.58984000000001,0],[11.11969,49.59029000000001,0],[11.119970000000002,49.59047000000001,0],[11.120149999999999,49.59053,0],[11.12053,49.59056000000001,0],[11.12076,49.59,0],[11.12097,49.589169999999996,0],[11.12168,49.58901999999998,0],[11.12183,49.58892,0],[11.12257,49.58859000000001,0],[11.123190000000001,49.58867000000001,0],[11.12355,49.588689999999986,0],[11.12447,49.58856,0],[11.125229999999998,49.58858000000001,0],[11.12552,49.58852999999999,0],[11.125669999999998,49.58843000000002,0],[11.12617,49.58834000000002,0],[11.12665,49.588299999999975,0],[11.12718,49.588419999999985,0],[11.12761,49.58906000000002,0],[11.12719,49.58950999999999,0],[11.12772,49.58958000000001,0],[11.12796,49.58951999999999,0],[11.12842,49.58950999999999,0],[11.12855,49.58954,0],[11.12877,49.58951999999999,0],[11.12893,49.589560000000006,0],[11.129240000000001,49.58957000000001,0],[11.12943,49.58967000000001,0],[11.12956,49.58967000000001,0],[11.129880000000002,49.58957000000001,0],[11.12996,49.58951999999999,0],[11.13006,49.58927,0],[11.13031,49.589079999999996,0],[11.130469999999999,49.589200000000005,0],[11.1306,49.589229999999986,0],[11.13073,49.58914999999999,0],[11.131279999999999,49.5891,0],[11.13178,49.589169999999996,0],[11.13164,49.58992999999998,0],[11.13295,49.59012999999999,0],[11.13367,49.58903000000001,0],[11.133959999999998,49.58906000000002,0],[11.13393,49.58919,0],[11.134630000000001,49.589770000000016,0],[11.13492,49.58973,0],[11.13507,49.58965999999998,0],[11.135230000000002,49.58967999999999,0],[11.135489999999999,49.589830000000006,0],[11.135890000000002,49.589740000000006,0],[11.13611,49.5898,0],[11.13625,49.58928,0],[11.13644,49.58924999999999,0],[11.13648,49.58920999999998,0],[11.136490000000002,49.5891,0],[11.13694,49.589,0],[11.137080000000001,49.589,0],[11.1398,49.58947999999998,0],[11.139910000000002,49.58955,0],[11.14075,49.58949000000001,0],[11.14096,49.589529999999996,0],[11.14152,49.58972,0],[11.14208,49.589789999999994,0],[11.14227,49.59,0],[11.14247,49.58998,0],[11.14271,49.58989999999997,0],[11.14301,49.58989,0],[11.14305,49.58995999999999,0],[11.14317,49.58999,0],[11.14361,49.589879999999965,0],[11.14382,49.5898,0],[11.14437,49.589920000000006,0],[11.144550000000002,49.589909999999975,0],[11.14468,49.58985999999999,0],[11.144759999999998,49.58977999999999,0],[11.144799999999998,49.58946999999998,0],[11.14474,49.589320000000015,0],[11.14427,49.58931000000001,0],[11.14465,49.58906999999999,0],[11.14546,49.588899999999995,0],[11.14549,49.58879000000002,0],[11.14567,49.588629999999995,0],[11.14567,49.58852999999999,0],[11.14571,49.58852000000002,0],[11.145839999999998,49.58858000000001,0],[11.14586,49.58872999999997,0],[11.14589,49.588750000000005,0],[11.145949999999997,49.588779999999986,0],[11.14616,49.58879999999999,0],[11.14637,49.58879000000002,0],[11.14665,49.588689999999986,0],[11.14671,49.588539999999995,0],[11.1469,49.58831999999998,0],[11.14759,49.588190000000026,0],[11.148260000000002,49.58817000000002,0],[11.14871,49.588190000000026,0],[11.1489,49.58823000000001,0],[11.14926,49.588390000000004,0],[11.14946,49.58798999999999,0],[11.149549999999998,49.58763999999999,0],[11.14969,49.58756999999997,0],[11.149740000000001,49.58742999999998,0],[11.150109999999998,49.58735000000004,0],[11.150219999999997,49.588029999999975,0],[11.14993,49.58813000000001,0],[11.14992,49.588160000000016,0],[11.15,49.58847,0],[11.150219999999997,49.588629999999995,0],[11.150259999999998,49.58879999999999,0],[11.15061,49.58895000000001,0],[11.150919999999998,49.588899999999995,0],[11.15202,49.58861000000002,0],[11.152240000000003,49.588600000000014,0],[11.152350000000002,49.58862000000002,0],[11.15274,49.588840000000005,0],[11.15298,49.58912000000001,0],[11.15319,49.58927,0],[11.15336,49.58934000000002,0],[11.153680000000001,49.58940000000001,0],[11.15358,49.58985999999999,0],[11.15408,49.590040000000016,0],[11.155020000000002,49.59047000000001,0],[11.15533,49.59031999999999,0],[11.155159999999999,49.58932999999999,0],[11.155379999999997,49.58912000000001,0],[11.155250000000002,49.589050000000015,0],[11.155269999999998,49.589,0],[11.15545,49.58901999999998,0],[11.15557,49.58913000000001,0],[11.15565,49.589159999999964,0],[11.155759999999999,49.590149999999994,0],[11.15612,49.59009000000003,0],[11.15656,49.59012999999999,0],[11.15678,49.59020000000001,0],[11.15678,49.58934000000002,0],[11.157129999999999,49.58942999999999,0],[11.15766,49.58967999999999,0],[11.15813,49.58981,0],[11.15837,49.58968999999999,0],[11.15846,49.589740000000006,0],[11.15862,49.58975000000001,0],[11.15883,49.58958999999996,0],[11.15919,49.58949999999999,0],[11.15934,49.58949999999999,0],[11.1595,49.58954,0],[11.160040000000002,49.58946999999998,0],[11.15986,49.589110000000005,0],[11.16091,49.58912000000001,0],[11.16117,49.58904000000001,0],[11.16135,49.58831999999998,0],[11.16208,49.58828,0],[11.162110000000002,49.588629999999995,0],[11.162450000000002,49.58868000000001,0],[11.16273,49.58852000000002,0],[11.16277,49.58831000000001,0],[11.16274,49.588149999999985,0],[11.16279,49.58812,0],[11.16299,49.58828,0],[11.16317,49.58821000000003,0],[11.16337,49.58829,0],[11.16358,49.588269999999994,0],[11.16367,49.588299999999975,0],[11.16382,49.588449999999995,0],[11.16393,49.58845999999997,0],[11.164219999999998,49.58841000000001,0],[11.16437,49.58850000000004,0],[11.16481,49.58858000000001,0],[11.16491,49.58848000000003,0],[11.16499,49.58845999999997,0],[11.16518,49.58855,0],[11.165380000000003,49.58852999999999,0],[11.16546,49.58864,0],[11.16573,49.58865,0],[11.166090000000002,49.58877000000001,0],[11.16624,49.588869999999986,0],[11.16627,49.58903000000001,0],[11.16625,49.58909,0],[11.16596,49.589259999999996,0],[11.16601,49.589380000000006,0],[11.16592,49.58941999999999,0],[11.165720000000002,49.58940999999999,0],[11.16564,49.589439999999996,0],[11.16562,49.58962,0],[11.16575,49.58965999999998,0],[11.16604,49.58967000000001,0],[11.16612,49.58989,0],[11.16618,49.589920000000006,0],[11.166459999999999,49.589909999999975,0],[11.16669,49.59017,0],[11.16682,49.59016,0],[11.16687,49.589909999999975,0],[11.16673,49.589789999999994,0],[11.16673,49.58973,0],[11.16729,49.58959999999999,0],[11.1677,49.58936,0],[11.16826,49.58942999999999,0],[11.168270000000001,49.58971,0],[11.16821,49.58982,0],[11.16809,49.58985999999999,0],[11.16769,49.589830000000006,0],[11.16791,49.59013999999999,0],[11.168100000000003,49.59033999999997,0],[11.16833,49.590509999999995,0],[11.16958,49.59055000000001,0],[11.16956,49.59039999999999,0],[11.170730000000002,49.59030999999996,0],[11.170609999999998,49.5898,0],[11.17062,49.58950999999999,0],[11.1707,49.58928,0],[11.1712,49.58931000000001,0],[11.17092,49.58967999999999,0],[11.1712,49.58973,0],[11.1716,49.58975000000001,0],[11.17323,49.58955,0],[11.173319999999999,49.589969999999994,0],[11.1738,49.58950999999999,0],[11.17391,49.58932999999999,0],[11.17386,49.589110000000005,0],[11.175879999999998,49.588299999999975,0],[11.176400000000001,49.58919,0],[11.17792,49.58892,0],[11.177849999999998,49.58865,0],[11.177160000000002,49.588329999999985,0],[11.177259999999999,49.58811,0],[11.17796,49.58807999999999,0],[11.17795,49.58792,0],[11.177999999999999,49.587800000000016,0],[11.178069999999998,49.58773000000002,0],[11.17821,49.587680000000006,0],[11.17845,49.587680000000006,0],[11.17906,49.587800000000016,0],[11.17953,49.587860000000006,0],[11.17968,49.58784,0],[11.179819999999998,49.58778000000004,0],[11.179969999999999,49.58763999999999,0],[11.18011,49.587440000000015,0],[11.18018,49.58739,0],[11.18028,49.5874,0],[11.18042,49.58742999999998,0],[11.18065,49.58763999999999,0],[11.1808,49.58861000000002,0],[11.181790000000001,49.588750000000005,0],[11.18325,49.58883,0],[11.18404,49.588930000000005,0],[11.18466,49.588940000000036,0],[11.184989999999999,49.588989999999995,0],[11.185500000000001,49.58931000000001,0],[11.18548,49.588930000000005,0],[11.18581,49.58889000000002,0],[11.18618,49.58889000000002,0],[11.18621,49.58963000000003,0],[11.18615,49.59073000000001,0],[11.18608,49.59109999999998,0],[11.18874,49.591530000000034,0],[11.189849999999998,49.59167000000002,0],[11.19008,49.590329999999994,0],[11.192,49.59056000000001,0],[11.19419,49.59088,0],[11.195120000000001,49.59124000000003,0],[11.196360000000002,49.592029999999994,0],[11.19812,49.592749999999995,0],[11.199209999999999,49.59107,0],[11.200049999999997,49.591920000000016,0],[11.20036,49.592150000000004,0],[11.2008,49.59232,0],[11.200909999999999,49.59219999999999,0],[11.20197,49.59259,0],[11.20381,49.59307000000001,0],[11.204480000000002,49.59331,0],[11.20517,49.59369000000001,0],[11.20548,49.59380999999999,0],[11.20762,49.594359999999995,0],[11.20809,49.59473,0],[11.20924,49.59539000000001,0],[11.20886,49.59611000000001,0],[11.209749999999998,49.596479999999985,0],[11.20916,49.597229999999996,0],[11.20889,49.597710000000006,0],[11.2087,49.59841,0],[11.20863,49.59894,0],[11.20864,49.59933000000001,0],[11.20902,49.59942000000001,0],[11.20826,49.60070999999999,0],[11.207899999999999,49.60146,0],[11.20799,49.60158000000001,0],[11.208460000000002,49.60167000000001,0],[11.21,49.60207,0],[11.209980000000002,49.60212000000001,0],[11.2159,49.60437000000002,0],[11.21539,49.60486999999998,0],[11.21593,49.60495,0],[11.21575,49.605170000000015,0],[11.21541,49.60569000000001,0],[11.215180000000002,49.60595000000001,0],[11.21491,49.606120000000004,0],[11.21465,49.60622999999998,0],[11.21557,49.60712000000001,0],[11.2149,49.60810999999998,0],[11.21662,49.608689999999996,0],[11.21715,49.60892000000001,0],[11.218110000000001,49.60946000000001,0],[11.21838,49.60906,0],[11.22184,49.60864000000001,0],[11.222310000000002,49.60865000000001,0],[11.22595,49.60819000000001,0],[11.22548,49.60643999999999,0],[11.227799999999998,49.606150000000014,0],[11.22751,49.605109999999996,0],[11.227660000000002,49.60508999999999,0],[11.227199999999998,49.603549999999984,0],[11.226539999999998,49.6036,0],[11.22669,49.603290000000015,0],[11.22902,49.60309000000001,0],[11.229209999999998,49.60302999999999,0],[11.229400000000002,49.60284999999999,0],[11.22935,49.602679999999964,0],[11.22936,49.602450000000005,0],[11.22924,49.602329999999995,0],[11.22865,49.60207,0],[11.22862,49.60192000000001,0],[11.228719999999997,49.60177999999999,0],[11.22859,49.60132999999999,0],[11.2286,49.60113999999999,0],[11.22865,49.601099999999974,0],[11.22923,49.601169999999996,0],[11.22915,49.60082,0],[11.22919,49.60058000000001,0],[11.22953,49.59975,0],[11.23002,49.59894,0],[11.230210000000001,49.59849999999997,0],[11.230509999999999,49.59844000000001,0],[11.23087,49.598450000000014,0],[11.230810000000002,49.59894,0],[11.230689999999997,49.59918999999999,0],[11.23313,49.599429999999984,0],[11.233,49.598630000000014,0],[11.23298,49.597759999999994,0],[11.23368,49.59775000000002,0],[11.23368,49.59809999999999,0],[11.23409,49.59809000000004,0],[11.23425,49.598389999999995,0],[11.23446,49.59854000000004,0],[11.234790000000002,49.598600000000005,0],[11.23636,49.59863999999999,0],[11.23706,49.598720000000014,0],[11.23726,49.598839999999996,0],[11.237339999999998,49.59894,0],[11.23759,49.59913,0],[11.23876,49.598780000000005,0],[11.23893,49.599019999999996,0],[11.2393,49.59890999999999,0],[11.23945,49.59900999999999,0],[11.24181,49.598479999999995,0],[11.24143,49.59792999999999,0],[11.24123,49.59734000000003,0],[11.241979999999998,49.59715,0],[11.24192,49.596959999999996,0],[11.24233,49.596959999999996,0],[11.242440000000002,49.5967,0],[11.242650000000001,49.59653,0],[11.24425,49.596630000000005,0],[11.24505,49.59655000000001,0],[11.245110000000002,49.59685999999999,0],[11.24595,49.596929999999986,0],[11.24634,49.59691999999998,0],[11.24681,49.596810000000005,0],[11.24672,49.596310000000045,0],[11.24734,49.59646999999998,0],[11.248509999999998,49.59701000000001,0],[11.249200000000002,49.59719000000001,0],[11.24965,49.59727000000001,0],[11.24995,49.59719000000001,0],[11.25014,49.59709000000001,0],[11.250309999999999,49.59706,0],[11.25116,49.597080000000034,0],[11.2527,49.59703999999999,0],[11.25243,49.596209999999985,0],[11.25211,49.595680000000016,0],[11.25208,49.59545,0],[11.25229,49.594949999999955,0],[11.25296,49.59475000000003,0],[11.25323,49.594990000000024,0],[11.25377,49.595320000000015,0],[11.2541,49.59550999999999,0],[11.2544,49.595560000000006,0],[11.25447,49.59571,0],[11.25462,49.59587000000002,0],[11.25548,49.59629000000001,0],[11.25572,49.59652,0],[11.25579,49.59656000000001,0],[11.25628,49.59662000000003,0],[11.256199999999998,49.59828999999999,0],[11.25646,49.59825000000001,0],[11.25656,49.59854999999999,0],[11.25682,49.598510000000005,0],[11.25694,49.598900000000015,0],[11.25731,49.598839999999996,0],[11.25835,49.600869999999986,0],[11.258180000000001,49.60095000000001,0],[11.259409999999999,49.6019,0],[11.26013,49.60222999999996,0],[11.259919999999997,49.60239999999999,0],[11.260480000000001,49.602689999999996,0],[11.258769999999998,49.60380000000001,0],[11.25836,49.60413,0],[11.25934,49.60488999999998,0],[11.25957,49.605019999999996,0],[11.259849999999998,49.60504,0],[11.260040000000002,49.60507999999999,0],[11.2614,49.605549999999994,0],[11.262490000000001,49.60579000000001,0],[11.26327,49.60589999999999,0],[11.26369,49.60589000000002,0],[11.263889999999998,49.60667000000001,0],[11.26409,49.60694999999998,0],[11.26459,49.606809999999996,0],[11.26612,49.60658000000001,0],[11.26627,49.60676000000001,0],[11.266530000000001,49.60669000000004,0],[11.26666,49.60656,0],[11.26752,49.60646,0],[11.26759,49.60633999999999,0],[11.26775,49.60622999999998,0],[11.26814,49.606030000000004,0],[11.26895,49.60571999999999,0],[11.269389999999998,49.60561000000001,0],[11.26997,49.60552999999999,0],[11.27058,49.60556,0],[11.2709,49.606629999999996,0],[11.27128,49.60665,0],[11.27193,49.60676999999998,0],[11.27338,49.606600000000014,0],[11.27336,49.60647,0],[11.27407,49.60640000000001,0],[11.27509,49.60646,0],[11.275790000000002,49.60647,0],[11.276819999999999,49.60643999999999,0],[11.27754,49.60638,0],[11.27775,49.60633999999999,0],[11.27777,49.60616999999999,0],[11.278460000000003,49.60577999999998,0],[11.27863,49.60565,0],[11.27879,49.605620000000016,0],[11.27893,49.60565,0],[11.279010000000001,49.60560000000001,0],[11.2792,49.6054,0],[11.27932,49.605170000000015,0],[11.27944,49.604510000000005,0],[11.27979,49.6045,0],[11.28018,49.604559999999964,0],[11.28032,49.604149999999976,0],[11.28049,49.60383999999999,0],[11.28081,49.60395,0],[11.28069,49.60433000000003,0],[11.28517,49.60542000000001,0],[11.28517,49.606750000000005,0],[11.28595,49.60701,0],[11.28653,49.60709000000003,0],[11.28661,49.60907,0],[11.28691,49.60907,0],[11.28679,49.60956999999999,0],[11.28677,49.60986,0],[11.286839999999998,49.61034999999998,0],[11.286959999999999,49.61065999999997,0],[11.2871,49.610840000000024,0],[11.28735,49.61103,0],[11.28748,49.611080000000015,0],[11.287329999999999,49.61178000000001,0],[11.28689,49.61198000000002,0],[11.286399999999999,49.612089999999995,0],[11.28597,49.61288000000002,0],[11.285919999999999,49.61305999999999,0],[11.28609,49.61323999999999,0],[11.28632,49.61331000000001,0],[11.28632,49.613609999999994,0],[11.286550000000002,49.614360000000005,0],[11.28678,49.61554000000001,0],[11.28711,49.61804000000001,0],[11.28716,49.618629999999996,0],[11.28775,49.61861999999999,0],[11.28768,49.618780000000015,0],[11.28815,49.61864,0],[11.288230000000002,49.61711999999997,0],[11.29006,49.616870000000006,0],[11.29054,49.616870000000006,0],[11.29131,49.61737999999997,0],[11.29135,49.61716000000001,0],[11.29162,49.61668000000003,0],[11.29189,49.61641000000003,0],[11.292380000000001,49.61605,0],[11.29247,49.616209999999995,0],[11.29258,49.616330000000005,0],[11.29296,49.61659,0],[11.29373,49.61690999999999,0],[11.29398,49.616949999999974,0],[11.29387,49.61717999999999,0],[11.29381,49.61752000000001,0],[11.29396,49.61751000000001,0],[11.29547,49.61768000000001,0],[11.29667,49.617639999999966,0],[11.29678,49.618030000000005,0],[11.29681,49.61831000000004,0],[11.29738,49.619759999999985,0],[11.29711,49.62013999999999,0],[11.29697,49.6208,0],[11.29774,49.62071999999998,0],[11.29841,49.620509999999996,0],[11.2986,49.62026,0],[11.298580000000001,49.62007,0],[11.298609999999998,49.62004999999999,0],[11.299140000000001,49.620059999999995,0],[11.29926,49.620409999999964,0],[11.29966,49.62097,0],[11.30031,49.62092000000001,0],[11.30016,49.62131000000002,0],[11.299989999999998,49.62204,0],[11.29994,49.62234999999998,0],[11.299979999999998,49.622670000000056,0],[11.299840000000001,49.623069999999984,0],[11.297170000000001,49.622600000000006,0],[11.296389999999999,49.62254999999999,0],[11.29556,49.62244000000001,0],[11.29529,49.622709999999955,0],[11.29604,49.62329,0],[11.296539999999998,49.623789999999985,0],[11.29651,49.623980000000046,0],[11.296620000000003,49.62416000000002,0],[11.296240000000001,49.62434999999999,0],[11.29656,49.62463999999997,0],[11.2966,49.624750000000006,0],[11.29659,49.62492,0],[11.29608,49.626570000000015,0],[11.296979999999998,49.62667999999999,0],[11.29691,49.627110000000016,0],[11.297330000000002,49.627279999999985,0],[11.29751,49.62738999999996,0],[11.29774,49.62763000000001,0],[11.298,49.627820000000014,0],[11.298060000000001,49.62804,0],[11.29893,49.627909999999986,0],[11.29935,49.628409999999974,0],[11.299510000000001,49.62871999999999,0],[11.30016,49.62945000000002,0],[11.299670000000003,49.629579999999976,0],[11.29964,49.629770000000036,0],[11.29924,49.62984,0],[11.29841,49.63011,0],[11.29823,49.63020000000003,0],[11.298349999999997,49.63025999999999,0],[11.29989,49.630420000000015,0],[11.30082,49.63015999999999,0],[11.300579999999998,49.62975,0],[11.30205,49.629310000000004,0],[11.30318,49.62989999999999,0],[11.30184,49.63024999999999,0],[11.302890000000001,49.630889999999994,0],[11.303560000000001,49.631339999999994,0],[11.30405,49.63181,0],[11.30483,49.63164000000003,0],[11.30555,49.63165000000001,0],[11.30578,49.63182000000003,0],[11.306189999999999,49.63168000000002,0],[11.30659,49.631969999999995,0],[11.307899999999998,49.63305999999997,0],[11.308269999999998,49.63342,0],[11.308639999999999,49.63323,0],[11.3088,49.633200000000016,0],[11.31236,49.63380000000001,0],[11.31349,49.633929999999964,0],[11.314290000000002,49.634060000000005,0],[11.31458,49.634029999999996,0],[11.31504,49.633610000000004,0],[11.3153,49.63346999999996,0],[11.31552,49.633200000000016,0],[11.315660000000001,49.63308999999998,0],[11.31573,49.63287,0],[11.31604,49.632239999999996,0],[11.31618,49.632270000000005,0],[11.317230000000002,49.63210000000004,0],[11.31729,49.63201000000001,0],[11.318160000000002,49.63192000000001,0],[11.31818,49.632090000000034,0],[11.31959,49.63226,0],[11.31986,49.63226,0],[11.31963,49.63273000000001,0],[11.31958,49.63297,0],[11.319779999999998,49.63302999999999,0],[11.31974,49.63318000000001,0],[11.319800000000003,49.633489999999966,0],[11.31963,49.63413000000003,0],[11.319669999999999,49.634540000000015,0],[11.31963,49.63506000000001,0],[11.31974,49.63550000000001,0],[11.3203,49.635490000000004,0],[11.32084,49.63553000000002,0],[11.32092,49.63508999999999,0],[11.321170000000002,49.63508999999999,0],[11.32169,49.635189999999994,0],[11.32174,49.63574,0],[11.323120000000001,49.63569000000001,0],[11.32352,49.63553000000002,0],[11.324280000000002,49.635369999999966,0],[11.325059999999999,49.63532000000001,0],[11.32537,49.63541999999998,0],[11.32588,49.635459999999995,0],[11.325869999999998,49.635490000000004,0],[11.324920000000002,49.635940000000005,0],[11.3246,49.63614999999999,0],[11.324320000000002,49.63649000000001,0],[11.324210000000003,49.63683,0],[11.323390000000002,49.63668999999999,0],[11.323419999999999,49.63664,0],[11.322910000000002,49.63652999999999,0],[11.3224,49.63638,0],[11.32189,49.636089999999996,0],[11.32158,49.63602,0],[11.321419999999998,49.636059999999986,0],[11.321419999999998,49.63641999999999,0],[11.32095,49.63646000000003,0],[11.32067,49.636660000000006,0],[11.320589999999997,49.63686000000001,0],[11.32091,49.63708,0],[11.32162,49.63730000000001,0],[11.32225,49.63744,0],[11.32271,49.63747000000001,0],[11.32281,49.63765999999998,0],[11.32429,49.63759999999999,0],[11.3245,49.63756000000001,0],[11.32474,49.63702000000001,0],[11.325459999999998,49.63705999999999,0],[11.32584,49.637010000000004,0],[11.32625,49.63703000000001,0],[11.3272,49.637010000000004,0],[11.329039999999999,49.63708,0],[11.330289999999998,49.637069999999994,0],[11.33033,49.63683999999998,0],[11.33139,49.63686000000001,0],[11.33159,49.636889999999994,0],[11.33193,49.63699999999997,0],[11.332109999999998,49.63702000000001,0],[11.33262,49.637339999999995,0],[11.332940000000002,49.63844,0],[11.3324,49.639039999999994,0],[11.33213,49.63947000000002,0],[11.33232,49.639939999999996,0],[11.33274,49.64067000000003,0],[11.33301,49.64094,0],[11.33317,49.64129,0],[11.33325,49.641610000000014,0],[11.333189999999998,49.64197999999999,0],[11.33273,49.64266000000001,0],[11.33339,49.64303000000001,0],[11.33368,49.64344,0],[11.33415,49.643730000000005,0],[11.33509,49.643759999999986,0],[11.33592,49.643849999999986,0],[11.33617,49.64332999999999,0],[11.33667,49.64327,0],[11.33652,49.64369000000002,0],[11.33658,49.64401000000004,0],[11.336530000000002,49.64421999999999,0],[11.33587,49.64429000000001,0],[11.334819999999999,49.64448999999999,0],[11.33376,49.64472000000001,0],[11.33262,49.64502999999999,0],[11.33272,49.645219999999995,0],[11.33277,49.64565999999999,0],[11.33287,49.645839999999964,0],[11.33322,49.647099999999995,0],[11.333380000000002,49.647369999999995,0],[11.33377,49.64753999999999,0],[11.334090000000002,49.647549999999995,0],[11.33452,49.64769000000001,0],[11.33502,49.64750000000001,0],[11.33544,49.647999999999996,0],[11.33554,49.64831000000001,0],[11.33554,49.648439999999994,0],[11.33575,49.64867000000004,0],[11.33582,49.64886000000001,0],[11.33582,49.649220000000014,0],[11.33737,49.64956999999998,0],[11.33764,49.650109999999984,0],[11.33869,49.650480000000016,0],[11.339239999999998,49.65075999999999,0],[11.340470000000002,49.65165999999999,0],[11.341110000000002,49.65226999999999,0],[11.34133,49.65217999999999,0],[11.34175,49.65207000000001,0],[11.34194,49.65221,0],[11.342019999999998,49.652379999999994,0],[11.34159,49.6525,0],[11.34141,49.65258000000003,0],[11.34097,49.652950000000004,0],[11.340719999999997,49.65311,0],[11.340979999999998,49.65350999999998,0],[11.34129,49.65409,0],[11.34173,49.654480000000035,0],[11.3422,49.65512999999996,0],[11.342359999999998,49.655280000000005,0],[11.342480000000002,49.65535,0],[11.34274,49.65563000000003,0],[11.34226,49.65601000000001,0],[11.34187,49.65643,0],[11.34191,49.65644,0],[11.34189,49.65673000000001,0],[11.34127,49.657190000000014,0],[11.341809999999999,49.65746999999999,0],[11.34205,49.65764999999999,0],[11.34311,49.65885,0],[11.34354,49.65952999999999,0],[11.34373,49.65974,0],[11.34432,49.66057000000001,0],[11.34474,49.66086999999999,0],[11.346969999999999,49.660829999999976,0],[11.34713,49.66084000000001,0],[11.3477,49.661,0],[11.348009999999999,49.66113999999999,0],[11.34869,49.66157999999999,0],[11.34974,49.66189,0],[11.35009,49.66210000000001,0],[11.35106,49.662600000000026,0],[11.351239999999999,49.66266999999999,0],[11.351650000000001,49.66269,0],[11.35185,49.66302000000002,0],[11.35185,49.663250000000005,0],[11.35201,49.66351,0],[11.35196,49.66375000000002,0],[11.35255,49.66460000000001,0],[11.35278,49.664739999999966,0],[11.35504,49.66478999999998,0],[11.355769999999998,49.664829999999995,0],[11.35619,49.66494,0],[11.35663,49.665099999999995,0],[11.35702,49.665610000000015,0],[11.35773,49.665610000000015,0],[11.35884,49.665850000000006,0],[11.35979,49.66619,0],[11.3605,49.666349999999966,0],[11.36094,49.666349999999966,0],[11.361259999999998,49.66660000000002,0],[11.36172,49.66653000000002,0],[11.36294,49.66597999999999,0],[11.36292,49.665850000000006,0],[11.3632,49.665760000000006,0],[11.36367,49.665670000000034,0],[11.364159999999998,49.66562000000002,0],[11.364390000000002,49.66553999999999,0],[11.36488,49.66521999999998,0],[11.36514,49.665340000000015,0],[11.36545,49.66541000000001,0],[11.36564,49.66543999999996,0],[11.36606,49.66544999999999,0],[11.36623,49.66550999999998,0],[11.36736,49.66633999999999,0],[11.36839,49.66633999999999,0],[11.368500000000001,49.666650000000004,0],[11.36876,49.66657000000001,0],[11.36888,49.666439999999994,0],[11.36899,49.666390000000035,0],[11.36956,49.666470000000004,0],[11.36993,49.66678999999999,0],[11.37016,49.66687999999999,0],[11.370550000000001,49.66696999999999,0],[11.37079,49.66786999999999,0],[11.37119,49.66789,0],[11.372040000000002,49.66807,0],[11.37239,49.66811999999999,0],[11.37249,49.66830999999999,0],[11.372769999999997,49.66848999999996,0],[11.37305,49.668589999999995,0],[11.37291,49.66888,0],[11.37341,49.66910999999999,0],[11.37358,49.66944999999998,0],[11.374,49.669460000000015,0],[11.374490000000002,49.669219999999996,0],[11.37504,49.66935999999998,0],[11.37549,49.66924,0],[11.376709999999997,49.66899999999998,0],[11.37668,49.66846000000001,0],[11.37746,49.66855000000001,0],[11.37718,49.66778999999997,0],[11.377090000000003,49.66730000000004,0],[11.377090000000003,49.66653000000002,0],[11.37658,49.66607000000002,0],[11.376369999999998,49.66570999999999,0],[11.376039999999998,49.66494,0],[11.3758,49.664890000000014,0],[11.37559,49.66478999999998,0],[11.37532,49.664320000000004,0],[11.374750000000002,49.66385,0],[11.37462,49.66368,0],[11.3739,49.663369999999986,0],[11.37365,49.66320999999999,0],[11.37324,49.66305000000003,0],[11.372619999999998,49.6627,0],[11.37246,49.66257000000002,0],[11.37217,49.662120000000016,0],[11.37217,49.661929999999984,0],[11.372289999999998,49.66159999999999,0],[11.372289999999998,49.661460000000005,0],[11.37189,49.660270000000025,0],[11.37179,49.660120000000006,0],[11.37142,49.65978999999996,0],[11.37135,49.65969000000001,0],[11.37101,49.65882000000002,0],[11.371179999999999,49.65881000000002,0],[11.37146,49.65888000000001,0],[11.371590000000001,49.65888000000001,0],[11.372080000000002,49.658770000000004,0],[11.372810000000001,49.658660000000026,0],[11.37291,49.65861000000001,0],[11.37296,49.65837000000002,0],[11.37314,49.65827999999999,0],[11.37383,49.658090000000016,0],[11.37418,49.658150000000006,0],[11.37432,49.658349999999984,0],[11.3747,49.658529999999985,0],[11.37518,49.65868000000003,0],[11.376639999999998,49.658649999999994,0],[11.377339999999998,49.65884,0],[11.37777,49.659130000000005,0],[11.3784,49.65933000000001,0],[11.37914,49.659040000000005,0],[11.37939,49.65902,0],[11.37969,49.658770000000004,0],[11.379869999999999,49.65869000000001,0],[11.38028,49.65818999999999,0],[11.3803,49.657820000000015,0],[11.38062,49.65753999999998,0],[11.38085,49.65726999999998,0],[11.3811,49.657160000000005,0],[11.38117,49.65655000000001,0],[11.38136,49.65628000000001,0],[11.381389999999998,49.65611000000004,0],[11.38109,49.655699999999996,0],[11.38108,49.655370000000005,0],[11.381840000000002,49.654830000000004,0],[11.38271,49.654740000000004,0],[11.384549999999999,49.653880000000015,0],[11.38483,49.65428,0],[11.38665,49.65418,0],[11.38762,49.6541,0],[11.3872,49.65190000000001,0],[11.387109999999998,49.650980000000004,0],[11.38712,49.65068000000002,0],[11.38895,49.65016,0],[11.38949,49.65003999999996,0],[11.38919,49.64971,0],[11.388809999999998,49.64912000000004,0],[11.38845,49.64829,0],[11.39089,49.647580000000005,0],[11.391749999999998,49.647189999999995,0],[11.39191,49.647069999999985,0],[11.39192,49.64699000000002,0],[11.39176,49.64677000000003,0],[11.391870000000003,49.646630000000016,0],[11.39125,49.64618999999999,0],[11.39102,49.646060000000006,0],[11.38984,49.646330000000006,0],[11.389710000000001,49.646169999999984,0],[11.39067,49.64547999999999,0],[11.391010000000001,49.64501000000001,0],[11.3911,49.64472000000001,0],[11.39132,49.64437000000001,0],[11.39169,49.64401000000004,0],[11.3921,49.64371,0],[11.39263,49.64320000000001,0],[11.39311,49.64291,0],[11.39359,49.64274,0],[11.39448,49.642499999999984,0],[11.392009999999999,49.641929999999974,0],[11.39174,49.641850000000005,0],[11.3916,49.64184,0],[11.39135,49.641880000000015,0],[11.39119,49.64177000000001,0],[11.39174,49.641680000000036,0],[11.392229999999998,49.64174,0],[11.39239,49.641459999999995,0],[11.39257,49.64126999999999,0],[11.39307,49.64106000000001,0],[11.3932,49.64089000000001,0],[11.39311,49.64081999999999,0],[11.39319,49.64068,0],[11.39348,49.64047999999997,0],[11.39365,49.64049,0],[11.39397,49.64017999999999,0],[11.39366,49.63980000000004,0],[11.39366,49.639669999999995,0],[11.393240000000002,49.639460000000014,0],[11.39318,49.63916999999998,0],[11.3932,49.63887999999997,0],[11.39378,49.63860999999997,0],[11.39377,49.63852,0],[11.39353,49.63841999999997,0],[11.39325,49.638090000000005,0],[11.392679999999999,49.637729999999976,0],[11.39266,49.63753,0],[11.392719999999999,49.63728999999998,0],[11.3926,49.637280000000004,0],[11.3927,49.63649000000001,0],[11.392189999999998,49.63503,0],[11.39193,49.63449,0],[11.392449999999998,49.63445999999999,0],[11.392119999999998,49.63394999999997,0],[11.39173,49.63378,0],[11.39125,49.63349999999997,0],[11.39087,49.63337999999999,0],[11.39106,49.63305,0],[11.391149999999998,49.63273000000001,0],[11.39145,49.63258999999999,0],[11.391959999999997,49.63256000000001,0],[11.39237,49.6326,0],[11.393269999999998,49.632960000000026,0],[11.39415,49.63338999999999,0],[11.394720000000001,49.63333,0],[11.39523,49.633460000000014,0],[11.39602,49.63346999999996,0],[11.39645,49.63359,0],[11.396769999999998,49.63359,0],[11.397429999999998,49.63365999999999,0],[11.397139999999998,49.63351,0],[11.397,49.63337000000001,0],[11.39709,49.633129999999994,0],[11.397060000000002,49.63291000000001,0],[11.397099999999998,49.63275999999999,0],[11.397209999999998,49.632540000000006,0],[11.397579999999998,49.63217,0],[11.39753,49.631580000000014,0],[11.39768,49.631309999999985,0],[11.39796,49.63106000000002,0],[11.398279999999998,49.63096999999999,0],[11.399190000000003,49.631039999999985,0],[11.39991,49.63118,0],[11.399549999999998,49.63015999999999,0],[11.39913,49.630179999999996,0],[11.399030000000002,49.63000999999997,0],[11.3989,49.629520000000014,0],[11.399,49.62938,0],[11.39927,49.62932000000001,0],[11.39904,49.62877,0],[11.39846,49.62879000000001,0],[11.39763,49.62854999999996,0],[11.3973,49.62810000000002,0],[11.39672,49.62767999999997,0],[11.39616,49.627440000000036,0],[11.39683,49.626739999999984,0],[11.39675,49.62585999999999,0],[11.396850000000002,49.62576999999999,0],[11.397220000000003,49.625580000000014,0],[11.39781,49.624930000000006,0],[11.398239999999998,49.62482000000003,0],[11.39848,49.624840000000034,0],[11.39879,49.62482000000003,0],[11.398960000000002,49.62470999999999,0],[11.39949,49.62469999999999,0],[11.39993,49.62479999999999,0],[11.40031,49.62459000000001,0],[11.40038,49.624419999999986,0],[11.400600000000003,49.62422999999998,0],[11.40063,49.624149999999986,0],[11.40086,49.623980000000046,0],[11.40106,49.623729999999995,0],[11.4014,49.62353999999999,0],[11.401640000000002,49.62352999999999,0],[11.40188,49.62326999999999,0],[11.4021,49.623099999999994,0],[11.40232,49.622979999999984,0],[11.40272,49.62282999999999,0],[11.4028,49.622900000000016,0],[11.40441,49.622749999999996,0],[11.40441,49.62289000000001,0],[11.40471,49.62286,0],[11.404790000000002,49.62288000000001,0],[11.40487,49.622960000000006,0],[11.40488,49.623189999999965,0],[11.406969999999998,49.6233,0],[11.4071,49.62333000000001,0],[11.40727,49.623230000000035,0],[11.40742,49.62324000000001,0],[11.40789,49.62329,0],[11.40907,49.623549999999994,0],[11.409839999999999,49.623670000000004,0],[11.41019,49.623879999999986,0],[11.411470000000001,49.62477000000001,0],[11.412089999999997,49.62526,0],[11.41224,49.62531000000001,0],[11.41256,49.62531000000001,0],[11.41343,49.62525000000002,0],[11.41425,49.62601999999998,0],[11.41458,49.62530000000001,0],[11.41469,49.62482000000003,0],[11.4146,49.62378000000001,0],[11.41468,49.62338,0],[11.41485,49.622960000000006,0],[11.41479,49.62272999999996,0],[11.414820000000002,49.62243000000001,0],[11.41506,49.621989999999954,0],[11.414629999999999,49.621970000000005,0],[11.413370000000002,49.62179000000003,0],[11.41334,49.62155999999996,0],[11.41467,49.62174999999999,0],[11.41524,49.62177,0],[11.41545,49.621579999999966,0],[11.41577,49.62141,0],[11.41584,49.62132,0],[11.41584,49.62083999999999,0],[11.41573,49.620389999999986,0],[11.41577,49.620270000000005,0],[11.41587,49.620149999999995,0],[11.41605,49.62007,0],[11.41645,49.61995999999999,0],[11.41668,49.619849999999985,0],[11.41705,49.61941999999999,0],[11.41728,49.61921000000001,0],[11.418160000000002,49.618859999999984,0],[11.419090000000002,49.61822000000001,0],[11.419680000000001,49.617909999999995,0],[11.420010000000001,49.61768999999998,0],[11.42067,49.6172,0],[11.420859999999998,49.61702,0],[11.42096,49.61682999999999,0],[11.42103,49.616479999999996,0],[11.421079999999998,49.61638000000002,0],[11.4213,49.61619000000002,0],[11.42178,49.61586,0],[11.42201,49.61594999999997,0],[11.423350000000001,49.616119999999995,0],[11.42299,49.61574999999996,0],[11.424430000000001,49.615970000000004,0],[11.42449,49.61590000000001,0],[11.42464,49.61583999999999,0],[11.42534,49.61574999999996,0],[11.425360000000001,49.61553000000001,0],[11.42604,49.61446999999998,0],[11.42624,49.61439000000004,0],[11.426469999999998,49.61385000000001,0],[11.427069999999999,49.61418999999998,0],[11.427509999999998,49.61432000000002,0],[11.428179999999998,49.61437999999998,0],[11.42845,49.614479999999986,0],[11.42901,49.61480000000003,0],[11.42912,49.61497,0],[11.4291,49.615020000000015,0],[11.42916,49.615290000000016,0],[11.42914,49.61551,0],[11.42918,49.615790000000004,0],[11.4291,49.615880000000004,0],[11.42913,49.616059999999976,0],[11.42894,49.616569999999996,0],[11.4297,49.616690000000006,0],[11.42976,49.61750000000001,0],[11.43011,49.61750000000001,0],[11.430640000000002,49.61795000000001,0],[11.43151,49.61856,0],[11.4316,49.61869999999999,0],[11.43161,49.618960000000015,0],[11.4317,49.619320000000045,0],[11.431530000000002,49.61958999999999,0],[11.43068,49.62053,0],[11.430409999999998,49.62071,0],[11.43061,49.62125,0],[11.42994,49.621700000000004,0],[11.42987,49.62228999999999,0],[11.429600000000002,49.622600000000006,0],[11.42939,49.622739999999965,0],[11.42961,49.623189999999965,0],[11.430750000000002,49.62314000000001,0],[11.43086,49.623490000000004,0],[11.43167,49.62337000000002,0],[11.43161,49.62352999999999,0],[11.43142,49.62359000000001,0],[11.43128,49.62359000000001,0],[11.431179999999998,49.62450000000001,0],[11.4315,49.62463999999997,0],[11.43243,49.62517,0],[11.433,49.625640000000004,0],[11.433090000000002,49.62578999999997,0],[11.43223,49.62586999999999,0],[11.4317,49.62544,0],[11.43121,49.62519,0],[11.43081,49.62513999999999,0],[11.43009,49.6259,0],[11.42955,49.62635,0],[11.42913,49.62661,0],[11.4285,49.62678,0],[11.42865,49.627399999999994,0],[11.429000000000002,49.62801000000002,0],[11.42924,49.62811999999997,0],[11.429589999999997,49.628179999999986,0],[11.4298,49.62808000000001,0],[11.42984,49.62795,0],[11.429589999999997,49.627669999999995,0],[11.42955,49.627550000000014,0],[11.429560000000002,49.627430000000004,0],[11.42972,49.62724,0],[11.43032,49.626810000000006,0],[11.43077,49.62707,0],[11.43055,49.62729999999999,0],[11.430870000000002,49.62746999999999,0],[11.43116,49.62783000000002,0],[11.43136,49.628859999999975,0],[11.43173,49.628829999999994,0],[11.43204,49.62873999999999,0],[11.43351,49.628659999999996,0],[11.433789999999998,49.62862000000001,0],[11.43396,49.62856999999997,0],[11.43447,49.62831,0],[11.435419999999999,49.628060000000005,0],[11.435969999999998,49.62784000000002,0],[11.43668,49.62770999999998,0],[11.43712,49.62756999999999,0],[11.437609999999998,49.62756999999999,0],[11.43793,49.627890000000036,0],[11.439030000000002,49.627430000000004,0],[11.43919,49.627309999999994,0],[11.43992,49.62738999999996,0],[11.440479999999999,49.62733,0],[11.440989999999998,49.627219999999994,0],[11.44149,49.627039999999994,0],[11.44202,49.627140000000026,0],[11.44236,49.62695999999997,0],[11.44304,49.62689,0],[11.44353,49.62693999999996,0],[11.44386,49.62693999999996,0],[11.44436,49.62689,0],[11.444189999999999,49.62710000000001,0],[11.44498,49.62712000000002,0],[11.44531,49.62684999999999,0],[11.44551,49.62652,0],[11.446479999999998,49.626630000000006,0],[11.44748,49.62683000000001,0],[11.448129999999999,49.626919999999984,0],[11.44932,49.62751,0],[11.4506,49.62649999999999,0],[11.4513,49.62676999999999,0],[11.45192,49.62684999999999,0],[11.45204,49.62652,0],[11.45213,49.62640000000002,0],[11.45237,49.62646999999998,0],[11.454399999999998,49.62676999999999,0],[11.45623,49.62697,0],[11.45634,49.62724,0],[11.4566,49.627430000000004,0],[11.45745,49.627909999999986,0],[11.45857,49.627920000000046,0],[11.45869,49.628179999999986,0],[11.45814,49.62822,0],[11.45785,49.628330000000005,0],[11.45745,49.62836999999999,0],[11.45738,49.62846999999999,0],[11.45746,49.629009999999994,0],[11.4572,49.629400000000004,0],[11.45795,49.629549999999995,0],[11.45994,49.629609999999985,0],[11.45992,49.629970000000014,0],[11.45714,49.629880000000014,0],[11.45677,49.629880000000014,0],[11.456509999999998,49.629909999999995,0],[11.456669999999999,49.630150000000015,0],[11.45661,49.630480000000006,0],[11.457370000000001,49.63075999999998,0],[11.456930000000002,49.631580000000014,0],[11.45757,49.63172,0],[11.45781,49.63181,0],[11.457769999999998,49.632049999999964,0],[11.45771,49.632090000000034,0],[11.4581,49.632329999999996,0],[11.45836,49.6326,0],[11.45835,49.63279,0],[11.457889999999999,49.63301999999999,0],[11.45779,49.63310999999999,0],[11.45835,49.63311999999999,0],[11.45885,49.63308999999998,0],[11.45962,49.63298000000003,0],[11.46,49.63308000000001,0],[11.4605,49.63302999999999,0],[11.460939999999999,49.63302999999999,0],[11.461149999999998,49.63326000000001,0],[11.46114,49.633669999999995,0],[11.46054,49.634209999999996,0],[11.46054,49.634360000000015,0],[11.46043,49.634619999999956,0],[11.46043,49.63493999999997,0],[11.46049,49.635099999999966,0],[11.460449999999998,49.635339999999985,0],[11.46054,49.63551000000001,0],[11.46084,49.63547,0],[11.461120000000001,49.63560000000004,0],[11.46162,49.635519999999985,0],[11.462010000000001,49.63593,0],[11.46243,49.63598000000002,0],[11.462910000000003,49.63595000000001,0],[11.46357,49.63613000000001,0],[11.464280000000002,49.63615999999999,0],[11.46594,49.63646000000003,0],[11.466470000000001,49.63663,0],[11.46692,49.63686000000001,0],[11.46723,49.63708,0],[11.46832,49.63726,0],[11.46924,49.63728999999998,0],[11.47002,49.63723999999999,0],[11.47053,49.63717,0],[11.47082,49.63718,0],[11.47132,49.63738000000001,0],[11.4705,49.63769999999997,0],[11.4698,49.63810999999998,0],[11.46956,49.63817999999998,0],[11.469260000000002,49.63821999999999,0],[11.46909,49.63829000000001,0],[11.46878,49.638469999999984,0],[11.46856,49.638679999999994,0],[11.468399999999999,49.63978000000003,0],[11.46917,49.63983999999999,0],[11.469300000000002,49.63978000000003,0],[11.46938,49.63964999999999,0],[11.46968,49.63951,0],[11.46995,49.63944000000001,0],[11.47051,49.63938999999999,0],[11.471289999999998,49.63941,0],[11.471710000000002,49.63949000000002,0],[11.47195,49.63959,0],[11.47209,49.63971000000001,0],[11.472190000000001,49.64007999999998,0],[11.47472,49.64045999999996,0],[11.47451,49.64079000000001,0],[11.474229999999999,49.64111,0],[11.47279,49.64246,0],[11.47249,49.64282,0],[11.47214,49.64344,0],[11.47201,49.643849999999986,0],[11.4722,49.64394999999999,0],[11.47271,49.64402000000001,0],[11.4727,49.64451,0],[11.472819999999999,49.6446,0],[11.47344,49.644679999999994,0],[11.475719999999999,49.64458000000002,0],[11.47612,49.644709999999975,0],[11.47679,49.64479,0],[11.47851,49.64461,0],[11.47895,49.64466999999999,0],[11.47946,49.64462,0],[11.48005,49.6446,0],[11.48066,49.644540000000006,0],[11.480839999999999,49.64447000000004,0],[11.481,49.64448999999999,0],[11.481470000000002,49.644000000000005,0],[11.48171,49.64362,0],[11.481840000000002,49.64297000000002,0],[11.48175,49.642570000000035,0],[11.481740000000002,49.642060000000015,0],[11.482220000000002,49.641459999999995,0],[11.48386,49.64195999999998,0],[11.48365,49.64136000000002,0],[11.48447,49.64133000000001,0],[11.4856,49.641410000000036,0],[11.48625,49.641610000000014,0],[11.48685,49.64170999999999,0],[11.48713,49.641310000000004,0],[11.486260000000001,49.64066,0],[11.48621,49.64034000000001,0],[11.48654,49.64002999999997,0],[11.48709,49.63981000000004,0],[11.487630000000001,49.639639999999986,0],[11.488230000000001,49.639610000000005,0],[11.488720000000002,49.639669999999995,0],[11.488830000000002,49.63971000000001,0],[11.488830000000002,49.640299999999996,0],[11.48948,49.64059,0],[11.49002,49.640930000000026,0],[11.49048,49.64116000000001,0],[11.49055,49.64143999999999,0],[11.49043,49.641610000000014,0],[11.49033,49.64168999999998,0],[11.490350000000001,49.64195999999998,0],[11.49043,49.64207999999999,0],[11.49091,49.642529999999994,0],[11.49147,49.64295000000001,0],[11.49144,49.643640000000005,0],[11.4913,49.643730000000005,0],[11.49103,49.644000000000005,0],[11.49091,49.64420999999999,0],[11.49096,49.64465000000001,0],[11.49103,49.644769999999994,0],[11.49113,49.644870000000026,0],[11.491679999999999,49.645219999999995,0],[11.49188,49.645309999999995,0],[11.492119999999998,49.645370000000014,0],[11.492559999999997,49.645399999999995,0],[11.493159999999998,49.6455,0],[11.49336,49.64565999999999,0],[11.49342,49.64571000000001,0],[11.49344,49.64588999999998,0],[11.4933,49.646240000000006,0],[11.49314,49.64637999999999,0],[11.493250000000002,49.64657,0],[11.49385,49.646510000000006,0],[11.494239999999998,49.646720000000016,0],[11.49481,49.64708000000002,0],[11.495030000000002,49.64711,0],[11.49514,49.64708000000002,0],[11.49535,49.646979999999985,0],[11.495250000000002,49.64685,0],[11.49478,49.646559999999965,0],[11.495,49.646439999999984,0],[11.495470000000001,49.646360000000044,0],[11.49589,49.64637999999999,0],[11.496290000000002,49.64654999999999,0],[11.49655,49.64689999999999,0],[11.49679,49.646919999999994,0],[11.496960000000001,49.64708999999999,0],[11.49716,49.64751000000004,0],[11.49801,49.64778000000001,0],[11.49823,49.64802,0],[11.498179999999998,49.6482,0],[11.49857,49.648300000000006,0],[11.49881,49.64823000000001,0],[11.49927,49.64824999999999,0],[11.49942,49.64845999999997,0],[11.50002,49.64851999999999,0],[11.500640000000002,49.64835000000002,0],[11.500809999999998,49.64798999999999,0],[11.500959999999997,49.64780999999999,0],[11.50196,49.64739,0],[11.50177,49.647200000000026,0],[11.50223,49.64703,0],[11.502450000000001,49.64699999999999,0],[11.503010000000002,49.647099999999995,0],[11.50343,49.64711,0],[11.50377,49.647069999999985,0],[11.5043,49.64699999999999,0],[11.505720000000002,49.64660999999998,0],[11.507129999999998,49.64676,0],[11.50752,49.64669000000001,0],[11.50716,49.647279999999995,0],[11.507030000000002,49.64793,0],[11.50719,49.64797999999999,0],[11.50789,49.64833999999999,0],[11.508869999999998,49.64836,0],[11.5099,49.64824999999999,0],[11.510179999999998,49.64825999999999,0],[11.51075,49.648330000000016,0],[11.51116,49.64847,0],[11.511710000000003,49.64858000000001,0],[11.51226,49.64882,0],[11.512689999999997,49.64911000000001,0],[11.51276,49.64921000000001,0],[11.51275,49.64940999999999,0],[11.51266,49.64963999999998,0],[11.51391,49.649760000000015,0],[11.51457,49.649519999999995,0],[11.51473,49.649190000000004,0],[11.51468,49.64899,0],[11.514699999999998,49.64893999999998,0],[11.515739999999997,49.64896999999999,0],[11.51622,49.64887999999999,0],[11.517159999999999,49.64860999999999,0],[11.517599999999998,49.64857000000001,0],[11.51802,49.64862000000002,0],[11.51851,49.64864000000003,0],[11.51865,49.64850999999999,0],[11.518200000000002,49.64828,0],[11.51803,49.64813000000001,0],[11.5184,49.647850000000005,0],[11.519130000000002,49.64756,0],[11.5194,49.647519999999986,0],[11.520010000000001,49.64757,0],[11.52143,49.64829,0],[11.52183,49.64805000000001,0],[11.52096,49.647449999999964,0],[11.5203,49.647069999999985,0],[11.52076,49.646469999999994,0],[11.521349999999998,49.646630000000016,0],[11.52187,49.64689999999999,0],[11.52275,49.646090000000015,0],[11.523290000000001,49.645839999999964,0],[11.523390000000001,49.646169999999984,0],[11.52361,49.64627999999999,0],[11.524880000000001,49.64670000000001,0],[11.52526,49.64645999999999,0],[11.52572,49.646240000000006,0],[11.52643,49.64617999999999,0],[11.52728,49.64617999999999,0],[11.52745,49.645839999999964,0],[11.5275,49.64540999999997,0],[11.527970000000002,49.64553999999998,0],[11.52838,49.64591000000004,0],[11.52906,49.64553000000001,0],[11.52963,49.64513999999997,0],[11.52954,49.64490000000001,0],[11.52907,49.64461,0],[11.52968,49.64421999999999,0],[11.530040000000001,49.64448999999999,0],[11.53058,49.64435,0],[11.53116,49.644270000000006,0],[11.53152,49.64427999999998,0],[11.53222,49.64411000000001,0],[11.53226,49.64385999999999,0],[11.532490000000001,49.64388999999997,0],[11.533,49.643730000000005,0],[11.53355,49.64372000000003,0],[11.53415,49.64385999999999,0],[11.534250000000002,49.643730000000005,0],[11.53492,49.64451,0],[11.5351,49.64420999999999,0],[11.53522,49.644120000000015,0],[11.53612,49.64374000000004,0],[11.53726,49.64305999999999,0],[11.53756,49.643400000000014,0],[11.53785,49.64403999999999,0],[11.537890000000003,49.644589999999994,0],[11.53761,49.64464000000001,0],[11.53718,49.644180000000006,0],[11.53761,49.64403999999999,0],[11.53726,49.64375000000001,0],[11.53681,49.64395999999999,0],[11.53683,49.644120000000015,0],[11.53638,49.64413999999999,0],[11.53635,49.64407,0],[11.535650000000002,49.64429999999999,0],[11.53605,49.64443,0],[11.53675,49.644800000000004,0],[11.53707,49.64492999999999,0],[11.53775,49.64505,0],[11.53859,49.64573999999999,0],[11.53899,49.64591000000004,0],[11.53929,49.64571000000001,0],[11.53898,49.6455,0],[11.53863,49.64517000000001,0],[11.538509999999999,49.644870000000026,0],[11.53871,49.64456000000001,0],[11.53876,49.64392000000001,0],[11.53863,49.643640000000005,0],[11.538309999999997,49.64359000000002,0],[11.538139999999999,49.643460000000005,0],[11.53795,49.643039999999985,0],[11.53849,49.642799999999994,0],[11.53933,49.642540000000025,0],[11.54006,49.642619999999994,0],[11.54106,49.6422,0],[11.541600000000003,49.64202,0],[11.54253,49.641850000000005,0],[11.54284,49.64175,0],[11.54317,49.64170999999999,0],[11.543929999999998,49.64170000000004,0],[11.54413,49.64165,0],[11.54434,49.64152999999999,0],[11.5446,49.64159999999998,0],[11.542779999999999,49.643010000000004,0],[11.54234,49.643460000000005,0],[11.54242,49.64368000000002,0],[11.54256,49.643759999999986,0],[11.54287,49.64385999999999,0],[11.543080000000002,49.64377999999999,0],[11.543240000000003,49.64366000000001,0],[11.54525,49.64195999999998,0],[11.54577,49.641670000000005,0],[11.54592,49.64143999999999,0],[11.54609,49.64129,0],[11.54622,49.64084,0],[11.546230000000001,49.640649999999994,0],[11.54632,49.6405,0],[11.54666,49.64039,0],[11.54761,49.64031,0],[11.54867,49.6405,0],[11.54911,49.64031,0],[11.550440000000002,49.64062000000001,0],[11.55076,49.64079000000001,0],[11.550799999999999,49.64099999999999,0],[11.550679999999998,49.64136000000002,0],[11.55057,49.641490000000005,0],[11.5509,49.641729999999995,0],[11.55049,49.64240000000001,0],[11.551179999999999,49.64256000000003,0],[11.55231,49.6429,0],[11.552180000000002,49.643190000000004,0],[11.55296,49.64336,0],[11.55487,49.642859999999985,0],[11.556380000000003,49.64228,0],[11.55713,49.642319999999984,0],[11.55733,49.64242999999999,0],[11.55761,49.64293000000001,0],[11.5577,49.64341000000002,0],[11.55758,49.64425,0],[11.55741,49.644390000000016,0],[11.55724,49.64519999999999,0],[11.55661,49.6455,0],[11.55702,49.646090000000015,0],[11.55687,49.646270000000015,0],[11.55664,49.64643000000001,0],[11.556370000000001,49.64685,0],[11.55687,49.64660000000001,0],[11.55721,49.6465,0],[11.55737,49.646589999999975,0],[11.55749,49.646529999999984,0],[11.55768,49.64681999999999,0],[11.55794,49.647069999999985,0],[11.559009999999999,49.64689999999999,0],[11.559430000000003,49.64679000000004,0],[11.559569999999999,49.64694,0],[11.55967,49.646979999999985,0],[11.55984,49.64711,0],[11.5598,49.647729999999996,0],[11.55956,49.64796000000001,0],[11.55961,49.64821999999998,0],[11.55958,49.64835000000002,0],[11.55974,49.64863,0],[11.55872,49.64895000000001,0],[11.55853,49.64893999999998,0],[11.559600000000001,49.64938999999998,0],[11.560119999999998,49.65017,0],[11.560449999999998,49.650499999999965,0],[11.56065,49.650750000000016,0],[11.56069,49.650859999999994,0],[11.56067,49.65106,0],[11.56017,49.65123999999997,0],[11.5601,49.651549999999986,0],[11.56037,49.65186000000003,0],[11.560310000000001,49.65280999999996,0],[11.5601,49.65350000000001,0],[11.55985,49.65375,0],[11.55985,49.654049999999984,0],[11.55962,49.654240000000016,0],[11.55784,49.65467000000001,0],[11.5575,49.65515999999997,0],[11.559,49.65571,0],[11.55911,49.65581,0],[11.55922,49.65604000000002,0],[11.55963,49.65626,0],[11.55981,49.65682000000001,0],[11.5605,49.65693999999999,0],[11.55974,49.657880000000006,0],[11.55913,49.65841,0],[11.55873,49.65869000000001,0],[11.558479999999998,49.65899000000002,0],[11.557900000000002,49.659279999999995,0],[11.5577,49.65940999999998,0],[11.55738,49.65977000000001,0],[11.55739,49.65987999999999,0],[11.55798,49.66032000000001,0],[11.55818,49.66067000000001,0],[11.55869,49.66095999999999,0],[11.55884,49.661370000000005,0],[11.55896,49.661519999999996,0],[11.55961,49.66207,0],[11.56003,49.66259000000002,0],[11.56026,49.662739999999985,0],[11.560570000000002,49.66286999999997,0],[11.56099,49.66299000000001,0],[11.56158,49.66329999999999,0],[11.561649999999998,49.66329999999999,0],[11.56195,49.663579999999996,0],[11.562610000000001,49.66362000000001,0],[11.56326,49.663790000000006,0],[11.5638,49.664019999999965,0],[11.56473,49.66449000000003,0],[11.56393,49.66541000000001,0],[11.56382,49.665670000000034,0],[11.563840000000003,49.66583,0],[11.563759999999998,49.666060000000016,0],[11.56385,49.66660000000002,0],[11.56382,49.66720000000001,0],[11.563429999999999,49.66745,0],[11.56276,49.66775000000001,0],[11.5629,49.66802999999999,0],[11.56256,49.66869,0],[11.56188,49.66874999999999,0],[11.56169,49.669010000000014,0],[11.56177,49.669580000000025,0],[11.56156,49.66994,0],[11.56129,49.670109999999994,0],[11.561130000000002,49.670270000000016,0],[11.5612,49.67063000000002,0],[11.5609,49.671190000000024,0],[11.560449999999998,49.67124000000001,0],[11.55984,49.671490000000006,0],[11.55951,49.67156,0],[11.55875,49.67160000000001,0],[11.55855,49.67165,0],[11.55736,49.67224999999999,0],[11.55724,49.67255,0],[11.556370000000001,49.67250999999999,0],[11.556370000000001,49.67273,0],[11.556970000000002,49.672979999999995,0],[11.55687,49.67340000000004,0],[11.55757,49.67338000000004,0],[11.55755,49.673479999999984,0],[11.55678,49.67405999999997,0],[11.55698,49.674589999999995,0],[11.557460000000003,49.67436000000001,0],[11.55755,49.67448000000002,0],[11.55765,49.67482000000001,0],[11.55759,49.675700000000006,0],[11.55772,49.675839999999994,0],[11.55832,49.67603,0],[11.55828,49.67626999999999,0],[11.55731,49.6763,0],[11.5569,49.67634000000001,0],[11.556380000000003,49.67648,0],[11.55611,49.676770000000005,0],[11.55617,49.677089999999964,0],[11.55576,49.67721,0],[11.555659999999998,49.67744999999999,0],[11.55588,49.677760000000006,0],[11.55604,49.678169999999994,0],[11.55658,49.67864,0],[11.557219999999997,49.678830000000005,0],[11.557300000000001,49.67902000000001,0],[11.55702,49.679370000000006,0],[11.55737,49.67952,0],[11.557750000000002,49.67943999999997,0],[11.5581,49.67945,0],[11.55838,49.67956000000001,0],[11.558489999999999,49.67967999999999,0],[11.55839,49.68015,0],[11.55853,49.68081999999998,0],[11.55841,49.68133,0],[11.55842,49.68144000000001,0],[11.55855,49.681719999999956,0],[11.558940000000002,49.681989999999985,0],[11.56019,49.68258,0],[11.5605,49.68261000000001,0],[11.56182,49.683279999999996,0],[11.562580000000002,49.683490000000006,0],[11.56286,49.68387999999999,0],[11.56357,49.684200000000004,0],[11.56367,49.68446,0],[11.563389999999998,49.684770000000015,0],[11.56359,49.68538000000001,0],[11.56403,49.68536,0],[11.5643,49.68545,0],[11.564359999999999,49.68551999999997,0],[11.56435,49.685749999999985,0],[11.56363,49.68625,0],[11.56297,49.68664000000001,0],[11.5612,49.687340000000006,0],[11.56076,49.68759,0],[11.5605,49.68782999999999,0],[11.56007,49.68807000000001,0],[11.560080000000001,49.68813,0],[11.5604,49.68835999999999,0],[11.56006,49.68843000000001,0],[11.559970000000002,49.68849,0],[11.559889999999998,49.68842000000001,0],[11.55958,49.688320000000004,0],[11.55954,49.68832999999998,0],[11.558300000000001,49.68887000000001,0],[11.558120000000002,49.68898999999999,0],[11.557339999999998,49.68938,0],[11.557559999999999,49.68880000000004,0],[11.55704,49.68894000000003,0],[11.5571,49.68912,0],[11.55695,49.68929,0],[11.55655,49.68934999999999,0],[11.55554,49.68968000000001,0],[11.555410000000002,49.68935999999999,0],[11.553920000000002,49.689640000000026,0],[11.55397,49.68997999999999,0],[11.55277,49.69015999999999,0],[11.55212,49.69004000000001,0],[11.55159,49.68978999999999,0],[11.55133,49.68955,0],[11.55112,49.68943999999999,0],[11.550909999999998,49.689419999999984,0],[11.55008,49.689490000000006,0],[11.54966,49.689689999999985,0],[11.54955,49.68961999999999,0],[11.54904,49.68968000000001,0],[11.5489,49.68966000000003,0],[11.54818,49.689779999999985,0],[11.54771,49.689539999999994,0],[11.54702,49.689599999999984,0],[11.546950000000002,49.68970999999999,0],[11.54661,49.68993000000003,0],[11.54678,49.69012000000001,0],[11.54677,49.690290000000005,0],[11.54655,49.690439999999995,0],[11.54596,49.69066000000001,0],[11.54522,49.691059999999965,0],[11.544189999999999,49.69148000000001,0],[11.54331,49.69194000000002,0],[11.542249999999997,49.69233,0],[11.540780000000002,49.69301999999999,0],[11.540740000000001,49.69332,0],[11.540879999999998,49.69330000000005,0],[11.54099,49.693929999999995,0],[11.54146,49.694349999999986,0],[11.54194,49.69442000000001,0],[11.5433,49.694950000000006,0],[11.54346,49.69517999999999,0],[11.545559999999998,49.69579999999999,0],[11.54591,49.696,0],[11.54609,49.69615000000002,0],[11.54665,49.69615999999999,0],[11.54675,49.696,0],[11.54693,49.69586000000001,0],[11.54714,49.69583,0],[11.54788,49.69584999999998,0],[11.54829,49.69578999999999,0],[11.54882,49.69591,0],[11.54935,49.69606999999999,0],[11.54989,49.69592,0],[11.55034,49.69586000000001,0],[11.55074,49.695960000000014,0],[11.551549999999999,49.69642999999999,0],[11.55271,49.69681,0],[11.55327,49.69684000000001,0],[11.55458,49.69713999999996,0],[11.55547,49.69740999999999,0],[11.55635,49.69716999999997,0],[11.557269999999999,49.69716999999997,0],[11.557790000000002,49.697119999999984,0],[11.55869,49.69718999999998,0],[11.55876,49.697370000000035,0],[11.55902,49.697509999999994,0],[11.559569999999999,49.69742999999997,0],[11.55982,49.697419999999994,0],[11.5603,49.697479999999985,0],[11.56092,49.69745,0],[11.56099,49.69753,0],[11.561049999999998,49.697630000000004,0],[11.560779999999998,49.697990000000004,0],[11.56055,49.69815,0],[11.560080000000001,49.698409999999996,0],[11.55969,49.69893000000002,0],[11.55935,49.69923,0],[11.559160000000002,49.700109999999995,0],[11.558870000000002,49.70044999999999,0],[11.55809,49.701130000000006,0],[11.55781,49.70126000000002,0],[11.557750000000002,49.70140000000001,0],[11.557860000000002,49.70170000000002,0],[11.55758,49.70169000000004,0],[11.556629999999998,49.702020000000005,0],[11.55644,49.702020000000005,0],[11.556179999999998,49.70237,0],[11.555560000000002,49.70259999999999,0],[11.55554,49.70285999999999,0],[11.55579,49.70312000000001,0],[11.55524,49.70339000000001,0],[11.5554,49.70366999999996,0],[11.55501,49.70429999999999,0],[11.55521,49.70439999999999,0],[11.5554,49.70436999999998,0],[11.55538,49.704679999999996,0],[11.55558,49.704999999999984,0],[11.55561,49.70513,0],[11.55552,49.70553000000001,0],[11.55563,49.70561999999998,0],[11.55587,49.70568,0],[11.55659,49.70575000000002,0],[11.55717,49.70588000000001,0],[11.55743,49.705989999999986,0],[11.5577,49.70631999999998,0],[11.558039999999998,49.70644999999999,0],[11.5587,49.70684,0],[11.55896,49.70694,0],[11.55914,49.70693000000003,0],[11.56036,49.70662999999999,0],[11.56053,49.706620000000015,0],[11.56063,49.70670999999999,0],[11.56023,49.707870000000014,0],[11.56044,49.70818,0],[11.56039,49.708560000000034,0],[11.56033,49.70863,0],[11.5601,49.70868999999999,0],[11.56006,49.70887999999999,0],[11.559899999999999,49.70895999999999,0],[11.559530000000002,49.70926000000003,0],[11.559079999999998,49.70934,0],[11.558929999999998,49.70944,0],[11.55884,49.70961,0],[11.558709999999998,49.70961,0],[11.55835,49.709839999999986,0],[11.55819,49.710109999999986,0],[11.55792,49.710440000000034,0],[11.55783,49.711479999999995,0],[11.55788,49.711719999999985,0],[11.55787,49.71206000000001,0],[11.558120000000002,49.71272000000002,0],[11.55832,49.71294000000003,0],[11.55861,49.71303999999998,0],[11.55873,49.713160000000016,0],[11.55875,49.71334000000002,0],[11.558479999999998,49.71332000000001,0],[11.558109999999997,49.71343000000002,0],[11.55791,49.713449999999995,0],[11.558300000000001,49.71498,0],[11.55876,49.716020000000015,0],[11.55918,49.71594999999999,0],[11.55923,49.71591000000001,0],[11.55915,49.715750000000014,0],[11.55872,49.71505000000002,0],[11.55884,49.7148,0],[11.558900000000001,49.71451999999999,0],[11.55937,49.71457000000001,0],[11.55923,49.714350000000024,0],[11.55918,49.713989999999995,0],[11.559270000000001,49.713250000000016,0],[11.55896,49.71287000000001,0],[11.55896,49.71257,0],[11.55873,49.712199999999996,0],[11.55885,49.71206999999998,0],[11.55888,49.71173999999999,0],[11.55905,49.71144000000001,0],[11.55906,49.71126000000001,0],[11.5593,49.711240000000004,0],[11.5594,49.711160000000035,0],[11.55944,49.71104,0],[11.55979,49.71092999999996,0],[11.55988,49.71085000000002,0],[11.55988,49.71066999999999,0],[11.55969,49.71055999999999,0],[11.5593,49.71061,0],[11.55944,49.71046999999999,0],[11.55944,49.710319999999996,0],[11.55992,49.71021999999999,0],[11.55993,49.71052,0],[11.5601,49.710620000000006,0],[11.56036,49.71063000000001,0],[11.560609999999999,49.710499999999996,0],[11.56075,49.71027999999998,0],[11.56089,49.71020999999999,0],[11.56095,49.71003999999999,0],[11.56076,49.709749999999985,0],[11.5606,49.70965000000001,0],[11.56029,49.709630000000004,0],[11.55991,49.70964000000001,0],[11.55954,49.70962,0],[11.55934,49.709569999999985,0],[11.55978,49.70952999999997,0],[11.560049999999999,49.709450000000004,0],[11.56028,49.70934,0],[11.56063,49.70929000000004,0],[11.561049999999998,49.70913999999999,0],[11.56123,49.709029999999956,0],[11.5613,49.70891,0],[11.561350000000001,49.70863,0],[11.56159,49.70848000000001,0],[11.56164,49.708349999999996,0],[11.56159,49.70821000000001,0],[11.56127,49.70788999999999,0],[11.561539999999999,49.70778000000004,0],[11.56164,49.707660000000004,0],[11.56164,49.707539999999995,0],[11.561529999999998,49.70740000000001,0],[11.56136,49.70732000000001,0],[11.5611,49.70731000000001,0],[11.56085,49.707340000000016,0],[11.560939999999999,49.70713000000001,0],[11.561280000000002,49.70674999999997,0],[11.56129,49.70662999999999,0],[11.561419999999998,49.70662999999999,0],[11.56151,49.70670000000004,0],[11.56177,49.70674999999997,0],[11.56199,49.70670000000004,0],[11.56213,49.70652000000004,0],[11.56206,49.70636999999999,0],[11.56207,49.70623000000003,0],[11.5618,49.70609999999999,0],[11.56152,49.706049999999976,0],[11.56132,49.706049999999976,0],[11.56073,49.706140000000005,0],[11.55979,49.705899999999986,0],[11.559530000000002,49.70595,0],[11.55922,49.705929999999995,0],[11.55896,49.70598000000001,0],[11.558900000000001,49.70636999999999,0],[11.55869,49.706379999999996,0],[11.55838,49.70631999999998,0],[11.55826,49.70616000000001,0],[11.55792,49.705899999999986,0],[11.55798,49.705839999999995,0],[11.55817,49.70582999999999,0],[11.55821,49.70575000000002,0],[11.55818,49.705569999999966,0],[11.558109999999997,49.7055,0],[11.5581,49.70534000000001,0],[11.55801,49.705179999999984,0],[11.55789,49.705100000000016,0],[11.55772,49.70505,0],[11.55789,49.70499000000001,0],[11.55794,49.704909999999984,0],[11.55792,49.704819999999984,0],[11.55747,49.70454000000001,0],[11.55739,49.70445000000001,0],[11.5574,49.704409999999996,0],[11.557630000000001,49.70416,0],[11.558439999999997,49.703779999999995,0],[11.55852,49.70356000000001,0],[11.55847,49.70330000000001,0],[11.55851,49.702920000000006,0],[11.55842,49.702799999999996,0],[11.55832,49.70272,0],[11.55819,49.70268999999999,0],[11.55825,49.702549999999974,0],[11.55814,49.70242999999999,0],[11.55789,49.70239000000001,0],[11.55762,49.70249000000001,0],[11.55776,49.70230000000004,0],[11.55783,49.701960000000014,0],[11.55803,49.701960000000014,0],[11.55826,49.701809999999995,0],[11.55831,49.70164,0],[11.55819,49.70140000000001,0],[11.55838,49.701329999999984,0],[11.55852,49.701220000000006,0],[11.558900000000001,49.701160000000016,0],[11.55921,49.70090999999999,0],[11.55959,49.70078000000001,0],[11.55981,49.70062999999999,0],[11.55985,49.700500000000005,0],[11.55982,49.69999000000004,0],[11.55994,49.69979000000001,0],[11.55993,49.69955999999999,0],[11.55979,49.69935000000001,0],[11.56048,49.69900000000001,0],[11.56059,49.69872000000001,0],[11.56058,49.698609999999974,0],[11.56051,49.69852,0],[11.56075,49.69842,0],[11.56111,49.69815,0],[11.56148,49.697990000000004,0],[11.56183,49.69774000000001,0],[11.56218,49.697630000000004,0],[11.5623,49.69753,0],[11.56238,49.69734,0],[11.56266,49.697119999999984,0],[11.562949999999999,49.69713999999996,0],[11.563130000000001,49.69703000000001,0],[11.56318,49.69691000000003,0],[11.563159999999998,49.69660999999999,0],[11.56323,49.69642999999999,0],[11.563159999999998,49.69621999999998,0],[11.5628,49.696020000000004,0],[11.56222,49.69600999999997,0],[11.5619,49.6961,0],[11.56163,49.69621000000001,0],[11.56114,49.696500000000015,0],[11.561049999999998,49.69660999999999,0],[11.561049999999998,49.69668999999999,0],[11.560979999999999,49.69672,0],[11.56093,49.69658000000001,0],[11.561,49.696410000000014,0],[11.56096,49.69629999999998,0],[11.56072,49.69620000000003,0],[11.56041,49.69621000000001,0],[11.56021,49.696290000000005,0],[11.560049999999999,49.69643999999997,0],[11.5597,49.696920000000034,0],[11.559530000000002,49.69696999999999,0],[11.55938,49.696830000000006,0],[11.55978,49.696680000000015,0],[11.55988,49.69658000000001,0],[11.55992,49.69646000000003,0],[11.55985,49.696259999999995,0],[11.559750000000001,49.69619,0],[11.55961,49.69612999999998,0],[11.55944,49.6961,0],[11.558670000000001,49.69632999999999,0],[11.55832,49.69660000000002,0],[11.558109999999997,49.69654,0],[11.557790000000002,49.696529999999996,0],[11.55761,49.696560000000005,0],[11.55732,49.69664,0],[11.557069999999998,49.69675999999998,0],[11.55689,49.6969,0],[11.556669999999999,49.696950000000015,0],[11.55607,49.69663,0],[11.55607,49.696410000000014,0],[11.55602,49.69629999999998,0],[11.55592,49.69620000000003,0],[11.55607,49.69618,0],[11.5562,49.696110000000004,0],[11.55622,49.69594000000001,0],[11.556139999999997,49.69583,0],[11.55579,49.69573,0],[11.555490000000002,49.69569999999999,0],[11.55516,49.69591,0],[11.55483,49.69620000000003,0],[11.554549999999999,49.69657000000001,0],[11.55442,49.69646000000003,0],[11.55451,49.69606999999999,0],[11.5545,49.69592,0],[11.554410000000003,49.69574000000003,0],[11.554030000000001,49.695570000000004,0],[11.55383,49.695539999999994,0],[11.55309,49.69560000000001,0],[11.55282,49.69559000000001,0],[11.55245,49.695660000000004,0],[11.55223,49.695760000000035,0],[11.55205,49.695750000000004,0],[11.551949999999998,49.695719999999966,0],[11.55179,49.695430000000016,0],[11.55153,49.69524000000001,0],[11.551279999999998,49.69519,0],[11.55094,49.69533000000004,0],[11.55039,49.69508999999999,0],[11.55001,49.69499000000002,0],[11.54978,49.695009999999996,0],[11.54916,49.695149999999984,0],[11.548910000000001,49.69515999999999,0],[11.54856,49.69528,0],[11.548470000000002,49.695430000000016,0],[11.54816,49.695310000000035,0],[11.547969999999998,49.69532000000001,0],[11.547760000000002,49.69539,0],[11.5477,49.69523000000001,0],[11.54749,49.69503,0],[11.547639999999998,49.69499999999999,0],[11.547799999999999,49.69490999999999,0],[11.54789,49.69480999999996,0],[11.54786,49.69466,0],[11.547720000000002,49.694590000000034,0],[11.54746,49.694529999999986,0],[11.54722,49.694529999999986,0],[11.54651,49.69462999999999,0],[11.54632,49.69458,0],[11.546199999999999,49.694469999999995,0],[11.54604,49.69442000000001,0],[11.54578,49.694439999999986,0],[11.545460000000002,49.69457,0],[11.54508,49.694590000000034,0],[11.54518,49.69439,0],[11.5451,49.69427000000002,0],[11.544629999999998,49.69410999999997,0],[11.54427,49.694060000000036,0],[11.54409,49.69407000000001,0],[11.54399,49.69412,0],[11.54392,49.69422,0],[11.54388,49.694349999999986,0],[11.54392,49.694469999999995,0],[11.544,49.69454000000002,0],[11.544120000000001,49.69458,0],[11.544010000000002,49.694619999999986,0],[11.543929999999998,49.69470000000001,0],[11.54388,49.69467,0],[11.54391,49.69457,0],[11.54384,49.69439999999997,0],[11.54383,49.694169999999986,0],[11.54367,49.69388000000001,0],[11.543699999999998,49.69364999999999,0],[11.54388,49.69314000000003,0],[11.544050000000002,49.69284999999999,0],[11.54396,49.69257999999999,0],[11.54399,49.69247999999996,0],[11.54427,49.69239999999999,0],[11.544650000000003,49.69221999999999,0],[11.54495,49.69200000000001,0],[11.5451,49.6918,0],[11.54524,49.69147000000001,0],[11.54536,49.69139999999999,0],[11.54681,49.691010000000006,0],[11.54692,49.69081000000003,0],[11.546869999999998,49.690709999999996,0],[11.54698,49.69066000000001,0],[11.54742,49.69094000000001,0],[11.54742,49.69103000000001,0],[11.54733,49.69114999999999,0],[11.54713,49.69123999999999,0],[11.547089999999999,49.691419999999994,0],[11.54696,49.691490000000016,0],[11.54669,49.69149999999999,0],[11.546599999999998,49.69147000000001,0],[11.546500000000002,49.69137999999998,0],[11.54647,49.691490000000016,0],[11.546599999999998,49.69162,0],[11.54693,49.69158999999999,0],[11.54717,49.69166000000001,0],[11.54734,49.69166000000001,0],[11.54738,49.69129000000001,0],[11.54752,49.69109,0],[11.54774,49.691,0],[11.54782,49.69117,0],[11.54773,49.69145,0],[11.547760000000002,49.69171,0],[11.54808,49.6918,0],[11.54821,49.69191000000001,0],[11.54845,49.69166999999999,0],[11.548910000000001,49.69155000000001,0],[11.54901,49.69130000000001,0],[11.54904,49.69109,0],[11.54918,49.69095999999999,0],[11.54974,49.69087999999999,0],[11.54995,49.69094000000001,0],[11.55007,49.69113999999999,0],[11.55028,49.691069999999996,0],[11.55053,49.691069999999996,0],[11.55076,49.69099,0],[11.550980000000001,49.69096999999999,0],[11.55113,49.69103999999996,0],[11.5512,49.69112000000001,0],[11.55124,49.69126,0],[11.55119,49.69149999999999,0],[11.55136,49.69153,0],[11.551549999999999,49.691460000000006,0],[11.551700000000002,49.69130000000001,0],[11.551879999999999,49.69121000000001,0],[11.55209,49.69120000000001,0],[11.55226,49.69125,0],[11.55235,49.69131999999999,0],[11.55248,49.69117,0],[11.55261,49.69084000000004,0],[11.552759999999997,49.690740000000005,0],[11.55296,49.690709999999996,0],[11.55312,49.69064,0],[11.55378,49.690560000000005,0],[11.55409,49.69048999999998,0],[11.554329999999998,49.690500000000014,0],[11.554769999999998,49.69042000000002,0],[11.554960000000001,49.690349999999995,0],[11.55507,49.690259999999995,0],[11.555190000000001,49.690319999999986,0],[11.55535,49.69033999999999,0],[11.55547,49.690319999999986,0],[11.55562,49.69027,0],[11.555739999999998,49.69015999999999,0],[11.55591,49.68982,0],[11.55613,49.68970999999999,0],[11.55635,49.68966000000003,0],[11.55655,49.68967000000001,0],[11.557219999999997,49.68985000000001,0],[11.557599999999999,49.68979999999999,0],[11.55817,49.68957,0],[11.55859,49.68943999999999,0],[11.5587,49.68932000000001,0],[11.5587,49.689189999999996,0],[11.55888,49.6893,0],[11.55906,49.68934999999999,0],[11.55951,49.689329999999984,0],[11.559679999999998,49.689239999999984,0],[11.55972,49.689130000000006,0],[11.559569999999999,49.68887999999998,0],[11.55973,49.68896000000001,0],[11.56,49.68896999999998,0],[11.56017,49.68881999999999,0],[11.56021,49.688710000000015,0],[11.56033,49.68866,0],[11.56052,49.688619999999986,0],[11.56099,49.68860000000001,0],[11.56095,49.688770000000005,0],[11.56102,49.68887000000001,0],[11.561170000000002,49.68896000000001,0],[11.56171,49.688999999999965,0],[11.561940000000002,49.68896999999998,0],[11.56257,49.688680000000005,0],[11.56267,49.688559999999995,0],[11.56264,49.688379999999995,0],[11.56243,49.688249999999954,0],[11.56247,49.688170000000014,0],[11.56289,49.68808000000004,0],[11.56304,49.68794,0],[11.56311,49.68771000000001,0],[11.56311,49.68755999999996,0],[11.563020000000002,49.6874,0],[11.56309,49.68729999999999,0],[11.56359,49.687219999999996,0],[11.564060000000001,49.686890000000005,0],[11.56419,49.686739999999986,0],[11.56419,49.68648999999999,0],[11.564429999999998,49.68642,0],[11.56491,49.68636000000001,0],[11.56505,49.68623999999997,0],[11.56506,49.68613000000002,0],[11.56519,49.68609000000001,0],[11.56534,49.68598,0],[11.56539,49.685850000000016,0],[11.56519,49.68526,0],[11.56496,49.68493999999998,0],[11.56454,49.68454,0],[11.5638,49.68387999999999,0],[11.56212,49.68272999999999,0],[11.5621,49.682650000000024,0],[11.56041,49.68153000000001,0],[11.56011,49.681269999999984,0],[11.56002,49.681100000000015,0],[11.55993,49.67983000000001,0],[11.55994,49.67948999999999,0],[11.56019,49.67863,0],[11.56052,49.678,0],[11.56081,49.677580000000034,0],[11.56112,49.67721,0],[11.561859999999998,49.67655000000002,0],[11.5623,49.67634000000001,0],[11.563389999999998,49.67556999999999,0],[11.56679,49.67290999999997,0],[11.56711,49.67257000000001,0],[11.56734,49.67240000000001,0],[11.568029999999998,49.67214999999999,0],[11.56838,49.67186000000001,0],[11.56899,49.67152999999999,0],[11.569479999999999,49.67108999999999,0],[11.57009,49.67085,0],[11.57042,49.670619999999985,0],[11.57084,49.670180000000016,0],[11.570959999999998,49.66999000000001,0],[11.57124,49.669730000000015,0],[11.571679999999999,49.669640000000015,0],[11.57303,49.66944000000001,0],[11.573529999999998,49.66925999999998,0],[11.573820000000001,49.66908000000001,0],[11.573899999999998,49.66892999999999,0],[11.57389,49.66878,0],[11.57364,49.668530000000004,0],[11.57299,49.66801000000001,0],[11.572819999999998,49.66777999999999,0],[11.57285,49.66757000000004,0],[11.573490000000001,49.66693000000001,0],[11.57362,49.666650000000004,0],[11.57364,49.66645,0],[11.573529999999998,49.66610000000003,0],[11.5735,49.66570999999999,0],[11.57356,49.66566,0],[11.57392,49.665549999999996,0],[11.574210000000003,49.66539,0],[11.574679999999999,49.66495000000003,0],[11.57489,49.66481999999999,0],[11.57522,49.66467,0],[11.575599999999998,49.664410000000004,0],[11.575719999999999,49.66426000000001,0],[11.575719999999999,49.664019999999965,0],[11.57565,49.66394,0],[11.57559,49.663700000000006,0],[11.57533,49.66342,0],[11.57506,49.66327000000001,0],[11.57485,49.66323,0],[11.57417,49.66324,0],[11.57362,49.663129999999995,0],[11.5734,49.663159999999976,0],[11.573189999999999,49.66324,0],[11.57287,49.662980000000005,0],[11.572680000000002,49.66293999999999,0],[11.57235,49.66293999999999,0],[11.57226,49.66284000000002,0],[11.572040000000001,49.662710000000004,0],[11.57203,49.66245999999998,0],[11.57198,49.66236000000001,0],[11.57187,49.66227999999998,0],[11.57172,49.66224,0],[11.57186,49.662120000000016,0],[11.57181,49.66195999999999,0],[11.571480000000001,49.66173999999998,0],[11.570600000000002,49.66156999999998,0],[11.570409999999999,49.66125999999997,0],[11.57025,49.661190000000005,0],[11.57002,49.66120000000001,0],[11.569709999999999,49.66139000000001,0],[11.56782,49.66163,0],[11.56691,49.661640000000006,0],[11.566250000000002,49.66172,0],[11.56528,49.661689999999965,0],[11.56485,49.661640000000006,0],[11.56326,49.660439999999994,0],[11.56333,49.66039000000001,0],[11.563350000000002,49.66031000000004,0],[11.563279999999999,49.660210000000006,0],[11.56303,49.66005999999996,0],[11.56301,49.659839999999974,0],[11.56322,49.659310000000005,0],[11.56374,49.65909000000002,0],[11.56374,49.65894,0],[11.56382,49.65884,0],[11.563829999999998,49.658709999999985,0],[11.56373,49.65858,0],[11.56348,49.65841,0],[11.56287,49.658330000000035,0],[11.56286,49.658240000000006,0],[11.563159999999998,49.65764999999999,0],[11.56334,49.657010000000014,0],[11.563470000000002,49.65688,0],[11.56403,49.65655000000001,0],[11.56414,49.65645000000001,0],[11.564180000000002,49.656330000000025,0],[11.56411,49.656169999999975,0],[11.56396,49.65607,0],[11.56338,49.6558,0],[11.56337,49.65571,0],[11.56356,49.655460000000005,0],[11.56367,49.65539999999996,0],[11.56412,49.65527,0],[11.56471,49.65496999999999,0],[11.56558,49.654349999999994,0],[11.56615,49.65402999999998,0],[11.566699999999999,49.65344999999999,0],[11.566890000000003,49.653189999999995,0],[11.56785,49.65275,0],[11.56806,49.65261000000001,0],[11.56817,49.65246000000002,0],[11.568260000000002,49.65205,0],[11.56845,49.65183999999999,0],[11.56879,49.651639999999986,0],[11.56924,49.651520000000005,0],[11.56908,49.65135000000001,0],[11.5691,49.65096,0],[11.5689,49.650480000000016,0],[11.56869,49.650319999999994,0],[11.56855,49.650270000000006,0],[11.56836,49.65028000000004,0],[11.56813,49.650390000000016,0],[11.56819,49.650210000000015,0],[11.568139999999998,49.65008,0],[11.56858,49.65006999999997,0],[11.57039,49.650270000000006,0],[11.57056,49.65013999999999,0],[11.571150000000001,49.649879999999996,0],[11.57135,49.64974000000001,0],[11.57195,49.64920000000001,0],[11.57266,49.64882,0],[11.57348,49.64829,0],[11.573969999999997,49.64790000000002,0],[11.57436,49.64723000000001,0],[11.574669999999998,49.64684,0],[11.57481,49.64652000000001,0],[11.57481,49.64627999999999,0],[11.57427,49.64578,0],[11.57399,49.645399999999995,0],[11.57389,49.64510000000001,0],[11.57367,49.64465999999996,0],[11.57354,49.64448999999999,0],[11.57323,49.64437000000001,0],[11.572329999999997,49.64429999999999,0],[11.57206,49.64420000000001,0],[11.57184,49.64404999999999,0],[11.57161,49.64381,0],[11.57144,49.64348999999996,0],[11.57126,49.64332000000002,0],[11.57054,49.64293000000001,0],[11.57057,49.642859999999985,0],[11.57072,49.642769999999985,0],[11.57088,49.642619999999994,0],[11.570969999999999,49.64246,0],[11.57093,49.64229,0],[11.5707,49.64204000000001,0],[11.56991,49.64163999999997,0],[11.57028,49.641369999999995,0],[11.57051,49.64089000000001,0],[11.57086,49.64059,0],[11.5709,49.640420000000006,0],[11.57079,49.63995,0],[11.571310000000002,49.64019000000002,0],[11.571249999999997,49.639909999999986,0],[11.571270000000002,49.63975999999997,0],[11.57149,49.639579999999995,0],[11.57179,49.63947999999999,0],[11.572410000000001,49.63980000000004,0],[11.57252,49.63989000000001,0],[11.572449999999998,49.640299999999996,0],[11.57304,49.6405,0],[11.57337,49.64070000000001,0],[11.57399,49.64039,0],[11.574669999999998,49.64017000000001,0],[11.57555,49.639830000000046,0],[11.57647,49.63961999999998,0],[11.57672,49.639610000000005,0],[11.57726,49.639669999999995,0],[11.578049999999998,49.63989000000001,0],[11.57842,49.64005999999998,0],[11.57938,49.64059,0],[11.58027,49.64080999999999,0],[11.580389999999998,49.64079000000001,0],[11.580540000000001,49.64068,0],[11.58075,49.64067000000003,0],[11.58193,49.640739999999994,0],[11.5823,49.64080999999999,0],[11.58272,49.64057,0],[11.5828,49.64086,0],[11.5829,49.64165999999997,0],[11.58278,49.641850000000005,0],[11.5823,49.642269999999996,0],[11.585120000000002,49.64312000000001,0],[11.58617,49.642240000000015,0],[11.586709999999998,49.64168999999998,0],[11.587570000000001,49.641940000000005,0],[11.588060000000002,49.64180999999999,0],[11.58933,49.64136000000002,0],[11.589569999999998,49.64116000000001,0],[11.58971,49.64098999999999,0],[11.59002,49.64019999999999,0],[11.590280000000002,49.639830000000046,0],[11.59055,49.639549999999986,0],[11.59093,49.639399999999995,0],[11.592129999999997,49.639080000000035,0],[11.59315,49.63866999999999,0],[11.593319999999999,49.638540000000006,0],[11.59338,49.63841999999997,0],[11.593279999999998,49.63750999999999,0],[11.59377,49.637580000000014,0],[11.59379,49.63699,0],[11.59393,49.63673000000003,0],[11.59414,49.63656999999998,0],[11.59439,49.63646000000003,0],[11.594799999999998,49.636359999999996,0],[11.59532,49.63629,0],[11.595030000000001,49.63619,0],[11.5947,49.63614999999999,0],[11.59427,49.63613999999998,0],[11.59385,49.63616999999999,0],[11.59389,49.63414,0],[11.594440000000002,49.63397000000003,0],[11.59542,49.633849999999995,0],[11.59604,49.63365000000002,0],[11.596219999999999,49.63332,0],[11.59534,49.63327000000004,0],[11.59598,49.63258999999999,0],[11.59638,49.63250000000002,0],[11.59743,49.63141000000002,0],[11.59745,49.63073,0],[11.598069999999998,49.62974000000003,0],[11.5985,49.628690000000006,0],[11.59876,49.62844000000001,0],[11.598900000000002,49.62801000000002,0],[11.5991,49.62770999999998,0],[11.59953,49.627219999999994,0],[11.599639999999999,49.62698999999998,0],[11.59968,49.62679,0],[11.59965,49.626690000000025,0],[11.59938,49.626419999999996,0],[11.59942,49.62623999999997,0],[11.599439999999998,49.626210000000015,0],[11.60032,49.62662,0],[11.60078,49.62599000000003,0],[11.60106,49.626059999999995,0],[11.60116,49.625399999999985,0],[11.60062,49.625110000000035,0],[11.600340000000001,49.62488999999999,0],[11.599929999999999,49.624449999999996,0],[11.59919,49.62461999999999,0],[11.598559999999999,49.62456,0],[11.59846,49.624360000000024,0],[11.59861,49.624149999999986,0],[11.59832,49.62359000000001,0],[11.59779,49.623310000000004,0],[11.5984,49.6232,0],[11.59916,49.62312,0],[11.599709999999998,49.622990000000016,0],[11.60106,49.62275999999997,0],[11.60125,49.62311,0],[11.60136,49.62324000000001,0],[11.60163,49.62317999999999,0],[11.60144,49.62289000000001,0],[11.60123,49.62275999999997,0],[11.60103,49.62268,0],[11.60073,49.622670000000056,0],[11.600340000000001,49.62232999999998,0],[11.59996,49.62228999999999,0],[11.59961,49.62098,0],[11.599039999999999,49.61968999999999,0],[11.59885,49.61946000000003,0],[11.59822,49.61900000000003,0],[11.59686,49.61828000000003,0],[11.59505,49.616749999999996,0],[11.594359999999998,49.61607000000001,0],[11.59396,49.6156,0],[11.59393,49.61543,0],[11.59384,49.61529999999999,0],[11.59386,49.61440999999999,0],[11.59384,49.614209999999986,0],[11.59375,49.614030000000014,0],[11.592719999999998,49.61252999999999,0],[11.59209,49.61222000000001,0],[11.59137,49.611670000000004,0],[11.59127,49.611670000000004,0],[11.590280000000002,49.61234999999999,0],[11.589910000000001,49.612840000000006,0],[11.58926,49.61345,0],[11.58813,49.61426,0],[11.58664,49.614780000000025,0],[11.58606,49.61545000000001,0],[11.58496,49.61504999999997,0],[11.58388,49.615759999999995,0],[11.58265,49.61613,0],[11.58191,49.61761000000001,0],[11.5817,49.61778000000001,0],[11.58135,49.61788000000004,0],[11.580949999999998,49.61787000000001,0],[11.580740000000002,49.61847,0],[11.58057,49.61860000000004,0],[11.58019,49.61824999999999,0],[11.58048,49.61798999999999,0],[11.580580000000001,49.61774,0],[11.58007,49.61734999999996,0],[11.58092,49.61698000000001,0],[11.5808,49.61622000000003,0],[11.5804,49.615020000000015,0],[11.57831,49.615700000000004,0],[11.577200000000001,49.61592000000002,0],[11.577339999999998,49.615170000000006,0],[11.578539999999998,49.61479,0],[11.57816,49.614300000000014,0],[11.577729999999999,49.61455999999998,0],[11.57708,49.61457999999999,0],[11.57689,49.614329999999995,0],[11.574559999999998,49.61453,0],[11.57392,49.61448999999999,0],[11.57284,49.61434,0],[11.57211,49.61435000000003,0],[11.571179999999998,49.614450000000005,0],[11.5708,49.61350999999999,0],[11.56931,49.61338000000001,0],[11.569190000000003,49.61343999999997,0],[11.56891,49.61340999999999,0],[11.568839999999998,49.613200000000006,0],[11.56859,49.613170000000025,0],[11.56797,49.613020000000006,0],[11.56738,49.613249999999994,0],[11.56752,49.61259000000001,0],[11.567369999999999,49.61230999999998,0],[11.56732,49.612300000000005,0],[11.56671,49.61234999999999,0],[11.56623,49.612570000000005,0],[11.56614,49.61269999999996,0],[11.56605,49.61295999999999,0],[11.565839999999998,49.61314999999996,0],[11.5655,49.613339999999994,0],[11.56507,49.61349999999999,0],[11.56407,49.61366000000001,0],[11.563119999999998,49.61322999999999,0],[11.56273,49.61297999999999,0],[11.56148,49.61264,0],[11.560470000000002,49.612480000000005,0],[11.56051,49.612120000000004,0],[11.56036,49.61172000000002,0],[11.56055,49.61147,0],[11.56087,49.611069999999984,0],[11.561539999999999,49.61052999999998,0],[11.562650000000001,49.60973999999999,0],[11.56278,49.60962000000001,0],[11.56284,49.6095,0],[11.56285,49.60919999999999,0],[11.562309999999998,49.60925999999998,0],[11.56203,49.60925,0],[11.56136,49.60897000000003,0],[11.56164,49.60843,0],[11.561749999999998,49.60808,0],[11.56238,49.606899999999996,0],[11.56141,49.60704000000001,0],[11.56066,49.60736000000003,0],[11.56056,49.60759999999999,0],[11.55969,49.60753,0],[11.559409999999998,49.60744,0],[11.55911,49.60719,0],[11.559079999999998,49.607110000000006,0],[11.55935,49.60548000000003,0],[11.55896,49.605140000000006,0],[11.558809999999998,49.60632000000001,0],[11.55839,49.606479999999976,0],[11.557339999999998,49.606539999999995,0],[11.55764,49.605920000000026,0],[11.556669999999999,49.60553999999999,0],[11.55648,49.60552000000001,0],[11.556469999999997,49.60606999999999,0],[11.55607,49.60669999999999,0],[11.55538,49.60665,0],[11.55536,49.606359999999995,0],[11.55465,49.60594000000003,0],[11.55425,49.6061,0],[11.553689999999998,49.606060000000014,0],[11.553440000000002,49.605850000000004,0],[11.5533,49.60577999999998,0],[11.55309,49.60574,0],[11.55215,49.60579000000001,0],[11.55161,49.60577999999998,0],[11.551179999999999,49.60529,0],[11.55087,49.60508999999999,0],[11.55069,49.60488000000001,0],[11.550210000000002,49.604089999999985,0],[11.549869999999999,49.60374999999999,0],[11.55023,49.60354000000001,0],[11.55073,49.60333,0],[11.55109,49.603080000000006,0],[11.55133,49.60264000000001,0],[11.55134,49.60243000000003,0],[11.55185,49.60201000000001,0],[11.552209999999999,49.60164,0],[11.5525,49.601230000000015,0],[11.55258,49.600930000000005,0],[11.552880000000002,49.60074,0],[11.553880000000001,49.600449999999995,0],[11.55539,49.600210000000004,0],[11.55557,49.600210000000004,0],[11.55599,49.60055,0],[11.556629999999998,49.60076000000001,0],[11.55733,49.600899999999996,0],[11.557599999999999,49.600660000000005,0],[11.55757,49.600539999999995,0],[11.55761,49.60046,0],[11.55791,49.60043999999999,0],[11.557790000000002,49.6002,0],[11.5574,49.59985,0],[11.557090000000002,49.599639999999994,0],[11.556700000000001,49.59944999999999,0],[11.55628,49.59931,0],[11.55599,49.599170000000015,0],[11.55621,49.59897000000004,0],[11.55607,49.59864999999999,0],[11.556260000000002,49.59827999999999,0],[11.55672,49.59816000000001,0],[11.55715,49.59786,0],[11.55761,49.597909999999985,0],[11.55799,49.59809000000004,0],[11.55792,49.598359999999985,0],[11.56002,49.59831,0],[11.5605,49.59754000000001,0],[11.56056,49.596659999999986,0],[11.559889999999998,49.596659999999986,0],[11.55939,49.596540000000005,0],[11.55983,49.59635,0],[11.56028,49.59599,0],[11.559679999999998,49.59571,0],[11.55937,49.595939999999985,0],[11.55874,49.5958,0],[11.55833,49.59625,0],[11.558159999999999,49.596059999999994,0],[11.55745,49.59610000000001,0],[11.557090000000002,49.59593000000001,0],[11.556669999999999,49.595590000000016,0],[11.557779999999998,49.595759999999984,0],[11.55818,49.595169999999996,0],[11.55821,49.59496999999996,0],[11.55808,49.594510000000014,0],[11.5595,49.59370999999999,0],[11.56026,49.59393,0],[11.56081,49.59424000000001,0],[11.56136,49.59432000000004,0],[11.56211,49.59449000000001,0],[11.56296,49.594899999999996,0],[11.5637,49.59513000000001,0],[11.56378,49.59557000000001,0],[11.56355,49.59583000000001,0],[11.5626,49.59571,0],[11.56237,49.59589,0],[11.56274,49.596190000000036,0],[11.56274,49.596600000000024,0],[11.565320000000002,49.597170000000006,0],[11.56626,49.596630000000005,0],[11.566360000000001,49.59637000000001,0],[11.567070000000001,49.59653,0],[11.56742,49.596749999999986,0],[11.567890000000002,49.597170000000006,0],[11.56857,49.59737000000004,0],[11.56861,49.59720999999999,0],[11.5682,49.59667999999999,0],[11.567440000000001,49.596029999999985,0],[11.56768,49.59427000000002,0],[11.56792,49.59387000000001,0],[11.56816,49.59361000000001,0],[11.568480000000001,49.59345999999999,0],[11.56929,49.59331,0],[11.56902,49.59303,0],[11.56912,49.59277,0],[11.569709999999999,49.592839999999995,0],[11.570230000000002,49.59304,0],[11.5705,49.59288000000001,0],[11.57058,49.592780000000005,0],[11.57061,49.59241,0],[11.57019,49.592299999999994,0],[11.569279999999997,49.592150000000004,0],[11.568260000000002,49.59186,0],[11.567579999999998,49.591530000000034,0],[11.566520000000002,49.5907,0],[11.566890000000003,49.59062,0],[11.566030000000001,49.589920000000006,0],[11.56546,49.589920000000006,0],[11.56533,49.58982,0],[11.56481,49.58957000000001,0],[11.564390000000001,49.58942999999999,0],[11.56498,49.588570000000004,0],[11.565,49.58843999999996,0],[11.5649,49.58812,0],[11.564390000000001,49.588029999999975,0],[11.564060000000001,49.58783,0],[11.56417,49.587440000000015,0],[11.565220000000002,49.58742000000001,0],[11.565320000000002,49.587260000000015,0],[11.56523,49.58709999999999,0],[11.56448,49.58691999999999,0],[11.56459,49.58663999999999,0],[11.56431,49.58656000000002,0],[11.56424,49.58643000000001,0],[11.56459,49.58609999999999,0],[11.56481,49.58546000000004,0],[11.56473,49.58494999999999,0],[11.5652,49.58474000000001,0],[11.56605,49.58418,0],[11.5666,49.584089999999975,0],[11.56795,49.58312000000004,0],[11.567579999999998,49.58279999999999,0],[11.567660000000002,49.58273,0],[11.56866,49.58279000000002,0],[11.56942,49.582670000000036,0],[11.56925,49.58170999999999,0],[11.57012,49.58122000000003,0],[11.57099,49.580569999999994,0],[11.57195,49.580359999999985,0],[11.572040000000001,49.57985999999997,0],[11.5734,49.57981000000001,0],[11.57339,49.58019999999999,0],[11.57331,49.58037999999999,0],[11.573280000000002,49.58064999999999,0],[11.57334,49.58088000000001,0],[11.573529999999998,49.58127999999999,0],[11.574299999999997,49.5813,0],[11.57439,49.581259999999986,0],[11.5746,49.58091000000002,0],[11.57475,49.58076,0],[11.57518,49.580569999999994,0],[11.57555,49.580460000000016,0],[11.5758,49.580299999999966,0],[11.57598,49.57999000000001,0],[11.57634,49.57909000000001,0],[11.57614,49.57909999999998,0],[11.57451,49.579350000000034,0],[11.57384,49.57938999999999,0],[11.573219999999997,49.579380000000015,0],[11.57277,49.57934,0],[11.57144,49.57911999999996,0],[11.570710000000002,49.57911999999996,0],[11.570600000000002,49.57909000000001,0],[11.570600000000002,49.57891000000001,0],[11.57088,49.57849999999999,0],[11.57043,49.57838000000001,0],[11.56985,49.57815000000002,0],[11.56961,49.57817,0],[11.56913,49.57838000000001,0],[11.568949999999997,49.57825999999997,0],[11.56732,49.57785000000001,0],[11.56734,49.577740000000034,0],[11.5672,49.57753999999997,0],[11.56692,49.57736,0],[11.566699999999999,49.57728,0],[11.56646,49.57724000000002,0],[11.565760000000001,49.577229999999986,0],[11.56539,49.57713000000001,0],[11.56483,49.576629999999994,0],[11.56371,49.57589999999999,0],[11.563510000000003,49.57568999999998,0],[11.563140000000002,49.575739999999996,0],[11.562690000000002,49.57603,0],[11.56266,49.57607999999999,0],[11.5623,49.576130000000006,0],[11.561649999999998,49.57614000000004,0],[11.56089,49.57612,0],[11.560840000000002,49.57584,0],[11.56033,49.57584,0],[11.55954,49.57594999999998,0],[11.55905,49.575890000000015,0],[11.55866,49.575890000000015,0],[11.55789,49.57569999999998,0],[11.55665,49.57515000000001,0],[11.556179999999998,49.574780000000004,0],[11.55594,49.574659999999994,0],[11.555959999999999,49.57458,0],[11.555659999999998,49.57421000000002,0],[11.556050000000003,49.574070000000006,0],[11.55651,49.57378,0],[11.5558,49.573090000000036,0],[11.55548,49.57306000000003,0],[11.5552,49.572959999999995,0],[11.55424,49.572810000000004,0],[11.55327,49.57287999999997,0],[11.55282,49.57285999999999,0],[11.55204,49.57303000000002,0],[11.55213,49.57365999999999,0],[11.551580000000001,49.573800000000006,0],[11.55124,49.57352000000003,0],[11.55101,49.57324,0],[11.550459999999998,49.57204999999999,0],[11.550100000000002,49.57160999999999,0],[11.54986,49.57154,0],[11.54975,49.571380000000005,0],[11.549730000000002,49.57064,0],[11.54979,49.57034999999999,0],[11.550000000000002,49.570359999999994,0],[11.55099,49.570599999999985,0],[11.55119,49.57061999999999,0],[11.5513,49.57042999999999,0],[11.551470000000002,49.57042999999999,0],[11.55126,49.56979000000001,0],[11.551279999999998,49.569260000000014,0],[11.5523,49.56897000000001,0],[11.55327,49.5686,0],[11.55301,49.56833,0],[11.55274,49.56817000000001,0],[11.5525,49.56792999999996,0],[11.55321,49.567560000000014,0],[11.55364,49.56638000000001,0],[11.55378,49.56612999999999,0],[11.55401,49.56494000000001,0],[11.55431,49.564610000000016,0],[11.554329999999998,49.564449999999965,0],[11.55092,49.563739999999996,0],[11.55043,49.563590000000005,0],[11.54841,49.56277,0],[11.54781,49.56236999999999,0],[11.54742,49.56193999999999,0],[11.54618,49.56103000000002,0],[11.54576,49.56084999999999,0],[11.54485,49.560159999999996,0],[11.544490000000001,49.560069999999996,0],[11.543819999999998,49.559770000000015,0],[11.54288,49.559680000000014,0],[11.542249999999997,49.559789999999964,0],[11.541589999999998,49.56009,0],[11.540780000000002,49.560779999999994,0],[11.54039,49.56096999999997,0],[11.53924,49.56144000000003,0],[11.53853,49.56160000000003,0],[11.537730000000002,49.561679999999996,0],[11.53793,49.56285999999997,0],[11.53679,49.56276,0],[11.536609999999998,49.56270000000001,0],[11.53653,49.56226000000001,0],[11.53591,49.56224,0],[11.535159999999998,49.56232000000003,0],[11.535060000000001,49.5624,0],[11.53571,49.56245000000001,0],[11.53608,49.56258,0],[11.53615,49.56271000000001,0],[11.536,49.563199999999995,0],[11.53481,49.56305000000003,0],[11.534159999999998,49.56258,0],[11.53344,49.56300999999999,0],[11.53229,49.56312,0],[11.53179,49.56321,0],[11.531049999999999,49.56326999999996,0],[11.53094,49.56412,0],[11.531049999999999,49.56491,0],[11.53102,49.564989999999995,0],[11.53072,49.565049999999985,0],[11.5271,49.56388000000001,0],[11.52509,49.56336999999999,0],[11.52544,49.563170000000014,0],[11.526000000000002,49.56324000000001,0],[11.526290000000001,49.56312,0],[11.52618,49.56280000000001,0],[11.527260000000002,49.56278000000003,0],[11.52721,49.562219999999996,0],[11.52709,49.56206,0],[11.52661,49.561859999999996,0],[11.52567,49.561829999999986,0],[11.52602,49.560810000000004,0],[11.52625,49.56040999999999,0],[11.52712,49.559770000000015,0],[11.52679,49.55959000000004,0],[11.526450000000002,49.55950999999999,0],[11.52586,49.559439999999995,0],[11.52475,49.559379999999976,0],[11.52501,49.55975000000001,0],[11.52451,49.55982,0],[11.52375,49.559650000000005,0],[11.52342,49.55959999999999,0],[11.52226,49.55959999999999,0],[11.52161,49.559439999999995,0],[11.52032,49.558809999999994,0],[11.51977,49.55812000000003,0],[11.518899999999999,49.55802,0],[11.51738,49.55772999999999,0],[11.516460000000002,49.55766000000003,0],[11.51321,49.55725000000001,0],[11.51343,49.55644000000001,0],[11.514099999999997,49.556569999999994,0],[11.514450000000002,49.55651000000003,0],[11.51483,49.55653000000001,0],[11.51528,49.556610000000006,0],[11.51398,49.55517999999998,0],[11.51454,49.55510000000001,0],[11.51498,49.554990000000004,0],[11.51515,49.55493000000004,0],[11.51502,49.55484999999999,0],[11.516109999999998,49.55445999999998,0],[11.51636,49.55426,0],[11.51624,49.55411000000001,0],[11.51602,49.554069999999996,0],[11.51568,49.554069999999996,0],[11.51511,49.554160000000024,0],[11.51361,49.5548,0],[11.51311,49.55444,0],[11.512849999999998,49.554479999999984,0],[11.51258,49.554190000000006,0],[11.512029999999998,49.55382,0],[11.51162,49.55369000000002,0],[11.51093,49.553259999999995,0],[11.51105,49.553,0],[11.51136,49.552989999999994,0],[11.51162,49.55306999999999,0],[11.51197,49.55281999999997,0],[11.51221,49.55257999999998,0],[11.511710000000003,49.55234999999999,0],[11.512399999999998,49.551890000000014,0],[11.51247,49.551680000000005,0],[11.51264,49.551410000000004,0],[11.51293,49.55109999999999,0],[11.51364,49.55062000000001,0],[11.514190000000001,49.55096999999998,0],[11.51463,49.551050000000004,0],[11.515189999999999,49.551199999999994,0],[11.51595,49.55103,0],[11.51604,49.55125000000001,0],[11.51652,49.55135999999996,0],[11.51714,49.55145999999999,0],[11.51754,49.55160000000001,0],[11.51807,49.55088000000001,0],[11.51747,49.55072999999999,0],[11.515420000000002,49.55036000000001,0],[11.51451,49.550009999999986,0],[11.51406,49.54975000000002,0],[11.513219999999999,49.549120000000045,0],[11.51371,49.54899,0],[11.51407,49.548839999999984,0],[11.51447,49.54847000000004,0],[11.51469,49.54858999999999,0],[11.51517,49.54872,0],[11.51535,49.5487,0],[11.515519999999999,49.54874000000001,0],[11.51569,49.54885999999999,0],[11.51617,49.548940000000016,0],[11.51649,49.54885999999999,0],[11.51665,49.54885999999999,0],[11.51701,49.549019999999956,0],[11.51781,49.54916,0],[11.51796,49.54909000000001,0],[11.518039999999997,49.54909000000001,0],[11.519350000000001,49.54943,0],[11.51958,49.548730000000006,0],[11.51986,49.54764,0],[11.52045,49.54732999999999,0],[11.52125,49.54656,0],[11.52138,49.54651999999999,0],[11.522429999999998,49.54653999999999,0],[11.52263,49.54652999999999,0],[11.52348,49.54634999999999,0],[11.52434,49.54626999999999,0],[11.52641,49.54635999999999,0],[11.527000000000001,49.54626999999999,0],[11.5275,49.546279999999996,0],[11.52809,49.546400000000006,0],[11.52842,49.54656,0],[11.52866,49.54676999999998,0],[11.52909,49.54668000000001,0],[11.529039999999998,49.54635999999999,0],[11.52916,49.54631999999998,0],[11.53087,49.54674,0],[11.530899999999999,49.54651000000001,0],[11.53392,49.54668000000001,0],[11.53432,49.54575000000003,0],[11.53482,49.545500000000004,0],[11.53448,49.54495,0],[11.53336,49.54515000000001,0],[11.531819999999998,49.545019999999994,0],[11.53147,49.544899999999984,0],[11.53156,49.544489999999996,0],[11.53212,49.544250000000005,0],[11.532650000000002,49.54397,0],[11.53329,49.54410999999999,0],[11.53371,49.54415,0],[11.534250000000002,49.54412000000002,0],[11.534799999999999,49.54387,0],[11.53526,49.543589999999995,0],[11.535689999999999,49.5436,0],[11.536019999999999,49.54352,0],[11.53626,49.54336000000001,0],[11.53629,49.54275000000001,0],[11.536769999999999,49.54250999999999,0],[11.53668,49.542820000000006,0],[11.53715,49.543409999999994,0],[11.536939999999998,49.54412000000002,0],[11.53682,49.54420999999999,0],[11.536389999999999,49.544280000000015,0],[11.53611,49.54446000000004,0],[11.53633,49.54476,0],[11.536839999999998,49.544520000000006,0],[11.537130000000001,49.54433,0],[11.537329999999999,49.54412000000002,0],[11.537400000000002,49.54388,0],[11.53842,49.54393999999999,0],[11.53912,49.54408000000001,0],[11.53938,49.544419999999974,0],[11.54008,49.54453000000001,0],[11.540740000000001,49.54417000000004,0],[11.54143,49.54392999999999,0],[11.54205,49.54388,0],[11.542819999999999,49.54393999999999,0],[11.54348,49.54423,0],[11.544050000000002,49.54419999999999,0],[11.54461,49.54423,0],[11.54504,49.543920000000014,0],[11.54543,49.543769999999995,0],[11.54604,49.54392999999999,0],[11.54685,49.54426999999998,0],[11.547529999999998,49.5445,0],[11.54822,49.544520000000006,0],[11.5492,49.54447999999999,0],[11.54931,49.544009999999986,0],[11.54931,49.54330999999999,0],[11.550000000000002,49.54285999999999,0],[11.550660000000002,49.542309999999986,0],[11.55105,49.542250000000024,0],[11.55117,49.542159999999996,0],[11.5504,49.541679999999985,0],[11.54989,49.54083,0],[11.549869999999999,49.540479999999974,0],[11.549909999999999,49.54014999999998,0],[11.55016,49.53975999999997,0],[11.55038,49.53962999999999,0],[11.55059,49.53932999999998,0],[11.551140000000002,49.53899000000001,0],[11.55107,49.53881000000004,0],[11.550700000000003,49.538760000000025,0],[11.54844,49.53819999999999,0],[11.54756,49.53819999999999,0],[11.54673,49.53787999999997,0],[11.54638,49.53781000000001,0],[11.5463,49.53782000000001,0],[11.54599,49.53824,0],[11.54551,49.53865999999999,0],[11.545380000000002,49.53892999999999,0],[11.544629999999998,49.53894,0],[11.54425,49.53881999999999,0],[11.54385,49.53882999999999,0],[11.54325,49.53908000000004,0],[11.542680000000002,49.53829999999999,0],[11.54227,49.537440000000004,0],[11.54183,49.53692000000001,0],[11.54073,49.536370000000005,0],[11.54267,49.53581,0],[11.54321,49.53563,0],[11.5435,49.535439999999994,0],[11.54362,49.53514999999999,0],[11.54387,49.53474,0],[11.54335,49.534339999999986,0],[11.54476,49.53363999999999,0],[11.54522,49.53375,0],[11.54574,49.53381000000002,0],[11.54605,49.53366,0],[11.546790000000001,49.53341000000003,0],[11.54689,49.53304,0],[11.54645,49.53281999999999,0],[11.54572,49.53228000000004,0],[11.545629999999997,49.53214,0],[11.54648,49.53107,0],[11.54631,49.53106,0],[11.54605,49.53112999999999,0],[11.54569,49.53111000000001,0],[11.54529,49.53115,0],[11.54499,49.53113999999999,0],[11.54439,49.531180000000006,0],[11.5438,49.53125,0],[11.54354,49.53062000000003,0],[11.544149999999998,49.53063,0],[11.545119999999999,49.530550000000005,0],[11.54552,49.530249999999995,0],[11.544490000000001,49.52978999999999,0],[11.544380000000002,49.52969999999999,0],[11.54437,49.52928,0],[11.546350000000002,49.529259999999994,0],[11.54665,49.528850000000006,0],[11.5464,49.528159999999986,0],[11.546390000000002,49.52748,0],[11.545559999999998,49.52762000000004,0],[11.5444,49.52790999999999,0],[11.54417,49.52762999999999,0],[11.543680000000002,49.52749,0],[11.5431,49.52748,0],[11.54305,49.527409999999975,0],[11.54302,49.527060000000006,0],[11.54287,49.526850000000024,0],[11.54369,49.52628999999999,0],[11.544160000000002,49.52591999999996,0],[11.54451,49.525469999999956,0],[11.5448,49.5249,0],[11.54495,49.524460000000005,0],[11.54422,49.524429999999995,0],[11.54414,49.52438000000001,0],[11.544120000000001,49.52432999999999,0],[11.544160000000002,49.52360999999999,0],[11.54431,49.52328,0],[11.54434,49.52287000000001,0],[11.544450000000001,49.52262000000002,0],[11.54454,49.522519999999986,0],[11.544650000000003,49.52242000000001,0],[11.54481,49.52234999999999,0],[11.545420000000002,49.52214000000001,0],[11.546570000000001,49.52196000000001,0],[11.547430000000002,49.52172999999999,0],[11.54844,49.521060000000034,0],[11.5471,49.520640000000014,0],[11.54735,49.52044999999998,0],[11.54689,49.519769999999994,0],[11.546940000000001,49.51969999999997,0],[11.54711,49.51914000000002,0],[11.54712,49.518910000000005,0],[11.54705,49.518699999999995,0],[11.545680000000003,49.51850999999999,0],[11.54522,49.51842000000002,0],[11.54369,49.517589999999984,0],[11.545229999999998,49.516790000000015,0],[11.54502,49.51678000000001,0],[11.5438,49.516549999999995,0],[11.54335,49.51632000000001,0],[11.541820000000001,49.51599999999999,0],[11.54116,49.51578999999998,0],[11.54072,49.51539,0],[11.54031,49.515240000000006,0],[11.53972,49.51514,0],[11.538949999999998,49.51509999999999,0],[11.53853,49.515019999999964,0],[11.538370000000002,49.51495,0],[11.53827,49.51483999999999,0],[11.538170000000001,49.5146,0],[11.53803,49.51448000000002,0],[11.53709,49.514039999999994,0],[11.53584,49.51352,0],[11.535660000000002,49.51348999999999,0],[11.53544,49.51349999999999,0],[11.53498,49.51359999999997,0],[11.53448,49.513829999999984,0],[11.53362,49.512730000000005,0],[11.53367,49.512280000000004,0],[11.53254,49.511750000000035,0],[11.53227,49.51098000000002,0],[11.53266,49.51089999999999,0],[11.53414,49.51040999999998,0],[11.5349,49.5102,0],[11.534620000000002,49.509450000000015,0],[11.534840000000003,49.509299999999996,0],[11.53374,49.50744,0],[11.53481,49.50737000000001,0],[11.535990000000002,49.50710000000001,0],[11.536339999999997,49.50704999999999,0],[11.53633,49.506190000000004,0],[11.53731,49.50617999999997,0],[11.53737,49.50585000000001,0],[11.53753,49.505499999999984,0],[11.53934,49.50564000000003,0],[11.539879999999998,49.50559000000001,0],[11.54052,49.50533999999999,0],[11.54238,49.505420000000015,0],[11.543190000000001,49.50555,0],[11.543120000000002,49.50567000000004,0],[11.54365,49.50578999999999,0],[11.54431,49.506039999999985,0],[11.544629999999998,49.50591000000003,0],[11.54518,49.50578999999999,0],[11.54577,49.50576000000001,0],[11.547199999999998,49.50577999999999,0],[11.55042,49.50507999999999,0],[11.550309999999998,49.504850000000005,0],[11.552,49.50446000000002,0],[11.55198,49.50432999999998,0],[11.55316,49.50413,0],[11.554889999999999,49.50406000000004,0],[11.55514,49.504670000000004,0],[11.55532,49.50495999999998,0],[11.556959999999998,49.50493,0],[11.55912,49.505089999999996,0],[11.55934,49.505059999999986,0],[11.55978,49.50483,0],[11.56018,49.50487000000001,0],[11.5603,49.50459999999998,0],[11.56051,49.504470000000026,0],[11.5611,49.50438,0],[11.56127,49.50398000000001,0],[11.56256,49.50398000000001,0],[11.56301,49.50384999999997,0],[11.56305,49.50373999999999,0],[11.56415,49.50353000000001,0],[11.56545,49.50379000000001,0],[11.5661,49.50412,0],[11.56697,49.50412,0],[11.56727,49.50406000000004,0],[11.56709,49.50332000000003,0],[11.5669,49.503330000000005,0],[11.56682,49.502489999999995,0],[11.56671,49.50223,0],[11.56691,49.50130000000004,0],[11.56711,49.501000000000005,0],[11.56642,49.50054,0],[11.56599,49.500460000000004,0],[11.5655,49.500429999999994,0],[11.564660000000002,49.50049999999999,0],[11.56427,49.500249999999994,0],[11.563950000000002,49.50009,0],[11.564060000000001,49.499619999999965,0],[11.56419,49.499390000000005,0],[11.56419,49.49929,0],[11.563910000000002,49.499120000000005,0],[11.563910000000002,49.49904000000001,0],[11.56398,49.498940000000005,0],[11.56386,49.498850000000004,0],[11.564,49.49844999999996,0],[11.563829999999998,49.498310000000004,0],[11.563829999999998,49.49824000000001,0],[11.56398,49.49799999999999,0],[11.56408,49.497709999999984,0],[11.5643,49.49758,0],[11.5645,49.49755999999999,0],[11.56477,49.49737999999999,0],[11.565399999999999,49.49665999999999,0],[11.565469999999998,49.49645000000001,0],[11.56534,49.496320000000026,0],[11.56586,49.49549999999999,0],[11.56619,49.49508,0],[11.56627,49.494910000000004,0],[11.56635,49.49438000000001,0],[11.566499999999998,49.49426,0],[11.566699999999999,49.49417,0],[11.56671,49.493870000000015,0],[11.56676,49.49374,0],[11.567070000000001,49.49376000000001,0],[11.567139999999998,49.49367000000001,0],[11.567099999999998,49.49356999999998,0],[11.567139999999998,49.493510000000015,0],[11.56724,49.49349000000001,0],[11.567359999999999,49.493510000000015,0],[11.567469999999998,49.493480000000005,0],[11.56752,49.493390000000005,0],[11.56746,49.493210000000005,0],[11.56761,49.493179999999995,0],[11.56764,49.49313999999998,0],[11.567539999999997,49.49298999999999,0],[11.56761,49.49289999999999,0],[11.567660000000002,49.49288999999999,0],[11.567730000000001,49.49297999999999,0],[11.56798,49.493030000000005,0],[11.568179999999998,49.49289999999999,0],[11.56817,49.49283,0],[11.568399999999999,49.49267999999998,0],[11.56855,49.49277000000001,0],[11.56979,49.49186,0],[11.569709999999999,49.49180999999999,0],[11.56995,49.49164999999999,0],[11.57029,49.491280000000046,0],[11.57042,49.490830000000045,0],[11.57063,49.4906,0],[11.570670000000002,49.49043,0],[11.570710000000002,49.490399999999994,0],[11.57087,49.490369999999984,0],[11.57103,49.49043,0],[11.57101,49.490610000000004,0],[11.57105,49.490639999999985,0],[11.57117,49.490639999999985,0],[11.57132,49.490579999999994,0],[11.571640000000002,49.49063000000001,0],[11.57174,49.49059,0],[11.57188,49.49059,0],[11.57199,49.49042,0],[11.57216,49.490369999999984,0],[11.57229,49.490279999999984,0],[11.572420000000001,49.49027000000004,0],[11.572410000000001,49.49045000000001,0],[11.57244,49.49047999999999,0],[11.57285,49.490549999999985,0],[11.57304,49.490610000000004,0],[11.573149999999998,49.49056999999999,0],[11.57344,49.490549999999985,0],[11.57367,49.49041,0],[11.57417,49.490399999999994,0],[11.5742,49.49027000000004,0],[11.57427,49.490200000000016,0],[11.5747,49.49020999999999,0],[11.57521,49.490110000000044,0],[11.5752,49.49007,0],[11.57387,49.490039999999965,0],[11.57384,49.489750000000015,0],[11.573899999999998,49.48902000000001,0],[11.57485,49.489000000000004,0],[11.57793,49.48926,0],[11.578609999999998,49.48907000000003,0],[11.57789,49.486710000000016,0],[11.578130000000002,49.48639,0],[11.578049999999998,49.48583999999997,0],[11.578570000000001,49.485540000000015,0],[11.57883,49.48511000000002,0],[11.5795,49.485119999999995,0],[11.579689999999998,49.485270000000014,0],[11.57974,49.48579999999998,0],[11.580100000000002,49.48581999999999,0],[11.58038,49.48648,0],[11.58044,49.48665,0],[11.58032,49.48689000000002,0],[11.58098,49.487059999999985,0],[11.58168,49.48692,0],[11.58177,49.48686000000001,0],[11.58249,49.48599999999999,0],[11.58266,49.48590999999999,0],[11.583080000000002,49.48579000000001,0],[11.58371,49.48579000000001,0],[11.58312,49.48618999999999,0],[11.58344,49.486290000000025,0],[11.58361,49.48639,0],[11.58381,49.48653999999996,0],[11.58418,49.48693,0],[11.58525,49.486020000000025,0],[11.58584,49.48511000000002,0],[11.58614,49.48518000000004,0],[11.58614,49.4855,0],[11.58762,49.486050000000006,0],[11.58801,49.486129999999974,0],[11.588079999999998,49.48624000000001,0],[11.58826,49.486260000000016,0],[11.5887,49.48618999999999,0],[11.58907,49.485979999999984,0],[11.58905,49.48576,0],[11.58893,49.485600000000005,0],[11.58846,49.48534000000001,0],[11.588239999999999,49.48534999999998,0],[11.58788,49.48482000000001,0],[11.588039999999998,49.48459,0],[11.58954,49.48481000000001,0],[11.58992,49.48474999999999,0],[11.590280000000002,49.484579999999994,0],[11.59055,49.48454000000001,0],[11.590720000000001,49.484549999999984,0],[11.59095,49.48461,0],[11.59104,49.48472000000001,0],[11.59123,49.48511000000002,0],[11.59229,49.48454000000001,0],[11.592,49.48383999999999,0],[11.59194,49.48352999999997,0],[11.59185,49.483540000000005,0],[11.59137,49.48329000000001,0],[11.590859999999997,49.483119999999985,0],[11.5912,49.482730000000004,0],[11.59083,49.482470000000006,0],[11.590859999999997,49.48233999999999,0],[11.59077,49.48185999999998,0],[11.59069,49.48164,0],[11.59066,49.48137,0],[11.59071,49.48096000000001,0],[11.58971,49.48101,0],[11.5894,49.48022,0],[11.58936,49.48004999999998,0],[11.58936,49.479539999999986,0],[11.58927,49.47932000000003,0],[11.58911,49.47932000000003,0],[11.5891,49.479209999999995,0],[11.58881,49.47910000000002,0],[11.58909,49.47773999999998,0],[11.58902,49.47685000000001,0],[11.5894,49.47637999999998,0],[11.589569999999998,49.47631000000001,0],[11.59092,49.475840000000034,0],[11.591650000000001,49.475689999999986,0],[11.5928,49.47529,0],[11.593180000000002,49.47519,0],[11.59405,49.47505000000001,0],[11.59428,49.47498999999999,0],[11.5949,49.474800000000016,0],[11.5956,49.47451000000001,0],[11.5958,49.47440000000003,0],[11.59616,49.473870000000005,0],[11.59591,49.47379999999998,0],[11.59547,49.4735,0],[11.59543,49.47343000000001,0],[11.59574,49.47279000000003,0],[11.59598,49.47265999999999,0],[11.59601,49.47212999999999,0],[11.59578,49.47197,0],[11.59518,49.471389999999985,0],[11.594729999999998,49.47087000000002,0],[11.59449,49.47006999999999,0],[11.59404,49.46949999999998,0],[11.593070000000003,49.46894,0],[11.59277,49.46860000000001,0],[11.59245,49.46806000000001,0],[11.592279999999999,49.46679999999998,0],[11.592250000000002,49.46599000000003,0],[11.59203,49.46566999999999,0],[11.59059,49.46528000000001,0],[11.58995,49.46529000000001,0],[11.58985,49.46516,0],[11.590209999999999,49.46436000000003,0],[11.59023,49.46413000000001,0],[11.59008,49.463900000000024,0],[11.58935,49.46322000000001,0],[11.58881,49.462789999999984,0],[11.58722,49.46191999999999,0],[11.58465,49.46009000000001,0],[11.58415,49.45964000000001,0],[11.58369,49.458969999999994,0],[11.58346,49.45848000000001,0],[11.58307,49.45832000000004,0],[11.58264,49.45832999999999,0],[11.582440000000002,49.45776000000001,0],[11.58206,49.45702,0],[11.58191,49.456459999999964,0],[11.58093,49.45634000000001,0],[11.5808,49.45618000000002,0],[11.58087,49.45444999999998,0],[11.581,49.45397,0],[11.58087,49.45361,0],[11.58045,49.453149999999994,0],[11.580260000000003,49.45282,0],[11.5798,49.45275000000001,0],[11.579400000000001,49.45211999999998,0],[11.57895,49.45173,0],[11.57851,49.45179999999996,0],[11.57786,49.4513,0],[11.576639999999998,49.45045999999999,0],[11.57681,49.45009000000002,0],[11.576639999999998,49.44974000000002,0],[11.576350000000001,49.449479999999966,0],[11.57464,49.44857999999999,0],[11.5734,49.44856999999999,0],[11.5737,49.44773000000001,0],[11.57304,49.44746000000001,0],[11.571889999999998,49.446709999999996,0],[11.57158,49.44666999999998,0],[11.57124,49.44636,0],[11.57103,49.44601,0],[11.5705,49.445660000000004,0],[11.56999,49.44519,0],[11.56853,49.44575000000003,0],[11.56806,49.44533000000001,0],[11.56771,49.444819999999964,0],[11.56745,49.44457000000003,0],[11.56717,49.44438999999997,0],[11.566869999999998,49.44406000000001,0],[11.56698,49.44380000000001,0],[11.5672,49.443580000000026,0],[11.56763,49.44333,0],[11.56787,49.44290999999998,0],[11.567699999999999,49.44215,0],[11.5676,49.44193000000001,0],[11.56735,49.44166000000001,0],[11.56683,49.441900000000004,0],[11.56626,49.44114999999999,0],[11.565729999999999,49.44068999999999,0],[11.5644,49.44003000000001,0],[11.56427,49.43945999999997,0],[11.56386,49.43849000000003,0],[11.56366,49.43832999999998,0],[11.56304,49.43812,0],[11.562650000000001,49.43803,0],[11.56249,49.43755999999996,0],[11.56253,49.436769999999996,0],[11.56206,49.43672000000001,0],[11.56218,49.43639000000002,0],[11.56196,49.43610000000001,0],[11.561859999999998,49.4358,0],[11.56159,49.43553,0],[11.5605,49.434950000000015,0],[11.55984,49.43454,0],[11.55966,49.43431000000001,0],[11.559640000000002,49.43412000000001,0],[11.559409999999998,49.43397999999999,0],[11.55903,49.43391,0],[11.55873,49.433930000000004,0],[11.55855,49.43404000000001,0],[11.55861,49.43379999999999,0],[11.558340000000001,49.433359999999965,0],[11.55755,49.43315999999999,0],[11.55721,49.433130000000006,0],[11.55729,49.432619999999986,0],[11.55729,49.432440000000014,0],[11.55712,49.43189000000001,0],[11.55717,49.43173999999999,0],[11.55743,49.43138999999999,0],[11.55749,49.43119999999999,0],[11.5575,49.43092999999999,0],[11.557420000000002,49.43063999999998,0],[11.5572,49.43028000000001,0],[11.556839999999998,49.42954,0],[11.556600000000001,49.42913999999999,0],[11.55662,49.429,0],[11.55687,49.428799999999995,0],[11.5562,49.42857000000001,0],[11.55561,49.428289999999976,0],[11.55521,49.42803000000001,0],[11.554729999999998,49.42756,0],[11.55488,49.427520000000015,0],[11.55587,49.427509999999984,0],[11.556399999999998,49.426410000000004,0],[11.55662,49.425790000000006,0],[11.556739999999998,49.425239999999974,0],[11.55689,49.424980000000005,0],[11.55731,49.4238,0],[11.55736,49.423629999999974,0],[11.55725,49.42326,0],[11.5575,49.42272,0],[11.557860000000002,49.421479999999974,0],[11.55749,49.419899999999984,0],[11.55791,49.41964999999999,0],[11.557900000000002,49.41924,0],[11.55783,49.418979999999976,0],[11.557860000000002,49.418769999999995,0],[11.55805,49.41824,0],[11.55928,49.416679999999985,0],[11.55993,49.4161,0],[11.559310000000002,49.41613000000004,0],[11.55828,49.41631000000001,0],[11.55737,49.41655,0],[11.55688,49.416259999999994,0],[11.55658,49.41604000000001,0],[11.55515,49.414769999999976,0],[11.55484,49.41414,0],[11.55436,49.413579999999996,0],[11.553689999999998,49.41269,0],[11.5537,49.412600000000026,0],[11.554399999999998,49.41183000000001,0],[11.55409,49.41171,0],[11.55331,49.41255999999996,0],[11.55133,49.411789999999996,0],[11.550000000000002,49.411370000000005,0],[11.547500000000001,49.41053999999997,0],[11.54629,49.40998999999999,0],[11.54492,49.409490000000005,0],[11.543520000000001,49.409220000000005,0],[11.54292,49.41096999999999,0],[11.542410000000002,49.41084000000001,0],[11.54257,49.41036,0],[11.5424,49.41008999999997,0],[11.541670000000002,49.409940000000006,0],[11.54053,49.40975,0],[11.53941,49.40929,0],[11.53884,49.408950000000004,0],[11.53719,49.409069999999986,0],[11.53457,49.40960000000004,0],[11.53375,49.40980999999999,0],[11.532720000000001,49.41015999999999,0],[11.531640000000001,49.41042999999999,0],[11.53098,49.410510000000016,0],[11.52993,49.41070000000002,0],[11.52973,49.411310000000014,0],[11.52883,49.412499999999994,0],[11.527900000000002,49.41286999999997,0],[11.526699999999998,49.413070000000005,0],[11.52593,49.41329999999999,0],[11.524989999999999,49.413490000000024,0],[11.52406,49.41355999999999,0],[11.52269,49.413599999999974,0],[11.52096,49.413490000000024,0],[11.520570000000001,49.413520000000005,0],[11.51893,49.41355999999999,0],[11.51811,49.413610000000006,0],[11.51676,49.41354999999996,0],[11.51543,49.413610000000006,0],[11.51452,49.41374999999999,0],[11.513150000000001,49.413669999999996,0],[11.51257,49.41381000000004,0],[11.5117,49.41395,0],[11.51015,49.414379999999994,0],[11.5089,49.41467,0],[11.5077,49.41512,0],[11.50932,49.41724000000002,0],[11.50731,49.417910000000006,0],[11.50611,49.41839999999999,0],[11.50512,49.41872000000001,0],[11.50455,49.418769999999995,0],[11.504119999999999,49.41885000000002,0],[11.50368,49.418499999999995,0],[11.502840000000003,49.41833,0],[11.50183,49.41799,0],[11.501449999999998,49.41792000000001,0],[11.5004,49.41784000000001,0],[11.50016,49.41785999999999,0],[11.49738,49.41843,0],[11.49671,49.4187,0],[11.49602,49.41905,0],[11.49555,49.41916000000003,0],[11.49491,49.41920999999999,0],[11.49401,49.41917999999998,0],[11.49174,49.41899000000001,0],[11.49097,49.42048,0],[11.49018,49.42222000000001,0],[11.49003,49.42223000000001,0],[11.48925,49.42212000000001,0],[11.48702,49.42205999999999,0],[11.485699999999998,49.42519999999996,0],[11.48495,49.425520000000006,0],[11.48467,49.42571000000001,0],[11.483850000000002,49.42641999999998,0],[11.482809999999999,49.42699999999999,0],[11.48254,49.42707999999999,0],[11.481649999999998,49.42699999999999,0],[11.47944,49.427250000000015,0],[11.47889,49.42726999999999,0],[11.47858,49.42723999999998,0],[11.47809,49.427070000000015,0],[11.47785,49.42694,0],[11.47771,49.42678000000001,0],[11.477569999999998,49.42653999999999,0],[11.4775,49.426500000000004,0],[11.476859999999999,49.42622,0],[11.47566,49.42577,0],[11.474669999999998,49.42555999999999,0],[11.4746,49.425509999999974,0],[11.47433,49.4255,0],[11.47376,49.425340000000006,0],[11.47366,49.42526999999998,0],[11.4718,49.42483999999999,0],[11.4712,49.424859999999995,0],[11.47053,49.42497000000003,0],[11.47036,49.424980000000005,0],[11.47015,49.42493999999999,0],[11.469879999999998,49.42478,0],[11.46939,49.42435999999998,0],[11.468700000000002,49.423490000000015,0],[11.46813,49.42302999999998,0],[11.46776,49.42347000000001,0],[11.46672,49.423040000000015,0],[11.46545,49.42227,0],[11.464510000000002,49.42187999999999,0],[11.464180000000002,49.42241999999999,0],[11.4639,49.42305999999999,0],[11.46163,49.42287999999999,0],[11.46147,49.42368999999999,0],[11.460779999999998,49.425400000000025,0],[11.46048,49.426019999999994,0],[11.46087,49.425959999999975,0],[11.460819999999998,49.427099999999996,0],[11.46072,49.427730000000025,0],[11.46047,49.428439999999995,0],[11.459710000000001,49.42985999999996,0],[11.458709999999998,49.43257,0],[11.458109999999998,49.43234000000001,0],[11.45704,49.43169,0],[11.45617,49.43176,0],[11.455659999999998,49.43146999999999,0],[11.455290000000002,49.43131999999997,0],[11.452950000000001,49.42991000000001,0],[11.45233,49.42917,0],[11.45204,49.42873,0],[11.44943,49.42816000000002,0],[11.44891,49.42831000000001,0],[11.44855,49.42764,0],[11.44806,49.427329999999984,0],[11.448200000000002,49.427220000000005,0],[11.44855,49.42678999999998,0],[11.44896,49.42648,0],[11.44904,49.42635999999999,0],[11.449749999999998,49.425039999999996,0],[11.449869999999999,49.42439999999999,0],[11.44999,49.424120000000016,0],[11.45012,49.42398,0],[11.449570000000001,49.42332999999999,0],[11.449200000000001,49.422439999999995,0],[11.44859,49.42175,0],[11.449339999999998,49.42152999999999,0],[11.450540000000002,49.420799999999986,0],[11.45165,49.42006000000001,0],[11.4497,49.41995,0],[11.448970000000001,49.4196,0],[11.44844,49.41944000000001,0],[11.44895,49.418769999999995,0],[11.44893,49.41812999999999,0],[11.44849,49.41802999999999,0],[11.4477,49.41757999999999,0],[11.44681,49.41748000000001,0],[11.44564,49.41675000000001,0],[11.44592,49.41651000000002,0],[11.44615,49.41621999999998,0],[11.44502,49.41563000000002,0],[11.444959999999998,49.41529,0],[11.44469,49.414890000000014,0],[11.44538,49.41396,0],[11.44726,49.41491000000002,0],[11.44791,49.415130000000005,0],[11.44799,49.415009999999995,0],[11.44759,49.41481999999999,0],[11.44717,49.41457,0],[11.44701,49.414379999999994,0],[11.44672,49.41386,0],[11.446709999999998,49.41354000000001,0],[11.44758,49.41392999999999,0],[11.44826,49.41415000000001,0],[11.4493,49.4144,0],[11.44964,49.413790000000006,0],[11.44935,49.41374999999999,0],[11.44969,49.41341,0],[11.4512,49.41396,0],[11.45113,49.41514000000001,0],[11.451019999999998,49.415700000000044,0],[11.45071,49.41586000000001,0],[11.45109,49.415970000000016,0],[11.45307,49.41633999999999,0],[11.45391,49.41453000000004,0],[11.45801,49.415279999999996,0],[11.45888,49.41580999999999,0],[11.459039999999998,49.41511,0],[11.45909,49.41503,0],[11.46013,49.41398000000001,0],[11.46085,49.41336000000001,0],[11.46099,49.41291000000001,0],[11.46095,49.41251,0],[11.46122,49.41203999999999,0],[11.46032,49.411730000000006,0],[11.46055,49.41138999999998,0],[11.460929999999998,49.41142999999997,0],[11.460970000000001,49.41132999999999,0],[11.46015,49.41099,0],[11.45995,49.410799999999995,0],[11.45968,49.41091,0],[11.45906,49.410920000000004,0],[11.45868,49.41087999999999,0],[11.458190000000002,49.41068000000001,0],[11.45806,49.41059000000004,0],[11.457839999999997,49.410510000000016,0],[11.457559999999999,49.41033999999999,0],[11.457300000000002,49.41013000000001,0],[11.457179999999997,49.40989999999999,0],[11.45706,49.40980999999999,0],[11.45635,49.40971999999999,0],[11.455890000000002,49.40969999999999,0],[11.45517,49.40953000000002,0],[11.45464,49.40926000000002,0],[11.45444,49.409040000000005,0],[11.45387,49.40888000000001,0],[11.45342,49.40852000000001,0],[11.4525,49.40807000000001,0],[11.45227,49.407899999999955,0],[11.452159999999997,49.40771000000001,0],[11.451829999999998,49.40762000000001,0],[11.45156,49.407579999999996,0],[11.45071,49.40710999999999,0],[11.44996,49.40687,0],[11.4496,49.406679999999994,0],[11.44921,49.40665000000001,0],[11.44883,49.40620000000001,0],[11.44865,49.40617,0],[11.448569999999998,49.40611000000001,0],[11.44836,49.406049999999965,0],[11.44802,49.40571,0],[11.44755,49.40545,0],[11.44544,49.40683999999999,0],[11.44462,49.406229999999994,0],[11.443919999999999,49.40581,0],[11.44323,49.40529000000001,0],[11.44272,49.404439999999965,0],[11.444259999999998,49.40389999999999,0],[11.44402,49.40377000000004,0],[11.4439,49.403639999999996,0],[11.443680000000002,49.40317999999999,0],[11.44336,49.40331000000003,0],[11.443190000000001,49.403129999999976,0],[11.44309,49.40289999999999,0],[11.44301,49.40252000000001,0],[11.44309,49.40227999999999,0],[11.442889999999998,49.40221,0],[11.44316,49.401700000000005,0],[11.442850000000002,49.40156999999999,0],[11.442960000000001,49.401389999999964,0],[11.44228,49.401309999999995,0],[11.44102,49.401279999999986,0],[11.44087,49.40138000000002,0],[11.44025,49.40142,0],[11.44025,49.40126000000001,0],[11.44009,49.401070000000004,0],[11.44009,49.40095999999997,0],[11.43944,49.400859999999994,0],[11.43915,49.40075999999999,0],[11.43849,49.400420000000025,0],[11.43856,49.400319999999994,0],[11.43824,49.400180000000006,0],[11.43824,49.399970000000025,0],[11.43853,49.40008,0],[11.43864,49.400049999999965,0],[11.43898,49.40011999999999,0],[11.43944,49.400109999999984,0],[11.43961,49.400270000000006,0],[11.439740000000002,49.400319999999994,0],[11.43986,49.40021999999999,0],[11.440070000000002,49.39983000000004,0],[11.44019,49.39947999999998,0],[11.440319999999998,49.39845,0],[11.43949,49.39819,0],[11.438839999999999,49.39790999999997,0],[11.43851,49.397819999999996,0],[11.43811,49.39759000000001,0],[11.43741,49.3973,0],[11.4372,49.39712,0],[11.4372,49.39690000000002,0],[11.4377,49.39609999999999,0],[11.43811,49.39556999999999,0],[11.43764,49.39543999999998,0],[11.43737,49.39538999999999,0],[11.43702,49.395430000000005,0],[11.43677,49.39538999999999,0],[11.43659,49.395430000000005,0],[11.43578,49.39591999999999,0],[11.43561,49.39592999999999,0],[11.43546,49.39586,0],[11.43526,49.39583999999999,0],[11.43513,49.39584999999997,0],[11.43497,49.3955,0],[11.43426,49.395550000000014,0],[11.43394,49.3955,0],[11.43362,49.39542,0],[11.43313,49.39542,0],[11.432720000000002,49.39551,0],[11.43213,49.395459999999986,0],[11.43162,49.39531000000002,0],[11.43121,49.394980000000004,0],[11.430739999999998,49.39488000000003,0],[11.429969999999999,49.39459000000002,0],[11.42893,49.39429999999999,0],[11.42742,49.39392000000001,0],[11.42619,49.393759999999986,0],[11.424359999999998,49.39341000000002,0],[11.42352,49.392960000000016,0],[11.4233,49.392780000000016,0],[11.4231,49.39238,0],[11.422580000000002,49.39168000000001,0],[11.42394,49.39133000000001,0],[11.42512,49.39108999999999,0],[11.42528,49.39102,0],[11.42672,49.390330000000006,0],[11.42771,49.389579999999995,0],[11.420130000000002,49.385879999999986,0],[11.420610000000002,49.384529999999984,0],[11.42029,49.384150000000005,0],[11.41967,49.383549999999985,0],[11.419200000000002,49.383549999999985,0],[11.41899,49.383399999999995,0],[11.4191,49.38325999999998,0],[11.41911,49.38294000000002,0],[11.41917,49.38265999999999,0],[11.41955,49.38238999999999,0],[11.41956,49.38211000000001,0],[11.41951,49.38193000000001,0],[11.4193,49.38171,0],[11.41944,49.38144,0],[11.42007,49.38153,0],[11.42023,49.38118,0],[11.42059,49.38074,0],[11.42022,49.38049000000001,0],[11.42078,49.37941000000001,0],[11.42063,49.37939,0],[11.420639999999999,49.37925000000001,0],[11.42046,49.37924000000001,0],[11.42045,49.37818999999999,0],[11.420049999999998,49.37810999999999,0],[11.41975,49.37810000000002,0],[11.41979,49.377759999999995,0],[11.42007,49.37738000000002,0],[11.42043,49.376810000000006,0],[11.42056,49.37644,0],[11.42081,49.37607,0],[11.4208,49.375940000000014,0],[11.4207,49.3759,0],[11.42052,49.37589,0],[11.420049999999998,49.375760000000014,0],[11.4201,49.375580000000014,0],[11.419779999999998,49.37550999999999,0],[11.41929,49.37549000000001,0],[11.41806,49.37565000000001,0],[11.4172,49.37583000000001,0],[11.41742,49.375370000000004,0],[11.41618,49.37531999999999,0],[11.41561,49.37522000000001,0],[11.41472,49.375370000000004,0],[11.41367,49.37501,0],[11.41212,49.37460999999999,0],[11.41186,49.374059999999986,0],[11.411209999999999,49.37347,0],[11.410279999999998,49.372990000000016,0],[11.40969,49.37191999999999,0],[11.40915,49.371989999999954,0],[11.40835,49.371939999999995,0],[11.407869999999999,49.37198000000001,0],[11.40789,49.37216000000001,0],[11.407760000000001,49.37241,0],[11.40764,49.372889999999984,0],[11.40772,49.37302,0],[11.40725,49.373069999999984,0],[11.406720000000002,49.373219999999975,0],[11.40619,49.37347,0],[11.40565,49.373789999999985,0],[11.40536,49.37389999999999,0],[11.40451,49.374030000000005,0],[11.40356,49.37405000000001,0],[11.40216,49.374349999999964,0],[11.401619999999998,49.373850000000004,0],[11.40172,49.37333000000001,0],[11.40166,49.37329,0],[11.40097,49.373249999999985,0],[11.40046,49.37317999999999,0],[11.40015,49.372900000000016,0],[11.39969,49.372659999999996,0],[11.39893,49.37237999999999,0],[11.39898,49.372289999999964,0],[11.398810000000001,49.37209000000004,0],[11.39871,49.371770000000026,0],[11.3986,49.37169,0],[11.39819,49.371520000000004,0],[11.39805,49.37137999999999,0],[11.39785,49.37128999999999,0],[11.39796,49.371170000000006,0],[11.39794,49.37107,0],[11.397839999999999,49.37103000000002,0],[11.397579999999998,49.37100000000001,0],[11.39695,49.370360000000005,0],[11.395920000000002,49.370270000000005,0],[11.39462,49.370000000000005,0],[11.395129999999998,49.36981,0],[11.39537,49.36987000000002,0],[11.39749,49.36909,0],[11.401329999999998,49.367969999999985,0],[11.40575,49.36695999999998,0],[11.40629,49.36692999999997,0],[11.406050000000002,49.36642000000003,0],[11.40604,49.36599000000004,0],[11.40619,49.365610000000004,0],[11.406390000000002,49.36536000000001,0],[11.4064,49.365279999999984,0],[11.40636,49.365200000000016,0],[11.40617,49.36503999999999,0],[11.40615,49.364930000000015,0],[11.40483,49.364149999999995,0],[11.4051,49.36398,0],[11.40498,49.36357000000001,0],[11.404,49.36384000000001,0],[11.40351,49.36389,0],[11.40188,49.363969999999995,0],[11.40124,49.36395999999999,0],[11.40097,49.36404999999999,0],[11.40045,49.36410999999998,0],[11.39934,49.36435999999998,0],[11.399180000000001,49.36437000000001,0],[11.398140000000001,49.362539999999996,0],[11.397429999999998,49.36269999999996,0],[11.39668,49.36148,0],[11.395459999999998,49.35919000000001,0],[11.394320000000002,49.35715999999999,0],[11.393790000000001,49.356780000000015,0],[11.393279999999999,49.35664999999997,0],[11.392420000000001,49.35670999999999,0],[11.392119999999998,49.356660000000005,0],[11.3919,49.35679999999999,0],[11.39168,49.35685000000001,0],[11.39073,49.356750000000005,0],[11.38982,49.356840000000005,0],[11.389179999999998,49.35696999999999,0],[11.38845,49.356840000000005,0],[11.38783,49.356780000000015,0],[11.387599999999999,49.356719999999996,0],[11.38672,49.357320000000016,0],[11.384850000000002,49.358390000000014,0],[11.383960000000002,49.357140000000015,0],[11.384080000000003,49.356889999999964,0],[11.384059999999998,49.35655,0],[11.383960000000002,49.356359999999995,0],[11.38368,49.35606999999999,0],[11.383249999999999,49.35631999999998,0],[11.381030000000003,49.35446999999999,0],[11.38069,49.35422,0],[11.3804,49.35410000000002,0],[11.38003,49.35402000000002,0],[11.37976,49.35392999999999,0],[11.379610000000001,49.35380000000001,0],[11.379570000000001,49.3536,0],[11.37945,49.35365999999999,0],[11.379170000000002,49.35372000000001,0],[11.378829999999999,49.353740000000016,0],[11.37873,49.35324,0],[11.37618,49.35423,0],[11.37629,49.35458999999997,0],[11.37719,49.354929999999996,0],[11.377339999999998,49.355050000000006,0],[11.377270000000001,49.35518999999999,0],[11.37725,49.355410000000006,0],[11.37744,49.35551000000004,0],[11.37779,49.35557,0],[11.3783,49.35561999999999,0],[11.378200000000001,49.35590000000002,0],[11.378690000000002,49.35601,0],[11.37865,49.35631000000001,0],[11.37829,49.357380000000006,0],[11.377160000000002,49.35880999999998,0],[11.376489999999999,49.35862,0],[11.37626,49.35862,0],[11.37595,49.358540000000005,0],[11.375900000000001,49.35843,0],[11.37573,49.35831999999999,0],[11.37559,49.35817,0],[11.375599999999999,49.358059999999995,0],[11.37555,49.35801000000001,0],[11.37532,49.357910000000004,0],[11.374860000000002,49.35779999999997,0],[11.37418,49.35741999999999,0],[11.37369,49.357380000000006,0],[11.37325,49.357470000000006,0],[11.37296,49.35727,0],[11.372819999999999,49.35705999999999,0],[11.3727,49.35693999999998,0],[11.371949999999998,49.35709,0],[11.3713,49.35727,0],[11.371110000000002,49.357129999999984,0],[11.37128,49.35631999999998,0],[11.37212,49.356179999999995,0],[11.372040000000002,49.35596000000001,0],[11.37201,49.355759999999975,0],[11.372040000000002,49.35561999999999,0],[11.37211,49.35532999999998,0],[11.37221,49.35515000000001,0],[11.372449999999999,49.35487999999998,0],[11.3727,49.354659999999996,0],[11.373010000000003,49.354659999999996,0],[11.37318,49.354420000000005,0],[11.37357,49.35450000000003,0],[11.37423,49.354299999999995,0],[11.37409,49.35390000000001,0],[11.374050000000002,49.35330000000002,0],[11.3783,49.351609999999994,0],[11.37816,49.351380000000006,0],[11.37799,49.350750000000005,0],[11.37759,49.350629999999995,0],[11.37728,49.35042999999999,0],[11.3763,49.349699999999984,0],[11.37611,49.34951000000001,0],[11.37597,49.34927999999999,0],[11.37592,49.348990000000015,0],[11.37594,49.34888000000001,0],[11.376039999999998,49.34873999999999,0],[11.377090000000003,49.347759999999965,0],[11.37712,49.347669999999994,0],[11.3774,49.34751000000003,0],[11.37782,49.34759999999997,0],[11.37818,49.347229999999996,0],[11.37835,49.34712999999999,0],[11.378939999999998,49.34693999999999,0],[11.37928,49.34692000000001,0],[11.37988,49.34615999999997,0],[11.38039,49.345650000000006,0],[11.38075,49.34521000000004,0],[11.381350000000001,49.34532999999999,0],[11.381609999999998,49.34533999999999,0],[11.381740000000002,49.34537,0],[11.38185,49.345439999999996,0],[11.38201,49.34545000000003,0],[11.38219,49.34550999999999,0],[11.38237,49.34551999999999,0],[11.38246,49.34563,0],[11.382550000000002,49.34564000000003,0],[11.382649999999998,49.34479999999999,0],[11.383619999999999,49.34452999999999,0],[11.38415,49.34442999999999,0],[11.38421,49.34415000000001,0],[11.38482,49.34406999999999,0],[11.3846,49.343379999999996,0],[11.38515,49.34300000000002,0],[11.38538,49.34228000000002,0],[11.38597,49.34231,0],[11.38656,49.34217000000001,0],[11.387230000000002,49.342119999999994,0],[11.38846,49.342179999999985,0],[11.38865,49.342029999999994,0],[11.39004,49.34192999999996,0],[11.39015,49.34091999999998,0],[11.38935,49.34088,0],[11.389569999999999,49.34039999999999,0],[11.38962,49.339909999999975,0],[11.38968,49.33967999999999,0],[11.389519999999997,49.33954,0],[11.38966,49.338940000000036,0],[11.38833,49.338750000000005,0],[11.388479999999998,49.33846,0],[11.3882,49.33832000000001,0],[11.38814,49.33825999999999,0],[11.38801,49.33832000000001,0],[11.387900000000002,49.33834000000002,0],[11.387599999999999,49.33828,0],[11.387369999999999,49.33813000000001,0],[11.38728,49.33813000000001,0],[11.38714,49.33820000000003,0],[11.3868,49.338220000000035,0],[11.386590000000002,49.33815000000001,0],[11.3866,49.33811,0],[11.3869,49.33794,0],[11.38704,49.33778000000001,0],[11.38695,49.33763999999999,0],[11.387069999999998,49.33753999999999,0],[11.38697,49.33743000000001,0],[11.38706,49.33728999999997,0],[11.38694,49.33690999999999,0],[11.38702,49.33685999999997,0],[11.38704,49.33679000000001,0],[11.38691,49.33663999999999,0],[11.38675,49.33659000000003,0],[11.38671,49.336540000000014,0],[11.386860000000002,49.33619999999999,0],[11.386839999999998,49.33615,0],[11.386700000000001,49.33608000000001,0],[11.38665,49.335999999999984,0],[11.3865,49.33592999999999,0],[11.386469999999997,49.335800000000006,0],[11.38635,49.3357,0],[11.386399999999998,49.335289999999986,0],[11.38632,49.335109999999986,0],[11.3861,49.33488,0],[11.38605,49.334599999999995,0],[11.386000000000001,49.334540000000004,0],[11.385699999999998,49.33431999999999,0],[11.385629999999999,49.334209999999985,0],[11.3856,49.33399000000003,0],[11.38527,49.333619999999996,0],[11.38523,49.33351999999999,0],[11.38493,49.333500000000015,0],[11.384699999999999,49.333529999999996,0],[11.384539999999998,49.333140000000014,0],[11.384360000000001,49.33296999999999,0],[11.38411,49.33296999999999,0],[11.38372,49.332870000000014,0],[11.38324,49.332870000000014,0],[11.38306,49.33273,0],[11.38252,49.33252999999999,0],[11.38236,49.33250000000001,0],[11.382209999999999,49.33242000000001,0],[11.38212,49.33224000000001,0],[11.381950000000002,49.33206000000001,0],[11.38157,49.33189999999999,0],[11.381279999999999,49.33171999999999,0],[11.381,49.33161999999999,0],[11.38036,49.331469999999996,0],[11.38003,49.331199999999995,0],[11.379940000000001,49.331189999999964,0],[11.37981,49.33104,0],[11.38044,49.330899999999986,0],[11.380870000000002,49.33058,0],[11.38222,49.32893000000004,0],[11.38298,49.32772,0],[11.38204,49.32733999999999,0],[11.38193,49.32722999999996,0],[11.381879999999999,49.326070000000016,0],[11.381119999999997,49.325890000000015,0],[11.38017,49.325770000000006,0],[11.37979,49.32568999999998,0],[11.37855,49.32539,0],[11.37804,49.32539,0],[11.376720000000002,49.32480000000001,0],[11.376039999999998,49.32515999999998,0],[11.37555,49.325350000000014,0],[11.375310000000002,49.32551000000001,0],[11.375080000000002,49.32535999999999,0],[11.37457,49.32511000000002,0],[11.37402,49.32491999999996,0],[11.37318,49.32472000000001,0],[11.3728,49.32479000000001,0],[11.37244,49.325230000000005,0],[11.3721,49.32554000000002,0],[11.37261,49.325789999999984,0],[11.37259,49.32584,0],[11.372989999999998,49.32594,0],[11.372889999999998,49.326149999999984,0],[11.372740000000002,49.326220000000006,0],[11.37249,49.326179999999994,0],[11.37201,49.326520000000016,0],[11.371710000000002,49.32669000000001,0],[11.371270000000003,49.326899999999995,0],[11.37078,49.32701000000003,0],[11.370400000000002,49.32700000000003,0],[11.36991,49.32692,0],[11.3692,49.32697000000002,0],[11.368949999999998,49.326779999999985,0],[11.36876,49.32656,0],[11.36744,49.326539999999994,0],[11.36732,49.32657000000003,0],[11.366569999999998,49.32638,0],[11.36627,49.32623000000001,0],[11.366129999999998,49.32629,0],[11.36589,49.326280000000025,0],[11.36544,49.32643999999999,0],[11.365320000000002,49.32643999999999,0],[11.3644,49.326160000000016,0],[11.3644,49.326070000000016,0],[11.3641,49.325860000000006,0],[11.36407,49.325739999999996,0],[11.3644,49.32521,0],[11.364489999999998,49.32480000000001,0],[11.36376,49.32444000000001,0],[11.36303,49.32351,0],[11.36304,49.32342,0],[11.36297,49.32330999999999,0],[11.3634,49.323120000000046,0],[11.3638,49.32301000000001,0],[11.365799999999998,49.32252,0],[11.36702,49.322299999999956,0],[11.367469999999999,49.32214999999999,0],[11.36783,49.32199,0],[11.367429999999999,49.32189999999997,0],[11.36774,49.32139000000001,0],[11.36367,49.3203,0],[11.35994,49.31934000000004,0],[11.35982,49.31924000000001,0],[11.359849999999998,49.31915000000001,0],[11.36024,49.31860000000003,0],[11.35939,49.31841000000003,0],[11.35903,49.31843999999998,0],[11.35822,49.318340000000006,0],[11.35772,49.318370000000016,0],[11.35722,49.31835000000001,0],[11.35675,49.31842,0],[11.356060000000001,49.318449999999984,0],[11.35544,49.3185,0],[11.354320000000001,49.318690000000004,0],[11.35397,49.318629999999985,0],[11.353770000000003,49.31862000000001,0],[11.3537,49.31867999999997,0],[11.353419999999998,49.318780000000004,0],[11.35275,49.318749999999994,0],[11.3525,49.31877,0],[11.35233,49.318910000000045,0],[11.3522,49.31895,0],[11.351580000000002,49.31882999999999,0],[11.351239999999999,49.31888000000001,0],[11.351090000000001,49.31882000000002,0],[11.350980000000002,49.31870000000001,0],[11.350870000000002,49.318749999999994,0],[11.35076,49.31873999999999,0],[11.350419999999998,49.31855999999999,0],[11.350380000000001,49.31842,0],[11.35033,49.31837999999999,0],[11.34977,49.31828999999999,0],[11.34967,49.318160000000006,0],[11.34935,49.317920000000015,0],[11.34921,49.31808000000001,0],[11.34889,49.31783999999999,0],[11.34648,49.318870000000004,0],[11.34668,49.31900999999999,0],[11.34517,49.31958,0],[11.345029999999998,49.3194,0],[11.34483,49.31924000000001,0],[11.34491,49.31910999999997,0],[11.345519999999999,49.3177,0],[11.34557,49.31757999999999,0],[11.345559999999999,49.317409999999995,0],[11.344930000000002,49.31528,0],[11.3461,49.31457,0],[11.34488,49.314040000000006,0],[11.34462,49.313649999999996,0],[11.34437,49.313109999999995,0],[11.344099999999997,49.31290999999999,0],[11.34405,49.31282999999999,0],[11.34388,49.31272999999999,0],[11.34375,49.31244000000001,0],[11.34361,49.312340000000006,0],[11.34356,49.31220999999999,0],[11.34338,49.31206,0],[11.343219999999999,49.31200000000001,0],[11.34297,49.31178,0],[11.342920000000001,49.31166999999999,0],[11.342949999999998,49.311530000000005,0],[11.34324,49.311170000000004,0],[11.34319,49.311139999999995,0],[11.343099999999998,49.31113000000002,0],[11.342729999999998,49.311139999999995,0],[11.34276,49.311409999999995,0],[11.3417,49.31191000000001,0],[11.34153,49.31196,0],[11.341249999999999,49.31214,0],[11.34059,49.31236000000004,0],[11.3399,49.31238999999999,0],[11.33975,49.31152,0],[11.33973,49.31119000000001,0],[11.339430000000002,49.310580000000016,0],[11.33952,49.310310000000015,0],[11.33936,49.309439999999995,0],[11.33623,49.30891,0],[11.33563,49.30874,0],[11.33588,49.30850000000001,0],[11.335720000000002,49.30847,0],[11.33378,49.30821,0],[11.333299999999998,49.30832000000001,0],[11.333299999999998,49.30779000000001,0],[11.33337,49.307350000000014,0],[11.33354,49.30686,0],[11.33411,49.30548999999999,0],[11.33563,49.30554000000001,0],[11.33647,49.30551,0],[11.33633,49.304959999999994,0],[11.33608,49.304550000000006,0],[11.335720000000002,49.30418,0],[11.33552,49.30391,0],[11.33528,49.30396999999999,0],[11.33552,49.303259999999966,0],[11.3348,49.303049999999985,0],[11.33374,49.302700000000016,0],[11.3331,49.30275000000003,0],[11.3328,49.30270999999999,0],[11.33216,49.302490000000006,0],[11.3315,49.302189999999996,0],[11.33066,49.30272000000002,0],[11.329849999999999,49.30316000000002,0],[11.329039999999999,49.30348000000001,0],[11.32897,49.30392000000003,0],[11.329110000000002,49.304370000000006,0],[11.32913,49.3048,0],[11.329209999999998,49.30520000000001,0],[11.32969,49.305949999999996,0],[11.33001,49.30689000000001,0],[11.329030000000001,49.30725000000001,0],[11.328670000000002,49.307350000000014,0],[11.32841,49.30738000000002,0],[11.32819,49.30718000000002,0],[11.32813,49.30694,0],[11.32862,49.306359999999984,0],[11.328279999999998,49.30624,0],[11.32772,49.30608999999998,0],[11.32716,49.305890000000005,0],[11.327210000000001,49.30507,0],[11.3273,49.30443999999997,0],[11.32727,49.303409999999985,0],[11.32704,49.30288999999999,0],[11.32701,49.30255,0],[11.3262,49.302520000000015,0],[11.32622,49.30264,0],[11.32521,49.303349999999995,0],[11.32438,49.30452,0],[11.32408,49.30466000000001,0],[11.32362,49.30515,0],[11.3231,49.30546000000001,0],[11.32284,49.30537000000004,0],[11.32184,49.30635000000001,0],[11.32049,49.306960000000004,0],[11.31914,49.307500000000005,0],[11.31755,49.30859000000001,0],[11.317230000000002,49.308719999999994,0],[11.31679,49.308809999999994,0],[11.31501,49.30880000000002,0],[11.314589999999999,49.30875,0],[11.31416,49.30877000000001,0],[11.31254,49.309110000000004,0],[11.3106,49.30942999999999,0],[11.309519999999997,49.30928000000003,0],[11.307789999999999,49.30882,0],[11.30747,49.308840000000004,0],[11.30655,49.309,0],[11.305969999999999,49.309,0],[11.30558,49.30909,0],[11.30561,49.30882999999997,0],[11.30451,49.309020000000004,0],[11.30404,49.30899000000002,0],[11.30423,49.30932999999999,0],[11.304299999999998,49.30954,0],[11.30409,49.30972,0],[11.303220000000001,49.309680000000014,0],[11.30296,49.30986999999999,0],[11.303010000000002,49.310550000000006,0],[11.30309,49.31079,0],[11.30304,49.311080000000004,0],[11.30295,49.31128000000001,0],[11.302699999999998,49.311469999999986,0],[11.30249,49.311739999999986,0],[11.30238,49.31202999999999,0],[11.30234,49.31272000000001,0],[11.30226,49.312929999999966,0],[11.30209,49.31308999999999,0],[11.30192,49.31321,0],[11.30154,49.31331,0],[11.30123,49.31335999999999,0],[11.30084,49.31336999999999,0],[11.30045,49.31342000000001,0],[11.29941,49.31366,0],[11.298800000000002,49.31385,0],[11.298540000000001,49.31403,0],[11.29798,49.314310000000006,0],[11.29744,49.314700000000016,0],[11.29735,49.31494000000001,0],[11.29723,49.31501,0],[11.296620000000003,49.31533000000002,0],[11.29575,49.31568999999999,0],[11.29554,49.31593000000001,0],[11.29525,49.316059999999965,0],[11.295129999999999,49.316190000000006,0],[11.29488,49.31626,0],[11.29414,49.31636,0],[11.29374,49.31648999999996,0],[11.2928,49.317229999999995,0],[11.292349999999999,49.316970000000026,0],[11.29195,49.316689999999994,0],[11.2916,49.31639999999999,0],[11.291259999999998,49.31602000000001,0],[11.29059,49.31577999999999,0],[11.28998,49.31569999999999,0],[11.289710000000001,49.315709999999996,0],[11.28972,49.31538000000003,0],[11.29032,49.31537,0],[11.29092,49.31531000000001,0],[11.29165,49.315049999999985,0],[11.29128,49.314719999999994,0],[11.291039999999999,49.31435999999999,0],[11.29086,49.31369000000001,0],[11.2907,49.31348000000003,0],[11.29056,49.31319000000002,0],[11.28986,49.31327999999996,0],[11.28939,49.313319999999976,0],[11.28911,49.31331,0],[11.28847,49.31336999999999,0],[11.28808,49.31346000000002,0],[11.28747,49.31349,0],[11.2872,49.31357,0],[11.28698,49.31360999999998,0],[11.28648,49.31362999999999,0],[11.28585,49.313770000000005,0],[11.28525,49.313980000000015,0],[11.28482,49.31403,0],[11.28461,49.314209999999974,0],[11.28426,49.31438,0],[11.28384,49.31449999999998,0],[11.283280000000001,49.31457,0],[11.28285,49.31412000000006,0],[11.282610000000002,49.314149999999984,0],[11.279979999999998,49.31394000000003,0],[11.27969,49.31380999999999,0],[11.27935,49.31353999999999,0],[11.278090000000002,49.313559999999995,0],[11.27689,49.31344999999999,0],[11.27678,49.31339,0],[11.27634,49.3134,0],[11.27581,49.31335999999999,0],[11.27319,49.31306000000001,0],[11.27312,49.31369000000001,0],[11.273450000000002,49.31385,0],[11.2738,49.313920000000024,0],[11.27442,49.31411,0],[11.274849999999999,49.31447,0],[11.27547,49.31476000000001,0],[11.276120000000002,49.314929999999976,0],[11.277739999999998,49.31521000000001,0],[11.27792,49.31536000000003,0],[11.27744,49.31568999999999,0],[11.27658,49.31603999999996,0],[11.27639,49.31621000000001,0],[11.27647,49.31640999999999,0],[11.27685,49.31651000000002,0],[11.27707,49.316670000000016,0],[11.27721,49.31828999999999,0],[11.276479999999998,49.31820999999999,0],[11.27625,49.31849,0],[11.27594,49.31859,0],[11.275520000000002,49.318659999999994,0],[11.27509,49.318809999999985,0],[11.27489,49.31893000000002,0],[11.27512,49.31921,0],[11.27506,49.31939,0],[11.27474,49.31971999999999,0],[11.27437,49.319709999999986,0],[11.27421,49.31987999999998,0],[11.27432,49.3201,0],[11.27431,49.32078000000001,0],[11.27338,49.32024000000001,0],[11.272509999999999,49.32088000000002,0],[11.27278,49.321050000000014,0],[11.272370000000002,49.321560000000005,0],[11.27223,49.32220000000001,0],[11.27198,49.32244,0],[11.27134,49.322389999999984,0],[11.2701,49.322370000000035,0],[11.2692,49.322299999999956,0],[11.26784,49.32226,0],[11.26745,49.322209999999984,0],[11.267130000000002,49.322119999999984,0],[11.26697,49.322,0],[11.26566,49.32204999999999,0],[11.26551,49.32255000000001,0],[11.265529999999998,49.32280000000003,0],[11.26595,49.32363000000001,0],[11.266430000000001,49.32417000000001,0],[11.26678,49.32446999999996,0],[11.26658,49.32473999999999,0],[11.265969999999998,49.324539999999985,0],[11.26523,49.3244,0],[11.26417,49.32423,0],[11.26334,49.32417000000001,0],[11.26188,49.32390000000001,0],[11.26144,49.32384999999999,0],[11.260659999999998,49.32384999999999,0],[11.2593,49.32391000000001,0],[11.25845,49.32400999999999,0],[11.2582,49.32378,0],[11.257590000000002,49.32387,0],[11.257430000000001,49.323859999999996,0],[11.25711,49.32376999999997,0],[11.25624,49.32391999999999,0],[11.25479,49.324059999999974,0],[11.25417,49.32418999999999,0],[11.25408,49.32424999999998,0],[11.254019999999999,49.32448999999997,0],[11.25364,49.32442,0],[11.251910000000002,49.32455999999999,0],[11.25177,49.32435000000001,0],[11.2501,49.32476,0],[11.24907,49.32494999999997,0],[11.24683,49.325199999999995,0],[11.2469,49.324700000000036,0],[11.24638,49.324670000000026,0],[11.24564,49.32446999999996,0],[11.24271,49.32472999999999,0],[11.24214,49.32445999999999,0],[11.240879999999999,49.32453000000001,0],[11.24062,49.32330000000002,0],[11.24006,49.322990000000004,0],[11.23967,49.32160000000002,0],[11.23901,49.320960000000014,0],[11.239430000000002,49.32069999999996,0],[11.23976,49.32016999999999,0],[11.24008,49.31981999999999,0],[11.24034,49.31975000000003,0],[11.2417,49.31958,0],[11.24242,49.31936999999999,0],[11.24296,49.31897999999998,0],[11.24361,49.318629999999985,0],[11.24409,49.31859,0],[11.244589999999999,49.318430000000006,0],[11.245069999999998,49.318340000000006,0],[11.24587,49.318370000000016,0],[11.24608,49.31857000000002,0],[11.24649,49.31864999999999,0],[11.247139999999998,49.318340000000006,0],[11.24766,49.31790000000001,0],[11.24835,49.317589999999996,0],[11.24868,49.31747999999999,0],[11.24956,49.31694999999999,0],[11.250340000000001,49.31674000000001,0],[11.2508,49.316539999999975,0],[11.25097,49.31630999999999,0],[11.25183,49.316100000000006,0],[11.251750000000001,49.31576000000001,0],[11.251310000000002,49.31458000000001,0],[11.251349999999999,49.313980000000015,0],[11.251519999999998,49.31281000000004,0],[11.25128,49.311469999999986,0],[11.251229999999998,49.31088,0],[11.25134,49.310209999999984,0],[11.251310000000002,49.30896999999999,0],[11.25003,49.308310000000006,0],[11.247450000000002,49.30731,0],[11.24614,49.30703,0],[11.245029999999998,49.30682999999999,0],[11.243429999999998,49.30662000000001,0],[11.24249,49.307199999999966,0],[11.24214,49.30760000000001,0],[11.241689999999998,49.30802,0],[11.24101,49.30841000000001,0],[11.23995,49.30887000000004,0],[11.23915,49.30932999999999,0],[11.2384,49.309889999999996,0],[11.237939999999998,49.31034,0],[11.23704,49.31099999999998,0],[11.23639,49.31128000000001,0],[11.23525,49.311949999999996,0],[11.23427,49.31247000000002,0],[11.23337,49.31289000000001,0],[11.23294,49.31300999999996,0],[11.2308,49.31380999999999,0],[11.22964,49.3142,0],[11.227550000000003,49.314750000000004,0],[11.22637,49.314959999999985,0],[11.22408,49.31524000000002,0],[11.22306,49.31524999999999,0],[11.22243,49.31533000000002,0],[11.22161,49.315470000000005,0],[11.21987,49.31593000000001,0],[11.21973,49.31537,0],[11.218409999999999,49.31497999999999,0],[11.21805,49.31468000000004,0],[11.21701,49.31434999999999,0],[11.21384,49.31286,0],[11.21301,49.31236000000004,0],[11.212280000000002,49.31232,0],[11.21078,49.31208000000001,0],[11.20805,49.311800000000005,0],[11.20816,49.309439999999995,0],[11.20856,49.30909999999997,0],[11.20812,49.30865,0],[11.20731,49.30933999999999,0],[11.20733,49.30891,0],[11.207270000000001,49.30886000000001,0],[11.20682,49.308719999999994,0],[11.206409999999998,49.30842000000004,0],[11.20424,49.30718999999999,0],[11.20365,49.306730000000016,0],[11.20245,49.30552,0],[11.201509999999999,49.30563999999998,0],[11.20063,49.3057,0],[11.19932,49.305830000000014,0],[11.19869,49.30584999999999,0],[11.19668,49.30575999999999,0],[11.19188,49.30485999999999,0],[11.19087,49.30463,0],[11.19047,49.30463,0],[11.188890000000002,49.30475000000001,0],[11.18836,49.30484000000001,0],[11.188560000000003,49.303650000000005,0],[11.18866,49.30203,0],[11.18908,49.30052999999998,0],[11.18593,49.30028999999999,0],[11.1866,49.298959999999994,0],[11.18712,49.29811999999998,0],[11.18718,49.297770000000014,0],[11.18759,49.297390000000036,0],[11.190109999999999,49.29554000000002,0],[11.19139,49.294640000000015,0],[11.19274,49.29381000000001,0],[11.193219999999998,49.2936,0],[11.194460000000001,49.29316000000003,0],[11.19531,49.29297999999997,0],[11.19572,49.29271000000003,0],[11.19734,49.291240000000016,0],[11.197950000000002,49.29048,0],[11.19767,49.2903,0],[11.19793,49.290070000000014,0],[11.1985,49.29025999999999,0],[11.19897,49.28978999999998,0],[11.199840000000002,49.29018999999997,0],[11.20049,49.29035999999999,0],[11.20134,49.29043000000004,0],[11.20201,49.29071999999999,0],[11.20267,49.290610000000015,0],[11.203450000000002,49.29091,0],[11.20395,49.29119,0],[11.204260000000001,49.29127,0],[11.204710000000002,49.29133999999999,0],[11.20546,49.29163,0],[11.20575,49.29167000000001,0],[11.20582,49.29169999999999,0],[11.205890000000002,49.29179999999997,0],[11.20598,49.29182,0],[11.20607,49.29194000000001,0],[11.20631,49.29199000000003,0],[11.20644,49.29205999999999,0],[11.20657,49.29206999999997,0],[11.206710000000001,49.29214999999999,0],[11.20695,49.29211000000001,0],[11.20714,49.292129999999986,0],[11.20766,49.292039999999986,0],[11.20906,49.29205999999999,0],[11.209189999999998,49.291949999999986,0],[11.2093,49.29193000000001,0],[11.2094,49.29201000000003,0],[11.20963,49.29196999999999,0],[11.209679999999999,49.292129999999986,0],[11.20981,49.29208999999997,0],[11.21006,49.29220000000001,0],[11.21019,49.29217,0],[11.2103,49.292219999999986,0],[11.210420000000001,49.29218,0],[11.210559999999997,49.29218,0],[11.21082,49.29206999999997,0],[11.21106,49.29206999999997,0],[11.21143,49.292159999999996,0],[11.21175,49.29220000000001,0],[11.21225,49.292159999999996,0],[11.213320000000001,49.292339999999996,0],[11.21366,49.29232999999999,0],[11.21386,49.29220000000001,0],[11.214099999999998,49.292219999999986,0],[11.21434,49.292339999999996,0],[11.21455,49.29238000000001,0],[11.2149,49.292339999999996,0],[11.215319999999998,49.29232999999999,0],[11.215689999999999,49.29238000000001,0],[11.21572,49.29175000000001,0],[11.2154,49.29178000000002,0],[11.215429999999998,49.29160000000002,0],[11.21589,49.290520000000015,0],[11.21597,49.29021,0],[11.216260000000002,49.28969000000001,0],[11.216470000000001,49.28850000000003,0],[11.21517,49.288400000000024,0],[11.21475,49.28824,0],[11.21517,49.28743,0],[11.215180000000002,49.28734,0],[11.215060000000001,49.28726,0],[11.21457,49.287049999999994,0],[11.21419,49.28681,0],[11.214020000000001,49.28663000000003,0],[11.21353,49.285860000000014,0],[11.213129999999998,49.28555,0],[11.212419999999998,49.28486000000004,0],[11.21022,49.2834,0],[11.21034,49.283199999999994,0],[11.208460000000002,49.28253000000004,0],[11.20855,49.28157999999999,0],[11.20836,49.28145000000001,0],[11.2077,49.28087999999997,0],[11.20607,49.28008,0],[11.205439999999998,49.27967000000001,0],[11.203010000000003,49.27667999999997,0],[11.20458,49.27485999999999,0],[11.20483,49.27453000000003,0],[11.20492,49.27429000000001,0],[11.20549,49.274190000000004,0],[11.206120000000002,49.27418,0],[11.20648,49.274130000000014,0],[11.206930000000002,49.274010000000004,0],[11.20732,49.27383000000003,0],[11.20781,49.27384000000001,0],[11.20866,49.27372,0],[11.20909,49.27385000000001,0],[11.20946,49.27386000000001,0],[11.210079999999998,49.27377000000001,0],[11.211,49.27378999999999,0],[11.21144,49.27376000000001,0],[11.211449999999997,49.273920000000004,0],[11.21525,49.27422999999999,0],[11.21485,49.27481,0],[11.214740000000003,49.27510000000001,0],[11.21449,49.27599999999998,0],[11.21444,49.27680000000001,0],[11.21428,49.276849999999996,0],[11.21461,49.27741999999998,0],[11.21514,49.27780000000001,0],[11.216030000000002,49.27823000000001,0],[11.21634,49.278310000000005,0],[11.21598,49.277150000000034,0],[11.215949999999998,49.27667999999997,0],[11.21665,49.27665999999999,0],[11.21753,49.27653000000001,0],[11.21803,49.27653000000001,0],[11.218770000000001,49.27669999999998,0],[11.21919,49.276849999999996,0],[11.21933,49.277049999999974,0],[11.2196,49.27700999999999,0],[11.220259999999998,49.27683999999999,0],[11.220450000000001,49.27674999999999,0],[11.22029,49.27654000000001,0],[11.22066,49.276309999999995,0],[11.22123,49.27617000000001,0],[11.22125,49.27575999999999,0],[11.22251,49.275750000000045,0],[11.222559999999998,49.275559999999984,0],[11.22241,49.27535,0],[11.22299,49.27516,0],[11.224390000000001,49.274940000000015,0],[11.22489,49.27493000000001,0],[11.225210000000002,49.27501000000004,0],[11.225669999999997,49.275199999999984,0],[11.22586,49.275319999999994,0],[11.225669999999997,49.275660000000016,0],[11.22649,49.27564000000001,0],[11.227799999999998,49.275480000000016,0],[11.22792,49.275829999999985,0],[11.22813,49.27674999999999,0],[11.22703,49.27686000000003,0],[11.226639999999998,49.277029999999996,0],[11.22682,49.277980000000014,0],[11.22703,49.278610000000015,0],[11.227870000000001,49.27850999999998,0],[11.22931,49.27823000000001,0],[11.23001,49.2775,0],[11.23124,49.2775,0],[11.23159,49.27739,0],[11.231659999999998,49.27725000000001,0],[11.231810000000001,49.27611999999999,0],[11.233040000000003,49.27602999999999,0],[11.23418,49.276020000000045,0],[11.23466,49.275829999999985,0],[11.23622,49.27621999999997,0],[11.236640000000001,49.27618000000001,0],[11.23742,49.27602999999999,0],[11.23885,49.27609000000001,0],[11.23989,49.274749999999955,0],[11.23952,49.274399999999986,0],[11.240840000000002,49.27199999999999,0],[11.24106,49.271420000000006,0],[11.24203,49.27098999999998,0],[11.24308,49.270610000000005,0],[11.243219999999999,49.270520000000005,0],[11.24356,49.270459999999986,0],[11.24392,49.27033000000003,0],[11.24519,49.26982000000001,0],[11.24645,49.26946000000004,0],[11.246890000000002,49.269600000000025,0],[11.247369999999998,49.26962,0],[11.247739999999999,49.26968999999997,0],[11.247739999999999,49.26996,0],[11.247809999999998,49.27026000000001,0],[11.24809,49.27062999999998,0],[11.24821,49.27091999999999,0],[11.24839,49.27107000000004,0],[11.248899999999999,49.2713,0],[11.25158,49.272200000000026,0],[11.25203,49.27232000000001,0],[11.2528,49.272459999999995,0],[11.25324,49.27235000000002,0],[11.25424,49.272459999999995,0],[11.254430000000001,49.272519999999986,0],[11.25535,49.272999999999996,0],[11.25574,49.2731,0],[11.25709,49.273179999999996,0],[11.259400000000001,49.273480000000006,0],[11.259930000000002,49.27387999999999,0],[11.26046,49.27376000000001,0],[11.2612,49.273649999999975,0],[11.26139,49.273649999999975,0],[11.26354,49.273740000000004,0],[11.26619,49.27378999999999,0],[11.26661,49.273740000000004,0],[11.267090000000001,49.27373,0],[11.268330000000002,49.273810000000026,0],[11.269540000000001,49.27372,0],[11.27153,49.27364,0],[11.272970000000003,49.273810000000026,0],[11.2746,49.27386999999999,0],[11.27511,49.272940000000006,0],[11.27615,49.27311000000003,0],[11.27685,49.273120000000006,0],[11.2771,49.27302,0],[11.27777,49.27298999999999,0],[11.28,49.27314999999999,0],[11.280910000000002,49.27293,0],[11.28246,49.272400000000005,0],[11.283799999999998,49.27199999999999,0],[11.28377,49.27199000000002,0],[11.28382,49.27185,0],[11.28399,49.27157,0],[11.284,49.27127999999999,0],[11.28407,49.27098999999998,0],[11.28307,49.27077,0],[11.28263,49.27055999999999,0],[11.28214,49.27042,0],[11.281470000000002,49.27005,0],[11.28152,49.26993999999999,0],[11.2817,49.26979,0],[11.2823,49.26992000000004,0],[11.2827,49.27009000000001,0],[11.283899999999997,49.27037999999999,0],[11.28492,49.270430000000005,0],[11.28528,49.27035999999998,0],[11.28609,49.27010000000001,0],[11.28631,49.26993999999999,0],[11.286729999999999,49.26951,0],[11.28714,49.26938000000001,0],[11.28761,49.26929000000001,0],[11.28864,49.26903999999999,0],[11.288849999999998,49.268849999999986,0],[11.288849999999998,49.26866000000001,0],[11.288560000000002,49.26832999999999,0],[11.28818,49.268129999999985,0],[11.28758,49.26794000000001,0],[11.28627,49.26763,0],[11.28564,49.267619999999994,0],[11.28521,49.26756000000003,0],[11.285029999999999,49.267270000000025,0],[11.28528,49.267229999999984,0],[11.28572,49.26722000000001,0],[11.287590000000002,49.26745,0],[11.288930000000002,49.26745,0],[11.289270000000002,49.26739999999998,0],[11.2898,49.26746,0],[11.29046,49.26765,0],[11.291,49.26745,0],[11.29165,49.267270000000025,0],[11.29204,49.26701,0],[11.291749999999999,49.26616999999999,0],[11.29137,49.265529999999984,0],[11.29105,49.26517000000001,0],[11.29052,49.26496,0],[11.289970000000002,49.26480000000001,0],[11.28818,49.26468,0],[11.288000000000002,49.264909999999986,0],[11.287740000000001,49.264909999999986,0],[11.28749,49.264880000000005,0],[11.28739,49.264830000000046,0],[11.28728,49.26471000000001,0],[11.28686,49.26480000000001,0],[11.286839999999998,49.265210000000025,0],[11.285469999999998,49.26526999999999,0],[11.284620000000002,49.26535999999999,0],[11.28385,49.26550999999998,0],[11.2815,49.266220000000004,0],[11.27945,49.266760000000005,0],[11.278379999999999,49.26708999999997,0],[11.27784,49.26735999999997,0],[11.27731,49.26775000000001,0],[11.275750000000002,49.267420000000016,0],[11.27423,49.26698000000002,0],[11.27205,49.266279999999995,0],[11.269169999999999,49.26507999999998,0],[11.26888,49.26474999999999,0],[11.268569999999999,49.26414,0],[11.26819,49.26355000000001,0],[11.26781,49.26317,0],[11.267269999999998,49.262760000000014,0],[11.26595,49.262100000000004,0],[11.2658,49.26192,0],[11.26573,49.26173000000003,0],[11.265120000000001,49.26131000000001,0],[11.26489,49.26122000000001,0],[11.26443,49.26089000000002,0],[11.264190000000001,49.260819999999995,0],[11.26381,49.26048,0],[11.26466,49.260579999999976,0],[11.265490000000002,49.260609999999986,0],[11.266430000000001,49.260429999999985,0],[11.26768,49.260339999999985,0],[11.26902,49.26057,0],[11.26975,49.260999999999996,0],[11.270049999999998,49.261390000000006,0],[11.27096,49.261089999999996,0],[11.27149,49.26101000000003,0],[11.272179999999999,49.260969999999986,0],[11.272140000000002,49.26047,0],[11.2728,49.26026999999999,0],[11.2741,49.26041000000001,0],[11.27502,49.26038,0],[11.27642,49.25999999999999,0],[11.27731,49.25961000000001,0],[11.27723,49.25916000000004,0],[11.27627,49.25783000000001,0],[11.27391,49.25764000000001,0],[11.273059999999997,49.25746000000001,0],[11.27328,49.25712999999999,0],[11.27384,49.25672,0],[11.27443,49.25651000000002,0],[11.27523,49.256280000000004,0],[11.27592,49.25573,0],[11.276190000000001,49.25538,0],[11.27617,49.25479000000004,0],[11.27598,49.25448,0],[11.27566,49.254230000000035,0],[11.27662,49.25398999999999,0],[11.2771,49.25373000000002,0],[11.277259999999998,49.25358,0],[11.27754,49.253510000000006,0],[11.27781,49.25354999999999,0],[11.27862,49.25376,0],[11.279010000000001,49.25453999999999,0],[11.279900000000001,49.25452000000004,0],[11.28037,49.25445000000002,0],[11.280719999999999,49.254220000000004,0],[11.28107,49.253919999999994,0],[11.281649999999999,49.25406000000001,0],[11.28175,49.254819999999995,0],[11.281950000000002,49.25578999999999,0],[11.28227,49.25666000000001,0],[11.28306,49.25672,0],[11.283349999999999,49.25689,0],[11.283810000000003,49.25761,0],[11.28423,49.25814,0],[11.28476,49.25873000000004,0],[11.28519,49.259450000000044,0],[11.28582,49.26078000000001,0],[11.28702,49.260339999999985,0],[11.28748,49.26021,0],[11.28827,49.260069999999985,0],[11.28783,49.258880000000005,0],[11.28765,49.25862000000001,0],[11.28698,49.25808000000001,0],[11.28675,49.25781999999998,0],[11.28656,49.25748999999999,0],[11.28735,49.25757999999999,0],[11.289069999999999,49.257630000000006,0],[11.289970000000002,49.25771,0],[11.29015,49.25692000000001,0],[11.2912,49.257000000000005,0],[11.29128,49.25684000000001,0],[11.29217,49.256910000000005,0],[11.291940000000002,49.256249999999994,0],[11.29164,49.25620999999998,0],[11.29007,49.25575999999998,0],[11.28942,49.25552999999999,0],[11.28869,49.25519,0],[11.2882,49.25504999999998,0],[11.288039999999999,49.254670000000004,0],[11.287769999999998,49.25431999999998,0],[11.28868,49.25403,0],[11.28863,49.25387999999998,0],[11.28866,49.253750000000025,0],[11.289069999999999,49.253589999999974,0],[11.2891,49.25346000000002,0],[11.288930000000002,49.25301999999999,0],[11.29083,49.252790000000005,0],[11.2914,49.252099999999956,0],[11.29169,49.25205,0],[11.29172,49.25121999999999,0],[11.29113,49.251259999999974,0],[11.29005,49.25121999999999,0],[11.28999,49.251120000000014,0],[11.289970000000002,49.250970000000024,0],[11.290080000000001,49.25036,0],[11.29128,49.25029000000001,0],[11.29276,49.25045,0],[11.2935,49.250399999999985,0],[11.29481,49.25013999999999,0],[11.29529,49.250069999999994,0],[11.29555,49.25010999999998,0],[11.29578,49.2501,0],[11.296360000000002,49.24999,0],[11.29707,49.24946,0],[11.29788,49.24892,0],[11.29811,49.248699999999985,0],[11.298210000000001,49.24852999999999,0],[11.29822,49.24842000000004,0],[11.298140000000002,49.247749999999996,0],[11.30127,49.24522000000002,0],[11.30108,49.24492000000001,0],[11.30271,49.244009999999975,0],[11.30284,49.24400000000003,0],[11.30343,49.24373,0],[11.3016,49.24242000000001,0],[11.30026,49.241150000000005,0],[11.29904,49.239900000000006,0],[11.29941,49.23973999999998,0],[11.299030000000002,49.239120000000014,0],[11.298729999999999,49.23918999999998,0],[11.298470000000002,49.23888999999997,0],[11.2979,49.238489999999985,0],[11.29716,49.23814999999996,0],[11.296829999999998,49.23804000000001,0],[11.29667,49.238009999999974,0],[11.29659,49.23808,0],[11.29631,49.23792000000003,0],[11.29648,49.23786000000001,0],[11.29619,49.23776999999998,0],[11.29539,49.237629999999996,0],[11.29514,49.23755,0],[11.2944,49.23815999999999,0],[11.29431,49.2381,0],[11.294120000000001,49.23791,0],[11.29304,49.236530000000016,0],[11.29295,49.23603000000003,0],[11.29304,49.23576,0],[11.29328,49.235419999999976,0],[11.29404,49.23468999999997,0],[11.295499999999999,49.2329,0],[11.29584,49.232020000000006,0],[11.296130000000002,49.231589999999954,0],[11.296499999999998,49.23124999999999,0],[11.29726,49.23070000000001,0],[11.298030000000002,49.23017999999999,0],[11.29871,49.22981999999999,0],[11.299,49.22952000000001,0],[11.29924,49.22944000000001,0],[11.29991,49.22883999999999,0],[11.30004,49.228669999999994,0],[11.30022,49.228170000000006,0],[11.30024,49.22748000000004,0],[11.300400000000002,49.22689,0],[11.30062,49.22642999999999,0],[11.30093,49.225960000000015,0],[11.30131,49.22552000000002,0],[11.301740000000002,49.225120000000004,0],[11.30223,49.22476,0],[11.303110000000002,49.224260000000015,0],[11.303699999999997,49.223809999999986,0],[11.30291,49.223330000000004,0],[11.30416,49.222170000000006,0],[11.30445,49.22191999999998,0],[11.30502,49.221540000000005,0],[11.30487,49.22145999999998,0],[11.30287,49.22095999999999,0],[11.30602,49.21905000000004,0],[11.306270000000001,49.21888999999999,0],[11.30643,49.21874,0],[11.30795,49.21928,0],[11.30821,49.21886999999998,0],[11.30831,49.21866,0],[11.308460000000002,49.218109999999996,0],[11.30875,49.21780000000001,0],[11.30911,49.217539999999985,0],[11.30949,49.21698999999998,0],[11.3097,49.216440000000006,0],[11.309650000000001,49.216139999999996,0],[11.30969,49.21597000000003,0],[11.309789999999998,49.21582999999998,0],[11.31044,49.21521999999999,0],[11.31103,49.21404000000001,0],[11.31357,49.214879999999965,0],[11.31393,49.214639999999974,0],[11.31437,49.214800000000025,0],[11.31473,49.21448000000001,0],[11.31583,49.21321000000003,0],[11.316590000000001,49.2124,0],[11.317369999999999,49.211780000000005,0],[11.318640000000002,49.21047999999999,0],[11.31923,49.20968000000002,0],[11.31949,49.20925999999997,0],[11.31975,49.20868999999999,0],[11.31979,49.208200000000005,0],[11.3197,49.2072,0],[11.31973,49.20692,0],[11.32022,49.20618000000002,0],[11.320830000000003,49.205389999999994,0],[11.32153,49.20430999999999,0],[11.321789999999998,49.20400000000001,0],[11.32219,49.203239999999994,0],[11.32229,49.20278999999999,0],[11.32144,49.20259999999999,0],[11.321170000000002,49.20257000000001,0],[11.320450000000001,49.202709999999996,0],[11.31992,49.20291,0],[11.31975,49.20307,0],[11.31961,49.203310000000016,0],[11.31948,49.20365000000004,0],[11.319379999999999,49.20409999999998,0],[11.31899,49.20495,0],[11.31869,49.20534999999998,0],[11.31809,49.20697999999999,0],[11.31759,49.20719,0],[11.31705,49.20756,0],[11.31621,49.20792,0],[11.316069999999998,49.208020000000005,0],[11.31557,49.208500000000015,0],[11.314769999999998,49.208920000000006,0],[11.314549999999999,49.209119999999984,0],[11.31431,49.20925,0],[11.314,49.20935,0],[11.31377,49.20935,0],[11.31309,49.20947000000001,0],[11.31242,49.20957999999999,0],[11.312129999999998,49.20967000000002,0],[11.311950000000001,49.20967000000002,0],[11.31194,49.20956000000001,0],[11.31189,49.207179999999994,0],[11.309770000000002,49.20737,0],[11.30731,49.20747,0],[11.304959999999998,49.20746,0],[11.30358,49.20752000000002,0],[11.303149999999999,49.20733999999999,0],[11.30187,49.20756,0],[11.30083,49.20785000000001,0],[11.299989999999998,49.20815999999999,0],[11.29934,49.208439999999996,0],[11.29822,49.208980000000025,0],[11.29473,49.20988,0],[11.29216,49.21048999999999,0],[11.29187,49.210530000000006,0],[11.29048,49.21061,0],[11.28822,49.21063000000004,0],[11.27835,49.210939999999994,0],[11.27314,49.21104,0],[11.270979999999998,49.21119999999999,0],[11.26915,49.21127999999999,0],[11.26781,49.21129000000002,0],[11.26735,49.21119999999999,0],[11.266789999999999,49.21101999999999,0],[11.26619,49.21096,0],[11.26559,49.21099000000001,0],[11.2649,49.210980000000006,0],[11.26405,49.211209999999994,0],[11.26297,49.21141,0],[11.262820000000001,49.21141,0],[11.262710000000002,49.21136999999999,0],[11.2626,49.210800000000006,0],[11.26197,49.21015,0],[11.26186,49.20940000000002,0],[11.26173,49.20918,0],[11.26188,49.208320000000015,0],[11.26213,49.207870000000014,0],[11.263079999999999,49.20803999999998,0],[11.26307,49.20848000000001,0],[11.26318,49.20896000000002,0],[11.2637,49.20887999999999,0],[11.26418,49.20875000000001,0],[11.26578,49.20814999999999,0],[11.265720000000002,49.20783000000003,0],[11.2657,49.206410000000005,0],[11.26618,49.201569999999975,0],[11.26632,49.20131000000001,0],[11.26631,49.20119,0],[11.26608,49.201149999999984,0],[11.26218,49.200649999999996,0],[11.26225,49.19668999999999,0],[11.26292,49.19686999999999,0],[11.26359,49.197190000000006,0],[11.2648,49.19630000000001,0],[11.264950000000002,49.19651999999999,0],[11.2657,49.19695999999999,0],[11.26603,49.19726,0],[11.26662,49.19763999999998,0],[11.26703,49.19773000000001,0],[11.26819,49.197720000000004,0],[11.27116,49.192920000000015,0],[11.271440000000002,49.192769999999996,0],[11.27163,49.192560000000014,0],[11.271729999999998,49.19236999999998,0],[11.27183,49.19206,0],[11.27168,49.19192000000001,0],[11.27031,49.192139999999995,0],[11.269920000000003,49.19121999999999,0],[11.269540000000001,49.19010000000003,0],[11.26927,49.18864000000002,0],[11.27458,49.188919999999996,0],[11.27461,49.18815000000001,0],[11.27516,49.187460000000016,0],[11.278300000000002,49.187070000000006,0],[11.27898,49.18708000000004,0],[11.28036,49.187340000000006,0],[11.28208,49.18745000000001,0],[11.28225,49.187129999999996,0],[11.28654,49.18736999999999,0],[11.28671,49.18688,0],[11.287150000000002,49.187010000000015,0],[11.28704,49.18544,0],[11.287300000000002,49.184109999999976,0],[11.28741,49.183099999999996,0],[11.28657,49.18311,0],[11.28652,49.18252000000001,0],[11.287300000000002,49.18250999999998,0],[11.28829,49.182420000000036,0],[11.28976,49.182410000000004,0],[11.28984,49.18212,0],[11.290040000000001,49.181719999999984,0],[11.290449999999998,49.18192000000002,0],[11.29086,49.18206000000001,0],[11.29146,49.18218999999996,0],[11.29183,49.18236000000002,0],[11.29211,49.182559999999995,0],[11.29236,49.18287000000001,0],[11.292710000000001,49.18315999999999,0],[11.293420000000001,49.183689999999984,0],[11.29364,49.183809999999994,0],[11.29394,49.183899999999994,0],[11.29505,49.18418,0],[11.29749,49.18383,0],[11.29878,49.18357000000003,0],[11.29899,49.18350000000004,0],[11.29933,49.18365,0],[11.2995,49.18351000000001,0],[11.29982,49.18356,0],[11.30022,49.18357000000003,0],[11.30238,49.18307999999999,0],[11.30237,49.182919999999996,0],[11.303450000000002,49.18270000000001,0],[11.30555,49.18215000000001,0],[11.30544,49.1806,0],[11.30571,49.180560000000014,0],[11.30677,49.180260000000004,0],[11.30756,49.180080000000004,0],[11.3086,49.179869999999994,0],[11.308979999999998,49.179640000000035,0],[11.3106,49.17904999999999,0],[11.31279,49.178409999999985,0],[11.31296,49.17849000000004,0],[11.31364,49.17827999999997,0],[11.3137,49.178079999999994,0],[11.313509999999999,49.176800000000014,0],[11.31356,49.17604,0],[11.31282,49.17600999999999,0],[11.31241,49.17345,0],[11.31207,49.173460000000006,0],[11.310079999999997,49.16837000000001,0],[11.31041,49.16829999999999,0],[11.30805,49.163219999999995,0],[11.308159999999999,49.16311999999999,0],[11.310949999999998,49.163189999999986,0],[11.31057,49.16219000000001,0],[11.31079,49.162139999999965,0],[11.31067,49.161929999999984,0],[11.31037,49.162000000000006,0],[11.310119999999998,49.16212999999996,0],[11.30937,49.161519999999996,0],[11.30953,49.16135,0],[11.30969,49.16077999999999,0],[11.30971,49.159940000000006,0],[11.30983,49.15947,0],[11.309639999999998,49.159339999999986,0],[11.30988,49.158619999999985,0],[11.310310000000001,49.15791999999999,0],[11.31137,49.156949999999995,0],[11.31156,49.15682000000001,0],[11.31238,49.157010000000014,0],[11.31263,49.1559,0],[11.31355,49.15615,0],[11.31394,49.15620999999999,0],[11.31467,49.156240000000025,0],[11.31498,49.15621999999999,0],[11.314699999999998,49.157549999999986,0],[11.315029999999998,49.15762000000001,0],[11.317039999999999,49.15787,0],[11.31877,49.15801999999999,0],[11.319,49.15803,0],[11.31921,49.15603999999999,0],[11.324529999999998,49.15654000000001,0],[11.32505,49.155489999999986,0],[11.32554,49.155629999999974,0],[11.32593,49.154349999999994,0],[11.325960000000002,49.15409,0],[11.32582,49.15377000000004,0],[11.32568,49.15361999999999,0],[11.32491,49.152169999999984,0],[11.32427,49.15084000000002,0],[11.32431,49.150300000000016,0],[11.32452,49.14983000000001,0],[11.32451,49.149159999999995,0],[11.32441,49.14847,0],[11.32425,49.14793999999998,0],[11.32424,49.147729999999996,0],[11.32487,49.14707999999999,0],[11.32526,49.14676000000003,0],[11.32553,49.14636999999999,0],[11.32574,49.145129999999966,0],[11.32602,49.145129999999966,0],[11.32614,49.14500000000001,0],[11.3266,49.14486000000002,0],[11.32664,49.14482000000001,0],[11.32671,49.14433,0],[11.32619,49.14434,0],[11.326099999999999,49.14356000000001,0],[11.32763,49.14350999999999,0],[11.327729999999999,49.143129999999985,0],[11.32753,49.14317,0],[11.32739,49.14275000000001,0],[11.327590000000002,49.14193,0],[11.32705,49.14129,0],[11.32528,49.14054999999999,0],[11.325,49.139849999999996,0],[11.324689999999999,49.13996000000003,0],[11.32454,49.13977,0],[11.323950000000002,49.13995,0],[11.323720000000002,49.13999000000001,0],[11.32307,49.138660000000016,0],[11.32474,49.138360000000006,0],[11.32468,49.138149999999996,0],[11.324160000000001,49.13825,0],[11.323859999999998,49.13736,0],[11.32429,49.13685000000001,0],[11.32414,49.13623999999999,0],[11.32385,49.136289999999974,0],[11.32355,49.13494,0],[11.32382,49.13486,0],[11.3236,49.13470000000001,0],[11.32396,49.13452000000001,0],[11.324210000000003,49.13410000000002,0],[11.32427,49.13380000000001,0],[11.32425,49.13329999999999,0],[11.32362,49.13341,0],[11.32225,49.133219999999966,0],[11.322079999999998,49.133070000000004,0],[11.321749999999998,49.13311999999999,0],[11.321519999999998,49.13283000000001,0],[11.32146,49.13258999999999,0],[11.32146,49.13230999999999,0],[11.321419999999998,49.13212999999999,0],[11.321380000000001,49.13213999999999,0],[11.32136,49.131849999999986,0],[11.3214,49.13184000000004,0],[11.3213,49.13155000000003,0],[11.32128,49.13156000000001,0],[11.321170000000002,49.131369999999976,0],[11.320830000000003,49.13107000000002,0],[11.32077,49.13087999999999,0],[11.32077,49.13063,0],[11.32053,49.13040999999998,0],[11.3195,49.129850000000005,0],[11.319370000000001,49.12952000000004,0],[11.31936,49.12915000000001,0],[11.31898,49.128870000000006,0],[11.32114,49.127909999999986,0],[11.32185,49.127340000000004,0],[11.32266,49.126390000000015,0],[11.32327,49.12577999999999,0],[11.32425,49.12617,0],[11.32544,49.1249,0],[11.32491,49.12466999999998,0],[11.32559,49.12389000000002,0],[11.3245,49.12362000000002,0],[11.32473,49.12336000000002,0],[11.322580000000002,49.122900000000016,0],[11.32373,49.121520000000004,0],[11.32462,49.120220000000046,0],[11.32494,49.119519999999994,0],[11.32445,49.119470000000035,0],[11.32341,49.119230000000016,0],[11.3229,49.11916000000002,0],[11.32287,49.11914999999999,0],[11.32288,49.11896999999999,0],[11.32362,49.118390000000005,0],[11.32387,49.11813000000001,0],[11.32471,49.11833999999999,0],[11.32531,49.118420000000015,0],[11.32545,49.118120000000005,0],[11.325360000000002,49.11760000000004,0],[11.32526,49.11732000000001,0],[11.330139999999998,49.11712000000003,0],[11.33191,49.11697000000004,0],[11.33301,49.11659,0],[11.33422,49.116330000000005,0],[11.33478,49.116239999999976,0],[11.33513,49.11625000000001,0],[11.336640000000001,49.11617000000001,0],[11.33707,49.116179999999986,0],[11.337360000000002,49.11614,0],[11.33893,49.11631,0],[11.34,49.116479999999996,0],[11.34056,49.11662999999999,0],[11.34102,49.116690000000034,0],[11.34193,49.11689999999999,0],[11.34234,49.11707999999996,0],[11.342949999999998,49.11721,0],[11.34516,49.117490000000004,0],[11.34562,49.11686,0],[11.34706,49.11689999999999,0],[11.348179999999997,49.11726999999999,0],[11.34849,49.117230000000006,0],[11.34895,49.11698999999999,0],[11.34981,49.11601999999999,0],[11.35028,49.115309999999994,0],[11.35114,49.11537000000001,0],[11.3515,49.115680000000026,0],[11.35176,49.11597000000003,0],[11.35185,49.11652000000001,0],[11.352240000000002,49.11670000000001,0],[11.35233,49.11702,0],[11.35233,49.11725000000001,0],[11.3525,49.11780999999999,0],[11.35364,49.11758000000003,0],[11.35471,49.11712000000003,0],[11.355169999999998,49.11697000000004,0],[11.355180000000002,49.11676,0],[11.35507,49.11650999999998,0],[11.35407,49.11572000000001,0],[11.35375,49.11549999999997,0],[11.354090000000001,49.11524000000003,0],[11.35572,49.114869999999996,0],[11.355890000000002,49.11498000000003,0],[11.3565,49.115759999999966,0],[11.35597,49.11433999999997,0],[11.35673,49.114210000000014,0],[11.356810000000001,49.113730000000004,0],[11.35674,49.11350999999999,0],[11.35687,49.11277999999999,0],[11.35903,49.11286000000001,0],[11.359270000000002,49.1112,0],[11.3592,49.110659999999996,0],[11.35936,49.10977,0],[11.35901,49.10967999999997,0],[11.359039999999998,49.10954000000001,0],[11.359259999999999,49.108660000000015,0],[11.35957,49.10804000000002,0],[11.35951,49.10804999999996,0],[11.359579999999998,49.10793000000001,0],[11.36046,49.10490999999999,0],[11.36095,49.10306,0],[11.360989999999997,49.102689999999996,0],[11.360970000000002,49.10101000000003,0],[11.361149999999999,49.100750000000005,0],[11.3617,49.10074,0],[11.361549999999998,49.09922,0],[11.362170000000003,49.09917999999999,0],[11.36241,49.09920999999997,0],[11.36456,49.099590000000006,0],[11.366320000000002,49.09987000000001,0],[11.3672,49.099969999999985,0],[11.367799999999999,49.099890000000016,0],[11.36803,49.09975,0],[11.368139999999999,49.09940000000003,0],[11.366800000000001,49.099590000000006,0],[11.36671,49.09927000000002,0],[11.365419999999999,49.09917999999999,0],[11.36487,49.09906999999998,0],[11.363900000000001,49.099050000000005,0],[11.36355,49.09899000000004,0],[11.36326,49.098900000000015,0],[11.36297,49.09875999999997,0],[11.36246,49.098600000000005,0],[11.36192,49.098360000000014,0],[11.36103,49.09804,0],[11.36039,49.097759999999994,0],[11.35965,49.09735999999998,0],[11.35896,49.09688,0],[11.35795,49.095890000000026,0],[11.35773,49.095560000000006,0],[11.35745,49.095290000000006,0],[11.35733,49.0951,0],[11.35705,49.09442999999999,0],[11.35694,49.094359999999995,0],[11.35678,49.09413000000001,0],[11.35602,49.09389999999999,0],[11.355769999999998,49.09378000000001,0],[11.35524,49.09300999999999,0],[11.35415,49.092610000000036,0],[11.35364,49.092060000000004,0],[11.35243,49.091729999999984,0],[11.35289,49.09,0],[11.353799999999998,49.09,0],[11.35397,49.09003999999996,0],[11.353990000000001,49.08985999999999,0],[11.35637,49.08982,0],[11.35725,49.08985000000001,0],[11.3582,49.08969999999999,0],[11.35885,49.08964,0],[11.35908,49.08967000000001,0],[11.359600000000002,49.08964999999998,0],[11.35975,49.08913000000001,0],[11.36056,49.089110000000005,0],[11.360900000000003,49.08939000000001,0],[11.36117,49.08954,0],[11.36146,49.08966000000001,0],[11.36254,49.08984000000004,0],[11.36393,49.090149999999994,0],[11.36508,49.09026,0],[11.36597,49.09044,0],[11.36614,49.090570000000014,0],[11.366580000000003,49.09159,0],[11.36674,49.091729999999984,0],[11.36756,49.091549999999984,0],[11.367909999999998,49.09137000000001,0],[11.37026,49.0907,0],[11.372640000000002,49.08967999999999,0],[11.37335,49.08931999999999,0],[11.37367,49.08919999999998,0],[11.37424,49.08912000000001,0],[11.37555,49.08906000000002,0],[11.37659,49.08888999999999,0],[11.3771,49.08886000000001,0],[11.37775,49.08864000000003,0],[11.37819,49.088239999999985,0],[11.379010000000001,49.08705000000003,0],[11.37899,49.08667,0],[11.37865,49.08546999999999,0],[11.37829,49.084450000000004,0],[11.37859,49.08393000000001,0],[11.37875,49.083770000000015,0],[11.37887,49.08368999999999,0],[11.379130000000002,49.08359999999999,0],[11.38045,49.08336,0],[11.38159,49.084329999999994,0],[11.38202,49.08395999999999,0],[11.38286,49.08346,0],[11.3835,49.08314000000004,0],[11.383,49.08268000000001,0],[11.38326,49.08253000000002,0],[11.3836,49.082130000000035,0],[11.38361,49.08206000000001,0],[11.383129999999998,49.08133000000001,0],[11.38291,49.080749999999995,0],[11.38279,49.08055000000002,0],[11.382249999999999,49.080010000000016,0],[11.38194,49.07978,0],[11.38157,49.07938999999999,0],[11.38145,49.079170000000005,0],[11.38126,49.078419999999994,0],[11.38183,49.078100000000006,0],[11.38261,49.07777999999999,0],[11.38364,49.07739000000001,0],[11.38387,49.07737,0],[11.384080000000003,49.07739000000001,0],[11.384290000000002,49.077499999999986,0],[11.38447,49.077560000000005,0],[11.38461,49.07771999999997,0],[11.38542,49.07840999999996,0],[11.38549,49.078509999999994,0],[11.38562,49.078450000000004,0],[11.386839999999998,49.07837000000001,0],[11.387329999999999,49.07827,0],[11.387560000000002,49.07839999999999,0],[11.38774,49.07860000000002,0],[11.38782,49.078630000000004,0],[11.388639999999999,49.07857999999999,0],[11.38888,49.07909000000001,0],[11.389339999999999,49.079020000000014,0],[11.38849,49.07725999999997,0],[11.38702,49.07463000000001,0],[11.38902,49.07445999999999,0],[11.38959,49.07420000000002,0],[11.38995,49.07432,0],[11.39159,49.07410999999999,0],[11.39145,49.07387,0],[11.391500000000002,49.07333,0],[11.3919,49.073019999999985,0],[11.39259,49.07288,0],[11.3928,49.0728,0],[11.39297,49.072689999999994,0],[11.39337,49.07226,0],[11.394569999999998,49.07202000000001,0],[11.395090000000001,49.071950000000044,0],[11.39679,49.071860000000015,0],[11.396840000000001,49.07092,0],[11.39678,49.06987000000001,0],[11.39667,49.06928000000002,0],[11.39653,49.067229999999995,0],[11.39645,49.06689,0],[11.39715,49.0668,0],[11.40049,49.06654,0],[11.39938,49.06611000000001,0],[11.39737,49.06488999999996,0],[11.39772,49.064610000000016,0],[11.398700000000002,49.06522000000001,0],[11.398810000000001,49.06318000000002,0],[11.39947,49.06320000000002,0],[11.39971,49.061559999999986,0],[11.40373,49.06162000000003,0],[11.40393,49.05860999999999,0],[11.408130000000002,49.05869999999999,0],[11.40801,49.05919,0],[11.40807,49.059969999999964,0],[11.40812,49.06008,0],[11.41261,49.05919,0],[11.41413,49.06173000000001,0],[11.41371,49.061829999999986,0],[11.413329999999998,49.06196,0],[11.411579999999999,49.062960000000004,0],[11.411770000000002,49.06313,0],[11.41203,49.06298000000001,0],[11.4124,49.06294,0],[11.41301,49.06282999999999,0],[11.41344,49.06271000000001,0],[11.41474,49.06251,0],[11.41535,49.06246999999999,0],[11.416460000000002,49.06209999999999,0],[11.41685,49.06210999999999,0],[11.41763,49.06166999999999,0],[11.41942,49.05981,0],[11.419819999999998,49.05955,0],[11.42004,49.05896000000001,0],[11.42002,49.05887999999999,0],[11.42008,49.05875,0],[11.42079,49.058130000000034,0],[11.421,49.05768000000003,0],[11.42364,49.05655999999999,0],[11.425360000000001,49.055710000000005,0],[11.4256,49.05549000000002,0],[11.42593,49.055090000000035,0],[11.426180000000002,49.05466999999999,0],[11.426359999999999,49.05391000000003,0],[11.426,49.05238,0],[11.426450000000003,49.05198999999999,0],[11.42661,49.051739999999995,0],[11.42403,49.05136999999996,0],[11.42222,49.05135999999999,0],[11.421789999999998,49.05133000000001,0],[11.42082,49.05151000000001,0],[11.42019,49.05143000000001,0],[11.41912,49.05172999999999,0],[11.41844,49.05198999999999,0],[11.41814,49.05214999999998,0],[11.41787,49.05131000000003,0],[11.416030000000001,49.05126999999999,0],[11.41284,49.05135000000001,0],[11.41298,49.05077,0],[11.40967,49.05080000000001,0],[11.408979999999998,49.05175,0],[11.4086,49.052400000000006,0],[11.40835,49.0531,0],[11.40822,49.054039999999986,0],[11.40448,49.05393000000004,0],[11.404519999999998,49.053590000000014,0],[11.40077,49.053499999999985,0],[11.40132,49.049919999999986,0],[11.405039999999998,49.05009000000001,0],[11.40624,49.04417999999998,0],[11.40623,49.04396,0],[11.406409999999997,49.0429,0],[11.406500000000001,49.04267999999999,0],[11.407200000000001,49.037890000000004,0],[11.40731,49.03786999999997,0],[11.40814,49.03793999999999,0],[11.408500000000002,49.037859999999995,0],[11.40932,49.03755000000001,0],[11.409540000000002,49.03752,0],[11.41139,49.03760999999997,0],[11.41178,49.0376,0],[11.41206,49.03755999999996,0],[11.4129,49.03724,0],[11.413989999999998,49.03706,0],[11.41398,49.03649999999999,0],[11.41407,49.035950000000014,0],[11.41439,49.03498000000002,0],[11.41434,49.03478999999999,0],[11.41289,49.034369999999996,0],[11.41265,49.03456,0],[11.41282,49.03538,0],[11.41313,49.035950000000014,0],[11.41247,49.035740000000004,0],[11.41234,49.03545,0],[11.41182,49.035120000000006,0],[11.411279999999998,49.03450000000001,0],[11.41005,49.034159999999986,0],[11.40938,49.033860000000004,0],[11.40829,49.03379000000001,0],[11.40743,49.03366999999997,0],[11.40668,49.03363000000002,0],[11.40637,49.03356000000002,0],[11.40594,49.033529999999985,0],[11.40561,49.03354999999999,0],[11.40566,49.03305,0],[11.40573,49.03292999999999,0],[11.405859999999999,49.032809999999984,0],[11.40618,49.03265000000002,0],[11.40691,49.032340000000005,0],[11.40669,49.03228999999999,0],[11.404750000000002,49.03241000000003,0],[11.40448,49.03238999999999,0],[11.40425,49.032309999999995,0],[11.40331,49.03179,0],[11.40288,49.03161,0],[11.4021,49.03119000000001,0],[11.401549999999999,49.03084999999999,0],[11.401179999999998,49.030550000000005,0],[11.40099,49.03029000000001,0],[11.400809999999998,49.030129999999986,0],[11.40059,49.030069999999995,0],[11.39991,49.03005000000002,0],[11.39966,49.03,0],[11.39936,49.03,0],[11.39876,49.030039999999985,0],[11.397930000000002,49.03014999999999,0],[11.39544,49.03018,0],[11.394720000000001,49.03020999999998,0],[11.3925,49.030399999999986,0],[11.39143,49.030429999999996,0],[11.3895,49.030579999999986,0],[11.38944,49.03051000000002,0],[11.389299999999999,49.03047999999998,0],[11.38889,49.03065000000001,0],[11.38847,49.030730000000005,0],[11.38762,49.03084000000001,0],[11.38713,49.03084000000001,0],[11.386509999999998,49.03074000000001,0],[11.38645,49.03059999999999,0],[11.38641,49.02955,0],[11.385959999999999,49.027680000000004,0],[11.38562,49.02719999999999,0],[11.38523,49.026759999999996,0],[11.38513,49.02647000000002,0],[11.38521,49.026070000000004,0],[11.38541,49.02554000000001,0],[11.38553,49.02494999999999,0],[11.385290000000001,49.024190000000004,0],[11.385060000000001,49.02311,0],[11.3848,49.02321999999998,0],[11.38342,49.02413999999999,0],[11.38236,49.024669999999986,0],[11.381049999999998,49.023920000000004,0],[11.38019,49.02314000000004,0],[11.37936,49.02217999999999,0],[11.37907,49.02172999999996,0],[11.37919,49.021079999999984,0],[11.37939,49.02041,0],[11.38126,49.01778999999999,0],[11.38156,49.017510000000016,0],[11.3817,49.01716999999999,0],[11.38142,49.01707999999999,0],[11.38051,49.01709999999997,0],[11.3797,49.017240000000015,0],[11.379419999999998,49.017240000000015,0],[11.37792,49.01713999999998,0],[11.37771,49.01716999999999,0],[11.37746,49.01715999999999,0],[11.37739,49.017049999999955,0],[11.377200000000002,49.01693,0],[11.375889999999998,49.016970000000015,0],[11.37464,49.01709999999997,0],[11.372150000000001,49.017030000000005,0],[11.37054,49.016369999999995,0],[11.36994,49.01589999999996,0],[11.36971,49.01553999999999,0],[11.369580000000001,49.01524999999998,0],[11.36896,49.01508000000001,0],[11.36883,49.01493000000002,0],[11.368660000000002,49.01481000000001,0],[11.36825,49.0146,0],[11.36768,49.014399999999995,0],[11.36649,49.01420000000002,0],[11.36615,49.01411000000002,0],[11.364759999999999,49.015360000000015,0],[11.36237,49.01654000000002,0],[11.362,49.016549999999995,0],[11.36139,49.016459999999995,0],[11.36086,49.01621,0],[11.36059,49.01617999999999,0],[11.36042,49.01623000000001,0],[11.35986,49.016580000000005,0],[11.35962,49.01654000000002,0],[11.35928,49.01643999999999,0],[11.35895,49.01641000000001,0],[11.357239999999997,49.01696000000001,0],[11.35709,49.01684000000003,0],[11.356660000000002,49.01715999999999,0],[11.35619,49.01709999999997,0],[11.35571,49.01711,0],[11.355699999999999,49.01701,0],[11.35553,49.01665,0],[11.354590000000002,49.01765,0],[11.354210000000002,49.017920000000004,0],[11.35385,49.01812000000001,0],[11.35364,49.018309999999985,0],[11.353049999999998,49.01893000000001,0],[11.35255,49.019540000000006,0],[11.351349999999998,49.0205,0],[11.351079999999998,49.02082999999999,0],[11.35069,49.02105999999998,0],[11.34956,49.020989999999955,0],[11.34881,49.02071999999998,0],[11.347560000000001,49.02014,0],[11.34688,49.01987,0],[11.34603,49.01971,0],[11.34632,49.01889000000003,0],[11.34666,49.01829999999998,0],[11.34745,49.01841999999999,0],[11.34848,49.018519999999995,0],[11.349310000000001,49.01826999999997,0],[11.350380000000001,49.017859999999985,0],[11.351090000000001,49.01749000000001,0],[11.35136,49.017089999999996,0],[11.35133,49.016549999999995,0],[11.35007,49.016819999999996,0],[11.3496,49.01688999999999,0],[11.34919,49.01686999999998,0],[11.34873,49.01671999999999,0],[11.348420000000003,49.01671999999999,0],[11.34759,49.01659000000001,0],[11.347369999999998,49.01650000000001,0],[11.3465,49.015299999999996,0],[11.34649,49.01466000000002,0],[11.34621,49.014250000000004,0],[11.346080000000002,49.01414,0],[11.34479,49.01414,0],[11.34413,49.014020000000016,0],[11.34215,49.01404999999997,0],[11.342110000000002,49.01379,0],[11.34216,49.013239999999996,0],[11.34216,49.012650000000036,0],[11.34205,49.01213999999999,0],[11.34183,49.01159999999999,0],[11.341770000000002,49.01123999999996,0],[11.34191,49.010400000000004,0],[11.342249999999998,49.009799999999956,0],[11.3426,49.00934999999998,0],[11.34272,49.00913,0],[11.34291,49.00851,0],[11.34291,49.00828000000004,0],[11.342579999999998,49.00789,0],[11.341649999999998,49.00695999999999,0],[11.340719999999997,49.00770000000003,0],[11.340030000000002,49.00775999999999,0],[11.33974,49.00788,0],[11.33948,49.00792000000001,0],[11.33765,49.00801999999999,0],[11.33659,49.007990000000035,0],[11.33607,49.007949999999994,0],[11.33533,49.00765999999999,0],[11.33522,49.007240000000024,0],[11.33518,49.005979999999994,0],[11.33507,49.005589999999955,0],[11.3342,49.004220000000004,0],[11.33387,49.004050000000035,0],[11.33328,49.00384,0],[11.33302,49.00362000000001,0],[11.33276,49.00326000000001,0],[11.332749999999999,49.00236000000001,0],[11.33267,49.00189000000003,0],[11.3329,49.001570000000015,0],[11.33297,49.00138000000001,0],[11.33354,49.001239999999996,0],[11.33354,49.00083999999998,0],[11.332820000000002,49.000670000000014,0],[11.33218,49.00048000000001,0],[11.33228,49.000370000000004,0],[11.33277,48.99953000000002,0],[11.33197,48.99939999999998,0],[11.32976,48.99896000000001,0],[11.32718,48.99791999999999,0],[11.32601,48.99833000000001,0],[11.32468,48.99871999999999,0],[11.32461,48.99916999999999,0],[11.32433,48.99933999999999,0],[11.32367,48.999570000000006,0],[11.32289,48.99992,0],[11.32218,49.000339999999994,0],[11.32118,49.00085999999999,0],[11.3206,49.00137000000001,0],[11.32022,49.00158999999999,0],[11.320039999999999,49.001649999999955,0],[11.319040000000001,49.0018,0],[11.319009999999999,49.00206,0],[11.31795,49.00207,0],[11.317300000000001,49.00201999999999,0],[11.31697,49.002039999999994,0],[11.3165,49.002129999999966,0],[11.31571,49.00216,0],[11.31256,49.002009999999984,0],[11.312129999999998,49.00202999999999,0],[11.31185,49.00188000000003,0],[11.310119999999998,49.00236000000001,0],[11.3097,49.00272000000001,0],[11.307079999999997,49.00355999999999,0],[11.30585,49.00380999999999,0],[11.30585,49.00474999999997,0],[11.307,49.00538,0],[11.30601,49.00534999999999,0],[11.305969999999999,49.00551999999999,0],[11.304860000000001,49.00561000000002,0],[11.30477,49.00594000000001,0],[11.30473,49.00656000000001,0],[11.30494,49.00715000000005,0],[11.304959999999998,49.00753,0],[11.30388,49.00750999999997,0],[11.3029,49.00757999999999,0],[11.302329999999998,49.00765000000001,0],[11.30212,49.00775999999999,0],[11.301879999999999,49.00868999999997,0],[11.30182,49.00963999999999,0],[11.301619999999998,49.00963999999999,0],[11.301619999999998,49.009889999999984,0],[11.299740000000002,49.009720000000016,0],[11.29862,49.01315999999997,0],[11.298100000000002,49.01313999999999,0],[11.29794,49.01315999999997,0],[11.29779,49.01321999999999,0],[11.29769,49.013360000000006,0],[11.29726,49.01657,0],[11.29616,49.01665,0],[11.29523,49.01668000000001,0],[11.293929999999998,49.016669999999976,0],[11.29313,49.01657,0],[11.29328,49.01611,0],[11.29322,49.01536999999999,0],[11.29384,49.01427000000001,0],[11.294610000000002,49.01319999999998,0],[11.2947,49.012850000000014,0],[11.29444,49.01168000000001,0],[11.29488,49.01123999999996,0],[11.29578,49.01095000000001,0],[11.295690000000002,49.01133999999999,0],[11.296690000000002,49.01134999999999,0],[11.29773,49.01141000000001,0],[11.29795,49.01137,0],[11.29825,49.01050000000001,0],[11.29705,49.010290000000026,0],[11.296020000000002,49.00986000000003,0],[11.296130000000002,49.009619999999984,0],[11.29584,49.00945999999999,0],[11.295569999999998,49.00937999999999,0],[11.296250000000002,49.0086,0],[11.295569999999998,49.00866999999997,0],[11.2943,49.007450000000006,0],[11.295090000000002,49.00716,0],[11.29644,49.00650000000002,0],[11.29697,49.006110000000035,0],[11.296709999999997,49.005949999999984,0],[11.296389999999999,49.00620000000001,0],[11.2948,49.005359999999996,0],[11.29452,49.00592,0],[11.29387,49.00630999999996,0],[11.29332,49.005120000000005,0],[11.29251,49.00529,0],[11.2915,49.00540000000001,0],[11.291629999999998,49.005120000000005,0],[11.287960000000002,49.00506999999999,0],[11.28794,49.00492,0],[11.28754,49.00408999999999,0],[11.28618,49.004310000000004,0],[11.28575,49.00442000000001,0],[11.28531,49.00462000000002,0],[11.2846,49.00504999999998,0],[11.283799999999998,49.00569999999999,0],[11.2834,49.00617,0],[11.283089999999998,49.00707,0],[11.283019999999999,49.00740999999999,0],[11.278460000000003,49.00667999999999,0],[11.2768,49.00671,0],[11.27685,49.00704999999999,0],[11.276369999999998,49.00705999999997,0],[11.27636,49.00743,0],[11.276190000000001,49.00845000000001,0],[11.274849999999999,49.010009999999994,0],[11.27425,49.00983999999997,0],[11.27337,49.00952000000001,0],[11.27271,49.00934000000001,0],[11.2715,49.009420000000006,0],[11.27128,49.00979000000001,0],[11.271139999999999,49.00987000000001,0],[11.2709,49.009919999999994,0],[11.27033,49.00987000000001,0],[11.27018,49.009900000000016,0],[11.26998,49.010050000000035,0],[11.2703,49.01155,0],[11.26677,49.011019999999974,0],[11.26593,49.01236,0],[11.26725,49.01355000000001,0],[11.26663,49.013630000000006,0],[11.26595,49.013840000000016,0],[11.26506,49.013980000000004,0],[11.26337,49.01433,0],[11.264010000000003,49.01590999999999,0],[11.26373,49.016250000000014,0],[11.26369,49.016729999999995,0],[11.26373,49.017769999999985,0],[11.26693,49.01731000000004,0],[11.267020000000002,49.02001000000001,0],[11.26689,49.020219999999995,0],[11.26652,49.022789999999986,0],[11.26635,49.02311,0],[11.26531,49.02458999999999,0],[11.26637,49.02472,0],[11.265610000000002,49.02725000000001,0],[11.26712,49.02752000000001,0],[11.2695,49.02776,0],[11.26997,49.027750000000026,0],[11.27037,49.02771000000001,0],[11.2705,49.02766,0],[11.27112,49.02762999999999,0],[11.27118,49.02794,0],[11.27053,49.02793,0],[11.27018,49.02787000000001,0],[11.27,49.02789999999999,0],[11.26803,49.02787999999998,0],[11.267709999999997,49.02796000000001,0],[11.267130000000002,49.027980000000014,0],[11.26502,49.02826999999999,0],[11.26448,49.0283,0],[11.264159999999999,49.029259999999994,0],[11.263299999999997,49.03047000000001,0],[11.26262,49.03165000000001,0],[11.26228,49.03154000000001,0],[11.2611,49.03223,0],[11.26031,49.03289000000001,0],[11.25972,49.03379000000001,0],[11.25953,49.03375,0],[11.259400000000001,49.03393,0],[11.257879999999998,49.03397000000001,0],[11.25524,49.03435999999999,0],[11.2557,49.036220000000014,0],[11.25601,49.03642999999997,0],[11.25589,49.037679999999995,0],[11.25519,49.037679999999995,0],[11.255250000000002,49.03784000000002,0],[11.253859999999998,49.03817000000001,0],[11.25313,49.03827999999996,0],[11.253350000000001,49.03903,0],[11.25184,49.039289999999994,0],[11.2517,49.039799999999985,0],[11.25177,49.03989999999999,0],[11.25197,49.03987999999998,0],[11.2522,49.040760000000006,0],[11.25322,49.04136,0],[11.25391,49.04169000000002,0],[11.25404,49.041680000000014,0],[11.25403,49.04209,0],[11.253880000000002,49.04276999999999,0],[11.25383,49.04330999999999,0],[11.25371,49.04403000000002,0],[11.25334,49.045360000000045,0],[11.25151,49.045199999999994,0],[11.25151,49.044809999999984,0],[11.25167,49.04435999999998,0],[11.251750000000001,49.04392000000004,0],[11.25169,49.043409999999994,0],[11.251200000000003,49.043350000000004,0],[11.249819999999998,49.04473999999999,0],[11.249420000000002,49.04505000000003,0],[11.248779999999998,49.04578000000001,0],[11.251449999999998,49.046099999999996,0],[11.25544,49.05279999999999,0],[11.25378,49.052730000000025,0],[11.25303,49.052760000000035,0],[11.25304,49.05230000000003,0],[11.25297,49.05196000000001,0],[11.25275,49.05151000000001,0],[11.25241,49.05108000000001,0],[11.25207,49.05054999999999,0],[11.25194,49.05021999999997,0],[11.25183,49.049379999999985,0],[11.2517,49.04916,0],[11.25149,49.04891000000001,0],[11.25116,49.048640000000006,0],[11.25095,49.048550000000034,0],[11.24947,49.048070000000024,0],[11.24924,49.04793999999998,0],[11.24917,49.04787999999999,0],[11.24912,49.04763,0],[11.24905,49.04754,0],[11.24892,49.04750999999999,0],[11.248160000000002,49.04746,0],[11.24775,49.04714000000001,0],[11.247490000000003,49.04712000000001,0],[11.24708,49.04714999999999,0],[11.24618,49.047259999999994,0],[11.24565,49.04736,0],[11.24454,49.04759999999996,0],[11.24146,49.04845,0],[11.2407,49.04861,0],[11.23995,49.04871,0],[11.23934,49.04874000000001,0],[11.2383,49.04872,0],[11.23803,49.04874000000001,0],[11.23717,49.04893000000001,0],[11.235819999999999,49.04916,0],[11.234559999999998,49.049300000000045,0],[11.23374,49.04934,0],[11.2325,49.049499999999966,0],[11.2312,49.04975000000002,0],[11.230700000000002,49.049890000000005,0],[11.22973,49.05027999999999,0],[11.228960000000002,49.05046999999999,0],[11.22745,49.05126999999999,0],[11.22714,49.05152000000001,0],[11.22694,49.051590000000004,0],[11.22621,49.051709999999986,0],[11.22552,49.05171999999999,0],[11.22488,49.051680000000005,0],[11.22519,49.05055999999999,0],[11.22516,49.04973000000004,0],[11.22481,49.048839999999984,0],[11.224899999999998,49.04867999999999,0],[11.22493,49.04840999999999,0],[11.224789999999999,49.04808,0],[11.2244,49.04888,0],[11.22294,49.0489,0],[11.22262,49.049589999999995,0],[11.21654,49.05086000000003,0],[11.21627,49.049440000000004,0],[11.21586,49.048460000000006,0],[11.2144,49.04872,0],[11.21412,49.04831999999996,0],[11.21331,49.04847000000001,0],[11.21255,49.04714000000001,0],[11.21033,49.04788999999997,0],[11.21034,49.04782,0],[11.210100000000002,49.04721000000001,0],[11.20947,49.04593000000003,0],[11.20913,49.04603999999998,0],[11.205399999999997,49.04778000000002,0],[11.20441,49.04679999999999,0],[11.20191,49.04745,0],[11.20096,49.04608000000002,0],[11.20012,49.045199999999994,0],[11.19956,49.04473999999999,0],[11.19849,49.043949999999995,0],[11.19678,49.04281,0],[11.195980000000002,49.04221000000001,0],[11.1939,49.04093,0],[11.19234,49.039860000000004,0],[11.19161,49.0394,0],[11.19117,49.039060000000006,0],[11.19048,49.03845000000001,0],[11.189810000000001,49.037679999999995,0],[11.189619999999998,49.03752,0],[11.18902,49.036719999999974,0],[11.188209999999998,49.0359,0],[11.18757,49.03614999999999,0],[11.18678,49.035210000000006,0],[11.18667,49.034940000000006,0],[11.18577,49.033709999999985,0],[11.18611,49.033540000000016,0],[11.18609,49.033500000000004,0],[11.18581,49.03322,0],[11.185539999999998,49.03300999999999,0],[11.18415,49.03205,0],[11.18383,49.03174000000001,0],[11.18347,49.03138000000001,0],[11.183210000000003,49.03103999999999,0],[11.18269,49.030010000000004,0],[11.18245,49.02964,0],[11.182120000000001,49.02929,0],[11.181719999999999,49.028970000000015,0],[11.18133,49.02870999999999,0],[11.18077,49.02823000000001,0],[11.180749999999998,49.02797000000001,0],[11.18095,49.02718999999999,0],[11.18096,49.02690000000001,0],[11.18084,49.026579999999996,0],[11.18067,49.02641,0],[11.18036,49.026219999999995,0],[11.179940000000002,49.02608000000001,0],[11.17962,49.026009999999985,0],[11.179500000000003,49.025949999999995,0],[11.180380000000001,49.025529999999975,0],[11.180870000000002,49.02611000000002,0],[11.181200000000002,49.02672000000001,0],[11.18162,49.02725000000001,0],[11.185620000000002,49.02681000000001,0],[11.18601,49.02673999999999,0],[11.185199999999998,49.02512999999999,0],[11.184850000000003,49.024519999999995,0],[11.18388,49.02337,0],[11.18964,49.02292,0],[11.18959,49.02169000000001,0],[11.1894,49.02011999999999,0],[11.18942,49.019949999999994,0],[11.18968,49.01947999999999,0],[11.18983,49.01856999999998,0],[11.1863,49.01886999999999,0],[11.18577,49.01781,0],[11.18549,49.01773,0],[11.18452,49.017859999999985,0],[11.18397,49.018010000000004,0],[11.1834,49.01826,0],[11.18282,49.01769999999999,0],[11.182649999999999,49.01749000000001,0],[11.18165,49.016610000000014,0],[11.1815,49.01643999999999,0],[11.18144,49.016189999999995,0],[11.181790000000001,49.015330000000006,0],[11.18208,49.01523,0],[11.18246,49.015150000000006,0],[11.18308,49.01486,0],[11.18443,49.0146,0],[11.185620000000002,49.01447000000002,0],[11.18561,49.014039999999994,0],[11.18515,49.01408000000001,0],[11.18497,49.01415,0],[11.184620000000002,49.01415,0],[11.184360000000002,49.01420000000002,0],[11.184059999999999,49.01429000000002,0],[11.18378,49.01442,0],[11.183459999999998,49.01433,0],[11.18323,49.01433,0],[11.18301,49.01442,0],[11.18291,49.01453000000001,0],[11.182830000000001,49.014579999999995,0],[11.18252,49.01444000000001,0],[11.18232,49.01444000000001,0],[11.18219,49.01447999999996,0],[11.18214,49.01442,0],[11.18199,49.014369999999985,0],[11.18185,49.01435999999998,0],[11.18177,49.013919999999985,0],[11.18081,49.014009999999985,0],[11.18033,49.01415,0],[11.179259999999998,49.01466000000002,0],[11.179039999999999,49.01479999999998,0],[11.17889,49.014970000000034,0],[11.178740000000001,49.014939999999996,0],[11.17828,49.01544999999999,0],[11.17812,49.01587000000001,0],[11.1781,49.01612,0],[11.17819,49.01643999999999,0],[11.17843,49.016819999999996,0],[11.1788,49.01723000000001,0],[11.17713,49.01760999999999,0],[11.1755,49.01773,0],[11.175439999999998,49.017420000000016,0],[11.17547,49.01668999999998,0],[11.175750000000003,49.01607000000001,0],[11.17352,49.01553000000001,0],[11.17301,49.01544999999999,0],[11.17263,49.01543000000004,0],[11.17201,49.0154,0],[11.170470000000002,49.01539,0],[11.16822,49.015240000000006,0],[11.168039999999998,49.01513,0],[11.16682,49.01505,0],[11.164350000000002,49.01513,0],[11.16335,49.01483999999999,0],[11.16276,49.01447000000002,0],[11.16244,49.014219999999995,0],[11.16228,49.01402999999999,0],[11.16224,49.013570000000016,0],[11.163,49.01340999999999,0],[11.16284,49.013390000000044,0],[11.16355,49.01245,0],[11.16384,49.01243999999997,0],[11.16369,49.01212000000001,0],[11.159649999999997,49.011799999999994,0],[11.1599,49.00792999999999,0],[11.16011,49.00770000000003,0],[11.16092,49.00728000000001,0],[11.16128,49.00704000000002,0],[11.16138,49.00693000000001,0],[11.161659999999998,49.00635999999997,0],[11.16407,49.006429999999995,0],[11.16417,49.00621000000001,0],[11.16475,49.004279999999994,0],[11.16133,49.00416000000001,0],[11.16195,49.003690000000006,0],[11.16289,49.003119999999996,0],[11.16262,49.002879999999976,0],[11.15823,49.00273999999999,0],[11.15541,49.00256999999999,0],[11.156510000000003,49.000230000000016,0],[11.158800000000001,49.00031000000001,0],[11.15934,48.99916000000002,0],[11.16116,48.99923000000001,0],[11.16247,48.99919,0],[11.16344,48.999210000000005,0],[11.16346,48.999149999999986,0],[11.16288,48.99799999999999,0],[11.16258,48.99727999999999,0],[11.16247,48.996639999999985,0],[11.162589999999998,48.99601000000001,0],[11.15911,48.996039999999994,0],[11.15911,48.995720000000006,0],[11.158879999999998,48.99511000000001,0],[11.15826,48.99483000000001,0],[11.157199999999998,48.994399999999956,0],[11.15637,48.99429000000001,0],[11.15591,48.99412000000001,0],[11.155620000000003,48.993930000000006,0],[11.15589,48.99343999999999,0],[11.155250000000002,48.99338,0],[11.15473,48.9931,0],[11.15452,48.99304000000001,0],[11.15202,48.99262999999999,0],[11.151710000000001,48.99301,0],[11.1508,48.992880000000014,0],[11.14827,48.99240999999998,0],[11.1485,48.991870000000034,0],[11.14835,48.991839999999996,0],[11.14338,48.99131,0],[11.14477,48.99025,0],[11.14551,48.98964000000001,0],[11.1453,48.98955999999998,0],[11.14309,48.98906000000002,0],[11.14236,48.98879000000002,0],[11.14389,48.987719999999996,0],[11.14448,48.98738,0],[11.145260000000002,48.986999999999966,0],[11.148000000000001,48.98546999999999,0],[11.14817,48.98489000000001,0],[11.14778,48.982730000000004,0],[11.147230000000002,48.98180000000002,0],[11.14637,48.98086000000001,0],[11.14676,48.98070000000004,0],[11.14588,48.979550000000046,0],[11.14512,48.97895,0],[11.14495,48.97871000000001,0],[11.14483,48.978350000000034,0],[11.14393,48.97662,0],[11.14377,48.97622000000001,0],[11.1434,48.97556,0],[11.1431,48.97513000000001,0],[11.14174,48.97400999999999,0],[11.140979999999999,48.97328999999999,0],[11.14192,48.973060000000004,0],[11.14293,48.97299000000001,0],[11.14389,48.97300000000001,0],[11.14481,48.973060000000004,0],[11.1445,48.9727,0],[11.14444,48.972409999999996,0],[11.14441,48.97191999999998,0],[11.14449,48.97150000000002,0],[11.14427,48.971179999999976,0],[11.144060000000001,48.97036,0],[11.14322,48.97012999999998,0],[11.1426,48.970049999999986,0],[11.14162,48.969870000000014,0],[11.14317,48.96894,0],[11.14284,48.968770000000006,0],[11.14231,48.96861999999999,0],[11.14189,48.96854999999999,0],[11.141350000000001,48.968560000000025,0],[11.14048,48.96843000000001,0],[11.139409999999998,48.96834999999999,0],[11.13934,48.96824000000001,0],[11.139430000000003,48.96791999999999,0],[11.13944,48.9675,0],[11.13937,48.967209999999994,0],[11.13936,48.96686,0],[11.139430000000003,48.96643,0],[11.1397,48.96620999999996,0],[11.14018,48.96609999999998,0],[11.14178,48.96582999999998,0],[11.142089999999998,48.96520000000001,0],[11.142210000000002,48.96504999999996,0],[11.14113,48.9649,0],[11.140079999999998,48.964800000000025,0],[11.139039999999998,48.96476999999999,0],[11.137939999999999,48.964920000000006,0],[11.13766,48.96478000000002,0],[11.13685,48.96461999999997,0],[11.13617,48.964800000000025,0],[11.134769999999998,48.96504999999996,0],[11.13465,48.96516,0],[11.13425,48.96529000000001,0],[11.13365,48.965419999999995,0],[11.13314,48.96547000000001,0],[11.1325,48.96535,0],[11.132109999999999,48.96520000000001,0],[11.130920000000001,48.96530999999999,0],[11.13042,48.96530999999999,0],[11.12932,48.96521999999999,0],[11.1289,48.965270000000004,0],[11.127679999999998,48.96525,0],[11.12715,48.96530999999999,0],[11.126269999999998,48.96521999999999,0],[11.12593,48.96526000000003,0],[11.12495,48.96558999999999,0],[11.12437,48.96569000000002,0],[11.12266,48.96589,0],[11.12146,48.96607,0],[11.12006,48.96600999999998,0],[11.1192,48.96607,0],[11.117850000000002,48.96621999999999,0],[11.11745,48.96622999999997,0],[11.11602,48.96620999999996,0],[11.11517,48.966249999999974,0],[11.11373,48.96621999999999,0],[11.11303,48.96627999999998,0],[11.111790000000001,48.96627000000004,0],[11.11139,48.96629999999999,0],[11.11093,48.96639000000002,0],[11.109940000000002,48.966729999999984,0],[11.109479999999998,48.966800000000006,0],[11.10838,48.96679,0],[11.10788,48.966759999999994,0],[11.106770000000001,48.966530000000006,0],[11.10539,48.96633,0],[11.10488,48.96633,0],[11.104129999999998,48.96639000000002,0],[11.10294,48.966380000000015,0],[11.10139,48.96622999999997,0],[11.101019999999998,48.96616,0],[11.09974,48.965769999999964,0],[11.09908,48.96544,0],[11.09761,48.96432999999996,0],[11.09648,48.96379000000002,0],[11.095420000000003,48.963089999999994,0],[11.09465,48.96218000000002,0],[11.09438,48.96190999999999,0],[11.09357,48.96178000000003,0],[11.093150000000001,48.96175000000002,0],[11.09145,48.96188000000001,0],[11.091140000000001,48.96194,0],[11.09082,48.962050000000005,0],[11.0892,48.96170000000001,0],[11.08822,48.961839999999995,0],[11.08674,48.96179000000001,0],[11.084690000000002,48.961329999999975,0],[11.08445,48.96118999999999,0],[11.08418,48.96088,0],[11.08403,48.96083999999999,0],[11.08371,48.96065999999999,0],[11.08318,48.96007,0],[11.08307,48.96000999999998,0],[11.08281,48.95997,0],[11.08266,48.95985000000002,0],[11.08203,48.95910000000001,0],[11.081449999999998,48.958740000000006,0],[11.08025,48.957809999999995,0],[11.0784,48.95661999999996,0],[11.07748,48.956289999999996,0],[11.07638,48.955809999999985,0],[11.0747,48.95541,0],[11.07437,48.955269999999985,0],[11.07413,48.955119999999994,0],[11.07368,48.954679999999996,0],[11.0731,48.95436000000004,0],[11.07218,48.95398,0],[11.0701,48.953540000000004,0],[11.0705,48.953509999999994,0],[11.07022,48.952729999999974,0],[11.07107,48.95213000000001,0],[11.0715,48.951930000000004,0],[11.06992,48.950560000000024,0],[11.07114,48.95006000000001,0],[11.06977,48.94882999999999,0],[11.06878,48.948199999999986,0],[11.06842,48.947910000000036,0],[11.0677,48.946950000000015,0],[11.06714,48.946079999999995,0],[11.06676,48.94569999999999,0],[11.06611,48.945269999999994,0],[11.065029999999998,48.94479999999999,0],[11.06436,48.94443000000001,0],[11.06361,48.94380000000001,0],[11.06263,48.94310999999999,0],[11.062319999999998,48.94278,0],[11.061879999999999,48.94218999999998,0],[11.061389999999998,48.94165000000001,0],[11.061140000000002,48.941159999999996,0],[11.06089,48.94086999999999,0],[11.060700000000002,48.94072,0],[11.0603,48.94024000000002,0],[11.05911,48.9393,0],[11.05866,48.938590000000005,0],[11.05819,48.93808999999999,0],[11.05783,48.93777,0],[11.057540000000001,48.93754999999999,0],[11.05681,48.93711999999999,0],[11.056350000000002,48.936890000000005,0],[11.05511,48.93612999999996,0],[11.05445,48.935810000000004,0],[11.05336,48.935220000000015,0],[11.05421,48.93394000000001,0],[11.053570000000002,48.93351000000001,0],[11.05341,48.93334999999996,0],[11.05243,48.933099999999996,0],[11.05198,48.93324999999999,0],[11.051449999999999,48.93336999999997,0],[11.051449999999999,48.93289999999999,0],[11.05137,48.93236999999999,0],[11.05123,48.93218999999999,0],[11.050780000000001,48.93189000000001,0],[11.05343,48.93106999999998,0],[11.05423,48.93088,0],[11.055719999999999,48.93042,0],[11.05656,48.93010000000004,0],[11.05859,48.929149999999964,0],[11.05901,48.928889999999996,0],[11.06133,48.927760000000006,0],[11.06196,48.92741000000001,0],[11.06271,48.926950000000005,0],[11.06288,48.92672999999999,0],[11.06291,48.92651000000001,0],[11.064410000000002,48.925520000000006,0],[11.065739999999998,48.92443,0],[11.06625,48.92425,0],[11.06652,48.92409000000001,0],[11.066160000000002,48.923869999999994,0],[11.06803,48.922499999999985,0],[11.06833,48.92222000000001,0],[11.07044,48.91946999999999,0],[11.070979999999999,48.91899000000001,0],[11.07079,48.918890000000005,0],[11.07079,48.91875999999999,0],[11.07196,48.918229999999994,0],[11.07289,48.91775999999999,0],[11.072690000000001,48.917129999999986,0],[11.07256,48.91658000000004,0],[11.073429999999998,48.91631000000001,0],[11.073719999999998,48.916240000000016,0],[11.07401,48.916229999999985,0],[11.0737,48.915629999999965,0],[11.074060000000001,48.914710000000014,0],[11.074,48.91458,0],[11.07247,48.912889999999976,0],[11.07157,48.91131999999999,0],[11.069559999999997,48.91186999999999,0],[11.06896,48.91207,0],[11.06884,48.911940000000044,0],[11.06677,48.912800000000004,0],[11.0662,48.91290999999998,0],[11.06576,48.91297,0],[11.064450000000003,48.91302000000002,0],[11.06331,48.91311000000002,0],[11.06263,48.913129999999995,0],[11.059440000000002,48.91346999999999,0],[11.058539999999999,48.913299999999964,0],[11.0579,48.91197,0],[11.058049999999998,48.91165999999998,0],[11.0583,48.91138000000001,0],[11.05871,48.91076000000001,0],[11.05889,48.91031000000001,0],[11.05883,48.909839999999974,0],[11.05852,48.909459999999996,0],[11.05818,48.90933000000001,0],[11.05789,48.909250000000014,0],[11.057239999999998,48.9092,0],[11.05649,48.909189999999995,0],[11.05559,48.90929,0],[11.05484,48.90929,0],[11.05417,48.90916999999999,0],[11.0529,48.90915000000001,0],[11.05217,48.90908000000002,0],[11.05149,48.908860000000004,0],[11.05106,48.90875,0],[11.05005,48.90832,0],[11.049779999999998,48.908090000000016,0],[11.04908,48.90696,0],[11.04898,48.90668000000002,0],[11.04879,48.90647999999999,0],[11.04849,48.90635999999998,0],[11.04792,48.90623000000002,0],[11.04783,48.90611000000004,0],[11.04761,48.906000000000006,0],[11.04719,48.90594999999999,0],[11.04701,48.9059,0],[11.04688,48.90584000000004,0],[11.04671,48.90567999999999,0],[11.04664,48.90554,0],[11.046619999999999,48.90517,0],[11.04679,48.90457000000001,0],[11.04675,48.904409999999956,0],[11.04658,48.904139999999956,0],[11.04646,48.90373999999997,0],[11.046499999999998,48.90312,0],[11.046470000000001,48.90296000000001,0],[11.0462,48.90254999999999,0],[11.046030000000002,48.90237000000002,0],[11.045399999999999,48.90196,0],[11.045060000000001,48.90216000000001,0],[11.04493,48.90219999999999,0],[11.04412,48.90229000000002,0],[11.04398,48.902330000000006,0],[11.04291,48.90289999999999,0],[11.042789999999998,48.90307999999999,0],[11.04258,48.90371999999999,0],[11.04243,48.90392000000003,0],[11.042210000000003,48.9041,0],[11.041979999999999,48.904420000000016,0],[11.04159,48.90462000000002,0],[11.041159999999998,48.90472,0],[11.0404,48.90502000000001,0],[11.04011,48.905190000000005,0],[11.039010000000001,48.90544,0],[11.038830000000003,48.905519999999996,0],[11.03862,48.90577000000002,0],[11.03806,48.906180000000006,0],[11.03787,48.90643,0],[11.03782,48.906710000000004,0],[11.03821,48.90792999999999,0],[11.03818,48.90818999999999,0],[11.03803,48.90836999999996,0],[11.03745,48.90851000000001,0],[11.03723,48.90865999999997,0],[11.03701,48.90888000000001,0],[11.03673,48.90926000000002,0],[11.036669999999999,48.909580000000005,0],[11.0362,48.909490000000005,0],[11.034920000000001,48.909369999999996,0],[11.03435,48.90917999999999,0],[11.03401,48.90943999999999,0],[11.033689999999998,48.90948,0],[11.033249999999999,48.909280000000024,0],[11.03301,48.908979999999985,0],[11.032510000000002,48.90865999999997,0],[11.03191,48.908540000000016,0],[11.032319999999999,48.90780000000001,0],[11.032279999999998,48.90742,0],[11.03196,48.90673000000001,0],[11.03124,48.90613999999999,0],[11.031210000000002,48.905489999999986,0],[11.03247,48.90547000000001,0],[11.03301,48.905340000000024,0],[11.03405,48.905190000000005,0],[11.034999999999998,48.90490999999997,0],[11.03553,48.904799999999994,0],[11.03639,48.90459000000001,0],[11.03714,48.904439999999994,0],[11.037750000000003,48.904420000000016,0],[11.03812,48.904319999999984,0],[11.03928,48.90389000000002,0],[11.04032,48.903340000000014,0],[11.04114,48.90267,0],[11.042,48.90212,0],[11.04218,48.902060000000006,0],[11.04257,48.90204,0],[11.04412,48.90128999999999,0],[11.04485,48.90088,0],[11.04475,48.90073000000004,0],[11.04457,48.900619999999975,0],[11.04365,48.90016,0],[11.043090000000001,48.89983000000001,0],[11.04243,48.899190000000004,0],[11.04183,48.89876000000001,0],[11.0414,48.89856,0],[11.04,48.89804000000001,0],[11.03969,48.89798999999999,0],[11.03936,48.897819999999996,0],[11.03886,48.89770999999999,0],[11.03831,48.89769000000001,0],[11.03715,48.89759000000001,0],[11.03687,48.89756,0],[11.03678,48.89751000000001,0],[11.03559,48.89739,0],[11.0343,48.89712,0],[11.03379,48.89706000000001,0],[11.03341,48.896979999999985,0],[11.032620000000001,48.89669000000001,0],[11.03224,48.89649,0],[11.031949999999998,48.896210000000025,0],[11.031719999999998,48.896060000000006,0],[11.03126,48.89582999999999,0],[11.03002,48.89547999999999,0],[11.02955,48.895309999999995,0],[11.02919,48.89475999999999,0],[11.029009999999998,48.89338000000001,0],[11.02892,48.893249999999995,0],[11.02851,48.89284000000001,0],[11.02839,48.89268000000001,0],[11.02829,48.89238,0],[11.02805,48.89206999999999,0],[11.02782,48.89208999999997,0],[11.027639999999998,48.89204999999998,0],[11.027430000000003,48.89188999999999,0],[11.027390000000002,48.891779999999954,0],[11.02742,48.89159999999998,0],[11.027230000000001,48.890649999999965,0],[11.02714,48.88969,0],[11.02825,48.888750000000016,0],[11.028800000000002,48.88844,0],[11.030650000000001,48.88802000000001,0],[11.03126,48.887760000000014,0],[11.03177,48.88714999999999,0],[11.03175,48.88692000000003,0],[11.03157,48.88696999999999,0],[11.03015,48.88718,0],[11.029539999999999,48.88723999999999,0],[11.02817,48.88722999999999,0],[11.02728,48.887159999999966,0],[11.02722,48.88678999999999,0],[11.02684,48.88652999999999,0],[11.02643,48.88640000000001,0],[11.025160000000001,48.885850000000005,0],[11.02424,48.885490000000004,0],[11.02323,48.885369999999995,0],[11.022110000000001,48.88535999999999,0],[11.02191,48.885279999999995,0],[11.02151,48.885159999999985,0],[11.021110000000002,48.88511,0],[11.02033,48.8852,0],[11.01998,48.88532000000001,0],[11.01954,48.885220000000004,0],[11.0189,48.88457,0],[11.018539999999998,48.88454999999999,0],[11.01806,48.884619999999984,0],[11.01759,48.884799999999984,0],[11.0173,48.88512,0],[11.01607,48.88516999999999,0],[11.01537,48.88595000000001,0],[11.0148,48.88669999999999,0],[11.01461,48.88678999999999,0],[11.014389999999999,48.88696999999999,0],[11.0141,48.8869,0],[11.013,48.88672999999997,0],[11.01236,48.88674,0],[11.01223,48.886709999999965,0],[11.01203,48.88659000000001,0],[11.01194,48.88650000000001,0],[11.01155,48.88577000000001,0],[11.010970000000002,48.88569000000001,0],[11.01024,48.88580000000002,0],[11.0098,48.88602,0],[11.00917,48.88629,0],[11.00858,48.886390000000006,0],[11.008069999999998,48.88638,0],[11.00675,48.88611,0],[11.00595,48.885999999999996,0],[11.00568,48.885940000000005,0],[11.00317,48.885009999999994,0],[11.00244,48.88458,0],[11.002250000000002,48.8845,0],[11.00173,48.884379999999965,0],[11.00122,48.88439999999997,0],[11.00012,48.884379999999965,0],[10.99869,48.88427999999999,0],[10.99766,48.88431,0],[10.99513,48.88404,0],[10.99484,48.88396999999998,0],[10.993850000000002,48.88387,0],[10.993590000000001,48.883820000000014,0],[10.99278,48.88362000000001,0],[10.99067,48.88293999999996,0],[10.9823,48.880889999999965,0],[10.97882,48.879950000000036,0],[10.97486,48.87894,0],[10.97401,48.87876,0],[10.974180000000002,48.87849,0],[10.97421,48.87836999999999,0],[10.974199999999998,48.87822,0],[10.97392,48.87756999999999,0],[10.9734,48.87720999999999,0],[10.97307,48.876810000000006,0],[10.972679999999999,48.87623000000002,0],[10.972690000000002,48.875460000000004,0],[10.97253,48.87468999999999,0],[10.97227,48.87404000000001,0],[10.97166,48.87398999999999,0],[10.97075,48.873580000000004,0],[10.970449999999998,48.87341000000001,0],[10.96983,48.87295,0],[10.96954,48.872690000000006,0],[10.96907,48.87209999999999,0],[10.96845,48.871729999999985,0],[10.967790000000003,48.871500000000026,0],[10.96611,48.87120999999999,0],[10.96511,48.87098,0],[10.96494,48.87087,0],[10.96487,48.87053,0],[10.96458,48.87032000000002,0],[10.96438,48.870119999999986,0],[10.96364,48.86977999999999,0],[10.96342,48.86950999999999,0],[10.963320000000001,48.869309999999984,0],[10.96317,48.868769999999984,0],[10.9632,48.86775,0],[10.963150000000002,48.86688000000001,0],[10.9632,48.86646999999999,0],[10.96316,48.86631,0],[10.96305,48.86616000000001,0],[10.96277,48.86590000000001,0],[10.96308,48.86503999999999,0],[10.96342,48.864660000000015,0],[10.96367,48.864450000000005,0],[10.96408,48.864210000000014,0],[10.96474,48.86374000000001,0],[10.96606,48.863020000000006,0],[10.96583,48.86296999999999,0],[10.96461,48.86323999999999,0],[10.96333,48.86376000000001,0],[10.96296,48.86314999999996,0],[10.962759999999998,48.86249000000001,0],[10.96284,48.861609999999985,0],[10.964,48.86135999999999,0],[10.965120000000002,48.86086,0],[10.96507,48.86071000000001,0],[10.966069999999998,48.86059999999998,0],[10.96562,48.86023,0],[10.96488,48.85971999999998,0],[10.96414,48.858959999999996,0],[10.963689999999998,48.85871,0],[10.96312,48.85849000000002,0],[10.9629,48.85834,0],[10.962429999999998,48.85855000000001,0],[10.96217,48.858749999999986,0],[10.96196,48.85898,0],[10.96144,48.85933,0],[10.96115,48.859489999999994,0],[10.96082,48.85961,0],[10.96052,48.85968999999997,0],[10.959840000000002,48.859790000000004,0],[10.959419999999998,48.85980000000001,0],[10.95823,48.859759999999994,0],[10.9575,48.85982999999996,0],[10.95713,48.860029999999995,0],[10.95665,48.86041,0],[10.95629,48.86059999999998,0],[10.95194,48.86261999999999,0],[10.95072,48.86346,0],[10.95045,48.86358999999999,0],[10.94904,48.86410999999998,0],[10.94822,48.864270000000005,0],[10.947770000000002,48.86430999999999,0],[10.94732,48.86443,0],[10.94691,48.86434,0],[10.946839999999998,48.86417,0],[10.94702,48.86375000000001,0],[10.94704,48.863609999999966,0],[10.94701,48.863519999999994,0],[10.94606,48.86346,0],[10.945390000000002,48.863489999999985,0],[10.94489,48.86357000000001,0],[10.94414,48.86359999999996,0],[10.94113,48.86358000000001,0],[10.94002,48.86353,0],[10.939270000000002,48.86346,0],[10.939110000000001,48.86339000000001,0],[10.937970000000002,48.8631,0],[10.937630000000002,48.86286000000001,0],[10.93719,48.86268000000004,0],[10.93652,48.86264,0],[10.93586,48.86279999999999,0],[10.9356,48.86283,0],[10.935190000000002,48.86283,0],[10.9327,48.86243999999999,0],[10.93212,48.86241999999996,0],[10.93166,48.86249000000001,0],[10.93144,48.862570000000005,0],[10.93076,48.86287999999996,0],[10.93037,48.86318,0],[10.930010000000001,48.863550000000004,0],[10.92926,48.86453000000003,0],[10.92903,48.86467000000002,0],[10.92852,48.864900000000006,0],[10.92839,48.865099999999984,0],[10.92846,48.86533,0],[10.92871,48.86559,0],[10.928760000000002,48.865710000000036,0],[10.92879,48.86612000000002,0],[10.92872,48.86686000000003,0],[10.928800000000003,48.86700999999999,0],[10.92896,48.86713000000003,0],[10.9302,48.86759000000001,0],[10.93037,48.86774,0],[10.930130000000002,48.86802000000003,0],[10.92965,48.86844000000002,0],[10.929130000000002,48.86883,0],[10.92886,48.869110000000006,0],[10.92859,48.869640000000004,0],[10.928160000000002,48.87013000000002,0],[10.92775,48.87044,0],[10.92725,48.87063999999998,0],[10.92688,48.87087,0],[10.92666,48.87129999999999,0],[10.92647,48.87155000000001,0],[10.92605,48.87169,0],[10.92585,48.87182999999999,0],[10.92565,48.87279000000001,0],[10.925530000000002,48.872870000000006,0],[10.92512,48.87302,0],[10.92471,48.87311,0],[10.923850000000002,48.873249999999985,0],[10.92261,48.87333000000001,0],[10.92219,48.87341000000001,0],[10.9219,48.87360000000001,0],[10.92076,48.87362999999999,0],[10.9207,48.87394000000003,0],[10.92041,48.8741,0],[10.919700000000002,48.874300000000005,0],[10.91918,48.87440000000001,0],[10.918089999999998,48.87425999999999,0],[10.91658,48.87401,0],[10.91517,48.873350000000016,0],[10.914709999999998,48.873549999999994,0],[10.9142,48.87386000000001,0],[10.914599999999998,48.87491,0],[10.914680000000002,48.87538000000001,0],[10.91517,48.875290000000035,0],[10.91596,48.875020000000006,0],[10.916309999999998,48.87495999999999,0],[10.91674,48.87508,0],[10.91767,48.87556999999998,0],[10.91735,48.87592999999998,0],[10.91715,48.87607,0],[10.91686,48.87617,0],[10.9165,48.87621999999999,0],[10.91607,48.87631999999999,0],[10.91562,48.87644,0],[10.91532,48.87656000000001,0],[10.914690000000002,48.87668999999997,0],[10.91405,48.87685000000002,0],[10.914229999999998,48.87738999999996,0],[10.91357,48.87743999999998,0],[10.91213,48.87745000000001,0],[10.9119,48.87747999999999,0],[10.91176,48.87753000000001,0],[10.91167,48.87818999999999,0],[10.9118,48.87837999999999,0],[10.91217,48.87843000000001,0],[10.91214,48.87894,0],[10.91229,48.87939,0],[10.91198,48.87943999999999,0],[10.91109,48.87933000000001,0],[10.910519999999998,48.879500000000036,0],[10.91029,48.87943000000001,0],[10.90995,48.87943000000001,0],[10.909549999999998,48.87953999999999,0],[10.9093,48.879670000000004,0],[10.90912,48.87971999999996,0],[10.90894,48.879670000000004,0],[10.90876,48.879670000000004,0],[10.90856,48.87971999999996,0],[10.90822,48.87968999999998,0],[10.90821,48.87960000000001,0],[10.90809,48.87956,0],[10.90782,48.87953999999999,0],[10.90773,48.87956,0],[10.90662,48.88056,0],[10.906400000000001,48.88070999999999,0],[10.90591,48.88085000000001,0],[10.90578,48.880919999999975,0],[10.905769999999999,48.88229999999999,0],[10.90445,48.88202000000001,0],[10.90329,48.881699999999995,0],[10.90087,48.881249999999994,0],[10.899889999999997,48.881039999999985,0],[10.898409999999998,48.880589999999984,0],[10.89671,48.88013999999998,0],[10.89614,48.87986999999998,0],[10.89548,48.87962999999999,0],[10.89427,48.879339999999985,0],[10.891950000000001,48.879459999999995,0],[10.88949,48.87939,0],[10.88927,48.87925000000001,0],[10.888240000000001,48.878919999999994,0],[10.88679,48.87832000000003,0],[10.88592,48.878100000000046,0],[10.88459,48.87781999999996,0],[10.8831,48.87756999999999,0],[10.88221,48.877470000000045,0],[10.88086,48.877200000000016,0],[10.880479999999999,48.87716,0],[10.87879,48.87708000000001,0],[10.87849,48.87702999999999,0],[10.87737,48.876739999999984,0],[10.875529999999998,48.876000000000005,0],[10.87491,48.87580999999997,0],[10.874280000000002,48.875670000000014,0],[10.872980000000002,48.87553999999997,0],[10.87051,48.87558999999999,0],[10.86899,48.87547000000001,0],[10.86843,48.87549999999999,0],[10.86813,48.87556999999998,0],[10.86782,48.87689,0],[10.86816,48.87804,0],[10.86789,48.87861000000001,0],[10.867839999999998,48.87897000000001,0],[10.867999999999999,48.87959000000001,0],[10.86901,48.88011,0],[10.86973,48.880150000000015,0],[10.87043,48.88028,0],[10.870200000000002,48.882149999999996,0],[10.87077,48.88230999999999,0],[10.8711,48.882360000000006,0],[10.87083,48.88275999999999,0],[10.87039,48.88300000000004,0],[10.86992,48.88291000000001,0],[10.86936,48.883279999999985,0],[10.86853,48.88352999999998,0],[10.86841,48.883520000000004,0],[10.86832,48.883410000000026,0],[10.867549999999998,48.883160000000004,0],[10.867439999999998,48.883070000000004,0],[10.86716,48.88312000000002,0],[10.867279999999997,48.88337999999999,0],[10.86652,48.88413000000003,0],[10.86616,48.884540000000015,0],[10.865890000000002,48.884739999999994,0],[10.86549,48.88538,0],[10.86281,48.884709999999984,0],[10.861789999999997,48.884479999999996,0],[10.86089,48.88434999999998,0],[10.85937,48.88425000000001,0],[10.858939999999999,48.88425000000001,0],[10.85874,48.884209999999996,0],[10.85766,48.884389999999996,0],[10.857060000000002,48.884900000000044,0],[10.85682,48.884859999999975,0],[10.8555,48.884829999999965,0],[10.854930000000001,48.884709999999984,0],[10.85331,48.88459000000003,0],[10.85314,48.885050000000035,0],[10.85316,48.88532000000001,0],[10.85327,48.885729999999995,0],[10.85351,48.88622000000004,0],[10.85379,48.88650000000001,0],[10.85411,48.88665,0],[10.85455,48.886979999999994,0],[10.85462,48.88699,0],[10.85497,48.8869,0],[10.85514,48.88689000000002,0],[10.85552,48.88695999999999,0],[10.855790000000002,48.88708,0],[10.85599,48.887310000000014,0],[10.8562,48.887850000000014,0],[10.85659,48.888329999999996,0],[10.85688,48.88853,0],[10.85731,48.888720000000006,0],[10.85642,48.88905999999997,0],[10.85583,48.88922000000002,0],[10.855399999999998,48.88942,0],[10.854999999999999,48.889520000000005,0],[10.85448,48.889909999999986,0],[10.85501,48.89043000000001,0],[10.855300000000002,48.89062000000001,0],[10.85577,48.89086,0],[10.856489999999999,48.89097000000001,0],[10.857000000000001,48.89075,0],[10.8571,48.89085000000003,0],[10.85775,48.89071999999999,0],[10.85922,48.88996,0],[10.86014,48.88962000000001,0],[10.86131,48.890559999999994,0],[10.86156,48.89081999999999,0],[10.861650000000001,48.89116000000001,0],[10.86167,48.89161999999999,0],[10.8615,48.89242999999999,0],[10.86126,48.892949999999956,0],[10.86119,48.893309999999985,0],[10.86159,48.89326999999997,0],[10.861910000000002,48.89374000000004,0],[10.86283,48.89317,0],[10.86367,48.89341000000002,0],[10.863689999999998,48.893519999999995,0],[10.8614,48.89431999999999,0],[10.86103,48.89438999999999,0],[10.860909999999999,48.89444999999998,0],[10.86072,48.89456999999999,0],[10.8611,48.895039999999995,0],[10.86064,48.89506000000003,0],[10.859419999999998,48.89518000000001,0],[10.85848,48.89537000000004,0],[10.857870000000002,48.89544000000001,0],[10.857600000000001,48.89551000000003,0],[10.85621,48.895970000000005,0],[10.85375,48.89699999999999,0],[10.85348,48.896919999999994,0],[10.85342,48.89658,0],[10.84907,48.895430000000005,0],[10.8489,48.89577,0],[10.84878,48.89583999999999,0],[10.84445,48.89533,0],[10.8443,48.89619999999999,0],[10.84396,48.896319999999974,0],[10.842720000000002,48.89633999999998,0],[10.842380000000002,48.89631,0],[10.84214,48.896330000000006,0],[10.84116,48.896540000000016,0],[10.83977,48.896510000000006,0],[10.839409999999999,48.89654999999999,0],[10.83864,48.89650000000003,0],[10.8378,48.896319999999974,0],[10.83697,48.896240000000006,0],[10.836400000000001,48.89598999999998,0],[10.83602,48.89610999999999,0],[10.83468,48.8963,0],[10.83431,48.897009999999995,0],[10.83366,48.89808000000002,0],[10.83336,48.89845,0],[10.83278,48.89899,0],[10.832620000000002,48.89918,0],[10.83286,48.89969000000002,0],[10.83253,48.89971,0],[10.83204,48.899879999999996,0],[10.831420000000001,48.89992999999998,0],[10.83112,48.900030000000044,0],[10.83081,48.89956000000001,0],[10.83074,48.89932999999999,0],[10.8308,48.89891,0],[10.830980000000002,48.89869999999999,0],[10.83104,48.898439999999994,0],[10.831540000000002,48.89777000000001,0],[10.83178,48.89786000000001,0],[10.83217,48.897549999999995,0],[10.83218,48.89721,0],[10.833350000000001,48.89633999999998,0],[10.83358,48.896079999999984,0],[10.8336,48.89588999999998,0],[10.83344,48.89564999999999,0],[10.832950000000002,48.895340000000004,0],[10.832389999999998,48.89571999999998,0],[10.83242,48.895849999999996,0],[10.83266,48.89598999999998,0],[10.83178,48.89650000000003,0],[10.830980000000002,48.89598000000001,0],[10.83054,48.89583999999999,0],[10.83106,48.895219999999995,0],[10.83047,48.895080000000036,0],[10.829779999999998,48.89510000000001,0],[10.8287,48.895430000000005,0],[10.828079999999998,48.895550000000014,0],[10.82822,48.895790000000005,0],[10.82741,48.895939999999996,0],[10.82718,48.89553000000001,0],[10.82622,48.89586,0],[10.82541,48.89602999999997,0],[10.82479,48.896119999999996,0],[10.825029999999998,48.896660000000026,0],[10.824770000000001,48.89712,0],[10.82471,48.897489999999976,0],[10.82432,48.897249999999985,0],[10.8239,48.89814000000001,0],[10.82347,48.89819,0],[10.823410000000003,48.89842999999999,0],[10.82153,48.89842999999999,0],[10.82075,48.898529999999994,0],[10.81978,48.898540000000025,0],[10.81962,48.89918,0],[10.81953,48.89938000000001,0],[10.8186,48.900800000000004,0],[10.81837,48.901309999999995,0],[10.8176,48.901219999999995,0],[10.815159999999999,48.90120999999999,0],[10.81497,48.90133,0],[10.814399999999997,48.90195,0],[10.81417,48.90252000000001,0],[10.81418,48.90289000000001,0],[10.81335,48.90329,0],[10.8125,48.90332000000001,0],[10.81244,48.90393000000003,0],[10.8122,48.90437,0],[10.811740000000002,48.90487000000002,0],[10.81103,48.905249999999995,0],[10.81038,48.90550999999999,0],[10.80957,48.90577999999999,0],[10.80894,48.90608,0],[10.80865,48.90644,0],[10.80832,48.90707999999998,0],[10.807949999999998,48.90765999999999,0],[10.80924,48.90810000000002,0],[10.8096,48.90832,0],[10.81111,48.90868999999998,0],[10.81216,48.90875,0],[10.81365,48.90902,0],[10.81472,48.90915000000001,0],[10.81501,48.90908999999996,0],[10.815489999999999,48.90916999999999,0],[10.81591,48.909280000000024,0],[10.81626,48.90929,0],[10.81744,48.90966,0],[10.81853,48.90992,0],[10.818869999999999,48.90996999999999,0],[10.81988,48.91002000000003,0],[10.820510000000002,48.910000000000025,0],[10.8208,48.91023000000001,0],[10.82119,48.91066000000001,0],[10.82096,48.91088000000002,0],[10.82116,48.91127,0],[10.8216,48.911850000000015,0],[10.822110000000002,48.91156999999998,0],[10.823410000000003,48.91263000000001,0],[10.824259999999999,48.91317000000001,0],[10.82511,48.913790000000006,0],[10.82601,48.91334999999998,0],[10.826439999999998,48.913670000000025,0],[10.82706,48.913970000000006,0],[10.82794,48.91433000000001,0],[10.82837,48.914660000000026,0],[10.82848,48.914780000000036,0],[10.82849,48.91490999999999,0],[10.82842,48.915040000000005,0],[10.827710000000002,48.91566999999998,0],[10.82758,48.91588999999999,0],[10.829489999999998,48.91626000000002,0],[10.82984,48.91629000000003,0],[10.830309999999999,48.91596000000001,0],[10.830610000000002,48.915599999999955,0],[10.83101,48.91485,0],[10.83104,48.91445999999999,0],[10.83099,48.91408000000001,0],[10.830610000000002,48.91351,0],[10.83204,48.913250000000005,0],[10.832599999999998,48.91311999999999,0],[10.83229,48.91368,0],[10.83234,48.91435000000001,0],[10.83222,48.91487000000001,0],[10.83204,48.915250000000015,0],[10.83155,48.91606999999999,0],[10.830859999999998,48.917040000000014,0],[10.83055,48.91766999999999,0],[10.83013,48.91839999999999,0],[10.82915,48.91829999999999,0],[10.82849,48.918440000000004,0],[10.828409999999998,48.91863000000001,0],[10.82929,48.91863000000001,0],[10.82972,48.918819999999954,0],[10.82955,48.91998000000001,0],[10.82937,48.92051000000001,0],[10.829379999999999,48.921099999999996,0],[10.8275,48.92108999999999,0],[10.82728,48.92117999999999,0],[10.82722,48.921249999999986,0],[10.82782,48.92313999999999,0],[10.82795,48.923839999999984,0],[10.827959999999997,48.923970000000025,0],[10.827830000000002,48.92405999999997,0],[10.82778,48.924210000000016,0],[10.82782,48.924769999999995,0],[10.82775,48.92536000000001,0],[10.82718,48.926789999999954,0],[10.82666,48.92761999999999,0],[10.82635,48.92820000000003,0],[10.82625,48.92846,0],[10.8262,48.928769999999986,0],[10.82622,48.92909,0],[10.82616,48.92940999999999,0],[10.82552,48.931190000000015,0],[10.824699999999998,48.931460000000015,0],[10.823769999999998,48.931610000000006,0],[10.82327,48.931749999999994,0],[10.82055,48.93267,0],[10.81967,48.93284000000003,0],[10.81832,48.93317999999999,0],[10.81918,48.93324999999999,0],[10.82031,48.933539999999994,0],[10.82145,48.93370999999999,0],[10.822249999999999,48.93411999999998,0],[10.821990000000001,48.93440000000001,0],[10.8215,48.93481,0],[10.821060000000001,48.93495999999996,0],[10.82031,48.93505999999999,0],[10.81967,48.93524999999997,0],[10.8183,48.93544,0],[10.817119999999997,48.935430000000025,0],[10.81678,48.935370000000006,0],[10.8157,48.935269999999974,0],[10.8147,48.93531999999999,0],[10.8145,48.935850000000016,0],[10.81402,48.93664000000001,0],[10.8122,48.9366,0],[10.811970000000002,48.93690999999998,0],[10.81297,48.937160000000006,0],[10.81194,48.93797000000001,0],[10.81179,48.938379999999995,0],[10.81187,48.938860000000005,0],[10.812080000000002,48.939040000000006,0],[10.81237,48.93949999999998,0],[10.81299,48.940139999999985,0],[10.81383,48.94060999999999,0],[10.81481,48.94091,0],[10.815460000000002,48.941010000000006,0],[10.81521,48.94130000000001,0],[10.81435,48.942110000000014,0],[10.81428,48.94227999999998,0],[10.81462,48.942319999999995,0],[10.81573,48.94257999999999,0],[10.81684,48.942920000000015,0],[10.817339999999998,48.94300999999999,0],[10.81715,48.94358,0],[10.81693,48.944030000000026,0],[10.81678,48.944199999999995,0],[10.81619,48.94458,0],[10.81536,48.94490999999999,0],[10.81458,48.94540000000001,0],[10.81449,48.94578999999999,0],[10.81612,48.94707,0],[10.816430000000002,48.947220000000016,0],[10.81658,48.94744,0],[10.817090000000002,48.94731999999999,0],[10.81748,48.94774000000001,0],[10.817680000000001,48.94829999999999,0],[10.817570000000002,48.94884999999999,0],[10.8174,48.94931,0],[10.817090000000002,48.94933,0],[10.81707,48.94900999999999,0],[10.816720000000002,48.94821000000002,0],[10.816079999999998,48.94767999999999,0],[10.81528,48.94815,0],[10.81488,48.948440000000005,0],[10.81451,48.94860000000003,0],[10.81395,48.94896,0],[10.813519999999999,48.948710000000034,0],[10.81337,48.94838999999999,0],[10.81318,48.94825,0],[10.81287,48.94809999999998,0],[10.81198,48.947419999999994,0],[10.8118,48.94731999999999,0],[10.811520000000002,48.94725,0],[10.81054,48.947540000000004,0],[10.80998,48.94809999999998,0],[10.809209999999998,48.94860000000003,0],[10.808260000000002,48.94884999999999,0],[10.807839999999999,48.94919999999996,0],[10.80772,48.94938000000002,0],[10.807509999999999,48.94936999999999,0],[10.80528,48.94837000000001,0],[10.804529999999998,48.94773000000001,0],[10.80401,48.94717,0],[10.803830000000001,48.94691999999998,0],[10.80426,48.94668999999999,0],[10.80407,48.94592,0],[10.80404,48.94561999999999,0],[10.80374,48.94524999999999,0],[10.80309,48.94487000000004,0],[10.803280000000003,48.94469000000001,0],[10.803529999999999,48.944349999999986,0],[10.80362,48.944289999999995,0],[10.803790000000001,48.944019999999995,0],[10.80369,48.94364999999999,0],[10.80363,48.94360000000003,0],[10.80318,48.94344000000004,0],[10.80269,48.94359,0],[10.8025,48.94362000000004,0],[10.8019,48.94355999999999,0],[10.80145,48.94340999999997,0],[10.80132,48.94340999999997,0],[10.80059,48.94297999999998,0],[10.800219999999998,48.94271999999998,0],[10.799849999999998,48.94252,0],[10.79943,48.942350000000005,0],[10.79916,48.94193999999999,0],[10.79898,48.941159999999996,0],[10.798849999999998,48.94084000000004,0],[10.797919999999998,48.940650000000005,0],[10.79747,48.94067000000001,0],[10.79708,48.94085999999999,0],[10.79682,48.94110999999998,0],[10.796740000000002,48.94126,0],[10.796509999999998,48.94136,0],[10.79627,48.941509999999965,0],[10.79747,48.94202999999999,0],[10.79878,48.94247000000004,0],[10.79847,48.94290000000004,0],[10.79796,48.94293999999999,0],[10.79511,48.94290000000004,0],[10.79481,48.94279,0],[10.794869999999998,48.94271999999998,0],[10.79486,48.942589999999996,0],[10.79458,48.94188,0],[10.79437,48.94153,0],[10.7942,48.94130000000001,0],[10.79383,48.94095999999999,0],[10.79368,48.94076999999996,0],[10.79353,48.940500000000014,0],[10.79353,48.94033000000002,0],[10.793289999999999,48.94038999999998,0],[10.79285,48.939490000000006,0],[10.79273,48.93941000000001,0],[10.79241,48.939370000000025,0],[10.79187,48.93938,0],[10.791510000000002,48.939539999999994,0],[10.79142,48.939610000000016,0],[10.790829999999998,48.93980000000002,0],[10.79006,48.939959999999985,0],[10.78919,48.94004000000001,0],[10.78856,48.94004000000001,0],[10.788200000000002,48.939989999999995,0],[10.78808,48.93983,0],[10.787779999999998,48.93925999999999,0],[10.787569999999999,48.938680000000005,0],[10.78726,48.93815000000001,0],[10.78687,48.93772000000001,0],[10.7867,48.937219999999996,0],[10.78642,48.936890000000005,0],[10.785900000000002,48.93663000000004,0],[10.78499,48.93627000000001,0],[10.78288,48.935130000000015,0],[10.782080000000002,48.93437,0],[10.78165,48.93382,0],[10.781459999999997,48.93366,0],[10.78107,48.93336999999997,0],[10.77941,48.93226999999999,0],[10.77819,48.931280000000044,0],[10.776499999999999,48.930139999999994,0],[10.776,48.929689999999994,0],[10.775650000000002,48.92923999999999,0],[10.77541,48.928830000000005,0],[10.7749,48.92875999999998,0],[10.77443,48.928499999999985,0],[10.77406,48.927670000000006,0],[10.77398,48.927159999999986,0],[10.77399,48.92660000000001,0],[10.77406,48.926300000000026,0],[10.77414,48.92609999999996,0],[10.774269999999998,48.92594,0],[10.774159999999998,48.92563999999996,0],[10.770659999999998,48.92648,0],[10.770150000000001,48.925520000000006,0],[10.770080000000002,48.92524,0],[10.77024,48.924949999999995,0],[10.77039,48.92482000000001,0],[10.77073,48.92475000000002,0],[10.770619999999997,48.92437000000001,0],[10.770850000000001,48.92415,0],[10.77218,48.92320999999998,0],[10.7725,48.922879999999964,0],[10.77287,48.922590000000014,0],[10.772559999999999,48.922439999999995,0],[10.77272,48.922169999999994,0],[10.77304,48.92188999999996,0],[10.77347,48.921369999999996,0],[10.77361,48.92132000000001,0],[10.77373,48.921069999999986,0],[10.77378,48.920770000000005,0],[10.77371,48.92073999999997,0],[10.7745,48.919970000000006,0],[10.775129999999999,48.920270000000016,0],[10.77544,48.92036999999999,0],[10.77577,48.92045000000002,0],[10.777,48.92062999999999,0],[10.77723,48.92070999999996,0],[10.778,48.92024000000001,0],[10.77839,48.92009999999999,0],[10.7786,48.92007000000001,0],[10.77803,48.91958999999997,0],[10.77792,48.919430000000006,0],[10.7777,48.91897,0],[10.777620000000002,48.91869,0],[10.77768,48.91828000000001,0],[10.77783,48.91789,0],[10.77786,48.91744000000003,0],[10.77796,48.91731999999999,0],[10.77805,48.91696000000002,0],[10.77643,48.91696999999999,0],[10.77637,48.91615999999999,0],[10.77398,48.916150000000044,0],[10.7724,48.91619,0],[10.7725,48.915790000000015,0],[10.770779999999998,48.91586000000004,0],[10.76917,48.91599999999997,0],[10.766139999999998,48.91610000000003,0],[10.76524,48.91631000000001,0],[10.76433,48.91684000000001,0],[10.76394,48.91735,0],[10.763799999999998,48.91799999999998,0],[10.76371,48.91811999999999,0],[10.763459999999998,48.91829000000001,0],[10.763089999999998,48.918409999999966,0],[10.7627,48.91847999999999,0],[10.76213,48.91855000000001,0],[10.762119999999998,48.91851,0],[10.76117,48.91865999999999,0],[10.76029,48.91892999999999,0],[10.75972,48.919190000000015,0],[10.75936,48.91939999999997,0],[10.75863,48.91994,0],[10.75813,48.92036000000002,0],[10.757639999999999,48.920920000000024,0],[10.757639999999999,48.92139,0],[10.75775,48.92187000000001,0],[10.75699,48.92206999999999,0],[10.756919999999997,48.92255,0],[10.75658,48.92356000000001,0],[10.756439999999998,48.92381000000003,0],[10.75562,48.923929999999984,0],[10.755549999999998,48.923970000000025,0],[10.75532,48.92457999999999,0],[10.75376,48.92470000000003,0],[10.753769999999998,48.925070000000005,0],[10.752619999999999,48.92502000000002,0],[10.752129999999998,48.924949999999995,0],[10.750879999999999,48.924980000000005,0],[10.75073,48.92518000000001,0],[10.750580000000001,48.92528999999999,0],[10.74895,48.92475000000002,0],[10.74749,48.924739999999986,0],[10.74622,48.924800000000005,0],[10.74533,48.924769999999995,0],[10.743889999999999,48.92510999999999,0],[10.74229,48.92525999999998,0],[10.741819999999999,48.925160000000005,0],[10.73937,48.92519999999999,0],[10.738300000000002,48.92509000000001,0],[10.73761,48.924939999999964,0],[10.737239999999998,48.924589999999995,0],[10.73688,48.92437000000001,0],[10.736469999999999,48.924210000000016,0],[10.736,48.92412999999999,0],[10.73553,48.92409999999998,0],[10.73511,48.924019999999985,0],[10.73473,48.924019999999985,0],[10.73459,48.924049999999994,0],[10.73516,48.92338999999998,0],[10.736,48.92281,0],[10.73653,48.92240000000001,0],[10.73671,48.922200000000004,0],[10.736909999999998,48.92188999999996,0],[10.73683,48.92133000000001,0],[10.7369,48.92085,0],[10.73713,48.920529999999985,0],[10.73676,48.919269999999955,0],[10.73674,48.91905,0],[10.73655,48.91869,0],[10.73622,48.91833,0],[10.736060000000002,48.91802000000001,0],[10.73607,48.91775999999999,0],[10.73581,48.91696000000002,0],[10.735539999999999,48.91655000000003,0],[10.73504,48.915599999999955,0],[10.734650000000002,48.915790000000015,0],[10.73417,48.91480999999999,0],[10.73474,48.91472999999999,0],[10.73467,48.91453000000001,0],[10.73427,48.91381000000001,0],[10.73421,48.9136,0],[10.73371,48.91345999999996,0],[10.73363,48.91261,0],[10.73264,48.912710000000004,0],[10.73188,48.91275000000002,0],[10.73189,48.91250000000002,0],[10.73136,48.911850000000015,0],[10.731420000000002,48.911009999999976,0],[10.73088,48.910319999999984,0],[10.73065,48.90989999999999,0],[10.730379999999998,48.909569999999974,0],[10.730269999999999,48.909280000000024,0],[10.73025,48.90900000000002,0],[10.72993,48.908770000000004,0],[10.72865,48.90836999999996,0],[10.72887,48.907700000000006,0],[10.72826,48.90630999999996,0],[10.72803,48.904529999999994,0],[10.727919999999997,48.90445,0],[10.727769999999998,48.90440000000001,0],[10.72724,48.90447,0],[10.72662,48.90463,0],[10.72636,48.90465000000003,0],[10.72517,48.904420000000016,0],[10.72456,48.90418999999997,0],[10.72407,48.90389000000002,0],[10.72382,48.90357,0],[10.72386,48.90318000000002,0],[10.72421,48.90249,0],[10.72431,48.90212,0],[10.72354,48.90235999999999,0],[10.72334,48.90239,0],[10.72326,48.90204,0],[10.72307,48.9006,0],[10.72254,48.90054000000001,0],[10.7222,48.900469999999984,0],[10.72201,48.900379999999984,0],[10.72108,48.90027999999998,0],[10.72063,48.90004999999999,0],[10.72022,48.8999,0],[10.719380000000001,48.89967999999999,0],[10.71712,48.89938999999998,0],[10.71576,48.89955000000003,0],[10.71412,48.89977999999999,0],[10.71413,48.900030000000044,0],[10.71374,48.90008,0],[10.71191,48.900319999999994,0],[10.7114,48.90015,0],[10.71136,48.90016,0],[10.711289999999998,48.90021999999999,0],[10.7111,48.900619999999975,0],[10.711019999999998,48.90099000000001,0],[10.71086,48.90234000000004,0],[10.711019999999998,48.90271000000001,0],[10.71107,48.90290999999999,0],[10.711019999999998,48.90377000000001,0],[10.711410000000003,48.903850000000006,0],[10.71109,48.904420000000016,0],[10.71059,48.90502000000001,0],[10.7097,48.905879999999996,0],[10.708839999999999,48.906620000000004,0],[10.7082,48.90729999999999,0],[10.70737,48.90778,0],[10.707060000000002,48.908090000000016,0],[10.70643,48.90800999999999,0],[10.70468,48.90765999999999,0],[10.704390000000002,48.90747999999999,0],[10.70455,48.90715,0],[10.704610000000002,48.90687,0],[10.70407,48.90665999999999,0],[10.703460000000002,48.90668000000002,0],[10.703310000000002,48.90673000000001,0],[10.7022,48.90649000000002,0],[10.70107,48.90617,0],[10.701029999999998,48.90613999999999,0],[10.701050000000002,48.90606,0],[10.70087,48.90583000000001,0],[10.700570000000003,48.905550000000005,0],[10.700179999999998,48.90523999999999,0],[10.6999,48.90511000000001,0],[10.69971,48.905100000000004,0],[10.69943,48.90530000000001,0],[10.698230000000002,48.90493000000001,0],[10.696590000000002,48.90435000000002,0],[10.696100000000001,48.90575999999999,0],[10.69887,48.90638999999999,0],[10.69854,48.90692999999999,0],[10.69806,48.90755999999999,0],[10.69797,48.907640000000015,0],[10.69765,48.907790000000006,0],[10.697319999999998,48.907880000000006,0],[10.696260000000002,48.90810000000002,0],[10.695500000000001,48.9083,0],[10.69434,48.908679999999976,0],[10.69318,48.90893,0],[10.69282,48.908979999999985,0],[10.691759999999999,48.90894,0],[10.691229999999997,48.90900999999997,0],[10.689819999999997,48.90924000000001,0],[10.688549999999998,48.909280000000024,0],[10.68844,48.909760000000006,0],[10.68787,48.910120000000006,0],[10.68705,48.91059000000001,0],[10.68657,48.91068999999999,0],[10.686080000000002,48.91064,0],[10.68464,48.91033999999999,0],[10.68424,48.91030000000001,0],[10.683780000000002,48.91031000000001,0],[10.68372,48.91078999999999,0],[10.683359999999999,48.911820000000006,0],[10.68275,48.91177999999999,0],[10.68291,48.911400000000015,0],[10.683099999999998,48.91078999999999,0],[10.68257,48.91050000000004,0],[10.68172,48.91023000000001,0],[10.678569999999999,48.90951000000001,0],[10.678430000000002,48.90979999999999,0],[10.677379999999998,48.91165999999998,0],[10.675600000000001,48.91111999999998,0],[10.675270000000001,48.91096999999996,0],[10.67489,48.91122999999999,0],[10.67535,48.91144,0],[10.67818,48.912289999999985,0],[10.67804,48.91257000000002,0],[10.67844,48.91266000000002,0],[10.67855,48.91279,0],[10.67863,48.91281000000001,0],[10.678639999999998,48.912769999999995,0],[10.67872,48.91276000000002,0],[10.67877,48.912780000000026,0],[10.67885,48.912980000000005,0],[10.67903,48.91302000000002,0],[10.67915,48.91315,0],[10.6794,48.91306,0],[10.67946,48.91306,0],[10.6796,48.91311999999999,0],[10.67979,48.91299000000001,0],[10.679910000000001,48.91308000000001,0],[10.68037,48.91306,0],[10.68056,48.91334999999998,0],[10.68068,48.913399999999996,0],[10.68089,48.91338999999999,0],[10.680950000000001,48.91351,0],[10.681089999999998,48.91364999999999,0],[10.68126,48.91368,0],[10.68135,48.91365999999999,0],[10.68153,48.91350000000003,0],[10.68159,48.913520000000005,0],[10.681619999999999,48.91365999999999,0],[10.681689999999998,48.91372000000001,0],[10.681320000000001,48.914289999999994,0],[10.68092,48.91469000000001,0],[10.680400000000002,48.915040000000005,0],[10.67949,48.91559000000001,0],[10.67877,48.91611,0],[10.67837,48.91636,0],[10.677309999999999,48.916870000000046,0],[10.67558,48.917609999999996,0],[10.67469,48.91814000000002,0],[10.673520000000002,48.91875999999999,0],[10.67265,48.91926000000001,0],[10.672029999999998,48.91969,0],[10.67172,48.91995,0],[10.67139,48.92039,0],[10.66998,48.92054999999999,0],[10.6699,48.92070999999996,0],[10.669770000000002,48.92214999999999,0],[10.66987,48.922360000000026,0],[10.67038,48.922390000000036,0],[10.67057,48.92381000000003,0],[10.67107,48.923659999999984,0],[10.671109999999999,48.92421999999996,0],[10.672359999999998,48.923970000000025,0],[10.67268,48.924120000000016,0],[10.67397,48.924829999999986,0],[10.6741,48.92544000000004,0],[10.67488,48.92545999999999,0],[10.67528,48.92554999999999,0],[10.67543,48.92564999999999,0],[10.67617,48.926409999999976,0],[10.67633,48.92663999999999,0],[10.67721,48.92663999999999,0],[10.677039999999998,48.927009999999996,0],[10.67714,48.92716999999999,0],[10.677269999999998,48.92725999999999,0],[10.67846,48.92783,0],[10.67916,48.92795000000001,0],[10.68003,48.92819,0],[10.68073,48.92849000000004,0],[10.68097,48.92863000000003,0],[10.6817,48.928889999999996,0],[10.68257,48.92896999999999,0],[10.68284,48.92904999999999,0],[10.68301,48.92919999999998,0],[10.68304,48.92952,0],[10.682989999999998,48.92988999999997,0],[10.68492,48.92967999999999,0],[10.68527,48.93061,0],[10.68545,48.930859999999996,0],[10.68597,48.93142,0],[10.68715,48.93281999999999,0],[10.68761,48.933099999999996,0],[10.68744,48.93392,0],[10.68746,48.93478999999999,0],[10.686369999999998,48.93504999999999,0],[10.68638,48.935389999999956,0],[10.68665,48.935599999999994,0],[10.68812,48.935670000000016,0],[10.68888,48.93552,0],[10.69134,48.934920000000005,0],[10.69162,48.93664000000001,0],[10.691279999999999,48.936800000000005,0],[10.69159,48.93803999999997,0],[10.69181,48.93860000000001,0],[10.691279999999999,48.93869000000001,0],[10.691240000000002,48.939370000000025,0],[10.69203,48.93939000000003,0],[10.69206,48.939929999999976,0],[10.69296,48.93986000000001,0],[10.69584,48.939370000000025,0],[10.697190000000003,48.9393,0],[10.70007,48.93902,0],[10.70061,48.93899999999999,0],[10.70109,48.94193000000001,0],[10.70164,48.94355999999999,0],[10.69822,48.94386,0],[10.69832,48.94454999999999,0],[10.695180000000002,48.94507999999999,0],[10.69497,48.94506000000001,0],[10.69361,48.944739999999996,0],[10.69331,48.944739999999996,0],[10.69076,48.944379999999995,0],[10.689379999999998,48.94432000000003,0],[10.68875,48.94415000000001,0],[10.689170000000003,48.94475000000003,0],[10.68933,48.94556,0],[10.68955,48.94573,0],[10.68926,48.948469999999986,0],[10.69174,48.94946999999999,0],[10.69197,48.949659999999966,0],[10.69222,48.94961000000001,0],[10.69233,48.94963000000001,0],[10.69252,48.951160000000016,0],[10.692419999999998,48.95191,0],[10.69391,48.9521,0],[10.69393,48.95375999999999,0],[10.69428,48.95379,0],[10.694290000000002,48.95400000000001,0],[10.694250000000002,48.95416,0],[10.693899999999998,48.954170000000005,0],[10.693690000000002,48.95551000000003,0],[10.69322,48.95715999999999,0],[10.69305,48.95747,0],[10.69254,48.95806999999999,0],[10.69221,48.95836,0],[10.69126,48.95787999999999,0],[10.69067,48.958529999999996,0],[10.69159,48.95898,0],[10.691489999999998,48.95909,0],[10.69107,48.959220000000016,0],[10.69126,48.95925,0],[10.69203,48.95949000000002,0],[10.692199999999998,48.95952,0],[10.69165,48.959719999999976,0],[10.691460000000001,48.95974000000004,0],[10.69071,48.95967999999999,0],[10.69032,48.95945000000003,0],[10.69009,48.959389999999985,0],[10.68892,48.95928999999998,0],[10.68795,48.95913999999999,0],[10.6878,48.95994999999999,0],[10.687600000000002,48.96037999999999,0],[10.68735,48.96070999999998,0],[10.68622,48.96170000000001,0],[10.68592,48.962199999999996,0],[10.68584,48.96248,0],[10.68514,48.96245999999999,0],[10.68334,48.963300000000004,0],[10.683579999999997,48.96348999999998,0],[10.68353,48.96359000000001,0],[10.68356,48.963700000000046,0],[10.683990000000001,48.96391999999997,0],[10.6842,48.964080000000024,0],[10.684849999999999,48.96421999999998,0],[10.68594,48.96430000000001,0],[10.685769999999998,48.96460999999999,0],[10.68543,48.96484000000001,0],[10.685190000000002,48.96473,0],[10.68488,48.96504999999996,0],[10.68468,48.96498,0],[10.68307,48.96467999999999,0],[10.68271,48.96458999999999,0],[10.682019999999998,48.96436,0],[10.6803,48.966260000000005,0],[10.679389999999998,48.96688,0],[10.67986,48.96727000000001,0],[10.67998,48.96744000000001,0],[10.67973,48.96780999999996,0],[10.67937,48.96808999999999,0],[10.67906,48.96824000000001,0],[10.678909999999998,48.96840999999998,0],[10.67917,48.96878000000001,0],[10.6794,48.969210000000004,0],[10.6794,48.969359999999995,0],[10.679360000000003,48.96947,0],[10.6792,48.96963000000002,0],[10.678789999999998,48.970200000000006,0],[10.6787,48.97063,0],[10.67827,48.97122000000002,0],[10.678079999999998,48.97155000000001,0],[10.67805,48.97198,0],[10.67809,48.97238999999999,0],[10.67782,48.97255000000001,0],[10.67732,48.97272000000001,0],[10.677039999999998,48.97283999999999,0],[10.67627,48.973299999999995,0],[10.6761,48.973360000000014,0],[10.67501,48.97355999999999,0],[10.67465,48.97424000000001,0],[10.674560000000001,48.97476,0],[10.674560000000001,48.97525000000002,0],[10.67464,48.975480000000005,0],[10.67477,48.975689999999986,0],[10.675120000000001,48.97558000000001,0],[10.67473,48.97604999999999,0],[10.67464,48.97649000000001,0],[10.674369999999998,48.97713999999999,0],[10.67463,48.97730999999999,0],[10.67473,48.97758000000002,0],[10.67488,48.97764999999998,0],[10.67329,48.97955999999999,0],[10.67247,48.979539999999986,0],[10.67253,48.98036000000002,0],[10.672359999999998,48.982380000000006,0],[10.66965,48.983689999999996,0],[10.66957,48.98432,0],[10.669179999999999,48.98440999999997,0],[10.66837,48.98445000000004,0],[10.666909999999998,48.98436000000001,0],[10.6666,48.98445000000004,0],[10.66619,48.984669999999966,0],[10.66604,48.98462000000001,0],[10.6658,48.984699999999975,0],[10.66538,48.984219999999965,0],[10.66521,48.98419000000001,0],[10.663160000000001,48.98468,0],[10.658509999999998,48.98567,0],[10.658409999999998,48.98563000000004,0],[10.65836,48.98554999999999,0],[10.65836,48.98413000000002,0],[10.65634,48.98392999999996,0],[10.655100000000001,48.98375999999999,0],[10.65426,48.983599999999996,0],[10.65307,48.985600000000034,0],[10.65205,48.985299999999995,0],[10.651689999999999,48.98522,0],[10.65122,48.98516000000001,0],[10.65126,48.98489000000001,0],[10.652250000000002,48.98320000000001,0],[10.65086,48.98292000000001,0],[10.64841,48.98236,0],[10.647109999999998,48.983689999999996,0],[10.64704,48.98383000000001,0],[10.64648,48.98365999999996,0],[10.646,48.98340999999999,0],[10.64366,48.98281,0],[10.64361,48.98274000000001,0],[10.64345,48.98230000000001,0],[10.64277,48.981840000000005,0],[10.64056,48.981539999999995,0],[10.64056,48.98166999999998,0],[10.64047,48.981750000000005,0],[10.64006,48.98183000000003,0],[10.640320000000001,48.98230000000001,0],[10.640700000000002,48.982770000000016,0],[10.64134,48.98335,0],[10.64341,48.98477,0],[10.64406,48.98543999999998,0],[10.64297,48.98584999999997,0],[10.641520000000002,48.98616999999999,0],[10.64091,48.98616999999999,0],[10.64007,48.98611,0],[10.63949,48.98615000000001,0],[10.63862,48.986320000000006,0],[10.63779,48.98654000000002,0],[10.63776,48.986519999999985,0],[10.63726,48.98674,0],[10.63552,48.987419999999986,0],[10.63539,48.98752999999999,0],[10.635379999999998,48.98769999999999,0],[10.63609,48.98885999999999,0],[10.63649,48.990549999999985,0],[10.63649,48.990880000000004,0],[10.636309999999998,48.99107000000001,0],[10.631420000000002,48.99211999999997,0],[10.631189999999998,48.99203,0],[10.6297,48.99233000000001,0],[10.62949,48.993210000000005,0],[10.62916,48.99435,0],[10.62926,48.99445,0],[10.62895,48.99567999999999,0],[10.62984,48.995919999999984,0],[10.63039,48.99597,0],[10.63146,48.99584999999999,0],[10.6323,48.99567999999999,0],[10.632750000000001,48.99561,0],[10.633969999999998,48.99565000000001,0],[10.634639999999997,48.99567999999999,0],[10.63488,48.99573000000001,0],[10.634529999999998,48.998429999999985,0],[10.6389,48.9983,0],[10.63894,48.99860000000001,0],[10.63893,48.9999,0],[10.638910000000001,49.00026,0],[10.63881,49.000609999999995,0],[10.638730000000002,49.00073000000003,0],[10.638609999999998,49.00077999999999,0],[10.638389999999998,49.001540000000006,0],[10.63758,49.001509999999996,0],[10.63719,49.00325000000001,0],[10.63792,49.00323,0],[10.63767,49.00451000000004,0],[10.63782,49.005240000000015,0],[10.63799,49.00555,0],[10.63813,49.00567000000001,0],[10.63868,49.00601,0],[10.63904,49.006339999999966,0],[10.6391,49.00659999999999,0],[10.63886,49.00792000000001,0],[10.640129999999997,49.00837999999999,0],[10.640289999999998,49.00847999999999,0],[10.64082,49.00916000000004,0],[10.64099,49.00949,0],[10.641179999999999,49.010009999999994,0],[10.64131,49.01024999999996,0],[10.641509999999998,49.01044999999999,0],[10.64186,49.01066,0],[10.64241,49.01089000000002,0],[10.64287,49.01098000000002,0],[10.64369,49.01107999999999,0],[10.643710000000002,49.01123999999996,0],[10.643629999999998,49.01182,0],[10.643519999999999,49.01202000000001,0],[10.64331,49.01216999999997,0],[10.64324,49.01233000000002,0],[10.64281,49.01238000000001,0],[10.64257,49.01243999999997,0],[10.64335,49.01320999999999,0],[10.642919999999998,49.01380000000003,0],[10.64287,49.01402999999999,0],[10.641989999999998,49.01441,0],[10.6412,49.01466000000002,0],[10.64169,49.01546999999999,0],[10.64237,49.01617999999999,0],[10.642359999999998,49.01644999999999,0],[10.642180000000002,49.01654000000002,0],[10.64209,49.016639999999995,0],[10.637199999999998,49.01612,0],[10.636759999999999,49.01699000000002,0],[10.63542,49.01670999999999,0],[10.63535,49.01656000000003,0],[10.63519,49.01650000000001,0],[10.635009999999998,49.01647,0],[10.633819999999998,49.016399999999976,0],[10.63367,49.01657,0],[10.633259999999998,49.01656000000003,0],[10.632190000000001,49.01665,0],[10.631149999999998,49.016580000000005,0],[10.62994,49.018219999999985,0],[10.62976,49.01817,0],[10.62772,49.020970000000005,0],[10.62667,49.020640000000014,0],[10.625909999999998,49.02035000000001,0],[10.62492,49.019900000000035,0],[10.62194,49.01866000000007,0],[10.62026,49.01783999999998,0],[10.6197,49.017690000000016,0],[10.61903,49.01736,0],[10.61848,49.01704000000001,0],[10.61833,49.016999999999996,0],[10.6182,49.01701,0],[10.61746,49.016520000000014,0],[10.616849999999998,49.01617999999999,0],[10.61565,49.01557,0],[10.614960000000002,49.01516000000001,0],[10.61472,49.01495000000003,0],[10.61416,49.01459,0],[10.61405,49.014219999999995,0],[10.61394,49.014219999999995,0],[10.61272,49.014640000000014,0],[10.61257,49.014759999999995,0],[10.6123,49.015240000000006,0],[10.61188,49.01544999999999,0],[10.61168,49.0155,0],[10.6114,49.01550999999998,0],[10.61122,49.01545999999999,0],[10.6107,49.01518999999999,0],[10.610400000000002,49.01490000000001,0],[10.610209999999999,49.01478999999998,0],[10.6102,49.014970000000034,0],[10.61043,49.01557,0],[10.61049,49.01603,0],[10.610689999999998,49.01653000000002,0],[10.61071,49.016729999999995,0],[10.61059,49.01715999999999,0],[10.61038,49.01743999999999,0],[10.610249999999999,49.01754,0],[10.61006,49.01794000000001,0],[10.609979999999998,49.01802000000001,0],[10.60979,49.01811000000001,0],[10.60944,49.018219999999985,0],[10.608870000000001,49.018320000000045,0],[10.60838,49.018279999999976,0],[10.60801,49.018129999999985,0],[10.60773,49.018069999999994,0],[10.60786,49.01800000000003,0],[10.60745,49.01800000000003,0],[10.60701,49.01796999999999,0],[10.60677,49.018039999999985,0],[10.60635,49.018279999999976,0],[10.606,49.01872,0],[10.60602,49.01910000000001,0],[10.606090000000002,49.01921999999999,0],[10.6061,49.01935,0],[10.60624,49.01952,0],[10.60668,49.019769999999994,0],[10.60677,49.019900000000035,0],[10.60707,49.02000000000001,0],[10.60719,49.02008000000001,0],[10.60684,49.02038999999999,0],[10.60622,49.02004000000002,0],[10.60582,49.019769999999994,0],[10.60561,49.01956999999999,0],[10.60547,49.01934,0],[10.60539,49.01907,0],[10.60538,49.0188,0],[10.60544,49.01848000000004,0],[10.605760000000002,49.01814999999999,0],[10.60655,49.01766000000001,0],[10.606900000000001,49.01760999999999,0],[10.607199999999999,49.017619999999994,0],[10.607199999999999,49.01734999999999,0],[10.607170000000002,49.017319999999984,0],[10.60655,49.01737,0],[10.60629,49.01736,0],[10.60628,49.017420000000016,0],[10.606339999999998,49.017480000000006,0],[10.60618,49.01754,0],[10.605970000000001,49.017330000000044,0],[10.60521,49.01799,0],[10.60515,49.01850999999999,0],[10.60521,49.018579999999986,0],[10.60517,49.01881,0],[10.60479,49.01899,0],[10.60466,49.01935,0],[10.60478,49.01953,0],[10.604560000000001,49.01959000000002,0],[10.60411,49.020340000000004,0],[10.604039999999998,49.02057999999997,0],[10.604529999999999,49.02065999999999,0],[10.60445,49.02080000000001,0],[10.60428,49.021030000000025,0],[10.603860000000001,49.021360000000016,0],[10.60351,49.021770000000004,0],[10.60327,49.02211,0],[10.60324,49.02220999999997,0],[10.60332,49.022339999999986,0],[10.602710000000002,49.02262000000002,0],[10.602359999999997,49.02292,0],[10.6019,49.02347,0],[10.60169,49.02394000000001,0],[10.60113,49.02413999999999,0],[10.60097,49.024220000000014,0],[10.60087,49.024339999999995,0],[10.60082,49.02459999999999,0],[10.60086,49.025199999999984,0],[10.600919999999999,49.025259999999975,0],[10.60141,49.02554000000001,0],[10.6016,49.02578,0],[10.60157,49.02600000000001,0],[10.60109,49.02686,0],[10.60106,49.02731,0],[10.601110000000002,49.02769000000001,0],[10.60103,49.02787999999998,0],[10.6009,49.028670000000005,0],[10.60031,49.02928,0],[10.60017,49.02948000000001,0],[10.60013,49.02966000000001,0],[10.60016,49.030219999999986,0],[10.60001,49.03061999999997,0],[10.59988,49.030789999999996,0],[10.599110000000001,49.031620000000004,0],[10.598670000000002,49.03188,0],[10.5982,49.03201999999999,0],[10.597100000000001,49.032220000000024,0],[10.59651,49.03256999999999,0],[10.59645,49.032629999999955,0],[10.596689999999999,49.03305,0],[10.596569999999998,49.03318999999999,0],[10.596220000000002,49.03336999999999,0],[10.5963,49.03349,0],[10.595990000000002,49.03372999999999,0],[10.59572,49.03423000000001,0],[10.595500000000001,49.03432000000001,0],[10.595390000000002,49.03432000000001,0],[10.594719999999999,49.03453999999999,0],[10.59411,49.03461999999999,0],[10.59371,49.03479999999996,0],[10.59322,49.03480999999999,0],[10.59246,49.034940000000006,0],[10.59201,49.03505999999999,0],[10.591489999999999,49.03527999999997,0],[10.590980000000002,49.03527999999997,0],[10.58943,49.03563,0],[10.587260000000002,49.035830000000004,0],[10.58688,49.03582,0],[10.58662,49.03593999999998,0],[10.586539999999998,49.03602999999998,0],[10.58632,49.03608,0],[10.58485,49.03591,0],[10.58423,49.03595999999999,0],[10.58371,49.03604999999999,0],[10.583429999999998,49.03602999999998,0],[10.58313,49.03596999999996,0],[10.582989999999999,49.03591,0],[10.58267,49.035709999999966,0],[10.58215,49.03549000000001,0],[10.58174,49.035259999999994,0],[10.581280000000001,49.03511,0],[10.58066,49.03501000000003,0],[10.580489999999998,49.03501000000003,0],[10.57988,49.03509,0],[10.57955,49.035169999999994,0],[10.579270000000001,49.035169999999994,0],[10.578679999999999,49.03511,0],[10.57816,49.03518,0],[10.57759,49.03532999999999,0],[10.57745,49.03549000000001,0],[10.57741,49.03567000000001,0],[10.57714,49.03572,0],[10.57693,49.03582,0],[10.576739999999997,49.03577999999999,0],[10.57658,49.03578999999999,0],[10.57639,49.03589000000002,0],[10.57622,49.035770000000014,0],[10.57598,49.03572,0],[10.575600000000001,49.03568999999999,0],[10.57486,49.035709999999966,0],[10.57466,49.03578999999999,0],[10.57392,49.034670000000006,0],[10.57486,49.03235000000001,0],[10.57539,49.03195000000002,0],[10.574790000000002,49.031769999999966,0],[10.574670000000001,49.03166999999999,0],[10.57383,49.032249999999976,0],[10.57312,49.032610000000005,0],[10.57266,49.032640000000015,0],[10.572469999999997,49.03314,0],[10.57102,49.03333000000001,0],[10.56874,49.03383000000002,0],[10.567609999999998,49.033979999999985,0],[10.56738,49.03390999999999,0],[10.56719,49.03360000000001,0],[10.566390000000002,49.03332,0],[10.56556,49.032669999999996,0],[10.56491,49.03201999999999,0],[10.56445,49.03219999999996,0],[10.565020000000002,49.032849999999996,0],[10.56534,49.03314,0],[10.565379999999998,49.03327999999999,0],[10.56399,49.0333,0],[10.56394,49.03361000000001,0],[10.5618,49.033660000000026,0],[10.55743,49.03396000000001,0],[10.55583,49.03414999999998,0],[10.555199999999997,49.03384,0],[10.554539999999998,49.033349999999956,0],[10.55424,49.033180000000044,0],[10.553829999999998,49.033289999999994,0],[10.55332,49.033259999999984,0],[10.553,49.03312,0],[10.55298,49.03301999999999,0],[10.55267,49.03269,0],[10.55227,49.03251999999998,0],[10.552059999999999,49.032280000000014,0],[10.551859999999998,49.031830000000014,0],[10.55129,49.031319999999965,0],[10.55073,49.03113999999999,0],[10.55022,49.03081,0],[10.54922,49.030579999999986,0],[10.54856,49.03012000000001,0],[10.548340000000001,49.02987999999999,0],[10.546930000000001,49.028719999999964,0],[10.54647,49.02843999999999,0],[10.54619,49.028130000000004,0],[10.54596,49.02767,0],[10.54602,49.02713,0],[10.54571,49.026729999999986,0],[10.54549,49.026170000000036,0],[10.545329999999998,49.02598999999998,0],[10.545120000000002,49.02535,0],[10.54587,49.02516,0],[10.54592,49.024879999999996,0],[10.54627,49.024669999999986,0],[10.54677,49.02444,0],[10.547939999999999,49.02395999999999,0],[10.54881,49.02372,0],[10.54933,49.02349000000001,0],[10.549789999999998,49.02345,0],[10.55086,49.02345,0],[10.5528,49.023529999999994,0],[10.55434,49.023439999999994,0],[10.554290000000002,49.02313000000001,0],[10.553460000000001,49.02315999999999,0],[10.55174,49.02311,0],[10.5503,49.02276999999998,0],[10.550310000000001,49.02251000000001,0],[10.55059,49.02235999999999,0],[10.551240000000002,49.02215999999996,0],[10.55166,49.02212,0],[10.55212,49.02184,0],[10.5521,49.02175,0],[10.55154,49.02161000000001,0],[10.550719999999998,49.021649999999994,0],[10.55013,49.02175,0],[10.54902,49.022099999999966,0],[10.54862,49.022449999999964,0],[10.54808,49.02268000000001,0],[10.54765,49.02280999999999,0],[10.5475,49.022999999999996,0],[10.54717,49.023120000000034,0],[10.54704,49.02325999999999,0],[10.5468,49.02296999999999,0],[10.54608,49.02305000000001,0],[10.545670000000001,49.02328,0],[10.545219999999999,49.02346,0],[10.544729999999998,49.02355,0],[10.54398,49.023840000000035,0],[10.54349,49.02408999999997,0],[10.54274,49.02395999999999,0],[10.54244,49.023810000000026,0],[10.5422,49.02341999999999,0],[10.54184,49.023300000000006,0],[10.54145,49.022999999999996,0],[10.54132,49.022850000000005,0],[10.54101,49.02283,0],[10.54078,49.02270999999999,0],[10.54031,49.022580000000005,0],[10.54016,49.022400000000005,0],[10.53975,49.022339999999986,0],[10.53963,49.022279999999995,0],[10.53957,49.022099999999966,0],[10.53909,49.02188000000001,0],[10.53909,49.02149,0],[10.53918,49.021209999999996,0],[10.5392,49.020869999999974,0],[10.53952,49.01978,0],[10.539510000000002,49.01925,0],[10.53941,49.01904999999999,0],[10.539400000000002,49.01856999999998,0],[10.539730000000002,49.018219999999985,0],[10.53978,49.01808,0],[10.54015,49.01786999999999,0],[10.54087,49.01728000000003,0],[10.54126,49.016760000000005,0],[10.54138,49.01644999999999,0],[10.541729999999998,49.01599999999999,0],[10.541949999999998,49.015919999999966,0],[10.54275,49.01536999999999,0],[10.542890000000002,49.015199999999965,0],[10.54319,49.014970000000034,0],[10.54307,49.014669999999995,0],[10.54267,49.01400000000001,0],[10.54253,49.01387,0],[10.54191,49.013469999999984,0],[10.54073,49.01277999999999,0],[10.54048,49.01267000000004,0],[10.53966,49.01250999999999,0],[10.54003,49.01220000000001,0],[10.541509999999999,49.011180000000024,0],[10.5427,49.010459999999995,0],[10.54221,49.010159999999985,0],[10.54334,49.0094,0],[10.54369,49.00967,0],[10.544750000000002,49.009000000000015,0],[10.54435,49.00874999999999,0],[10.54527,49.00810000000001,0],[10.54481,49.00746000000004,0],[10.54443,49.00712999999999,0],[10.54422,49.00705999999997,0],[10.54387,49.00702000000001,0],[10.54364,49.00702999999996,0],[10.54331,49.0068,0],[10.54308,49.006699999999995,0],[10.54171,49.00647000000001,0],[10.5414,49.006339999999966,0],[10.540909999999998,49.00606000000002,0],[10.54056,49.00592,0],[10.54024,49.005870000000016,0],[10.53856,49.00585000000001,0],[10.53714,49.006,0],[10.536,49.005949999999984,0],[10.53434,49.005780000000016,0],[10.532860000000001,49.00582,0],[10.53177,49.00601,0],[10.530809999999999,49.006249999999994,0],[10.53019,49.00653,0],[10.52973,49.00681000000003,0],[10.529069999999999,49.00731999999999,0],[10.52866,49.00744,0],[10.52785,49.00750999999997,0],[10.52698,49.00748999999996,0],[10.52614,49.00753999999998,0],[10.52548,49.00726,0],[10.5241,49.00728000000001,0],[10.52208,49.00716,0],[10.52169,49.00715000000005,0],[10.52049,49.00722999999999,0],[10.52017,49.00720000000001,0],[10.51955,49.00734,0],[10.51956,49.00758999999999,0],[10.51833,49.007829999999984,0],[10.517700000000001,49.00815,0],[10.51752,49.00829999999999,0],[10.51736,49.008489999999995,0],[10.51715,49.008460000000014,0],[10.51702,49.008399999999995,0],[10.51705,49.00802999999999,0],[10.51695,49.00757999999999,0],[10.51672,49.00702000000001,0],[10.51569,49.006280000000004,0],[10.51472,49.006339999999966,0],[10.51387,49.00635,0],[10.511810000000002,49.006219999999985,0],[10.51123,49.00627,0],[10.51075,49.00635,0],[10.5105,49.00652000000002,0],[10.50987,49.00650000000002,0],[10.508449999999998,49.00620000000001,0],[10.50696,49.00609000000003,0],[10.506530000000001,49.00601,0],[10.506069999999998,49.00599,0],[10.50568,49.006,0],[10.50468,49.00614999999999,0],[10.50442,49.006249999999994,0],[10.50408,49.00630999999996,0],[10.50339,49.006370000000004,0],[10.502559999999999,49.00656000000001,0],[10.501660000000001,49.00684000000004,0],[10.50067,49.00755000000001,0],[10.50053,49.00774000000001,0],[10.50035,49.00767999999999,0],[10.50047,49.00738999999999,0],[10.500850000000002,49.007000000000005,0],[10.50116,49.00635,0],[10.5015,49.00603000000001,0],[10.500780000000002,49.00599,0],[10.499440000000002,49.006050000000016,0],[10.49856,49.007000000000005,0],[10.49849,49.00748999999996,0],[10.49825,49.00797,0],[10.49808,49.008520000000004,0],[10.49763,49.00931,0],[10.49644,49.00943000000001,0],[10.49621,49.0094,0],[10.49554,49.0094,0],[10.49538,49.009479999999996,0],[10.49511,49.00955000000002,0],[10.49451,49.009630000000016,0],[10.49392,49.00986000000003,0],[10.493720000000001,49.010099999999994,0],[10.49333,49.010279999999995,0],[10.49227,49.01062000000002,0],[10.49207,49.01083,0],[10.49153,49.011150000000015,0],[10.490820000000001,49.01141000000001,0],[10.490380000000002,49.01149000000004,0],[10.48984,49.01169999999999,0],[10.48939,49.01177999999999,0],[10.488879999999998,49.011799999999994,0],[10.48877,49.01176000000004,0],[10.48842,49.01152999999999,0],[10.48821,49.01095000000001,0],[10.48764,49.01003,0],[10.487539999999997,49.00972999999999,0],[10.48771,49.00913,0],[10.4865,49.00916000000004,0],[10.48601,49.00911999999997,0],[10.48419,49.00889000000001,0],[10.48407,49.008820000000014,0],[10.4839,49.00862000000001,0],[10.4834,49.0086,0],[10.48218,49.00878,0],[10.4808,49.00907999999998,0],[10.48074,49.00911999999997,0],[10.47966,49.01033000000001,0],[10.4787,49.01065,0],[10.4784,49.01066,0],[10.4781,49.01089000000002,0],[10.477670000000002,49.01105000000001,0],[10.47715,49.011180000000024,0],[10.47627,49.01134999999999,0],[10.47521,49.01147000000003,0],[10.47401,49.01152999999999,0],[10.47182,49.01171999999997,0],[10.46957,49.01178999999999,0],[10.46927,49.01176000000004,0],[10.46916,49.01160999999999,0],[10.46989,49.01087000000001,0],[10.46992,49.010760000000005,0],[10.46938,49.010729999999995,0],[10.46709,49.01024999999996,0],[10.46652,49.01017999999999,0],[10.46605,49.01024999999996,0],[10.46549,49.01027000000002,0],[10.46328,49.00969999999998,0],[10.46243,49.00936999999999,0],[10.461629999999998,49.00898999999998,0],[10.46039,49.00891999999999,0],[10.45964,49.008939999999996,0],[10.459059999999997,49.00891999999999,0],[10.45873,49.00887000000003,0],[10.45859,49.00880999999998,0],[10.45854,49.00871999999998,0],[10.458770000000001,49.00811999999999,0],[10.458739999999999,49.00798,0],[10.458469999999998,49.007720000000035,0],[10.45813,49.00765000000001,0],[10.45727,49.00792999999999,0],[10.45625,49.00811999999999,0],[10.45597,49.008489999999995,0],[10.455920000000003,49.008790000000005,0],[10.4541,49.01044000000002,0],[10.45399,49.01048,0],[10.45328,49.01114000000001,0],[10.45319,49.01120000000003,0],[10.45223,49.01147000000003,0],[10.45122,49.00988000000001,0],[10.45178,49.00928000000002,0],[10.45143,49.009029999999996,0],[10.451680000000001,49.008910000000014,0],[10.45188,49.00873999999999,0],[10.45196,49.008579999999995,0],[10.452089999999998,49.00787,0],[10.45234,49.007349999999974,0],[10.45125,49.007349999999974,0],[10.45123,49.00757999999999,0],[10.451,49.00756999999999,0],[10.449849999999998,49.00753,0],[10.449849999999998,49.00729000000004,0],[10.44888,49.007270000000034,0],[10.4485,49.00722000000002,0],[10.44843,49.007450000000006,0],[10.44708,49.00722000000002,0],[10.447109999999999,49.00698,0],[10.44628,49.006860000000046,0],[10.4458,49.00684000000004,0],[10.4453,49.00648000000001,0],[10.44407,49.00614999999999,0],[10.44372,49.005979999999994,0],[10.44351,49.005780000000016,0],[10.443320000000002,49.005690000000016,0],[10.44268,49.005690000000016,0],[10.44245,49.00563,0],[10.44224,49.00552999999999,0],[10.44203,49.005510000000015,0],[10.44201,49.00534999999999,0],[10.441789999999997,49.004970000000014,0],[10.44174,49.00448000000003,0],[10.44164,49.00425999999999,0],[10.440760000000001,49.00398999999999,0],[10.44007,49.00362000000001,0],[10.439159999999998,49.00344999999999,0],[10.438119999999998,49.00287,0],[10.43757,49.002729999999985,0],[10.43593,49.00191000000004,0],[10.43451,49.00164000000001,0],[10.433929999999998,49.00171,0],[10.43342,49.00200000000001,0],[10.43325,49.00229999999999,0],[10.4335,49.002729999999985,0],[10.43391,49.00316999999998,0],[10.43424,49.00373999999999,0],[10.43424,49.003889999999984,0],[10.43406,49.004170000000016,0],[10.43374,49.004459999999966,0],[10.43347,49.004610000000014,0],[10.432769999999998,49.00457,0],[10.431809999999999,49.00447,0],[10.430290000000001,49.00421000000003,0],[10.42834,49.003780000000035,0],[10.427840000000002,49.00386,0],[10.42739,49.00379000000004,0],[10.42652,49.00380000000001,0],[10.42595,49.00371999999999,0],[10.42522,49.003690000000006,0],[10.42505,49.00364999999999,0],[10.42481,49.003889999999984,0],[10.42464,49.00416000000001,0],[10.42415,49.00402999999997,0],[10.42431,49.003829999999994,0],[10.424570000000001,49.00371000000001,0],[10.42452,49.00354999999996,0],[10.424620000000003,49.00337999999999,0],[10.42572,49.002430000000004,0],[10.42582,49.00226000000001,0],[10.427,49.001299999999986,0],[10.42741,49.00117,0],[10.42801,49.00110000000001,0],[10.428510000000001,49.00119000000001,0],[10.42927,49.00110000000001,0],[10.42971,49.000850000000014,0],[10.43009,49.00074999999998,0],[10.43013,49.00049999999996,0],[10.430109999999999,49.000230000000016,0],[10.43026,48.9999,0],[10.43024,48.99978999999999,0],[10.430209999999999,48.99968000000001,0],[10.428539999999998,48.99932000000001,0],[10.42748,48.998909999999995,0],[10.427,48.998790000000014,0],[10.426,48.9983,0],[10.42561,48.99806000000001,0],[10.42549,48.99785,0],[10.424389999999999,48.997450000000015,0],[10.42422,48.996910000000014,0],[10.42424,48.99588,0],[10.42415,48.99565000000001,0],[10.424790000000002,48.99468000000002,0],[10.42476,48.994489999999985,0],[10.42358,48.99382,0],[10.42322,48.99349999999998,0],[10.42269,48.993149999999986,0],[10.42213,48.99304999999998,0],[10.4215,48.9931,0],[10.42116,48.992790000000014,0],[10.42117,48.992549999999994,0],[10.42125,48.99240999999998,0],[10.42092,48.99195,0],[10.420999999999998,48.99180999999999,0],[10.42195,48.99072000000004,0],[10.42239,48.99027000000001,0],[10.42224,48.989990000000006,0],[10.422,48.989869999999996,0],[10.42258,48.98940999999999,0],[10.42337,48.98892999999998,0],[10.422650000000003,48.98837000000003,0],[10.42313,48.98814999999999,0],[10.423789999999999,48.98792,0],[10.42448,48.98774999999998,0],[10.42529,48.987629999999996,0],[10.425760000000002,48.987509999999986,0],[10.426719999999998,48.987329999999986,0],[10.4279,48.987300000000005,0],[10.42781,48.98597000000001,0],[10.42857,48.985960000000006,0],[10.42882,48.98606000000004,0],[10.42896,48.98595,0],[10.429140000000002,48.985569999999996,0],[10.42956,48.98559,0],[10.43113,48.98546999999999,0],[10.43108,48.983949999999965,0],[10.430850000000001,48.98383999999999,0],[10.43201,48.98389,0],[10.432920000000001,48.98397,0],[10.4323,48.983180000000004,0],[10.431589999999998,48.982039999999984,0],[10.43123,48.981570000000005,0],[10.43094,48.98122999999998,0],[10.430549999999998,48.98088999999999,0],[10.430410000000002,48.98097000000004,0],[10.43012,48.981030000000004,0],[10.42885,48.981179999999995,0],[10.42464,48.98192,0],[10.42373,48.981989999999996,0],[10.42222,48.982050000000015,0],[10.419940000000002,48.981810000000024,0],[10.41961,48.981810000000024,0],[10.419039999999999,48.981870000000015,0],[10.41837,48.98185000000001,0],[10.41756,48.982039999999984,0],[10.417139999999998,48.98195999999999,0],[10.41653,48.98196999999999,0],[10.41646,48.981719999999996,0],[10.416560000000002,48.981390000000005,0],[10.41555,48.981269999999995,0],[10.41426,48.98149000000001,0],[10.41383,48.98107999999999,0],[10.41394,48.98033000000001,0],[10.415190000000003,48.98039,0],[10.415499999999998,48.979690000000005,0],[10.41544,48.978909999999985,0],[10.41663,48.978819999999985,0],[10.417700000000002,48.97877,0],[10.4184,48.97880000000001,0],[10.41886,48.97899999999996,0],[10.41991,48.97933999999998,0],[10.42128,48.97919000000002,0],[10.42144,48.979119999999995,0],[10.4219,48.979089999999985,0],[10.422160000000002,48.97913,0],[10.42264,48.97913,0],[10.423789999999999,48.97908000000001,0],[10.42455,48.97885999999997,0],[10.42518,48.97873000000001,0],[10.42547,48.97874999999999,0],[10.425599999999998,48.97872000000001,0],[10.42732,48.97820999999999,0],[10.427379999999998,48.977390000000014,0],[10.426540000000001,48.977450000000005,0],[10.42595,48.977390000000014,0],[10.42567,48.97698,0],[10.42517,48.97708,0],[10.424599999999998,48.977509999999995,0],[10.424130000000002,48.97730999999999,0],[10.423339999999998,48.97824,0],[10.42258,48.978369999999984,0],[10.422160000000002,48.97841999999997,0],[10.42148,48.978459999999984,0],[10.42109,48.978350000000034,0],[10.42035,48.97840999999997,0],[10.420150000000001,48.978470000000016,0],[10.41877,48.978459999999984,0],[10.418300000000002,48.978489999999994,0],[10.41738,48.978459999999984,0],[10.41695,48.97839999999999,0],[10.41627,48.978489999999994,0],[10.41582,48.97839999999999,0],[10.41461,48.97845000000001,0],[10.41438,48.97838999999999,0],[10.414129999999998,48.978380000000016,0],[10.41417,48.97793999999999,0],[10.413529999999998,48.97784999999996,0],[10.413159999999998,48.97773999999998,0],[10.412759999999999,48.97748999999999,0],[10.412460000000001,48.97712999999999,0],[10.411829999999998,48.977090000000004,0],[10.41163,48.97710000000001,0],[10.41134,48.97716,0],[10.41058,48.97743,0],[10.410350000000001,48.97746000000001,0],[10.410570000000002,48.97758999999999,0],[10.41071,48.97761,0],[10.41126,48.97746999999998,0],[10.41144,48.97748999999999,0],[10.41194,48.9777,0],[10.41201,48.977959999999996,0],[10.412,48.978579999999994,0],[10.41025,48.97859,0],[10.410240000000002,48.97865999999999,0],[10.410159999999998,48.9787,0],[10.41011,48.978920000000016,0],[10.40998,48.97913,0],[10.40969,48.979389999999995,0],[10.40923,48.97964999999999,0],[10.40894,48.97989000000001,0],[10.40859,48.98038,0],[10.40724,48.980410000000006,0],[10.405970000000002,48.98034000000001,0],[10.405899999999999,48.98027999999999,0],[10.405820000000002,48.98029,0],[10.40543,48.981120000000004,0],[10.405330000000001,48.98149000000001,0],[10.40529,48.98187999999999,0],[10.40502,48.982380000000006,0],[10.403960000000001,48.98214999999999,0],[10.403960000000001,48.982309999999984,0],[10.40328,48.982140000000044,0],[10.40275,48.98205999999999,0],[10.402469999999997,48.982429999999994,0],[10.40193,48.98334,0],[10.402249999999999,48.98340999999999,0],[10.40171,48.98447999999999,0],[10.40123,48.986080000000015,0],[10.40069,48.98608999999999,0],[10.40031,48.98613,0],[10.39922,48.98719000000003,0],[10.398009999999998,48.98675,0],[10.39711,48.98665,0],[10.396529999999998,48.987329999999986,0],[10.395720000000003,48.98797999999999,0],[10.39529,48.9881,0],[10.39496,48.988249999999994,0],[10.39475,48.98840999999999,0],[10.39457,48.98885999999999,0],[10.39459,48.989390000000014,0],[10.394690000000002,48.989450000000005,0],[10.39488,48.98949999999999,0],[10.394900000000002,48.989689999999996,0],[10.39489,48.98978999999997,0],[10.39471,48.99005,0],[10.394690000000002,48.99024000000003,0],[10.3942,48.99007999999998,0],[10.39383,48.99002999999996,0],[10.3916,48.989990000000006,0],[10.391559999999998,48.989390000000014,0],[10.39065,48.98925,0],[10.38817,48.98906000000002,0],[10.38669,48.9888,0],[10.386209999999998,48.98874000000001,0],[10.38484,48.98863000000003,0],[10.384569999999998,48.98865999999998,0],[10.38421,48.98859999999999,0],[10.3838,48.98844,0],[10.3838,48.98820999999998,0],[10.3832,48.98827,0],[10.38211,48.98830000000001,0],[10.38156,48.98838000000001,0],[10.38114,48.98871,0],[10.38075,48.989120000000014,0],[10.3804,48.989419999999996,0],[10.37962,48.98992000000001,0],[10.37925,48.990200000000016,0],[10.378830000000002,48.99045000000001,0],[10.37868,48.990579999999994,0],[10.3794,48.99063000000001,0],[10.37984,48.99071000000001,0],[10.38075,48.99098000000001,0],[10.38184,48.99161000000001,0],[10.38135,48.99192999999997,0],[10.38207,48.99228000000002,0],[10.3822,48.99277000000001,0],[10.38228,48.99334999999999,0],[10.38203,48.994110000000006,0],[10.3828,48.994200000000035,0],[10.382650000000002,48.994489999999985,0],[10.381529999999998,48.995889999999974,0],[10.3812,48.99636000000001,0],[10.3807,48.996700000000004,0],[10.380819999999998,48.99725999999998,0],[10.38129,48.99790999999999,0],[10.381610000000002,48.998459999999994,0],[10.381789999999999,48.99928,0],[10.38119,48.999419999999986,0],[10.38076,48.999480000000005,0],[10.37986,48.99986000000001,0],[10.37943,49.00011999999998,0],[10.37939,49.00022000000001,0],[10.37784,48.999510000000015,0],[10.377439999999998,48.99996999999999,0],[10.37627,48.99959999999999,0],[10.37609,48.99959000000001,0],[10.375589999999999,49.00020000000001,0],[10.37478,49.001329999999996,0],[10.37462,49.001559999999984,0],[10.37462,49.001679999999965,0],[10.37427,49.001599999999996,0],[10.373960000000002,49.001739999999984,0],[10.37318,49.002729999999985,0],[10.37312,49.00271000000001,0],[10.37301,49.00280000000001,0],[10.372880000000002,49.00301999999999,0],[10.37287,49.00318999999999,0],[10.372909999999997,49.00334000000001,0],[10.373029999999998,49.00343000000001,0],[10.37274,49.00341,0],[10.37146,49.00325000000001,0],[10.37096,49.00313,0],[10.36978,49.00322,0],[10.36912,49.00335999999999,0],[10.368640000000001,49.00353999999999,0],[10.368690000000003,49.00364999999999,0],[10.36815,49.00376000000003,0],[10.366969999999998,49.00373999999999,0],[10.36582,49.00384,0],[10.36547,49.00385,0],[10.36466,49.00380000000001,0],[10.36301,49.003870000000006,0],[10.36184,49.00404,0],[10.36063,49.003960000000006,0],[10.35961,49.00395,0],[10.358689999999998,49.00402,0],[10.358700000000002,49.00470999999999,0],[10.35664,49.00460000000001,0],[10.35642,49.004459999999966,0],[10.356169999999999,49.00459000000001,0],[10.35407,49.00471999999999,0],[10.35408,49.004869999999954,0],[10.353829999999999,49.00534000000002,0],[10.35385,49.00555,0],[10.35457,49.006939999999986,0],[10.35441,49.006969999999995,0],[10.35456,49.007270000000034,0],[10.35477,49.00784999999999,0],[10.355160000000001,49.00841,0],[10.357610000000001,49.01152999999999,0],[10.35726,49.01146,0],[10.355459999999999,49.014489999999995,0],[10.35434,49.01393999999999,0],[10.35294,49.01531,0],[10.351379999999999,49.01454000000004,0],[10.34902,49.01516000000001,0],[10.348879999999998,49.01662999999999,0],[10.34792,49.017240000000015,0],[10.34641,49.017529999999965,0],[10.34549,49.01740000000001,0],[10.34553,49.01760999999999,0],[10.34542,49.018669999999986,0],[10.34604,49.01868000000002,0],[10.34594,49.01956999999999,0],[10.345850000000002,49.01962,0],[10.346000000000002,49.019630000000035,0],[10.34574,49.02051,0],[10.34619,49.02057999999997,0],[10.348809999999999,49.02078,0],[10.34879,49.02101999999999,0],[10.34919,49.021090000000015,0],[10.349270000000002,49.02188000000001,0],[10.34953,49.02184,0],[10.34955,49.02190000000002,0],[10.35055,49.021739999999994,0],[10.35059,49.02194000000003,0],[10.3507,49.021950000000004,0],[10.35072,49.022099999999966,0],[10.35111,49.02211,0],[10.351049999999999,49.02266000000003,0],[10.351120000000002,49.023060000000015,0],[10.35065,49.023090000000025,0],[10.350190000000001,49.023210000000006,0],[10.35005,49.02328,0],[10.3504,49.02482999999998,0],[10.35047,49.02489,0],[10.35022,49.0283,0],[10.350150000000001,49.02832999999998,0],[10.34968,49.02825999999996,0],[10.345560000000003,49.02818000000002,0],[10.34442,49.02803,0],[10.34431,49.02797000000001,0],[10.34416,49.02811,0],[10.34397,49.02804000000003,0],[10.343430000000001,49.027950000000004,0],[10.34328,49.02789999999999,0],[10.34288,49.02807999999999,0],[10.342580000000002,49.02811,0],[10.34174,49.02874000000003,0],[10.33963,49.02841000000001,0],[10.340160000000001,49.02767,0],[10.34027,49.02749,0],[10.34023,49.02744999999999,0],[10.33772,49.02734000000001,0],[10.337639999999999,49.02739,0],[10.33692,49.02741,0],[10.33677,49.02913000000001,0],[10.33662,49.029679999999985,0],[10.33583,49.03023000000002,0],[10.33531,49.03068999999999,0],[10.33511,49.03102000000001,0],[10.334369999999998,49.03143,0],[10.33347,49.03202999999999,0],[10.33291,49.032039999999995,0],[10.33281,49.031859999999995,0],[10.33246,49.031679999999994,0],[10.33224,49.03147999999996,0],[10.33216,49.03133,0],[10.33214,49.03107000000003,0],[10.332,49.03078000000002,0],[10.33189,49.030129999999986,0],[10.332150000000002,49.030010000000004,0],[10.33217,49.029889999999995,0],[10.33208,49.02964,0],[10.33208,49.029319999999984,0],[10.33217,49.028999999999996,0],[10.3325,49.02876999999998,0],[10.332659999999999,49.02853999999999,0],[10.33321,49.02807999999999,0],[10.333290000000002,49.02794,0],[10.333080000000002,49.02751000000001,0],[10.333070000000001,49.02722,0],[10.333219999999999,49.026759999999996,0],[10.33141,49.02662000000004,0],[10.331180000000002,49.02667999999997,0],[10.33112,49.026939999999996,0],[10.3313,49.027060000000006,0],[10.33135,49.027150000000006,0],[10.33131,49.02727999999999,0],[10.33146,49.0274,0],[10.33153,49.02776,0],[10.331249999999999,49.02793,0],[10.33142,49.028009999999995,0],[10.33139,49.02816999999999,0],[10.33112,49.028610000000015,0],[10.330850000000002,49.028719999999964,0],[10.33084,49.02876999999998,0],[10.33073,49.02875,0],[10.33061,49.02879000000004,0],[10.33044,49.02877999999998,0],[10.330429999999998,49.028819999999996,0],[10.33031,49.02883,0],[10.33022,49.02877999999998,0],[10.32992,49.02880999999999,0],[10.32973,49.02876999999998,0],[10.3296,49.028880000000015,0],[10.32962,49.02893000000003,0],[10.329540000000001,49.02897999999999,0],[10.32955,49.02902,0],[10.32948,49.02903999999998,0],[10.329470000000002,49.02906999999999,0],[10.329540000000001,49.02909,0],[10.32952,49.029120000000006,0],[10.3294,49.02915999999999,0],[10.32948,49.02915999999999,0],[10.329470000000002,49.02919000000003,0],[10.32929,49.02929,0],[10.32927,49.02936,0],[10.329210000000002,49.029349999999994,0],[10.3292,49.02940000000001,0],[10.328949999999999,49.029510000000045,0],[10.32893,49.029560000000004,0],[10.3288,49.02962000000002,0],[10.32872,49.029709999999994,0],[10.328649999999998,49.029690000000016,0],[10.328610000000001,49.02982,0],[10.328539999999998,49.02984000000001,0],[10.32856,49.02987999999999,0],[10.32853,49.02993000000001,0],[10.328400000000002,49.029960000000045,0],[10.32846,49.03002000000001,0],[10.328309999999998,49.03002000000001,0],[10.32827,49.030069999999995,0],[10.32814,49.030100000000004,0],[10.328130000000002,49.030129999999986,0],[10.327939999999998,49.030069999999995,0],[10.32792,49.030039999999985,0],[10.32775,49.030069999999995,0],[10.327690000000002,49.03,0],[10.32758,49.029319999999984,0],[10.32758,49.02744999999999,0],[10.32742,49.02699000000001,0],[10.32796,49.02682999999999,0],[10.329140000000002,49.026579999999996,0],[10.32896,49.02620000000002,0],[10.32868,49.025210000000015,0],[10.32918,49.02453999999997,0],[10.32899,49.02420000000001,0],[10.32823,49.024339999999995,0],[10.32793,49.025030000000015,0],[10.32783,49.024970000000025,0],[10.32776,49.024970000000025,0],[10.32751,49.025030000000015,0],[10.32729,49.025019999999984,0],[10.32711,49.02508,0],[10.3271,49.024640000000005,0],[10.32781,49.02445,0],[10.32777,49.02408999999997,0],[10.327130000000002,49.02424000000002,0],[10.327030000000002,49.02432999999996,0],[10.32688,49.02438999999998,0],[10.32625,49.02441999999999,0],[10.32602,49.02440999999999,0],[10.32629,49.02483999999998,0],[10.32619,49.02483999999998,0],[10.326090000000002,49.024910000000006,0],[10.32595,49.024970000000025,0],[10.32585,49.024970000000025,0],[10.32578,49.02494999999999,0],[10.325749999999998,49.024910000000006,0],[10.32577,49.0248,0],[10.32559,49.024779999999964,0],[10.32548,49.024809999999974,0],[10.32544,49.024850000000015,0],[10.32551,49.025000000000006,0],[10.325430000000003,49.025360000000006,0],[10.325230000000001,49.02543,0],[10.32485,49.025180000000006,0],[10.32463,49.02513999999999,0],[10.324559999999998,49.02517,0],[10.324559999999998,49.025300000000016,0],[10.324300000000001,49.02543,0],[10.324350000000003,49.02555000000001,0],[10.3242,49.025649999999956,0],[10.32405,49.02564000000001,0],[10.32399,49.02546000000001,0],[10.323820000000001,49.025379999999984,0],[10.32361,49.0256,0],[10.32343,49.025679999999994,0],[10.32314,49.025769999999994,0],[10.32294,49.025769999999994,0],[10.32287,49.025690000000026,0],[10.32301,49.02557999999999,0],[10.32295,49.025450000000006,0],[10.322859999999999,49.02544,0],[10.32278,49.0256,0],[10.32257,49.025679999999994,0],[10.32239,49.025800000000004,0],[10.32235,49.025859999999994,0],[10.32207,49.025890000000004,0],[10.321999999999997,49.02582000000001,0],[10.322120000000002,49.025739999999985,0],[10.321889999999998,49.02564000000001,0],[10.321659999999998,49.025660000000016,0],[10.32139,49.02543,0],[10.32114,49.02544,0],[10.321040000000002,49.02552,0],[10.32114,49.02561,0],[10.32112,49.02566999999996,0],[10.32102,49.02572000000001,0],[10.32077,49.02573000000004,0],[10.320729999999998,49.02587,0],[10.32056,49.02602000000002,0],[10.32049,49.02612000000002,0],[10.32046,49.02623,0],[10.320889999999999,49.026250000000005,0],[10.32045,49.02686,0],[10.31999,49.02762000000001,0],[10.31958,49.02812,0],[10.31875,49.02870999999999,0],[10.318300000000002,49.02868000000001,0],[10.31715,49.02852999999999,0],[10.316579999999998,49.028639999999996,0],[10.31632,49.02874000000003,0],[10.31611,49.028880000000015,0],[10.315169999999998,49.02933999999999,0],[10.31403,49.02967000000001,0],[10.31267,49.02991,0],[10.31167,49.03071,0],[10.31139,49.03106,0],[10.31111,49.03111000000001,0],[10.31009,49.03181000000001,0],[10.30913,49.03208000000001,0],[10.307599999999999,49.03124,0],[10.30703,49.03139999999999,0],[10.3059,49.03148999999999,0],[10.304659999999998,49.03165000000001,0],[10.30343,49.03151,0],[10.30254,49.03145000000001,0],[10.30254,49.03191000000001,0],[10.30245,49.03233,0],[10.30304,49.032340000000005,0],[10.3031,49.032370000000014,0],[10.30297,49.032899999999955,0],[10.30279,49.03322,0],[10.30274,49.033469999999994,0],[10.30297,49.03411,0],[10.30304,49.03460000000004,0],[10.30285,49.035830000000004,0],[10.3024,49.036610000000024,0],[10.30214,49.03757000000002,0],[10.30202,49.038299999999964,0],[10.30431,49.038110000000046,0],[10.3043,49.038250000000005,0],[10.30416,49.03823,0],[10.30383,49.03826000000001,0],[10.30347,49.03837999999999,0],[10.303250000000002,49.038490000000024,0],[10.30283,49.038790000000006,0],[10.302089999999998,49.03872999999996,0],[10.30194,49.03859,0],[10.3013,49.03933000000001,0],[10.30066,49.04043999999999,0],[10.29951,49.04083,0],[10.29771,49.041529999999995,0],[10.297449999999998,49.04170000000002,0],[10.295439999999997,49.04244,0],[10.29502,49.04252999999997,0],[10.29462,49.042429999999996,0],[10.29373,49.04232999999999,0],[10.29361,49.04199000000003,0],[10.293380000000003,49.04157000000001,0],[10.293120000000002,49.04119,0],[10.292850000000001,49.04092,0],[10.29236,49.04094999999998,0],[10.291370000000002,49.041330000000016,0],[10.2915,49.04149000000001,0],[10.291370000000002,49.04212000000001,0],[10.29144,49.04228999999998,0],[10.2911,49.042129999999986,0],[10.29094,49.041949999999986,0],[10.29082,49.04187000000002,0],[10.29077,49.04173,0],[10.29047,49.041330000000016,0],[10.29013,49.04104000000001,0],[10.28984,49.040880000000016,0],[10.28879,49.041079999999994,0],[10.28799,49.041319999999985,0],[10.28767,49.04128,0],[10.28738,49.041709999999995,0],[10.28729,49.04214000000002,0],[10.28744,49.04232999999999,0],[10.28756,49.04265000000001,0],[10.28792,49.0428,0],[10.287810000000002,49.04292000000001,0],[10.28752,49.04306,0],[10.28701,49.04284999999999,0],[10.28707,49.04283000000001,0],[10.28701,49.0428,0],[10.28702,49.04275999999999,0],[10.2872,49.04265000000001,0],[10.28715,49.04259999999999,0],[10.28724,49.042509999999965,0],[10.28712,49.042239999999964,0],[10.28703,49.042190000000005,0],[10.28702,49.042159999999996,0],[10.287089999999997,49.042159999999996,0],[10.28704,49.04207999999997,0],[10.28646,49.04205999999999,0],[10.286009999999997,49.04212000000001,0],[10.28551,49.04226000000003,0],[10.285499999999999,49.04196000000002,0],[10.28608,49.041799999999995,0],[10.28632,49.04139999999998,0],[10.28672,49.041150000000016,0],[10.28704,49.040869999999984,0],[10.28712,49.040659999999974,0],[10.28723,49.04057,0],[10.287429999999999,49.040610000000015,0],[10.28789,49.04053999999999,0],[10.288509999999999,49.040189999999996,0],[10.28813,49.03985,0],[10.287949999999999,49.039770000000004,0],[10.28741,49.03934000000001,0],[10.28699,49.03881000000001,0],[10.286470000000001,49.03844000000001,0],[10.286030000000002,49.03824,0],[10.285320000000002,49.03799000000001,0],[10.285169999999999,49.03778,0],[10.285119999999997,49.03746000000001,0],[10.284990000000002,49.037090000000006,0],[10.284760000000002,49.03662,0],[10.28438,49.036610000000024,0],[10.28363,49.036789999999996,0],[10.28332,49.03677999999999,0],[10.28311,49.036880000000025,0],[10.282820000000001,49.03710000000001,0],[10.282629999999997,49.03719000000001,0],[10.28228,49.03717,0],[10.28196,49.03727000000001,0],[10.2817,49.037289999999956,0],[10.28098,49.037499999999994,0],[10.28075,49.037530000000004,0],[10.28096,49.03762999999998,0],[10.280900000000003,49.03769,0],[10.27977,49.03793000000002,0],[10.279380000000002,49.03806000000003,0],[10.27864,49.03806000000003,0],[10.27773,49.03818000000001,0],[10.27699,49.03832,0],[10.27699,49.03883999999999,0],[10.27672,49.03933000000001,0],[10.276249999999997,49.03993000000003,0],[10.275579999999998,49.040189999999996,0],[10.27474,49.04067999999998,0],[10.27444,49.04093,0],[10.27495,49.04122000000001,0],[10.27571,49.04193000000001,0],[10.276330000000002,49.042249999999996,0],[10.27672,49.04239000000001,0],[10.277279999999998,49.04266000000001,0],[10.27673,49.04275999999999,0],[10.27524,49.04289,0],[10.27419,49.04302000000001,0],[10.27364,49.04300999999998,0],[10.273459999999998,49.04236,0],[10.272689999999999,49.04244,0],[10.272199999999998,49.04244,0],[10.27221,49.04302000000001,0],[10.271350000000002,49.04283000000001,0],[10.269819999999998,49.042730000000006,0],[10.26979,49.04312999999999,0],[10.2681,49.04300999999998,0],[10.2679,49.04343,0],[10.26729,49.043319999999994,0],[10.26703,49.04455999999999,0],[10.26689,49.04505000000003,0],[10.266460000000002,49.04496,0],[10.26601,49.044820000000016,0],[10.26582,49.0453,0],[10.26561,49.045270000000016,0],[10.26524,49.04529000000002,0],[10.26503,49.045199999999994,0],[10.264839999999998,49.04521,0],[10.26457,49.045169999999985,0],[10.26452,49.04518999999999,0],[10.26442,49.04515000000001,0],[10.264330000000001,49.045169999999985,0],[10.26424,49.04512,0],[10.26409,49.04509999999999,0],[10.26367,49.04490999999999,0],[10.263410000000002,49.04485,0],[10.26328,49.04474999999999,0],[10.26323,49.04464999999999,0],[10.2633,49.04445999999999,0],[10.2632,49.04435000000004,0],[10.26309,49.04433,0],[10.26305,49.04428999999999,0],[10.26298,49.04430000000002,0],[10.26284,49.04417000000001,0],[10.26272,49.04417000000001,0],[10.26265,49.044100000000014,0],[10.2626,49.04410999999996,0],[10.26254,49.044070000000005,0],[10.26241,49.04405,0],[10.26234,49.04399999999998,0],[10.26174,49.043830000000014,0],[10.26184,49.043709999999976,0],[10.26227,49.04343,0],[10.262619999999998,49.04314000000002,0],[10.26301,49.042550000000006,0],[10.26314,49.04221000000001,0],[10.26304,49.04218,0],[10.26255,49.04223000000002,0],[10.26177,49.04241999999999,0],[10.26133,49.04248999999999,0],[10.2609,49.042519999999996,0],[10.26066,49.04257999999999,0],[10.260070000000002,49.04314000000002,0],[10.259719999999998,49.04303999999999,0],[10.25941,49.042910000000006,0],[10.25934,49.04302999999999,0],[10.25884,49.04286999999999,0],[10.25848,49.04262,0],[10.25863,49.04228999999998,0],[10.25867,49.041240000000016,0],[10.25848,49.041139999999984,0],[10.25815,49.04108999999997,0],[10.257770000000002,49.041139999999984,0],[10.257400000000002,49.040729999999996,0],[10.257269999999998,49.04077000000001,0],[10.25685,49.04011,0],[10.256129999999999,49.03945999999996,0],[10.25505,49.03873999999996,0],[10.25417,49.03878000000003,0],[10.2522,49.03900999999999,0],[10.25273,49.03999999999999,0],[10.25155,49.04043999999999,0],[10.250410000000002,49.040670000000006,0],[10.25039,49.041030000000006,0],[10.2501,49.04187000000002,0],[10.24991,49.042129999999986,0],[10.249809999999998,49.042429999999996,0],[10.25054,49.04327000000001,0],[10.251520000000001,49.043830000000014,0],[10.25277,49.04440999999997,0],[10.25325,49.04417000000001,0],[10.25457,49.04375999999999,0],[10.2548,49.044010000000014,0],[10.25538,49.04444999999998,0],[10.25593,49.04444000000001,0],[10.25579,49.04474999999999,0],[10.25538,49.04536999999999,0],[10.25496,49.045810000000046,0],[10.25448,49.046189999999996,0],[10.25405,49.04683,0],[10.2537,49.04723000000001,0],[10.253090000000002,49.04773,0],[10.253160000000001,49.04790999999997,0],[10.2528,49.048100000000034,0],[10.25253,49.048310000000015,0],[10.25231,49.048569999999984,0],[10.252189999999999,49.048869999999994,0],[10.251859999999999,49.049440000000004,0],[10.25184,49.04957999999999,0],[10.251890000000001,49.04970000000003,0],[10.25211,49.04993000000002,0],[10.25257,49.05028999999999,0],[10.25333,49.050790000000006,0],[10.253559999999998,49.05099999999999,0],[10.25374,49.05098000000001,0],[10.25373,49.05108000000001,0],[10.2538,49.051109999999994,0],[10.253860000000001,49.05109999999996,0],[10.25385,49.051140000000004,0],[10.25405,49.05117999999999,0],[10.25404,49.05127999999999,0],[10.25411,49.05129000000002,0],[10.254149999999997,49.05135999999999,0],[10.254390000000003,49.05145999999999,0],[10.25447,49.05145999999999,0],[10.25489,49.05193,0],[10.25496,49.05208999999999,0],[10.25521,49.05208999999999,0],[10.255270000000001,49.052220000000005,0],[10.25531,49.05283,0],[10.25514,49.053750000000036,0],[10.254940000000001,49.054249999999996,0],[10.25533,49.054429999999996,0],[10.255500000000001,49.054010000000005,0],[10.25558,49.05340000000001,0],[10.25561,49.052809999999994,0],[10.25637,49.052779999999984,0],[10.25639,49.05286000000001,0],[10.257009999999998,49.05288999999999,0],[10.25706,49.053889999999996,0],[10.25719,49.053889999999996,0],[10.25731,49.05441999999999,0],[10.25748,49.05487999999997,0],[10.25749,49.055409999999995,0],[10.25763,49.05547999999999,0],[10.25732,49.057529999999986,0],[10.257280000000002,49.05914999999999,0],[10.25693,49.06027,0],[10.25663,49.06102999999999,0],[10.25651,49.06155000000001,0],[10.256679999999998,49.06157000000002,0],[10.256910000000001,49.060810000000004,0],[10.25716,49.06031999999999,0],[10.257400000000002,49.05969000000002,0],[10.25782,49.05981,0],[10.25841,49.059920000000005,0],[10.258610000000001,49.05969999999999,0],[10.25915,49.05975000000001,0],[10.25911,49.05982999999998,0],[10.25955,49.059939999999955,0],[10.26038,49.06029000000001,0],[10.26081,49.06040999999999,0],[10.26223,49.0607,0],[10.26191,49.061139999999966,0],[10.262520000000002,49.061170000000004,0],[10.2628,49.061210000000045,0],[10.263290000000001,49.06133,0],[10.26516,49.06164000000004,0],[10.265530000000002,49.061739999999986,0],[10.26551,49.06179,0],[10.26535,49.06205000000003,0],[10.264260000000002,49.06271000000001,0],[10.263630000000001,49.063170000000014,0],[10.262960000000001,49.06303,0],[10.2621,49.062749999999966,0],[10.261590000000002,49.06406000000001,0],[10.26135,49.06403,0],[10.26131,49.06412,0],[10.26149,49.064250000000015,0],[10.26101,49.06481000000002,0],[10.25923,49.06509,0],[10.25827,49.066720000000004,0],[10.258060000000002,49.06695000000002,0],[10.25822,49.067080000000004,0],[10.25836,49.067260000000005,0],[10.258749999999997,49.06729999999999,0],[10.25922,49.06743000000003,0],[10.25829,49.068340000000006,0],[10.25796,49.068730000000016,0],[10.25827,49.06882999999996,0],[10.25812,49.06939,0],[10.25827,49.0702,0],[10.25808,49.07023000000001,0],[10.25781,49.070190000000025,0],[10.25775,49.07021000000003,0],[10.257730000000002,49.07029,0],[10.25744,49.070310000000006,0],[10.257379999999998,49.070359999999994,0],[10.25726,49.07031999999998,0],[10.257130000000002,49.07033000000001,0],[10.25707,49.070269999999965,0],[10.25686,49.070269999999965,0],[10.25638,49.070430000000016,0],[10.25604,49.070449999999994,0],[10.255760000000002,49.070539999999994,0],[10.25403,49.07117999999997,0],[10.253399999999997,49.07151999999999,0],[10.25327,49.07159999999999,0],[10.253260000000001,49.071709999999996,0],[10.253079999999999,49.071879999999965,0],[10.25243,49.072299999999984,0],[10.25237,49.072310000000016,0],[10.25227,49.07243,0],[10.252189999999999,49.07245,0],[10.252050000000002,49.07256000000001,0],[10.25142,49.072749999999985,0],[10.25113,49.07278000000002,0],[10.25083,49.072900000000004,0],[10.25051,49.07293999999999,0],[10.248740000000002,49.073409999999996,0],[10.248549999999998,49.07345000000001,0],[10.248300000000002,49.07345000000001,0],[10.24782,49.073409999999996,0],[10.24635,49.07380999999998,0],[10.24607,49.07384999999999,0],[10.24592,49.07390000000001,0],[10.24595,49.07427999999999,0],[10.24559,49.07437999999999,0],[10.24394,49.074250000000006,0],[10.24359,49.07420000000002,0],[10.24371,49.07348000000002,0],[10.24394,49.07274000000001,0],[10.24248,49.07233000000002,0],[10.24184,49.07334,0],[10.24182,49.07364000000001,0],[10.2412,49.073589999999996,0],[10.240749999999998,49.07417000000001,0],[10.240120000000001,49.074160000000006,0],[10.239680000000002,49.07446999999999,0],[10.23948,49.07467,0],[10.23883,49.07453000000001,0],[10.23828,49.07449,0],[10.23765,49.07434000000001,0],[10.237340000000001,49.07425999999998,0],[10.23679,49.07397,0],[10.236329999999999,49.07388,0],[10.235370000000001,49.073890000000006,0],[10.23511,49.07422999999997,0],[10.234220000000002,49.07432,0],[10.23451,49.07503,0],[10.23454,49.07526999999999,0],[10.23446,49.07555000000002,0],[10.23402,49.076310000000035,0],[10.2344,49.07646,0],[10.23569,49.07676000000001,0],[10.23747,49.07724999999999,0],[10.23784,49.07751999999999,0],[10.23893,49.07848000000001,0],[10.23931,49.078749999999985,0],[10.23985,49.07936000000001,0],[10.240189999999998,49.07984999999999,0],[10.24043,49.080329999999975,0],[10.24073,49.081109999999995,0],[10.24083,49.08152000000001,0],[10.24087,49.08215000000004,0],[10.24192,49.08198999999999,0],[10.242609999999999,49.08208000000002,0],[10.24274,49.08206000000001,0],[10.24302,49.08152999999999,0],[10.2433,49.08112,0],[10.24252,49.08103,0],[10.241829999999998,49.08078999999998,0],[10.24139,49.080539999999985,0],[10.24122,49.08010999999999,0],[10.24115,49.07981000000001,0],[10.24115,49.079499999999996,0],[10.24155,49.07936000000001,0],[10.242090000000001,49.078959999999995,0],[10.242460000000001,49.078779999999995,0],[10.2431,49.07856000000001,0],[10.244,49.07849999999999,0],[10.24419,49.078900000000004,0],[10.24444,49.07996,0],[10.24589,49.079890000000006,0],[10.246869999999998,49.07975000000002,0],[10.24697,49.07975000000002,0],[10.24699,49.07978,0],[10.247100000000001,49.079830000000015,0],[10.24686,49.08070000000001,0],[10.24592,49.08043000000001,0],[10.24689,49.08112,0],[10.2472,49.08150999999998,0],[10.24728,49.08190999999999,0],[10.2473,49.08225999999999,0],[10.24727,49.082689999999985,0],[10.24708,49.08321000000001,0],[10.247260000000002,49.08327,0],[10.24718,49.08354,0],[10.24764,49.083549999999974,0],[10.24825,49.08363,0],[10.248140000000001,49.08389,0],[10.248,49.084599999999995,0],[10.24798,49.08552,0],[10.2481,49.086310000000026,0],[10.248209999999998,49.08661000000001,0],[10.249249999999998,49.086280000000016,0],[10.24974,49.08729999999997,0],[10.249589999999998,49.08732999999998,0],[10.25001,49.08794000000003,0],[10.250370000000002,49.08834999999999,0],[10.25049,49.08840000000001,0],[10.25031,49.08873,0],[10.25016,49.08915999999999,0],[10.25009,49.08969999999999,0],[10.250249999999998,49.09001000000001,0],[10.25061,49.09026,0],[10.25021,49.09099000000003,0],[10.25059,49.09127000000001,0],[10.2505,49.09142000000003,0],[10.25028,49.09156999999999,0],[10.24962,49.091830000000016,0],[10.24893,49.092190000000045,0],[10.24879,49.09151,0],[10.24775,49.09163000000001,0],[10.2478,49.09192999999996,0],[10.24798,49.09252000000001,0],[10.24938,49.09235000000001,0],[10.2504,49.09210999999999,0],[10.25047,49.092330000000004,0],[10.24974,49.09244000000001,0],[10.24968,49.092610000000036,0],[10.249710000000002,49.092870000000005,0],[10.24956,49.092929999999996,0],[10.249440000000002,49.092809999999986,0],[10.249220000000001,49.092749999999995,0],[10.2485,49.09289000000004,0],[10.24764,49.092989999999986,0],[10.24756,49.09255999999999,0],[10.24731,49.092060000000004,0],[10.24656,49.09223,0],[10.24521,49.091999999999985,0],[10.24545,49.09107,0],[10.24564,49.09064000000001,0],[10.24515,49.09065000000001,0],[10.24403,49.09058999999999,0],[10.243199999999998,49.09058999999999,0],[10.24319,49.090840000000014,0],[10.24338,49.09116,0],[10.24393,49.0917,0],[10.244129999999998,49.09197,0],[10.24426,49.09219999999999,0],[10.24445,49.092719999999986,0],[10.24386,49.09288000000001,0],[10.24277,49.09309999999999,0],[10.242759999999999,49.09272999999999,0],[10.242620000000002,49.092029999999994,0],[10.242,49.09216000000001,0],[10.24152,49.09210999999999,0],[10.24147,49.09205,0],[10.24132,49.09201999999999,0],[10.2409,49.091999999999985,0],[10.23877,49.09205,0],[10.2379,49.091999999999985,0],[10.23765,49.09127000000001,0],[10.23731,49.09109000000001,0],[10.23658,49.09082000000001,0],[10.235930000000002,49.090689999999995,0],[10.235100000000001,49.09046000000001,0],[10.23474,49.09094999999999,0],[10.23451,49.09142000000003,0],[10.2343,49.09205,0],[10.23388,49.09207000000001,0],[10.233499999999998,49.09205,0],[10.23299,49.09195999999997,0],[10.232359999999998,49.09179,0],[10.23238,49.09159,0],[10.23315,49.090270000000004,0],[10.23245,49.090329999999966,0],[10.23208,49.09026,0],[10.23142,49.09024000000002,0],[10.23086,49.09016,0],[10.23052,49.09001000000001,0],[10.22999,49.08989,0],[10.22959,49.08967999999999,0],[10.2293,49.08948000000001,0],[10.22892,49.08931999999999,0],[10.22865,49.08923999999999,0],[10.22803,49.08915999999999,0],[10.227130000000002,49.08937,0],[10.22655,49.08964,0],[10.226270000000001,49.08985000000001,0],[10.22606,49.09012999999999,0],[10.22592,49.09046000000001,0],[10.22582,49.09121999999999,0],[10.22551,49.09159,0],[10.225929999999998,49.092190000000045,0],[10.22606,49.09288000000001,0],[10.22606,49.09317999999999,0],[10.22596,49.09342000000001,0],[10.2255,49.09376,0],[10.22541,49.093879999999984,0],[10.22517,49.09433000000004,0],[10.22508,49.09461999999999,0],[10.22509,49.094900000000024,0],[10.22503,49.095200000000006,0],[10.2253,49.09524999999999,0],[10.22513,49.09563000000003,0],[10.22425,49.09568999999999,0],[10.22414,49.09653,0],[10.223629999999998,49.09682000000001,0],[10.2236,49.09688,0],[10.22307,49.09721999999999,0],[10.22313,49.09727000000001,0],[10.223150000000002,49.09735999999998,0],[10.222959999999999,49.0977,0],[10.22294,49.09786,0],[10.2229,49.09793000000002,0],[10.22284,49.097950000000026,0],[10.22288,49.09800000000001,0],[10.2228,49.098059999999975,0],[10.22272,49.09805,0],[10.22264,49.09810999999999,0],[10.222659999999998,49.09801999999999,0],[10.22254,49.09782000000001,0],[10.22246,49.09776999999997,0],[10.22181,49.097620000000006,0],[10.221370000000002,49.097350000000006,0],[10.22068,49.09724,0],[10.219809999999999,49.09701000000001,0],[10.21956,49.09689,0],[10.21915,49.09680000000003,0],[10.21695,49.096360000000004,0],[10.21568,49.096000000000004,0],[10.21478,49.095699999999994,0],[10.21374,49.095399999999984,0],[10.21352,49.09521999999998,0],[10.213199999999999,49.094780000000014,0],[10.21211,49.09434999999999,0],[10.2117,49.09428999999997,0],[10.21123,49.094300000000004,0],[10.2102,49.094570000000004,0],[10.20987,49.09455,0],[10.20605,49.09667999999999,0],[10.20399,49.097380000000015,0],[10.20502,49.09790000000001,0],[10.20545,49.098150000000004,0],[10.20648,49.09861999999998,0],[10.20623,49.09882999999999,0],[10.20753,49.09937000000002,0],[10.20784,49.09944999999999,0],[10.208249999999998,49.09894,0],[10.208849999999998,49.09832,0],[10.20907,49.09764999999999,0],[10.2094,49.09742,0],[10.209850000000001,49.097170000000006,0],[10.21064,49.09682000000001,0],[10.210709999999999,49.09683000000001,0],[10.210780000000002,49.09688,0],[10.2114,49.09809999999999,0],[10.210699999999997,49.09888999999998,0],[10.21037,49.09940000000003,0],[10.20992,49.099999999999994,0],[10.21044,49.100300000000004,0],[10.210240000000002,49.10061999999999,0],[10.21002,49.10059000000001,0],[10.20967,49.10047,0],[10.20955,49.10029,0],[10.20898,49.099909999999994,0],[10.208600000000002,49.099879999999985,0],[10.20832,49.09980999999999,0],[10.207740000000001,49.099549999999994,0],[10.20747,49.09947,0],[10.20746,49.099410000000006,0],[10.20738,49.09940000000003,0],[10.207300000000002,49.09949,0],[10.20715,49.099519999999984,0],[10.207649999999997,49.099999999999994,0],[10.207670000000002,49.10009999999997,0],[10.20797,49.100269999999995,0],[10.208039999999999,49.10040999999998,0],[10.20801,49.10057000000003,0],[10.20787,49.10071000000002,0],[10.20742,49.10092,0],[10.207479999999999,49.10112000000001,0],[10.20818,49.10127000000003,0],[10.208589999999997,49.10140000000001,0],[10.20934,49.10153,0],[10.209779999999999,49.101560000000006,0],[10.21018,49.10140000000001,0],[10.210340000000002,49.10119,0],[10.210489999999998,49.10119,0],[10.210680000000002,49.10132999999999,0],[10.21099,49.101470000000006,0],[10.211629999999998,49.10167000000001,0],[10.211940000000002,49.10149000000001,0],[10.2119,49.10148000000001,0],[10.212750000000002,49.10077000000001,0],[10.21287,49.10055000000003,0],[10.213269999999998,49.10061999999999,0],[10.21355,49.101020000000005,0],[10.21263,49.10132999999999,0],[10.21222,49.10167000000001,0],[10.21233,49.10167000000001,0],[10.21233,49.10177999999999,0],[10.212420000000002,49.10176999999999,0],[10.21266,49.101969999999966,0],[10.212669999999997,49.10204999999999,0],[10.212790000000002,49.10213000000002,0],[10.21282,49.10220000000001,0],[10.212900000000001,49.10218000000003,0],[10.212910000000003,49.102239999999966,0],[10.21307,49.10231999999999,0],[10.213120000000002,49.10240999999999,0],[10.21317,49.10239999999996,0],[10.21325,49.102540000000005,0],[10.21342,49.10267999999999,0],[10.21347,49.10279,0],[10.213599999999998,49.102900000000034,0],[10.213599999999998,49.10294999999999,0],[10.21378,49.10316,0],[10.21374,49.103189999999984,0],[10.2139,49.10336000000004,0],[10.21388,49.103380000000044,0],[10.21404,49.1035,0],[10.213990000000003,49.103549999999984,0],[10.21401,49.10360000000003,0],[10.214160000000001,49.10371000000001,0],[10.21417,49.10374999999999,0],[10.214320000000003,49.10371000000001,0],[10.2147,49.10369,0],[10.21473,49.10377,0],[10.21494,49.10405000000003,0],[10.21491,49.10417000000001,0],[10.21452,49.10410999999999,0],[10.21444,49.104150000000004,0],[10.214500000000001,49.10417000000001,0],[10.21461,49.10432,0],[10.21474,49.104420000000005,0],[10.21473,49.10449000000003,0],[10.214799999999999,49.10449000000003,0],[10.214799999999999,49.104539999999986,0],[10.214870000000001,49.10453000000001,0],[10.21494,49.104600000000005,0],[10.214899999999998,49.104629999999986,0],[10.215,49.10464999999999,0],[10.21498,49.10467999999997,0],[10.21506,49.104719999999986,0],[10.2151,49.10481999999999,0],[10.215169999999999,49.10485,0],[10.21523,49.10495,0],[10.21532,49.10503,0],[10.21525,49.105069999999984,0],[10.21531,49.10509999999999,0],[10.2153,49.105140000000006,0],[10.21612,49.105999999999995,0],[10.21585,49.106480000000005,0],[10.21563,49.10642999999999,0],[10.2156,49.10646,0],[10.21528,49.10633999999996,0],[10.21493,49.106960000000015,0],[10.21489,49.10694999999998,0],[10.21485,49.10701,0],[10.214899999999998,49.107039999999955,0],[10.21482,49.107050000000015,0],[10.214320000000003,49.10798,0],[10.21351,49.11138,0],[10.21526,49.11128999999997,0],[10.21519,49.11176000000003,0],[10.215430000000001,49.113350000000025,0],[10.216199999999999,49.113350000000025,0],[10.21663,49.11330000000001,0],[10.21818,49.11295999999999,0],[10.21968,49.11282,0],[10.22149,49.11258000000001,0],[10.2222,49.11243000000002,0],[10.223150000000002,49.11219,0],[10.22505,49.11153999999999,0],[10.22735,49.11045999999999,0],[10.22779,49.110300000000024,0],[10.227979999999999,49.11028999999999,0],[10.229349999999998,49.11116999999999,0],[10.22847,49.1113,0],[10.22774,49.111470000000025,0],[10.227379999999998,49.111620000000016,0],[10.22669,49.11229,0],[10.22652,49.11259000000001,0],[10.22651,49.11286000000001,0],[10.226800000000003,49.11296999999999,0],[10.227,49.113159999999965,0],[10.22722,49.11327,0],[10.22981,49.11328,0],[10.22982,49.113320000000016,0],[10.229239999999999,49.11453,0],[10.22911,49.115309999999994,0],[10.229210000000002,49.115610000000004,0],[10.22937,49.115909999999985,0],[10.22934,49.11594999999997,0],[10.22948,49.11703,0],[10.22956,49.117050000000006,0],[10.229170000000002,49.117399999999975,0],[10.228730000000002,49.117670000000004,0],[10.22845,49.117760000000004,0],[10.22629,49.118330000000014,0],[10.224790000000002,49.118979999999965,0],[10.22474,49.119039999999984,0],[10.22509,49.120190000000036,0],[10.22517,49.120220000000046,0],[10.2253,49.120190000000036,0],[10.22552,49.12007,0],[10.22625,49.11989,0],[10.227779999999997,49.11962,0],[10.229189999999997,49.119230000000016,0],[10.229910000000002,49.119140000000016,0],[10.2302,49.11913000000001,0],[10.23054,49.11916000000002,0],[10.230690000000001,49.11926999999997,0],[10.23075,49.11959999999999,0],[10.231649999999998,49.11968000000002,0],[10.23282,49.11971,0],[10.23367,49.11977999999999,0],[10.23488,49.11998,0],[10.23511,49.12017,0],[10.237120000000003,49.12048999999999,0],[10.23721,49.120329999999996,0],[10.2377,49.12065000000004,0],[10.23877,49.12126000000001,0],[10.23863,49.121399999999994,0],[10.23919,49.12164000000001,0],[10.23929,49.121579999999994,0],[10.24053,49.121970000000005,0],[10.240789999999999,49.12210999999999,0],[10.240749999999998,49.12216999999998,0],[10.24106,49.1224,0],[10.24124,49.12262000000001,0],[10.240380000000002,49.12307000000001,0],[10.2401,49.123350000000016,0],[10.24007,49.12344999999999,0],[10.24011,49.12365999999997,0],[10.23998,49.12396000000001,0],[10.24,49.124089999999995,0],[10.24068,49.12452999999999,0],[10.24106,49.12468999999999,0],[10.24136,49.12469999999999,0],[10.24148,49.12474,0],[10.24178,49.124930000000006,0],[10.242159999999998,49.12504999999999,0],[10.24244,49.12527,0],[10.24286,49.125429999999994,0],[10.24286,49.125609999999995,0],[10.24341,49.12585999999999,0],[10.24439,49.12607,0],[10.24488,49.12613999999999,0],[10.24499,49.126000000000005,0],[10.246060000000002,49.126480000000015,0],[10.246309999999998,49.12646999999998,0],[10.24704,49.12658999999999,0],[10.24733,49.126660000000015,0],[10.247810000000001,49.126720000000006,0],[10.2488,49.1267,0],[10.25104,49.12630000000004,0],[10.25107,49.12621999999999,0],[10.25143,49.126979999999975,0],[10.25149,49.12718000000004,0],[10.25171,49.12713999999997,0],[10.25177,49.12724,0],[10.251680000000002,49.127279999999985,0],[10.25167,49.127340000000004,0],[10.252749999999999,49.12995999999998,0],[10.2528,49.12990000000002,0],[10.25702,49.128970000000066,0],[10.25704,49.12903,0],[10.25711,49.12901999999997,0],[10.25711,49.12916000000001,0],[10.25676,49.12971999999999,0],[10.256690000000003,49.12990000000002,0],[10.25663,49.13022000000001,0],[10.25664,49.13043999999999,0],[10.25671,49.130420000000015,0],[10.25672,49.130840000000006,0],[10.25567,49.13186000000002,0],[10.254340000000001,49.13274999999999,0],[10.25217,49.133759999999995,0],[10.25142,49.13398000000001,0],[10.252859999999998,49.135670000000005,0],[10.25336,49.13616999999999,0],[10.253260000000001,49.13623000000001,0],[10.254390000000003,49.13715000000002,0],[10.25495,49.13732999999999,0],[10.255299999999998,49.137490000000014,0],[10.25552,49.13773999999998,0],[10.25556,49.138090000000005,0],[10.255199999999999,49.13844,0],[10.254969999999998,49.138540000000006,0],[10.25436,49.13866999999999,0],[10.25395,49.138840000000016,0],[10.2538,49.139009999999956,0],[10.25377,49.13915,0],[10.25385,49.13944000000001,0],[10.25399,49.13971000000001,0],[10.253999999999998,49.13990000000001,0],[10.25394,49.140299999999996,0],[10.25372,49.14096000000001,0],[10.25305,49.14129,0],[10.25278,49.14157,0],[10.25267,49.141819999999996,0],[10.2525,49.142060000000015,0],[10.25151,49.14186999999998,0],[10.25157,49.14237,0],[10.25181,49.14314000000002,0],[10.25188,49.143689999999964,0],[10.2513,49.143759999999986,0],[10.25049,49.14411999999996,0],[10.24928,49.14483999999996,0],[10.2489,49.14535999999998,0],[10.24864,49.145539999999954,0],[10.24842,49.14600999999999,0],[10.24822,49.14668,0],[10.24815,49.14695000000003,0],[10.24819,49.147249999999985,0],[10.2478,49.14765000000003,0],[10.24769,49.14769000000001,0],[10.24776,49.14777999999998,0],[10.24839,49.14791999999997,0],[10.24846,49.14797999999999,0],[10.24849,49.148390000000035,0],[10.24817,49.14923999999999,0],[10.24804,49.14925000000002,0],[10.247580000000001,49.14917,0],[10.24668,49.14896000000002,0],[10.24557,49.14876000000001,0],[10.24396,49.14881,0],[10.24362,49.14886000000001,0],[10.24243,49.14908,0],[10.24181,49.14927,0],[10.24116,49.14937999999998,0],[10.24041,49.14956000000001,0],[10.24037,49.14945,0],[10.23856,49.14940999999999,0],[10.23847,49.14945,0],[10.23837,49.149429999999995,0],[10.2378,49.15033,0],[10.23747,49.151279999999986,0],[10.23721,49.15165999999999,0],[10.23693,49.151910000000015,0],[10.2362,49.15208000000001,0],[10.235739999999998,49.15210999999999,0],[10.23487,49.15210999999999,0],[10.23378,49.15217999999999,0],[10.232249999999999,49.152680000000004,0],[10.23197,49.15294,0],[10.23161,49.15334000000004,0],[10.23104,49.15347,0],[10.231060000000001,49.15368000000001,0],[10.23127,49.154319999999984,0],[10.231319999999998,49.154679999999985,0],[10.231319999999998,49.155,0],[10.231199999999998,49.15553,0],[10.23242,49.15557000000001,0],[10.232089999999998,49.15602999999996,0],[10.23206,49.156409999999994,0],[10.23156,49.15636000000001,0],[10.23135,49.15665000000001,0],[10.23122,49.15724,0],[10.23059,49.157489999999996,0],[10.22992,49.15766000000002,0],[10.22929,49.15810999999999,0],[10.22834,49.159339999999986,0],[10.22811,49.15956000000003,0],[10.22797,49.15989999999999,0],[10.226739999999998,49.16054,0],[10.2265,49.16069999999999,0],[10.22611,49.160889999999995,0],[10.22521,49.16123999999999,0],[10.22505,49.161400000000015,0],[10.22413,49.161820000000006,0],[10.22372,49.16140999999996,0],[10.22364,49.16120999999998,0],[10.2232,49.160560000000004,0],[10.22267,49.16001000000003,0],[10.22192,49.16015999999999,0],[10.22093,49.16030000000001,0],[10.22027,49.16024999999999,0],[10.21952,49.16014000000001,0],[10.21904,49.160169999999994,0],[10.218609999999998,49.16006999999999,0],[10.21859,49.16059999999999,0],[10.21877,49.16102999999998,0],[10.21939,49.16085000000001,0],[10.21962,49.16098999999997,0],[10.21983,49.16136,0],[10.21974,49.16167999999996,0],[10.21913,49.162890000000004,0],[10.21871,49.16293999999999,0],[10.21863,49.163399999999996,0],[10.21815,49.16347999999999,0],[10.21653,49.16356999999999,0],[10.216130000000001,49.16355999999999,0],[10.21549,49.16364999999999,0],[10.21512,49.16332,0],[10.21491,49.16308000000001,0],[10.21455,49.162379999999985,0],[10.21385,49.162530000000004,0],[10.21345,49.16269,0],[10.21295,49.162800000000004,0],[10.212380000000001,49.16162000000003,0],[10.21239,49.16120999999998,0],[10.212189999999998,49.16084000000001,0],[10.211859999999998,49.16041000000001,0],[10.21169,49.16030999999998,0],[10.21128,49.160079999999994,0],[10.21106,49.16001000000003,0],[10.21099,49.160030000000006,0],[10.210240000000002,49.15992,0],[10.20995,49.15974,0],[10.209680000000002,49.15961999999999,0],[10.20771,49.159310000000005,0],[10.20742,49.159249999999986,0],[10.206700000000001,49.15899999999999,0],[10.20697,49.158000000000044,0],[10.2056,49.15669,0],[10.20545,49.15661000000003,0],[10.205579999999998,49.15652,0],[10.205509999999999,49.15647000000001,0],[10.20553,49.15629000000001,0],[10.20512,49.155609999999996,0],[10.20442,49.15585999999999,0],[10.20393,49.155969999999996,0],[10.20318,49.15629000000001,0],[10.202529999999998,49.15638000000001,0],[10.20219,49.15630999999999,0],[10.20194,49.15629999999996,0],[10.20143,49.156229999999994,0],[10.20076,49.15602000000001,0],[10.20027,49.15568999999999,0],[10.20007,49.155489999999986,0],[10.196830000000002,49.155760000000015,0],[10.19695,49.156769999999995,0],[10.19699,49.15680000000003,0],[10.19835,49.15673000000001,0],[10.19872,49.156949999999995,0],[10.198749999999999,49.15886000000003,0],[10.19883,49.15887000000001,0],[10.19893,49.15896999999998,0],[10.19883,49.15914000000001,0],[10.19957,49.16022000000001,0],[10.19899,49.16066000000001,0],[10.19911,49.16091,0],[10.19591,49.16261000000003,0],[10.196409999999998,49.16307000000003,0],[10.196849999999998,49.16327000000001,0],[10.19724,49.16359,0],[10.19608,49.164559999999994,0],[10.194260000000002,49.165580000000006,0],[10.19364,49.16650000000001,0],[10.193290000000001,49.16685000000001,0],[10.19288,49.167159999999996,0],[10.19259,49.16756000000001,0],[10.19269,49.16801000000001,0],[10.1933,49.168420000000026,0],[10.19412,49.16926999999998,0],[10.19441,49.169419999999974,0],[10.19461,49.16945999999999,0],[10.19473,49.16955999999999,0],[10.194739999999998,49.169610000000006,0],[10.19506,49.16969,0],[10.19516,49.16986,0],[10.19526,49.16991999999999,0],[10.19374,49.170199999999994,0],[10.19242,49.170349999999985,0],[10.19047,49.17079000000001,0],[10.19027,49.170890000000014,0],[10.18969,49.170680000000004,0],[10.188580000000002,49.17058,0],[10.18799,49.169719999999984,0],[10.18772,49.169929999999994,0],[10.18762,49.17016000000001,0],[10.18801,49.17116999999999,0],[10.1882,49.17133999999999,0],[10.18827,49.17187000000001,0],[10.188789999999997,49.171809999999994,0],[10.18905,49.17190000000002,0],[10.18944,49.17196000000001,0],[10.189609999999998,49.17205000000001,0],[10.189470000000002,49.17231000000001,0],[10.18924,49.17248999999998,0],[10.18876,49.17264,0],[10.18849,49.172860000000014,0],[10.18894,49.17345,0],[10.189350000000001,49.173659999999984,0],[10.19003,49.17385999999999,0],[10.18944,49.174319999999994,0],[10.18901,49.17433,0],[10.1883,49.173839999999984,0],[10.188279999999999,49.17356000000004,0],[10.18816,49.17331999999999,0],[10.187909999999999,49.17320000000001,0],[10.18801,49.17299,0],[10.187869999999998,49.172740000000005,0],[10.187570000000001,49.172619999999995,0],[10.18719,49.172709999999995,0],[10.18695,49.17266000000001,0],[10.18676,49.17254,0],[10.18664,49.17233999999999,0],[10.186709999999998,49.171719999999965,0],[10.18685,49.171310000000005,0],[10.187049999999997,49.171040000000005,0],[10.18708,49.17077000000003,0],[10.18676,49.17042000000001,0],[10.18551,49.170559999999995,0],[10.18526,49.17067,0],[10.18485,49.17090000000002,0],[10.18474,49.17104999999998,0],[10.184990000000003,49.17141000000001,0],[10.18521,49.17160000000001,0],[10.185530000000002,49.171610000000015,0],[10.1857,49.171880000000016,0],[10.185669999999998,49.17224999999999,0],[10.185569999999998,49.17260999999996,0],[10.18559,49.172979999999995,0],[10.1854,49.17299,0],[10.18528,49.17276000000001,0],[10.18485,49.17224999999999,0],[10.18434,49.17248000000001,0],[10.183929999999998,49.17276000000001,0],[10.18363,49.17214999999996,0],[10.18336,49.17182,0],[10.1831,49.17183,0],[10.18258,49.17193000000003,0],[10.18208,49.17209,0],[10.18069,49.172619999999995,0],[10.17931,49.17299,0],[10.17827,49.17318,0],[10.17729,49.173249999999996,0],[10.17727,49.17347000000001,0],[10.17741,49.173839999999984,0],[10.17749,49.174589999999995,0],[10.177470000000001,49.17487,0],[10.17739,49.17514000000003,0],[10.17758,49.17533,0],[10.17813,49.17563999999999,0],[10.17836,49.176109999999966,0],[10.17894,49.17642000000001,0],[10.17976,49.176620000000014,0],[10.1806,49.17672999999999,0],[10.181,49.17654999999999,0],[10.18123,49.17670000000001,0],[10.18127,49.17685,0],[10.18109,49.17699999999999,0],[10.18108,49.177400000000006,0],[10.18113,49.17771000000002,0],[10.180970000000002,49.17815000000002,0],[10.180779999999999,49.178510000000045,0],[10.18067,49.17902000000001,0],[10.18103,49.17942999999997,0],[10.18109,49.179730000000006,0],[10.18104,49.18048000000002,0],[10.18113,49.18075999999999,0],[10.18131,49.181070000000005,0],[10.18155,49.181659999999994,0],[10.18144,49.181970000000035,0],[10.18135,49.18260000000001,0],[10.18044,49.18266999999997,0],[10.17967,49.182420000000036,0],[10.17908,49.182420000000036,0],[10.17846,49.18227000000002,0],[10.1775,49.18185,0],[10.17638,49.18159,0],[10.17645,49.18124000000003,0],[10.17632,49.18079000000003,0],[10.17612,49.18038000000004,0],[10.1762,49.17990999999998,0],[10.17477,49.17952,0],[10.1741,49.17939999999999,0],[10.172649999999999,49.17923999999999,0],[10.17137,49.17923999999999,0],[10.17124,49.17844999999997,0],[10.17103,49.17800999999997,0],[10.16953,49.17806999999999,0],[10.16809,49.17822000000001,0],[10.16758,49.17839000000001,0],[10.16765,49.17892000000003,0],[10.16775,49.17917,0],[10.16739,49.17942999999997,0],[10.16687,49.17930999999999,0],[10.166630000000001,49.17929000000001,0],[10.1662,49.17942999999997,0],[10.16641,49.17966000000004,0],[10.166780000000001,49.17993000000004,0],[10.16665,49.180090000000035,0],[10.16594,49.18050000000002,0],[10.16594,49.18072000000001,0],[10.16689,49.18093000000002,0],[10.167249999999997,49.181190000000015,0],[10.166809999999998,49.181280000000015,0],[10.16649,49.18146999999996,0],[10.16635,49.181640000000016,0],[10.16613,49.18179000000001,0],[10.165300000000002,49.18213,0],[10.164930000000002,49.18221999999997,0],[10.16413,49.182469999999995,0],[10.16359,49.18258,0],[10.16312,49.18272000000002,0],[10.16258,49.182950000000005,0],[10.1623,49.18272999999999,0],[10.162150000000002,49.182500000000005,0],[10.161880000000002,49.182590000000005,0],[10.16094,49.18272000000002,0],[10.16029,49.18299999999999,0],[10.159719999999998,49.18299999999999,0],[10.16029,49.18326999999999,0],[10.16086,49.18347,0],[10.16071,49.18350000000004,0],[10.16045,49.18376000000001,0],[10.15988,49.18377000000001,0],[10.15908,49.18381999999997,0],[10.159310000000001,49.18405000000001,0],[10.15966,49.184259999999995,0],[10.160489999999998,49.18508,0],[10.15989,49.185310000000044,0],[10.15955,49.185389999999984,0],[10.15934,49.18547000000004,0],[10.15845,49.185959999999994,0],[10.15767,49.18666999999999,0],[10.156970000000001,49.18769,0],[10.15695,49.18813,0],[10.15742,49.18847999999997,0],[10.15714,49.18905000000001,0],[10.157170000000002,49.19011000000003,0],[10.156669999999998,49.19012000000001,0],[10.15614,49.19009,0],[10.15565,49.19001,0],[10.155079999999998,49.189970000000045,0],[10.15427,49.18997999999999,0],[10.15335,49.190049999999985,0],[10.15283,49.19001,0],[10.15275,49.190169999999995,0],[10.15327,49.19048000000001,0],[10.15328,49.191010000000006,0],[10.15464,49.19096999999999,0],[10.15464,49.19162,0],[10.15573,49.19156000000001,0],[10.15599,49.1917,0],[10.15662,49.192319999999995,0],[10.15699,49.1926,0],[10.15648,49.19263000000001,0],[10.155859999999999,49.19279,0],[10.15522,49.19288,0],[10.15459,49.19290000000001,0],[10.15408,49.19301999999999,0],[10.1522,49.193190000000016,0],[10.15111,49.193359999999956,0],[10.15068,49.193460000000016,0],[10.149319999999998,49.193899999999985,0],[10.148389999999997,49.19402000000002,0],[10.14738,49.19418999999999,0],[10.14671,49.19425000000001,0],[10.14622,49.1944,0],[10.145360000000002,49.19454999999999,0],[10.145240000000001,49.19457999999997,0],[10.145269999999998,49.19469000000001,0],[10.144870000000001,49.19478000000001,0],[10.14352,49.19521,0],[10.14199,49.19538,0],[10.14213,49.19585000000001,0],[10.14214,49.19605999999999,0],[10.1421,49.19639000000001,0],[10.14199,49.19672,0],[10.14125,49.197599999999994,0],[10.14085,49.197810000000004,0],[10.140490000000002,49.197720000000004,0],[10.13979,49.1977,0],[10.13942,49.19744,0],[10.138889999999998,49.19722999999999,0],[10.13834,49.197130000000016,0],[10.13761,49.197689999999994,0],[10.137849999999998,49.19807,0],[10.138139999999998,49.19830999999999,0],[10.13731,49.19884999999999,0],[10.136809999999999,49.19901999999999,0],[10.13583,49.19914,0],[10.13548,49.199250000000006,0],[10.13539,49.19954999999999,0],[10.13554,49.20012000000003,0],[10.13509,49.20024000000001,0],[10.13445,49.20012000000003,0],[10.13401,49.199989999999985,0],[10.133129999999998,49.19981999999999,0],[10.132210000000002,49.19932,0],[10.13161,49.19914,0],[10.13118,49.19917000000001,0],[10.1326,49.19880999999998,0],[10.132990000000001,49.19857999999999,0],[10.13305,49.19839000000002,0],[10.13303,49.19816,0],[10.13283,49.197779999999995,0],[10.132760000000001,49.19767999999999,0],[10.13125,49.197629999999975,0],[10.12963,49.19737000000001,0],[10.12896,49.197209999999984,0],[10.12921,49.196909999999974,0],[10.130020000000002,49.19647999999998,0],[10.13026,49.196259999999995,0],[10.1302,49.196169999999995,0],[10.129789999999998,49.196020000000004,0],[10.12913,49.195660000000004,0],[10.129060000000003,49.19559000000001,0],[10.12696,49.197299999999984,0],[10.126970000000002,49.19731999999996,0],[10.12715,49.19756000000001,0],[10.12805,49.19812000000002,0],[10.12814,49.19815,0],[10.128259999999997,49.19812000000002,0],[10.128940000000002,49.19851,0],[10.13017,49.19887,0],[10.1301,49.19900000000001,0],[10.12937,49.19888,0],[10.12881,49.19884999999999,0],[10.12835,49.198769999999996,0],[10.12835,49.19865999999999,0],[10.12748,49.19888,0],[10.1269,49.19896,0],[10.1264,49.198980000000006,0],[10.12575,49.19892999999999,0],[10.12529,49.198950000000025,0],[10.124860000000002,49.19887,0],[10.124769999999998,49.199659999999994,0],[10.12453,49.20067999999998,0],[10.125630000000001,49.20127000000002,0],[10.12651,49.201660000000004,0],[10.12779,49.201629999999994,0],[10.128859999999998,49.20149000000001,0],[10.12887,49.20183,0],[10.128749999999998,49.201809999999966,0],[10.1287,49.202229999999986,0],[10.12877,49.20266000000001,0],[10.12993,49.203,0],[10.130559999999997,49.20311000000001,0],[10.131089999999999,49.20309,0],[10.13111,49.20339999999996,0],[10.131,49.20356000000001,0],[10.130759999999999,49.203689999999966,0],[10.12876,49.20394999999999,0],[10.12743,49.204169999999976,0],[10.12689,49.205010000000016,0],[10.126970000000002,49.20573999999999,0],[10.12689,49.20622,0],[10.12746,49.20731000000001,0],[10.12762,49.20791000000003,0],[10.12724,49.20845,0],[10.12732,49.20882,0],[10.127310000000001,49.209329999999994,0],[10.12717,49.209749999999985,0],[10.124769999999998,49.20947000000001,0],[10.12484,49.20988,0],[10.12574,49.21082000000001,0],[10.126270000000002,49.21074999999996,0],[10.12792,49.21039999999999,0],[10.12803,49.21018000000001,0],[10.128460000000002,49.21025,0],[10.12923,49.210440000000006,0],[10.12974,49.210499999999996,0],[10.12995,49.210049999999995,0],[10.13029,49.20965999999996,0],[10.130950000000002,49.20974000000001,0],[10.131510000000002,49.20957999999999,0],[10.132060000000001,49.20954999999998,0],[10.13245,49.209760000000045,0],[10.13288,49.20976999999999,0],[10.133690000000001,49.20991000000001,0],[10.134799999999998,49.20989,0],[10.135330000000002,49.20991000000001,0],[10.135810000000001,49.20997999999997,0],[10.1362,49.20997999999997,0],[10.1366,49.209839999999986,0],[10.13757,49.20935,0],[10.13836,49.20938000000001,0],[10.138849999999998,49.209329999999994,0],[10.139080000000002,49.208860000000016,0],[10.139370000000001,49.2089,0],[10.13996,49.20846,0],[10.140519999999999,49.20878999999999,0],[10.13965,49.20956000000001,0],[10.13981,49.209810000000004,0],[10.139850000000001,49.20997999999997,0],[10.139659999999997,49.21046999999999,0],[10.140010000000002,49.21057999999999,0],[10.13983,49.21078,0],[10.13983,49.21096,0],[10.139669999999999,49.211420000000004,0],[10.139659999999997,49.21187999999998,0],[10.1394,49.21248,0],[10.13925,49.21313000000001,0],[10.138849999999998,49.21343999999996,0],[10.138710000000001,49.21361000000002,0],[10.138710000000001,49.21382,0],[10.138509999999998,49.214200000000005,0],[10.1391,49.21430000000001,0],[10.13896,49.21465999999998,0],[10.13921,49.21543,0],[10.139219999999998,49.215900000000005,0],[10.13917,49.21597000000003,0],[10.13887,49.21612999999999,0],[10.138440000000001,49.21629999999999,0],[10.13822,49.21659,0],[10.13813,49.21657999999999,0],[10.13806,49.216740000000044,0],[10.136520000000003,49.21698000000001,0],[10.13642,49.21732,0],[10.13569,49.21743000000001,0],[10.134469999999999,49.21754999999999,0],[10.13242,49.21727999999999,0],[10.13118,49.21861000000001,0],[10.13094,49.21878000000001,0],[10.13073,49.21898999999999,0],[10.13025,49.21928,0],[10.130009999999999,49.21949000000001,0],[10.12956,49.22015999999999,0],[10.129419999999998,49.22021999999998,0],[10.12939,49.22036,0],[10.1287,49.22091,0],[10.12814,49.22211999999999,0],[10.12772,49.22326000000001,0],[10.12711,49.223749999999995,0],[10.12663,49.22462999999996,0],[10.126369999999998,49.22586000000001,0],[10.12632,49.225869999999986,0],[10.12595,49.22722999999999,0],[10.12682,49.22739999999999,0],[10.126779999999998,49.22758999999999,0],[10.12787,49.22775999999999,0],[10.127379999999999,49.22980000000001,0],[10.12689,49.229780000000034,0],[10.12689,49.23021,0],[10.12631,49.23017999999999,0],[10.12654,49.23277999999999,0],[10.126299999999999,49.232879999999994,0],[10.12645,49.23304999999999,0],[10.126530000000002,49.23612,0],[10.12481,49.23756,0],[10.1249,49.23769999999999,0],[10.12304,49.23926,0],[10.123999999999999,49.239540000000005,0],[10.124030000000001,49.239720000000005,0],[10.123860000000002,49.23979,0],[10.12354,49.240170000000006,0],[10.12283,49.24080000000001,0],[10.12291,49.24083999999999,0],[10.12301,49.24114,0],[10.12478,49.24270000000001,0],[10.1232,49.2441,0],[10.12387,49.24468999999999,0],[10.12376,49.24475000000004,0],[10.124439999999998,49.245139999999964,0],[10.12431,49.24567999999999,0],[10.12369,49.24628999999996,0],[10.123330000000001,49.24637000000001,0],[10.12267,49.246730000000014,0],[10.12178,49.24682999999999,0],[10.12177,49.24680000000001,0],[10.12109,49.24679000000003,0],[10.120689999999998,49.246820000000014,0],[10.119840000000002,49.246970000000005,0],[10.12008,49.24754999999999,0],[10.120729999999998,49.24758,0],[10.12155,49.24781999999999,0],[10.1222,49.247749999999996,0],[10.12231,49.248069999999984,0],[10.12286,49.24822,0],[10.123359999999998,49.24852999999999,0],[10.12431,49.24878000000001,0],[10.124740000000001,49.24907000000002,0],[10.1251,49.249210000000005,0],[10.125369999999998,49.24938,0],[10.12584,49.24890999999997,0],[10.12601,49.24895999999998,0],[10.12624,49.24895999999998,0],[10.126519999999998,49.24905000000001,0],[10.12667,49.24905000000001,0],[10.127570000000002,49.24941000000004,0],[10.127709999999999,49.24946,0],[10.12787,49.249449999999996,0],[10.12787,49.24952999999999,0],[10.12805,49.24958000000001,0],[10.12822,49.24958000000001,0],[10.12844,49.24973,0],[10.12858,49.249719999999996,0],[10.12878,49.24979999999999,0],[10.128830000000002,49.24986000000004,0],[10.12907,49.24994000000001,0],[10.12929,49.25008999999997,0],[10.12967,49.25027000000003,0],[10.12976,49.25035,0],[10.12982,49.25036,0],[10.12955,49.25063,0],[10.1299,49.25074000000001,0],[10.13013,49.250850000000014,0],[10.13113,49.251010000000036,0],[10.13218,49.251300000000015,0],[10.13168,49.25253000000001,0],[10.13311,49.25325000000001,0],[10.13284,49.25344999999999,0],[10.132550000000002,49.25373999999999,0],[10.132459999999998,49.25407000000004,0],[10.13175,49.25403,0],[10.13092,49.25389999999999,0],[10.13006,49.25525999999999,0],[10.12973,49.255679999999984,0],[10.12945,49.25629000000001,0],[10.12895,49.256230000000016,0],[10.1304,49.2542,0],[10.12945,49.25385,0],[10.12865,49.253659999999996,0],[10.12807,49.25354999999999,0],[10.12716,49.25344999999999,0],[10.12654,49.254500000000036,0],[10.1259,49.255870000000016,0],[10.12525,49.255630000000025,0],[10.12494,49.255449999999996,0],[10.12453,49.25531000000001,0],[10.124030000000001,49.25524999999999,0],[10.123710000000003,49.25524999999999,0],[10.12275,49.255439999999965,0],[10.12209,49.25564,0],[10.12163,49.255870000000016,0],[10.12096,49.255539999999996,0],[10.12064,49.255769999999984,0],[10.12015,49.255919999999975,0],[10.119,49.2561,0],[10.117660000000003,49.256069999999994,0],[10.116830000000002,49.256080000000026,0],[10.1164,49.25599,0],[10.115360000000003,49.25603000000001,0],[10.1148,49.25594000000004,0],[10.11429,49.255930000000006,0],[10.11324,49.256129999999985,0],[10.11277,49.25630000000001,0],[10.11225,49.25650000000002,0],[10.11191,49.256699999999995,0],[10.1117,49.25686000000002,0],[10.11117,49.25711000000001,0],[10.110819999999999,49.25733999999997,0],[10.1093,49.25783999999999,0],[10.10984,49.258070000000004,0],[10.11068,49.25827000000004,0],[10.11094,49.25839000000002,0],[10.111930000000001,49.25856999999999,0],[10.11237,49.25832,0],[10.1127,49.258070000000004,0],[10.11313,49.257960000000026,0],[10.113489999999999,49.257930000000016,0],[10.113900000000001,49.25832,0],[10.114390000000002,49.258629999999954,0],[10.11447,49.25853999999998,0],[10.11493,49.25873999999999,0],[10.1151,49.25853999999998,0],[10.1157,49.258430000000004,0],[10.11579,49.25810000000001,0],[10.11577,49.257529999999974,0],[10.11564,49.257529999999974,0],[10.11529,49.25761,0],[10.115320000000002,49.257329999999996,0],[10.11593,49.25719000000001,0],[10.11741,49.257149999999996,0],[10.11857,49.25748999999999,0],[10.11908,49.25773000000001,0],[10.1186,49.25810999999999,0],[10.11837,49.25844000000001,0],[10.117980000000001,49.25873000000004,0],[10.11715,49.259150000000005,0],[10.116570000000001,49.25898999999998,0],[10.11595,49.258910000000014,0],[10.11622,49.259379999999965,0],[10.11644,49.25968,0],[10.11667,49.26017999999999,0],[10.1167,49.26043999999999,0],[10.11666,49.26151999999999,0],[10.11656,49.261799999999994,0],[10.116390000000003,49.26271,0],[10.11665,49.262879999999996,0],[10.11678,49.263059999999996,0],[10.116610000000001,49.26379000000003,0],[10.11652,49.26378,0],[10.11652,49.26396,0],[10.11684,49.26420999999999,0],[10.11628,49.26495,0],[10.11621,49.26514,0],[10.116240000000001,49.26534000000001,0],[10.11607,49.26557,0],[10.11538,49.2655,0],[10.11533,49.26564000000002,0],[10.11446,49.265799999999984,0],[10.114409999999998,49.26624000000001,0],[10.11432,49.26659000000001,0],[10.11447,49.26689999999999,0],[10.114720000000002,49.26702,0],[10.11498,49.26734999999999,0],[10.115229999999999,49.26758000000001,0],[10.11548,49.26766000000001,0],[10.11588,49.267570000000006,0],[10.11682,49.267600000000016,0],[10.11749,49.26755000000003,0],[10.117639999999998,49.267960000000016,0],[10.11776,49.26848000000001,0],[10.11822,49.268400000000014,0],[10.11857,49.26830000000001,0],[10.118389999999998,49.26820000000001,0],[10.11864,49.267960000000016,0],[10.11911,49.267390000000006,0],[10.11964,49.266940000000005,0],[10.11982,49.266820000000024,0],[10.1199,49.26684000000003,0],[10.11987,49.26708999999997,0],[10.11991,49.26725999999999,0],[10.11969,49.267619999999994,0],[10.11983,49.26794000000001,0],[10.11956,49.26855999999998,0],[10.1198,49.26869000000002,0],[10.12031,49.268849999999986,0],[10.12022,49.26893000000001,0],[10.12042,49.26920999999999,0],[10.120619999999999,49.269600000000025,0],[10.12142,49.27065999999999,0],[10.12171,49.27114,0],[10.121619999999998,49.272159999999985,0],[10.12146,49.27275,0],[10.12227,49.27377000000001,0],[10.1226,49.274280000000005,0],[10.12318,49.274789999999996,0],[10.1236,49.27496000000002,0],[10.12387,49.274969999999996,0],[10.12447,49.274910000000006,0],[10.1252,49.2749,0],[10.126409999999998,49.274760000000015,0],[10.12635,49.27521999999999,0],[10.12648,49.275319999999994,0],[10.12675,49.27539999999999,0],[10.12667,49.27553,0],[10.12807,49.27593999999999,0],[10.12884,49.27568000000002,0],[10.12999,49.275450000000006,0],[10.13118,49.27474000000001,0],[10.13126,49.27453000000003,0],[10.13081,49.274429999999995,0],[10.12982,49.27438999999998,0],[10.129349999999999,49.27434999999997,0],[10.12822,49.274159999999995,0],[10.12619,49.273740000000004,0],[10.12552,49.27368999999999,0],[10.12543,49.273390000000006,0],[10.1252,49.27306999999999,0],[10.124630000000002,49.27313000000001,0],[10.124030000000001,49.27327,0],[10.12338,49.27335000000002,0],[10.12273,49.27337000000003,0],[10.12244,49.272729999999996,0],[10.12325,49.272429999999986,0],[10.1233,49.27208000000002,0],[10.12367,49.27098999999998,0],[10.12383,49.270610000000005,0],[10.12353,49.27044000000001,0],[10.12331,49.27020999999999,0],[10.12425,49.26919000000001,0],[10.12462,49.26886999999999,0],[10.12516,49.268280000000004,0],[10.12554,49.267990000000026,0],[10.12587,49.26765,0],[10.12625,49.266970000000015,0],[10.12705,49.26611,0],[10.127300000000002,49.265660000000025,0],[10.126710000000001,49.26527999999999,0],[10.12644,49.26518999999996,0],[10.12618,49.26487,0],[10.1261,49.26449000000002,0],[10.12611,49.26415,0],[10.12657,49.264309999999995,0],[10.12654,49.263919999999985,0],[10.12662,49.26364000000001,0],[10.12643,49.26274000000001,0],[10.126299999999999,49.26240999999996,0],[10.127179999999997,49.261979999999994,0],[10.12739,49.26173000000003,0],[10.127640000000001,49.26150999999999,0],[10.127800000000002,49.26156999999998,0],[10.128,49.26177999999999,0],[10.12895,49.26229000000001,0],[10.12866,49.26269999999997,0],[10.128500000000003,49.26303999999999,0],[10.12973,49.26326,0],[10.13018,49.263289999999955,0],[10.13137,49.26392999999999,0],[10.13244,49.26310000000001,0],[10.13308,49.262760000000014,0],[10.13378,49.26222999999999,0],[10.134550000000003,49.26253,0],[10.134909999999998,49.26276999999999,0],[10.13535,49.26312999999996,0],[10.13586,49.26388,0],[10.13653,49.26432999999997,0],[10.13724,49.26441,0],[10.13766,49.26453000000001,0],[10.138849999999998,49.264999999999986,0],[10.140039999999999,49.26638,0],[10.140450000000001,49.26659999999998,0],[10.14056,49.266820000000024,0],[10.14095,49.26719,0],[10.1415,49.267529999999994,0],[10.14194,49.267709999999994,0],[10.14248,49.267830000000004,0],[10.14286,49.267870000000016,0],[10.14358,49.26787999999999,0],[10.14398,49.267859999999985,0],[10.14414,49.267780000000016,0],[10.14719,49.26844,0],[10.14801,49.26884000000001,0],[10.14856,49.26848000000001,0],[10.14893,49.26869000000002,0],[10.14937,49.26902999999999,0],[10.14837,49.26930999999999,0],[10.14775,49.269589999999994,0],[10.14764,49.269540000000006,0],[10.14661,49.27020999999999,0],[10.146730000000002,49.27032000000003,0],[10.14486,49.271739999999994,0],[10.1464,49.272039999999976,0],[10.145690000000002,49.272580000000005,0],[10.145709999999998,49.27263000000002,0],[10.14602,49.27269000000001,0],[10.14597,49.27275999999998,0],[10.146099999999999,49.27279999999999,0],[10.14488,49.27519000000001,0],[10.14547,49.275030000000015,0],[10.146799999999999,49.27496000000002,0],[10.147030000000003,49.27498000000003,0],[10.147,49.27507,0],[10.14802,49.27554000000001,0],[10.14636,49.27709999999996,0],[10.150040000000002,49.278369999999995,0],[10.15003,49.27868000000001,0],[10.15009,49.27892000000003,0],[10.15031,49.27900999999997,0],[10.150480000000002,49.27928,0],[10.150590000000001,49.27976000000001,0],[10.15082,49.280100000000004,0],[10.15114,49.28044,0],[10.151329999999998,49.28075999999999,0],[10.15219,49.28135,0],[10.152780000000002,49.281510000000026,0],[10.15302,49.28164000000001,0],[10.15318,49.281769999999995,0],[10.15318,49.28193999999999,0],[10.153790000000003,49.281800000000004,0],[10.15406,49.281530000000004,0],[10.15425,49.28142,0],[10.154350000000003,49.28116,0],[10.15447,49.28107,0],[10.155930000000001,49.28068999999999,0],[10.1561,49.280669999999986,0],[10.15665,49.28111999999999,0],[10.15498,49.28262999999998,0],[10.15489,49.282849999999996,0],[10.15452,49.28341000000003,0],[10.15416,49.28382000000002,0],[10.15393,49.284310000000005,0],[10.1537,49.284549999999996,0],[10.15347,49.28466,0],[10.15348,49.284729999999996,0],[10.15336,49.28478000000001,0],[10.15338,49.284850000000006,0],[10.1523,49.28462999999999,0],[10.1522,49.28487000000001,0],[10.1506,49.28493,0],[10.15049,49.28437999999997,0],[10.149649999999998,49.28448,0],[10.1493,49.284670000000006,0],[10.14919,49.28546,0],[10.14915,49.28608,0],[10.14968,49.28719000000004,0],[10.149849999999999,49.28772000000001,0],[10.149849999999999,49.288039999999995,0],[10.14848,49.28785999999997,0],[10.147910000000001,49.28782000000001,0],[10.14668,49.28755000000001,0],[10.145730000000002,49.287439999999975,0],[10.1452,49.287589999999994,0],[10.144569999999998,49.287589999999994,0],[10.144200000000001,49.287649999999985,0],[10.143929999999997,49.28805000000003,0],[10.14325,49.28809000000001,0],[10.14278,49.288009999999986,0],[10.14207,49.287800000000004,0],[10.14197,49.28797,0],[10.141189999999998,49.288790000000034,0],[10.141820000000001,49.289019999999965,0],[10.14323,49.28944999999996,0],[10.142929999999998,49.28984,0],[10.14404,49.29021999999998,0],[10.14408,49.290250000000015,0],[10.14398,49.29035000000002,0],[10.14404,49.29035000000002,0],[10.1433,49.29082,0],[10.14292,49.29124999999999,0],[10.14234,49.29121000000001,0],[10.13835,49.29153000000002,0],[10.13808,49.291949999999986,0],[10.13768,49.29274000000001,0],[10.13741,49.29334,0],[10.13731,49.29378,0],[10.13658,49.29423,0],[10.13542,49.29465999999999,0],[10.13449,49.295950000000005,0],[10.13414,49.29590999999999,0],[10.134060000000002,49.29625999999999,0],[10.133989999999999,49.29701,0],[10.13405,49.29701,0],[10.13405,49.29705000000001,0],[10.13456,49.29705000000001,0],[10.13392,49.29888,0],[10.133850000000002,49.2989,0],[10.13341,49.29871,0],[10.133290000000002,49.298760000000016,0],[10.13344,49.298869999999994,0],[10.13338,49.30029999999999,0],[10.13333,49.300340000000006,0],[10.132280000000002,49.30039000000002,0],[10.13229,49.30054999999999,0],[10.132550000000002,49.30055999999999,0],[10.132569999999998,49.30087,0],[10.132430000000001,49.301530000000014,0],[10.13215,49.30241000000001,0],[10.132110000000003,49.30284,0],[10.132459999999998,49.302869999999984,0],[10.13233,49.304,0],[10.13146,49.30506,0],[10.13304,49.3057,0],[10.13358,49.30601999999996,0],[10.134469999999999,49.30644000000001,0],[10.13557,49.307439999999986,0],[10.13648,49.308040000000005,0],[10.13641,49.30805000000001,0],[10.135440000000001,49.309650000000005,0],[10.13549,49.30972,0],[10.136740000000001,49.31034,0],[10.137400000000001,49.31082000000001,0],[10.1383,49.31139999999996,0],[10.13833,49.311469999999986,0],[10.13902,49.311890000000005,0],[10.141270000000002,49.312929999999966,0],[10.141299999999998,49.313030000000026,0],[10.14158,49.313019999999995,0],[10.14169,49.313170000000014,0],[10.1427,49.314160000000015,0],[10.143760000000002,49.31576000000001,0],[10.14395,49.31585999999999,0],[10.14514,49.31634999999997,0],[10.145240000000001,49.316329999999994,0],[10.145379999999998,49.31639999999999,0],[10.14408,49.317859999999996,0],[10.14402,49.317859999999996,0],[10.143460000000001,49.31895,0],[10.14333,49.31927000000002,0],[10.14322,49.32030999999998,0],[10.143,49.32154,0],[10.14274,49.32261,0],[10.14262,49.32255000000001,0],[10.14033,49.32255000000001,0],[10.140259999999998,49.322599999999966,0],[10.14042,49.324539999999985,0],[10.14053,49.324569999999994,0],[10.14007,49.32477,0],[10.14002,49.32503,0],[10.13973,49.325830000000025,0],[10.138810000000001,49.325680000000006,0],[10.13899,49.32601,0],[10.13882,49.325980000000015,0],[10.13984,49.32706999999999,0],[10.1371,49.326750000000004,0],[10.13706,49.32731000000001,0],[10.13712,49.32736,0],[10.135260000000002,49.327049999999986,0],[10.13444,49.32695000000001,0],[10.13437,49.326779999999985,0],[10.13295,49.32679000000002,0],[10.13293,49.32772,0],[10.131489999999998,49.32776000000001,0],[10.130310000000001,49.32767999999996,0],[10.130759999999999,49.32544999999999,0],[10.13003,49.32533999999998,0],[10.12887,49.325080000000014,0],[10.12763,49.324700000000036,0],[10.12669,49.32602,0],[10.12599,49.32562999999999,0],[10.12525,49.32508999999999,0],[10.12494,49.32526999999999,0],[10.12436,49.325500000000005,0],[10.12348,49.32568999999998,0],[10.123370000000001,49.32537999999997,0],[10.12352,49.32526999999999,0],[10.123330000000001,49.32504,0],[10.123069999999998,49.32461000000001,0],[10.122219999999999,49.32490999999999,0],[10.12237,49.32506000000001,0],[10.12034,49.32526999999999,0],[10.11996,49.32649000000001,0],[10.118609999999999,49.32873000000001,0],[10.11866,49.32903999999999,0],[10.11813,49.329080000000005,0],[10.11762,49.329049999999995,0],[10.116709999999998,49.32888000000003,0],[10.115,49.32839000000001,0],[10.114079999999998,49.32963999999998,0],[10.11306,49.329469999999986,0],[10.11235,49.32931000000002,0],[10.11147,49.329099999999954,0],[10.1105,49.32882000000001,0],[10.10896,49.33233000000001,0],[10.10712,49.33242000000001,0],[10.10712,49.33267999999998,0],[10.10849,49.332629999999966,0],[10.1094,49.33255,0],[10.11039,49.33252999999999,0],[10.11141,49.33255,0],[10.111930000000001,49.33251999999999,0],[10.112270000000002,49.33243999999999,0],[10.112860000000001,49.33240000000001,0],[10.11278,49.332780000000014,0],[10.11277,49.33333999999999,0],[10.11292,49.33442000000002,0],[10.11307,49.33518000000001,0],[10.1131,49.33567999999997,0],[10.1083,49.33600999999999,0],[10.1088,49.337909999999994,0],[10.10887,49.33793000000003,0],[10.108689999999998,49.33798999999996,0],[10.10452,49.338480000000004,0],[10.10445,49.33843999999996,0],[10.10428,49.34073000000001,0],[10.10434,49.34079,0],[10.104620000000002,49.34088,0],[10.10455,49.340990000000005,0],[10.10415,49.34129999999999,0],[10.103650000000002,49.34142,0],[10.10322,49.341459999999955,0],[10.10282,49.34451999999996,0],[10.10393,49.34468000000001,0],[10.10389,49.34478999999999,0],[10.10382,49.34483,0],[10.10379,49.346990000000005,0],[10.10388,49.34694999999999,0],[10.10755,49.34737000000001,0],[10.10778,49.347440000000006,0],[10.10924,49.34831,0],[10.109249999999998,49.34836999999999,0],[10.10842,49.34915999999998,0],[10.10852,49.34922999999998,0],[10.1068,49.35285999999999,0],[10.10685,49.35297,0],[10.10795,49.35333,0],[10.10791,49.353260000000006,0],[10.10864,49.35167000000001,0],[10.10871,49.35164,0],[10.1106,49.351849999999985,0],[10.111050000000002,49.35185999999999,0],[10.11164,49.35193000000001,0],[10.11303,49.35192000000001,0],[10.11377,49.35183000000001,0],[10.113900000000001,49.351789999999994,0],[10.113969999999998,49.35175000000001,0],[10.11419,49.35194000000001,0],[10.11466,49.35167999999999,0],[10.11543,49.35139000000001,0],[10.11566,49.35141999999999,0],[10.11878,49.35101,0],[10.11886,49.35095000000001,0],[10.11896,49.350149999999985,0],[10.119030000000002,49.3501,0],[10.1191,49.35016999999999,0],[10.122099999999998,49.35032000000001,0],[10.122180000000002,49.350269999999995,0],[10.12216,49.35035999999997,0],[10.12268,49.35037999999997,0],[10.12378,49.350540000000024,0],[10.12362,49.351169999999996,0],[10.123359999999998,49.35181,0],[10.123029999999998,49.35464999999999,0],[10.12312,49.35473000000002,0],[10.12311,49.35485,0],[10.12431,49.35489999999999,0],[10.12439,49.35495,0],[10.124630000000002,49.35586000000001,0],[10.12458,49.35690999999997,0],[10.12453,49.35687999999999,0],[10.11836,49.35786000000002,0],[10.118279999999999,49.357910000000004,0],[10.11792,49.3596,0],[10.117980000000001,49.35963000000001,0],[10.11771,49.35965999999999,0],[10.114280000000003,49.359790000000004,0],[10.113390000000003,49.35973000000001,0],[10.113329999999998,49.359669999999994,0],[10.11307,49.36026000000001,0],[10.112889999999998,49.360810000000015,0],[10.11273,49.36165,0],[10.11272,49.36202,0],[10.11283,49.36286000000001,0],[10.11278,49.36367000000001,0],[10.11282,49.363969999999995,0],[10.113529999999999,49.36662000000001,0],[10.11734,49.36698999999999,0],[10.11727,49.36754000000002,0],[10.11725,49.36909,0],[10.11656,49.370209999999986,0],[10.11481,49.3715,0],[10.114039999999997,49.372240000000005,0],[10.113460000000002,49.372979999999984,0],[10.11306,49.37342000000001,0],[10.11224,49.37387000000001,0],[10.11118,49.37540999999999,0],[10.110699999999998,49.375879999999995,0],[10.10864,49.37736000000001,0],[10.10727,49.37877,0],[10.10716,49.378919999999994,0],[10.108369999999999,49.380889999999994,0],[10.10879,49.38070999999999,0],[10.10872,49.380769999999984,0],[10.10875,49.38085000000001,0],[10.10913,49.38127,0],[10.109810000000001,49.382180000000005,0],[10.11185,49.38505000000001,0],[10.11201,49.38512,0],[10.11455,49.38526000000002,0],[10.11519,49.38547,0],[10.11682,49.38592,0],[10.11873,49.38638,0],[10.121810000000002,49.38632000000001,0],[10.12191,49.386359999999996,0],[10.1217,49.3879,0],[10.12646,49.3879,0],[10.12646,49.38783999999998,0],[10.12762,49.38772,0],[10.1294,49.387429999999995,0],[10.12948,49.38736,0],[10.130790000000001,49.387159999999994,0],[10.13219,49.38691,0],[10.13203,49.386059999999986,0],[10.13295,49.38602000000003,0],[10.132920000000002,49.38682,0],[10.13405,49.38673,0],[10.13478,49.38669999999999,0],[10.136439999999999,49.38671999999997,0],[10.13659,49.38607999999999,0],[10.13763,49.38614000000001,0],[10.13834,49.38613000000001,0],[10.139219999999998,49.38599000000002,0],[10.13996,49.38584,0],[10.139889999999998,49.385609999999986,0],[10.13981,49.384799999999984,0],[10.139669999999999,49.38436999999999,0],[10.139659999999997,49.384150000000005,0],[10.13977,49.38380000000001,0],[10.13994,49.38354000000001,0],[10.14065,49.38374999999999,0],[10.14139,49.383910000000014,0],[10.14222,49.384150000000005,0],[10.1425,49.38418999999999,0],[10.14254,49.384090000000015,0],[10.142680000000002,49.38398999999998,0],[10.14298,49.38387,0],[10.144569999999998,49.383549999999985,0],[10.14504,49.38469999999998,0],[10.14532,49.38577000000001,0],[10.146060000000002,49.38569000000001,0],[10.14622,49.38633999999999,0],[10.1463,49.38708,0],[10.14632,49.38830999999999,0],[10.14801,49.38821999999999,0],[10.150549999999999,49.388139999999964,0],[10.15063,49.388360000000006,0],[10.151589999999999,49.388329999999996,0],[10.152710000000003,49.388360000000006,0],[10.15625,49.38867000000002,0],[10.15604,49.389579999999995,0],[10.15635,49.38956999999999,0],[10.15665,49.39017999999999,0],[10.156899999999998,49.390199999999965,0],[10.156760000000002,49.39077,0],[10.157610000000002,49.39098999999999,0],[10.158380000000001,49.39102,0],[10.15919,49.390420000000006,0],[10.159609999999999,49.39018999999999,0],[10.160159999999998,49.39017000000001,0],[10.16101,49.39037999999999,0],[10.160950000000001,49.39159999999998,0],[10.16059,49.392600000000044,0],[10.16069,49.39421999999999,0],[10.16092,49.39456999999999,0],[10.16114,49.39471999999998,0],[10.16149,49.39487,0],[10.161650000000002,49.39500000000001,0],[10.16175,49.39526999999998,0],[10.16166,49.39555999999996,0],[10.16094,49.39574999999999,0],[10.160049999999998,49.395820000000015,0],[10.158980000000001,49.396119999999996,0],[10.1584,49.39616000000001,0],[10.158,49.39632,0],[10.15754,49.39646000000002,0],[10.156789999999999,49.396270000000015,0],[10.1561,49.39643000000001,0],[10.1554,49.39649000000003,0],[10.15506,49.396589999999975,0],[10.15494,49.39669000000001,0],[10.15416,49.39708999999999,0],[10.15441,49.397279999999995,0],[10.15439,49.39751000000001,0],[10.15443,49.39762000000002,0],[10.15457,49.39771999999999,0],[10.15445,49.39792,0],[10.15445,49.39798999999999,0],[10.15422,49.39822000000001,0],[10.15428,49.39831000000001,0],[10.15427,49.39857000000001,0],[10.154190000000002,49.39876000000001,0],[10.15398,49.39868999999999,0],[10.15383,49.398709999999994,0],[10.15346,49.398830000000004,0],[10.15298,49.39885000000001,0],[10.15258,49.39894000000001,0],[10.15168,49.39904999999999,0],[10.15147,49.39913999999999,0],[10.151410000000002,49.39913999999999,0],[10.15131,49.39905999999996,0],[10.15123,49.39909,0],[10.1511,49.39929000000001,0],[10.1509,49.39931999999999,0],[10.15075,49.39947000000001,0],[10.15064,49.39947000000001,0],[10.15042,49.399310000000014,0],[10.15032,49.39932999999996,0],[10.14999,49.39956000000004,0],[10.14989,49.39958999999999,0],[10.14973,49.39958999999999,0],[10.149579999999998,49.39967999999999,0],[10.14939,49.39971,0],[10.149280000000001,49.399940000000015,0],[10.14908,49.40001000000001,0],[10.14901,49.40009999999998,0],[10.14885,49.40012999999999,0],[10.14845,49.40033,0],[10.14826,49.400360000000006,0],[10.14815,49.40046000000001,0],[10.14792,49.40055000000001,0],[10.147719999999998,49.400769999999994,0],[10.14771,49.40087,0],[10.14761,49.40093999999996,0],[10.1476,49.40105,0],[10.14748,49.40115,0],[10.1473,49.401219999999995,0],[10.14726,49.40129999999999,0],[10.147279999999999,49.401389999999964,0],[10.14704,49.401489999999995,0],[10.14696,49.40156999999999,0],[10.146660000000002,49.40174999999999,0],[10.14615,49.40194999999997,0],[10.145800000000001,49.40205,0],[10.145609999999998,49.40205,0],[10.144760000000002,49.40244000000001,0],[10.14427,49.40249,0],[10.14404,49.40259000000003,0],[10.143859999999998,49.40263999999999,0],[10.14368,49.402750000000026,0],[10.14308,49.40281999999999,0],[10.14289,49.40289999999999,0],[10.14266,49.40287000000001,0],[10.142310000000002,49.40290999999999,0],[10.14173,49.402859999999976,0],[10.1414,49.40294,0],[10.14128,49.40299999999999,0],[10.141229999999998,49.40307999999999,0],[10.14104,49.40314999999998,0],[10.140940000000002,49.403160000000014,0],[10.1408,49.403129999999976,0],[10.1405,49.40299000000002,0],[10.14019,49.40296000000001,0],[10.1401,49.40307999999999,0],[10.13998,49.40311,0],[10.13961,49.40308999999999,0],[10.139329999999998,49.403009999999995,0],[10.139080000000002,49.403009999999995,0],[10.1389,49.40308999999999,0],[10.138970000000002,49.403250000000014,0],[10.13896,49.403670000000005,0],[10.13961,49.40362999999999,0],[10.13971,49.403760000000034,0],[10.14035,49.40384,0],[10.14087,49.40380999999999,0],[10.14184,49.40383,0],[10.14172,49.403520000000015,0],[10.14261,49.40343999999999,0],[10.143049999999999,49.40335999999999,0],[10.14321,49.40365,0],[10.14417,49.40355999999997,0],[10.14407,49.40339,0],[10.14463,49.403269999999964,0],[10.14572,49.402919999999995,0],[10.14746,49.402469999999994,0],[10.14806,49.40242999999998,0],[10.14857,49.40223,0],[10.14935,49.40136000000001,0],[10.14974,49.40198000000001,0],[10.15119,49.401440000000036,0],[10.15131,49.40122999999997,0],[10.15148,49.401129999999995,0],[10.151620000000001,49.401189999999986,0],[10.15194,49.40124,0],[10.1522,49.40124,0],[10.15186,49.40174999999999,0],[10.15163,49.40241,0],[10.15176,49.40244999999999,0],[10.15169,49.40307999999999,0],[10.151549999999999,49.403099999999995,0],[10.151410000000002,49.40332000000001,0],[10.1512,49.40350999999998,0],[10.1516,49.40379000000004,0],[10.15241,49.40422000000004,0],[10.150920000000001,49.405189999999976,0],[10.1508,49.405230000000046,0],[10.15043,49.40549999999999,0],[10.150150000000002,49.4059,0],[10.14995,49.40630999999999,0],[10.149880000000001,49.40629000000001,0],[10.14979,49.406679999999994,0],[10.14986,49.407190000000014,0],[10.149849999999999,49.40771999999998,0],[10.150000000000002,49.408469999999994,0],[10.14982,49.40848,0],[10.14989,49.40923000000001,0],[10.14972,49.409459999999996,0],[10.14915,49.40984,0],[10.14938,49.4101,0],[10.14937,49.410270000000025,0],[10.14872,49.41073000000003,0],[10.14857,49.41078999999999,0],[10.148609999999998,49.41097999999997,0],[10.14783,49.411160000000024,0],[10.1482,49.411730000000006,0],[10.148389999999997,49.41195999999999,0],[10.149579999999998,49.41176999999999,0],[10.15012,49.411789999999996,0],[10.150960000000001,49.41156999999998,0],[10.15115,49.41144,0],[10.152490000000002,49.41163,0],[10.15241,49.4118,0],[10.15209,49.41219000000001,0],[10.15171,49.41241999999997,0],[10.15144,49.41248999999999,0],[10.15057,49.41258000000002,0],[10.1493,49.41299000000001,0],[10.15032,49.413520000000005,0],[10.15019,49.41380000000004,0],[10.14996,49.414049999999975,0],[10.149110000000002,49.41368,0],[10.14908,49.41385,0],[10.14883,49.414210000000026,0],[10.14755,49.41354000000001,0],[10.1473,49.413730000000015,0],[10.14697,49.41413,0],[10.14715,49.414180000000016,0],[10.146979999999997,49.414559999999994,0],[10.14696,49.41474999999997,0],[10.14683,49.41499999999999,0],[10.14693,49.41502,0],[10.14675,49.415310000000005,0],[10.14678,49.415639999999996,0],[10.1467,49.4161,0],[10.14644,49.41602,0],[10.14611,49.415989999999994,0],[10.14612,49.41666000000001,0],[10.14618,49.41687999999999,0],[10.14635,49.41691,0],[10.1464,49.41752999999997,0],[10.14638,49.41769000000002,0],[10.14612,49.41781,0],[10.145840000000002,49.41819000000001,0],[10.14542,49.41851,0],[10.14575,49.41885000000002,0],[10.144760000000002,49.41985999999997,0],[10.14461,49.41994,0],[10.14458,49.419820000000016,0],[10.14441,49.41978,0],[10.143569999999999,49.42081000000002,0],[10.14332,49.42103,0],[10.14267,49.42152999999999,0],[10.14185,49.421989999999994,0],[10.1414,49.422470000000004,0],[10.14047,49.423130000000015,0],[10.13974,49.42372,0],[10.13948,49.42389,0],[10.13942,49.423850000000016,0],[10.1388,49.42419000000001,0],[10.13735,49.42466000000002,0],[10.13783,49.42526999999998,0],[10.13816,49.42606000000001,0],[10.138249999999998,49.426140000000004,0],[10.13843,49.42616000000001,0],[10.13847,49.427010000000024,0],[10.138619999999998,49.42740999999998,0],[10.13838,49.427899999999994,0],[10.13832,49.42818,0],[10.1381,49.42857000000001,0],[10.138000000000002,49.428450000000026,0],[10.13746,49.42888000000002,0],[10.13738,49.429010000000005,0],[10.13712,49.42921999999999,0],[10.13669,49.42967999999999,0],[10.13577,49.43043,0],[10.136399999999998,49.430800000000005,0],[10.136140000000001,49.43096,0],[10.13575,49.43110000000004,0],[10.135430000000001,49.43106,0],[10.13431,49.43177,0],[10.13368,49.43212,0],[10.134290000000002,49.432709999999986,0],[10.134319999999999,49.43268000000003,0],[10.134869999999998,49.43333999999996,0],[10.13546,49.433279999999996,0],[10.13571,49.43333000000001,0],[10.135949999999998,49.433279999999996,0],[10.13623,49.43334999999999,0],[10.13676,49.43332000000001,0],[10.13695,49.433359999999965,0],[10.13715,49.43321999999998,0],[10.13754,49.43314000000004,0],[10.137689999999997,49.43309000000002,0],[10.137809999999998,49.43309000000002,0],[10.13801,49.43317999999999,0],[10.13783,49.43337,0],[10.137110000000002,49.43386000000004,0],[10.13645,49.43376000000001,0],[10.13562,49.43396999999999,0],[10.13546,49.434109999999976,0],[10.13483,49.43455,0],[10.13434,49.43481,0],[10.134290000000002,49.43496000000002,0],[10.134620000000002,49.43502000000001,0],[10.13452,49.43552,0],[10.13434,49.43549999999999,0],[10.13403,49.436769999999996,0],[10.13382,49.43709999999999,0],[10.13378,49.43714,0],[10.13308,49.43737999999999,0],[10.133129999999998,49.43772999999999,0],[10.13312,49.437929999999994,0],[10.13252,49.43781000000001,0],[10.13194,49.43773999999999,0],[10.132019999999999,49.437780000000004,0],[10.132060000000001,49.43787999999998,0],[10.1314,49.43799000000001,0],[10.13097,49.43797000000001,0],[10.13007,49.43815000000001,0],[10.13006,49.438109999999995,0],[10.12872,49.4384,0],[10.128500000000003,49.43858,0],[10.12819,49.43871999999996,0],[10.12783,49.438680000000005,0],[10.12715,49.43887000000001,0],[10.125809999999998,49.43945999999997,0],[10.124769999999998,49.439989999999995,0],[10.12439,49.44024000000002,0],[10.12404,49.44075000000001,0],[10.123710000000003,49.44135,0],[10.12324,49.44109000000003,0],[10.122699999999998,49.44069999999999,0],[10.12205,49.44109000000003,0],[10.12184,49.44094999999999,0],[10.12156,49.44109000000003,0],[10.121520000000002,49.44134,0],[10.12107,49.44188,0],[10.12039,49.44234,0],[10.12014,49.442710000000005,0],[10.11949,49.44342000000003,0],[10.11889,49.443929999999995,0],[10.11788,49.44298999999998,0],[10.1169,49.443389999999994,0],[10.116049999999998,49.44364999999999,0],[10.11572,49.44370000000001,0],[10.11484,49.443689999999975,0],[10.114419999999999,49.443640000000016,0],[10.112559999999998,49.44328999999999,0],[10.11102,49.442740000000015,0],[10.11036,49.44247999999999,0],[10.11019,49.44236999999998,0],[10.11017,49.44225,0],[10.1105,49.44174000000001,0],[10.111050000000002,49.44121999999999,0],[10.11133,49.44123000000002,0],[10.112519999999998,49.43925999999999,0],[10.1128,49.43887000000001,0],[10.111820000000002,49.438559999999995,0],[10.110850000000001,49.43966,0],[10.110109999999999,49.44031000000001,0],[10.10965,49.440560000000005,0],[10.10943,49.440650000000005,0],[10.10903,49.44096999999999,0],[10.10887,49.44103000000001,0],[10.10874,49.44118,0],[10.10854,49.44127,0],[10.10838,49.44139999999999,0],[10.10809,49.441520000000025,0],[10.10755,49.441869999999994,0],[10.107439999999999,49.442049999999995,0],[10.10722,49.44216,0],[10.107140000000001,49.44224,0],[10.10716,49.44236999999998,0],[10.10712,49.44243000000003,0],[10.10694,49.442530000000005,0],[10.10694,49.44256999999999,0],[10.106810000000001,49.44263999999998,0],[10.10678,49.44269,0],[10.10662,49.44275999999999,0],[10.10662,49.442800000000005,0],[10.10583,49.44328999999999,0],[10.10621,49.44367,0],[10.10621,49.44387000000003,0],[10.10611,49.44409000000002,0],[10.105839999999999,49.4444,0],[10.10467,49.44457000000003,0],[10.10386,49.44479999999999,0],[10.103349999999999,49.44500000000002,0],[10.102650000000002,49.445430000000016,0],[10.102129999999999,49.44570999999999,0],[10.10162,49.44594000000001,0],[10.100380000000001,49.44644999999997,0],[10.099859999999998,49.446560000000005,0],[10.09902,49.44682,0],[10.09869,49.446950000000044,0],[10.09842,49.44716,0],[10.09813,49.44726,0],[10.09743,49.44744,0],[10.09709,49.44747000000001,0],[10.09664,49.44746000000001,0],[10.09643,49.44749999999999,0],[10.09598,49.44764000000001,0],[10.09512,49.44800000000001,0],[10.09488,49.44807,0],[10.09539,49.44884999999999,0],[10.095329999999999,49.44891999999999,0],[10.09542,49.44890000000001,0],[10.09545,49.44894000000002,0],[10.096369999999999,49.450440000000015,0],[10.09688,49.450950000000006,0],[10.09712,49.45131000000001,0],[10.09717,49.451449999999994,0],[10.09731,49.452169999999995,0],[10.09698,49.452330000000046,0],[10.09712,49.4529,0],[10.09719,49.45366000000001,0],[10.09736,49.454499999999996,0],[10.098,49.454890000000006,0],[10.09787,49.45516000000001,0],[10.09773,49.455330000000004,0],[10.09717,49.455760000000026,0],[10.097139999999998,49.45605999999998,0],[10.09758,49.45670000000001,0],[10.097889999999998,49.45701,0],[10.09863,49.45669000000001,0],[10.09899,49.456650000000025,0],[10.09946,49.45663999999999,0],[10.100910000000002,49.45688000000001,0],[10.102880000000003,49.45761999999996,0],[10.10381,49.457850000000036,0],[10.10438,49.457959999999986,0],[10.10542,49.458079999999995,0],[10.10679,49.458560000000006,0],[10.10719,49.458860000000044,0],[10.10764,49.45949999999999,0],[10.10776,49.45985000000002,0],[10.1081,49.460319999999996,0],[10.10722,49.46064000000001,0],[10.106509999999998,49.46085000000002,0],[10.106239999999998,49.46122,0],[10.10539,49.46195,0],[10.10495,49.46258,0],[10.10486,49.46296000000001,0],[10.10504,49.46307999999999,0],[10.1053,49.46318000000002,0],[10.10619,49.46338,0],[10.10677,49.46328999999997,0],[10.10896,49.461990000000014,0],[10.11051,49.462350000000015,0],[10.11087,49.462260000000015,0],[10.11188,49.46235999999999,0],[10.11409,49.46249,0],[10.11436,49.46254999999999,0],[10.11467,49.46231,0],[10.11537,49.46162000000004,0],[10.11591,49.46119999999999,0],[10.11685,49.461630000000014,0],[10.1173,49.461780000000005,0],[10.11752,49.461799999999954,0],[10.118349999999998,49.46222,0],[10.119620000000001,49.46275000000003,0],[10.12042,49.46298999999999,0],[10.1211,49.46323000000004,0],[10.12135,49.46338,0],[10.12177,49.46352999999999,0],[10.12217,49.46378999999999,0],[10.12207,49.464049999999986,0],[10.12198,49.464609999999965,0],[10.121590000000001,49.465100000000035,0],[10.12119,49.465419999999995,0],[10.12109,49.46558999999999,0],[10.12091,49.46549000000002,0],[10.12079,49.46537000000001,0],[10.12068,49.46546000000001,0],[10.12038,49.46599000000003,0],[10.120110000000002,49.46624,0],[10.117909999999998,49.467600000000004,0],[10.117799999999999,49.46808999999996,0],[10.117909999999998,49.46827000000002,0],[10.11786,49.469310000000036,0],[10.11762,49.470230000000015,0],[10.119279999999998,49.47024999999999,0],[10.11949,49.470969999999994,0],[10.11786,49.47153,0],[10.11826,49.472350000000006,0],[10.11792,49.472440000000006,0],[10.11699,49.47243,0],[10.11672,49.472530000000006,0],[10.11609,49.472849999999994,0],[10.115800000000002,49.47303999999997,0],[10.115299999999998,49.47348999999997,0],[10.11491,49.47394000000003,0],[10.11491,49.47397999999998,0],[10.11525,49.47406999999998,0],[10.115310000000001,49.47413,0],[10.11549,49.47453999999999,0],[10.11575,49.47492999999997,0],[10.11635,49.475509999999986,0],[10.11653,49.475799999999964,0],[10.11666,49.47614999999999,0],[10.11662,49.47619,0],[10.11593,49.476259999999996,0],[10.11629,49.478759999999994,0],[10.11506,49.47868,0],[10.114720000000002,49.47863000000004,0],[10.11229,49.478170000000034,0],[10.11137,49.47791000000001,0],[10.109619999999998,49.47977,0],[10.10911,49.48064000000002,0],[10.10898,49.48096000000001,0],[10.10871,49.48136000000002,0],[10.108330000000002,49.482219999999984,0],[10.10817,49.48272,0],[10.1081,49.48271,0],[10.10803,49.48284000000001,0],[10.10478,49.482579999999984,0],[10.105319999999999,49.483580000000046,0],[10.10329,49.48422999999997,0],[10.10324,49.48490000000001,0],[10.100980000000002,49.48573999999999,0],[10.101119999999998,49.48581999999999,0],[10.10134,49.486170000000016,0],[10.10144,49.486579999999975,0],[10.101379999999999,49.486789999999985,0],[10.10111,49.487239999999986,0],[10.10108,49.48744000000002,0],[10.101229999999997,49.48779999999999,0],[10.10211,49.48912999999996,0],[10.10219,49.489289999999954,0],[10.10226,49.48966999999999,0],[10.10218,49.48994999999999,0],[10.102,49.490189999999984,0],[10.10187,49.490279999999984,0],[10.101389999999999,49.490470000000016,0],[10.10077,49.49059,0],[10.10053,49.49072000000001,0],[10.10033,49.490950000000026,0],[10.10028,49.49137000000002,0],[10.100310000000002,49.49171999999999,0],[10.10044,49.49211,0],[10.100669999999997,49.49251000000001,0],[10.1007,49.49250000000001,0],[10.10085,49.49275,0],[10.10093,49.49295000000001,0],[10.101,49.49322000000001,0],[10.100980000000002,49.494020000000035,0],[10.10107,49.49417,0],[10.10122,49.494309999999984,0],[10.10208,49.494789999999995,0],[10.1031,49.49520000000004,0],[10.1042,49.495600000000024,0],[10.10464,49.49567999999999,0],[10.105,49.495709999999974,0],[10.10496,49.49591000000001,0],[10.10488,49.496039999999994,0],[10.10463,49.496219999999994,0],[10.10493,49.49678000000003,0],[10.10525,49.49677,0],[10.10534,49.49681000000001,0],[10.10502,49.49728999999999,0],[10.10505,49.49752000000001,0],[10.104800000000001,49.49764999999999,0],[10.104659999999999,49.497889999999984,0],[10.104099999999999,49.49788000000001,0],[10.10411,49.497960000000035,0],[10.103939999999998,49.497990000000016,0],[10.10318,49.497990000000016,0],[10.10337,49.498279999999994,0],[10.10341,49.49860999999996,0],[10.10679,49.4992,0],[10.10692,49.499359999999996,0],[10.106700000000002,49.49947,0],[10.108400000000001,49.500159999999994,0],[10.10845,49.50044,0],[10.10867,49.50050999999996,0],[10.109080000000002,49.50058000000004,0],[10.10905,49.50069000000002,0],[10.109249999999998,49.50072,0],[10.10939,49.500940000000014,0],[10.109150000000001,49.50137999999998,0],[10.10923,49.501599999999996,0],[10.109370000000002,49.50171000000003,0],[10.10991,49.501949999999965,0],[10.11,49.502020000000016,0],[10.11173,49.502189999999985,0],[10.11444,49.50256000000002,0],[10.11859,49.504309999999975,0],[10.118119999999998,49.50504000000001,0],[10.11774,49.50577999999999,0],[10.11734,49.50680000000003,0],[10.11727,49.507180000000005,0],[10.117419999999997,49.50719000000001,0],[10.117500000000001,49.507149999999996,0],[10.12067,49.50725,0],[10.120729999999998,49.50729000000001,0],[10.12038,49.50927999999999,0],[10.1203,49.509330000000006,0],[10.12141,49.50936999999996,0],[10.121250000000002,49.51102000000003,0],[10.11716,49.51057000000003,0],[10.11636,49.510429999999985,0],[10.11589,49.51123000000001,0],[10.11577,49.51184000000001,0],[10.11551,49.51226,0],[10.11322,49.51215000000002,0],[10.11281,49.512100000000004,0],[10.1111,49.51178999999999,0],[10.108400000000001,49.51134999999999,0],[10.107030000000002,49.513630000000006,0],[10.10592,49.514759999999995,0],[10.10568,49.51508000000001,0],[10.104759999999999,49.51486,0],[10.1037,49.51465999999999,0],[10.10029,49.513679999999994,0],[10.09939,49.51483000000002,0],[10.09672,49.51433,0],[10.09557,49.514050000000026,0],[10.095560000000003,49.51407000000003,0],[10.09397,49.51358999999999,0],[10.09394,49.51362000000003,0],[10.09325,49.513419999999996,0],[10.09257,49.513289999999984,0],[10.090180000000002,49.51290000000003,0],[10.08915,49.51304999999999,0],[10.08772,49.512820000000005,0],[10.08599,49.512339999999995,0],[10.084670000000001,49.51173,0],[10.08341,49.51132999999999,0],[10.0825,49.51116999999999,0],[10.08198,49.51174000000003,0],[10.08056,49.51244999999997,0],[10.07971,49.51301999999998,0],[10.07972,49.513059999999996,0],[10.08348,49.51448000000002,0],[10.08337,49.514530000000036,0],[10.08019,49.518039999999985,0],[10.08019,49.51809,0],[10.07987,49.51791,0],[10.07917,49.51741999999999,0],[10.07794,49.518759999999986,0],[10.07833,49.518959999999964,0],[10.07825,49.51904999999999,0],[10.07935,49.51947000000001,0],[10.0801,49.51966999999999,0],[10.08128,49.519840000000016,0],[10.08208,49.520039999999995,0],[10.081989999999998,49.520070000000004,0],[10.081290000000001,49.52071000000001,0],[10.07901,49.523920000000004,0],[10.080509999999999,49.52438999999998,0],[10.08033,49.52441999999999,0],[10.078840000000001,49.5273,0],[10.07894,49.527409999999975,0],[10.07974,49.527649999999994,0],[10.07978,49.52770000000001,0],[10.080960000000001,49.527950000000004,0],[10.082930000000001,49.52813999999998,0],[10.085939999999999,49.528250000000014,0],[10.086829999999999,49.5283,0],[10.088,49.52841999999998,0],[10.08767,49.53058999999999,0],[10.089489999999998,49.53045999999998,0],[10.08964,49.53036,0],[10.089719999999998,49.530370000000005,0],[10.08941,49.53154000000001,0],[10.08895,49.53246999999999,0],[10.08859,49.53365000000002,0],[10.0919,49.53442000000004,0],[10.091480000000002,49.53487999999999,0],[10.09101,49.53548000000001,0],[10.089950000000002,49.53710000000001,0],[10.08938,49.5377,0],[10.089119999999998,49.53808000000001,0],[10.08813,49.539950000000005,0],[10.08779,49.540700000000015,0],[10.08759,49.541240000000016,0],[10.08749,49.54173,0],[10.08745,49.54226,0],[10.08387,49.54220000000001,0],[10.0837,49.54293000000001,0],[10.08369,49.54323999999997,0],[10.083750000000002,49.543350000000004,0],[10.08376,49.54357999999999,0],[10.083630000000001,49.54357999999999,0],[10.08385,49.54366999999996,0],[10.08387,49.54414000000003,0],[10.08403,49.54484999999997,0],[10.0841,49.54546000000002,0],[10.084039999999998,49.54599000000002,0],[10.08411,49.54645000000002,0],[10.08452,49.54730000000001,0],[10.08313,49.54727,0],[10.082629999999998,49.549620000000004,0],[10.082559999999999,49.550610000000006,0],[10.082590000000001,49.55178000000001,0],[10.083310000000003,49.55184,0],[10.08322,49.55336,0],[10.08321,49.554069999999996,0],[10.082930000000001,49.55466000000001,0],[10.08366,49.554730000000006,0],[10.083109999999998,49.555330000000026,0],[10.08267,49.555679999999995,0],[10.08318,49.55593999999999,0],[10.08268,49.556160000000006,0],[10.08142,49.55664999999999,0],[10.08068,49.55718000000002,0],[10.080640000000002,49.55731,0],[10.08093,49.55811,0],[10.08112,49.55814000000001,0],[10.08086,49.55848,0],[10.081670000000003,49.55883,0],[10.08047,49.55991,0],[10.08068,49.56000000000003,0],[10.08092,49.56013999999999,0],[10.08068,49.56032999999999,0],[10.08038,49.56079,0],[10.080250000000001,49.560869999999994,0],[10.07968,49.56082000000001,0],[10.07928,49.561229999999995,0],[10.07885,49.56137000000001,0],[10.078990000000001,49.561679999999996,0],[10.078440000000002,49.56233000000003,0],[10.078180000000001,49.562479999999994,0],[10.078319999999998,49.5626,0],[10.07649,49.56345000000002,0],[10.07864,49.56506000000002,0],[10.077,49.565560000000005,0],[10.07612,49.565769999999986,0],[10.07498,49.56488999999999,0],[10.074800000000002,49.56478999999999,0],[10.073490000000001,49.56602000000001,0],[10.07304,49.56585000000001,0],[10.0717,49.56733,0],[10.07231,49.56747999999999,0],[10.07264,49.56733,0],[10.07415,49.56778,0],[10.07426,49.56782000000001,0],[10.074019999999999,49.568250000000006,0],[10.07441,49.56828999999999,0],[10.07382,49.56936999999999,0],[10.07356,49.56933000000001,0],[10.07254,49.57237000000001,0],[10.07307,49.57246999999998,0],[10.07302,49.57267999999999,0],[10.07304,49.57297,0],[10.07337,49.57428999999999,0],[10.074299999999997,49.57614000000004,0],[10.074320000000002,49.57722000000001,0],[10.074360000000002,49.57733000000002,0],[10.07464,49.57746,0],[10.07536,49.57749000000001,0],[10.07525,49.580600000000004,0],[10.07307,49.58053000000001,0],[10.07304,49.58136999999999,0],[10.07269,49.58139,0],[10.07288,49.583849999999984,0],[10.07248,49.58382000000003,0],[10.07236,49.5839,0],[10.072159999999998,49.58543000000003,0],[10.07218,49.58607000000001,0],[10.072120000000002,49.586600000000004,0],[10.07137,49.586540000000014,0],[10.07149,49.588179999999994,0],[10.07068,49.588239999999985,0],[10.071559999999998,49.59010000000001,0],[10.07183,49.59022999999999,0],[10.07266,49.59100000000001,0],[10.069549999999998,49.592479999999995,0],[10.07095,49.593500000000006,0],[10.073120000000001,49.59343999999999,0],[10.07323,49.59371999999999,0],[10.074869999999999,49.59441000000001,0],[10.076,49.59482,0],[10.074800000000002,49.59633000000002,0],[10.07732,49.597139999999996,0],[10.07926,49.59768,0],[10.08302,49.59844000000001,0],[10.082590000000001,49.60055,0]],[[10.876169999999998,49.741359999999986,0],[10.87601,49.74162000000001,0],[10.87567,49.741569999999996,0],[10.87485,49.74173999999999,0],[10.87457,49.741499999999974,0],[10.874060000000002,49.74162999999999,0],[10.87381,49.74135000000001,0],[10.87338,49.741420000000005,0],[10.8732,49.74095,0],[10.87361,49.74094000000002,0],[10.87415,49.741029999999995,0],[10.87517,49.740759999999966,0],[10.87521,49.740399999999994,0],[10.87554,49.74019000000001,0],[10.87621,49.74036000000001,0],[10.876620000000003,49.740520000000004,0],[10.87646,49.74092000000002,0],[10.876169999999998,49.741359999999986,0]],[[10.89349,49.740290000000016,0],[10.89324,49.740260000000006,0],[10.89198,49.74029999999996,0],[10.89175,49.74045000000001,0],[10.89157,49.74087,0],[10.89119,49.74109999999999,0],[10.89096,49.741180000000014,0],[10.89044,49.74126000000001,0],[10.89007,49.74119999999999,0],[10.888690000000002,49.741240000000005,0],[10.88872,49.74162999999999,0],[10.88852,49.741660000000024,0],[10.88795,49.74171000000004,0],[10.8873,49.74163999999999,0],[10.88682,49.74176,0],[10.88633,49.74180999999999,0],[10.88545,49.74162000000001,0],[10.884750000000002,49.741600000000005,0],[10.88392,49.74167,0],[10.88323,49.74180000000001,0],[10.88287,49.741979999999984,0],[10.88244,49.74231,0],[10.88283,49.74253999999999,0],[10.88273,49.74261999999999,0],[10.88238,49.74287000000001,0],[10.88193,49.74292,0],[10.88114,49.743300000000005,0],[10.88074,49.74356000000003,0],[10.87987,49.74304999999998,0],[10.88002,49.74274,0],[10.879919999999998,49.742639999999994,0],[10.87936,49.742699999999985,0],[10.8789,49.742909999999995,0],[10.877799999999999,49.74278000000001,0],[10.87793,49.74242000000001,0],[10.87768,49.741690000000034,0],[10.87707,49.741330000000005,0],[10.87715,49.741119999999995,0],[10.87762,49.741150000000005,0],[10.87816,49.740999999999985,0],[10.878590000000003,49.741280000000046,0],[10.87896,49.74137999999999,0],[10.879300000000002,49.74131,0],[10.87953,49.74120999999997,0],[10.879809999999999,49.740970000000004,0],[10.88064,49.74134000000001,0],[10.8817,49.74065999999999,0],[10.88262,49.74020999999999,0],[10.883149999999999,49.73962000000003,0],[10.883369999999998,49.73943,0],[10.88328,49.73922999999999,0],[10.882780000000002,49.73894999999999,0],[10.88228,49.73862,0],[10.88235,49.738429999999966,0],[10.88309,49.73840999999999,0],[10.883369999999998,49.73826,0],[10.88387,49.7381,0],[10.88413,49.73797999999999,0],[10.88489,49.73813999999999,0],[10.88513,49.738110000000006,0],[10.88531,49.73832999999999,0],[10.885599999999998,49.73858000000001,0],[10.88619,49.73856000000001,0],[10.88668,49.73849999999999,0],[10.887239999999998,49.73848000000001,0],[10.88775,49.73854,0],[10.88775,49.738759999999985,0],[10.888130000000002,49.73885999999996,0],[10.88844,49.73888000000002,0],[10.88882,49.738820000000004,0],[10.88927,49.738640000000004,0],[10.88976,49.73832999999999,0],[10.8903,49.73819,0],[10.89092,49.73823999999999,0],[10.89156,49.73805999999999,0],[10.891840000000002,49.73787999999999,0],[10.89217,49.73795000000001,0],[10.89263,49.737899999999996,0],[10.892799999999998,49.737689999999986,0],[10.89327,49.737629999999996,0],[10.89365,49.73888000000002,0],[10.89383,49.73976999999999,0],[10.89365,49.740309999999994,0],[10.89349,49.740290000000016,0]]]},"properties":{"name":"Regierungsbezirk Mittelfranken","description":"\n \n \n \n \n
Gebiet:Regierungsbezirk Mittelfranken
Fläche:7660.0 km²
Anzahl Dateien:1
Größe Download:74.4 MB
\n
Download","styleUrl":"https://atlas.bayern.de/?c=677751,5422939&z=7.589&l=atkis,https%3A%2F%2Fgeodaten.bayern.de%2Fodd%2Fm%2F3%2Fdaten%2Fhausumringe%2Fbezirk%2Fkml%2FHU_regierungsbezirk.kml&t=ba#orange","srid":"3857"}}]} \ No newline at end of file From 3692a374b7fa949a8c841a5d53d983dd78b6795b Mon Sep 17 00:00:00 2001 From: Emil Balitzki Date: Thu, 30 May 2024 16:50:22 +0200 Subject: [PATCH 3/9] Fixed localhost Signed-off-by: Emil Balitzki --- frontend/src/components/MapView/DataFetch.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/MapView/DataFetch.tsx b/frontend/src/components/MapView/DataFetch.tsx index 453c748b..9c09b3ee 100644 --- a/frontend/src/components/MapView/DataFetch.tsx +++ b/frontend/src/components/MapView/DataFetch.tsx @@ -13,7 +13,6 @@ const geojsonGemeindenPolygons: FeatureCollection = // Define the base of the API URL const getBaseApiUrl = () => { - console.log("Checking base url: " + import.meta.env.VITE_STAGE); switch (import.meta.env.VITE_STAGE) { case "production": return `http://${import.meta.env.VITE_API_HOST_PRODUCTION}:${ @@ -24,10 +23,10 @@ const getBaseApiUrl = () => { import.meta.env.VITE_API_PORT_TEST }`; default: - return `http://${import.meta.env.VITE_API_HOST_DEV}:${ - import.meta.env.VITE_API_PORT_DEV - }`; } + return `http://${import.meta.env.VITE_API_HOST_DEV}:${ + import.meta.env.VITE_API_PORT_DEV + }`; }; const useGeoData = ( @@ -119,6 +118,7 @@ const useGeoData = ( TopLong: bounds.getNorthEast().lng, //topLong, ZoomLevel: zoom, }; + console.log(getApiUrlForDataset()); const response = await axios.get>( getApiUrlForDataset(), { From 65de1ed75fbcef4f18c8b85fb19d7a6ebafc7553 Mon Sep 17 00:00:00 2001 From: Lucas Nandico Date: Fri, 31 May 2024 00:15:54 +0200 Subject: [PATCH 4/9] added json for house footprints - included quite difficult coordinate reference system transformation to get from epsg 25whatever to something suitable Signed-off-by: Lucas Nandico --- frontend/package-lock.json | 44 ++ frontend/package.json | 2 + frontend/src/components/MapView/DataFetch.tsx | 37 +- .../MapView/MapDatasetVisualizer.tsx | 53 ++- .../src/components/MapView/bayernatlas.json | 18 +- frontend/src/components/MapView/output.json | 439 ++++++++++++++++++ 6 files changed, 566 insertions(+), 27 deletions(-) create mode 100644 frontend/src/components/MapView/output.json diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5ea3c185..76a5164f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,11 +18,13 @@ "@phosphor-icons/react": "^2.1.5", "@types/geojson": "^7946.0.14", "@types/leaflet.markercluster": "^1.5.4", + "@types/proj4leaflet": "^1.0.10", "axios": "^1.7.2", "geojson": "^0.5.0", "leaflet": "^1.9.4", "leaflet-geosearch": "^4.0.0", "leaflet.markercluster": "^1.5.3", + "proj4leaflet": "^1.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-leaflet": "^4.2.1" @@ -1276,6 +1278,21 @@ "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" }, + "node_modules/@types/proj4": { + "version": "2.5.5", + "resolved": "https://registry.npmjs.org/@types/proj4/-/proj4-2.5.5.tgz", + "integrity": "sha512-y4tHUVVoMEOm2nxRLQ2/ET8upj/pBmoutGxFw2LZJTQWPgWXI+cbxVEUFFmIzr/bpFR83hGDOTSXX6HBeObvZA==" + }, + "node_modules/@types/proj4leaflet": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/@types/proj4leaflet/-/proj4leaflet-1.0.10.tgz", + "integrity": "sha512-Yie5J8sHUgTQ1FTRP9cCDXpWvHXjUiSjwlnJb1F06Czwo6cVOt8Bxy6txMSIVgznbnRWlbYmxNjWDhYtNxAflw==", + "dependencies": { + "@types/geojson": "*", + "@types/leaflet": "*", + "@types/proj4": "*" + } + }, "node_modules/@types/prop-types": { "version": "15.7.12", "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz", @@ -2786,6 +2803,11 @@ "node": ">= 8" } }, + "node_modules/mgrs": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/mgrs/-/mgrs-1.0.0.tgz", + "integrity": "sha512-awNbTOqCxK1DBGjalK3xqWIstBZgN6fxsMSiXLs9/spqWkF2pAhb2rrYCFSsr1/tT7PhcDGjZndG8SWYn0byYA==" + }, "node_modules/micromatch": { "version": "4.0.5", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", @@ -3055,6 +3077,23 @@ "node": ">= 0.8.0" } }, + "node_modules/proj4": { + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/proj4/-/proj4-2.11.0.tgz", + "integrity": "sha512-SasuTkAx8HnWQHfIyhkdUNJorSJqINHAN3EyMWYiQRVorftz9DHz650YraFgczwgtHOxqnfuDxSNv3C8MUnHeg==", + "dependencies": { + "mgrs": "1.0.0", + "wkt-parser": "^1.3.3" + } + }, + "node_modules/proj4leaflet": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/proj4leaflet/-/proj4leaflet-1.0.2.tgz", + "integrity": "sha512-6GdDeUlhX/tHUiMEj80xQhlPjwrXcdfD0D5OBymY8WvxfbmZcdhNqQk7n7nFf53ue6QdP9ls9ZPjsAxnbZDTsw==", + "dependencies": { + "proj4": "^2.3.14" + } + }, "node_modules/prop-types": { "version": "15.8.1", "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", @@ -3594,6 +3633,11 @@ "node": ">= 8" } }, + "node_modules/wkt-parser": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/wkt-parser/-/wkt-parser-1.3.3.tgz", + "integrity": "sha512-ZnV3yH8/k58ZPACOXeiHaMuXIiaTk1t0hSUVisbO0t4RjA5wPpUytcxeyiN2h+LZRrmuHIh/1UlrR9e7DHDvTw==" + }, "node_modules/word-wrap": { "version": "1.2.5", "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", diff --git a/frontend/package.json b/frontend/package.json index 254157f1..89889b71 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,11 +20,13 @@ "@phosphor-icons/react": "^2.1.5", "@types/geojson": "^7946.0.14", "@types/leaflet.markercluster": "^1.5.4", + "@types/proj4leaflet": "^1.0.10", "axios": "^1.7.2", "geojson": "^0.5.0", "leaflet": "^1.9.4", "leaflet-geosearch": "^4.0.0", "leaflet.markercluster": "^1.5.3", + "proj4leaflet": "^1.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-leaflet": "^4.2.1" diff --git a/frontend/src/components/MapView/DataFetch.tsx b/frontend/src/components/MapView/DataFetch.tsx index 9c09b3ee..afd1b269 100644 --- a/frontend/src/components/MapView/DataFetch.tsx +++ b/frontend/src/components/MapView/DataFetch.tsx @@ -1,11 +1,12 @@ import { FeatureCollection, Geometry } from "geojson"; import defaultCityLocationData from "./FeatureCollection.json"; -import defaultPolygonData from "./bayernatlas.json"; +import defaultPolygonData from "./output.json"; import { LatLngBounds } from "leaflet"; import { useContext, useEffect, useState } from "react"; -import { TabsContext } from "../../contexts/TabsContext"; +import { TabProps, TabsContext } from "../../contexts/TabsContext"; import { AlertContext } from "../../contexts/AlertContext"; import axios from "axios"; +import { MapContext } from "../../contexts/MapContext"; const geojsonCities: FeatureCollection = defaultCityLocationData as FeatureCollection; const geojsonGemeindenPolygons: FeatureCollection = @@ -39,6 +40,12 @@ const useGeoData = ( const [data, setData] = useState>(); const { currentAlertCache, setCurrentAlertCache } = useContext(AlertContext); + const { currentTabsCache } = useContext(TabsContext); + + const tabProps = currentTabsCache.openedTabs.find( + (tab) => tab.dataset.id === id + ); + // Returns the API URL of the endpoint for a specific dataset const getApiUrlForDataset = (): string => { switch (id) { @@ -57,12 +64,6 @@ const useGeoData = ( } }; - const { currentTabsCache } = useContext(TabsContext); - - const tabProps = currentTabsCache.openedTabs.find( - (tab) => tab.dataset.id === id - ); - /*useEffect(() => { if (tabProps && tabProps.dataset.lastDataRequestBounds === bounds) { console.log("SAME AS LAST TIME"); @@ -106,10 +107,21 @@ const useGeoData = ( console.log("SAME AS LAST TIME"); return; } + if (tabProps && tabProps.dataset.type === "markers" && zoom <= 10) { + console.log("too far away"); + return; + } + if (id === "house_footprints") { + if (tabProps?.dataset.data.features.length == 0) { + setData(geojsonGemeindenPolygons as FeatureCollection); + onUpdate(geojsonGemeindenPolygons, bounds); + } + + return; + } // eslint-disable-next-line @typescript-eslint/no-unused-vars - const fetchData = async (_bounds: LatLngBounds): Promise => { + const fetchData = async (bounds: LatLngBounds): Promise => { try { - console.log(getBaseApiUrl()); // Define the query parameters const params = { BottomLat: bounds.getSouthWest().lat, // bottomLat, @@ -118,7 +130,9 @@ const useGeoData = ( TopLong: bounds.getNorthEast().lng, //topLong, ZoomLevel: zoom, }; - console.log(getApiUrlForDataset()); + //console.log(getApiUrlForDataset()); + const url = `http://localhost:8081/api/v1.0/Dataset/1/data?BottomLat=${params.BottomLat}&BottomLong=${params.BottomLong}&TopLat=${params.TopLat}&TopLong=${params.TopLong}`; + console.log(url); const response = await axios.get>( getApiUrlForDataset(), { @@ -158,7 +172,6 @@ const useGeoData = ( }; fetchData(bounds); - // eslint-disable-next-line react-hooks/exhaustive-deps }, [bounds, zoom, id]); return data; diff --git a/frontend/src/components/MapView/MapDatasetVisualizer.tsx b/frontend/src/components/MapView/MapDatasetVisualizer.tsx index 11453516..f1a740c2 100644 --- a/frontend/src/components/MapView/MapDatasetVisualizer.tsx +++ b/frontend/src/components/MapView/MapDatasetVisualizer.tsx @@ -7,6 +7,8 @@ import { TabsContext } from "../../contexts/TabsContext"; import useGeoData from "./DataFetch"; import L from "leaflet"; import { LatLngBounds } from "leaflet"; +import proj4 from "proj4"; +import "proj4leaflet"; interface MapDatasetVisualizerProps { dataset: Dataset; @@ -17,7 +19,7 @@ const MapDatasetVisualizer: React.FC = ({ }) => { const map = useMap(); const { currentMapCache } = useContext(MapContext); - const { setCurrentTabsCache } = useContext(TabsContext); + const { currentTabsCache, setCurrentTabsCache } = useContext(TabsContext); const updateDatasetData = useCallback( (newData: FeatureCollection, bounds: LatLngBounds) => { @@ -55,21 +57,44 @@ const MapDatasetVisualizer: React.FC = ({ if (!geoData) return; // todo: if type is marker do this, dont do this with areas - const geojsonLayer = L.geoJson(geoData, { - pointToLayer: function (_feature, latlng) { - return L.marker(latlng, { icon: dataset.markerIcon }); - }, - style: { fillOpacity: 0.1 }, - }); - const markerClusterGroup = L.markerClusterGroup(); + if (dataset.id === "house_footprints") { + console.log("hi from data visualizer"); - markerClusterGroup.addLayer(geojsonLayer); - map.addLayer(markerClusterGroup); + const myCRS = new L.Proj.CRS( + "EPSG:25832", + "+proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs" + ); - return () => { - map.removeLayer(markerClusterGroup); - }; - }, [dataset.markerIcon, map, geoData]); + function coordsToLatLng1(coords: number[]) { + var latLng = myCRS.unproject(L.point(coords[0], coords[1])); + console.log(latLng); + return latLng; + } + const geojsonLayer = L.geoJson(geoData, { + coordsToLatLng: coordsToLatLng1, + }); + + geojsonLayer.addTo(map); + map.fitBounds(geojsonLayer.getBounds()); + return; + } else { + const geojsonLayer = L.geoJson(geoData, { + pointToLayer: function (_feature, latlng) { + return L.marker(latlng, { icon: dataset.markerIcon }); + }, + + style: { fillOpacity: 0.1 }, + }); + const markerClusterGroup = L.markerClusterGroup(); + + markerClusterGroup.addLayer(geojsonLayer); + map.addLayer(markerClusterGroup); + + return () => { + map.removeLayer(markerClusterGroup); + }; + } + }, [dataset.markerIcon, currentMapCache.zoom, map, geoData]); return null; }; diff --git a/frontend/src/components/MapView/bayernatlas.json b/frontend/src/components/MapView/bayernatlas.json index 94888a97..f3c05002 100644 --- a/frontend/src/components/MapView/bayernatlas.json +++ b/frontend/src/components/MapView/bayernatlas.json @@ -1 +1,17 @@ -{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.082590000000001,49.60055,0],[10.08218,49.602360000000004,0],[10.083559999999999,49.602460000000036,0],[10.08539,49.60253,0],[10.08583,49.60255999999998,0],[10.08637,49.602679999999964,0],[10.08583,49.60529,0],[10.08725,49.60536999999999,0],[10.08679,49.607939999999985,0],[10.09078,49.60764,0],[10.08959,49.61106000000001,0],[10.09089,49.61113999999998,0],[10.09198,49.61130000000003,0],[10.09921,49.61261999999999,0],[10.099120000000001,49.61276000000004,0],[10.097150000000001,49.618060000000014,0],[10.10007,49.61855000000003,0],[10.0999,49.61900000000003,0],[10.10432,49.619519999999966,0],[10.104020000000002,49.620509999999996,0],[10.105060000000002,49.62064000000001,0],[10.11056,49.621579999999966,0],[10.110699999999998,49.62147999999999,0],[10.11098,49.62114,0],[10.11102,49.62082000000001,0],[10.11547,49.62159,0],[10.115829999999999,49.62119999999999,0],[10.116379999999998,49.62131000000002,0],[10.117469999999999,49.62030999999999,0],[10.117639999999998,49.62028999999998,0],[10.11783,49.620209999999986,0],[10.11805,49.61977999999999,0],[10.1249,49.613550000000004,0],[10.12963,49.61473000000001,0],[10.13051,49.61363000000003,0],[10.13208,49.61156,0],[10.13708,49.61246,0],[10.13719,49.61199000000002,0],[10.137330000000002,49.61091999999999,0],[10.1384,49.61117999999999,0],[10.139900000000003,49.61180999999996,0],[10.140450000000001,49.611850000000004,0],[10.14183,49.611819999999994,0],[10.14194,49.611879999999985,0],[10.14206,49.612089999999995,0],[10.14232,49.61218000000002,0],[10.14318,49.61195000000001,0],[10.14335,49.61156,0],[10.14394,49.610510000000005,0],[10.148279999999998,49.61188999999999,0],[10.150080000000003,49.609049999999996,0],[10.14852,49.608580000000046,0],[10.14875,49.608310000000046,0],[10.149809999999999,49.606719999999996,0],[10.149319999999998,49.60658000000001,0],[10.15012,49.60525000000001,0],[10.15069,49.60449,0],[10.151699999999998,49.604749999999996,0],[10.15168,49.60354000000001,0],[10.153970000000001,49.603489999999994,0],[10.15559,49.59849999999997,0],[10.155639999999998,49.59683000000001,0],[10.15716,49.596990000000005,0],[10.15715,49.59608,0],[10.15729,49.59432000000004,0],[10.168900000000002,49.58940999999999,0],[10.16973,49.58903000000001,0],[10.170149999999998,49.588779999999986,0],[10.17118,49.58828,0],[10.17218,49.58765,0],[10.173060000000001,49.590689999999995,0],[10.17334,49.59145000000001,0],[10.17377,49.593140000000034,0],[10.1742,49.59548000000001,0],[10.17492,49.59542000000002,0],[10.17508,49.597350000000006,0],[10.17502,49.599350000000015,0],[10.17866,49.599410000000006,0],[10.1788,49.598240000000004,0],[10.178849999999999,49.598119999999994,0],[10.17968,49.59810999999999,0],[10.18098,49.59854999999999,0],[10.18131,49.59861999999998,0],[10.18591,49.60022000000001,0],[10.18813,49.600899999999996,0],[10.18811,49.60115999999999,0],[10.188540000000001,49.60152999999997,0],[10.19003,49.601,0],[10.19127,49.60164,0],[10.19127,49.601260000000025,0],[10.19182,49.60131000000001,0],[10.191920000000001,49.601,0],[10.19211,49.60068000000001,0],[10.192290000000002,49.600419999999986,0],[10.192549999999999,49.600149999999985,0],[10.19582,49.59987000000001,0],[10.195670000000002,49.603170000000006,0],[10.1999,49.60282000000001,0],[10.2003,49.60509999999999,0],[10.20041,49.60665,0],[10.20051,49.607309999999956,0],[10.20053,49.60825,0],[10.20181,49.61309,0],[10.20188,49.61349000000004,0],[10.20194,49.61430999999999,0],[10.20189,49.61553000000001,0],[10.201609999999999,49.61699999999999,0],[10.20146,49.61752000000001,0],[10.20134,49.61778000000001,0],[10.201159999999998,49.61801,0],[10.20093,49.618179999999995,0],[10.20067,49.618269999999995,0],[10.20053,49.61840999999998,0],[10.200229999999998,49.61892,0],[10.199870000000002,49.62004999999999,0],[10.1998,49.62042999999997,0],[10.199679999999999,49.62144000000001,0],[10.199650000000002,49.622600000000006,0],[10.1997,49.62324000000001,0],[10.199650000000002,49.62362999999999,0],[10.199639999999999,49.62412000000003,0],[10.19966,49.62419999999997,0],[10.19999,49.624269999999996,0],[10.20007,49.62432000000001,0],[10.200189999999997,49.62458000000001,0],[10.20027,49.62531000000001,0],[10.20022,49.62567999999999,0],[10.200239999999999,49.62626000000003,0],[10.205949999999998,49.62650999999997,0],[10.20542,49.62746999999999,0],[10.20648,49.627890000000036,0],[10.207879999999998,49.62831,0],[10.20752,49.629189999999994,0],[10.20872,49.62948,0],[10.20838,49.63034999999999,0],[10.20958,49.63067000000001,0],[10.20954,49.630300000000005,0],[10.209779999999999,49.62968000000001,0],[10.211299999999998,49.629909999999995,0],[10.21136,49.629999999999995,0],[10.211519999999998,49.631159999999966,0],[10.211650000000002,49.63125999999994,0],[10.21226,49.63144,0],[10.21259,49.631489999999985,0],[10.213529999999999,49.631489999999985,0],[10.21823,49.63141999999999,0],[10.21823,49.63293999999999,0],[10.22159,49.63273000000001,0],[10.22158,49.63256999999999,0],[10.22201,49.632509999999996,0],[10.221960000000001,49.63207000000003,0],[10.22198,49.63175000000001,0],[10.22217,49.63123999999999,0],[10.222259999999999,49.631140000000016,0],[10.22414,49.63150000000002,0],[10.22468,49.63106000000002,0],[10.22752,49.63020000000003,0],[10.22786,49.63007999999999,0],[10.22866,49.62968999999998,0],[10.232949999999999,49.62983,0],[10.23837,49.62917999999999,0],[10.238150000000001,49.63006999999999,0],[10.238970000000002,49.62974000000003,0],[10.2395,49.629470000000026,0],[10.24043,49.62889999999999,0],[10.24062,49.62867,0],[10.242690000000001,49.627410000000026,0],[10.243430000000002,49.626919999999984,0],[10.24414,49.627250000000004,0],[10.24444,49.62702999999999,0],[10.246060000000002,49.626149999999996,0],[10.24709,49.625850000000014,0],[10.24778,49.625760000000014,0],[10.24933,49.62522999999999,0],[10.25106,49.62534999999997,0],[10.25223,49.62548000000001,0],[10.25355,49.62551000000002,0],[10.254149999999997,49.625280000000004,0],[10.25461,49.62503000000001,0],[10.255230000000001,49.62486000000001,0],[10.25651,49.624840000000034,0],[10.25751,49.62486000000001,0],[10.258170000000002,49.62492,0],[10.258949999999999,49.624930000000006,0],[10.259839999999999,49.62485000000001,0],[10.26134,49.62465999999998,0],[10.26297,49.62473,0],[10.26406,49.62482000000003,0],[10.26499,49.62456,0],[10.2655,49.624539999999996,0],[10.26608,49.62443999999999,0],[10.26655,49.624329999999986,0],[10.26712,49.62414000000001,0],[10.269269999999999,49.62520000000001,0],[10.27081,49.624570000000006,0],[10.27111,49.62434999999999,0],[10.27198,49.62390999999997,0],[10.27246,49.62362000000002,0],[10.27301,49.62308999999999,0],[10.27356,49.622739999999965,0],[10.27398,49.622540000000015,0],[10.27439,49.62241,0],[10.27463,49.62234999999998,0],[10.27489,49.62234999999998,0],[10.275060000000002,49.62228999999999,0],[10.27588,49.621820000000014,0],[10.27619,49.621700000000004,0],[10.276810000000001,49.6216,0],[10.27769,49.62128999999996,0],[10.27781,49.62128000000001,0],[10.27821,49.62114999999997,0],[10.27872,49.62096,0],[10.279289999999998,49.62052,0],[10.27986,49.62018000000003,0],[10.28127,49.619410000000016,0],[10.281980000000003,49.619110000000006,0],[10.28229,49.61914999999999,0],[10.28274,49.61927,0],[10.28444,49.61973000000003,0],[10.285119999999997,49.619999999999976,0],[10.28566,49.620299999999986,0],[10.28609,49.62047000000004,0],[10.28701,49.62071,0],[10.28771,49.62076999999999,0],[10.28792,49.620900000000034,0],[10.28941,49.622209999999995,0],[10.291150000000002,49.62389999999999,0],[10.292850000000001,49.62549999999999,0],[10.293000000000001,49.62567999999999,0],[10.29508,49.62512000000001,0],[10.29622,49.62463999999997,0],[10.29661,49.624360000000024,0],[10.29811,49.62545,0],[10.299870000000002,49.626270000000005,0],[10.30052,49.626720000000034,0],[10.3013,49.627170000000035,0],[10.301840000000002,49.62693999999996,0],[10.30239,49.62655000000001,0],[10.30274,49.62589,0],[10.302959999999999,49.62476000000001,0],[10.30364,49.62350000000001,0],[10.30393,49.62322,0],[10.304070000000001,49.62303,0],[10.304190000000002,49.62270000000001,0],[10.30495,49.62213,0],[10.30544,49.62186999999997,0],[10.306300000000002,49.62123,0],[10.30787,49.62119999999999,0],[10.30851,49.62104000000002,0],[10.30853,49.62186,0],[10.30803,49.622690000000006,0],[10.3085,49.62317999999999,0],[10.30896,49.62374,0],[10.30895,49.62395000000001,0],[10.30922,49.62434999999999,0],[10.30935,49.62447,0],[10.3098,49.62482000000003,0],[10.31003,49.62489999999997,0],[10.31066,49.625,0],[10.31195,49.62496999999999,0],[10.31308,49.62514999999999,0],[10.3139,49.62517,0],[10.314390000000001,49.62513999999999,0],[10.316579999999998,49.62489999999997,0],[10.317509999999999,49.624930000000006,0],[10.3185,49.62503000000001,0],[10.31898,49.6251,0],[10.31995,49.62537999999998,0],[10.32083,49.625339999999994,0],[10.321659999999998,49.62521000000001,0],[10.32275,49.62529000000001,0],[10.32403,49.62529000000001,0],[10.32494,49.62517,0],[10.32488,49.623710000000045,0],[10.32522,49.623069999999984,0],[10.32567,49.622739999999965,0],[10.32648,49.623069999999984,0],[10.326870000000001,49.62316000000001,0],[10.327609999999998,49.62316000000001,0],[10.328089999999998,49.62307999999999,0],[10.328379999999997,49.62311,0],[10.328909999999999,49.623519999999985,0],[10.32908,49.62361000000001,0],[10.3293,49.623670000000004,0],[10.32988,49.62371999999999,0],[10.331359999999998,49.62360000000001,0],[10.33204,49.62337000000002,0],[10.33309,49.62326999999999,0],[10.33351,49.623189999999965,0],[10.33411,49.62286,0],[10.33508,49.62279000000001,0],[10.33564,49.622799999999984,0],[10.33653,49.62302,0],[10.33742,49.62308999999999,0],[10.33828,49.622960000000006,0],[10.33916,49.62306000000001,0],[10.33959,49.62317999999999,0],[10.34027,49.623279999999994,0],[10.340899999999998,49.62332000000001,0],[10.34192,49.6233,0],[10.34236,49.623249999999985,0],[10.34358,49.62293,0],[10.34382,49.62289000000001,0],[10.34468,49.62293,0],[10.34542,49.62289000000001,0],[10.346209999999997,49.62279000000001,0],[10.34667,49.622670000000056,0],[10.347530000000003,49.622270000000015,0],[10.34791,49.622240000000005,0],[10.34827,49.62227999999996,0],[10.348589999999998,49.62236999999999,0],[10.3492,49.62264999999999,0],[10.34995,49.622739999999965,0],[10.35036,49.62285,0],[10.35055,49.62292000000002,0],[10.35087,49.62313,0],[10.35125,49.623429999999956,0],[10.352120000000001,49.62390999999997,0],[10.352490000000001,49.62405000000001,0],[10.3528,49.62413000000001,0],[10.353829999999999,49.62422999999998,0],[10.354429999999999,49.62422999999998,0],[10.35555,49.62437,0],[10.356360000000002,49.62465,0],[10.35722,49.62499,0],[10.35772,49.625069999999994,0],[10.35806,49.62519,0],[10.35905,49.625609999999995,0],[10.35948,49.62589,0],[10.36001,49.626000000000005,0],[10.36025,49.62630999999999,0],[10.36047,49.62671000000003,0],[10.36108,49.62762000000001,0],[10.36105,49.62834000000001,0],[10.36095,49.628859999999975,0],[10.36098,49.629009999999994,0],[10.36133,49.62948,0],[10.36153,49.62997999999999,0],[10.36168,49.63013999999998,0],[10.36258,49.63049000000004,0],[10.36434,49.63139000000001,0],[10.364490000000002,49.63166000000001,0],[10.36496,49.631969999999995,0],[10.36566,49.63198,0],[10.36596,49.63195999999999,0],[10.367310000000002,49.63172,0],[10.36851,49.63166000000001,0],[10.36883,49.63161999999997,0],[10.3692,49.63147999999998,0],[10.3727,49.631399999999985,0],[10.37383,49.631460000000004,0],[10.374099999999999,49.63144,0],[10.37432,49.63147000000001,0],[10.37654,49.63199,0],[10.376999999999999,49.632059999999996,0],[10.37829,49.63212999999999,0],[10.37911,49.63238999999999,0],[10.38002,49.63252,0],[10.381079999999999,49.63279,0],[10.381419999999999,49.63283000000001,0],[10.38189,49.63283000000001,0],[10.38245,49.63293999999999,0],[10.382999999999997,49.63328000000001,0],[10.38353,49.63355999999999,0],[10.38423,49.63374999999999,0],[10.38508,49.633849999999995,0],[10.38692,49.634299999999996,0],[10.3874,49.63423999999998,0],[10.387770000000002,49.634000000000015,0],[10.38808,49.63423999999998,0],[10.38794,49.63455999999999,0],[10.387290000000002,49.63499999999999,0],[10.386470000000001,49.635369999999966,0],[10.38591,49.63578000000001,0],[10.38518,49.63607999999999,0],[10.384880000000003,49.63624999999999,0],[10.3849,49.6369,0],[10.38448,49.63754,0],[10.38422,49.63786000000002,0],[10.38364,49.63837000000001,0],[10.3831,49.639099999999985,0],[10.38243,49.64053000000004,0],[10.38199,49.64125999999999,0],[10.381720000000001,49.641909999999996,0],[10.38188,49.64240000000001,0],[10.381980000000002,49.64295000000001,0],[10.382189999999998,49.643260000000026,0],[10.382189999999998,49.643579999999986,0],[10.382019999999999,49.64408,0],[10.381720000000001,49.644679999999994,0],[10.38133,49.64519999999999,0],[10.38074,49.645809999999955,0],[10.38041,49.646240000000006,0],[10.38017,49.646889999999985,0],[10.3802,49.64739,0],[10.38016,49.64893000000001,0],[10.37988,49.64951000000002,0],[10.37926,49.65035999999998,0],[10.379040000000002,49.65051,0],[10.37696,49.651520000000005,0],[10.3755,49.65270000000001,0],[10.374659999999999,49.65350999999998,0],[10.37382,49.65393,0],[10.373150000000003,49.65438,0],[10.37256,49.65523999999999,0],[10.371989999999998,49.65577000000002,0],[10.37154,49.65635000000003,0],[10.370829999999998,49.65676000000002,0],[10.36983,49.65762000000001,0],[10.369379999999998,49.65851000000001,0],[10.36926,49.65895999999998,0],[10.36842,49.65962999999999,0],[10.36779,49.66060999999999,0],[10.36698,49.66129000000004,0],[10.36622,49.66181,0],[10.36633,49.66188,0],[10.36744,49.66227999999998,0],[10.367779999999998,49.66269,0],[10.36802,49.66323,0],[10.36595,49.66390999999999,0],[10.364420000000003,49.664379999999994,0],[10.363699999999998,49.66445999999999,0],[10.36307,49.66495000000003,0],[10.362779999999999,49.665099999999995,0],[10.362630000000001,49.6653,0],[10.36269,49.66548999999998,0],[10.36271,49.665850000000006,0],[10.363659999999998,49.66593,0],[10.36418,49.66651999999999,0],[10.36536,49.66714999999999,0],[10.3661,49.66709999999998,0],[10.3673,49.66693000000001,0],[10.36758,49.66693000000001,0],[10.36817,49.66709,0],[10.3687,49.667370000000005,0],[10.36899,49.66756000000001,0],[10.369049999999998,49.66772,0],[10.36859,49.66801000000001,0],[10.36814,49.668440000000004,0],[10.367800000000003,49.66884999999999,0],[10.36763,49.669340000000005,0],[10.36752,49.669880000000006,0],[10.367530000000002,49.670710000000014,0],[10.36795,49.67182,0],[10.36799,49.67203000000001,0],[10.36748,49.67266999999998,0],[10.36665,49.67322999999999,0],[10.36443,49.67461,0],[10.36198,49.67635000000001,0],[10.361550000000001,49.67675,0],[10.36145,49.67689000000004,0],[10.36131,49.676980000000015,0],[10.360780000000002,49.67773,0],[10.36071,49.677779999999984,0],[10.36046,49.67784,0],[10.35979,49.677869999999984,0],[10.3593,49.67770999999999,0],[10.35774,49.67755,0],[10.358139999999999,49.67792,0],[10.35882,49.67824999999999,0],[10.35886,49.67900999999998,0],[10.36015,49.68075000000002,0],[10.36261,49.68054999999998,0],[10.363099999999998,49.67963,0],[10.3664,49.68081000000001,0],[10.367640000000002,49.68130999999997,0],[10.367870000000002,49.68171000000001,0],[10.36804,49.68213,0],[10.36688,49.68323000000001,0],[10.36886,49.68404000000001,0],[10.36878,49.68433999999996,0],[10.36919,49.684470000000005,0],[10.369419999999998,49.686150000000026,0],[10.37006,49.68625,0],[10.37006,49.68648999999999,0],[10.37013,49.686560000000014,0],[10.37212,49.68676999999997,0],[10.37341,49.686830000000015,0],[10.37333,49.68753000000001,0],[10.373,49.68866,0],[10.373399999999998,49.68869000000001,0],[10.373990000000001,49.68878000000004,0],[10.37516,49.68907999999999,0],[10.37595,49.688410000000005,0],[10.37681,49.688619999999986,0],[10.3777,49.687929999999994,0],[10.37742,49.687419999999975,0],[10.376669999999999,49.68701999999999,0],[10.37565,49.68630000000002,0],[10.375560000000002,49.686170000000004,0],[10.3755,49.685869999999994,0],[10.37532,49.685569999999984,0],[10.37531,49.68543,0],[10.37541,49.68495999999999,0],[10.37561,49.68450999999999,0],[10.37625,49.68404000000001,0],[10.37642,49.683719999999994,0],[10.37732,49.684650000000005,0],[10.37793,49.684650000000005,0],[10.378270000000002,49.68468999999999,0],[10.37849,49.68487999999999,0],[10.37983,49.68514999999999,0],[10.380720000000002,49.685159999999996,0],[10.38139,49.685209999999984,0],[10.38206,49.685209999999984,0],[10.38261,49.68526,0],[10.38523,49.68495999999999,0],[10.385729999999999,49.68609000000001,0],[10.38604,49.68636000000001,0],[10.386539999999998,49.686620000000005,0],[10.38679,49.68749,0],[10.38716,49.68791999999999,0],[10.38715,49.68799999999999,0],[10.38675,49.6884,0],[10.38666,49.68856999999997,0],[10.38664,49.68878000000004,0],[10.38676,49.68903,0],[10.3869,49.68916999999999,0],[10.38712,49.689520000000044,0],[10.38719,49.68988000000002,0],[10.38712,49.69001,0],[10.38728,49.690740000000005,0],[10.38417,49.69072,0],[10.38359,49.69082,0],[10.381899999999998,49.69134,0],[10.381490000000001,49.69162,0],[10.38118,49.69156000000004,0],[10.380940000000002,49.69163,0],[10.380779999999998,49.69173000000001,0],[10.38083,49.69182000000001,0],[10.38139,49.692079999999976,0],[10.38227,49.69261,0],[10.3822,49.692769999999996,0],[10.382189999999998,49.692909999999955,0],[10.3828,49.693539999999985,0],[10.38273,49.694019999999995,0],[10.382580000000003,49.69403,0],[10.38192,49.6934,0],[10.38125,49.69314000000003,0],[10.38065,49.69305,0],[10.38015,49.69269000000003,0],[10.37955,49.69245999999998,0],[10.37905,49.692189999999954,0],[10.37851,49.692189999999954,0],[10.37687,49.69158999999999,0],[10.37658,49.691159999999996,0],[10.376330000000001,49.690979999999996,0],[10.37619,49.69094000000001,0],[10.376139999999998,49.69094000000001,0],[10.37598,49.69108000000003,0],[10.375579999999998,49.69153,0],[10.37497,49.691370000000006,0],[10.374400000000001,49.69108000000003,0],[10.373029999999998,49.690770000000015,0],[10.368640000000001,49.69038000000003,0],[10.36855,49.69057000000001,0],[10.367760000000002,49.690470000000005,0],[10.36748,49.69104999999999,0],[10.367160000000002,49.690979999999996,0],[10.36587,49.693479999999994,0],[10.36348,49.692939999999965,0],[10.363820000000002,49.692319999999995,0],[10.36338,49.69221999999999,0],[10.36348,49.692020000000014,0],[10.36351,49.69167999999999,0],[10.36364,49.69130000000001,0],[10.36179,49.690979999999996,0],[10.361029999999998,49.69131999999999,0],[10.35993,49.69209000000001,0],[10.35966,49.69236000000001,0],[10.35873,49.692319999999995,0],[10.358509999999999,49.69254000000001,0],[10.357909999999999,49.692620000000005,0],[10.35753,49.692710000000034,0],[10.356649999999998,49.69278,0],[10.356320000000002,49.692949999999996,0],[10.35615,49.692999999999984,0],[10.35538,49.692890000000006,0],[10.35385,49.692859999999996,0],[10.35351,49.69362000000001,0],[10.35422,49.693899999999985,0],[10.35575,49.69407000000001,0],[10.35569,49.69434000000001,0],[10.35503,49.69454999999999,0],[10.35454,49.69462999999999,0],[10.35377,49.69457,0],[10.35273,49.69454999999999,0],[10.35092,49.69437999999997,0],[10.34955,49.69449,0],[10.34862,49.69448,0],[10.34768,49.694619999999986,0],[10.346330000000002,49.69454999999999,0],[10.342429999999998,49.695269999999965,0],[10.340899999999998,49.69569000000001,0],[10.340459999999998,49.69617000000002,0],[10.33991,49.69664,0],[10.33946,49.69713999999996,0],[10.3393,49.69761999999997,0],[10.33932,49.69776000000002,0],[10.33805,49.69793999999999,0],[10.33778,49.697630000000004,0],[10.33718,49.69774000000001,0],[10.33654,49.697389999999984,0],[10.33281,49.698350000000005,0],[10.33478,49.69926000000001,0],[10.33598,49.69982999999999,0],[10.336149999999998,49.69995,0],[10.33641,49.700230000000005,0],[10.337000000000002,49.70111,0],[10.33747,49.70164,0],[10.33865,49.70260999999999,0],[10.338870000000002,49.70291,0],[10.33894,49.703190000000006,0],[10.33894,49.70344,0],[10.33879,49.70398,0],[10.33876,49.704229999999995,0],[10.33899,49.70427000000001,0],[10.339859999999998,49.70427000000001,0],[10.34073,49.70443999999995,0],[10.342049999999999,49.70460000000003,0],[10.34303,49.701960000000014,0],[10.34345,49.70053999999999,0],[10.34394,49.70063999999999,0],[10.345360000000001,49.70071000000004,0],[10.34641,49.700680000000006,0],[10.34758,49.70087000000001,0],[10.348219999999998,49.70090999999999,0],[10.348670000000002,49.70081000000002,0],[10.34922,49.70040000000003,0],[10.35003,49.70003,0],[10.350449999999999,49.699929999999995,0],[10.35084,49.70026999999999,0],[10.3514,49.70000999999999,0],[10.35191,49.69988000000001,0],[10.352529999999998,49.699839999999995,0],[10.35287,49.699970000000036,0],[10.35382,49.700890000000015,0],[10.35173,49.70150000000001,0],[10.3514,49.70161999999999,0],[10.35065,49.70222000000001,0],[10.35382,49.70348999999999,0],[10.353420000000002,49.70382000000001,0],[10.35292,49.70436000000004,0],[10.3534,49.704530000000005,0],[10.35303,49.70496,0],[10.352419999999999,49.705510000000004,0],[10.35685,49.70662999999999,0],[10.35819,49.70715999999996,0],[10.35965,49.70789999999997,0],[10.36168,49.70845,0],[10.36294,49.70872,0],[10.36375,49.70899,0],[10.36535,49.7097,0],[10.36684,49.71012000000002,0],[10.36797,49.710890000000035,0],[10.36893,49.71119999999999,0],[10.370089999999998,49.7114,0],[10.369909999999999,49.712020000000024,0],[10.370189999999997,49.71206999999998,0],[10.37047,49.712230000000005,0],[10.370789999999998,49.71248,0],[10.37038,49.71263999999999,0],[10.370679999999998,49.712950000000006,0],[10.370910000000002,49.71334000000002,0],[10.371279999999999,49.71352999999999,0],[10.371429999999998,49.71373,0],[10.37138,49.71392000000003,0],[10.37159,49.71379000000002,0],[10.37186,49.71368999999996,0],[10.37235,49.71364,0],[10.37301,49.714439999999996,0],[10.373239999999997,49.7149,0],[10.37312,49.714909999999975,0],[10.37321,49.71525,0],[10.37343,49.715509999999995,0],[10.373810000000002,49.71606,0],[10.37415,49.71674999999999,0],[10.37398,49.71714,0],[10.37363,49.71741,0],[10.372089999999998,49.71827999999999,0],[10.372429999999998,49.71907999999999,0],[10.37319,49.720110000000005,0],[10.3737,49.72073,0],[10.374169999999998,49.720969999999994,0],[10.3758,49.721540000000005,0],[10.375909999999998,49.72237999999999,0],[10.37695,49.72318000000001,0],[10.37831,49.72349,0],[10.37903,49.723690000000005,0],[10.380119999999998,49.72406000000001,0],[10.38337,49.72537,0],[10.387099999999998,49.72674000000001,0],[10.38782,49.72708,0],[10.38879,49.727810000000005,0],[10.39112,49.72874999999999,0],[10.391850000000002,49.729089999999985,0],[10.39203,49.72914,0],[10.392890000000001,49.72919000000002,0],[10.39351,49.73032999999998,0],[10.393899999999999,49.73083,0],[10.39415,49.73133999999999,0],[10.394090000000002,49.73167999999998,0],[10.39538,49.731889999999964,0],[10.396160000000002,49.732080000000025,0],[10.39617,49.732219999999984,0],[10.39607,49.73235,0],[10.39592,49.73245,0],[10.395570000000001,49.732579999999984,0],[10.3953,49.73272,0],[10.396079999999998,49.733149999999995,0],[10.396660000000002,49.732849999999985,0],[10.397360000000003,49.73255,0],[10.39764,49.732770000000016,0],[10.39787,49.73311000000004,0],[10.39803,49.73344,0],[10.398130000000002,49.73385999999999,0],[10.398840000000002,49.735000000000014,0],[10.40052,49.73466000000002,0],[10.4009,49.73462000000001,0],[10.40141,49.73466000000002,0],[10.402689999999998,49.73490000000001,0],[10.40354,49.73516000000001,0],[10.40676,49.736350000000016,0],[10.407109999999998,49.736519999999985,0],[10.40739,49.73686000000001,0],[10.40758,49.73722000000001,0],[10.40761,49.737390000000005,0],[10.40732,49.73798999999997,0],[10.40762,49.738110000000006,0],[10.40768,49.73819,0],[10.40765,49.738519999999994,0],[10.40799,49.73858999999999,0],[10.408530000000003,49.73898,0],[10.40896,49.73953,0],[10.40941,49.740279999999984,0],[10.409709999999999,49.74046000000001,0],[10.410130000000002,49.74054000000001,0],[10.410570000000002,49.74074000000002,0],[10.41166,49.741420000000005,0],[10.4123,49.74194,0],[10.41096,49.742279999999994,0],[10.4115,49.743060000000014,0],[10.412499999999998,49.74284000000003,0],[10.41428,49.74251000000001,0],[10.41532,49.742279999999994,0],[10.41565,49.74202,0],[10.41659,49.741539999999986,0],[10.41701,49.74108000000001,0],[10.41715,49.74083999999999,0],[10.41727,49.74044000000001,0],[10.417370000000002,49.74032999999997,0],[10.41746,49.74023,0],[10.41778,49.74016,0],[10.41783,49.74024000000003,0],[10.41803,49.74038999999999,0],[10.4188,49.74108000000001,0],[10.419149999999998,49.74152999999998,0],[10.4195,49.74188000000001,0],[10.42006,49.74267999999998,0],[10.41989,49.74274,0],[10.41988,49.74298999999999,0],[10.41975,49.74331000000001,0],[10.41958,49.74358000000004,0],[10.419550000000001,49.743769999999984,0],[10.419780000000001,49.744110000000006,0],[10.42042,49.74481,0],[10.420999999999998,49.745299999999986,0],[10.4211,49.74529000000001,0],[10.42121,49.745149999999995,0],[10.42139,49.74508,0],[10.42167,49.745090000000005,0],[10.421329999999998,49.744200000000006,0],[10.42128,49.743930000000006,0],[10.4211,49.74369999999999,0],[10.420040000000002,49.743600000000015,0],[10.42067,49.74322999999998,0],[10.42094,49.742909999999995,0],[10.420959999999997,49.74261000000001,0],[10.42092,49.74243999999999,0],[10.42012,49.74119000000002,0],[10.419820000000001,49.74090000000001,0],[10.419369999999999,49.74018000000001,0],[10.4194,49.73952,0],[10.4193,49.73858999999999,0],[10.419070000000001,49.73799999999997,0],[10.41843,49.73683999999997,0],[10.41832,49.73648,0],[10.41825,49.73556000000002,0],[10.41803,49.73532,0],[10.418,49.73510000000002,0],[10.41785,49.73464000000001,0],[10.41755,49.73394000000002,0],[10.417139999999998,49.733599999999996,0],[10.417100000000001,49.73337000000001,0],[10.4168,49.73301000000001,0],[10.41661,49.73265999999998,0],[10.41664,49.73244,0],[10.41649,49.73203000000001,0],[10.41641,49.73133999999999,0],[10.416330000000002,49.73122000000001,0],[10.41682,49.731059999999985,0],[10.41806,49.73087000000001,0],[10.4181,49.73096000000001,0],[10.41815,49.731509999999986,0],[10.41898,49.731899999999996,0],[10.42016,49.73174,0],[10.4222,49.731300000000005,0],[10.422490000000002,49.73167999999998,0],[10.422739999999997,49.732169999999996,0],[10.42232,49.73263,0],[10.421859999999999,49.73371,0],[10.42255,49.73549,0],[10.422969999999998,49.73628000000002,0],[10.42382,49.73628000000002,0],[10.424939999999998,49.73752000000002,0],[10.42512,49.73789000000002,0],[10.42688,49.73777999999999,0],[10.42712,49.73795000000001,0],[10.4273,49.738200000000035,0],[10.427510000000002,49.73876999999999,0],[10.42757,49.73901000000001,0],[10.42759,49.73962999999998,0],[10.42758,49.73988,0],[10.427400000000002,49.74014,0],[10.42734,49.74031999999997,0],[10.427379999999998,49.740700000000004,0],[10.42704,49.74083999999999,0],[10.427130000000002,49.74119999999999,0],[10.42775,49.74145999999999,0],[10.42846,49.74185,0],[10.42973,49.74221,0],[10.43037,49.74234000000001,0],[10.43016,49.743829999999974,0],[10.43093,49.744429999999994,0],[10.43189,49.74477999999999,0],[10.43282,49.74524999999997,0],[10.43466,49.74656999999996,0],[10.43524,49.747420000000005,0],[10.43547,49.74762999999999,0],[10.43543,49.747870000000006,0],[10.43545,49.748260000000016,0],[10.43532,49.749149999999986,0],[10.43533,49.749419999999986,0],[10.43501,49.74950999999999,0],[10.435189999999999,49.74976000000001,0],[10.43565,49.75021000000001,0],[10.436109999999998,49.75029000000001,0],[10.4371,49.750339999999966,0],[10.437500000000002,49.750339999999966,0],[10.437940000000001,49.75029000000001,0],[10.439350000000001,49.74995000000001,0],[10.440210000000002,49.749780000000015,0],[10.44014,49.74956,0],[10.44143,49.74934999999999,0],[10.44341,49.74883,0],[10.44393,49.74871999999999,0],[10.44432,49.74871000000002,0],[10.44509,49.74859000000001,0],[10.44628,49.74834999999999,0],[10.44665,49.74823000000001,0],[10.44729,49.747960000000006,0],[10.448039999999999,49.747479999999996,0],[10.44816,49.74736999999999,0],[10.44852,49.74680000000001,0],[10.44869,49.7466,0],[10.449849999999998,49.74571,0],[10.45063,49.745479999999986,0],[10.45104,49.745439999999974,0],[10.45251,49.74543,0],[10.45316,49.745360000000005,0],[10.453499999999998,49.745360000000005,0],[10.45504,49.744850000000014,0],[10.45533,49.74468999999996,0],[10.45574,49.74486999999999,0],[10.455990000000002,49.744710000000026,0],[10.45695,49.74382,0],[10.45761,49.74351999999999,0],[10.45919,49.742999999999995,0],[10.46063,49.74235999999996,0],[10.461889999999999,49.74170000000001,0],[10.46243,49.74132,0],[10.463739999999998,49.74054000000001,0],[10.46433,49.74132,0],[10.46462,49.741330000000005,0],[10.46525,49.74145999999999,0],[10.4686,49.742230000000006,0],[10.46893,49.74235999999996,0],[10.46937,49.742380000000026,0],[10.4713,49.742909999999995,0],[10.47293,49.743480000000005,0],[10.47353,49.743629999999996,0],[10.47431,49.743750000000006,0],[10.4766,49.74428000000003,0],[10.479009999999999,49.744609999999966,0],[10.48,49.744640000000004,0],[10.48301,49.74430000000001,0],[10.48384,49.74414999999999,0],[10.485399999999998,49.74376000000001,0],[10.48692,49.74353999999997,0],[10.48849,49.743510000000015,0],[10.48982,49.743419999999986,0],[10.49002,49.74338,0],[10.49039,49.74324999999999,0],[10.4914,49.742729999999995,0],[10.491819999999999,49.74349000000001,0],[10.49306,49.74483000000001,0],[10.49337,49.745090000000005,0],[10.493629999999998,49.74524999999997,0],[10.493829999999999,49.745540000000005,0],[10.493980000000002,49.74636000000001,0],[10.4946,49.74633,0],[10.494869999999999,49.747330000000005,0],[10.49359,49.74736999999999,0],[10.492529999999999,49.74886000000001,0],[10.4922,49.74891999999997,0],[10.492929999999998,49.74959000000001,0],[10.49356,49.7499,0],[10.494130000000002,49.749629999999996,0],[10.494339999999998,49.75001,0],[10.49436,49.75023999999999,0],[10.49444,49.75044,0],[10.494269999999998,49.75050999999999,0],[10.495309999999998,49.75185999999999,0],[10.495599999999998,49.752369999999985,0],[10.49626,49.75322,0],[10.49688,49.75313,0],[10.49818,49.75301999999999,0],[10.50071,49.75268,0],[10.501479999999999,49.75251,0],[10.502920000000001,49.75232,0],[10.50442,49.75207,0],[10.505260000000002,49.75196,0],[10.50779,49.751829999999984,0],[10.50877,49.75191000000001,0],[10.511349999999998,49.752399999999966,0],[10.51171,49.752369999999985,0],[10.51208,49.75238999999999,0],[10.51509,49.75307000000001,0],[10.517040000000001,49.75346999999999,0],[10.51872,49.75375,0],[10.52131,49.754490000000004,0],[10.52151,49.754520000000014,0],[10.52285,49.75506999999999,0],[10.524759999999999,49.75537,0],[10.52656,49.75543999999999,0],[10.52687,49.754520000000014,0],[10.5272,49.75335000000001,0],[10.52742,49.753330000000034,0],[10.52804,49.75318999999999,0],[10.52879,49.75316000000001,0],[10.530439999999999,49.75295999999997,0],[10.53079,49.75289000000001,0],[10.53141,49.752939999999995,0],[10.53157,49.75286,0],[10.53181,49.752909999999986,0],[10.53274,49.75298000000001,0],[10.53364,49.75311999999997,0],[10.53429,49.753269999999986,0],[10.53555,49.753659999999996,0],[10.53624,49.753780000000006,0],[10.53684,49.75383999999997,0],[10.53695,49.75331000000003,0],[10.53863,49.75307000000001,0],[10.53936,49.75305,0],[10.539880000000002,49.75308000000001,0],[10.54135,49.75328000000002,0],[10.54358,49.75381999999996,0],[10.54374,49.753829999999994,0],[10.54372,49.75542999999996,0],[10.54449,49.75543999999999,0],[10.54551,49.755739999999975,0],[10.5461,49.756159999999994,0],[10.54692,49.75656000000001,0],[10.54721,49.75635,0],[10.54759,49.75601,0],[10.54808,49.75617999999997,0],[10.547900000000002,49.75636000000003,0],[10.54994,49.755960000000016,0],[10.55192,49.75543999999999,0],[10.55201,49.75537,0],[10.5531,49.754880000000014,0],[10.55426,49.75423000000001,0],[10.55612,49.75338999999997,0],[10.5569,49.75314999999998,0],[10.55943,49.75256999999999,0],[10.56033,49.752440000000036,0],[10.56157,49.752430000000004,0],[10.56364,49.75232,0],[10.56389,49.75233,0],[10.564569999999998,49.75226999999998,0],[10.56612,49.752039999999994,0],[10.56659,49.751930000000016,0],[10.56706,49.75187,0],[10.56887,49.75153999999998,0],[10.57005,49.751480000000015,0],[10.57313,49.75140999999999,0],[10.57434,49.75130999999999,0],[10.576200000000002,49.75105999999997,0],[10.57632,49.75095999999999,0],[10.57632,49.75078999999997,0],[10.57665,49.75077999999999,0],[10.57662,49.750280000000004,0],[10.576709999999999,49.750110000000035,0],[10.57687,49.74995999999999,0],[10.57809,49.74918999999997,0],[10.57937,49.74851000000004,0],[10.58034,49.74856,0],[10.58479,49.748519999999985,0],[10.584700000000002,49.74871999999999,0],[10.58504,49.74877000000001,0],[10.585190000000003,49.74842000000001,0],[10.58583,49.74734999999998,0],[10.58597,49.74719999999999,0],[10.58634,49.746970000000005,0],[10.58701,49.74641,0],[10.58752,49.74606,0],[10.58814,49.74531999999999,0],[10.58881,49.744609999999966,0],[10.58898,49.74468000000002,0],[10.58983,49.74483000000001,0],[10.59035,49.74486999999999,0],[10.59134,49.74492000000001,0],[10.59198,49.74489,0],[10.59273,49.74468000000002,0],[10.59322,49.744470000000035,0],[10.593610000000002,49.744429999999994,0],[10.59401,49.74435,0],[10.59511,49.74432999999999,0],[10.59597,49.74439000000001,0],[10.59759,49.744429999999994,0],[10.597769999999999,49.74419000000003,0],[10.59826,49.74414999999999,0],[10.598809999999999,49.74419000000003,0],[10.599179999999999,49.74414999999999,0],[10.59964,49.74403000000001,0],[10.60038,49.74396999999999,0],[10.601340000000002,49.74370999999999,0],[10.60188,49.74360999999999,0],[10.60266,49.74353999999997,0],[10.60309,49.74343999999999,0],[10.60392,49.742860000000036,0],[10.60428,49.74170000000001,0],[10.604600000000001,49.74134000000001,0],[10.6051,49.741269999999986,0],[10.60684,49.741180000000014,0],[10.60732,49.741089999999986,0],[10.60755,49.741180000000014,0],[10.608100000000002,49.74109999999999,0],[10.608700000000002,49.74108000000001,0],[10.61172,49.74034999999998,0],[10.6134,49.73985999999999,0],[10.61428,49.7397,0],[10.61538,49.73955000000001,0],[10.61603,49.739419999999996,0],[10.6168,49.73921999999999,0],[10.61819,49.73898,0],[10.618570000000002,49.73894999999999,0],[10.6216,49.73928000000001,0],[10.624869999999998,49.73943999999997,0],[10.625909999999998,49.739419999999996,0],[10.62662,49.73946000000001,0],[10.62678,49.739390000000014,0],[10.62699,49.73937000000001,0],[10.62729,49.73940999999999,0],[10.62855,49.739689999999996,0],[10.62973,49.739990000000006,0],[10.63,49.740099999999984,0],[10.630180000000001,49.740020000000015,0],[10.63033,49.740020000000015,0],[10.63187,49.739330000000024,0],[10.631519999999998,49.739120000000014,0],[10.631959999999998,49.73876999999999,0],[10.63065,49.738470000000035,0],[10.63131,49.73768000000001,0],[10.631519999999998,49.73778999999999,0],[10.63165,49.73792,0],[10.63238,49.73835,0],[10.63276,49.73853,0],[10.63308,49.73875000000001,0],[10.633489999999998,49.73919000000001,0],[10.63371,49.739330000000024,0],[10.63541,49.740020000000015,0],[10.63551,49.74012999999999,0],[10.63576,49.74059,0],[10.636020000000002,49.74063000000001,0],[10.63634,49.74063000000001,0],[10.63651,49.74072000000001,0],[10.63644,49.74089000000001,0],[10.63655,49.740970000000004,0],[10.63718,49.741029999999995,0],[10.637639999999998,49.74123000000003,0],[10.63827,49.74137000000002,0],[10.638649999999998,49.74158,0],[10.63885,49.74163999999999,0],[10.63892,49.74162000000001,0],[10.638960000000003,49.74137999999999,0],[10.639180000000001,49.74131,0],[10.638719999999998,49.74117000000001,0],[10.6391,49.74072000000001,0],[10.63927,49.74043,0],[10.64016,49.7406,0],[10.64039,49.74044000000001,0],[10.64045,49.74036000000001,0],[10.64071,49.739889999999974,0],[10.639909999999999,49.739779999999996,0],[10.640459999999997,49.738940000000014,0],[10.64123,49.73819,0],[10.64318,49.73696000000001,0],[10.64184,49.735929999999996,0],[10.64293,49.735299999999995,0],[10.64272,49.73462000000001,0],[10.64217,49.73366999999999,0],[10.64206,49.732590000000016,0],[10.6425,49.73232999999999,0],[10.643150000000002,49.73203000000001,0],[10.64432,49.731600000000014,0],[10.6447,49.73061999999999,0],[10.644969999999999,49.73016000000001,0],[10.646050000000002,49.729510000000005,0],[10.64639,49.72926000000001,0],[10.64797,49.727870000000024,0],[10.64872,49.72710000000001,0],[10.64934,49.72681,0],[10.6496,49.72655999999998,0],[10.65037,49.72610999999998,0],[10.650910000000001,49.72570999999999,0],[10.65127,49.72529,0],[10.651240000000001,49.7252,0],[10.65101,49.7251,0],[10.65138,49.72492,0],[10.65181,49.724800000000016,0],[10.651990000000001,49.72434000000001,0],[10.652129999999998,49.724109999999996,0],[10.65243,49.72406999999998,0],[10.65297,49.72328999999999,0],[10.65322,49.72281000000004,0],[10.653730000000001,49.72283999999999,0],[10.65395,49.722319999999996,0],[10.654319999999998,49.721090000000004,0],[10.65561,49.721329999999995,0],[10.65676,49.72164000000001,0],[10.65786,49.721990000000005,0],[10.65868,49.72219999999999,0],[10.66046,49.72249000000002,0],[10.661,49.72245000000001,0],[10.662859999999998,49.722440000000006,0],[10.66614,49.722260000000006,0],[10.66619,49.722530000000006,0],[10.67123,49.72237000000001,0],[10.67093,49.72328999999999,0],[10.66968,49.723360000000014,0],[10.66987,49.723839999999996,0],[10.669700000000002,49.72394000000003,0],[10.66963,49.724080000000015,0],[10.66908,49.72618,0],[10.6694,49.726380000000006,0],[10.66987,49.726530000000025,0],[10.66968,49.72716,0],[10.67121,49.72757999999999,0],[10.67287,49.72820999999999,0],[10.67469,49.72899000000001,0],[10.67627,49.729510000000005,0],[10.67605,49.72995,0],[10.67827,49.73034999999999,0],[10.6794,49.73035999999999,0],[10.68097,49.73048,0],[10.68211,49.73043000000001,0],[10.68305,49.73044999999999,0],[10.684069999999998,49.730549999999994,0],[10.68502,49.730850000000004,0],[10.684959999999998,49.731359999999995,0],[10.685590000000001,49.73140000000001,0],[10.68565,49.731690000000015,0],[10.685860000000002,49.732080000000025,0],[10.68614,49.732129999999984,0],[10.68634,49.73209000000003,0],[10.68815,49.73210000000003,0],[10.691460000000001,49.73230000000001,0],[10.692170000000003,49.73160999999999,0],[10.69697,49.731629999999996,0],[10.70179,49.731509999999986,0],[10.703460000000002,49.733959999999996,0],[10.70401,49.73459,0],[10.70447,49.73498000000001,0],[10.70478,49.73516999999998,0],[10.70351,49.73611999999997,0],[10.703449999999998,49.736760000000004,0],[10.7025,49.735929999999996,0],[10.702119999999999,49.73570000000001,0],[10.701519999999999,49.73537999999999,0],[10.701220000000001,49.73553000000001,0],[10.701479999999998,49.73568,0],[10.70195,49.736080000000015,0],[10.701849999999999,49.73642000000001,0],[10.7025,49.73683,0],[10.702860000000001,49.737120000000004,0],[10.70304,49.737299999999976,0],[10.70304,49.737419999999986,0],[10.70351,49.73752999999999,0],[10.70387,49.737689999999986,0],[10.70432,49.73826,0],[10.70437,49.73841999999996,0],[10.70396,49.73916999999997,0],[10.70352,49.739840000000015,0],[10.70351,49.73992999999999,0],[10.70362,49.74000000000001,0],[10.703750000000001,49.74016,0],[10.70374,49.74023,0],[10.70338,49.74056999999999,0],[10.70315,49.740669999999994,0],[10.70305,49.740819999999985,0],[10.70347,49.741269999999986,0],[10.70432,49.74162999999999,0],[10.70429,49.741660000000024,0],[10.70437,49.74171000000004,0],[10.704600000000001,49.74147999999997,0],[10.704859999999998,49.74162000000001,0],[10.70587,49.74197000000001,0],[10.70649,49.74226999999999,0],[10.706570000000001,49.74247,0],[10.70663,49.742790000000014,0],[10.70642,49.743570000000005,0],[10.7064,49.744230000000016,0],[10.70633,49.74462,0],[10.706570000000001,49.744609999999966,0],[10.7066,49.74537000000001,0],[10.7067,49.74574000000001,0],[10.70696,49.74624,0],[10.70795,49.747450000000015,0],[10.70755,49.747540000000015,0],[10.70704,49.74759999999998,0],[10.70561,49.74762999999999,0],[10.70535,49.74761999999998,0],[10.70445,49.74743000000001,0],[10.704079999999998,49.748429999999985,0],[10.70374,49.748310000000004,0],[10.70361,49.748170000000016,0],[10.70347,49.748170000000016,0],[10.7032,49.74805999999998,0],[10.70274,49.747960000000006,0],[10.7021,49.74759,0],[10.70188,49.747389999999996,0],[10.70176,49.74734999999998,0],[10.70084,49.747450000000015,0],[10.70042,49.74744000000001,0],[10.70007,49.747240000000005,0],[10.69966,49.74722,0],[10.69961,49.74719999999999,0],[10.69966,49.747070000000036,0],[10.69961,49.74700999999999,0],[10.699139999999998,49.74696,0],[10.699040000000002,49.74698000000001,0],[10.69901,49.747019999999964,0],[10.69895,49.747299999999996,0],[10.698359999999997,49.74727999999999,0],[10.698409999999999,49.74710999999999,0],[10.698369999999999,49.747019999999964,0],[10.69805,49.74692999999999,0],[10.69799,49.74689000000001,0],[10.69805,49.74677,0],[10.6983,49.74664999999999,0],[10.69838,49.74653000000001,0],[10.6983,49.74646000000001,0],[10.6978,49.7465,0],[10.69753,49.74647999999999,0],[10.697300000000002,49.74641,0],[10.696729999999999,49.74638999999999,0],[10.69642,49.74629999999999,0],[10.69561,49.74624,0],[10.69525,49.74627000000001,0],[10.69511,49.746219999999994,0],[10.69505,49.74600000000001,0],[10.694869999999998,49.74584999999999,0],[10.69471,49.74575999999999,0],[10.69442,49.7458,0],[10.69393,49.746080000000006,0],[10.69381,49.74611999999999,0],[10.69372,49.74611999999999,0],[10.6934,49.74593999999999,0],[10.69293,49.74593999999999,0],[10.692489999999998,49.74598,0],[10.692350000000001,49.74594999999999,0],[10.69226,49.74591000000004,0],[10.69215,49.74574999999999,0],[10.69194,49.74562000000003,0],[10.69142,49.74549999999999,0],[10.691229999999997,49.745509999999996,0],[10.691229999999997,49.74597,0],[10.690789999999998,49.74602999999999,0],[10.6907,49.74600000000001,0],[10.69067,49.746080000000006,0],[10.69043,49.74626000000001,0],[10.690270000000002,49.74656999999996,0],[10.69,49.746849999999995,0],[10.68967,49.74709999999999,0],[10.68928,49.747299999999996,0],[10.689149999999998,49.74741,0],[10.68903,49.74813,0],[10.68909,49.74877000000001,0],[10.688549999999998,49.74867000000003,0],[10.688549999999998,49.750110000000035,0],[10.68826,49.75207,0],[10.688200000000002,49.75223,0],[10.68521,49.75228999999999,0],[10.68511,49.752470000000045,0],[10.68498,49.752549999999985,0],[10.684700000000001,49.75251,0],[10.684590000000002,49.75280000000001,0],[10.684480000000002,49.75345999999999,0],[10.680620000000001,49.75268,0],[10.680209999999999,49.75492,0],[10.67797,49.75433000000001,0],[10.677570000000001,49.755180000000024,0],[10.67708,49.75513999999998,0],[10.67606,49.75513999999998,0],[10.67545,49.755060000000014,0],[10.67529,49.755289999999974,0],[10.674819999999999,49.755660000000034,0],[10.67432,49.75582,0],[10.67338,49.755979999999994,0],[10.67288,49.756249999999994,0],[10.671780000000002,49.75671,0],[10.67187,49.75689,0],[10.67191,49.75717,0],[10.67194,49.75807999999998,0],[10.6722,49.758640000000014,0],[10.6724,49.75886,0],[10.672860000000002,49.75907999999998,0],[10.67338,49.75916999999998,0],[10.67418,49.759240000000005,0],[10.675089999999999,49.75941000000003,0],[10.67595,49.75964999999999,0],[10.67551,49.76111999999998,0],[10.67525,49.762609999999995,0],[10.6755,49.762580000000014,0],[10.676130000000002,49.76229000000001,0],[10.67665,49.763149999999996,0],[10.67725,49.7638,0],[10.677010000000001,49.76396,0],[10.67714,49.764250000000004,0],[10.67721,49.76429999999999,0],[10.67741,49.76435000000001,0],[10.679100000000002,49.764250000000004,0],[10.67932,49.76426000000001,0],[10.679649999999999,49.76441,0],[10.68114,49.76640000000003,0],[10.680840000000002,49.766640000000024,0],[10.68087,49.766850000000005,0],[10.681330000000003,49.76695000000001,0],[10.68141,49.76693999999998,0],[10.683180000000002,49.76802000000001,0],[10.68562,49.76929999999999,0],[10.68591,49.76955000000001,0],[10.68624,49.76973000000001,0],[10.68672,49.76992999999999,0],[10.68731,49.77005,0],[10.68739,49.769890000000004,0],[10.688300000000002,49.77024,0],[10.68941,49.770550000000014,0],[10.68979,49.77069,0],[10.68993,49.770939999999996,0],[10.691159999999998,49.77132000000003,0],[10.69151,49.771540000000016,0],[10.691950000000002,49.77203,0],[10.692049999999998,49.772369999999995,0],[10.692759999999998,49.772729999999996,0],[10.69318,49.77283,0],[10.693349999999999,49.77323999999999,0],[10.69367,49.77346,0],[10.69418,49.773709999999994,0],[10.69451,49.77372,0],[10.69481,49.77381,0],[10.69608,49.774460000000005,0],[10.696810000000001,49.775120000000044,0],[10.69664,49.775529999999975,0],[10.696839999999998,49.77564000000001,0],[10.6979,49.77611000000002,0],[10.69923,49.77656999999999,0],[10.70068,49.77723,0],[10.70169,49.77758,0],[10.70232,49.77775,0],[10.70477,49.77812,0],[10.70521,49.7775,0],[10.70552,49.77735999999996,0],[10.70584,49.777029999999996,0],[10.70599,49.776790000000005,0],[10.7076,49.77682999999999,0],[10.70772,49.776610000000005,0],[10.70796,49.77664999999999,0],[10.70856,49.7766,0],[10.709209999999999,49.776440000000036,0],[10.709470000000001,49.77627000000001,0],[10.70991,49.77647000000002,0],[10.71022,49.77656000000002,0],[10.71063,49.776440000000036,0],[10.71073,49.77645000000001,0],[10.71097,49.776759999999996,0],[10.71147,49.77707000000001,0],[10.71265,49.77826000000002,0],[10.713139999999997,49.77857,0],[10.71376,49.77884999999998,0],[10.71514,49.77940000000001,0],[10.71539,49.77959999999999,0],[10.71564,49.78014000000002,0],[10.71513,49.78030999999996,0],[10.71451,49.78093999999999,0],[10.71427,49.78125,0],[10.7141,49.78166999999999,0],[10.71395,49.782340000000005,0],[10.71379,49.78271000000001,0],[10.71372,49.78274999999999,0],[10.71353,49.78277,0],[10.71332,49.783000000000015,0],[10.71339,49.78323999999998,0],[10.713479999999999,49.78336999999999,0],[10.71345,49.78350999999998,0],[10.713519999999999,49.78358,0],[10.713930000000001,49.78370000000001,0],[10.714399999999998,49.78378000000001,0],[10.71497,49.78397000000001,0],[10.715439999999997,49.784159999999986,0],[10.71557,49.784279999999995,0],[10.71554,49.78501,0],[10.71545,49.78519,0],[10.71521,49.78549000000001,0],[10.71524,49.78585000000001,0],[10.71506,49.78597000000002,0],[10.71495,49.78614999999999,0],[10.714929999999999,49.78632999999999,0],[10.71505,49.78658999999999,0],[10.71497,49.786820000000006,0],[10.71503,49.78735,0],[10.71492,49.787649999999985,0],[10.71502,49.787919999999986,0],[10.716039999999998,49.78782999999996,0],[10.71736,49.78788,0],[10.71818,49.78797,0],[10.719189999999998,49.78800000000001,0],[10.719909999999999,49.788129999999995,0],[10.72065,49.78820000000002,0],[10.721020000000001,49.78806,0],[10.72136,49.78788,0],[10.72264,49.787109999999984,0],[10.723019999999998,49.78672000000003,0],[10.723289999999999,49.78620999999998,0],[10.72364,49.78583999999998,0],[10.72382,49.78549000000001,0],[10.724059999999998,49.78525000000002,0],[10.72442,49.78502,0],[10.724869999999997,49.784909999999996,0],[10.725359999999998,49.78496999999999,0],[10.726630000000002,49.78540000000001,0],[10.72794,49.78460999999999,0],[10.728779999999999,49.783860000000004,0],[10.72928,49.78358,0],[10.729669999999999,49.78349,0],[10.730570000000002,49.783450000000016,0],[10.73106,49.78393999999997,0],[10.73136,49.78367000000003,0],[10.73159,49.783649999999994,0],[10.73236,49.783450000000016,0],[10.73303,49.78300999999999,0],[10.73345,49.782640000000015,0],[10.734,49.78224,0],[10.73526,49.78165999999999,0],[10.73595,49.78115,0],[10.73663,49.780489999999986,0],[10.736990000000002,49.780069999999995,0],[10.73685,49.780010000000004,0],[10.736770000000002,49.7799,0],[10.7369,49.779769999999985,0],[10.737770000000001,49.779229999999956,0],[10.73809,49.77895000000001,0],[10.73837,49.77841999999998,0],[10.738510000000002,49.778250000000014,0],[10.7393,49.77769999999998,0],[10.74046,49.77704,0],[10.74255,49.77608000000001,0],[10.74292,49.775949999999995,0],[10.744559999999998,49.775529999999975,0],[10.74702,49.774789999999996,0],[10.74752,49.774599999999964,0],[10.74769,49.774490000000014,0],[10.74791,49.774299999999954,0],[10.74759,49.77357000000001,0],[10.74786,49.77322000000004,0],[10.748280000000001,49.77296000000001,0],[10.749310000000001,49.772519999999986,0],[10.749459999999997,49.77247,0],[10.75008,49.772400000000005,0],[10.751089999999998,49.77242000000001,0],[10.75257,49.77235000000002,0],[10.75629,49.77247,0],[10.75627,49.77276999999998,0],[10.756599999999999,49.77278000000001,0],[10.75684,49.77247,0],[10.75742,49.77251000000001,0],[10.75794,49.77260000000001,0],[10.757969999999998,49.772279999999995,0],[10.75823,49.77158,0],[10.758179999999998,49.771139999999974,0],[10.75823,49.77095,0],[10.7601,49.77113,0],[10.76103,49.77118999999999,0],[10.761789999999998,49.77119999999999,0],[10.76181,49.77077,0],[10.76051,49.77082999999996,0],[10.760270000000002,49.77073999999999,0],[10.760349999999999,49.77043999999998,0],[10.76107,49.77041999999997,0],[10.761050000000001,49.76969999999997,0],[10.76121,49.76965000000001,0],[10.76145,49.76948999999999,0],[10.7625,49.769450000000035,0],[10.764210000000002,49.76947999999999,0],[10.764250000000002,49.76898,0],[10.763650000000002,49.7689,0],[10.76418,49.768339999999995,0],[10.7649,49.76750000000001,0],[10.76584,49.76773,0],[10.76608,49.767150000000015,0],[10.76733,49.767409999999984,0],[10.76895,49.767420000000016,0],[10.76917,49.76671999999999,0],[10.7692,49.76644999999999,0],[10.76938,49.76643999999999,0],[10.77007,49.76652999999999,0],[10.77077,49.766700000000014,0],[10.77133,49.766880000000015,0],[10.772149999999998,49.767030000000005,0],[10.774039999999998,49.76719,0],[10.775160000000001,49.76731000000001,0],[10.77568,49.76734999999999,0],[10.77582,49.767319999999955,0],[10.776130000000002,49.76704000000001,0],[10.77628,49.76680000000002,0],[10.776360000000002,49.766279999999995,0],[10.77631,49.76588000000001,0],[10.77693,49.76608000000002,0],[10.77726,49.76571999999999,0],[10.777730000000002,49.76580000000001,0],[10.77789,49.76579000000001,0],[10.77801,49.765739999999994,0],[10.778309999999998,49.76517999999999,0],[10.77869,49.76523,0],[10.77883,49.76522000000003,0],[10.778949999999998,49.765150000000006,0],[10.77911,49.764639999999986,0],[10.7791,49.764549999999986,0],[10.77901,49.76447000000002,0],[10.77908,49.76420999999996,0],[10.779239999999998,49.76411000000002,0],[10.77981,49.76390000000001,0],[10.78042,49.76241999999999,0],[10.78358,49.76268999999999,0],[10.784150000000002,49.76137,0],[10.78504,49.76051000000001,0],[10.78534,49.76033000000001,0],[10.786490000000002,49.75945999999999,0],[10.7869,49.759229999999974,0],[10.788240000000002,49.75814,0],[10.789500000000002,49.757059999999996,0],[10.789770000000003,49.754520000000014,0],[10.79133,49.75480999999999,0],[10.79156,49.75442000000001,0],[10.79181,49.75429999999997,0],[10.79189,49.75423000000001,0],[10.79189,49.75408999999999,0],[10.793459999999998,49.75404,0],[10.79343,49.75377,0],[10.79445,49.75208000000001,0],[10.79464,49.75185999999999,0],[10.79375,49.75150999999997,0],[10.79344,49.75131999999999,0],[10.792950000000001,49.75093000000001,0],[10.7927,49.75066000000001,0],[10.79262,49.75049000000001,0],[10.792550000000002,49.750110000000035,0],[10.795,49.75020000000001,0],[10.79523,49.75018,0],[10.79549,49.7501,0],[10.79531,49.74992,0],[10.795440000000001,49.749840000000006,0],[10.79654,49.74934999999999,0],[10.79685,49.74929,0],[10.79745,49.74907000000002,0],[10.79793,49.748969999999986,0],[10.79847,49.74889000000002,0],[10.79903,49.74875,0],[10.79909,49.74877000000001,0],[10.79946,49.74911,0],[10.801,49.747889999999984,0],[10.80066,49.74752000000004,0],[10.80037,49.74696,0],[10.80015,49.7458,0],[10.80017,49.744879999999995,0],[10.80044,49.74392,0],[10.800489999999998,49.743510000000015,0],[10.800489999999998,49.742369999999994,0],[10.799849999999998,49.74198999999999,0],[10.800109999999998,49.74199999999999,0],[10.80132,49.742189999999994,0],[10.80125,49.741390000000024,0],[10.802090000000002,49.74119999999999,0],[10.80284,49.74077999999997,0],[10.803049999999999,49.740639999999985,0],[10.80309,49.739390000000014,0],[10.80338,49.73791000000003,0],[10.80344,49.73785000000001,0],[10.803559999999997,49.73782,0],[10.803969999999998,49.73786999999999,0],[10.80481,49.73789000000002,0],[10.80616,49.737840000000006,0],[10.80683,49.73785000000001,0],[10.80779,49.7381,0],[10.808370000000002,49.73821000000001,0],[10.80915,49.73831999999999,0],[10.80969,49.73835,0],[10.80968,49.739239999999995,0],[10.811480000000001,49.73844,0],[10.812109999999999,49.73822999999999,0],[10.81268,49.73813999999999,0],[10.8132,49.73813000000001,0],[10.81494,49.73861000000002,0],[10.81551,49.73873999999998,0],[10.81679,49.738820000000004,0],[10.817690000000002,49.739300000000014,0],[10.818749999999998,49.73943,0],[10.81993,49.73982000000001,0],[10.82141,49.74036000000001,0],[10.822459999999998,49.740530000000035,0],[10.82265,49.740530000000035,0],[10.823169999999998,49.740700000000004,0],[10.82379,49.74108000000001,0],[10.82457,49.74167,0],[10.82513,49.74182999999999,0],[10.82615,49.74204,0],[10.82731,49.74239,0],[10.82731,49.74271999999999,0],[10.82726,49.74293,0],[10.82714,49.74310999999997,0],[10.82696,49.743270000000024,0],[10.82657,49.74349999999998,0],[10.82624,49.743629999999996,0],[10.82546,49.74380999999997,0],[10.8255,49.744219999999984,0],[10.82591,49.74418,0],[10.82565,49.74495999999996,0],[10.82575,49.745000000000005,0],[10.82579,49.74508,0],[10.82564,49.74528000000001,0],[10.82601,49.745630000000006,0],[10.82624,49.74592000000001,0],[10.82705,49.746730000000014,0],[10.827560000000002,49.747330000000005,0],[10.82811,49.74786,0],[10.82848,49.748530000000045,0],[10.8288,49.74941000000001,0],[10.82899,49.749570000000006,0],[10.82917,49.74960999999999,0],[10.82946,49.74959999999999,0],[10.830639999999999,49.749419999999986,0],[10.83178,49.74931000000001,0],[10.83237,49.74932000000001,0],[10.83278,49.749390000000034,0],[10.83304,49.74949000000001,0],[10.833419999999998,49.74978999999999,0],[10.83391,49.7499,0],[10.835539999999998,49.75086999999999,0],[10.835400000000002,49.751559999999984,0],[10.836579999999998,49.752369999999985,0],[10.83853,49.75273999999999,0],[10.83908,49.752790000000005,0],[10.83999,49.75280000000001,0],[10.84184,49.75335000000001,0],[10.842629999999998,49.75371000000001,0],[10.842419999999999,49.753960000000006,0],[10.84374,49.75444000000002,0],[10.84462,49.754819999999995,0],[10.844559999999998,49.75497999999999,0],[10.845430000000002,49.755210000000034,0],[10.84588,49.75543999999999,0],[10.846129999999999,49.755210000000034,0],[10.84631,49.75516000000002,0],[10.84823,49.755409999999955,0],[10.84886,49.75556,0],[10.84927,49.75552999999999,0],[10.84956,49.75561999999999,0],[10.85013,49.75573,0],[10.85117,49.75573,0],[10.85283,49.75549000000001,0],[10.853890000000002,49.755409999999955,0],[10.85425,49.7561,0],[10.85441,49.75630000000004,0],[10.85516,49.75677999999999,0],[10.85525,49.756879999999995,0],[10.85511,49.75694999999999,0],[10.855630000000001,49.75744,0],[10.855889999999999,49.75784999999999,0],[10.85624,49.758160000000004,0],[10.85652,49.75880000000001,0],[10.857060000000002,49.75876999999997,0],[10.85829,49.75859,0],[10.85885,49.75868,0],[10.86,49.758939999999996,0],[10.860500000000002,49.75829999999999,0],[10.86069,49.75767999999999,0],[10.86189,49.757769999999994,0],[10.86193,49.757949999999994,0],[10.862689999999999,49.75789,0],[10.86318,49.75794000000002,0],[10.86304,49.75825000000003,0],[10.863729999999999,49.75828000000004,0],[10.86482,49.758610000000004,0],[10.86505,49.758039999999994,0],[10.8658,49.75650999999999,0],[10.86631,49.75662,0],[10.86627,49.7568,0],[10.866999999999999,49.75701000000001,0],[10.86745,49.75674000000001,0],[10.867999999999999,49.757059999999996,0],[10.86813,49.75730999999999,0],[10.868809999999998,49.75757999999996,0],[10.86934,49.757630000000006,0],[10.87012,49.757619999999974,0],[10.870240000000003,49.75758999999999,0],[10.87095,49.75699,0],[10.871379999999998,49.756140000000016,0],[10.87155,49.75489000000002,0],[10.87429,49.75561000000002,0],[10.874720000000002,49.75567000000001,0],[10.87587,49.755739999999975,0],[10.87629,49.75581,0],[10.876539999999999,49.755889999999994,0],[10.877660000000002,49.75631000000001,0],[10.877649999999997,49.756790000000024,0],[10.87755,49.75716000000003,0],[10.87876,49.75738000000001,0],[10.87833,49.75780000000003,0],[10.878239999999998,49.758230000000026,0],[10.878239999999998,49.758579999999995,0],[10.87806,49.75900999999999,0],[10.87789,49.75925999999998,0],[10.877429999999999,49.759619999999984,0],[10.87646,49.760590000000036,0],[10.87567,49.76065,0],[10.87578,49.76084,0],[10.87648,49.76277999999999,0],[10.876499999999998,49.762969999999996,0],[10.87643,49.76319999999998,0],[10.877170000000001,49.763360000000006,0],[10.8772,49.76347999999999,0],[10.87745,49.76387999999997,0],[10.87757,49.763949999999994,0],[10.877799999999999,49.764009999999985,0],[10.877869999999998,49.76447000000002,0],[10.877909999999998,49.765150000000006,0],[10.877649999999997,49.765829999999994,0],[10.87728,49.76577999999998,0],[10.8769,49.765950000000004,0],[10.87707,49.76605000000001,0],[10.877290000000002,49.766099999999994,0],[10.87745,49.76623000000001,0],[10.877510000000001,49.76693999999998,0],[10.87719,49.76701,0],[10.87693,49.76689999999999,0],[10.87578,49.76695999999998,0],[10.87526,49.76686999999998,0],[10.87508,49.76695999999998,0],[10.87404,49.767589999999984,0],[10.87321,49.767409999999984,0],[10.87303,49.76773,0],[10.87259,49.76769999999999,0],[10.87212,49.76776000000001,0],[10.87176,49.76785000000001,0],[10.87177,49.76812000000001,0],[10.87165,49.76873000000003,0],[10.87144,49.768809999999974,0],[10.87116,49.76913999999999,0],[10.87014,49.76913999999999,0],[10.86992,49.76908,0],[10.86994,49.76931999999999,0],[10.8705,49.770580000000024,0],[10.87087,49.77059,0],[10.87117,49.77064999999999,0],[10.87203,49.77091999999999,0],[10.872210000000003,49.77092999999999,0],[10.87277,49.77089999999998,0],[10.872980000000002,49.77091999999999,0],[10.87373,49.77122,0],[10.87367,49.77143000000001,0],[10.87417,49.771529999999984,0],[10.874350000000002,49.771540000000016,0],[10.87506,49.77136999999999,0],[10.875430000000001,49.77139,0],[10.87572,49.77149,0],[10.87589,49.77173000000002,0],[10.876570000000001,49.77181999999999,0],[10.87679,49.772099999999995,0],[10.87719,49.772279999999995,0],[10.87744,49.772310000000004,0],[10.87753,49.77244000000002,0],[10.87771,49.772490000000005,0],[10.877799999999999,49.77262999999999,0],[10.8784,49.77276999999998,0],[10.87856,49.772850000000005,0],[10.878660000000002,49.77287000000001,0],[10.87893,49.77283,0],[10.87926,49.772880000000015,0],[10.879649999999998,49.77280999999999,0],[10.88026,49.77280999999999,0],[10.88145,49.77288999999999,0],[10.88205,49.77296999999999,0],[10.8831,49.77323000000001,0],[10.884069999999998,49.773619999999994,0],[10.88495,49.77372,0],[10.88576,49.77376000000001,0],[10.8876,49.773949999999985,0],[10.88782,49.77359000000001,0],[10.88895,49.773949999999985,0],[10.89085,49.77447999999998,0],[10.89073,49.775660000000016,0],[10.89067,49.77587,0],[10.89098,49.775829999999985,0],[10.89277,49.775750000000016,0],[10.89297,49.775829999999985,0],[10.893150000000002,49.77605,0],[10.89344,49.77620999999999,0],[10.894329999999998,49.776009999999985,0],[10.89451,49.775750000000016,0],[10.89543,49.775750000000016,0],[10.89561,49.77544,0],[10.89608,49.77485999999999,0],[10.89676,49.77436,0],[10.8971,49.77403000000001,0],[10.897630000000001,49.77364,0],[10.89825,49.77306999999999,0],[10.89861,49.77280999999999,0],[10.89889,49.772549999999995,0],[10.89918,49.77260000000001,0],[10.8995,49.77270999999999,0],[10.899640000000002,49.77269999999996,0],[10.90052,49.772880000000015,0],[10.90096,49.77301,0],[10.90162,49.77323000000001,0],[10.90261,49.77365000000003,0],[10.902789999999998,49.77368000000004,0],[10.90292,49.77386000000001,0],[10.903199999999998,49.773830000000004,0],[10.90353,49.77375000000001,0],[10.90408,49.77357000000001,0],[10.9043,49.77375000000001,0],[10.903429999999998,49.77420999999998,0],[10.90296,49.77438999999998,0],[10.90091,49.775000000000006,0],[10.900589999999998,49.77564000000001,0],[10.90023,49.775960000000026,0],[10.89979,49.77656000000002,0],[10.89933,49.77696,0],[10.899489999999998,49.77697999999998,0],[10.90004,49.77717000000001,0],[10.90037,49.77734000000001,0],[10.9005,49.77745999999999,0],[10.90011,49.77781999999999,0],[10.89988,49.77814000000001,0],[10.89988,49.77826000000002,0],[10.9002,49.77826999999999,0],[10.90062,49.77832999999998,0],[10.90184,49.77861999999999,0],[10.90193,49.778610000000015,0],[10.90206,49.77852999999996,0],[10.90282,49.778670000000005,0],[10.90298,49.778760000000034,0],[10.90415,49.779240000000016,0],[10.905030000000002,49.77948000000001,0],[10.90511,49.77940000000001,0],[10.905729999999998,49.77946000000003,0],[10.906539999999998,49.779619999999994,0],[10.906660000000002,49.780069999999995,0],[10.906400000000001,49.780640000000034,0],[10.90715,49.780399999999986,0],[10.90821,49.78014999999999,0],[10.90852,49.78106,0],[10.90912,49.78102000000001,0],[10.91091,49.78128000000001,0],[10.9119,49.78137000000001,0],[10.91257,49.78030000000001,0],[10.912859999999998,49.77993000000001,0],[10.9138,49.780280000000005,0],[10.914339999999997,49.77996999999999,0],[10.914690000000002,49.780069999999995,0],[10.91518,49.78115,0],[10.91533,49.78165999999999,0],[10.91534,49.78225000000003,0],[10.917240000000001,49.78321999999997,0],[10.9189,49.784130000000005,0],[10.92105,49.78540000000001,0],[10.92175,49.78531000000001,0],[10.923059999999998,49.78495000000001,0],[10.923780000000002,49.78478999999999,0],[10.92475,49.78461999999999,0],[10.92558,49.78456,0],[10.92559,49.78469999999999,0],[10.92612,49.78488999999999,0],[10.92732,49.784249999999986,0],[10.927830000000002,49.78387000000001,0],[10.927849999999998,49.783979999999985,0],[10.9278,49.784140000000036,0],[10.92792,49.78439000000003,0],[10.92814,49.78471999999999,0],[10.92838,49.78498000000002,0],[10.928600000000001,49.78511999999998,0],[10.92911,49.78532999999999,0],[10.92966,49.78550999999999,0],[10.93012,49.785540000000026,0],[10.931019999999998,49.785560000000004,0],[10.93209,49.78548000000001,0],[10.932510000000002,49.785169999999994,0],[10.93184,49.78487999999999,0],[10.931239999999999,49.78469999999999,0],[10.93081,49.78433999999996,0],[10.93055,49.78403,0],[10.93044,49.78340000000003,0],[10.93034,49.78312,0],[10.92977,49.783000000000015,0],[10.92904,49.78275999999997,0],[10.928779999999998,49.78271000000001,0],[10.92882,49.78247999999999,0],[10.926929999999999,49.78206000000003,0],[10.9261,49.78197,0],[10.92568,49.78188,0],[10.92458,49.78151,0],[10.92448,49.78143,0],[10.92287,49.78084999999999,0],[10.92102,49.780339999999995,0],[10.92063,49.78020000000001,0],[10.91948,49.779529999999994,0],[10.919019999999998,49.77919,0],[10.918089999999998,49.778369999999995,0],[10.916910000000001,49.77712,0],[10.91729,49.776340000000005,0],[10.91727,49.77599000000001,0],[10.91742,49.775710000000004,0],[10.917570000000001,49.775690000000026,0],[10.91847,49.77543,0],[10.919019999999998,49.77535,0],[10.91926,49.77493999999999,0],[10.919019999999998,49.77429000000001,0],[10.918579999999999,49.773709999999994,0],[10.91894,49.77305000000001,0],[10.91956,49.772789999999986,0],[10.91882,49.772339999999986,0],[10.91967,49.77188000000001,0],[10.920030000000002,49.77184,0],[10.92056,49.77173000000002,0],[10.92082,49.77152000000001,0],[10.9209,49.77141,0],[10.92076,49.771240000000006,0],[10.92103,49.77115999999998,0],[10.92174,49.771079999999984,0],[10.922320000000001,49.770880000000005,0],[10.92278,49.770820000000015,0],[10.922849999999999,49.77071999999998,0],[10.923080000000002,49.770580000000024,0],[10.923179999999999,49.770460000000014,0],[10.923289999999998,49.77041,0],[10.92372,49.77037999999999,0],[10.92388,49.770279999999985,0],[10.92436,49.77014999999997,0],[10.9245,49.77003000000002,0],[10.9246,49.77001999999999,0],[10.92492,49.76987,0],[10.925029999999998,49.76988000000003,0],[10.92531,49.769769999999994,0],[10.92555,49.76975999999999,0],[10.92583,49.769679999999994,0],[10.92564,49.76946000000001,0],[10.925629999999998,49.769090000000006,0],[10.925889999999999,49.76813999999999,0],[10.92562,49.768159999999995,0],[10.9262,49.767830000000004,0],[10.92647,49.76775000000001,0],[10.92655,49.76760999999996,0],[10.92687,49.767319999999955,0],[10.92798,49.767330000000015,0],[10.92981,49.76743999999999,0],[10.93024,49.76750000000001,0],[10.930909999999999,49.76764,0],[10.93201,49.76626999999999,0],[10.93022,49.76587000000001,0],[10.9291,49.765510000000035,0],[10.92712,49.764609999999976,0],[10.92565,49.763859999999966,0],[10.92431,49.76509999999999,0],[10.92405,49.76523,0],[10.92327,49.76553000000001,0],[10.92327,49.76517999999999,0],[10.92297,49.76483999999999,0],[10.922710000000002,49.764639999999986,0],[10.92238,49.764459999999985,0],[10.92195,49.76447999999999,0],[10.92133,49.76420999999996,0],[10.92079,49.763109999999955,0],[10.91901,49.76344999999998,0],[10.918280000000001,49.76342999999997,0],[10.91737,49.76344999999998,0],[10.91679,49.763540000000006,0],[10.91636,49.76351,0],[10.9159,49.76355000000001,0],[10.915500000000002,49.76351,0],[10.91518,49.763329999999996,0],[10.9151,49.763720000000006,0],[10.91512,49.764020000000016,0],[10.91547,49.76545999999999,0],[10.91496,49.76545999999999,0],[10.91406,49.76553999999999,0],[10.9135,49.76563999999999,0],[10.91331,49.76562000000001,0],[10.91328,49.76553999999999,0],[10.91324,49.76483999999999,0],[10.91301,49.763919999999985,0],[10.91327,49.76326,0],[10.91344,49.762670000000014,0],[10.91397,49.76204000000001,0],[10.91421,49.76181,0],[10.91437,49.761750000000006,0],[10.91559,49.76168000000001,0],[10.91692,49.76187999999999,0],[10.91814,49.762009999999975,0],[10.91897,49.76203000000004,0],[10.91996,49.76186999999999,0],[10.92049,49.76172,0],[10.921209999999999,49.76164,0],[10.92179,49.76161999999999,0],[10.922359999999998,49.761750000000006,0],[10.92307,49.762,0],[10.92384,49.76241999999999,0],[10.924000000000001,49.76246000000003,0],[10.92428,49.762659999999954,0],[10.92469,49.76287000000002,0],[10.92483,49.76272,0],[10.92494,49.76250999999999,0],[10.92491,49.76236,0],[10.92495,49.76198999999997,0],[10.925040000000001,49.76147000000003,0],[10.92709,49.76194000000001,0],[10.927830000000002,49.76205999999999,0],[10.92798,49.761799999999994,0],[10.92811,49.76172,0],[10.9279,49.76114999999999,0],[10.92829,49.76119,0],[10.92863,49.76119,0],[10.929829999999999,49.760339999999985,0],[10.93064,49.75994,0],[10.9318,49.75951999999998,0],[10.931810000000002,49.75921999999997,0],[10.9316,49.75862999999998,0],[10.93143,49.75837999999999,0],[10.93107,49.75801999999999,0],[10.931100000000002,49.75777999999997,0],[10.93105,49.757480000000015,0],[10.93138,49.757239999999996,0],[10.93175,49.75707,0],[10.932740000000003,49.75627,0],[10.932879999999999,49.755870000000016,0],[10.933220000000002,49.75563,0],[10.9336,49.75542999999996,0],[10.93384,49.75540000000001,0],[10.93375,49.75522999999998,0],[10.934150000000002,49.75519,0],[10.93337,49.7535,0],[10.93323,49.75328999999999,0],[10.9329,49.75236000000001,0],[10.932499999999997,49.75238999999999,0],[10.932350000000001,49.75209000000001,0],[10.93152,49.75216999999998,0],[10.931580000000002,49.75232,0],[10.931580000000002,49.75247999999999,0],[10.93129,49.75262000000001,0],[10.93064,49.752700000000004,0],[10.93024,49.751930000000016,0],[10.930909999999999,49.75191000000001,0],[10.9315,49.75193999999999,0],[10.93171,49.75189,0],[10.9324,49.75167000000002,0],[10.932989999999998,49.751300000000015,0],[10.932690000000001,49.7509,0],[10.931810000000002,49.75095999999999,0],[10.93178,49.75083000000001,0],[10.93242,49.74992,0],[10.932159999999998,49.74988999999999,0],[10.932020000000001,49.74938,0],[10.93192,49.74923000000001,0],[10.932020000000001,49.749120000000005,0],[10.93209,49.7491,0],[10.932499999999997,49.749089999999995,0],[10.93307,49.74898999999999,0],[10.93411,49.74877000000001,0],[10.93514,49.74846999999997,0],[10.934839999999998,49.74782999999999,0],[10.93487,49.747749999999996,0],[10.93267,49.748249999999985,0],[10.931250000000002,49.748400000000004,0],[10.931119999999998,49.747900000000016,0],[10.93089,49.74737999999999,0],[10.93049,49.74750000000003,0],[10.92955,49.74764999999999,0],[10.92854,49.74777,0],[10.9264,49.74813,0],[10.926460000000002,49.747960000000006,0],[10.92658,49.74782999999999,0],[10.9268,49.747420000000005,0],[10.92672,49.747240000000005,0],[10.92649,49.74699000000001,0],[10.92729,49.74651,0],[10.92711,49.74626000000001,0],[10.92672,49.745990000000006,0],[10.92648,49.74572999999998,0],[10.92617,49.74556000000001,0],[10.9242,49.744879999999995,0],[10.923929999999999,49.74483000000001,0],[10.923619999999998,49.744939999999986,0],[10.92276,49.74430000000001,0],[10.92253,49.744230000000016,0],[10.922220000000001,49.74417,0],[10.921479999999999,49.74429000000001,0],[10.92133,49.74387999999999,0],[10.92126,49.74382,0],[10.919540000000001,49.74329000000003,0],[10.91908,49.743270000000024,0],[10.91913,49.74298999999999,0],[10.920059999999998,49.74306999999999,0],[10.92061,49.74247,0],[10.92069,49.74233000000001,0],[10.92108,49.74243999999999,0],[10.92163,49.742490000000004,0],[10.922029999999998,49.74146999999999,0],[10.92261,49.740669999999994,0],[10.92297,49.740309999999994,0],[10.923,49.74019000000001,0],[10.92344,49.739509999999996,0],[10.923769999999998,49.73867999999999,0],[10.923780000000002,49.73858999999999,0],[10.923329999999998,49.73841999999996,0],[10.92288,49.73850999999999,0],[10.92175,49.73863000000003,0],[10.92137,49.73868999999999,0],[10.92174,49.73782,0],[10.92089,49.73783,0],[10.920400000000003,49.73795000000001,0],[10.92082,49.73752999999999,0],[10.921319999999998,49.737599999999986,0],[10.921510000000001,49.73756,0],[10.921579999999999,49.73680000000002,0],[10.92173,49.736620000000045,0],[10.922480000000002,49.73625000000001,0],[10.92325,49.735990000000015,0],[10.92383,49.735829999999964,0],[10.92418,49.73577,0],[10.92501,49.73568,0],[10.92513,49.73550000000003,0],[10.92499,49.73525000000001,0],[10.924560000000001,49.73514,0],[10.92443,49.735330000000005,0],[10.923289999999998,49.73486,0],[10.923659999999998,49.73464000000001,0],[10.92438,49.73401000000001,0],[10.92522,49.73347000000001,0],[10.925669999999998,49.73311000000004,0],[10.92631,49.732309999999984,0],[10.926630000000001,49.732,0],[10.92677,49.73193999999998,0],[10.92699,49.73191,0],[10.92677,49.73156,0],[10.92645,49.731359999999995,0],[10.92722,49.73083,0],[10.928160000000002,49.72991999999999,0],[10.92825,49.72985,0],[10.93035,49.73049000000003,0],[10.932279999999999,49.728579999999994,0],[10.930170000000002,49.72793999999999,0],[10.93074,49.726910000000004,0],[10.93271,49.72752,0],[10.93349,49.72648000000001,0],[10.93387,49.72658000000004,0],[10.934729999999998,49.72673,0],[10.93606,49.72716,0],[10.93671,49.72746999999998,0],[10.93705,49.72757999999999,0],[10.93838,49.72764999999998,0],[10.93869,49.72773000000004,0],[10.93895,49.727870000000024,0],[10.9391,49.727990000000005,0],[10.93958,49.728590000000025,0],[10.94025,49.72898000000001,0],[10.94128,49.72944000000004,0],[10.94146,49.72887,0],[10.94187,49.72824,0],[10.94268,49.72658000000004,0],[10.94297,49.72606999999999,0],[10.94313,49.725629999999995,0],[10.943229999999998,49.725480000000005,0],[10.94361,49.725269999999995,0],[10.94425,49.72501,0],[10.94447,49.72486000000001,0],[10.9447,49.72465,0],[10.94503,49.72424000000001,0],[10.94512,49.72391000000002,0],[10.94527,49.72364999999999,0],[10.945390000000002,49.72352000000001,0],[10.94552,49.723450000000014,0],[10.945639999999997,49.72301999999999,0],[10.94578,49.72280000000001,0],[10.94656,49.72237999999999,0],[10.94762,49.722049999999996,0],[10.94807,49.72197,0],[10.9476,49.72055999999998,0],[10.947869999999998,49.720410000000015,0],[10.94846,49.720249999999965,0],[10.94887,49.72003000000001,0],[10.94819,49.71961999999999,0],[10.94908,49.71925999999999,0],[10.94941,49.7192,0],[10.9498,49.71898999999999,0],[10.950180000000001,49.71902,0],[10.950340000000002,49.71887000000004,0],[10.95024,49.71853999999999,0],[10.951220000000001,49.71833000000001,0],[10.95168,49.718289999999996,0],[10.95195,49.718019999999996,0],[10.9518,49.717899999999986,0],[10.950710000000003,49.71746999999999,0],[10.95113,49.7175,0],[10.95154,49.71761000000001,0],[10.952329999999998,49.717749999999995,0],[10.95256,49.71791000000002,0],[10.95353,49.7183,0],[10.95417,49.71848,0],[10.954970000000001,49.71879000000001,0],[10.95532,49.71863999999999,0],[10.95738,49.717929999999996,0],[10.95912,49.71743000000001,0],[10.95959,49.71732,0],[10.95985,49.71728999999999,0],[10.960239999999999,49.717299999999994,0],[10.96086,49.71738000000002,0],[10.96129,49.717190000000016,0],[10.96192,49.71697000000003,0],[10.96227,49.71688,0],[10.96249,49.71678,0],[10.96156,49.716350000000006,0],[10.96075,49.71585999999999,0],[10.95953,49.715360000000004,0],[10.95927,49.71517,0],[10.95911,49.715010000000035,0],[10.95896,49.71467999999999,0],[10.95893,49.71392000000003,0],[10.958800000000002,49.713539999999966,0],[10.95865,49.713239999999985,0],[10.95858,49.71320000000003,0],[10.958339999999998,49.71314000000001,0],[10.95738,49.7131,0],[10.95658,49.712980000000016,0],[10.95631,49.712620000000015,0],[10.95619,49.71235000000004,0],[10.956159999999999,49.71206000000001,0],[10.95575,49.711929999999995,0],[10.95525,49.712379999999996,0],[10.95521,49.71269000000001,0],[10.95421,49.71320000000003,0],[10.953219999999998,49.71388000000002,0],[10.95151,49.71475000000001,0],[10.950340000000002,49.714879999999994,0],[10.950279999999998,49.71459999999996,0],[10.950340000000002,49.71439000000001,0],[10.9508,49.71370000000002,0],[10.95068,49.71325999999996,0],[10.95002,49.71343000000002,0],[10.94978,49.713239999999985,0],[10.94812,49.71370000000002,0],[10.94763,49.71389000000002,0],[10.94746,49.71397999999999,0],[10.94714,49.71439000000001,0],[10.94697,49.71447999999998,0],[10.94496,49.71522999999999,0],[10.9443,49.71558999999996,0],[10.94333,49.71577000000002,0],[10.94144,49.715929999999986,0],[10.94096,49.716069999999974,0],[10.94037,49.71645000000001,0],[10.93962,49.71636999999998,0],[10.93893,49.71635999999998,0],[10.93886,49.716200000000015,0],[10.93905,49.7158,0],[10.939369999999998,49.715540000000004,0],[10.94007,49.71511000000001,0],[10.940289999999997,49.71530000000001,0],[10.940750000000001,49.715540000000004,0],[10.94119,49.71563999999998,0],[10.94163,49.715599999999995,0],[10.94155,49.715149999999994,0],[10.942259999999997,49.715179999999975,0],[10.943459999999998,49.715059999999994,0],[10.94469,49.714560000000006,0],[10.944990000000002,49.71451999999999,0],[10.94526,49.71433999999999,0],[10.94517,49.71391,0],[10.94489,49.713629999999995,0],[10.944500000000001,49.71373999999997,0],[10.944049999999999,49.71391,0],[10.944119999999998,49.713490000000036,0],[10.944350000000002,49.7131,0],[10.94533,49.711749999999995,0],[10.94508,49.711690000000004,0],[10.94474,49.71153000000001,0],[10.944620000000002,49.71153000000001,0],[10.94442,49.71159000000003,0],[10.94376,49.711990000000014,0],[10.9438,49.71236999999999,0],[10.94295,49.71263999999999,0],[10.94167,49.713719999999995,0],[10.94092,49.714290000000005,0],[10.940339999999999,49.71422000000001,0],[10.93986,49.71437,0],[10.938630000000002,49.714620000000025,0],[10.93833,49.714740000000006,0],[10.938219999999998,49.714650000000006,0],[10.93768,49.714439999999996,0],[10.937630000000002,49.71382,0],[10.93765,49.713329999999985,0],[10.93761,49.71319,0],[10.93732,49.71275,0],[10.93667,49.71255999999997,0],[10.93617,49.712890000000016,0],[10.93569,49.71303999999998,0],[10.93475,49.71323000000001,0],[10.93385,49.71359000000001,0],[10.93348,49.713809999999995,0],[10.93382,49.714049999999986,0],[10.93333,49.71441999999999,0],[10.932740000000003,49.7148,0],[10.93213,49.715149999999994,0],[10.93192,49.715239999999994,0],[10.93162,49.71530999999999,0],[10.93123,49.71513999999999,0],[10.93079,49.71521999999999,0],[10.930309999999999,49.71522999999999,0],[10.9299,49.715090000000004,0],[10.93029,49.71484000000001,0],[10.93034,49.71460999999999,0],[10.9307,49.713870000000014,0],[10.93093,49.713210000000004,0],[10.93111,49.71293,0],[10.9316,49.71239,0],[10.932250000000002,49.71134000000001,0],[10.93249,49.71122,0],[10.933319999999998,49.71055000000001,0],[10.93302,49.709720000000004,0],[10.932840000000002,49.70947999999996,0],[10.932840000000002,49.70920000000001,0],[10.93249,49.70919000000001,0],[10.932049999999998,49.71016,0],[10.93184,49.71039000000002,0],[10.93144,49.71068999999997,0],[10.9304,49.71128999999999,0],[10.929939999999998,49.71145000000001,0],[10.92948,49.711659999999995,0],[10.928430000000002,49.71242000000001,0],[10.92805,49.71263999999999,0],[10.92635,49.71307999999999,0],[10.925399999999998,49.71337,0],[10.92495,49.713460000000026,0],[10.92398,49.71356,0],[10.92337,49.713719999999995,0],[10.92279,49.71414999999999,0],[10.92277,49.71389000000002,0],[10.92332,49.71289999999999,0],[10.92294,49.71197999999998,0],[10.92302,49.71188999999998,0],[10.92327,49.71176,0],[10.9246,49.711540000000014,0],[10.92418,49.711160000000035,0],[10.923190000000002,49.71051,0],[10.92338,49.710080000000005,0],[10.922810000000002,49.709059999999994,0],[10.923450000000003,49.70895999999999,0],[10.92314,49.70864,0],[10.922689999999998,49.70785999999998,0],[10.922000000000002,49.70728,0],[10.92207,49.70684,0],[10.92467,49.707269999999994,0],[10.925029999999998,49.70724000000001,0],[10.92578,49.70706000000001,0],[10.92615,49.706999999999994,0],[10.92655,49.707040000000006,0],[10.92718,49.707179999999966,0],[10.92774,49.70613,0],[10.928530000000002,49.70506000000003,0],[10.92854,49.704980000000006,0],[10.92891,49.704290000000015,0],[10.929570000000002,49.70328999999998,0],[10.92979,49.70309,0],[10.93044,49.70267000000001,0],[10.9307,49.702380000000005,0],[10.930899999999998,49.70197000000002,0],[10.931349999999998,49.70204000000001,0],[10.93148,49.701809999999995,0],[10.931980000000001,49.70134999999999,0],[10.93207,49.701149999999984,0],[10.93209,49.700879999999984,0],[10.9335,49.70027999999999,0],[10.93526,49.700080000000014,0],[10.93736,49.69975999999997,0],[10.93851,49.69962000000001,0],[10.93824,49.69933,0],[10.93816,49.69917000000001,0],[10.93898,49.69910999999999,0],[10.93961,49.69900999999996,0],[10.94674,49.69744,0],[10.94664,49.69726,0],[10.94735,49.69705999999999,0],[10.948810000000002,49.696399999999954,0],[10.94967,49.696110000000004,0],[10.95065,49.695840000000004,0],[10.951399999999998,49.69559000000001,0],[10.9561,49.693749999999994,0],[10.95638,49.69367,0],[10.957239999999999,49.6935,0],[10.958360000000003,49.69330000000005,0],[10.96107,49.69227000000001,0],[10.962070000000002,49.69209999999998,0],[10.965290000000001,49.69206,0],[10.9653,49.69155000000001,0],[10.967630000000002,49.691329999999965,0],[10.96801,49.69130000000001,0],[10.968149999999998,49.691329999999965,0],[10.96831,49.691599999999994,0],[10.969040000000001,49.69140999999999,0],[10.968809999999998,49.69093000000001,0],[10.96947,49.690709999999996,0],[10.96984,49.69103999999996,0],[10.97059,49.69048000000001,0],[10.97331,49.69198,0],[10.9734,49.69192000000001,0],[10.97312,49.69164000000001,0],[10.9737,49.69134,0],[10.973989999999999,49.69149999999999,0],[10.9743,49.69126,0],[10.973690000000001,49.691010000000006,0],[10.97363,49.69089999999997,0],[10.973580000000002,49.69024999999999,0],[10.97312,49.69009,0],[10.972910000000002,49.689959999999985,0],[10.972810000000003,49.68985000000001,0],[10.97301,49.68968000000001,0],[10.973250000000002,49.68941000000001,0],[10.97341,49.689130000000006,0],[10.97363,49.68893,0],[10.97364,49.68869999999998,0],[10.97381,49.68772999999999,0],[10.97381,49.68745000000001,0],[10.97412,49.68679,0],[10.974390000000001,49.68657000000002,0],[10.97495,49.686350000000004,0],[10.97531,49.68613000000002,0],[10.97598,49.68545,0],[10.976649999999998,49.68413000000001,0],[10.975760000000001,49.683959999999985,0],[10.97531,49.683820000000026,0],[10.97417,49.682829999999996,0],[10.972910000000002,49.68191999999999,0],[10.97267,49.68186,0],[10.9723,49.68182999999999,0],[10.97315,49.68124,0],[10.97374,49.68063999999998,0],[10.97519,49.68120999999999,0],[10.97639,49.681790000000035,0],[10.97775,49.682230000000004,0],[10.97808,49.68231,0],[10.97922,49.68302,0],[10.979809999999999,49.6832,0],[10.980479999999998,49.68329,0],[10.98123,49.68333999999999,0],[10.98177,49.683239999999984,0],[10.98199,49.68308000000002,0],[10.98203,49.68246999999997,0],[10.982410000000002,49.6823,0],[10.98318,49.68208999999999,0],[10.9844,49.682079999999985,0],[10.98568,49.68227999999999,0],[10.98641,49.682230000000004,0],[10.98677,49.68248,0],[10.98689,49.682230000000004,0],[10.986799999999999,49.68186,0],[10.986830000000001,49.68171000000001,0],[10.98709,49.68159,0],[10.98765,49.68151,0],[10.98775,49.68195000000003,0],[10.98802,49.68218000000002,0],[10.98922,49.68248,0],[10.989689999999998,49.68289999999996,0],[10.990279999999998,49.683239999999984,0],[10.99056,49.68335999999999,0],[10.99136,49.68359000000001,0],[10.9916,49.68341000000001,0],[10.9918,49.6832,0],[10.991919999999999,49.683009999999996,0],[10.99205,49.682650000000024,0],[10.992150000000002,49.682500000000005,0],[10.9927,49.68251000000001,0],[10.99327,49.68268000000003,0],[10.995519999999999,49.682889999999986,0],[10.99621,49.68306999999999,0],[10.99754,49.683239999999984,0],[10.99914,49.68357,0],[11.002620000000002,49.684,0],[11.00538,49.684590000000014,0],[11.009109999999998,49.68544,0],[11.00935,49.68544,0],[11.009919999999997,49.68520000000001,0],[11.010449999999999,49.68508,0],[11.01151,49.68500000000003,0],[11.01218,49.684560000000005,0],[11.012859999999998,49.684560000000005,0],[11.01339,49.684590000000014,0],[11.013760000000001,49.684,0],[11.01441,49.68409,0],[11.01489,49.683820000000026,0],[11.015020000000002,49.68378000000001,0],[11.01538,49.6824,0],[11.015649999999999,49.68167,0],[11.01573,49.68093999999999,0],[11.01503,49.68084999999999,0],[11.01422,49.680619999999976,0],[11.013629999999997,49.68048999999999,0],[11.013420000000002,49.680380000000014,0],[11.01358,49.67993999999999,0],[11.01358,49.67943999999997,0],[11.01333,49.67900999999998,0],[11.01352,49.678830000000005,0],[11.01357,49.67857000000001,0],[11.01348,49.67840000000001,0],[11.013,49.678139999999985,0],[11.01336,49.677220000000005,0],[11.0126,49.677189999999996,0],[11.011779999999998,49.677059999999955,0],[11.01139,49.67735999999999,0],[11.01106,49.677539999999965,0],[11.01062,49.67765,0],[11.00993,49.67772000000002,0],[11.00963,49.67766,0],[11.009479999999998,49.67757,0],[11.009439999999998,49.67741000000001,0],[11.00949,49.677250000000015,0],[11.0099,49.67698999999999,0],[11.00963,49.67690999999999,0],[11.009439999999998,49.67671999999999,0],[11.00935,49.676559999999995,0],[11.00932,49.67624000000001,0],[11.009409999999999,49.675839999999994,0],[11.00947,49.67527999999999,0],[11.00824,49.67509000000001,0],[11.00671,49.67509000000001,0],[11.00478,49.67537999999999,0],[11.00442,49.67539000000002,0],[11.00426,49.67525999999998,0],[11.0042,49.67502999999999,0],[11.00417,49.67463000000001,0],[11.00383,49.67401000000001,0],[11.00505,49.67374000000001,0],[11.00612,49.673640000000006,0],[11.00708,49.67361,0],[11.00887,49.67362,0],[11.010110000000001,49.67383000000001,0],[11.01007,49.674019999999985,0],[11.01125,49.67410000000004,0],[11.0118,49.67409000000001,0],[11.01221,49.674049999999994,0],[11.012570000000002,49.673959999999994,0],[11.01266,49.67391000000001,0],[11.01322,49.673219999999986,0],[11.01338,49.67309000000003,0],[11.01351,49.67302000000001,0],[11.01395,49.6729,0],[11.01474,49.67230000000001,0],[11.01521,49.672079999999994,0],[11.01559,49.67221000000001,0],[11.01619,49.67215999999996,0],[11.01656,49.67201,0],[11.0169,49.671899999999994,0],[11.01731,49.67189000000002,0],[11.018400000000002,49.67160000000001,0],[11.01982,49.67148000000003,0],[11.02249,49.67177000000004,0],[11.02307,49.671910000000025,0],[11.02332,49.67193,0],[11.02414,49.67170999999996,0],[11.02479,49.67161999999999,0],[11.02487,49.67171999999999,0],[11.02575,49.67213000000001,0],[11.0262,49.67175000000003,0],[11.02633,49.671580000000006,0],[11.02677,49.67171999999999,0],[11.02697,49.671460000000025,0],[11.02773,49.670860000000005,0],[11.02933,49.67187999999999,0],[11.031470000000002,49.67296999999999,0],[11.031839999999999,49.673040000000015,0],[11.032020000000001,49.67251999999999,0],[11.032759999999998,49.67147,0],[11.037740000000001,49.67383000000001,0],[11.03793,49.67388,0],[11.04095,49.67528999999999,0],[11.04141,49.67544000000001,0],[11.04123,49.67572999999999,0],[11.04118,49.67603,0],[11.04122,49.676090000000016,0],[11.04129,49.676199999999966,0],[11.041840000000002,49.676230000000004,0],[11.04204,49.67626999999999,0],[11.042540000000002,49.677340000000015,0],[11.04322,49.67724000000001,0],[11.04351,49.67714000000001,0],[11.04381,49.67696000000001,0],[11.04562,49.67716999999999,0],[11.0463,49.6772,0],[11.04689,49.67739999999998,0],[11.047890000000002,49.6772,0],[11.048739999999999,49.6781,0],[11.048839999999998,49.67806999999999,0],[11.049339999999999,49.67814999999999,0],[11.04956,49.67851000000002,0],[11.0496,49.67859999999999,0],[11.049659999999998,49.67926,0],[11.04962,49.68081000000001,0],[11.049999999999999,49.680830000000014,0],[11.050450000000001,49.680999999999955,0],[11.05073,49.68106,0],[11.051079999999999,49.68106,0],[11.05176,49.68097,0],[11.05201,49.681430000000006,0],[11.052520000000001,49.68197000000001,0],[11.05398,49.68151,0],[11.05348,49.68079,0],[11.054420000000002,49.68045000000001,0],[11.054640000000001,49.68018999999998,0],[11.05461,49.68011000000001,0],[11.05191,49.67592000000002,0],[11.05151,49.675489999999996,0],[11.05136,49.675430000000006,0],[11.04995,49.67542000000003,0],[11.04977,49.67539000000002,0],[11.0496,49.67529999999999,0],[11.048000000000002,49.67296999999999,0],[11.04943,49.672619999999995,0],[11.048249999999998,49.670829999999995,0],[11.04716,49.669489999999996,0],[11.046569999999997,49.668650000000014,0],[11.04654,49.66843000000003,0],[11.046250000000002,49.66799,0],[11.04872,49.66738999999998,0],[11.05008,49.66714999999999,0],[11.05017,49.66709,0],[11.0502,49.666870000000046,0],[11.05014,49.66669999999999,0],[11.049549999999998,49.66593,0],[11.048139999999998,49.66445999999999,0],[11.04784,49.66404000000003,0],[11.04634,49.662379999999985,0],[11.04823,49.661689999999965,0],[11.04836,49.66187000000002,0],[11.048739999999999,49.662109999999984,0],[11.049109999999999,49.66217,0],[11.05016,49.662199999999984,0],[11.05042,49.66227999999998,0],[11.05049,49.66233,0],[11.05075,49.66230999999999,0],[11.05102,49.662229999999994,0],[11.05083,49.662109999999984,0],[11.05069,49.661910000000006,0],[11.05144,49.66144000000003,0],[11.051600000000002,49.66138000000001,0],[11.0519,49.66132999999999,0],[11.05318,49.66099000000003,0],[11.05265,49.660240000000016,0],[11.05392,49.66036,0],[11.05495,49.66018,0],[11.05493,49.66005999999996,0],[11.05474,49.659839999999974,0],[11.05458,49.65974,0],[11.05255,49.65897000000001,0],[11.0527,49.65872000000002,0],[11.051289999999998,49.658199999999994,0],[11.05246,49.65708999999998,0],[11.05614,49.658360000000016,0],[11.05657,49.658529999999985,0],[11.05701,49.65876,0],[11.058730000000002,49.659940000000006,0],[11.059280000000001,49.66039000000001,0],[11.059770000000002,49.66093000000001,0],[11.0602,49.66156999999998,0],[11.06082,49.661370000000005,0],[11.060550000000001,49.660920000000004,0],[11.06339,49.66031000000004,0],[11.06274,49.65825000000001,0],[11.062359999999998,49.657340000000005,0],[11.06219,49.656319999999994,0],[11.06187,49.655310000000014,0],[11.06165,49.653819999999996,0],[11.06153,49.65354999999997,0],[11.058800000000002,49.65356,0],[11.0577,49.653459999999995,0],[11.05759,49.65371000000002,0],[11.05748,49.654150000000016,0],[11.057089999999999,49.65418,0],[11.05682,49.65416000000002,0],[11.055159999999999,49.65379999999999,0],[11.054640000000001,49.653670000000005,0],[11.05414,49.65350000000001,0],[11.053369999999997,49.65341000000001,0],[11.05255,49.65325999999996,0],[11.051640000000003,49.652680000000004,0],[11.05101,49.652469999999994,0],[11.05016,49.65246000000002,0],[11.04915,49.65252000000001,0],[11.04902,49.6523,0],[11.04873,49.65232,0],[11.047880000000001,49.65225000000001,0],[11.047560000000002,49.65142,0],[11.047139999999999,49.65066999999999,0],[11.04649,49.649820000000034,0],[11.04621,49.64956000000001,0],[11.04614,49.649220000000014,0],[11.047070000000001,49.64847999999998,0],[11.04664,49.648179999999996,0],[11.04709,49.64787999999999,0],[11.04686,49.646979999999985,0],[11.046630000000002,49.646559999999965,0],[11.04637,49.64663999999999,0],[11.04622,49.646330000000006,0],[11.04645,49.645939999999996,0],[11.04691,49.645839999999964,0],[11.04722,49.64568,0],[11.047539999999998,49.64557000000002,0],[11.04772,49.645459999999986,0],[11.04792,49.64524,0],[11.04831,49.64510999999999,0],[11.04842,49.64499999999998,0],[11.048480000000001,49.64474999999999,0],[11.04857,49.64466999999999,0],[11.04856,49.64448999999999,0],[11.048480000000001,49.64439999999999,0],[11.048440000000001,49.64425,0],[11.04832,49.64420999999999,0],[11.04829,49.64417,0],[11.048370000000002,49.64366000000001,0],[11.04828,49.643290000000036,0],[11.04834,49.643,0],[11.04863,49.64275000000001,0],[11.04888,49.642379999999974,0],[11.048930000000002,49.642240000000015,0],[11.04894,49.64161999999999,0],[11.0473,49.64168999999998,0],[11.04689,49.64161999999999,0],[11.04643,49.64117999999996,0],[11.04609,49.64062999999999,0],[11.045729999999999,49.64057,0],[11.04504,49.64067000000003,0],[11.04329,49.64079000000001,0],[11.04317,49.640600000000006,0],[11.04312,49.64034000000001,0],[11.04315,49.639579999999995,0],[11.04178,49.63987,0],[11.04121,49.64004,0],[11.0405,49.64026999999999,0],[11.03868,49.64102,0],[11.03828,49.64114000000001,0],[11.038149999999998,49.64080999999999,0],[11.0381,49.640349999999984,0],[11.037549999999998,49.640420000000006,0],[11.03784,49.63841999999997,0],[11.03791,49.63735,0],[11.0381,49.63650000000001,0],[11.03738,49.63627999999997,0],[11.03736,49.63649000000001,0],[11.03724,49.63676000000004,0],[11.03576,49.63668999999999,0],[11.03542,49.63720000000001,0],[11.034750000000003,49.637969999999996,0],[11.03306,49.63817999999998,0],[11.03097,49.6386,0],[11.02948,49.63767999999999,0],[11.029169999999999,49.63753,0],[11.0274,49.636889999999994,0],[11.02672,49.63654999999997,0],[11.0255,49.63577000000001,0],[11.023410000000002,49.634169999999955,0],[11.02138,49.632799999999975,0],[11.02187,49.632480000000015,0],[11.022590000000001,49.63211000000001,0],[11.024160000000002,49.63150000000002,0],[11.024890000000001,49.63129000000001,0],[11.02569,49.63120000000001,0],[11.0256,49.631039999999985,0],[11.02564,49.63092000000003,0],[11.02619,49.630750000000006,0],[11.02624,49.63067000000001,0],[11.026159999999999,49.63046,0],[11.02605,49.630269999999996,0],[11.025779999999997,49.62995999999998,0],[11.02487,49.629850000000005,0],[11.02491,49.62974000000003,0],[11.02478,49.629609999999985,0],[11.024820000000002,49.62960000000001,0],[11.0248,49.62957,0],[11.024450000000002,49.62914000000001,0],[11.02471,49.628960000000006,0],[11.02555,49.62879000000001,0],[11.02517,49.62811999999997,0],[11.024899999999999,49.627489999999995,0],[11.024969999999998,49.627410000000026,0],[11.02537,49.62729999999999,0],[11.02672,49.62706,0],[11.02697,49.62697,0],[11.027239999999999,49.62671000000003,0],[11.02734,49.62603999999999,0],[11.02774,49.62603999999999,0],[11.02903,49.62617,0],[11.02935,49.62616,0],[11.029360000000002,49.62598,0],[11.02953,49.62585999999999,0],[11.031389999999998,49.625760000000014,0],[11.0316,49.6258,0],[11.03233,49.62574000000001,0],[11.032319999999999,49.62570000000002,0],[11.03279,49.62557000000001,0],[11.03289,49.62563,0],[11.033220000000002,49.625550000000004,0],[11.0335,49.62544,0],[11.03388,49.62536,0],[11.03457,49.62537999999998,0],[11.03501,49.62545,0],[11.03561,49.62523999999999,0],[11.03631,49.62486000000001,0],[11.03666,49.62452999999999,0],[11.03691,49.62419999999997,0],[11.037190000000002,49.62407000000002,0],[11.03729,49.623940000000005,0],[11.03761,49.62371999999999,0],[11.03784,49.62369000000004,0],[11.03819,49.62378000000001,0],[11.03854,49.623940000000005,0],[11.03876,49.62411,0],[11.039270000000002,49.62462999999997,0],[11.03962,49.62486000000001,0],[11.03884,49.62567999999999,0],[11.03864,49.626000000000005,0],[11.038599999999999,49.62628999999998,0],[11.03874,49.62662,0],[11.03925,49.627219999999994,0],[11.040240000000002,49.62772000000001,0],[11.03981,49.62899999999996,0],[11.04096,49.629369999999994,0],[11.040889999999997,49.62957,0],[11.04255,49.62980999999999,0],[11.04249,49.63013000000001,0],[11.04338,49.63025999999999,0],[11.04392,49.630499999999984,0],[11.044130000000001,49.630539999999996,0],[11.04446,49.63092000000003,0],[11.04475,49.63138000000001,0],[11.044950000000002,49.631609999999995,0],[11.04485,49.63274000000001,0],[11.04463,49.63342,0],[11.0459,49.63370000000003,0],[11.0462,49.633820000000014,0],[11.048600000000002,49.63400999999999,0],[11.05035,49.63407000000001,0],[11.05089,49.63404,0],[11.05188,49.63362000000001,0],[11.052420000000001,49.633430000000004,0],[11.05352,49.63314,0],[11.05481,49.63289,0],[11.05499,49.633200000000016,0],[11.055229999999998,49.634060000000005,0],[11.05532,49.63457,0],[11.05529,49.63468,0],[11.05508,49.63476,0],[11.05495,49.63486000000003,0],[11.05472,49.63544999999999,0],[11.054420000000002,49.63571999999999,0],[11.054,49.635969999999986,0],[11.05407,49.63665,0],[11.05403,49.63699,0],[11.05665,49.63756000000001,0],[11.05878,49.63767999999999,0],[11.05993,49.63763,0],[11.06004,49.63786999999999,0],[11.060550000000001,49.637880000000024,0],[11.060579999999998,49.63753,0],[11.06065,49.63731999999999,0],[11.061019999999997,49.63731999999999,0],[11.06096,49.636979999999966,0],[11.06111,49.63654,0],[11.061279999999998,49.63633999999999,0],[11.06156,49.63623999999999,0],[11.06196,49.63615999999999,0],[11.06209,49.63607999999999,0],[11.062149999999999,49.635729999999995,0],[11.062249999999999,49.63557,0],[11.06288,49.63538,0],[11.06324,49.63512000000003,0],[11.06449,49.63486000000003,0],[11.064439999999998,49.634479999999996,0],[11.06569,49.634180000000015,0],[11.06553,49.63371999999998,0],[11.06548,49.63305,0],[11.06587,49.633069999999975,0],[11.06645,49.63302999999999,0],[11.06728,49.63282000000004,0],[11.06769,49.63327000000004,0],[11.06858,49.63326000000001,0],[11.06863,49.63311999999999,0],[11.06828,49.632930000000016,0],[11.06826,49.632859999999994,0],[11.068340000000001,49.63274000000001,0],[11.068710000000001,49.63264000000001,0],[11.069,49.63236999999998,0],[11.069009999999999,49.63228000000001,0],[11.068870000000002,49.63220000000001,0],[11.068870000000002,49.632090000000034,0],[11.06881,49.63199,0],[11.068380000000001,49.63171,0],[11.06825,49.631519999999995,0],[11.0681,49.631189999999975,0],[11.06843,49.630859999999984,0],[11.06874,49.630799999999994,0],[11.06885,49.63044999999997,0],[11.06902,49.630420000000015,0],[11.069119999999998,49.62938,0],[11.069239999999999,49.62889999999999,0],[11.06971,49.62855999999999,0],[11.06992,49.628209999999996,0],[11.07,49.62796,0],[11.070719999999998,49.627820000000014,0],[11.071210000000002,49.627820000000014,0],[11.071760000000001,49.62777,0],[11.07215,49.62781000000001,0],[11.072810000000002,49.62763000000001,0],[11.072920000000002,49.627550000000014,0],[11.072920000000002,49.627410000000026,0],[11.07452,49.62697,0],[11.075499999999998,49.6268,0],[11.07602,49.62675999999999,0],[11.07786,49.626930000000016,0],[11.07829,49.626919999999984,0],[11.07873,49.62679,0],[11.08024,49.62646000000001,0],[11.07998,49.62437,0],[11.07872,49.62361000000001,0],[11.0788,49.62341000000001,0],[11.08138,49.62295,0],[11.0814,49.62284,0],[11.08114,49.62195,0],[11.08076,49.62200999999996,0],[11.08055,49.62195,0],[11.080409999999999,49.62162999999998,0],[11.08037,49.62127000000001,0],[11.08039,49.62079,0],[11.07848,49.62074999999999,0],[11.077259999999999,49.620779999999996,0],[11.0762,49.62094999999999,0],[11.076209999999998,49.62087,0],[11.07645,49.620419999999996,0],[11.076630000000002,49.619939999999986,0],[11.075769999999999,49.6199,0],[11.07602,49.61901000000003,0],[11.07639,49.61837,0],[11.07657,49.617790000000014,0],[11.07645,49.61711999999997,0],[11.07616,49.615980000000036,0],[11.07627,49.61563000000001,0],[11.07671,49.61498,0],[11.07842,49.61308,0],[11.07873,49.61288999999999,0],[11.079900000000002,49.61243000000002,0],[11.07993,49.61068,0],[11.0809,49.610690000000005,0],[11.08111,49.61055000000002,0],[11.0814,49.610270000000014,0],[11.08174,49.609759999999994,0],[11.0824,49.60832999999997,0],[11.08081,49.608059999999966,0],[11.08107,49.60754,0],[11.08215,49.60767999999999,0],[11.08222,49.60706000000002,0],[11.08159,49.60701,0],[11.08204,49.60594000000003,0],[11.083650000000002,49.60606999999999,0],[11.08408,49.60488000000001,0],[11.08536,49.60373999999999,0],[11.086170000000001,49.60199,0],[11.087960000000002,49.601789999999994,0],[11.08751,49.600120000000004,0],[11.088609999999997,49.60016999999999,0],[11.0903,49.60059000000001,0],[11.09086,49.60066999999998,0],[11.091989999999997,49.600750000000005,0],[11.092260000000001,49.60047,0],[11.0942,49.600480000000005,0],[11.094149999999999,49.599819999999994,0],[11.09655,49.599680000000006,0],[11.09662,49.599260000000015,0],[11.09915,49.59894,0],[11.09969,49.59885,0],[11.10081,49.598780000000005,0],[11.101170000000002,49.59969000000001,0],[11.10143,49.60058000000001,0],[11.10284,49.60055,0],[11.10284,49.600100000000026,0],[11.10401,49.600100000000026,0],[11.10493,49.60005999999996,0],[11.10619,49.59991999999997,0],[11.107179999999998,49.59975,0],[11.107139999999998,49.599549999999994,0],[11.10539,49.59950999999998,0],[11.10532,49.59900999999999,0],[11.10535,49.598810000000014,0],[11.10464,49.59878999999998,0],[11.1046,49.598900000000015,0],[11.10375,49.59881999999999,0],[11.10293,49.59878999999998,0],[11.1029,49.59870000000001,0],[11.10296,49.59858,0],[11.10293,49.598510000000005,0],[11.10256,49.598450000000014,0],[11.10126,49.59836999999999,0],[11.101,49.598299999999995,0],[11.100730000000002,49.598060000000004,0],[11.09985,49.59745000000001,0],[11.10059,49.597409999999996,0],[11.1024,49.5975,0],[11.10245,49.59737999999999,0],[11.102620000000002,49.59737000000004,0],[11.10401,49.597530000000035,0],[11.10468,49.5977,0],[11.10539,49.59778,0],[11.10575,49.597800000000035,0],[11.10588,49.59772000000001,0],[11.10608,49.59706,0],[11.10621,49.59707,0],[11.106230000000002,49.596959999999996,0],[11.10622,49.59591,0],[11.106450000000002,49.594949999999955,0],[11.106330000000002,49.594809999999995,0],[11.106440000000001,49.59387000000001,0],[11.10742,49.59395000000001,0],[11.107509999999998,49.59358,0],[11.10754,49.59309000000002,0],[11.10706,49.593079999999986,0],[11.106969999999999,49.59246000000002,0],[11.106739999999999,49.591560000000044,0],[11.10821,49.591560000000044,0],[11.10815,49.59111999999999,0],[11.10839,49.59091999999998,0],[11.10933,49.59199000000004,0],[11.109079999999999,49.59093999999999,0],[11.10905,49.58965999999998,0],[11.10884,49.588509999999985,0],[11.10951,49.58859000000001,0],[11.10991,49.588809999999995,0],[11.11057,49.58942999999999,0],[11.1103,49.59026,0],[11.11059,49.590239999999994,0],[11.110710000000001,49.59021000000001,0],[11.111379999999999,49.58989,0],[11.11153,49.58986999999999,0],[11.11169,49.589879999999965,0],[11.1123,49.589789999999994,0],[11.11396,49.58949999999999,0],[11.114389999999998,49.58957000000001,0],[11.114759999999999,49.58949999999999,0],[11.11567,49.58949999999999,0],[11.11619,49.58923999999999,0],[11.117360000000001,49.589259999999996,0],[11.11742,49.589229999999986,0],[11.117290000000002,49.589110000000005,0],[11.117319999999998,49.589079999999996,0],[11.11741,49.58906999999999,0],[11.11794,49.58913999999996,0],[11.118369999999999,49.589290000000005,0],[11.11876,49.58949000000001,0],[11.11923,49.58984000000001,0],[11.11969,49.59029000000001,0],[11.119970000000002,49.59047000000001,0],[11.120149999999999,49.59053,0],[11.12053,49.59056000000001,0],[11.12076,49.59,0],[11.12097,49.589169999999996,0],[11.12168,49.58901999999998,0],[11.12183,49.58892,0],[11.12257,49.58859000000001,0],[11.123190000000001,49.58867000000001,0],[11.12355,49.588689999999986,0],[11.12447,49.58856,0],[11.125229999999998,49.58858000000001,0],[11.12552,49.58852999999999,0],[11.125669999999998,49.58843000000002,0],[11.12617,49.58834000000002,0],[11.12665,49.588299999999975,0],[11.12718,49.588419999999985,0],[11.12761,49.58906000000002,0],[11.12719,49.58950999999999,0],[11.12772,49.58958000000001,0],[11.12796,49.58951999999999,0],[11.12842,49.58950999999999,0],[11.12855,49.58954,0],[11.12877,49.58951999999999,0],[11.12893,49.589560000000006,0],[11.129240000000001,49.58957000000001,0],[11.12943,49.58967000000001,0],[11.12956,49.58967000000001,0],[11.129880000000002,49.58957000000001,0],[11.12996,49.58951999999999,0],[11.13006,49.58927,0],[11.13031,49.589079999999996,0],[11.130469999999999,49.589200000000005,0],[11.1306,49.589229999999986,0],[11.13073,49.58914999999999,0],[11.131279999999999,49.5891,0],[11.13178,49.589169999999996,0],[11.13164,49.58992999999998,0],[11.13295,49.59012999999999,0],[11.13367,49.58903000000001,0],[11.133959999999998,49.58906000000002,0],[11.13393,49.58919,0],[11.134630000000001,49.589770000000016,0],[11.13492,49.58973,0],[11.13507,49.58965999999998,0],[11.135230000000002,49.58967999999999,0],[11.135489999999999,49.589830000000006,0],[11.135890000000002,49.589740000000006,0],[11.13611,49.5898,0],[11.13625,49.58928,0],[11.13644,49.58924999999999,0],[11.13648,49.58920999999998,0],[11.136490000000002,49.5891,0],[11.13694,49.589,0],[11.137080000000001,49.589,0],[11.1398,49.58947999999998,0],[11.139910000000002,49.58955,0],[11.14075,49.58949000000001,0],[11.14096,49.589529999999996,0],[11.14152,49.58972,0],[11.14208,49.589789999999994,0],[11.14227,49.59,0],[11.14247,49.58998,0],[11.14271,49.58989999999997,0],[11.14301,49.58989,0],[11.14305,49.58995999999999,0],[11.14317,49.58999,0],[11.14361,49.589879999999965,0],[11.14382,49.5898,0],[11.14437,49.589920000000006,0],[11.144550000000002,49.589909999999975,0],[11.14468,49.58985999999999,0],[11.144759999999998,49.58977999999999,0],[11.144799999999998,49.58946999999998,0],[11.14474,49.589320000000015,0],[11.14427,49.58931000000001,0],[11.14465,49.58906999999999,0],[11.14546,49.588899999999995,0],[11.14549,49.58879000000002,0],[11.14567,49.588629999999995,0],[11.14567,49.58852999999999,0],[11.14571,49.58852000000002,0],[11.145839999999998,49.58858000000001,0],[11.14586,49.58872999999997,0],[11.14589,49.588750000000005,0],[11.145949999999997,49.588779999999986,0],[11.14616,49.58879999999999,0],[11.14637,49.58879000000002,0],[11.14665,49.588689999999986,0],[11.14671,49.588539999999995,0],[11.1469,49.58831999999998,0],[11.14759,49.588190000000026,0],[11.148260000000002,49.58817000000002,0],[11.14871,49.588190000000026,0],[11.1489,49.58823000000001,0],[11.14926,49.588390000000004,0],[11.14946,49.58798999999999,0],[11.149549999999998,49.58763999999999,0],[11.14969,49.58756999999997,0],[11.149740000000001,49.58742999999998,0],[11.150109999999998,49.58735000000004,0],[11.150219999999997,49.588029999999975,0],[11.14993,49.58813000000001,0],[11.14992,49.588160000000016,0],[11.15,49.58847,0],[11.150219999999997,49.588629999999995,0],[11.150259999999998,49.58879999999999,0],[11.15061,49.58895000000001,0],[11.150919999999998,49.588899999999995,0],[11.15202,49.58861000000002,0],[11.152240000000003,49.588600000000014,0],[11.152350000000002,49.58862000000002,0],[11.15274,49.588840000000005,0],[11.15298,49.58912000000001,0],[11.15319,49.58927,0],[11.15336,49.58934000000002,0],[11.153680000000001,49.58940000000001,0],[11.15358,49.58985999999999,0],[11.15408,49.590040000000016,0],[11.155020000000002,49.59047000000001,0],[11.15533,49.59031999999999,0],[11.155159999999999,49.58932999999999,0],[11.155379999999997,49.58912000000001,0],[11.155250000000002,49.589050000000015,0],[11.155269999999998,49.589,0],[11.15545,49.58901999999998,0],[11.15557,49.58913000000001,0],[11.15565,49.589159999999964,0],[11.155759999999999,49.590149999999994,0],[11.15612,49.59009000000003,0],[11.15656,49.59012999999999,0],[11.15678,49.59020000000001,0],[11.15678,49.58934000000002,0],[11.157129999999999,49.58942999999999,0],[11.15766,49.58967999999999,0],[11.15813,49.58981,0],[11.15837,49.58968999999999,0],[11.15846,49.589740000000006,0],[11.15862,49.58975000000001,0],[11.15883,49.58958999999996,0],[11.15919,49.58949999999999,0],[11.15934,49.58949999999999,0],[11.1595,49.58954,0],[11.160040000000002,49.58946999999998,0],[11.15986,49.589110000000005,0],[11.16091,49.58912000000001,0],[11.16117,49.58904000000001,0],[11.16135,49.58831999999998,0],[11.16208,49.58828,0],[11.162110000000002,49.588629999999995,0],[11.162450000000002,49.58868000000001,0],[11.16273,49.58852000000002,0],[11.16277,49.58831000000001,0],[11.16274,49.588149999999985,0],[11.16279,49.58812,0],[11.16299,49.58828,0],[11.16317,49.58821000000003,0],[11.16337,49.58829,0],[11.16358,49.588269999999994,0],[11.16367,49.588299999999975,0],[11.16382,49.588449999999995,0],[11.16393,49.58845999999997,0],[11.164219999999998,49.58841000000001,0],[11.16437,49.58850000000004,0],[11.16481,49.58858000000001,0],[11.16491,49.58848000000003,0],[11.16499,49.58845999999997,0],[11.16518,49.58855,0],[11.165380000000003,49.58852999999999,0],[11.16546,49.58864,0],[11.16573,49.58865,0],[11.166090000000002,49.58877000000001,0],[11.16624,49.588869999999986,0],[11.16627,49.58903000000001,0],[11.16625,49.58909,0],[11.16596,49.589259999999996,0],[11.16601,49.589380000000006,0],[11.16592,49.58941999999999,0],[11.165720000000002,49.58940999999999,0],[11.16564,49.589439999999996,0],[11.16562,49.58962,0],[11.16575,49.58965999999998,0],[11.16604,49.58967000000001,0],[11.16612,49.58989,0],[11.16618,49.589920000000006,0],[11.166459999999999,49.589909999999975,0],[11.16669,49.59017,0],[11.16682,49.59016,0],[11.16687,49.589909999999975,0],[11.16673,49.589789999999994,0],[11.16673,49.58973,0],[11.16729,49.58959999999999,0],[11.1677,49.58936,0],[11.16826,49.58942999999999,0],[11.168270000000001,49.58971,0],[11.16821,49.58982,0],[11.16809,49.58985999999999,0],[11.16769,49.589830000000006,0],[11.16791,49.59013999999999,0],[11.168100000000003,49.59033999999997,0],[11.16833,49.590509999999995,0],[11.16958,49.59055000000001,0],[11.16956,49.59039999999999,0],[11.170730000000002,49.59030999999996,0],[11.170609999999998,49.5898,0],[11.17062,49.58950999999999,0],[11.1707,49.58928,0],[11.1712,49.58931000000001,0],[11.17092,49.58967999999999,0],[11.1712,49.58973,0],[11.1716,49.58975000000001,0],[11.17323,49.58955,0],[11.173319999999999,49.589969999999994,0],[11.1738,49.58950999999999,0],[11.17391,49.58932999999999,0],[11.17386,49.589110000000005,0],[11.175879999999998,49.588299999999975,0],[11.176400000000001,49.58919,0],[11.17792,49.58892,0],[11.177849999999998,49.58865,0],[11.177160000000002,49.588329999999985,0],[11.177259999999999,49.58811,0],[11.17796,49.58807999999999,0],[11.17795,49.58792,0],[11.177999999999999,49.587800000000016,0],[11.178069999999998,49.58773000000002,0],[11.17821,49.587680000000006,0],[11.17845,49.587680000000006,0],[11.17906,49.587800000000016,0],[11.17953,49.587860000000006,0],[11.17968,49.58784,0],[11.179819999999998,49.58778000000004,0],[11.179969999999999,49.58763999999999,0],[11.18011,49.587440000000015,0],[11.18018,49.58739,0],[11.18028,49.5874,0],[11.18042,49.58742999999998,0],[11.18065,49.58763999999999,0],[11.1808,49.58861000000002,0],[11.181790000000001,49.588750000000005,0],[11.18325,49.58883,0],[11.18404,49.588930000000005,0],[11.18466,49.588940000000036,0],[11.184989999999999,49.588989999999995,0],[11.185500000000001,49.58931000000001,0],[11.18548,49.588930000000005,0],[11.18581,49.58889000000002,0],[11.18618,49.58889000000002,0],[11.18621,49.58963000000003,0],[11.18615,49.59073000000001,0],[11.18608,49.59109999999998,0],[11.18874,49.591530000000034,0],[11.189849999999998,49.59167000000002,0],[11.19008,49.590329999999994,0],[11.192,49.59056000000001,0],[11.19419,49.59088,0],[11.195120000000001,49.59124000000003,0],[11.196360000000002,49.592029999999994,0],[11.19812,49.592749999999995,0],[11.199209999999999,49.59107,0],[11.200049999999997,49.591920000000016,0],[11.20036,49.592150000000004,0],[11.2008,49.59232,0],[11.200909999999999,49.59219999999999,0],[11.20197,49.59259,0],[11.20381,49.59307000000001,0],[11.204480000000002,49.59331,0],[11.20517,49.59369000000001,0],[11.20548,49.59380999999999,0],[11.20762,49.594359999999995,0],[11.20809,49.59473,0],[11.20924,49.59539000000001,0],[11.20886,49.59611000000001,0],[11.209749999999998,49.596479999999985,0],[11.20916,49.597229999999996,0],[11.20889,49.597710000000006,0],[11.2087,49.59841,0],[11.20863,49.59894,0],[11.20864,49.59933000000001,0],[11.20902,49.59942000000001,0],[11.20826,49.60070999999999,0],[11.207899999999999,49.60146,0],[11.20799,49.60158000000001,0],[11.208460000000002,49.60167000000001,0],[11.21,49.60207,0],[11.209980000000002,49.60212000000001,0],[11.2159,49.60437000000002,0],[11.21539,49.60486999999998,0],[11.21593,49.60495,0],[11.21575,49.605170000000015,0],[11.21541,49.60569000000001,0],[11.215180000000002,49.60595000000001,0],[11.21491,49.606120000000004,0],[11.21465,49.60622999999998,0],[11.21557,49.60712000000001,0],[11.2149,49.60810999999998,0],[11.21662,49.608689999999996,0],[11.21715,49.60892000000001,0],[11.218110000000001,49.60946000000001,0],[11.21838,49.60906,0],[11.22184,49.60864000000001,0],[11.222310000000002,49.60865000000001,0],[11.22595,49.60819000000001,0],[11.22548,49.60643999999999,0],[11.227799999999998,49.606150000000014,0],[11.22751,49.605109999999996,0],[11.227660000000002,49.60508999999999,0],[11.227199999999998,49.603549999999984,0],[11.226539999999998,49.6036,0],[11.22669,49.603290000000015,0],[11.22902,49.60309000000001,0],[11.229209999999998,49.60302999999999,0],[11.229400000000002,49.60284999999999,0],[11.22935,49.602679999999964,0],[11.22936,49.602450000000005,0],[11.22924,49.602329999999995,0],[11.22865,49.60207,0],[11.22862,49.60192000000001,0],[11.228719999999997,49.60177999999999,0],[11.22859,49.60132999999999,0],[11.2286,49.60113999999999,0],[11.22865,49.601099999999974,0],[11.22923,49.601169999999996,0],[11.22915,49.60082,0],[11.22919,49.60058000000001,0],[11.22953,49.59975,0],[11.23002,49.59894,0],[11.230210000000001,49.59849999999997,0],[11.230509999999999,49.59844000000001,0],[11.23087,49.598450000000014,0],[11.230810000000002,49.59894,0],[11.230689999999997,49.59918999999999,0],[11.23313,49.599429999999984,0],[11.233,49.598630000000014,0],[11.23298,49.597759999999994,0],[11.23368,49.59775000000002,0],[11.23368,49.59809999999999,0],[11.23409,49.59809000000004,0],[11.23425,49.598389999999995,0],[11.23446,49.59854000000004,0],[11.234790000000002,49.598600000000005,0],[11.23636,49.59863999999999,0],[11.23706,49.598720000000014,0],[11.23726,49.598839999999996,0],[11.237339999999998,49.59894,0],[11.23759,49.59913,0],[11.23876,49.598780000000005,0],[11.23893,49.599019999999996,0],[11.2393,49.59890999999999,0],[11.23945,49.59900999999999,0],[11.24181,49.598479999999995,0],[11.24143,49.59792999999999,0],[11.24123,49.59734000000003,0],[11.241979999999998,49.59715,0],[11.24192,49.596959999999996,0],[11.24233,49.596959999999996,0],[11.242440000000002,49.5967,0],[11.242650000000001,49.59653,0],[11.24425,49.596630000000005,0],[11.24505,49.59655000000001,0],[11.245110000000002,49.59685999999999,0],[11.24595,49.596929999999986,0],[11.24634,49.59691999999998,0],[11.24681,49.596810000000005,0],[11.24672,49.596310000000045,0],[11.24734,49.59646999999998,0],[11.248509999999998,49.59701000000001,0],[11.249200000000002,49.59719000000001,0],[11.24965,49.59727000000001,0],[11.24995,49.59719000000001,0],[11.25014,49.59709000000001,0],[11.250309999999999,49.59706,0],[11.25116,49.597080000000034,0],[11.2527,49.59703999999999,0],[11.25243,49.596209999999985,0],[11.25211,49.595680000000016,0],[11.25208,49.59545,0],[11.25229,49.594949999999955,0],[11.25296,49.59475000000003,0],[11.25323,49.594990000000024,0],[11.25377,49.595320000000015,0],[11.2541,49.59550999999999,0],[11.2544,49.595560000000006,0],[11.25447,49.59571,0],[11.25462,49.59587000000002,0],[11.25548,49.59629000000001,0],[11.25572,49.59652,0],[11.25579,49.59656000000001,0],[11.25628,49.59662000000003,0],[11.256199999999998,49.59828999999999,0],[11.25646,49.59825000000001,0],[11.25656,49.59854999999999,0],[11.25682,49.598510000000005,0],[11.25694,49.598900000000015,0],[11.25731,49.598839999999996,0],[11.25835,49.600869999999986,0],[11.258180000000001,49.60095000000001,0],[11.259409999999999,49.6019,0],[11.26013,49.60222999999996,0],[11.259919999999997,49.60239999999999,0],[11.260480000000001,49.602689999999996,0],[11.258769999999998,49.60380000000001,0],[11.25836,49.60413,0],[11.25934,49.60488999999998,0],[11.25957,49.605019999999996,0],[11.259849999999998,49.60504,0],[11.260040000000002,49.60507999999999,0],[11.2614,49.605549999999994,0],[11.262490000000001,49.60579000000001,0],[11.26327,49.60589999999999,0],[11.26369,49.60589000000002,0],[11.263889999999998,49.60667000000001,0],[11.26409,49.60694999999998,0],[11.26459,49.606809999999996,0],[11.26612,49.60658000000001,0],[11.26627,49.60676000000001,0],[11.266530000000001,49.60669000000004,0],[11.26666,49.60656,0],[11.26752,49.60646,0],[11.26759,49.60633999999999,0],[11.26775,49.60622999999998,0],[11.26814,49.606030000000004,0],[11.26895,49.60571999999999,0],[11.269389999999998,49.60561000000001,0],[11.26997,49.60552999999999,0],[11.27058,49.60556,0],[11.2709,49.606629999999996,0],[11.27128,49.60665,0],[11.27193,49.60676999999998,0],[11.27338,49.606600000000014,0],[11.27336,49.60647,0],[11.27407,49.60640000000001,0],[11.27509,49.60646,0],[11.275790000000002,49.60647,0],[11.276819999999999,49.60643999999999,0],[11.27754,49.60638,0],[11.27775,49.60633999999999,0],[11.27777,49.60616999999999,0],[11.278460000000003,49.60577999999998,0],[11.27863,49.60565,0],[11.27879,49.605620000000016,0],[11.27893,49.60565,0],[11.279010000000001,49.60560000000001,0],[11.2792,49.6054,0],[11.27932,49.605170000000015,0],[11.27944,49.604510000000005,0],[11.27979,49.6045,0],[11.28018,49.604559999999964,0],[11.28032,49.604149999999976,0],[11.28049,49.60383999999999,0],[11.28081,49.60395,0],[11.28069,49.60433000000003,0],[11.28517,49.60542000000001,0],[11.28517,49.606750000000005,0],[11.28595,49.60701,0],[11.28653,49.60709000000003,0],[11.28661,49.60907,0],[11.28691,49.60907,0],[11.28679,49.60956999999999,0],[11.28677,49.60986,0],[11.286839999999998,49.61034999999998,0],[11.286959999999999,49.61065999999997,0],[11.2871,49.610840000000024,0],[11.28735,49.61103,0],[11.28748,49.611080000000015,0],[11.287329999999999,49.61178000000001,0],[11.28689,49.61198000000002,0],[11.286399999999999,49.612089999999995,0],[11.28597,49.61288000000002,0],[11.285919999999999,49.61305999999999,0],[11.28609,49.61323999999999,0],[11.28632,49.61331000000001,0],[11.28632,49.613609999999994,0],[11.286550000000002,49.614360000000005,0],[11.28678,49.61554000000001,0],[11.28711,49.61804000000001,0],[11.28716,49.618629999999996,0],[11.28775,49.61861999999999,0],[11.28768,49.618780000000015,0],[11.28815,49.61864,0],[11.288230000000002,49.61711999999997,0],[11.29006,49.616870000000006,0],[11.29054,49.616870000000006,0],[11.29131,49.61737999999997,0],[11.29135,49.61716000000001,0],[11.29162,49.61668000000003,0],[11.29189,49.61641000000003,0],[11.292380000000001,49.61605,0],[11.29247,49.616209999999995,0],[11.29258,49.616330000000005,0],[11.29296,49.61659,0],[11.29373,49.61690999999999,0],[11.29398,49.616949999999974,0],[11.29387,49.61717999999999,0],[11.29381,49.61752000000001,0],[11.29396,49.61751000000001,0],[11.29547,49.61768000000001,0],[11.29667,49.617639999999966,0],[11.29678,49.618030000000005,0],[11.29681,49.61831000000004,0],[11.29738,49.619759999999985,0],[11.29711,49.62013999999999,0],[11.29697,49.6208,0],[11.29774,49.62071999999998,0],[11.29841,49.620509999999996,0],[11.2986,49.62026,0],[11.298580000000001,49.62007,0],[11.298609999999998,49.62004999999999,0],[11.299140000000001,49.620059999999995,0],[11.29926,49.620409999999964,0],[11.29966,49.62097,0],[11.30031,49.62092000000001,0],[11.30016,49.62131000000002,0],[11.299989999999998,49.62204,0],[11.29994,49.62234999999998,0],[11.299979999999998,49.622670000000056,0],[11.299840000000001,49.623069999999984,0],[11.297170000000001,49.622600000000006,0],[11.296389999999999,49.62254999999999,0],[11.29556,49.62244000000001,0],[11.29529,49.622709999999955,0],[11.29604,49.62329,0],[11.296539999999998,49.623789999999985,0],[11.29651,49.623980000000046,0],[11.296620000000003,49.62416000000002,0],[11.296240000000001,49.62434999999999,0],[11.29656,49.62463999999997,0],[11.2966,49.624750000000006,0],[11.29659,49.62492,0],[11.29608,49.626570000000015,0],[11.296979999999998,49.62667999999999,0],[11.29691,49.627110000000016,0],[11.297330000000002,49.627279999999985,0],[11.29751,49.62738999999996,0],[11.29774,49.62763000000001,0],[11.298,49.627820000000014,0],[11.298060000000001,49.62804,0],[11.29893,49.627909999999986,0],[11.29935,49.628409999999974,0],[11.299510000000001,49.62871999999999,0],[11.30016,49.62945000000002,0],[11.299670000000003,49.629579999999976,0],[11.29964,49.629770000000036,0],[11.29924,49.62984,0],[11.29841,49.63011,0],[11.29823,49.63020000000003,0],[11.298349999999997,49.63025999999999,0],[11.29989,49.630420000000015,0],[11.30082,49.63015999999999,0],[11.300579999999998,49.62975,0],[11.30205,49.629310000000004,0],[11.30318,49.62989999999999,0],[11.30184,49.63024999999999,0],[11.302890000000001,49.630889999999994,0],[11.303560000000001,49.631339999999994,0],[11.30405,49.63181,0],[11.30483,49.63164000000003,0],[11.30555,49.63165000000001,0],[11.30578,49.63182000000003,0],[11.306189999999999,49.63168000000002,0],[11.30659,49.631969999999995,0],[11.307899999999998,49.63305999999997,0],[11.308269999999998,49.63342,0],[11.308639999999999,49.63323,0],[11.3088,49.633200000000016,0],[11.31236,49.63380000000001,0],[11.31349,49.633929999999964,0],[11.314290000000002,49.634060000000005,0],[11.31458,49.634029999999996,0],[11.31504,49.633610000000004,0],[11.3153,49.63346999999996,0],[11.31552,49.633200000000016,0],[11.315660000000001,49.63308999999998,0],[11.31573,49.63287,0],[11.31604,49.632239999999996,0],[11.31618,49.632270000000005,0],[11.317230000000002,49.63210000000004,0],[11.31729,49.63201000000001,0],[11.318160000000002,49.63192000000001,0],[11.31818,49.632090000000034,0],[11.31959,49.63226,0],[11.31986,49.63226,0],[11.31963,49.63273000000001,0],[11.31958,49.63297,0],[11.319779999999998,49.63302999999999,0],[11.31974,49.63318000000001,0],[11.319800000000003,49.633489999999966,0],[11.31963,49.63413000000003,0],[11.319669999999999,49.634540000000015,0],[11.31963,49.63506000000001,0],[11.31974,49.63550000000001,0],[11.3203,49.635490000000004,0],[11.32084,49.63553000000002,0],[11.32092,49.63508999999999,0],[11.321170000000002,49.63508999999999,0],[11.32169,49.635189999999994,0],[11.32174,49.63574,0],[11.323120000000001,49.63569000000001,0],[11.32352,49.63553000000002,0],[11.324280000000002,49.635369999999966,0],[11.325059999999999,49.63532000000001,0],[11.32537,49.63541999999998,0],[11.32588,49.635459999999995,0],[11.325869999999998,49.635490000000004,0],[11.324920000000002,49.635940000000005,0],[11.3246,49.63614999999999,0],[11.324320000000002,49.63649000000001,0],[11.324210000000003,49.63683,0],[11.323390000000002,49.63668999999999,0],[11.323419999999999,49.63664,0],[11.322910000000002,49.63652999999999,0],[11.3224,49.63638,0],[11.32189,49.636089999999996,0],[11.32158,49.63602,0],[11.321419999999998,49.636059999999986,0],[11.321419999999998,49.63641999999999,0],[11.32095,49.63646000000003,0],[11.32067,49.636660000000006,0],[11.320589999999997,49.63686000000001,0],[11.32091,49.63708,0],[11.32162,49.63730000000001,0],[11.32225,49.63744,0],[11.32271,49.63747000000001,0],[11.32281,49.63765999999998,0],[11.32429,49.63759999999999,0],[11.3245,49.63756000000001,0],[11.32474,49.63702000000001,0],[11.325459999999998,49.63705999999999,0],[11.32584,49.637010000000004,0],[11.32625,49.63703000000001,0],[11.3272,49.637010000000004,0],[11.329039999999999,49.63708,0],[11.330289999999998,49.637069999999994,0],[11.33033,49.63683999999998,0],[11.33139,49.63686000000001,0],[11.33159,49.636889999999994,0],[11.33193,49.63699999999997,0],[11.332109999999998,49.63702000000001,0],[11.33262,49.637339999999995,0],[11.332940000000002,49.63844,0],[11.3324,49.639039999999994,0],[11.33213,49.63947000000002,0],[11.33232,49.639939999999996,0],[11.33274,49.64067000000003,0],[11.33301,49.64094,0],[11.33317,49.64129,0],[11.33325,49.641610000000014,0],[11.333189999999998,49.64197999999999,0],[11.33273,49.64266000000001,0],[11.33339,49.64303000000001,0],[11.33368,49.64344,0],[11.33415,49.643730000000005,0],[11.33509,49.643759999999986,0],[11.33592,49.643849999999986,0],[11.33617,49.64332999999999,0],[11.33667,49.64327,0],[11.33652,49.64369000000002,0],[11.33658,49.64401000000004,0],[11.336530000000002,49.64421999999999,0],[11.33587,49.64429000000001,0],[11.334819999999999,49.64448999999999,0],[11.33376,49.64472000000001,0],[11.33262,49.64502999999999,0],[11.33272,49.645219999999995,0],[11.33277,49.64565999999999,0],[11.33287,49.645839999999964,0],[11.33322,49.647099999999995,0],[11.333380000000002,49.647369999999995,0],[11.33377,49.64753999999999,0],[11.334090000000002,49.647549999999995,0],[11.33452,49.64769000000001,0],[11.33502,49.64750000000001,0],[11.33544,49.647999999999996,0],[11.33554,49.64831000000001,0],[11.33554,49.648439999999994,0],[11.33575,49.64867000000004,0],[11.33582,49.64886000000001,0],[11.33582,49.649220000000014,0],[11.33737,49.64956999999998,0],[11.33764,49.650109999999984,0],[11.33869,49.650480000000016,0],[11.339239999999998,49.65075999999999,0],[11.340470000000002,49.65165999999999,0],[11.341110000000002,49.65226999999999,0],[11.34133,49.65217999999999,0],[11.34175,49.65207000000001,0],[11.34194,49.65221,0],[11.342019999999998,49.652379999999994,0],[11.34159,49.6525,0],[11.34141,49.65258000000003,0],[11.34097,49.652950000000004,0],[11.340719999999997,49.65311,0],[11.340979999999998,49.65350999999998,0],[11.34129,49.65409,0],[11.34173,49.654480000000035,0],[11.3422,49.65512999999996,0],[11.342359999999998,49.655280000000005,0],[11.342480000000002,49.65535,0],[11.34274,49.65563000000003,0],[11.34226,49.65601000000001,0],[11.34187,49.65643,0],[11.34191,49.65644,0],[11.34189,49.65673000000001,0],[11.34127,49.657190000000014,0],[11.341809999999999,49.65746999999999,0],[11.34205,49.65764999999999,0],[11.34311,49.65885,0],[11.34354,49.65952999999999,0],[11.34373,49.65974,0],[11.34432,49.66057000000001,0],[11.34474,49.66086999999999,0],[11.346969999999999,49.660829999999976,0],[11.34713,49.66084000000001,0],[11.3477,49.661,0],[11.348009999999999,49.66113999999999,0],[11.34869,49.66157999999999,0],[11.34974,49.66189,0],[11.35009,49.66210000000001,0],[11.35106,49.662600000000026,0],[11.351239999999999,49.66266999999999,0],[11.351650000000001,49.66269,0],[11.35185,49.66302000000002,0],[11.35185,49.663250000000005,0],[11.35201,49.66351,0],[11.35196,49.66375000000002,0],[11.35255,49.66460000000001,0],[11.35278,49.664739999999966,0],[11.35504,49.66478999999998,0],[11.355769999999998,49.664829999999995,0],[11.35619,49.66494,0],[11.35663,49.665099999999995,0],[11.35702,49.665610000000015,0],[11.35773,49.665610000000015,0],[11.35884,49.665850000000006,0],[11.35979,49.66619,0],[11.3605,49.666349999999966,0],[11.36094,49.666349999999966,0],[11.361259999999998,49.66660000000002,0],[11.36172,49.66653000000002,0],[11.36294,49.66597999999999,0],[11.36292,49.665850000000006,0],[11.3632,49.665760000000006,0],[11.36367,49.665670000000034,0],[11.364159999999998,49.66562000000002,0],[11.364390000000002,49.66553999999999,0],[11.36488,49.66521999999998,0],[11.36514,49.665340000000015,0],[11.36545,49.66541000000001,0],[11.36564,49.66543999999996,0],[11.36606,49.66544999999999,0],[11.36623,49.66550999999998,0],[11.36736,49.66633999999999,0],[11.36839,49.66633999999999,0],[11.368500000000001,49.666650000000004,0],[11.36876,49.66657000000001,0],[11.36888,49.666439999999994,0],[11.36899,49.666390000000035,0],[11.36956,49.666470000000004,0],[11.36993,49.66678999999999,0],[11.37016,49.66687999999999,0],[11.370550000000001,49.66696999999999,0],[11.37079,49.66786999999999,0],[11.37119,49.66789,0],[11.372040000000002,49.66807,0],[11.37239,49.66811999999999,0],[11.37249,49.66830999999999,0],[11.372769999999997,49.66848999999996,0],[11.37305,49.668589999999995,0],[11.37291,49.66888,0],[11.37341,49.66910999999999,0],[11.37358,49.66944999999998,0],[11.374,49.669460000000015,0],[11.374490000000002,49.669219999999996,0],[11.37504,49.66935999999998,0],[11.37549,49.66924,0],[11.376709999999997,49.66899999999998,0],[11.37668,49.66846000000001,0],[11.37746,49.66855000000001,0],[11.37718,49.66778999999997,0],[11.377090000000003,49.66730000000004,0],[11.377090000000003,49.66653000000002,0],[11.37658,49.66607000000002,0],[11.376369999999998,49.66570999999999,0],[11.376039999999998,49.66494,0],[11.3758,49.664890000000014,0],[11.37559,49.66478999999998,0],[11.37532,49.664320000000004,0],[11.374750000000002,49.66385,0],[11.37462,49.66368,0],[11.3739,49.663369999999986,0],[11.37365,49.66320999999999,0],[11.37324,49.66305000000003,0],[11.372619999999998,49.6627,0],[11.37246,49.66257000000002,0],[11.37217,49.662120000000016,0],[11.37217,49.661929999999984,0],[11.372289999999998,49.66159999999999,0],[11.372289999999998,49.661460000000005,0],[11.37189,49.660270000000025,0],[11.37179,49.660120000000006,0],[11.37142,49.65978999999996,0],[11.37135,49.65969000000001,0],[11.37101,49.65882000000002,0],[11.371179999999999,49.65881000000002,0],[11.37146,49.65888000000001,0],[11.371590000000001,49.65888000000001,0],[11.372080000000002,49.658770000000004,0],[11.372810000000001,49.658660000000026,0],[11.37291,49.65861000000001,0],[11.37296,49.65837000000002,0],[11.37314,49.65827999999999,0],[11.37383,49.658090000000016,0],[11.37418,49.658150000000006,0],[11.37432,49.658349999999984,0],[11.3747,49.658529999999985,0],[11.37518,49.65868000000003,0],[11.376639999999998,49.658649999999994,0],[11.377339999999998,49.65884,0],[11.37777,49.659130000000005,0],[11.3784,49.65933000000001,0],[11.37914,49.659040000000005,0],[11.37939,49.65902,0],[11.37969,49.658770000000004,0],[11.379869999999999,49.65869000000001,0],[11.38028,49.65818999999999,0],[11.3803,49.657820000000015,0],[11.38062,49.65753999999998,0],[11.38085,49.65726999999998,0],[11.3811,49.657160000000005,0],[11.38117,49.65655000000001,0],[11.38136,49.65628000000001,0],[11.381389999999998,49.65611000000004,0],[11.38109,49.655699999999996,0],[11.38108,49.655370000000005,0],[11.381840000000002,49.654830000000004,0],[11.38271,49.654740000000004,0],[11.384549999999999,49.653880000000015,0],[11.38483,49.65428,0],[11.38665,49.65418,0],[11.38762,49.6541,0],[11.3872,49.65190000000001,0],[11.387109999999998,49.650980000000004,0],[11.38712,49.65068000000002,0],[11.38895,49.65016,0],[11.38949,49.65003999999996,0],[11.38919,49.64971,0],[11.388809999999998,49.64912000000004,0],[11.38845,49.64829,0],[11.39089,49.647580000000005,0],[11.391749999999998,49.647189999999995,0],[11.39191,49.647069999999985,0],[11.39192,49.64699000000002,0],[11.39176,49.64677000000003,0],[11.391870000000003,49.646630000000016,0],[11.39125,49.64618999999999,0],[11.39102,49.646060000000006,0],[11.38984,49.646330000000006,0],[11.389710000000001,49.646169999999984,0],[11.39067,49.64547999999999,0],[11.391010000000001,49.64501000000001,0],[11.3911,49.64472000000001,0],[11.39132,49.64437000000001,0],[11.39169,49.64401000000004,0],[11.3921,49.64371,0],[11.39263,49.64320000000001,0],[11.39311,49.64291,0],[11.39359,49.64274,0],[11.39448,49.642499999999984,0],[11.392009999999999,49.641929999999974,0],[11.39174,49.641850000000005,0],[11.3916,49.64184,0],[11.39135,49.641880000000015,0],[11.39119,49.64177000000001,0],[11.39174,49.641680000000036,0],[11.392229999999998,49.64174,0],[11.39239,49.641459999999995,0],[11.39257,49.64126999999999,0],[11.39307,49.64106000000001,0],[11.3932,49.64089000000001,0],[11.39311,49.64081999999999,0],[11.39319,49.64068,0],[11.39348,49.64047999999997,0],[11.39365,49.64049,0],[11.39397,49.64017999999999,0],[11.39366,49.63980000000004,0],[11.39366,49.639669999999995,0],[11.393240000000002,49.639460000000014,0],[11.39318,49.63916999999998,0],[11.3932,49.63887999999997,0],[11.39378,49.63860999999997,0],[11.39377,49.63852,0],[11.39353,49.63841999999997,0],[11.39325,49.638090000000005,0],[11.392679999999999,49.637729999999976,0],[11.39266,49.63753,0],[11.392719999999999,49.63728999999998,0],[11.3926,49.637280000000004,0],[11.3927,49.63649000000001,0],[11.392189999999998,49.63503,0],[11.39193,49.63449,0],[11.392449999999998,49.63445999999999,0],[11.392119999999998,49.63394999999997,0],[11.39173,49.63378,0],[11.39125,49.63349999999997,0],[11.39087,49.63337999999999,0],[11.39106,49.63305,0],[11.391149999999998,49.63273000000001,0],[11.39145,49.63258999999999,0],[11.391959999999997,49.63256000000001,0],[11.39237,49.6326,0],[11.393269999999998,49.632960000000026,0],[11.39415,49.63338999999999,0],[11.394720000000001,49.63333,0],[11.39523,49.633460000000014,0],[11.39602,49.63346999999996,0],[11.39645,49.63359,0],[11.396769999999998,49.63359,0],[11.397429999999998,49.63365999999999,0],[11.397139999999998,49.63351,0],[11.397,49.63337000000001,0],[11.39709,49.633129999999994,0],[11.397060000000002,49.63291000000001,0],[11.397099999999998,49.63275999999999,0],[11.397209999999998,49.632540000000006,0],[11.397579999999998,49.63217,0],[11.39753,49.631580000000014,0],[11.39768,49.631309999999985,0],[11.39796,49.63106000000002,0],[11.398279999999998,49.63096999999999,0],[11.399190000000003,49.631039999999985,0],[11.39991,49.63118,0],[11.399549999999998,49.63015999999999,0],[11.39913,49.630179999999996,0],[11.399030000000002,49.63000999999997,0],[11.3989,49.629520000000014,0],[11.399,49.62938,0],[11.39927,49.62932000000001,0],[11.39904,49.62877,0],[11.39846,49.62879000000001,0],[11.39763,49.62854999999996,0],[11.3973,49.62810000000002,0],[11.39672,49.62767999999997,0],[11.39616,49.627440000000036,0],[11.39683,49.626739999999984,0],[11.39675,49.62585999999999,0],[11.396850000000002,49.62576999999999,0],[11.397220000000003,49.625580000000014,0],[11.39781,49.624930000000006,0],[11.398239999999998,49.62482000000003,0],[11.39848,49.624840000000034,0],[11.39879,49.62482000000003,0],[11.398960000000002,49.62470999999999,0],[11.39949,49.62469999999999,0],[11.39993,49.62479999999999,0],[11.40031,49.62459000000001,0],[11.40038,49.624419999999986,0],[11.400600000000003,49.62422999999998,0],[11.40063,49.624149999999986,0],[11.40086,49.623980000000046,0],[11.40106,49.623729999999995,0],[11.4014,49.62353999999999,0],[11.401640000000002,49.62352999999999,0],[11.40188,49.62326999999999,0],[11.4021,49.623099999999994,0],[11.40232,49.622979999999984,0],[11.40272,49.62282999999999,0],[11.4028,49.622900000000016,0],[11.40441,49.622749999999996,0],[11.40441,49.62289000000001,0],[11.40471,49.62286,0],[11.404790000000002,49.62288000000001,0],[11.40487,49.622960000000006,0],[11.40488,49.623189999999965,0],[11.406969999999998,49.6233,0],[11.4071,49.62333000000001,0],[11.40727,49.623230000000035,0],[11.40742,49.62324000000001,0],[11.40789,49.62329,0],[11.40907,49.623549999999994,0],[11.409839999999999,49.623670000000004,0],[11.41019,49.623879999999986,0],[11.411470000000001,49.62477000000001,0],[11.412089999999997,49.62526,0],[11.41224,49.62531000000001,0],[11.41256,49.62531000000001,0],[11.41343,49.62525000000002,0],[11.41425,49.62601999999998,0],[11.41458,49.62530000000001,0],[11.41469,49.62482000000003,0],[11.4146,49.62378000000001,0],[11.41468,49.62338,0],[11.41485,49.622960000000006,0],[11.41479,49.62272999999996,0],[11.414820000000002,49.62243000000001,0],[11.41506,49.621989999999954,0],[11.414629999999999,49.621970000000005,0],[11.413370000000002,49.62179000000003,0],[11.41334,49.62155999999996,0],[11.41467,49.62174999999999,0],[11.41524,49.62177,0],[11.41545,49.621579999999966,0],[11.41577,49.62141,0],[11.41584,49.62132,0],[11.41584,49.62083999999999,0],[11.41573,49.620389999999986,0],[11.41577,49.620270000000005,0],[11.41587,49.620149999999995,0],[11.41605,49.62007,0],[11.41645,49.61995999999999,0],[11.41668,49.619849999999985,0],[11.41705,49.61941999999999,0],[11.41728,49.61921000000001,0],[11.418160000000002,49.618859999999984,0],[11.419090000000002,49.61822000000001,0],[11.419680000000001,49.617909999999995,0],[11.420010000000001,49.61768999999998,0],[11.42067,49.6172,0],[11.420859999999998,49.61702,0],[11.42096,49.61682999999999,0],[11.42103,49.616479999999996,0],[11.421079999999998,49.61638000000002,0],[11.4213,49.61619000000002,0],[11.42178,49.61586,0],[11.42201,49.61594999999997,0],[11.423350000000001,49.616119999999995,0],[11.42299,49.61574999999996,0],[11.424430000000001,49.615970000000004,0],[11.42449,49.61590000000001,0],[11.42464,49.61583999999999,0],[11.42534,49.61574999999996,0],[11.425360000000001,49.61553000000001,0],[11.42604,49.61446999999998,0],[11.42624,49.61439000000004,0],[11.426469999999998,49.61385000000001,0],[11.427069999999999,49.61418999999998,0],[11.427509999999998,49.61432000000002,0],[11.428179999999998,49.61437999999998,0],[11.42845,49.614479999999986,0],[11.42901,49.61480000000003,0],[11.42912,49.61497,0],[11.4291,49.615020000000015,0],[11.42916,49.615290000000016,0],[11.42914,49.61551,0],[11.42918,49.615790000000004,0],[11.4291,49.615880000000004,0],[11.42913,49.616059999999976,0],[11.42894,49.616569999999996,0],[11.4297,49.616690000000006,0],[11.42976,49.61750000000001,0],[11.43011,49.61750000000001,0],[11.430640000000002,49.61795000000001,0],[11.43151,49.61856,0],[11.4316,49.61869999999999,0],[11.43161,49.618960000000015,0],[11.4317,49.619320000000045,0],[11.431530000000002,49.61958999999999,0],[11.43068,49.62053,0],[11.430409999999998,49.62071,0],[11.43061,49.62125,0],[11.42994,49.621700000000004,0],[11.42987,49.62228999999999,0],[11.429600000000002,49.622600000000006,0],[11.42939,49.622739999999965,0],[11.42961,49.623189999999965,0],[11.430750000000002,49.62314000000001,0],[11.43086,49.623490000000004,0],[11.43167,49.62337000000002,0],[11.43161,49.62352999999999,0],[11.43142,49.62359000000001,0],[11.43128,49.62359000000001,0],[11.431179999999998,49.62450000000001,0],[11.4315,49.62463999999997,0],[11.43243,49.62517,0],[11.433,49.625640000000004,0],[11.433090000000002,49.62578999999997,0],[11.43223,49.62586999999999,0],[11.4317,49.62544,0],[11.43121,49.62519,0],[11.43081,49.62513999999999,0],[11.43009,49.6259,0],[11.42955,49.62635,0],[11.42913,49.62661,0],[11.4285,49.62678,0],[11.42865,49.627399999999994,0],[11.429000000000002,49.62801000000002,0],[11.42924,49.62811999999997,0],[11.429589999999997,49.628179999999986,0],[11.4298,49.62808000000001,0],[11.42984,49.62795,0],[11.429589999999997,49.627669999999995,0],[11.42955,49.627550000000014,0],[11.429560000000002,49.627430000000004,0],[11.42972,49.62724,0],[11.43032,49.626810000000006,0],[11.43077,49.62707,0],[11.43055,49.62729999999999,0],[11.430870000000002,49.62746999999999,0],[11.43116,49.62783000000002,0],[11.43136,49.628859999999975,0],[11.43173,49.628829999999994,0],[11.43204,49.62873999999999,0],[11.43351,49.628659999999996,0],[11.433789999999998,49.62862000000001,0],[11.43396,49.62856999999997,0],[11.43447,49.62831,0],[11.435419999999999,49.628060000000005,0],[11.435969999999998,49.62784000000002,0],[11.43668,49.62770999999998,0],[11.43712,49.62756999999999,0],[11.437609999999998,49.62756999999999,0],[11.43793,49.627890000000036,0],[11.439030000000002,49.627430000000004,0],[11.43919,49.627309999999994,0],[11.43992,49.62738999999996,0],[11.440479999999999,49.62733,0],[11.440989999999998,49.627219999999994,0],[11.44149,49.627039999999994,0],[11.44202,49.627140000000026,0],[11.44236,49.62695999999997,0],[11.44304,49.62689,0],[11.44353,49.62693999999996,0],[11.44386,49.62693999999996,0],[11.44436,49.62689,0],[11.444189999999999,49.62710000000001,0],[11.44498,49.62712000000002,0],[11.44531,49.62684999999999,0],[11.44551,49.62652,0],[11.446479999999998,49.626630000000006,0],[11.44748,49.62683000000001,0],[11.448129999999999,49.626919999999984,0],[11.44932,49.62751,0],[11.4506,49.62649999999999,0],[11.4513,49.62676999999999,0],[11.45192,49.62684999999999,0],[11.45204,49.62652,0],[11.45213,49.62640000000002,0],[11.45237,49.62646999999998,0],[11.454399999999998,49.62676999999999,0],[11.45623,49.62697,0],[11.45634,49.62724,0],[11.4566,49.627430000000004,0],[11.45745,49.627909999999986,0],[11.45857,49.627920000000046,0],[11.45869,49.628179999999986,0],[11.45814,49.62822,0],[11.45785,49.628330000000005,0],[11.45745,49.62836999999999,0],[11.45738,49.62846999999999,0],[11.45746,49.629009999999994,0],[11.4572,49.629400000000004,0],[11.45795,49.629549999999995,0],[11.45994,49.629609999999985,0],[11.45992,49.629970000000014,0],[11.45714,49.629880000000014,0],[11.45677,49.629880000000014,0],[11.456509999999998,49.629909999999995,0],[11.456669999999999,49.630150000000015,0],[11.45661,49.630480000000006,0],[11.457370000000001,49.63075999999998,0],[11.456930000000002,49.631580000000014,0],[11.45757,49.63172,0],[11.45781,49.63181,0],[11.457769999999998,49.632049999999964,0],[11.45771,49.632090000000034,0],[11.4581,49.632329999999996,0],[11.45836,49.6326,0],[11.45835,49.63279,0],[11.457889999999999,49.63301999999999,0],[11.45779,49.63310999999999,0],[11.45835,49.63311999999999,0],[11.45885,49.63308999999998,0],[11.45962,49.63298000000003,0],[11.46,49.63308000000001,0],[11.4605,49.63302999999999,0],[11.460939999999999,49.63302999999999,0],[11.461149999999998,49.63326000000001,0],[11.46114,49.633669999999995,0],[11.46054,49.634209999999996,0],[11.46054,49.634360000000015,0],[11.46043,49.634619999999956,0],[11.46043,49.63493999999997,0],[11.46049,49.635099999999966,0],[11.460449999999998,49.635339999999985,0],[11.46054,49.63551000000001,0],[11.46084,49.63547,0],[11.461120000000001,49.63560000000004,0],[11.46162,49.635519999999985,0],[11.462010000000001,49.63593,0],[11.46243,49.63598000000002,0],[11.462910000000003,49.63595000000001,0],[11.46357,49.63613000000001,0],[11.464280000000002,49.63615999999999,0],[11.46594,49.63646000000003,0],[11.466470000000001,49.63663,0],[11.46692,49.63686000000001,0],[11.46723,49.63708,0],[11.46832,49.63726,0],[11.46924,49.63728999999998,0],[11.47002,49.63723999999999,0],[11.47053,49.63717,0],[11.47082,49.63718,0],[11.47132,49.63738000000001,0],[11.4705,49.63769999999997,0],[11.4698,49.63810999999998,0],[11.46956,49.63817999999998,0],[11.469260000000002,49.63821999999999,0],[11.46909,49.63829000000001,0],[11.46878,49.638469999999984,0],[11.46856,49.638679999999994,0],[11.468399999999999,49.63978000000003,0],[11.46917,49.63983999999999,0],[11.469300000000002,49.63978000000003,0],[11.46938,49.63964999999999,0],[11.46968,49.63951,0],[11.46995,49.63944000000001,0],[11.47051,49.63938999999999,0],[11.471289999999998,49.63941,0],[11.471710000000002,49.63949000000002,0],[11.47195,49.63959,0],[11.47209,49.63971000000001,0],[11.472190000000001,49.64007999999998,0],[11.47472,49.64045999999996,0],[11.47451,49.64079000000001,0],[11.474229999999999,49.64111,0],[11.47279,49.64246,0],[11.47249,49.64282,0],[11.47214,49.64344,0],[11.47201,49.643849999999986,0],[11.4722,49.64394999999999,0],[11.47271,49.64402000000001,0],[11.4727,49.64451,0],[11.472819999999999,49.6446,0],[11.47344,49.644679999999994,0],[11.475719999999999,49.64458000000002,0],[11.47612,49.644709999999975,0],[11.47679,49.64479,0],[11.47851,49.64461,0],[11.47895,49.64466999999999,0],[11.47946,49.64462,0],[11.48005,49.6446,0],[11.48066,49.644540000000006,0],[11.480839999999999,49.64447000000004,0],[11.481,49.64448999999999,0],[11.481470000000002,49.644000000000005,0],[11.48171,49.64362,0],[11.481840000000002,49.64297000000002,0],[11.48175,49.642570000000035,0],[11.481740000000002,49.642060000000015,0],[11.482220000000002,49.641459999999995,0],[11.48386,49.64195999999998,0],[11.48365,49.64136000000002,0],[11.48447,49.64133000000001,0],[11.4856,49.641410000000036,0],[11.48625,49.641610000000014,0],[11.48685,49.64170999999999,0],[11.48713,49.641310000000004,0],[11.486260000000001,49.64066,0],[11.48621,49.64034000000001,0],[11.48654,49.64002999999997,0],[11.48709,49.63981000000004,0],[11.487630000000001,49.639639999999986,0],[11.488230000000001,49.639610000000005,0],[11.488720000000002,49.639669999999995,0],[11.488830000000002,49.63971000000001,0],[11.488830000000002,49.640299999999996,0],[11.48948,49.64059,0],[11.49002,49.640930000000026,0],[11.49048,49.64116000000001,0],[11.49055,49.64143999999999,0],[11.49043,49.641610000000014,0],[11.49033,49.64168999999998,0],[11.490350000000001,49.64195999999998,0],[11.49043,49.64207999999999,0],[11.49091,49.642529999999994,0],[11.49147,49.64295000000001,0],[11.49144,49.643640000000005,0],[11.4913,49.643730000000005,0],[11.49103,49.644000000000005,0],[11.49091,49.64420999999999,0],[11.49096,49.64465000000001,0],[11.49103,49.644769999999994,0],[11.49113,49.644870000000026,0],[11.491679999999999,49.645219999999995,0],[11.49188,49.645309999999995,0],[11.492119999999998,49.645370000000014,0],[11.492559999999997,49.645399999999995,0],[11.493159999999998,49.6455,0],[11.49336,49.64565999999999,0],[11.49342,49.64571000000001,0],[11.49344,49.64588999999998,0],[11.4933,49.646240000000006,0],[11.49314,49.64637999999999,0],[11.493250000000002,49.64657,0],[11.49385,49.646510000000006,0],[11.494239999999998,49.646720000000016,0],[11.49481,49.64708000000002,0],[11.495030000000002,49.64711,0],[11.49514,49.64708000000002,0],[11.49535,49.646979999999985,0],[11.495250000000002,49.64685,0],[11.49478,49.646559999999965,0],[11.495,49.646439999999984,0],[11.495470000000001,49.646360000000044,0],[11.49589,49.64637999999999,0],[11.496290000000002,49.64654999999999,0],[11.49655,49.64689999999999,0],[11.49679,49.646919999999994,0],[11.496960000000001,49.64708999999999,0],[11.49716,49.64751000000004,0],[11.49801,49.64778000000001,0],[11.49823,49.64802,0],[11.498179999999998,49.6482,0],[11.49857,49.648300000000006,0],[11.49881,49.64823000000001,0],[11.49927,49.64824999999999,0],[11.49942,49.64845999999997,0],[11.50002,49.64851999999999,0],[11.500640000000002,49.64835000000002,0],[11.500809999999998,49.64798999999999,0],[11.500959999999997,49.64780999999999,0],[11.50196,49.64739,0],[11.50177,49.647200000000026,0],[11.50223,49.64703,0],[11.502450000000001,49.64699999999999,0],[11.503010000000002,49.647099999999995,0],[11.50343,49.64711,0],[11.50377,49.647069999999985,0],[11.5043,49.64699999999999,0],[11.505720000000002,49.64660999999998,0],[11.507129999999998,49.64676,0],[11.50752,49.64669000000001,0],[11.50716,49.647279999999995,0],[11.507030000000002,49.64793,0],[11.50719,49.64797999999999,0],[11.50789,49.64833999999999,0],[11.508869999999998,49.64836,0],[11.5099,49.64824999999999,0],[11.510179999999998,49.64825999999999,0],[11.51075,49.648330000000016,0],[11.51116,49.64847,0],[11.511710000000003,49.64858000000001,0],[11.51226,49.64882,0],[11.512689999999997,49.64911000000001,0],[11.51276,49.64921000000001,0],[11.51275,49.64940999999999,0],[11.51266,49.64963999999998,0],[11.51391,49.649760000000015,0],[11.51457,49.649519999999995,0],[11.51473,49.649190000000004,0],[11.51468,49.64899,0],[11.514699999999998,49.64893999999998,0],[11.515739999999997,49.64896999999999,0],[11.51622,49.64887999999999,0],[11.517159999999999,49.64860999999999,0],[11.517599999999998,49.64857000000001,0],[11.51802,49.64862000000002,0],[11.51851,49.64864000000003,0],[11.51865,49.64850999999999,0],[11.518200000000002,49.64828,0],[11.51803,49.64813000000001,0],[11.5184,49.647850000000005,0],[11.519130000000002,49.64756,0],[11.5194,49.647519999999986,0],[11.520010000000001,49.64757,0],[11.52143,49.64829,0],[11.52183,49.64805000000001,0],[11.52096,49.647449999999964,0],[11.5203,49.647069999999985,0],[11.52076,49.646469999999994,0],[11.521349999999998,49.646630000000016,0],[11.52187,49.64689999999999,0],[11.52275,49.646090000000015,0],[11.523290000000001,49.645839999999964,0],[11.523390000000001,49.646169999999984,0],[11.52361,49.64627999999999,0],[11.524880000000001,49.64670000000001,0],[11.52526,49.64645999999999,0],[11.52572,49.646240000000006,0],[11.52643,49.64617999999999,0],[11.52728,49.64617999999999,0],[11.52745,49.645839999999964,0],[11.5275,49.64540999999997,0],[11.527970000000002,49.64553999999998,0],[11.52838,49.64591000000004,0],[11.52906,49.64553000000001,0],[11.52963,49.64513999999997,0],[11.52954,49.64490000000001,0],[11.52907,49.64461,0],[11.52968,49.64421999999999,0],[11.530040000000001,49.64448999999999,0],[11.53058,49.64435,0],[11.53116,49.644270000000006,0],[11.53152,49.64427999999998,0],[11.53222,49.64411000000001,0],[11.53226,49.64385999999999,0],[11.532490000000001,49.64388999999997,0],[11.533,49.643730000000005,0],[11.53355,49.64372000000003,0],[11.53415,49.64385999999999,0],[11.534250000000002,49.643730000000005,0],[11.53492,49.64451,0],[11.5351,49.64420999999999,0],[11.53522,49.644120000000015,0],[11.53612,49.64374000000004,0],[11.53726,49.64305999999999,0],[11.53756,49.643400000000014,0],[11.53785,49.64403999999999,0],[11.537890000000003,49.644589999999994,0],[11.53761,49.64464000000001,0],[11.53718,49.644180000000006,0],[11.53761,49.64403999999999,0],[11.53726,49.64375000000001,0],[11.53681,49.64395999999999,0],[11.53683,49.644120000000015,0],[11.53638,49.64413999999999,0],[11.53635,49.64407,0],[11.535650000000002,49.64429999999999,0],[11.53605,49.64443,0],[11.53675,49.644800000000004,0],[11.53707,49.64492999999999,0],[11.53775,49.64505,0],[11.53859,49.64573999999999,0],[11.53899,49.64591000000004,0],[11.53929,49.64571000000001,0],[11.53898,49.6455,0],[11.53863,49.64517000000001,0],[11.538509999999999,49.644870000000026,0],[11.53871,49.64456000000001,0],[11.53876,49.64392000000001,0],[11.53863,49.643640000000005,0],[11.538309999999997,49.64359000000002,0],[11.538139999999999,49.643460000000005,0],[11.53795,49.643039999999985,0],[11.53849,49.642799999999994,0],[11.53933,49.642540000000025,0],[11.54006,49.642619999999994,0],[11.54106,49.6422,0],[11.541600000000003,49.64202,0],[11.54253,49.641850000000005,0],[11.54284,49.64175,0],[11.54317,49.64170999999999,0],[11.543929999999998,49.64170000000004,0],[11.54413,49.64165,0],[11.54434,49.64152999999999,0],[11.5446,49.64159999999998,0],[11.542779999999999,49.643010000000004,0],[11.54234,49.643460000000005,0],[11.54242,49.64368000000002,0],[11.54256,49.643759999999986,0],[11.54287,49.64385999999999,0],[11.543080000000002,49.64377999999999,0],[11.543240000000003,49.64366000000001,0],[11.54525,49.64195999999998,0],[11.54577,49.641670000000005,0],[11.54592,49.64143999999999,0],[11.54609,49.64129,0],[11.54622,49.64084,0],[11.546230000000001,49.640649999999994,0],[11.54632,49.6405,0],[11.54666,49.64039,0],[11.54761,49.64031,0],[11.54867,49.6405,0],[11.54911,49.64031,0],[11.550440000000002,49.64062000000001,0],[11.55076,49.64079000000001,0],[11.550799999999999,49.64099999999999,0],[11.550679999999998,49.64136000000002,0],[11.55057,49.641490000000005,0],[11.5509,49.641729999999995,0],[11.55049,49.64240000000001,0],[11.551179999999999,49.64256000000003,0],[11.55231,49.6429,0],[11.552180000000002,49.643190000000004,0],[11.55296,49.64336,0],[11.55487,49.642859999999985,0],[11.556380000000003,49.64228,0],[11.55713,49.642319999999984,0],[11.55733,49.64242999999999,0],[11.55761,49.64293000000001,0],[11.5577,49.64341000000002,0],[11.55758,49.64425,0],[11.55741,49.644390000000016,0],[11.55724,49.64519999999999,0],[11.55661,49.6455,0],[11.55702,49.646090000000015,0],[11.55687,49.646270000000015,0],[11.55664,49.64643000000001,0],[11.556370000000001,49.64685,0],[11.55687,49.64660000000001,0],[11.55721,49.6465,0],[11.55737,49.646589999999975,0],[11.55749,49.646529999999984,0],[11.55768,49.64681999999999,0],[11.55794,49.647069999999985,0],[11.559009999999999,49.64689999999999,0],[11.559430000000003,49.64679000000004,0],[11.559569999999999,49.64694,0],[11.55967,49.646979999999985,0],[11.55984,49.64711,0],[11.5598,49.647729999999996,0],[11.55956,49.64796000000001,0],[11.55961,49.64821999999998,0],[11.55958,49.64835000000002,0],[11.55974,49.64863,0],[11.55872,49.64895000000001,0],[11.55853,49.64893999999998,0],[11.559600000000001,49.64938999999998,0],[11.560119999999998,49.65017,0],[11.560449999999998,49.650499999999965,0],[11.56065,49.650750000000016,0],[11.56069,49.650859999999994,0],[11.56067,49.65106,0],[11.56017,49.65123999999997,0],[11.5601,49.651549999999986,0],[11.56037,49.65186000000003,0],[11.560310000000001,49.65280999999996,0],[11.5601,49.65350000000001,0],[11.55985,49.65375,0],[11.55985,49.654049999999984,0],[11.55962,49.654240000000016,0],[11.55784,49.65467000000001,0],[11.5575,49.65515999999997,0],[11.559,49.65571,0],[11.55911,49.65581,0],[11.55922,49.65604000000002,0],[11.55963,49.65626,0],[11.55981,49.65682000000001,0],[11.5605,49.65693999999999,0],[11.55974,49.657880000000006,0],[11.55913,49.65841,0],[11.55873,49.65869000000001,0],[11.558479999999998,49.65899000000002,0],[11.557900000000002,49.659279999999995,0],[11.5577,49.65940999999998,0],[11.55738,49.65977000000001,0],[11.55739,49.65987999999999,0],[11.55798,49.66032000000001,0],[11.55818,49.66067000000001,0],[11.55869,49.66095999999999,0],[11.55884,49.661370000000005,0],[11.55896,49.661519999999996,0],[11.55961,49.66207,0],[11.56003,49.66259000000002,0],[11.56026,49.662739999999985,0],[11.560570000000002,49.66286999999997,0],[11.56099,49.66299000000001,0],[11.56158,49.66329999999999,0],[11.561649999999998,49.66329999999999,0],[11.56195,49.663579999999996,0],[11.562610000000001,49.66362000000001,0],[11.56326,49.663790000000006,0],[11.5638,49.664019999999965,0],[11.56473,49.66449000000003,0],[11.56393,49.66541000000001,0],[11.56382,49.665670000000034,0],[11.563840000000003,49.66583,0],[11.563759999999998,49.666060000000016,0],[11.56385,49.66660000000002,0],[11.56382,49.66720000000001,0],[11.563429999999999,49.66745,0],[11.56276,49.66775000000001,0],[11.5629,49.66802999999999,0],[11.56256,49.66869,0],[11.56188,49.66874999999999,0],[11.56169,49.669010000000014,0],[11.56177,49.669580000000025,0],[11.56156,49.66994,0],[11.56129,49.670109999999994,0],[11.561130000000002,49.670270000000016,0],[11.5612,49.67063000000002,0],[11.5609,49.671190000000024,0],[11.560449999999998,49.67124000000001,0],[11.55984,49.671490000000006,0],[11.55951,49.67156,0],[11.55875,49.67160000000001,0],[11.55855,49.67165,0],[11.55736,49.67224999999999,0],[11.55724,49.67255,0],[11.556370000000001,49.67250999999999,0],[11.556370000000001,49.67273,0],[11.556970000000002,49.672979999999995,0],[11.55687,49.67340000000004,0],[11.55757,49.67338000000004,0],[11.55755,49.673479999999984,0],[11.55678,49.67405999999997,0],[11.55698,49.674589999999995,0],[11.557460000000003,49.67436000000001,0],[11.55755,49.67448000000002,0],[11.55765,49.67482000000001,0],[11.55759,49.675700000000006,0],[11.55772,49.675839999999994,0],[11.55832,49.67603,0],[11.55828,49.67626999999999,0],[11.55731,49.6763,0],[11.5569,49.67634000000001,0],[11.556380000000003,49.67648,0],[11.55611,49.676770000000005,0],[11.55617,49.677089999999964,0],[11.55576,49.67721,0],[11.555659999999998,49.67744999999999,0],[11.55588,49.677760000000006,0],[11.55604,49.678169999999994,0],[11.55658,49.67864,0],[11.557219999999997,49.678830000000005,0],[11.557300000000001,49.67902000000001,0],[11.55702,49.679370000000006,0],[11.55737,49.67952,0],[11.557750000000002,49.67943999999997,0],[11.5581,49.67945,0],[11.55838,49.67956000000001,0],[11.558489999999999,49.67967999999999,0],[11.55839,49.68015,0],[11.55853,49.68081999999998,0],[11.55841,49.68133,0],[11.55842,49.68144000000001,0],[11.55855,49.681719999999956,0],[11.558940000000002,49.681989999999985,0],[11.56019,49.68258,0],[11.5605,49.68261000000001,0],[11.56182,49.683279999999996,0],[11.562580000000002,49.683490000000006,0],[11.56286,49.68387999999999,0],[11.56357,49.684200000000004,0],[11.56367,49.68446,0],[11.563389999999998,49.684770000000015,0],[11.56359,49.68538000000001,0],[11.56403,49.68536,0],[11.5643,49.68545,0],[11.564359999999999,49.68551999999997,0],[11.56435,49.685749999999985,0],[11.56363,49.68625,0],[11.56297,49.68664000000001,0],[11.5612,49.687340000000006,0],[11.56076,49.68759,0],[11.5605,49.68782999999999,0],[11.56007,49.68807000000001,0],[11.560080000000001,49.68813,0],[11.5604,49.68835999999999,0],[11.56006,49.68843000000001,0],[11.559970000000002,49.68849,0],[11.559889999999998,49.68842000000001,0],[11.55958,49.688320000000004,0],[11.55954,49.68832999999998,0],[11.558300000000001,49.68887000000001,0],[11.558120000000002,49.68898999999999,0],[11.557339999999998,49.68938,0],[11.557559999999999,49.68880000000004,0],[11.55704,49.68894000000003,0],[11.5571,49.68912,0],[11.55695,49.68929,0],[11.55655,49.68934999999999,0],[11.55554,49.68968000000001,0],[11.555410000000002,49.68935999999999,0],[11.553920000000002,49.689640000000026,0],[11.55397,49.68997999999999,0],[11.55277,49.69015999999999,0],[11.55212,49.69004000000001,0],[11.55159,49.68978999999999,0],[11.55133,49.68955,0],[11.55112,49.68943999999999,0],[11.550909999999998,49.689419999999984,0],[11.55008,49.689490000000006,0],[11.54966,49.689689999999985,0],[11.54955,49.68961999999999,0],[11.54904,49.68968000000001,0],[11.5489,49.68966000000003,0],[11.54818,49.689779999999985,0],[11.54771,49.689539999999994,0],[11.54702,49.689599999999984,0],[11.546950000000002,49.68970999999999,0],[11.54661,49.68993000000003,0],[11.54678,49.69012000000001,0],[11.54677,49.690290000000005,0],[11.54655,49.690439999999995,0],[11.54596,49.69066000000001,0],[11.54522,49.691059999999965,0],[11.544189999999999,49.69148000000001,0],[11.54331,49.69194000000002,0],[11.542249999999997,49.69233,0],[11.540780000000002,49.69301999999999,0],[11.540740000000001,49.69332,0],[11.540879999999998,49.69330000000005,0],[11.54099,49.693929999999995,0],[11.54146,49.694349999999986,0],[11.54194,49.69442000000001,0],[11.5433,49.694950000000006,0],[11.54346,49.69517999999999,0],[11.545559999999998,49.69579999999999,0],[11.54591,49.696,0],[11.54609,49.69615000000002,0],[11.54665,49.69615999999999,0],[11.54675,49.696,0],[11.54693,49.69586000000001,0],[11.54714,49.69583,0],[11.54788,49.69584999999998,0],[11.54829,49.69578999999999,0],[11.54882,49.69591,0],[11.54935,49.69606999999999,0],[11.54989,49.69592,0],[11.55034,49.69586000000001,0],[11.55074,49.695960000000014,0],[11.551549999999999,49.69642999999999,0],[11.55271,49.69681,0],[11.55327,49.69684000000001,0],[11.55458,49.69713999999996,0],[11.55547,49.69740999999999,0],[11.55635,49.69716999999997,0],[11.557269999999999,49.69716999999997,0],[11.557790000000002,49.697119999999984,0],[11.55869,49.69718999999998,0],[11.55876,49.697370000000035,0],[11.55902,49.697509999999994,0],[11.559569999999999,49.69742999999997,0],[11.55982,49.697419999999994,0],[11.5603,49.697479999999985,0],[11.56092,49.69745,0],[11.56099,49.69753,0],[11.561049999999998,49.697630000000004,0],[11.560779999999998,49.697990000000004,0],[11.56055,49.69815,0],[11.560080000000001,49.698409999999996,0],[11.55969,49.69893000000002,0],[11.55935,49.69923,0],[11.559160000000002,49.700109999999995,0],[11.558870000000002,49.70044999999999,0],[11.55809,49.701130000000006,0],[11.55781,49.70126000000002,0],[11.557750000000002,49.70140000000001,0],[11.557860000000002,49.70170000000002,0],[11.55758,49.70169000000004,0],[11.556629999999998,49.702020000000005,0],[11.55644,49.702020000000005,0],[11.556179999999998,49.70237,0],[11.555560000000002,49.70259999999999,0],[11.55554,49.70285999999999,0],[11.55579,49.70312000000001,0],[11.55524,49.70339000000001,0],[11.5554,49.70366999999996,0],[11.55501,49.70429999999999,0],[11.55521,49.70439999999999,0],[11.5554,49.70436999999998,0],[11.55538,49.704679999999996,0],[11.55558,49.704999999999984,0],[11.55561,49.70513,0],[11.55552,49.70553000000001,0],[11.55563,49.70561999999998,0],[11.55587,49.70568,0],[11.55659,49.70575000000002,0],[11.55717,49.70588000000001,0],[11.55743,49.705989999999986,0],[11.5577,49.70631999999998,0],[11.558039999999998,49.70644999999999,0],[11.5587,49.70684,0],[11.55896,49.70694,0],[11.55914,49.70693000000003,0],[11.56036,49.70662999999999,0],[11.56053,49.706620000000015,0],[11.56063,49.70670999999999,0],[11.56023,49.707870000000014,0],[11.56044,49.70818,0],[11.56039,49.708560000000034,0],[11.56033,49.70863,0],[11.5601,49.70868999999999,0],[11.56006,49.70887999999999,0],[11.559899999999999,49.70895999999999,0],[11.559530000000002,49.70926000000003,0],[11.559079999999998,49.70934,0],[11.558929999999998,49.70944,0],[11.55884,49.70961,0],[11.558709999999998,49.70961,0],[11.55835,49.709839999999986,0],[11.55819,49.710109999999986,0],[11.55792,49.710440000000034,0],[11.55783,49.711479999999995,0],[11.55788,49.711719999999985,0],[11.55787,49.71206000000001,0],[11.558120000000002,49.71272000000002,0],[11.55832,49.71294000000003,0],[11.55861,49.71303999999998,0],[11.55873,49.713160000000016,0],[11.55875,49.71334000000002,0],[11.558479999999998,49.71332000000001,0],[11.558109999999997,49.71343000000002,0],[11.55791,49.713449999999995,0],[11.558300000000001,49.71498,0],[11.55876,49.716020000000015,0],[11.55918,49.71594999999999,0],[11.55923,49.71591000000001,0],[11.55915,49.715750000000014,0],[11.55872,49.71505000000002,0],[11.55884,49.7148,0],[11.558900000000001,49.71451999999999,0],[11.55937,49.71457000000001,0],[11.55923,49.714350000000024,0],[11.55918,49.713989999999995,0],[11.559270000000001,49.713250000000016,0],[11.55896,49.71287000000001,0],[11.55896,49.71257,0],[11.55873,49.712199999999996,0],[11.55885,49.71206999999998,0],[11.55888,49.71173999999999,0],[11.55905,49.71144000000001,0],[11.55906,49.71126000000001,0],[11.5593,49.711240000000004,0],[11.5594,49.711160000000035,0],[11.55944,49.71104,0],[11.55979,49.71092999999996,0],[11.55988,49.71085000000002,0],[11.55988,49.71066999999999,0],[11.55969,49.71055999999999,0],[11.5593,49.71061,0],[11.55944,49.71046999999999,0],[11.55944,49.710319999999996,0],[11.55992,49.71021999999999,0],[11.55993,49.71052,0],[11.5601,49.710620000000006,0],[11.56036,49.71063000000001,0],[11.560609999999999,49.710499999999996,0],[11.56075,49.71027999999998,0],[11.56089,49.71020999999999,0],[11.56095,49.71003999999999,0],[11.56076,49.709749999999985,0],[11.5606,49.70965000000001,0],[11.56029,49.709630000000004,0],[11.55991,49.70964000000001,0],[11.55954,49.70962,0],[11.55934,49.709569999999985,0],[11.55978,49.70952999999997,0],[11.560049999999999,49.709450000000004,0],[11.56028,49.70934,0],[11.56063,49.70929000000004,0],[11.561049999999998,49.70913999999999,0],[11.56123,49.709029999999956,0],[11.5613,49.70891,0],[11.561350000000001,49.70863,0],[11.56159,49.70848000000001,0],[11.56164,49.708349999999996,0],[11.56159,49.70821000000001,0],[11.56127,49.70788999999999,0],[11.561539999999999,49.70778000000004,0],[11.56164,49.707660000000004,0],[11.56164,49.707539999999995,0],[11.561529999999998,49.70740000000001,0],[11.56136,49.70732000000001,0],[11.5611,49.70731000000001,0],[11.56085,49.707340000000016,0],[11.560939999999999,49.70713000000001,0],[11.561280000000002,49.70674999999997,0],[11.56129,49.70662999999999,0],[11.561419999999998,49.70662999999999,0],[11.56151,49.70670000000004,0],[11.56177,49.70674999999997,0],[11.56199,49.70670000000004,0],[11.56213,49.70652000000004,0],[11.56206,49.70636999999999,0],[11.56207,49.70623000000003,0],[11.5618,49.70609999999999,0],[11.56152,49.706049999999976,0],[11.56132,49.706049999999976,0],[11.56073,49.706140000000005,0],[11.55979,49.705899999999986,0],[11.559530000000002,49.70595,0],[11.55922,49.705929999999995,0],[11.55896,49.70598000000001,0],[11.558900000000001,49.70636999999999,0],[11.55869,49.706379999999996,0],[11.55838,49.70631999999998,0],[11.55826,49.70616000000001,0],[11.55792,49.705899999999986,0],[11.55798,49.705839999999995,0],[11.55817,49.70582999999999,0],[11.55821,49.70575000000002,0],[11.55818,49.705569999999966,0],[11.558109999999997,49.7055,0],[11.5581,49.70534000000001,0],[11.55801,49.705179999999984,0],[11.55789,49.705100000000016,0],[11.55772,49.70505,0],[11.55789,49.70499000000001,0],[11.55794,49.704909999999984,0],[11.55792,49.704819999999984,0],[11.55747,49.70454000000001,0],[11.55739,49.70445000000001,0],[11.5574,49.704409999999996,0],[11.557630000000001,49.70416,0],[11.558439999999997,49.703779999999995,0],[11.55852,49.70356000000001,0],[11.55847,49.70330000000001,0],[11.55851,49.702920000000006,0],[11.55842,49.702799999999996,0],[11.55832,49.70272,0],[11.55819,49.70268999999999,0],[11.55825,49.702549999999974,0],[11.55814,49.70242999999999,0],[11.55789,49.70239000000001,0],[11.55762,49.70249000000001,0],[11.55776,49.70230000000004,0],[11.55783,49.701960000000014,0],[11.55803,49.701960000000014,0],[11.55826,49.701809999999995,0],[11.55831,49.70164,0],[11.55819,49.70140000000001,0],[11.55838,49.701329999999984,0],[11.55852,49.701220000000006,0],[11.558900000000001,49.701160000000016,0],[11.55921,49.70090999999999,0],[11.55959,49.70078000000001,0],[11.55981,49.70062999999999,0],[11.55985,49.700500000000005,0],[11.55982,49.69999000000004,0],[11.55994,49.69979000000001,0],[11.55993,49.69955999999999,0],[11.55979,49.69935000000001,0],[11.56048,49.69900000000001,0],[11.56059,49.69872000000001,0],[11.56058,49.698609999999974,0],[11.56051,49.69852,0],[11.56075,49.69842,0],[11.56111,49.69815,0],[11.56148,49.697990000000004,0],[11.56183,49.69774000000001,0],[11.56218,49.697630000000004,0],[11.5623,49.69753,0],[11.56238,49.69734,0],[11.56266,49.697119999999984,0],[11.562949999999999,49.69713999999996,0],[11.563130000000001,49.69703000000001,0],[11.56318,49.69691000000003,0],[11.563159999999998,49.69660999999999,0],[11.56323,49.69642999999999,0],[11.563159999999998,49.69621999999998,0],[11.5628,49.696020000000004,0],[11.56222,49.69600999999997,0],[11.5619,49.6961,0],[11.56163,49.69621000000001,0],[11.56114,49.696500000000015,0],[11.561049999999998,49.69660999999999,0],[11.561049999999998,49.69668999999999,0],[11.560979999999999,49.69672,0],[11.56093,49.69658000000001,0],[11.561,49.696410000000014,0],[11.56096,49.69629999999998,0],[11.56072,49.69620000000003,0],[11.56041,49.69621000000001,0],[11.56021,49.696290000000005,0],[11.560049999999999,49.69643999999997,0],[11.5597,49.696920000000034,0],[11.559530000000002,49.69696999999999,0],[11.55938,49.696830000000006,0],[11.55978,49.696680000000015,0],[11.55988,49.69658000000001,0],[11.55992,49.69646000000003,0],[11.55985,49.696259999999995,0],[11.559750000000001,49.69619,0],[11.55961,49.69612999999998,0],[11.55944,49.6961,0],[11.558670000000001,49.69632999999999,0],[11.55832,49.69660000000002,0],[11.558109999999997,49.69654,0],[11.557790000000002,49.696529999999996,0],[11.55761,49.696560000000005,0],[11.55732,49.69664,0],[11.557069999999998,49.69675999999998,0],[11.55689,49.6969,0],[11.556669999999999,49.696950000000015,0],[11.55607,49.69663,0],[11.55607,49.696410000000014,0],[11.55602,49.69629999999998,0],[11.55592,49.69620000000003,0],[11.55607,49.69618,0],[11.5562,49.696110000000004,0],[11.55622,49.69594000000001,0],[11.556139999999997,49.69583,0],[11.55579,49.69573,0],[11.555490000000002,49.69569999999999,0],[11.55516,49.69591,0],[11.55483,49.69620000000003,0],[11.554549999999999,49.69657000000001,0],[11.55442,49.69646000000003,0],[11.55451,49.69606999999999,0],[11.5545,49.69592,0],[11.554410000000003,49.69574000000003,0],[11.554030000000001,49.695570000000004,0],[11.55383,49.695539999999994,0],[11.55309,49.69560000000001,0],[11.55282,49.69559000000001,0],[11.55245,49.695660000000004,0],[11.55223,49.695760000000035,0],[11.55205,49.695750000000004,0],[11.551949999999998,49.695719999999966,0],[11.55179,49.695430000000016,0],[11.55153,49.69524000000001,0],[11.551279999999998,49.69519,0],[11.55094,49.69533000000004,0],[11.55039,49.69508999999999,0],[11.55001,49.69499000000002,0],[11.54978,49.695009999999996,0],[11.54916,49.695149999999984,0],[11.548910000000001,49.69515999999999,0],[11.54856,49.69528,0],[11.548470000000002,49.695430000000016,0],[11.54816,49.695310000000035,0],[11.547969999999998,49.69532000000001,0],[11.547760000000002,49.69539,0],[11.5477,49.69523000000001,0],[11.54749,49.69503,0],[11.547639999999998,49.69499999999999,0],[11.547799999999999,49.69490999999999,0],[11.54789,49.69480999999996,0],[11.54786,49.69466,0],[11.547720000000002,49.694590000000034,0],[11.54746,49.694529999999986,0],[11.54722,49.694529999999986,0],[11.54651,49.69462999999999,0],[11.54632,49.69458,0],[11.546199999999999,49.694469999999995,0],[11.54604,49.69442000000001,0],[11.54578,49.694439999999986,0],[11.545460000000002,49.69457,0],[11.54508,49.694590000000034,0],[11.54518,49.69439,0],[11.5451,49.69427000000002,0],[11.544629999999998,49.69410999999997,0],[11.54427,49.694060000000036,0],[11.54409,49.69407000000001,0],[11.54399,49.69412,0],[11.54392,49.69422,0],[11.54388,49.694349999999986,0],[11.54392,49.694469999999995,0],[11.544,49.69454000000002,0],[11.544120000000001,49.69458,0],[11.544010000000002,49.694619999999986,0],[11.543929999999998,49.69470000000001,0],[11.54388,49.69467,0],[11.54391,49.69457,0],[11.54384,49.69439999999997,0],[11.54383,49.694169999999986,0],[11.54367,49.69388000000001,0],[11.543699999999998,49.69364999999999,0],[11.54388,49.69314000000003,0],[11.544050000000002,49.69284999999999,0],[11.54396,49.69257999999999,0],[11.54399,49.69247999999996,0],[11.54427,49.69239999999999,0],[11.544650000000003,49.69221999999999,0],[11.54495,49.69200000000001,0],[11.5451,49.6918,0],[11.54524,49.69147000000001,0],[11.54536,49.69139999999999,0],[11.54681,49.691010000000006,0],[11.54692,49.69081000000003,0],[11.546869999999998,49.690709999999996,0],[11.54698,49.69066000000001,0],[11.54742,49.69094000000001,0],[11.54742,49.69103000000001,0],[11.54733,49.69114999999999,0],[11.54713,49.69123999999999,0],[11.547089999999999,49.691419999999994,0],[11.54696,49.691490000000016,0],[11.54669,49.69149999999999,0],[11.546599999999998,49.69147000000001,0],[11.546500000000002,49.69137999999998,0],[11.54647,49.691490000000016,0],[11.546599999999998,49.69162,0],[11.54693,49.69158999999999,0],[11.54717,49.69166000000001,0],[11.54734,49.69166000000001,0],[11.54738,49.69129000000001,0],[11.54752,49.69109,0],[11.54774,49.691,0],[11.54782,49.69117,0],[11.54773,49.69145,0],[11.547760000000002,49.69171,0],[11.54808,49.6918,0],[11.54821,49.69191000000001,0],[11.54845,49.69166999999999,0],[11.548910000000001,49.69155000000001,0],[11.54901,49.69130000000001,0],[11.54904,49.69109,0],[11.54918,49.69095999999999,0],[11.54974,49.69087999999999,0],[11.54995,49.69094000000001,0],[11.55007,49.69113999999999,0],[11.55028,49.691069999999996,0],[11.55053,49.691069999999996,0],[11.55076,49.69099,0],[11.550980000000001,49.69096999999999,0],[11.55113,49.69103999999996,0],[11.5512,49.69112000000001,0],[11.55124,49.69126,0],[11.55119,49.69149999999999,0],[11.55136,49.69153,0],[11.551549999999999,49.691460000000006,0],[11.551700000000002,49.69130000000001,0],[11.551879999999999,49.69121000000001,0],[11.55209,49.69120000000001,0],[11.55226,49.69125,0],[11.55235,49.69131999999999,0],[11.55248,49.69117,0],[11.55261,49.69084000000004,0],[11.552759999999997,49.690740000000005,0],[11.55296,49.690709999999996,0],[11.55312,49.69064,0],[11.55378,49.690560000000005,0],[11.55409,49.69048999999998,0],[11.554329999999998,49.690500000000014,0],[11.554769999999998,49.69042000000002,0],[11.554960000000001,49.690349999999995,0],[11.55507,49.690259999999995,0],[11.555190000000001,49.690319999999986,0],[11.55535,49.69033999999999,0],[11.55547,49.690319999999986,0],[11.55562,49.69027,0],[11.555739999999998,49.69015999999999,0],[11.55591,49.68982,0],[11.55613,49.68970999999999,0],[11.55635,49.68966000000003,0],[11.55655,49.68967000000001,0],[11.557219999999997,49.68985000000001,0],[11.557599999999999,49.68979999999999,0],[11.55817,49.68957,0],[11.55859,49.68943999999999,0],[11.5587,49.68932000000001,0],[11.5587,49.689189999999996,0],[11.55888,49.6893,0],[11.55906,49.68934999999999,0],[11.55951,49.689329999999984,0],[11.559679999999998,49.689239999999984,0],[11.55972,49.689130000000006,0],[11.559569999999999,49.68887999999998,0],[11.55973,49.68896000000001,0],[11.56,49.68896999999998,0],[11.56017,49.68881999999999,0],[11.56021,49.688710000000015,0],[11.56033,49.68866,0],[11.56052,49.688619999999986,0],[11.56099,49.68860000000001,0],[11.56095,49.688770000000005,0],[11.56102,49.68887000000001,0],[11.561170000000002,49.68896000000001,0],[11.56171,49.688999999999965,0],[11.561940000000002,49.68896999999998,0],[11.56257,49.688680000000005,0],[11.56267,49.688559999999995,0],[11.56264,49.688379999999995,0],[11.56243,49.688249999999954,0],[11.56247,49.688170000000014,0],[11.56289,49.68808000000004,0],[11.56304,49.68794,0],[11.56311,49.68771000000001,0],[11.56311,49.68755999999996,0],[11.563020000000002,49.6874,0],[11.56309,49.68729999999999,0],[11.56359,49.687219999999996,0],[11.564060000000001,49.686890000000005,0],[11.56419,49.686739999999986,0],[11.56419,49.68648999999999,0],[11.564429999999998,49.68642,0],[11.56491,49.68636000000001,0],[11.56505,49.68623999999997,0],[11.56506,49.68613000000002,0],[11.56519,49.68609000000001,0],[11.56534,49.68598,0],[11.56539,49.685850000000016,0],[11.56519,49.68526,0],[11.56496,49.68493999999998,0],[11.56454,49.68454,0],[11.5638,49.68387999999999,0],[11.56212,49.68272999999999,0],[11.5621,49.682650000000024,0],[11.56041,49.68153000000001,0],[11.56011,49.681269999999984,0],[11.56002,49.681100000000015,0],[11.55993,49.67983000000001,0],[11.55994,49.67948999999999,0],[11.56019,49.67863,0],[11.56052,49.678,0],[11.56081,49.677580000000034,0],[11.56112,49.67721,0],[11.561859999999998,49.67655000000002,0],[11.5623,49.67634000000001,0],[11.563389999999998,49.67556999999999,0],[11.56679,49.67290999999997,0],[11.56711,49.67257000000001,0],[11.56734,49.67240000000001,0],[11.568029999999998,49.67214999999999,0],[11.56838,49.67186000000001,0],[11.56899,49.67152999999999,0],[11.569479999999999,49.67108999999999,0],[11.57009,49.67085,0],[11.57042,49.670619999999985,0],[11.57084,49.670180000000016,0],[11.570959999999998,49.66999000000001,0],[11.57124,49.669730000000015,0],[11.571679999999999,49.669640000000015,0],[11.57303,49.66944000000001,0],[11.573529999999998,49.66925999999998,0],[11.573820000000001,49.66908000000001,0],[11.573899999999998,49.66892999999999,0],[11.57389,49.66878,0],[11.57364,49.668530000000004,0],[11.57299,49.66801000000001,0],[11.572819999999998,49.66777999999999,0],[11.57285,49.66757000000004,0],[11.573490000000001,49.66693000000001,0],[11.57362,49.666650000000004,0],[11.57364,49.66645,0],[11.573529999999998,49.66610000000003,0],[11.5735,49.66570999999999,0],[11.57356,49.66566,0],[11.57392,49.665549999999996,0],[11.574210000000003,49.66539,0],[11.574679999999999,49.66495000000003,0],[11.57489,49.66481999999999,0],[11.57522,49.66467,0],[11.575599999999998,49.664410000000004,0],[11.575719999999999,49.66426000000001,0],[11.575719999999999,49.664019999999965,0],[11.57565,49.66394,0],[11.57559,49.663700000000006,0],[11.57533,49.66342,0],[11.57506,49.66327000000001,0],[11.57485,49.66323,0],[11.57417,49.66324,0],[11.57362,49.663129999999995,0],[11.5734,49.663159999999976,0],[11.573189999999999,49.66324,0],[11.57287,49.662980000000005,0],[11.572680000000002,49.66293999999999,0],[11.57235,49.66293999999999,0],[11.57226,49.66284000000002,0],[11.572040000000001,49.662710000000004,0],[11.57203,49.66245999999998,0],[11.57198,49.66236000000001,0],[11.57187,49.66227999999998,0],[11.57172,49.66224,0],[11.57186,49.662120000000016,0],[11.57181,49.66195999999999,0],[11.571480000000001,49.66173999999998,0],[11.570600000000002,49.66156999999998,0],[11.570409999999999,49.66125999999997,0],[11.57025,49.661190000000005,0],[11.57002,49.66120000000001,0],[11.569709999999999,49.66139000000001,0],[11.56782,49.66163,0],[11.56691,49.661640000000006,0],[11.566250000000002,49.66172,0],[11.56528,49.661689999999965,0],[11.56485,49.661640000000006,0],[11.56326,49.660439999999994,0],[11.56333,49.66039000000001,0],[11.563350000000002,49.66031000000004,0],[11.563279999999999,49.660210000000006,0],[11.56303,49.66005999999996,0],[11.56301,49.659839999999974,0],[11.56322,49.659310000000005,0],[11.56374,49.65909000000002,0],[11.56374,49.65894,0],[11.56382,49.65884,0],[11.563829999999998,49.658709999999985,0],[11.56373,49.65858,0],[11.56348,49.65841,0],[11.56287,49.658330000000035,0],[11.56286,49.658240000000006,0],[11.563159999999998,49.65764999999999,0],[11.56334,49.657010000000014,0],[11.563470000000002,49.65688,0],[11.56403,49.65655000000001,0],[11.56414,49.65645000000001,0],[11.564180000000002,49.656330000000025,0],[11.56411,49.656169999999975,0],[11.56396,49.65607,0],[11.56338,49.6558,0],[11.56337,49.65571,0],[11.56356,49.655460000000005,0],[11.56367,49.65539999999996,0],[11.56412,49.65527,0],[11.56471,49.65496999999999,0],[11.56558,49.654349999999994,0],[11.56615,49.65402999999998,0],[11.566699999999999,49.65344999999999,0],[11.566890000000003,49.653189999999995,0],[11.56785,49.65275,0],[11.56806,49.65261000000001,0],[11.56817,49.65246000000002,0],[11.568260000000002,49.65205,0],[11.56845,49.65183999999999,0],[11.56879,49.651639999999986,0],[11.56924,49.651520000000005,0],[11.56908,49.65135000000001,0],[11.5691,49.65096,0],[11.5689,49.650480000000016,0],[11.56869,49.650319999999994,0],[11.56855,49.650270000000006,0],[11.56836,49.65028000000004,0],[11.56813,49.650390000000016,0],[11.56819,49.650210000000015,0],[11.568139999999998,49.65008,0],[11.56858,49.65006999999997,0],[11.57039,49.650270000000006,0],[11.57056,49.65013999999999,0],[11.571150000000001,49.649879999999996,0],[11.57135,49.64974000000001,0],[11.57195,49.64920000000001,0],[11.57266,49.64882,0],[11.57348,49.64829,0],[11.573969999999997,49.64790000000002,0],[11.57436,49.64723000000001,0],[11.574669999999998,49.64684,0],[11.57481,49.64652000000001,0],[11.57481,49.64627999999999,0],[11.57427,49.64578,0],[11.57399,49.645399999999995,0],[11.57389,49.64510000000001,0],[11.57367,49.64465999999996,0],[11.57354,49.64448999999999,0],[11.57323,49.64437000000001,0],[11.572329999999997,49.64429999999999,0],[11.57206,49.64420000000001,0],[11.57184,49.64404999999999,0],[11.57161,49.64381,0],[11.57144,49.64348999999996,0],[11.57126,49.64332000000002,0],[11.57054,49.64293000000001,0],[11.57057,49.642859999999985,0],[11.57072,49.642769999999985,0],[11.57088,49.642619999999994,0],[11.570969999999999,49.64246,0],[11.57093,49.64229,0],[11.5707,49.64204000000001,0],[11.56991,49.64163999999997,0],[11.57028,49.641369999999995,0],[11.57051,49.64089000000001,0],[11.57086,49.64059,0],[11.5709,49.640420000000006,0],[11.57079,49.63995,0],[11.571310000000002,49.64019000000002,0],[11.571249999999997,49.639909999999986,0],[11.571270000000002,49.63975999999997,0],[11.57149,49.639579999999995,0],[11.57179,49.63947999999999,0],[11.572410000000001,49.63980000000004,0],[11.57252,49.63989000000001,0],[11.572449999999998,49.640299999999996,0],[11.57304,49.6405,0],[11.57337,49.64070000000001,0],[11.57399,49.64039,0],[11.574669999999998,49.64017000000001,0],[11.57555,49.639830000000046,0],[11.57647,49.63961999999998,0],[11.57672,49.639610000000005,0],[11.57726,49.639669999999995,0],[11.578049999999998,49.63989000000001,0],[11.57842,49.64005999999998,0],[11.57938,49.64059,0],[11.58027,49.64080999999999,0],[11.580389999999998,49.64079000000001,0],[11.580540000000001,49.64068,0],[11.58075,49.64067000000003,0],[11.58193,49.640739999999994,0],[11.5823,49.64080999999999,0],[11.58272,49.64057,0],[11.5828,49.64086,0],[11.5829,49.64165999999997,0],[11.58278,49.641850000000005,0],[11.5823,49.642269999999996,0],[11.585120000000002,49.64312000000001,0],[11.58617,49.642240000000015,0],[11.586709999999998,49.64168999999998,0],[11.587570000000001,49.641940000000005,0],[11.588060000000002,49.64180999999999,0],[11.58933,49.64136000000002,0],[11.589569999999998,49.64116000000001,0],[11.58971,49.64098999999999,0],[11.59002,49.64019999999999,0],[11.590280000000002,49.639830000000046,0],[11.59055,49.639549999999986,0],[11.59093,49.639399999999995,0],[11.592129999999997,49.639080000000035,0],[11.59315,49.63866999999999,0],[11.593319999999999,49.638540000000006,0],[11.59338,49.63841999999997,0],[11.593279999999998,49.63750999999999,0],[11.59377,49.637580000000014,0],[11.59379,49.63699,0],[11.59393,49.63673000000003,0],[11.59414,49.63656999999998,0],[11.59439,49.63646000000003,0],[11.594799999999998,49.636359999999996,0],[11.59532,49.63629,0],[11.595030000000001,49.63619,0],[11.5947,49.63614999999999,0],[11.59427,49.63613999999998,0],[11.59385,49.63616999999999,0],[11.59389,49.63414,0],[11.594440000000002,49.63397000000003,0],[11.59542,49.633849999999995,0],[11.59604,49.63365000000002,0],[11.596219999999999,49.63332,0],[11.59534,49.63327000000004,0],[11.59598,49.63258999999999,0],[11.59638,49.63250000000002,0],[11.59743,49.63141000000002,0],[11.59745,49.63073,0],[11.598069999999998,49.62974000000003,0],[11.5985,49.628690000000006,0],[11.59876,49.62844000000001,0],[11.598900000000002,49.62801000000002,0],[11.5991,49.62770999999998,0],[11.59953,49.627219999999994,0],[11.599639999999999,49.62698999999998,0],[11.59968,49.62679,0],[11.59965,49.626690000000025,0],[11.59938,49.626419999999996,0],[11.59942,49.62623999999997,0],[11.599439999999998,49.626210000000015,0],[11.60032,49.62662,0],[11.60078,49.62599000000003,0],[11.60106,49.626059999999995,0],[11.60116,49.625399999999985,0],[11.60062,49.625110000000035,0],[11.600340000000001,49.62488999999999,0],[11.599929999999999,49.624449999999996,0],[11.59919,49.62461999999999,0],[11.598559999999999,49.62456,0],[11.59846,49.624360000000024,0],[11.59861,49.624149999999986,0],[11.59832,49.62359000000001,0],[11.59779,49.623310000000004,0],[11.5984,49.6232,0],[11.59916,49.62312,0],[11.599709999999998,49.622990000000016,0],[11.60106,49.62275999999997,0],[11.60125,49.62311,0],[11.60136,49.62324000000001,0],[11.60163,49.62317999999999,0],[11.60144,49.62289000000001,0],[11.60123,49.62275999999997,0],[11.60103,49.62268,0],[11.60073,49.622670000000056,0],[11.600340000000001,49.62232999999998,0],[11.59996,49.62228999999999,0],[11.59961,49.62098,0],[11.599039999999999,49.61968999999999,0],[11.59885,49.61946000000003,0],[11.59822,49.61900000000003,0],[11.59686,49.61828000000003,0],[11.59505,49.616749999999996,0],[11.594359999999998,49.61607000000001,0],[11.59396,49.6156,0],[11.59393,49.61543,0],[11.59384,49.61529999999999,0],[11.59386,49.61440999999999,0],[11.59384,49.614209999999986,0],[11.59375,49.614030000000014,0],[11.592719999999998,49.61252999999999,0],[11.59209,49.61222000000001,0],[11.59137,49.611670000000004,0],[11.59127,49.611670000000004,0],[11.590280000000002,49.61234999999999,0],[11.589910000000001,49.612840000000006,0],[11.58926,49.61345,0],[11.58813,49.61426,0],[11.58664,49.614780000000025,0],[11.58606,49.61545000000001,0],[11.58496,49.61504999999997,0],[11.58388,49.615759999999995,0],[11.58265,49.61613,0],[11.58191,49.61761000000001,0],[11.5817,49.61778000000001,0],[11.58135,49.61788000000004,0],[11.580949999999998,49.61787000000001,0],[11.580740000000002,49.61847,0],[11.58057,49.61860000000004,0],[11.58019,49.61824999999999,0],[11.58048,49.61798999999999,0],[11.580580000000001,49.61774,0],[11.58007,49.61734999999996,0],[11.58092,49.61698000000001,0],[11.5808,49.61622000000003,0],[11.5804,49.615020000000015,0],[11.57831,49.615700000000004,0],[11.577200000000001,49.61592000000002,0],[11.577339999999998,49.615170000000006,0],[11.578539999999998,49.61479,0],[11.57816,49.614300000000014,0],[11.577729999999999,49.61455999999998,0],[11.57708,49.61457999999999,0],[11.57689,49.614329999999995,0],[11.574559999999998,49.61453,0],[11.57392,49.61448999999999,0],[11.57284,49.61434,0],[11.57211,49.61435000000003,0],[11.571179999999998,49.614450000000005,0],[11.5708,49.61350999999999,0],[11.56931,49.61338000000001,0],[11.569190000000003,49.61343999999997,0],[11.56891,49.61340999999999,0],[11.568839999999998,49.613200000000006,0],[11.56859,49.613170000000025,0],[11.56797,49.613020000000006,0],[11.56738,49.613249999999994,0],[11.56752,49.61259000000001,0],[11.567369999999999,49.61230999999998,0],[11.56732,49.612300000000005,0],[11.56671,49.61234999999999,0],[11.56623,49.612570000000005,0],[11.56614,49.61269999999996,0],[11.56605,49.61295999999999,0],[11.565839999999998,49.61314999999996,0],[11.5655,49.613339999999994,0],[11.56507,49.61349999999999,0],[11.56407,49.61366000000001,0],[11.563119999999998,49.61322999999999,0],[11.56273,49.61297999999999,0],[11.56148,49.61264,0],[11.560470000000002,49.612480000000005,0],[11.56051,49.612120000000004,0],[11.56036,49.61172000000002,0],[11.56055,49.61147,0],[11.56087,49.611069999999984,0],[11.561539999999999,49.61052999999998,0],[11.562650000000001,49.60973999999999,0],[11.56278,49.60962000000001,0],[11.56284,49.6095,0],[11.56285,49.60919999999999,0],[11.562309999999998,49.60925999999998,0],[11.56203,49.60925,0],[11.56136,49.60897000000003,0],[11.56164,49.60843,0],[11.561749999999998,49.60808,0],[11.56238,49.606899999999996,0],[11.56141,49.60704000000001,0],[11.56066,49.60736000000003,0],[11.56056,49.60759999999999,0],[11.55969,49.60753,0],[11.559409999999998,49.60744,0],[11.55911,49.60719,0],[11.559079999999998,49.607110000000006,0],[11.55935,49.60548000000003,0],[11.55896,49.605140000000006,0],[11.558809999999998,49.60632000000001,0],[11.55839,49.606479999999976,0],[11.557339999999998,49.606539999999995,0],[11.55764,49.605920000000026,0],[11.556669999999999,49.60553999999999,0],[11.55648,49.60552000000001,0],[11.556469999999997,49.60606999999999,0],[11.55607,49.60669999999999,0],[11.55538,49.60665,0],[11.55536,49.606359999999995,0],[11.55465,49.60594000000003,0],[11.55425,49.6061,0],[11.553689999999998,49.606060000000014,0],[11.553440000000002,49.605850000000004,0],[11.5533,49.60577999999998,0],[11.55309,49.60574,0],[11.55215,49.60579000000001,0],[11.55161,49.60577999999998,0],[11.551179999999999,49.60529,0],[11.55087,49.60508999999999,0],[11.55069,49.60488000000001,0],[11.550210000000002,49.604089999999985,0],[11.549869999999999,49.60374999999999,0],[11.55023,49.60354000000001,0],[11.55073,49.60333,0],[11.55109,49.603080000000006,0],[11.55133,49.60264000000001,0],[11.55134,49.60243000000003,0],[11.55185,49.60201000000001,0],[11.552209999999999,49.60164,0],[11.5525,49.601230000000015,0],[11.55258,49.600930000000005,0],[11.552880000000002,49.60074,0],[11.553880000000001,49.600449999999995,0],[11.55539,49.600210000000004,0],[11.55557,49.600210000000004,0],[11.55599,49.60055,0],[11.556629999999998,49.60076000000001,0],[11.55733,49.600899999999996,0],[11.557599999999999,49.600660000000005,0],[11.55757,49.600539999999995,0],[11.55761,49.60046,0],[11.55791,49.60043999999999,0],[11.557790000000002,49.6002,0],[11.5574,49.59985,0],[11.557090000000002,49.599639999999994,0],[11.556700000000001,49.59944999999999,0],[11.55628,49.59931,0],[11.55599,49.599170000000015,0],[11.55621,49.59897000000004,0],[11.55607,49.59864999999999,0],[11.556260000000002,49.59827999999999,0],[11.55672,49.59816000000001,0],[11.55715,49.59786,0],[11.55761,49.597909999999985,0],[11.55799,49.59809000000004,0],[11.55792,49.598359999999985,0],[11.56002,49.59831,0],[11.5605,49.59754000000001,0],[11.56056,49.596659999999986,0],[11.559889999999998,49.596659999999986,0],[11.55939,49.596540000000005,0],[11.55983,49.59635,0],[11.56028,49.59599,0],[11.559679999999998,49.59571,0],[11.55937,49.595939999999985,0],[11.55874,49.5958,0],[11.55833,49.59625,0],[11.558159999999999,49.596059999999994,0],[11.55745,49.59610000000001,0],[11.557090000000002,49.59593000000001,0],[11.556669999999999,49.595590000000016,0],[11.557779999999998,49.595759999999984,0],[11.55818,49.595169999999996,0],[11.55821,49.59496999999996,0],[11.55808,49.594510000000014,0],[11.5595,49.59370999999999,0],[11.56026,49.59393,0],[11.56081,49.59424000000001,0],[11.56136,49.59432000000004,0],[11.56211,49.59449000000001,0],[11.56296,49.594899999999996,0],[11.5637,49.59513000000001,0],[11.56378,49.59557000000001,0],[11.56355,49.59583000000001,0],[11.5626,49.59571,0],[11.56237,49.59589,0],[11.56274,49.596190000000036,0],[11.56274,49.596600000000024,0],[11.565320000000002,49.597170000000006,0],[11.56626,49.596630000000005,0],[11.566360000000001,49.59637000000001,0],[11.567070000000001,49.59653,0],[11.56742,49.596749999999986,0],[11.567890000000002,49.597170000000006,0],[11.56857,49.59737000000004,0],[11.56861,49.59720999999999,0],[11.5682,49.59667999999999,0],[11.567440000000001,49.596029999999985,0],[11.56768,49.59427000000002,0],[11.56792,49.59387000000001,0],[11.56816,49.59361000000001,0],[11.568480000000001,49.59345999999999,0],[11.56929,49.59331,0],[11.56902,49.59303,0],[11.56912,49.59277,0],[11.569709999999999,49.592839999999995,0],[11.570230000000002,49.59304,0],[11.5705,49.59288000000001,0],[11.57058,49.592780000000005,0],[11.57061,49.59241,0],[11.57019,49.592299999999994,0],[11.569279999999997,49.592150000000004,0],[11.568260000000002,49.59186,0],[11.567579999999998,49.591530000000034,0],[11.566520000000002,49.5907,0],[11.566890000000003,49.59062,0],[11.566030000000001,49.589920000000006,0],[11.56546,49.589920000000006,0],[11.56533,49.58982,0],[11.56481,49.58957000000001,0],[11.564390000000001,49.58942999999999,0],[11.56498,49.588570000000004,0],[11.565,49.58843999999996,0],[11.5649,49.58812,0],[11.564390000000001,49.588029999999975,0],[11.564060000000001,49.58783,0],[11.56417,49.587440000000015,0],[11.565220000000002,49.58742000000001,0],[11.565320000000002,49.587260000000015,0],[11.56523,49.58709999999999,0],[11.56448,49.58691999999999,0],[11.56459,49.58663999999999,0],[11.56431,49.58656000000002,0],[11.56424,49.58643000000001,0],[11.56459,49.58609999999999,0],[11.56481,49.58546000000004,0],[11.56473,49.58494999999999,0],[11.5652,49.58474000000001,0],[11.56605,49.58418,0],[11.5666,49.584089999999975,0],[11.56795,49.58312000000004,0],[11.567579999999998,49.58279999999999,0],[11.567660000000002,49.58273,0],[11.56866,49.58279000000002,0],[11.56942,49.582670000000036,0],[11.56925,49.58170999999999,0],[11.57012,49.58122000000003,0],[11.57099,49.580569999999994,0],[11.57195,49.580359999999985,0],[11.572040000000001,49.57985999999997,0],[11.5734,49.57981000000001,0],[11.57339,49.58019999999999,0],[11.57331,49.58037999999999,0],[11.573280000000002,49.58064999999999,0],[11.57334,49.58088000000001,0],[11.573529999999998,49.58127999999999,0],[11.574299999999997,49.5813,0],[11.57439,49.581259999999986,0],[11.5746,49.58091000000002,0],[11.57475,49.58076,0],[11.57518,49.580569999999994,0],[11.57555,49.580460000000016,0],[11.5758,49.580299999999966,0],[11.57598,49.57999000000001,0],[11.57634,49.57909000000001,0],[11.57614,49.57909999999998,0],[11.57451,49.579350000000034,0],[11.57384,49.57938999999999,0],[11.573219999999997,49.579380000000015,0],[11.57277,49.57934,0],[11.57144,49.57911999999996,0],[11.570710000000002,49.57911999999996,0],[11.570600000000002,49.57909000000001,0],[11.570600000000002,49.57891000000001,0],[11.57088,49.57849999999999,0],[11.57043,49.57838000000001,0],[11.56985,49.57815000000002,0],[11.56961,49.57817,0],[11.56913,49.57838000000001,0],[11.568949999999997,49.57825999999997,0],[11.56732,49.57785000000001,0],[11.56734,49.577740000000034,0],[11.5672,49.57753999999997,0],[11.56692,49.57736,0],[11.566699999999999,49.57728,0],[11.56646,49.57724000000002,0],[11.565760000000001,49.577229999999986,0],[11.56539,49.57713000000001,0],[11.56483,49.576629999999994,0],[11.56371,49.57589999999999,0],[11.563510000000003,49.57568999999998,0],[11.563140000000002,49.575739999999996,0],[11.562690000000002,49.57603,0],[11.56266,49.57607999999999,0],[11.5623,49.576130000000006,0],[11.561649999999998,49.57614000000004,0],[11.56089,49.57612,0],[11.560840000000002,49.57584,0],[11.56033,49.57584,0],[11.55954,49.57594999999998,0],[11.55905,49.575890000000015,0],[11.55866,49.575890000000015,0],[11.55789,49.57569999999998,0],[11.55665,49.57515000000001,0],[11.556179999999998,49.574780000000004,0],[11.55594,49.574659999999994,0],[11.555959999999999,49.57458,0],[11.555659999999998,49.57421000000002,0],[11.556050000000003,49.574070000000006,0],[11.55651,49.57378,0],[11.5558,49.573090000000036,0],[11.55548,49.57306000000003,0],[11.5552,49.572959999999995,0],[11.55424,49.572810000000004,0],[11.55327,49.57287999999997,0],[11.55282,49.57285999999999,0],[11.55204,49.57303000000002,0],[11.55213,49.57365999999999,0],[11.551580000000001,49.573800000000006,0],[11.55124,49.57352000000003,0],[11.55101,49.57324,0],[11.550459999999998,49.57204999999999,0],[11.550100000000002,49.57160999999999,0],[11.54986,49.57154,0],[11.54975,49.571380000000005,0],[11.549730000000002,49.57064,0],[11.54979,49.57034999999999,0],[11.550000000000002,49.570359999999994,0],[11.55099,49.570599999999985,0],[11.55119,49.57061999999999,0],[11.5513,49.57042999999999,0],[11.551470000000002,49.57042999999999,0],[11.55126,49.56979000000001,0],[11.551279999999998,49.569260000000014,0],[11.5523,49.56897000000001,0],[11.55327,49.5686,0],[11.55301,49.56833,0],[11.55274,49.56817000000001,0],[11.5525,49.56792999999996,0],[11.55321,49.567560000000014,0],[11.55364,49.56638000000001,0],[11.55378,49.56612999999999,0],[11.55401,49.56494000000001,0],[11.55431,49.564610000000016,0],[11.554329999999998,49.564449999999965,0],[11.55092,49.563739999999996,0],[11.55043,49.563590000000005,0],[11.54841,49.56277,0],[11.54781,49.56236999999999,0],[11.54742,49.56193999999999,0],[11.54618,49.56103000000002,0],[11.54576,49.56084999999999,0],[11.54485,49.560159999999996,0],[11.544490000000001,49.560069999999996,0],[11.543819999999998,49.559770000000015,0],[11.54288,49.559680000000014,0],[11.542249999999997,49.559789999999964,0],[11.541589999999998,49.56009,0],[11.540780000000002,49.560779999999994,0],[11.54039,49.56096999999997,0],[11.53924,49.56144000000003,0],[11.53853,49.56160000000003,0],[11.537730000000002,49.561679999999996,0],[11.53793,49.56285999999997,0],[11.53679,49.56276,0],[11.536609999999998,49.56270000000001,0],[11.53653,49.56226000000001,0],[11.53591,49.56224,0],[11.535159999999998,49.56232000000003,0],[11.535060000000001,49.5624,0],[11.53571,49.56245000000001,0],[11.53608,49.56258,0],[11.53615,49.56271000000001,0],[11.536,49.563199999999995,0],[11.53481,49.56305000000003,0],[11.534159999999998,49.56258,0],[11.53344,49.56300999999999,0],[11.53229,49.56312,0],[11.53179,49.56321,0],[11.531049999999999,49.56326999999996,0],[11.53094,49.56412,0],[11.531049999999999,49.56491,0],[11.53102,49.564989999999995,0],[11.53072,49.565049999999985,0],[11.5271,49.56388000000001,0],[11.52509,49.56336999999999,0],[11.52544,49.563170000000014,0],[11.526000000000002,49.56324000000001,0],[11.526290000000001,49.56312,0],[11.52618,49.56280000000001,0],[11.527260000000002,49.56278000000003,0],[11.52721,49.562219999999996,0],[11.52709,49.56206,0],[11.52661,49.561859999999996,0],[11.52567,49.561829999999986,0],[11.52602,49.560810000000004,0],[11.52625,49.56040999999999,0],[11.52712,49.559770000000015,0],[11.52679,49.55959000000004,0],[11.526450000000002,49.55950999999999,0],[11.52586,49.559439999999995,0],[11.52475,49.559379999999976,0],[11.52501,49.55975000000001,0],[11.52451,49.55982,0],[11.52375,49.559650000000005,0],[11.52342,49.55959999999999,0],[11.52226,49.55959999999999,0],[11.52161,49.559439999999995,0],[11.52032,49.558809999999994,0],[11.51977,49.55812000000003,0],[11.518899999999999,49.55802,0],[11.51738,49.55772999999999,0],[11.516460000000002,49.55766000000003,0],[11.51321,49.55725000000001,0],[11.51343,49.55644000000001,0],[11.514099999999997,49.556569999999994,0],[11.514450000000002,49.55651000000003,0],[11.51483,49.55653000000001,0],[11.51528,49.556610000000006,0],[11.51398,49.55517999999998,0],[11.51454,49.55510000000001,0],[11.51498,49.554990000000004,0],[11.51515,49.55493000000004,0],[11.51502,49.55484999999999,0],[11.516109999999998,49.55445999999998,0],[11.51636,49.55426,0],[11.51624,49.55411000000001,0],[11.51602,49.554069999999996,0],[11.51568,49.554069999999996,0],[11.51511,49.554160000000024,0],[11.51361,49.5548,0],[11.51311,49.55444,0],[11.512849999999998,49.554479999999984,0],[11.51258,49.554190000000006,0],[11.512029999999998,49.55382,0],[11.51162,49.55369000000002,0],[11.51093,49.553259999999995,0],[11.51105,49.553,0],[11.51136,49.552989999999994,0],[11.51162,49.55306999999999,0],[11.51197,49.55281999999997,0],[11.51221,49.55257999999998,0],[11.511710000000003,49.55234999999999,0],[11.512399999999998,49.551890000000014,0],[11.51247,49.551680000000005,0],[11.51264,49.551410000000004,0],[11.51293,49.55109999999999,0],[11.51364,49.55062000000001,0],[11.514190000000001,49.55096999999998,0],[11.51463,49.551050000000004,0],[11.515189999999999,49.551199999999994,0],[11.51595,49.55103,0],[11.51604,49.55125000000001,0],[11.51652,49.55135999999996,0],[11.51714,49.55145999999999,0],[11.51754,49.55160000000001,0],[11.51807,49.55088000000001,0],[11.51747,49.55072999999999,0],[11.515420000000002,49.55036000000001,0],[11.51451,49.550009999999986,0],[11.51406,49.54975000000002,0],[11.513219999999999,49.549120000000045,0],[11.51371,49.54899,0],[11.51407,49.548839999999984,0],[11.51447,49.54847000000004,0],[11.51469,49.54858999999999,0],[11.51517,49.54872,0],[11.51535,49.5487,0],[11.515519999999999,49.54874000000001,0],[11.51569,49.54885999999999,0],[11.51617,49.548940000000016,0],[11.51649,49.54885999999999,0],[11.51665,49.54885999999999,0],[11.51701,49.549019999999956,0],[11.51781,49.54916,0],[11.51796,49.54909000000001,0],[11.518039999999997,49.54909000000001,0],[11.519350000000001,49.54943,0],[11.51958,49.548730000000006,0],[11.51986,49.54764,0],[11.52045,49.54732999999999,0],[11.52125,49.54656,0],[11.52138,49.54651999999999,0],[11.522429999999998,49.54653999999999,0],[11.52263,49.54652999999999,0],[11.52348,49.54634999999999,0],[11.52434,49.54626999999999,0],[11.52641,49.54635999999999,0],[11.527000000000001,49.54626999999999,0],[11.5275,49.546279999999996,0],[11.52809,49.546400000000006,0],[11.52842,49.54656,0],[11.52866,49.54676999999998,0],[11.52909,49.54668000000001,0],[11.529039999999998,49.54635999999999,0],[11.52916,49.54631999999998,0],[11.53087,49.54674,0],[11.530899999999999,49.54651000000001,0],[11.53392,49.54668000000001,0],[11.53432,49.54575000000003,0],[11.53482,49.545500000000004,0],[11.53448,49.54495,0],[11.53336,49.54515000000001,0],[11.531819999999998,49.545019999999994,0],[11.53147,49.544899999999984,0],[11.53156,49.544489999999996,0],[11.53212,49.544250000000005,0],[11.532650000000002,49.54397,0],[11.53329,49.54410999999999,0],[11.53371,49.54415,0],[11.534250000000002,49.54412000000002,0],[11.534799999999999,49.54387,0],[11.53526,49.543589999999995,0],[11.535689999999999,49.5436,0],[11.536019999999999,49.54352,0],[11.53626,49.54336000000001,0],[11.53629,49.54275000000001,0],[11.536769999999999,49.54250999999999,0],[11.53668,49.542820000000006,0],[11.53715,49.543409999999994,0],[11.536939999999998,49.54412000000002,0],[11.53682,49.54420999999999,0],[11.536389999999999,49.544280000000015,0],[11.53611,49.54446000000004,0],[11.53633,49.54476,0],[11.536839999999998,49.544520000000006,0],[11.537130000000001,49.54433,0],[11.537329999999999,49.54412000000002,0],[11.537400000000002,49.54388,0],[11.53842,49.54393999999999,0],[11.53912,49.54408000000001,0],[11.53938,49.544419999999974,0],[11.54008,49.54453000000001,0],[11.540740000000001,49.54417000000004,0],[11.54143,49.54392999999999,0],[11.54205,49.54388,0],[11.542819999999999,49.54393999999999,0],[11.54348,49.54423,0],[11.544050000000002,49.54419999999999,0],[11.54461,49.54423,0],[11.54504,49.543920000000014,0],[11.54543,49.543769999999995,0],[11.54604,49.54392999999999,0],[11.54685,49.54426999999998,0],[11.547529999999998,49.5445,0],[11.54822,49.544520000000006,0],[11.5492,49.54447999999999,0],[11.54931,49.544009999999986,0],[11.54931,49.54330999999999,0],[11.550000000000002,49.54285999999999,0],[11.550660000000002,49.542309999999986,0],[11.55105,49.542250000000024,0],[11.55117,49.542159999999996,0],[11.5504,49.541679999999985,0],[11.54989,49.54083,0],[11.549869999999999,49.540479999999974,0],[11.549909999999999,49.54014999999998,0],[11.55016,49.53975999999997,0],[11.55038,49.53962999999999,0],[11.55059,49.53932999999998,0],[11.551140000000002,49.53899000000001,0],[11.55107,49.53881000000004,0],[11.550700000000003,49.538760000000025,0],[11.54844,49.53819999999999,0],[11.54756,49.53819999999999,0],[11.54673,49.53787999999997,0],[11.54638,49.53781000000001,0],[11.5463,49.53782000000001,0],[11.54599,49.53824,0],[11.54551,49.53865999999999,0],[11.545380000000002,49.53892999999999,0],[11.544629999999998,49.53894,0],[11.54425,49.53881999999999,0],[11.54385,49.53882999999999,0],[11.54325,49.53908000000004,0],[11.542680000000002,49.53829999999999,0],[11.54227,49.537440000000004,0],[11.54183,49.53692000000001,0],[11.54073,49.536370000000005,0],[11.54267,49.53581,0],[11.54321,49.53563,0],[11.5435,49.535439999999994,0],[11.54362,49.53514999999999,0],[11.54387,49.53474,0],[11.54335,49.534339999999986,0],[11.54476,49.53363999999999,0],[11.54522,49.53375,0],[11.54574,49.53381000000002,0],[11.54605,49.53366,0],[11.546790000000001,49.53341000000003,0],[11.54689,49.53304,0],[11.54645,49.53281999999999,0],[11.54572,49.53228000000004,0],[11.545629999999997,49.53214,0],[11.54648,49.53107,0],[11.54631,49.53106,0],[11.54605,49.53112999999999,0],[11.54569,49.53111000000001,0],[11.54529,49.53115,0],[11.54499,49.53113999999999,0],[11.54439,49.531180000000006,0],[11.5438,49.53125,0],[11.54354,49.53062000000003,0],[11.544149999999998,49.53063,0],[11.545119999999999,49.530550000000005,0],[11.54552,49.530249999999995,0],[11.544490000000001,49.52978999999999,0],[11.544380000000002,49.52969999999999,0],[11.54437,49.52928,0],[11.546350000000002,49.529259999999994,0],[11.54665,49.528850000000006,0],[11.5464,49.528159999999986,0],[11.546390000000002,49.52748,0],[11.545559999999998,49.52762000000004,0],[11.5444,49.52790999999999,0],[11.54417,49.52762999999999,0],[11.543680000000002,49.52749,0],[11.5431,49.52748,0],[11.54305,49.527409999999975,0],[11.54302,49.527060000000006,0],[11.54287,49.526850000000024,0],[11.54369,49.52628999999999,0],[11.544160000000002,49.52591999999996,0],[11.54451,49.525469999999956,0],[11.5448,49.5249,0],[11.54495,49.524460000000005,0],[11.54422,49.524429999999995,0],[11.54414,49.52438000000001,0],[11.544120000000001,49.52432999999999,0],[11.544160000000002,49.52360999999999,0],[11.54431,49.52328,0],[11.54434,49.52287000000001,0],[11.544450000000001,49.52262000000002,0],[11.54454,49.522519999999986,0],[11.544650000000003,49.52242000000001,0],[11.54481,49.52234999999999,0],[11.545420000000002,49.52214000000001,0],[11.546570000000001,49.52196000000001,0],[11.547430000000002,49.52172999999999,0],[11.54844,49.521060000000034,0],[11.5471,49.520640000000014,0],[11.54735,49.52044999999998,0],[11.54689,49.519769999999994,0],[11.546940000000001,49.51969999999997,0],[11.54711,49.51914000000002,0],[11.54712,49.518910000000005,0],[11.54705,49.518699999999995,0],[11.545680000000003,49.51850999999999,0],[11.54522,49.51842000000002,0],[11.54369,49.517589999999984,0],[11.545229999999998,49.516790000000015,0],[11.54502,49.51678000000001,0],[11.5438,49.516549999999995,0],[11.54335,49.51632000000001,0],[11.541820000000001,49.51599999999999,0],[11.54116,49.51578999999998,0],[11.54072,49.51539,0],[11.54031,49.515240000000006,0],[11.53972,49.51514,0],[11.538949999999998,49.51509999999999,0],[11.53853,49.515019999999964,0],[11.538370000000002,49.51495,0],[11.53827,49.51483999999999,0],[11.538170000000001,49.5146,0],[11.53803,49.51448000000002,0],[11.53709,49.514039999999994,0],[11.53584,49.51352,0],[11.535660000000002,49.51348999999999,0],[11.53544,49.51349999999999,0],[11.53498,49.51359999999997,0],[11.53448,49.513829999999984,0],[11.53362,49.512730000000005,0],[11.53367,49.512280000000004,0],[11.53254,49.511750000000035,0],[11.53227,49.51098000000002,0],[11.53266,49.51089999999999,0],[11.53414,49.51040999999998,0],[11.5349,49.5102,0],[11.534620000000002,49.509450000000015,0],[11.534840000000003,49.509299999999996,0],[11.53374,49.50744,0],[11.53481,49.50737000000001,0],[11.535990000000002,49.50710000000001,0],[11.536339999999997,49.50704999999999,0],[11.53633,49.506190000000004,0],[11.53731,49.50617999999997,0],[11.53737,49.50585000000001,0],[11.53753,49.505499999999984,0],[11.53934,49.50564000000003,0],[11.539879999999998,49.50559000000001,0],[11.54052,49.50533999999999,0],[11.54238,49.505420000000015,0],[11.543190000000001,49.50555,0],[11.543120000000002,49.50567000000004,0],[11.54365,49.50578999999999,0],[11.54431,49.506039999999985,0],[11.544629999999998,49.50591000000003,0],[11.54518,49.50578999999999,0],[11.54577,49.50576000000001,0],[11.547199999999998,49.50577999999999,0],[11.55042,49.50507999999999,0],[11.550309999999998,49.504850000000005,0],[11.552,49.50446000000002,0],[11.55198,49.50432999999998,0],[11.55316,49.50413,0],[11.554889999999999,49.50406000000004,0],[11.55514,49.504670000000004,0],[11.55532,49.50495999999998,0],[11.556959999999998,49.50493,0],[11.55912,49.505089999999996,0],[11.55934,49.505059999999986,0],[11.55978,49.50483,0],[11.56018,49.50487000000001,0],[11.5603,49.50459999999998,0],[11.56051,49.504470000000026,0],[11.5611,49.50438,0],[11.56127,49.50398000000001,0],[11.56256,49.50398000000001,0],[11.56301,49.50384999999997,0],[11.56305,49.50373999999999,0],[11.56415,49.50353000000001,0],[11.56545,49.50379000000001,0],[11.5661,49.50412,0],[11.56697,49.50412,0],[11.56727,49.50406000000004,0],[11.56709,49.50332000000003,0],[11.5669,49.503330000000005,0],[11.56682,49.502489999999995,0],[11.56671,49.50223,0],[11.56691,49.50130000000004,0],[11.56711,49.501000000000005,0],[11.56642,49.50054,0],[11.56599,49.500460000000004,0],[11.5655,49.500429999999994,0],[11.564660000000002,49.50049999999999,0],[11.56427,49.500249999999994,0],[11.563950000000002,49.50009,0],[11.564060000000001,49.499619999999965,0],[11.56419,49.499390000000005,0],[11.56419,49.49929,0],[11.563910000000002,49.499120000000005,0],[11.563910000000002,49.49904000000001,0],[11.56398,49.498940000000005,0],[11.56386,49.498850000000004,0],[11.564,49.49844999999996,0],[11.563829999999998,49.498310000000004,0],[11.563829999999998,49.49824000000001,0],[11.56398,49.49799999999999,0],[11.56408,49.497709999999984,0],[11.5643,49.49758,0],[11.5645,49.49755999999999,0],[11.56477,49.49737999999999,0],[11.565399999999999,49.49665999999999,0],[11.565469999999998,49.49645000000001,0],[11.56534,49.496320000000026,0],[11.56586,49.49549999999999,0],[11.56619,49.49508,0],[11.56627,49.494910000000004,0],[11.56635,49.49438000000001,0],[11.566499999999998,49.49426,0],[11.566699999999999,49.49417,0],[11.56671,49.493870000000015,0],[11.56676,49.49374,0],[11.567070000000001,49.49376000000001,0],[11.567139999999998,49.49367000000001,0],[11.567099999999998,49.49356999999998,0],[11.567139999999998,49.493510000000015,0],[11.56724,49.49349000000001,0],[11.567359999999999,49.493510000000015,0],[11.567469999999998,49.493480000000005,0],[11.56752,49.493390000000005,0],[11.56746,49.493210000000005,0],[11.56761,49.493179999999995,0],[11.56764,49.49313999999998,0],[11.567539999999997,49.49298999999999,0],[11.56761,49.49289999999999,0],[11.567660000000002,49.49288999999999,0],[11.567730000000001,49.49297999999999,0],[11.56798,49.493030000000005,0],[11.568179999999998,49.49289999999999,0],[11.56817,49.49283,0],[11.568399999999999,49.49267999999998,0],[11.56855,49.49277000000001,0],[11.56979,49.49186,0],[11.569709999999999,49.49180999999999,0],[11.56995,49.49164999999999,0],[11.57029,49.491280000000046,0],[11.57042,49.490830000000045,0],[11.57063,49.4906,0],[11.570670000000002,49.49043,0],[11.570710000000002,49.490399999999994,0],[11.57087,49.490369999999984,0],[11.57103,49.49043,0],[11.57101,49.490610000000004,0],[11.57105,49.490639999999985,0],[11.57117,49.490639999999985,0],[11.57132,49.490579999999994,0],[11.571640000000002,49.49063000000001,0],[11.57174,49.49059,0],[11.57188,49.49059,0],[11.57199,49.49042,0],[11.57216,49.490369999999984,0],[11.57229,49.490279999999984,0],[11.572420000000001,49.49027000000004,0],[11.572410000000001,49.49045000000001,0],[11.57244,49.49047999999999,0],[11.57285,49.490549999999985,0],[11.57304,49.490610000000004,0],[11.573149999999998,49.49056999999999,0],[11.57344,49.490549999999985,0],[11.57367,49.49041,0],[11.57417,49.490399999999994,0],[11.5742,49.49027000000004,0],[11.57427,49.490200000000016,0],[11.5747,49.49020999999999,0],[11.57521,49.490110000000044,0],[11.5752,49.49007,0],[11.57387,49.490039999999965,0],[11.57384,49.489750000000015,0],[11.573899999999998,49.48902000000001,0],[11.57485,49.489000000000004,0],[11.57793,49.48926,0],[11.578609999999998,49.48907000000003,0],[11.57789,49.486710000000016,0],[11.578130000000002,49.48639,0],[11.578049999999998,49.48583999999997,0],[11.578570000000001,49.485540000000015,0],[11.57883,49.48511000000002,0],[11.5795,49.485119999999995,0],[11.579689999999998,49.485270000000014,0],[11.57974,49.48579999999998,0],[11.580100000000002,49.48581999999999,0],[11.58038,49.48648,0],[11.58044,49.48665,0],[11.58032,49.48689000000002,0],[11.58098,49.487059999999985,0],[11.58168,49.48692,0],[11.58177,49.48686000000001,0],[11.58249,49.48599999999999,0],[11.58266,49.48590999999999,0],[11.583080000000002,49.48579000000001,0],[11.58371,49.48579000000001,0],[11.58312,49.48618999999999,0],[11.58344,49.486290000000025,0],[11.58361,49.48639,0],[11.58381,49.48653999999996,0],[11.58418,49.48693,0],[11.58525,49.486020000000025,0],[11.58584,49.48511000000002,0],[11.58614,49.48518000000004,0],[11.58614,49.4855,0],[11.58762,49.486050000000006,0],[11.58801,49.486129999999974,0],[11.588079999999998,49.48624000000001,0],[11.58826,49.486260000000016,0],[11.5887,49.48618999999999,0],[11.58907,49.485979999999984,0],[11.58905,49.48576,0],[11.58893,49.485600000000005,0],[11.58846,49.48534000000001,0],[11.588239999999999,49.48534999999998,0],[11.58788,49.48482000000001,0],[11.588039999999998,49.48459,0],[11.58954,49.48481000000001,0],[11.58992,49.48474999999999,0],[11.590280000000002,49.484579999999994,0],[11.59055,49.48454000000001,0],[11.590720000000001,49.484549999999984,0],[11.59095,49.48461,0],[11.59104,49.48472000000001,0],[11.59123,49.48511000000002,0],[11.59229,49.48454000000001,0],[11.592,49.48383999999999,0],[11.59194,49.48352999999997,0],[11.59185,49.483540000000005,0],[11.59137,49.48329000000001,0],[11.590859999999997,49.483119999999985,0],[11.5912,49.482730000000004,0],[11.59083,49.482470000000006,0],[11.590859999999997,49.48233999999999,0],[11.59077,49.48185999999998,0],[11.59069,49.48164,0],[11.59066,49.48137,0],[11.59071,49.48096000000001,0],[11.58971,49.48101,0],[11.5894,49.48022,0],[11.58936,49.48004999999998,0],[11.58936,49.479539999999986,0],[11.58927,49.47932000000003,0],[11.58911,49.47932000000003,0],[11.5891,49.479209999999995,0],[11.58881,49.47910000000002,0],[11.58909,49.47773999999998,0],[11.58902,49.47685000000001,0],[11.5894,49.47637999999998,0],[11.589569999999998,49.47631000000001,0],[11.59092,49.475840000000034,0],[11.591650000000001,49.475689999999986,0],[11.5928,49.47529,0],[11.593180000000002,49.47519,0],[11.59405,49.47505000000001,0],[11.59428,49.47498999999999,0],[11.5949,49.474800000000016,0],[11.5956,49.47451000000001,0],[11.5958,49.47440000000003,0],[11.59616,49.473870000000005,0],[11.59591,49.47379999999998,0],[11.59547,49.4735,0],[11.59543,49.47343000000001,0],[11.59574,49.47279000000003,0],[11.59598,49.47265999999999,0],[11.59601,49.47212999999999,0],[11.59578,49.47197,0],[11.59518,49.471389999999985,0],[11.594729999999998,49.47087000000002,0],[11.59449,49.47006999999999,0],[11.59404,49.46949999999998,0],[11.593070000000003,49.46894,0],[11.59277,49.46860000000001,0],[11.59245,49.46806000000001,0],[11.592279999999999,49.46679999999998,0],[11.592250000000002,49.46599000000003,0],[11.59203,49.46566999999999,0],[11.59059,49.46528000000001,0],[11.58995,49.46529000000001,0],[11.58985,49.46516,0],[11.590209999999999,49.46436000000003,0],[11.59023,49.46413000000001,0],[11.59008,49.463900000000024,0],[11.58935,49.46322000000001,0],[11.58881,49.462789999999984,0],[11.58722,49.46191999999999,0],[11.58465,49.46009000000001,0],[11.58415,49.45964000000001,0],[11.58369,49.458969999999994,0],[11.58346,49.45848000000001,0],[11.58307,49.45832000000004,0],[11.58264,49.45832999999999,0],[11.582440000000002,49.45776000000001,0],[11.58206,49.45702,0],[11.58191,49.456459999999964,0],[11.58093,49.45634000000001,0],[11.5808,49.45618000000002,0],[11.58087,49.45444999999998,0],[11.581,49.45397,0],[11.58087,49.45361,0],[11.58045,49.453149999999994,0],[11.580260000000003,49.45282,0],[11.5798,49.45275000000001,0],[11.579400000000001,49.45211999999998,0],[11.57895,49.45173,0],[11.57851,49.45179999999996,0],[11.57786,49.4513,0],[11.576639999999998,49.45045999999999,0],[11.57681,49.45009000000002,0],[11.576639999999998,49.44974000000002,0],[11.576350000000001,49.449479999999966,0],[11.57464,49.44857999999999,0],[11.5734,49.44856999999999,0],[11.5737,49.44773000000001,0],[11.57304,49.44746000000001,0],[11.571889999999998,49.446709999999996,0],[11.57158,49.44666999999998,0],[11.57124,49.44636,0],[11.57103,49.44601,0],[11.5705,49.445660000000004,0],[11.56999,49.44519,0],[11.56853,49.44575000000003,0],[11.56806,49.44533000000001,0],[11.56771,49.444819999999964,0],[11.56745,49.44457000000003,0],[11.56717,49.44438999999997,0],[11.566869999999998,49.44406000000001,0],[11.56698,49.44380000000001,0],[11.5672,49.443580000000026,0],[11.56763,49.44333,0],[11.56787,49.44290999999998,0],[11.567699999999999,49.44215,0],[11.5676,49.44193000000001,0],[11.56735,49.44166000000001,0],[11.56683,49.441900000000004,0],[11.56626,49.44114999999999,0],[11.565729999999999,49.44068999999999,0],[11.5644,49.44003000000001,0],[11.56427,49.43945999999997,0],[11.56386,49.43849000000003,0],[11.56366,49.43832999999998,0],[11.56304,49.43812,0],[11.562650000000001,49.43803,0],[11.56249,49.43755999999996,0],[11.56253,49.436769999999996,0],[11.56206,49.43672000000001,0],[11.56218,49.43639000000002,0],[11.56196,49.43610000000001,0],[11.561859999999998,49.4358,0],[11.56159,49.43553,0],[11.5605,49.434950000000015,0],[11.55984,49.43454,0],[11.55966,49.43431000000001,0],[11.559640000000002,49.43412000000001,0],[11.559409999999998,49.43397999999999,0],[11.55903,49.43391,0],[11.55873,49.433930000000004,0],[11.55855,49.43404000000001,0],[11.55861,49.43379999999999,0],[11.558340000000001,49.433359999999965,0],[11.55755,49.43315999999999,0],[11.55721,49.433130000000006,0],[11.55729,49.432619999999986,0],[11.55729,49.432440000000014,0],[11.55712,49.43189000000001,0],[11.55717,49.43173999999999,0],[11.55743,49.43138999999999,0],[11.55749,49.43119999999999,0],[11.5575,49.43092999999999,0],[11.557420000000002,49.43063999999998,0],[11.5572,49.43028000000001,0],[11.556839999999998,49.42954,0],[11.556600000000001,49.42913999999999,0],[11.55662,49.429,0],[11.55687,49.428799999999995,0],[11.5562,49.42857000000001,0],[11.55561,49.428289999999976,0],[11.55521,49.42803000000001,0],[11.554729999999998,49.42756,0],[11.55488,49.427520000000015,0],[11.55587,49.427509999999984,0],[11.556399999999998,49.426410000000004,0],[11.55662,49.425790000000006,0],[11.556739999999998,49.425239999999974,0],[11.55689,49.424980000000005,0],[11.55731,49.4238,0],[11.55736,49.423629999999974,0],[11.55725,49.42326,0],[11.5575,49.42272,0],[11.557860000000002,49.421479999999974,0],[11.55749,49.419899999999984,0],[11.55791,49.41964999999999,0],[11.557900000000002,49.41924,0],[11.55783,49.418979999999976,0],[11.557860000000002,49.418769999999995,0],[11.55805,49.41824,0],[11.55928,49.416679999999985,0],[11.55993,49.4161,0],[11.559310000000002,49.41613000000004,0],[11.55828,49.41631000000001,0],[11.55737,49.41655,0],[11.55688,49.416259999999994,0],[11.55658,49.41604000000001,0],[11.55515,49.414769999999976,0],[11.55484,49.41414,0],[11.55436,49.413579999999996,0],[11.553689999999998,49.41269,0],[11.5537,49.412600000000026,0],[11.554399999999998,49.41183000000001,0],[11.55409,49.41171,0],[11.55331,49.41255999999996,0],[11.55133,49.411789999999996,0],[11.550000000000002,49.411370000000005,0],[11.547500000000001,49.41053999999997,0],[11.54629,49.40998999999999,0],[11.54492,49.409490000000005,0],[11.543520000000001,49.409220000000005,0],[11.54292,49.41096999999999,0],[11.542410000000002,49.41084000000001,0],[11.54257,49.41036,0],[11.5424,49.41008999999997,0],[11.541670000000002,49.409940000000006,0],[11.54053,49.40975,0],[11.53941,49.40929,0],[11.53884,49.408950000000004,0],[11.53719,49.409069999999986,0],[11.53457,49.40960000000004,0],[11.53375,49.40980999999999,0],[11.532720000000001,49.41015999999999,0],[11.531640000000001,49.41042999999999,0],[11.53098,49.410510000000016,0],[11.52993,49.41070000000002,0],[11.52973,49.411310000000014,0],[11.52883,49.412499999999994,0],[11.527900000000002,49.41286999999997,0],[11.526699999999998,49.413070000000005,0],[11.52593,49.41329999999999,0],[11.524989999999999,49.413490000000024,0],[11.52406,49.41355999999999,0],[11.52269,49.413599999999974,0],[11.52096,49.413490000000024,0],[11.520570000000001,49.413520000000005,0],[11.51893,49.41355999999999,0],[11.51811,49.413610000000006,0],[11.51676,49.41354999999996,0],[11.51543,49.413610000000006,0],[11.51452,49.41374999999999,0],[11.513150000000001,49.413669999999996,0],[11.51257,49.41381000000004,0],[11.5117,49.41395,0],[11.51015,49.414379999999994,0],[11.5089,49.41467,0],[11.5077,49.41512,0],[11.50932,49.41724000000002,0],[11.50731,49.417910000000006,0],[11.50611,49.41839999999999,0],[11.50512,49.41872000000001,0],[11.50455,49.418769999999995,0],[11.504119999999999,49.41885000000002,0],[11.50368,49.418499999999995,0],[11.502840000000003,49.41833,0],[11.50183,49.41799,0],[11.501449999999998,49.41792000000001,0],[11.5004,49.41784000000001,0],[11.50016,49.41785999999999,0],[11.49738,49.41843,0],[11.49671,49.4187,0],[11.49602,49.41905,0],[11.49555,49.41916000000003,0],[11.49491,49.41920999999999,0],[11.49401,49.41917999999998,0],[11.49174,49.41899000000001,0],[11.49097,49.42048,0],[11.49018,49.42222000000001,0],[11.49003,49.42223000000001,0],[11.48925,49.42212000000001,0],[11.48702,49.42205999999999,0],[11.485699999999998,49.42519999999996,0],[11.48495,49.425520000000006,0],[11.48467,49.42571000000001,0],[11.483850000000002,49.42641999999998,0],[11.482809999999999,49.42699999999999,0],[11.48254,49.42707999999999,0],[11.481649999999998,49.42699999999999,0],[11.47944,49.427250000000015,0],[11.47889,49.42726999999999,0],[11.47858,49.42723999999998,0],[11.47809,49.427070000000015,0],[11.47785,49.42694,0],[11.47771,49.42678000000001,0],[11.477569999999998,49.42653999999999,0],[11.4775,49.426500000000004,0],[11.476859999999999,49.42622,0],[11.47566,49.42577,0],[11.474669999999998,49.42555999999999,0],[11.4746,49.425509999999974,0],[11.47433,49.4255,0],[11.47376,49.425340000000006,0],[11.47366,49.42526999999998,0],[11.4718,49.42483999999999,0],[11.4712,49.424859999999995,0],[11.47053,49.42497000000003,0],[11.47036,49.424980000000005,0],[11.47015,49.42493999999999,0],[11.469879999999998,49.42478,0],[11.46939,49.42435999999998,0],[11.468700000000002,49.423490000000015,0],[11.46813,49.42302999999998,0],[11.46776,49.42347000000001,0],[11.46672,49.423040000000015,0],[11.46545,49.42227,0],[11.464510000000002,49.42187999999999,0],[11.464180000000002,49.42241999999999,0],[11.4639,49.42305999999999,0],[11.46163,49.42287999999999,0],[11.46147,49.42368999999999,0],[11.460779999999998,49.425400000000025,0],[11.46048,49.426019999999994,0],[11.46087,49.425959999999975,0],[11.460819999999998,49.427099999999996,0],[11.46072,49.427730000000025,0],[11.46047,49.428439999999995,0],[11.459710000000001,49.42985999999996,0],[11.458709999999998,49.43257,0],[11.458109999999998,49.43234000000001,0],[11.45704,49.43169,0],[11.45617,49.43176,0],[11.455659999999998,49.43146999999999,0],[11.455290000000002,49.43131999999997,0],[11.452950000000001,49.42991000000001,0],[11.45233,49.42917,0],[11.45204,49.42873,0],[11.44943,49.42816000000002,0],[11.44891,49.42831000000001,0],[11.44855,49.42764,0],[11.44806,49.427329999999984,0],[11.448200000000002,49.427220000000005,0],[11.44855,49.42678999999998,0],[11.44896,49.42648,0],[11.44904,49.42635999999999,0],[11.449749999999998,49.425039999999996,0],[11.449869999999999,49.42439999999999,0],[11.44999,49.424120000000016,0],[11.45012,49.42398,0],[11.449570000000001,49.42332999999999,0],[11.449200000000001,49.422439999999995,0],[11.44859,49.42175,0],[11.449339999999998,49.42152999999999,0],[11.450540000000002,49.420799999999986,0],[11.45165,49.42006000000001,0],[11.4497,49.41995,0],[11.448970000000001,49.4196,0],[11.44844,49.41944000000001,0],[11.44895,49.418769999999995,0],[11.44893,49.41812999999999,0],[11.44849,49.41802999999999,0],[11.4477,49.41757999999999,0],[11.44681,49.41748000000001,0],[11.44564,49.41675000000001,0],[11.44592,49.41651000000002,0],[11.44615,49.41621999999998,0],[11.44502,49.41563000000002,0],[11.444959999999998,49.41529,0],[11.44469,49.414890000000014,0],[11.44538,49.41396,0],[11.44726,49.41491000000002,0],[11.44791,49.415130000000005,0],[11.44799,49.415009999999995,0],[11.44759,49.41481999999999,0],[11.44717,49.41457,0],[11.44701,49.414379999999994,0],[11.44672,49.41386,0],[11.446709999999998,49.41354000000001,0],[11.44758,49.41392999999999,0],[11.44826,49.41415000000001,0],[11.4493,49.4144,0],[11.44964,49.413790000000006,0],[11.44935,49.41374999999999,0],[11.44969,49.41341,0],[11.4512,49.41396,0],[11.45113,49.41514000000001,0],[11.451019999999998,49.415700000000044,0],[11.45071,49.41586000000001,0],[11.45109,49.415970000000016,0],[11.45307,49.41633999999999,0],[11.45391,49.41453000000004,0],[11.45801,49.415279999999996,0],[11.45888,49.41580999999999,0],[11.459039999999998,49.41511,0],[11.45909,49.41503,0],[11.46013,49.41398000000001,0],[11.46085,49.41336000000001,0],[11.46099,49.41291000000001,0],[11.46095,49.41251,0],[11.46122,49.41203999999999,0],[11.46032,49.411730000000006,0],[11.46055,49.41138999999998,0],[11.460929999999998,49.41142999999997,0],[11.460970000000001,49.41132999999999,0],[11.46015,49.41099,0],[11.45995,49.410799999999995,0],[11.45968,49.41091,0],[11.45906,49.410920000000004,0],[11.45868,49.41087999999999,0],[11.458190000000002,49.41068000000001,0],[11.45806,49.41059000000004,0],[11.457839999999997,49.410510000000016,0],[11.457559999999999,49.41033999999999,0],[11.457300000000002,49.41013000000001,0],[11.457179999999997,49.40989999999999,0],[11.45706,49.40980999999999,0],[11.45635,49.40971999999999,0],[11.455890000000002,49.40969999999999,0],[11.45517,49.40953000000002,0],[11.45464,49.40926000000002,0],[11.45444,49.409040000000005,0],[11.45387,49.40888000000001,0],[11.45342,49.40852000000001,0],[11.4525,49.40807000000001,0],[11.45227,49.407899999999955,0],[11.452159999999997,49.40771000000001,0],[11.451829999999998,49.40762000000001,0],[11.45156,49.407579999999996,0],[11.45071,49.40710999999999,0],[11.44996,49.40687,0],[11.4496,49.406679999999994,0],[11.44921,49.40665000000001,0],[11.44883,49.40620000000001,0],[11.44865,49.40617,0],[11.448569999999998,49.40611000000001,0],[11.44836,49.406049999999965,0],[11.44802,49.40571,0],[11.44755,49.40545,0],[11.44544,49.40683999999999,0],[11.44462,49.406229999999994,0],[11.443919999999999,49.40581,0],[11.44323,49.40529000000001,0],[11.44272,49.404439999999965,0],[11.444259999999998,49.40389999999999,0],[11.44402,49.40377000000004,0],[11.4439,49.403639999999996,0],[11.443680000000002,49.40317999999999,0],[11.44336,49.40331000000003,0],[11.443190000000001,49.403129999999976,0],[11.44309,49.40289999999999,0],[11.44301,49.40252000000001,0],[11.44309,49.40227999999999,0],[11.442889999999998,49.40221,0],[11.44316,49.401700000000005,0],[11.442850000000002,49.40156999999999,0],[11.442960000000001,49.401389999999964,0],[11.44228,49.401309999999995,0],[11.44102,49.401279999999986,0],[11.44087,49.40138000000002,0],[11.44025,49.40142,0],[11.44025,49.40126000000001,0],[11.44009,49.401070000000004,0],[11.44009,49.40095999999997,0],[11.43944,49.400859999999994,0],[11.43915,49.40075999999999,0],[11.43849,49.400420000000025,0],[11.43856,49.400319999999994,0],[11.43824,49.400180000000006,0],[11.43824,49.399970000000025,0],[11.43853,49.40008,0],[11.43864,49.400049999999965,0],[11.43898,49.40011999999999,0],[11.43944,49.400109999999984,0],[11.43961,49.400270000000006,0],[11.439740000000002,49.400319999999994,0],[11.43986,49.40021999999999,0],[11.440070000000002,49.39983000000004,0],[11.44019,49.39947999999998,0],[11.440319999999998,49.39845,0],[11.43949,49.39819,0],[11.438839999999999,49.39790999999997,0],[11.43851,49.397819999999996,0],[11.43811,49.39759000000001,0],[11.43741,49.3973,0],[11.4372,49.39712,0],[11.4372,49.39690000000002,0],[11.4377,49.39609999999999,0],[11.43811,49.39556999999999,0],[11.43764,49.39543999999998,0],[11.43737,49.39538999999999,0],[11.43702,49.395430000000005,0],[11.43677,49.39538999999999,0],[11.43659,49.395430000000005,0],[11.43578,49.39591999999999,0],[11.43561,49.39592999999999,0],[11.43546,49.39586,0],[11.43526,49.39583999999999,0],[11.43513,49.39584999999997,0],[11.43497,49.3955,0],[11.43426,49.395550000000014,0],[11.43394,49.3955,0],[11.43362,49.39542,0],[11.43313,49.39542,0],[11.432720000000002,49.39551,0],[11.43213,49.395459999999986,0],[11.43162,49.39531000000002,0],[11.43121,49.394980000000004,0],[11.430739999999998,49.39488000000003,0],[11.429969999999999,49.39459000000002,0],[11.42893,49.39429999999999,0],[11.42742,49.39392000000001,0],[11.42619,49.393759999999986,0],[11.424359999999998,49.39341000000002,0],[11.42352,49.392960000000016,0],[11.4233,49.392780000000016,0],[11.4231,49.39238,0],[11.422580000000002,49.39168000000001,0],[11.42394,49.39133000000001,0],[11.42512,49.39108999999999,0],[11.42528,49.39102,0],[11.42672,49.390330000000006,0],[11.42771,49.389579999999995,0],[11.420130000000002,49.385879999999986,0],[11.420610000000002,49.384529999999984,0],[11.42029,49.384150000000005,0],[11.41967,49.383549999999985,0],[11.419200000000002,49.383549999999985,0],[11.41899,49.383399999999995,0],[11.4191,49.38325999999998,0],[11.41911,49.38294000000002,0],[11.41917,49.38265999999999,0],[11.41955,49.38238999999999,0],[11.41956,49.38211000000001,0],[11.41951,49.38193000000001,0],[11.4193,49.38171,0],[11.41944,49.38144,0],[11.42007,49.38153,0],[11.42023,49.38118,0],[11.42059,49.38074,0],[11.42022,49.38049000000001,0],[11.42078,49.37941000000001,0],[11.42063,49.37939,0],[11.420639999999999,49.37925000000001,0],[11.42046,49.37924000000001,0],[11.42045,49.37818999999999,0],[11.420049999999998,49.37810999999999,0],[11.41975,49.37810000000002,0],[11.41979,49.377759999999995,0],[11.42007,49.37738000000002,0],[11.42043,49.376810000000006,0],[11.42056,49.37644,0],[11.42081,49.37607,0],[11.4208,49.375940000000014,0],[11.4207,49.3759,0],[11.42052,49.37589,0],[11.420049999999998,49.375760000000014,0],[11.4201,49.375580000000014,0],[11.419779999999998,49.37550999999999,0],[11.41929,49.37549000000001,0],[11.41806,49.37565000000001,0],[11.4172,49.37583000000001,0],[11.41742,49.375370000000004,0],[11.41618,49.37531999999999,0],[11.41561,49.37522000000001,0],[11.41472,49.375370000000004,0],[11.41367,49.37501,0],[11.41212,49.37460999999999,0],[11.41186,49.374059999999986,0],[11.411209999999999,49.37347,0],[11.410279999999998,49.372990000000016,0],[11.40969,49.37191999999999,0],[11.40915,49.371989999999954,0],[11.40835,49.371939999999995,0],[11.407869999999999,49.37198000000001,0],[11.40789,49.37216000000001,0],[11.407760000000001,49.37241,0],[11.40764,49.372889999999984,0],[11.40772,49.37302,0],[11.40725,49.373069999999984,0],[11.406720000000002,49.373219999999975,0],[11.40619,49.37347,0],[11.40565,49.373789999999985,0],[11.40536,49.37389999999999,0],[11.40451,49.374030000000005,0],[11.40356,49.37405000000001,0],[11.40216,49.374349999999964,0],[11.401619999999998,49.373850000000004,0],[11.40172,49.37333000000001,0],[11.40166,49.37329,0],[11.40097,49.373249999999985,0],[11.40046,49.37317999999999,0],[11.40015,49.372900000000016,0],[11.39969,49.372659999999996,0],[11.39893,49.37237999999999,0],[11.39898,49.372289999999964,0],[11.398810000000001,49.37209000000004,0],[11.39871,49.371770000000026,0],[11.3986,49.37169,0],[11.39819,49.371520000000004,0],[11.39805,49.37137999999999,0],[11.39785,49.37128999999999,0],[11.39796,49.371170000000006,0],[11.39794,49.37107,0],[11.397839999999999,49.37103000000002,0],[11.397579999999998,49.37100000000001,0],[11.39695,49.370360000000005,0],[11.395920000000002,49.370270000000005,0],[11.39462,49.370000000000005,0],[11.395129999999998,49.36981,0],[11.39537,49.36987000000002,0],[11.39749,49.36909,0],[11.401329999999998,49.367969999999985,0],[11.40575,49.36695999999998,0],[11.40629,49.36692999999997,0],[11.406050000000002,49.36642000000003,0],[11.40604,49.36599000000004,0],[11.40619,49.365610000000004,0],[11.406390000000002,49.36536000000001,0],[11.4064,49.365279999999984,0],[11.40636,49.365200000000016,0],[11.40617,49.36503999999999,0],[11.40615,49.364930000000015,0],[11.40483,49.364149999999995,0],[11.4051,49.36398,0],[11.40498,49.36357000000001,0],[11.404,49.36384000000001,0],[11.40351,49.36389,0],[11.40188,49.363969999999995,0],[11.40124,49.36395999999999,0],[11.40097,49.36404999999999,0],[11.40045,49.36410999999998,0],[11.39934,49.36435999999998,0],[11.399180000000001,49.36437000000001,0],[11.398140000000001,49.362539999999996,0],[11.397429999999998,49.36269999999996,0],[11.39668,49.36148,0],[11.395459999999998,49.35919000000001,0],[11.394320000000002,49.35715999999999,0],[11.393790000000001,49.356780000000015,0],[11.393279999999999,49.35664999999997,0],[11.392420000000001,49.35670999999999,0],[11.392119999999998,49.356660000000005,0],[11.3919,49.35679999999999,0],[11.39168,49.35685000000001,0],[11.39073,49.356750000000005,0],[11.38982,49.356840000000005,0],[11.389179999999998,49.35696999999999,0],[11.38845,49.356840000000005,0],[11.38783,49.356780000000015,0],[11.387599999999999,49.356719999999996,0],[11.38672,49.357320000000016,0],[11.384850000000002,49.358390000000014,0],[11.383960000000002,49.357140000000015,0],[11.384080000000003,49.356889999999964,0],[11.384059999999998,49.35655,0],[11.383960000000002,49.356359999999995,0],[11.38368,49.35606999999999,0],[11.383249999999999,49.35631999999998,0],[11.381030000000003,49.35446999999999,0],[11.38069,49.35422,0],[11.3804,49.35410000000002,0],[11.38003,49.35402000000002,0],[11.37976,49.35392999999999,0],[11.379610000000001,49.35380000000001,0],[11.379570000000001,49.3536,0],[11.37945,49.35365999999999,0],[11.379170000000002,49.35372000000001,0],[11.378829999999999,49.353740000000016,0],[11.37873,49.35324,0],[11.37618,49.35423,0],[11.37629,49.35458999999997,0],[11.37719,49.354929999999996,0],[11.377339999999998,49.355050000000006,0],[11.377270000000001,49.35518999999999,0],[11.37725,49.355410000000006,0],[11.37744,49.35551000000004,0],[11.37779,49.35557,0],[11.3783,49.35561999999999,0],[11.378200000000001,49.35590000000002,0],[11.378690000000002,49.35601,0],[11.37865,49.35631000000001,0],[11.37829,49.357380000000006,0],[11.377160000000002,49.35880999999998,0],[11.376489999999999,49.35862,0],[11.37626,49.35862,0],[11.37595,49.358540000000005,0],[11.375900000000001,49.35843,0],[11.37573,49.35831999999999,0],[11.37559,49.35817,0],[11.375599999999999,49.358059999999995,0],[11.37555,49.35801000000001,0],[11.37532,49.357910000000004,0],[11.374860000000002,49.35779999999997,0],[11.37418,49.35741999999999,0],[11.37369,49.357380000000006,0],[11.37325,49.357470000000006,0],[11.37296,49.35727,0],[11.372819999999999,49.35705999999999,0],[11.3727,49.35693999999998,0],[11.371949999999998,49.35709,0],[11.3713,49.35727,0],[11.371110000000002,49.357129999999984,0],[11.37128,49.35631999999998,0],[11.37212,49.356179999999995,0],[11.372040000000002,49.35596000000001,0],[11.37201,49.355759999999975,0],[11.372040000000002,49.35561999999999,0],[11.37211,49.35532999999998,0],[11.37221,49.35515000000001,0],[11.372449999999999,49.35487999999998,0],[11.3727,49.354659999999996,0],[11.373010000000003,49.354659999999996,0],[11.37318,49.354420000000005,0],[11.37357,49.35450000000003,0],[11.37423,49.354299999999995,0],[11.37409,49.35390000000001,0],[11.374050000000002,49.35330000000002,0],[11.3783,49.351609999999994,0],[11.37816,49.351380000000006,0],[11.37799,49.350750000000005,0],[11.37759,49.350629999999995,0],[11.37728,49.35042999999999,0],[11.3763,49.349699999999984,0],[11.37611,49.34951000000001,0],[11.37597,49.34927999999999,0],[11.37592,49.348990000000015,0],[11.37594,49.34888000000001,0],[11.376039999999998,49.34873999999999,0],[11.377090000000003,49.347759999999965,0],[11.37712,49.347669999999994,0],[11.3774,49.34751000000003,0],[11.37782,49.34759999999997,0],[11.37818,49.347229999999996,0],[11.37835,49.34712999999999,0],[11.378939999999998,49.34693999999999,0],[11.37928,49.34692000000001,0],[11.37988,49.34615999999997,0],[11.38039,49.345650000000006,0],[11.38075,49.34521000000004,0],[11.381350000000001,49.34532999999999,0],[11.381609999999998,49.34533999999999,0],[11.381740000000002,49.34537,0],[11.38185,49.345439999999996,0],[11.38201,49.34545000000003,0],[11.38219,49.34550999999999,0],[11.38237,49.34551999999999,0],[11.38246,49.34563,0],[11.382550000000002,49.34564000000003,0],[11.382649999999998,49.34479999999999,0],[11.383619999999999,49.34452999999999,0],[11.38415,49.34442999999999,0],[11.38421,49.34415000000001,0],[11.38482,49.34406999999999,0],[11.3846,49.343379999999996,0],[11.38515,49.34300000000002,0],[11.38538,49.34228000000002,0],[11.38597,49.34231,0],[11.38656,49.34217000000001,0],[11.387230000000002,49.342119999999994,0],[11.38846,49.342179999999985,0],[11.38865,49.342029999999994,0],[11.39004,49.34192999999996,0],[11.39015,49.34091999999998,0],[11.38935,49.34088,0],[11.389569999999999,49.34039999999999,0],[11.38962,49.339909999999975,0],[11.38968,49.33967999999999,0],[11.389519999999997,49.33954,0],[11.38966,49.338940000000036,0],[11.38833,49.338750000000005,0],[11.388479999999998,49.33846,0],[11.3882,49.33832000000001,0],[11.38814,49.33825999999999,0],[11.38801,49.33832000000001,0],[11.387900000000002,49.33834000000002,0],[11.387599999999999,49.33828,0],[11.387369999999999,49.33813000000001,0],[11.38728,49.33813000000001,0],[11.38714,49.33820000000003,0],[11.3868,49.338220000000035,0],[11.386590000000002,49.33815000000001,0],[11.3866,49.33811,0],[11.3869,49.33794,0],[11.38704,49.33778000000001,0],[11.38695,49.33763999999999,0],[11.387069999999998,49.33753999999999,0],[11.38697,49.33743000000001,0],[11.38706,49.33728999999997,0],[11.38694,49.33690999999999,0],[11.38702,49.33685999999997,0],[11.38704,49.33679000000001,0],[11.38691,49.33663999999999,0],[11.38675,49.33659000000003,0],[11.38671,49.336540000000014,0],[11.386860000000002,49.33619999999999,0],[11.386839999999998,49.33615,0],[11.386700000000001,49.33608000000001,0],[11.38665,49.335999999999984,0],[11.3865,49.33592999999999,0],[11.386469999999997,49.335800000000006,0],[11.38635,49.3357,0],[11.386399999999998,49.335289999999986,0],[11.38632,49.335109999999986,0],[11.3861,49.33488,0],[11.38605,49.334599999999995,0],[11.386000000000001,49.334540000000004,0],[11.385699999999998,49.33431999999999,0],[11.385629999999999,49.334209999999985,0],[11.3856,49.33399000000003,0],[11.38527,49.333619999999996,0],[11.38523,49.33351999999999,0],[11.38493,49.333500000000015,0],[11.384699999999999,49.333529999999996,0],[11.384539999999998,49.333140000000014,0],[11.384360000000001,49.33296999999999,0],[11.38411,49.33296999999999,0],[11.38372,49.332870000000014,0],[11.38324,49.332870000000014,0],[11.38306,49.33273,0],[11.38252,49.33252999999999,0],[11.38236,49.33250000000001,0],[11.382209999999999,49.33242000000001,0],[11.38212,49.33224000000001,0],[11.381950000000002,49.33206000000001,0],[11.38157,49.33189999999999,0],[11.381279999999999,49.33171999999999,0],[11.381,49.33161999999999,0],[11.38036,49.331469999999996,0],[11.38003,49.331199999999995,0],[11.379940000000001,49.331189999999964,0],[11.37981,49.33104,0],[11.38044,49.330899999999986,0],[11.380870000000002,49.33058,0],[11.38222,49.32893000000004,0],[11.38298,49.32772,0],[11.38204,49.32733999999999,0],[11.38193,49.32722999999996,0],[11.381879999999999,49.326070000000016,0],[11.381119999999997,49.325890000000015,0],[11.38017,49.325770000000006,0],[11.37979,49.32568999999998,0],[11.37855,49.32539,0],[11.37804,49.32539,0],[11.376720000000002,49.32480000000001,0],[11.376039999999998,49.32515999999998,0],[11.37555,49.325350000000014,0],[11.375310000000002,49.32551000000001,0],[11.375080000000002,49.32535999999999,0],[11.37457,49.32511000000002,0],[11.37402,49.32491999999996,0],[11.37318,49.32472000000001,0],[11.3728,49.32479000000001,0],[11.37244,49.325230000000005,0],[11.3721,49.32554000000002,0],[11.37261,49.325789999999984,0],[11.37259,49.32584,0],[11.372989999999998,49.32594,0],[11.372889999999998,49.326149999999984,0],[11.372740000000002,49.326220000000006,0],[11.37249,49.326179999999994,0],[11.37201,49.326520000000016,0],[11.371710000000002,49.32669000000001,0],[11.371270000000003,49.326899999999995,0],[11.37078,49.32701000000003,0],[11.370400000000002,49.32700000000003,0],[11.36991,49.32692,0],[11.3692,49.32697000000002,0],[11.368949999999998,49.326779999999985,0],[11.36876,49.32656,0],[11.36744,49.326539999999994,0],[11.36732,49.32657000000003,0],[11.366569999999998,49.32638,0],[11.36627,49.32623000000001,0],[11.366129999999998,49.32629,0],[11.36589,49.326280000000025,0],[11.36544,49.32643999999999,0],[11.365320000000002,49.32643999999999,0],[11.3644,49.326160000000016,0],[11.3644,49.326070000000016,0],[11.3641,49.325860000000006,0],[11.36407,49.325739999999996,0],[11.3644,49.32521,0],[11.364489999999998,49.32480000000001,0],[11.36376,49.32444000000001,0],[11.36303,49.32351,0],[11.36304,49.32342,0],[11.36297,49.32330999999999,0],[11.3634,49.323120000000046,0],[11.3638,49.32301000000001,0],[11.365799999999998,49.32252,0],[11.36702,49.322299999999956,0],[11.367469999999999,49.32214999999999,0],[11.36783,49.32199,0],[11.367429999999999,49.32189999999997,0],[11.36774,49.32139000000001,0],[11.36367,49.3203,0],[11.35994,49.31934000000004,0],[11.35982,49.31924000000001,0],[11.359849999999998,49.31915000000001,0],[11.36024,49.31860000000003,0],[11.35939,49.31841000000003,0],[11.35903,49.31843999999998,0],[11.35822,49.318340000000006,0],[11.35772,49.318370000000016,0],[11.35722,49.31835000000001,0],[11.35675,49.31842,0],[11.356060000000001,49.318449999999984,0],[11.35544,49.3185,0],[11.354320000000001,49.318690000000004,0],[11.35397,49.318629999999985,0],[11.353770000000003,49.31862000000001,0],[11.3537,49.31867999999997,0],[11.353419999999998,49.318780000000004,0],[11.35275,49.318749999999994,0],[11.3525,49.31877,0],[11.35233,49.318910000000045,0],[11.3522,49.31895,0],[11.351580000000002,49.31882999999999,0],[11.351239999999999,49.31888000000001,0],[11.351090000000001,49.31882000000002,0],[11.350980000000002,49.31870000000001,0],[11.350870000000002,49.318749999999994,0],[11.35076,49.31873999999999,0],[11.350419999999998,49.31855999999999,0],[11.350380000000001,49.31842,0],[11.35033,49.31837999999999,0],[11.34977,49.31828999999999,0],[11.34967,49.318160000000006,0],[11.34935,49.317920000000015,0],[11.34921,49.31808000000001,0],[11.34889,49.31783999999999,0],[11.34648,49.318870000000004,0],[11.34668,49.31900999999999,0],[11.34517,49.31958,0],[11.345029999999998,49.3194,0],[11.34483,49.31924000000001,0],[11.34491,49.31910999999997,0],[11.345519999999999,49.3177,0],[11.34557,49.31757999999999,0],[11.345559999999999,49.317409999999995,0],[11.344930000000002,49.31528,0],[11.3461,49.31457,0],[11.34488,49.314040000000006,0],[11.34462,49.313649999999996,0],[11.34437,49.313109999999995,0],[11.344099999999997,49.31290999999999,0],[11.34405,49.31282999999999,0],[11.34388,49.31272999999999,0],[11.34375,49.31244000000001,0],[11.34361,49.312340000000006,0],[11.34356,49.31220999999999,0],[11.34338,49.31206,0],[11.343219999999999,49.31200000000001,0],[11.34297,49.31178,0],[11.342920000000001,49.31166999999999,0],[11.342949999999998,49.311530000000005,0],[11.34324,49.311170000000004,0],[11.34319,49.311139999999995,0],[11.343099999999998,49.31113000000002,0],[11.342729999999998,49.311139999999995,0],[11.34276,49.311409999999995,0],[11.3417,49.31191000000001,0],[11.34153,49.31196,0],[11.341249999999999,49.31214,0],[11.34059,49.31236000000004,0],[11.3399,49.31238999999999,0],[11.33975,49.31152,0],[11.33973,49.31119000000001,0],[11.339430000000002,49.310580000000016,0],[11.33952,49.310310000000015,0],[11.33936,49.309439999999995,0],[11.33623,49.30891,0],[11.33563,49.30874,0],[11.33588,49.30850000000001,0],[11.335720000000002,49.30847,0],[11.33378,49.30821,0],[11.333299999999998,49.30832000000001,0],[11.333299999999998,49.30779000000001,0],[11.33337,49.307350000000014,0],[11.33354,49.30686,0],[11.33411,49.30548999999999,0],[11.33563,49.30554000000001,0],[11.33647,49.30551,0],[11.33633,49.304959999999994,0],[11.33608,49.304550000000006,0],[11.335720000000002,49.30418,0],[11.33552,49.30391,0],[11.33528,49.30396999999999,0],[11.33552,49.303259999999966,0],[11.3348,49.303049999999985,0],[11.33374,49.302700000000016,0],[11.3331,49.30275000000003,0],[11.3328,49.30270999999999,0],[11.33216,49.302490000000006,0],[11.3315,49.302189999999996,0],[11.33066,49.30272000000002,0],[11.329849999999999,49.30316000000002,0],[11.329039999999999,49.30348000000001,0],[11.32897,49.30392000000003,0],[11.329110000000002,49.304370000000006,0],[11.32913,49.3048,0],[11.329209999999998,49.30520000000001,0],[11.32969,49.305949999999996,0],[11.33001,49.30689000000001,0],[11.329030000000001,49.30725000000001,0],[11.328670000000002,49.307350000000014,0],[11.32841,49.30738000000002,0],[11.32819,49.30718000000002,0],[11.32813,49.30694,0],[11.32862,49.306359999999984,0],[11.328279999999998,49.30624,0],[11.32772,49.30608999999998,0],[11.32716,49.305890000000005,0],[11.327210000000001,49.30507,0],[11.3273,49.30443999999997,0],[11.32727,49.303409999999985,0],[11.32704,49.30288999999999,0],[11.32701,49.30255,0],[11.3262,49.302520000000015,0],[11.32622,49.30264,0],[11.32521,49.303349999999995,0],[11.32438,49.30452,0],[11.32408,49.30466000000001,0],[11.32362,49.30515,0],[11.3231,49.30546000000001,0],[11.32284,49.30537000000004,0],[11.32184,49.30635000000001,0],[11.32049,49.306960000000004,0],[11.31914,49.307500000000005,0],[11.31755,49.30859000000001,0],[11.317230000000002,49.308719999999994,0],[11.31679,49.308809999999994,0],[11.31501,49.30880000000002,0],[11.314589999999999,49.30875,0],[11.31416,49.30877000000001,0],[11.31254,49.309110000000004,0],[11.3106,49.30942999999999,0],[11.309519999999997,49.30928000000003,0],[11.307789999999999,49.30882,0],[11.30747,49.308840000000004,0],[11.30655,49.309,0],[11.305969999999999,49.309,0],[11.30558,49.30909,0],[11.30561,49.30882999999997,0],[11.30451,49.309020000000004,0],[11.30404,49.30899000000002,0],[11.30423,49.30932999999999,0],[11.304299999999998,49.30954,0],[11.30409,49.30972,0],[11.303220000000001,49.309680000000014,0],[11.30296,49.30986999999999,0],[11.303010000000002,49.310550000000006,0],[11.30309,49.31079,0],[11.30304,49.311080000000004,0],[11.30295,49.31128000000001,0],[11.302699999999998,49.311469999999986,0],[11.30249,49.311739999999986,0],[11.30238,49.31202999999999,0],[11.30234,49.31272000000001,0],[11.30226,49.312929999999966,0],[11.30209,49.31308999999999,0],[11.30192,49.31321,0],[11.30154,49.31331,0],[11.30123,49.31335999999999,0],[11.30084,49.31336999999999,0],[11.30045,49.31342000000001,0],[11.29941,49.31366,0],[11.298800000000002,49.31385,0],[11.298540000000001,49.31403,0],[11.29798,49.314310000000006,0],[11.29744,49.314700000000016,0],[11.29735,49.31494000000001,0],[11.29723,49.31501,0],[11.296620000000003,49.31533000000002,0],[11.29575,49.31568999999999,0],[11.29554,49.31593000000001,0],[11.29525,49.316059999999965,0],[11.295129999999999,49.316190000000006,0],[11.29488,49.31626,0],[11.29414,49.31636,0],[11.29374,49.31648999999996,0],[11.2928,49.317229999999995,0],[11.292349999999999,49.316970000000026,0],[11.29195,49.316689999999994,0],[11.2916,49.31639999999999,0],[11.291259999999998,49.31602000000001,0],[11.29059,49.31577999999999,0],[11.28998,49.31569999999999,0],[11.289710000000001,49.315709999999996,0],[11.28972,49.31538000000003,0],[11.29032,49.31537,0],[11.29092,49.31531000000001,0],[11.29165,49.315049999999985,0],[11.29128,49.314719999999994,0],[11.291039999999999,49.31435999999999,0],[11.29086,49.31369000000001,0],[11.2907,49.31348000000003,0],[11.29056,49.31319000000002,0],[11.28986,49.31327999999996,0],[11.28939,49.313319999999976,0],[11.28911,49.31331,0],[11.28847,49.31336999999999,0],[11.28808,49.31346000000002,0],[11.28747,49.31349,0],[11.2872,49.31357,0],[11.28698,49.31360999999998,0],[11.28648,49.31362999999999,0],[11.28585,49.313770000000005,0],[11.28525,49.313980000000015,0],[11.28482,49.31403,0],[11.28461,49.314209999999974,0],[11.28426,49.31438,0],[11.28384,49.31449999999998,0],[11.283280000000001,49.31457,0],[11.28285,49.31412000000006,0],[11.282610000000002,49.314149999999984,0],[11.279979999999998,49.31394000000003,0],[11.27969,49.31380999999999,0],[11.27935,49.31353999999999,0],[11.278090000000002,49.313559999999995,0],[11.27689,49.31344999999999,0],[11.27678,49.31339,0],[11.27634,49.3134,0],[11.27581,49.31335999999999,0],[11.27319,49.31306000000001,0],[11.27312,49.31369000000001,0],[11.273450000000002,49.31385,0],[11.2738,49.313920000000024,0],[11.27442,49.31411,0],[11.274849999999999,49.31447,0],[11.27547,49.31476000000001,0],[11.276120000000002,49.314929999999976,0],[11.277739999999998,49.31521000000001,0],[11.27792,49.31536000000003,0],[11.27744,49.31568999999999,0],[11.27658,49.31603999999996,0],[11.27639,49.31621000000001,0],[11.27647,49.31640999999999,0],[11.27685,49.31651000000002,0],[11.27707,49.316670000000016,0],[11.27721,49.31828999999999,0],[11.276479999999998,49.31820999999999,0],[11.27625,49.31849,0],[11.27594,49.31859,0],[11.275520000000002,49.318659999999994,0],[11.27509,49.318809999999985,0],[11.27489,49.31893000000002,0],[11.27512,49.31921,0],[11.27506,49.31939,0],[11.27474,49.31971999999999,0],[11.27437,49.319709999999986,0],[11.27421,49.31987999999998,0],[11.27432,49.3201,0],[11.27431,49.32078000000001,0],[11.27338,49.32024000000001,0],[11.272509999999999,49.32088000000002,0],[11.27278,49.321050000000014,0],[11.272370000000002,49.321560000000005,0],[11.27223,49.32220000000001,0],[11.27198,49.32244,0],[11.27134,49.322389999999984,0],[11.2701,49.322370000000035,0],[11.2692,49.322299999999956,0],[11.26784,49.32226,0],[11.26745,49.322209999999984,0],[11.267130000000002,49.322119999999984,0],[11.26697,49.322,0],[11.26566,49.32204999999999,0],[11.26551,49.32255000000001,0],[11.265529999999998,49.32280000000003,0],[11.26595,49.32363000000001,0],[11.266430000000001,49.32417000000001,0],[11.26678,49.32446999999996,0],[11.26658,49.32473999999999,0],[11.265969999999998,49.324539999999985,0],[11.26523,49.3244,0],[11.26417,49.32423,0],[11.26334,49.32417000000001,0],[11.26188,49.32390000000001,0],[11.26144,49.32384999999999,0],[11.260659999999998,49.32384999999999,0],[11.2593,49.32391000000001,0],[11.25845,49.32400999999999,0],[11.2582,49.32378,0],[11.257590000000002,49.32387,0],[11.257430000000001,49.323859999999996,0],[11.25711,49.32376999999997,0],[11.25624,49.32391999999999,0],[11.25479,49.324059999999974,0],[11.25417,49.32418999999999,0],[11.25408,49.32424999999998,0],[11.254019999999999,49.32448999999997,0],[11.25364,49.32442,0],[11.251910000000002,49.32455999999999,0],[11.25177,49.32435000000001,0],[11.2501,49.32476,0],[11.24907,49.32494999999997,0],[11.24683,49.325199999999995,0],[11.2469,49.324700000000036,0],[11.24638,49.324670000000026,0],[11.24564,49.32446999999996,0],[11.24271,49.32472999999999,0],[11.24214,49.32445999999999,0],[11.240879999999999,49.32453000000001,0],[11.24062,49.32330000000002,0],[11.24006,49.322990000000004,0],[11.23967,49.32160000000002,0],[11.23901,49.320960000000014,0],[11.239430000000002,49.32069999999996,0],[11.23976,49.32016999999999,0],[11.24008,49.31981999999999,0],[11.24034,49.31975000000003,0],[11.2417,49.31958,0],[11.24242,49.31936999999999,0],[11.24296,49.31897999999998,0],[11.24361,49.318629999999985,0],[11.24409,49.31859,0],[11.244589999999999,49.318430000000006,0],[11.245069999999998,49.318340000000006,0],[11.24587,49.318370000000016,0],[11.24608,49.31857000000002,0],[11.24649,49.31864999999999,0],[11.247139999999998,49.318340000000006,0],[11.24766,49.31790000000001,0],[11.24835,49.317589999999996,0],[11.24868,49.31747999999999,0],[11.24956,49.31694999999999,0],[11.250340000000001,49.31674000000001,0],[11.2508,49.316539999999975,0],[11.25097,49.31630999999999,0],[11.25183,49.316100000000006,0],[11.251750000000001,49.31576000000001,0],[11.251310000000002,49.31458000000001,0],[11.251349999999999,49.313980000000015,0],[11.251519999999998,49.31281000000004,0],[11.25128,49.311469999999986,0],[11.251229999999998,49.31088,0],[11.25134,49.310209999999984,0],[11.251310000000002,49.30896999999999,0],[11.25003,49.308310000000006,0],[11.247450000000002,49.30731,0],[11.24614,49.30703,0],[11.245029999999998,49.30682999999999,0],[11.243429999999998,49.30662000000001,0],[11.24249,49.307199999999966,0],[11.24214,49.30760000000001,0],[11.241689999999998,49.30802,0],[11.24101,49.30841000000001,0],[11.23995,49.30887000000004,0],[11.23915,49.30932999999999,0],[11.2384,49.309889999999996,0],[11.237939999999998,49.31034,0],[11.23704,49.31099999999998,0],[11.23639,49.31128000000001,0],[11.23525,49.311949999999996,0],[11.23427,49.31247000000002,0],[11.23337,49.31289000000001,0],[11.23294,49.31300999999996,0],[11.2308,49.31380999999999,0],[11.22964,49.3142,0],[11.227550000000003,49.314750000000004,0],[11.22637,49.314959999999985,0],[11.22408,49.31524000000002,0],[11.22306,49.31524999999999,0],[11.22243,49.31533000000002,0],[11.22161,49.315470000000005,0],[11.21987,49.31593000000001,0],[11.21973,49.31537,0],[11.218409999999999,49.31497999999999,0],[11.21805,49.31468000000004,0],[11.21701,49.31434999999999,0],[11.21384,49.31286,0],[11.21301,49.31236000000004,0],[11.212280000000002,49.31232,0],[11.21078,49.31208000000001,0],[11.20805,49.311800000000005,0],[11.20816,49.309439999999995,0],[11.20856,49.30909999999997,0],[11.20812,49.30865,0],[11.20731,49.30933999999999,0],[11.20733,49.30891,0],[11.207270000000001,49.30886000000001,0],[11.20682,49.308719999999994,0],[11.206409999999998,49.30842000000004,0],[11.20424,49.30718999999999,0],[11.20365,49.306730000000016,0],[11.20245,49.30552,0],[11.201509999999999,49.30563999999998,0],[11.20063,49.3057,0],[11.19932,49.305830000000014,0],[11.19869,49.30584999999999,0],[11.19668,49.30575999999999,0],[11.19188,49.30485999999999,0],[11.19087,49.30463,0],[11.19047,49.30463,0],[11.188890000000002,49.30475000000001,0],[11.18836,49.30484000000001,0],[11.188560000000003,49.303650000000005,0],[11.18866,49.30203,0],[11.18908,49.30052999999998,0],[11.18593,49.30028999999999,0],[11.1866,49.298959999999994,0],[11.18712,49.29811999999998,0],[11.18718,49.297770000000014,0],[11.18759,49.297390000000036,0],[11.190109999999999,49.29554000000002,0],[11.19139,49.294640000000015,0],[11.19274,49.29381000000001,0],[11.193219999999998,49.2936,0],[11.194460000000001,49.29316000000003,0],[11.19531,49.29297999999997,0],[11.19572,49.29271000000003,0],[11.19734,49.291240000000016,0],[11.197950000000002,49.29048,0],[11.19767,49.2903,0],[11.19793,49.290070000000014,0],[11.1985,49.29025999999999,0],[11.19897,49.28978999999998,0],[11.199840000000002,49.29018999999997,0],[11.20049,49.29035999999999,0],[11.20134,49.29043000000004,0],[11.20201,49.29071999999999,0],[11.20267,49.290610000000015,0],[11.203450000000002,49.29091,0],[11.20395,49.29119,0],[11.204260000000001,49.29127,0],[11.204710000000002,49.29133999999999,0],[11.20546,49.29163,0],[11.20575,49.29167000000001,0],[11.20582,49.29169999999999,0],[11.205890000000002,49.29179999999997,0],[11.20598,49.29182,0],[11.20607,49.29194000000001,0],[11.20631,49.29199000000003,0],[11.20644,49.29205999999999,0],[11.20657,49.29206999999997,0],[11.206710000000001,49.29214999999999,0],[11.20695,49.29211000000001,0],[11.20714,49.292129999999986,0],[11.20766,49.292039999999986,0],[11.20906,49.29205999999999,0],[11.209189999999998,49.291949999999986,0],[11.2093,49.29193000000001,0],[11.2094,49.29201000000003,0],[11.20963,49.29196999999999,0],[11.209679999999999,49.292129999999986,0],[11.20981,49.29208999999997,0],[11.21006,49.29220000000001,0],[11.21019,49.29217,0],[11.2103,49.292219999999986,0],[11.210420000000001,49.29218,0],[11.210559999999997,49.29218,0],[11.21082,49.29206999999997,0],[11.21106,49.29206999999997,0],[11.21143,49.292159999999996,0],[11.21175,49.29220000000001,0],[11.21225,49.292159999999996,0],[11.213320000000001,49.292339999999996,0],[11.21366,49.29232999999999,0],[11.21386,49.29220000000001,0],[11.214099999999998,49.292219999999986,0],[11.21434,49.292339999999996,0],[11.21455,49.29238000000001,0],[11.2149,49.292339999999996,0],[11.215319999999998,49.29232999999999,0],[11.215689999999999,49.29238000000001,0],[11.21572,49.29175000000001,0],[11.2154,49.29178000000002,0],[11.215429999999998,49.29160000000002,0],[11.21589,49.290520000000015,0],[11.21597,49.29021,0],[11.216260000000002,49.28969000000001,0],[11.216470000000001,49.28850000000003,0],[11.21517,49.288400000000024,0],[11.21475,49.28824,0],[11.21517,49.28743,0],[11.215180000000002,49.28734,0],[11.215060000000001,49.28726,0],[11.21457,49.287049999999994,0],[11.21419,49.28681,0],[11.214020000000001,49.28663000000003,0],[11.21353,49.285860000000014,0],[11.213129999999998,49.28555,0],[11.212419999999998,49.28486000000004,0],[11.21022,49.2834,0],[11.21034,49.283199999999994,0],[11.208460000000002,49.28253000000004,0],[11.20855,49.28157999999999,0],[11.20836,49.28145000000001,0],[11.2077,49.28087999999997,0],[11.20607,49.28008,0],[11.205439999999998,49.27967000000001,0],[11.203010000000003,49.27667999999997,0],[11.20458,49.27485999999999,0],[11.20483,49.27453000000003,0],[11.20492,49.27429000000001,0],[11.20549,49.274190000000004,0],[11.206120000000002,49.27418,0],[11.20648,49.274130000000014,0],[11.206930000000002,49.274010000000004,0],[11.20732,49.27383000000003,0],[11.20781,49.27384000000001,0],[11.20866,49.27372,0],[11.20909,49.27385000000001,0],[11.20946,49.27386000000001,0],[11.210079999999998,49.27377000000001,0],[11.211,49.27378999999999,0],[11.21144,49.27376000000001,0],[11.211449999999997,49.273920000000004,0],[11.21525,49.27422999999999,0],[11.21485,49.27481,0],[11.214740000000003,49.27510000000001,0],[11.21449,49.27599999999998,0],[11.21444,49.27680000000001,0],[11.21428,49.276849999999996,0],[11.21461,49.27741999999998,0],[11.21514,49.27780000000001,0],[11.216030000000002,49.27823000000001,0],[11.21634,49.278310000000005,0],[11.21598,49.277150000000034,0],[11.215949999999998,49.27667999999997,0],[11.21665,49.27665999999999,0],[11.21753,49.27653000000001,0],[11.21803,49.27653000000001,0],[11.218770000000001,49.27669999999998,0],[11.21919,49.276849999999996,0],[11.21933,49.277049999999974,0],[11.2196,49.27700999999999,0],[11.220259999999998,49.27683999999999,0],[11.220450000000001,49.27674999999999,0],[11.22029,49.27654000000001,0],[11.22066,49.276309999999995,0],[11.22123,49.27617000000001,0],[11.22125,49.27575999999999,0],[11.22251,49.275750000000045,0],[11.222559999999998,49.275559999999984,0],[11.22241,49.27535,0],[11.22299,49.27516,0],[11.224390000000001,49.274940000000015,0],[11.22489,49.27493000000001,0],[11.225210000000002,49.27501000000004,0],[11.225669999999997,49.275199999999984,0],[11.22586,49.275319999999994,0],[11.225669999999997,49.275660000000016,0],[11.22649,49.27564000000001,0],[11.227799999999998,49.275480000000016,0],[11.22792,49.275829999999985,0],[11.22813,49.27674999999999,0],[11.22703,49.27686000000003,0],[11.226639999999998,49.277029999999996,0],[11.22682,49.277980000000014,0],[11.22703,49.278610000000015,0],[11.227870000000001,49.27850999999998,0],[11.22931,49.27823000000001,0],[11.23001,49.2775,0],[11.23124,49.2775,0],[11.23159,49.27739,0],[11.231659999999998,49.27725000000001,0],[11.231810000000001,49.27611999999999,0],[11.233040000000003,49.27602999999999,0],[11.23418,49.276020000000045,0],[11.23466,49.275829999999985,0],[11.23622,49.27621999999997,0],[11.236640000000001,49.27618000000001,0],[11.23742,49.27602999999999,0],[11.23885,49.27609000000001,0],[11.23989,49.274749999999955,0],[11.23952,49.274399999999986,0],[11.240840000000002,49.27199999999999,0],[11.24106,49.271420000000006,0],[11.24203,49.27098999999998,0],[11.24308,49.270610000000005,0],[11.243219999999999,49.270520000000005,0],[11.24356,49.270459999999986,0],[11.24392,49.27033000000003,0],[11.24519,49.26982000000001,0],[11.24645,49.26946000000004,0],[11.246890000000002,49.269600000000025,0],[11.247369999999998,49.26962,0],[11.247739999999999,49.26968999999997,0],[11.247739999999999,49.26996,0],[11.247809999999998,49.27026000000001,0],[11.24809,49.27062999999998,0],[11.24821,49.27091999999999,0],[11.24839,49.27107000000004,0],[11.248899999999999,49.2713,0],[11.25158,49.272200000000026,0],[11.25203,49.27232000000001,0],[11.2528,49.272459999999995,0],[11.25324,49.27235000000002,0],[11.25424,49.272459999999995,0],[11.254430000000001,49.272519999999986,0],[11.25535,49.272999999999996,0],[11.25574,49.2731,0],[11.25709,49.273179999999996,0],[11.259400000000001,49.273480000000006,0],[11.259930000000002,49.27387999999999,0],[11.26046,49.27376000000001,0],[11.2612,49.273649999999975,0],[11.26139,49.273649999999975,0],[11.26354,49.273740000000004,0],[11.26619,49.27378999999999,0],[11.26661,49.273740000000004,0],[11.267090000000001,49.27373,0],[11.268330000000002,49.273810000000026,0],[11.269540000000001,49.27372,0],[11.27153,49.27364,0],[11.272970000000003,49.273810000000026,0],[11.2746,49.27386999999999,0],[11.27511,49.272940000000006,0],[11.27615,49.27311000000003,0],[11.27685,49.273120000000006,0],[11.2771,49.27302,0],[11.27777,49.27298999999999,0],[11.28,49.27314999999999,0],[11.280910000000002,49.27293,0],[11.28246,49.272400000000005,0],[11.283799999999998,49.27199999999999,0],[11.28377,49.27199000000002,0],[11.28382,49.27185,0],[11.28399,49.27157,0],[11.284,49.27127999999999,0],[11.28407,49.27098999999998,0],[11.28307,49.27077,0],[11.28263,49.27055999999999,0],[11.28214,49.27042,0],[11.281470000000002,49.27005,0],[11.28152,49.26993999999999,0],[11.2817,49.26979,0],[11.2823,49.26992000000004,0],[11.2827,49.27009000000001,0],[11.283899999999997,49.27037999999999,0],[11.28492,49.270430000000005,0],[11.28528,49.27035999999998,0],[11.28609,49.27010000000001,0],[11.28631,49.26993999999999,0],[11.286729999999999,49.26951,0],[11.28714,49.26938000000001,0],[11.28761,49.26929000000001,0],[11.28864,49.26903999999999,0],[11.288849999999998,49.268849999999986,0],[11.288849999999998,49.26866000000001,0],[11.288560000000002,49.26832999999999,0],[11.28818,49.268129999999985,0],[11.28758,49.26794000000001,0],[11.28627,49.26763,0],[11.28564,49.267619999999994,0],[11.28521,49.26756000000003,0],[11.285029999999999,49.267270000000025,0],[11.28528,49.267229999999984,0],[11.28572,49.26722000000001,0],[11.287590000000002,49.26745,0],[11.288930000000002,49.26745,0],[11.289270000000002,49.26739999999998,0],[11.2898,49.26746,0],[11.29046,49.26765,0],[11.291,49.26745,0],[11.29165,49.267270000000025,0],[11.29204,49.26701,0],[11.291749999999999,49.26616999999999,0],[11.29137,49.265529999999984,0],[11.29105,49.26517000000001,0],[11.29052,49.26496,0],[11.289970000000002,49.26480000000001,0],[11.28818,49.26468,0],[11.288000000000002,49.264909999999986,0],[11.287740000000001,49.264909999999986,0],[11.28749,49.264880000000005,0],[11.28739,49.264830000000046,0],[11.28728,49.26471000000001,0],[11.28686,49.26480000000001,0],[11.286839999999998,49.265210000000025,0],[11.285469999999998,49.26526999999999,0],[11.284620000000002,49.26535999999999,0],[11.28385,49.26550999999998,0],[11.2815,49.266220000000004,0],[11.27945,49.266760000000005,0],[11.278379999999999,49.26708999999997,0],[11.27784,49.26735999999997,0],[11.27731,49.26775000000001,0],[11.275750000000002,49.267420000000016,0],[11.27423,49.26698000000002,0],[11.27205,49.266279999999995,0],[11.269169999999999,49.26507999999998,0],[11.26888,49.26474999999999,0],[11.268569999999999,49.26414,0],[11.26819,49.26355000000001,0],[11.26781,49.26317,0],[11.267269999999998,49.262760000000014,0],[11.26595,49.262100000000004,0],[11.2658,49.26192,0],[11.26573,49.26173000000003,0],[11.265120000000001,49.26131000000001,0],[11.26489,49.26122000000001,0],[11.26443,49.26089000000002,0],[11.264190000000001,49.260819999999995,0],[11.26381,49.26048,0],[11.26466,49.260579999999976,0],[11.265490000000002,49.260609999999986,0],[11.266430000000001,49.260429999999985,0],[11.26768,49.260339999999985,0],[11.26902,49.26057,0],[11.26975,49.260999999999996,0],[11.270049999999998,49.261390000000006,0],[11.27096,49.261089999999996,0],[11.27149,49.26101000000003,0],[11.272179999999999,49.260969999999986,0],[11.272140000000002,49.26047,0],[11.2728,49.26026999999999,0],[11.2741,49.26041000000001,0],[11.27502,49.26038,0],[11.27642,49.25999999999999,0],[11.27731,49.25961000000001,0],[11.27723,49.25916000000004,0],[11.27627,49.25783000000001,0],[11.27391,49.25764000000001,0],[11.273059999999997,49.25746000000001,0],[11.27328,49.25712999999999,0],[11.27384,49.25672,0],[11.27443,49.25651000000002,0],[11.27523,49.256280000000004,0],[11.27592,49.25573,0],[11.276190000000001,49.25538,0],[11.27617,49.25479000000004,0],[11.27598,49.25448,0],[11.27566,49.254230000000035,0],[11.27662,49.25398999999999,0],[11.2771,49.25373000000002,0],[11.277259999999998,49.25358,0],[11.27754,49.253510000000006,0],[11.27781,49.25354999999999,0],[11.27862,49.25376,0],[11.279010000000001,49.25453999999999,0],[11.279900000000001,49.25452000000004,0],[11.28037,49.25445000000002,0],[11.280719999999999,49.254220000000004,0],[11.28107,49.253919999999994,0],[11.281649999999999,49.25406000000001,0],[11.28175,49.254819999999995,0],[11.281950000000002,49.25578999999999,0],[11.28227,49.25666000000001,0],[11.28306,49.25672,0],[11.283349999999999,49.25689,0],[11.283810000000003,49.25761,0],[11.28423,49.25814,0],[11.28476,49.25873000000004,0],[11.28519,49.259450000000044,0],[11.28582,49.26078000000001,0],[11.28702,49.260339999999985,0],[11.28748,49.26021,0],[11.28827,49.260069999999985,0],[11.28783,49.258880000000005,0],[11.28765,49.25862000000001,0],[11.28698,49.25808000000001,0],[11.28675,49.25781999999998,0],[11.28656,49.25748999999999,0],[11.28735,49.25757999999999,0],[11.289069999999999,49.257630000000006,0],[11.289970000000002,49.25771,0],[11.29015,49.25692000000001,0],[11.2912,49.257000000000005,0],[11.29128,49.25684000000001,0],[11.29217,49.256910000000005,0],[11.291940000000002,49.256249999999994,0],[11.29164,49.25620999999998,0],[11.29007,49.25575999999998,0],[11.28942,49.25552999999999,0],[11.28869,49.25519,0],[11.2882,49.25504999999998,0],[11.288039999999999,49.254670000000004,0],[11.287769999999998,49.25431999999998,0],[11.28868,49.25403,0],[11.28863,49.25387999999998,0],[11.28866,49.253750000000025,0],[11.289069999999999,49.253589999999974,0],[11.2891,49.25346000000002,0],[11.288930000000002,49.25301999999999,0],[11.29083,49.252790000000005,0],[11.2914,49.252099999999956,0],[11.29169,49.25205,0],[11.29172,49.25121999999999,0],[11.29113,49.251259999999974,0],[11.29005,49.25121999999999,0],[11.28999,49.251120000000014,0],[11.289970000000002,49.250970000000024,0],[11.290080000000001,49.25036,0],[11.29128,49.25029000000001,0],[11.29276,49.25045,0],[11.2935,49.250399999999985,0],[11.29481,49.25013999999999,0],[11.29529,49.250069999999994,0],[11.29555,49.25010999999998,0],[11.29578,49.2501,0],[11.296360000000002,49.24999,0],[11.29707,49.24946,0],[11.29788,49.24892,0],[11.29811,49.248699999999985,0],[11.298210000000001,49.24852999999999,0],[11.29822,49.24842000000004,0],[11.298140000000002,49.247749999999996,0],[11.30127,49.24522000000002,0],[11.30108,49.24492000000001,0],[11.30271,49.244009999999975,0],[11.30284,49.24400000000003,0],[11.30343,49.24373,0],[11.3016,49.24242000000001,0],[11.30026,49.241150000000005,0],[11.29904,49.239900000000006,0],[11.29941,49.23973999999998,0],[11.299030000000002,49.239120000000014,0],[11.298729999999999,49.23918999999998,0],[11.298470000000002,49.23888999999997,0],[11.2979,49.238489999999985,0],[11.29716,49.23814999999996,0],[11.296829999999998,49.23804000000001,0],[11.29667,49.238009999999974,0],[11.29659,49.23808,0],[11.29631,49.23792000000003,0],[11.29648,49.23786000000001,0],[11.29619,49.23776999999998,0],[11.29539,49.237629999999996,0],[11.29514,49.23755,0],[11.2944,49.23815999999999,0],[11.29431,49.2381,0],[11.294120000000001,49.23791,0],[11.29304,49.236530000000016,0],[11.29295,49.23603000000003,0],[11.29304,49.23576,0],[11.29328,49.235419999999976,0],[11.29404,49.23468999999997,0],[11.295499999999999,49.2329,0],[11.29584,49.232020000000006,0],[11.296130000000002,49.231589999999954,0],[11.296499999999998,49.23124999999999,0],[11.29726,49.23070000000001,0],[11.298030000000002,49.23017999999999,0],[11.29871,49.22981999999999,0],[11.299,49.22952000000001,0],[11.29924,49.22944000000001,0],[11.29991,49.22883999999999,0],[11.30004,49.228669999999994,0],[11.30022,49.228170000000006,0],[11.30024,49.22748000000004,0],[11.300400000000002,49.22689,0],[11.30062,49.22642999999999,0],[11.30093,49.225960000000015,0],[11.30131,49.22552000000002,0],[11.301740000000002,49.225120000000004,0],[11.30223,49.22476,0],[11.303110000000002,49.224260000000015,0],[11.303699999999997,49.223809999999986,0],[11.30291,49.223330000000004,0],[11.30416,49.222170000000006,0],[11.30445,49.22191999999998,0],[11.30502,49.221540000000005,0],[11.30487,49.22145999999998,0],[11.30287,49.22095999999999,0],[11.30602,49.21905000000004,0],[11.306270000000001,49.21888999999999,0],[11.30643,49.21874,0],[11.30795,49.21928,0],[11.30821,49.21886999999998,0],[11.30831,49.21866,0],[11.308460000000002,49.218109999999996,0],[11.30875,49.21780000000001,0],[11.30911,49.217539999999985,0],[11.30949,49.21698999999998,0],[11.3097,49.216440000000006,0],[11.309650000000001,49.216139999999996,0],[11.30969,49.21597000000003,0],[11.309789999999998,49.21582999999998,0],[11.31044,49.21521999999999,0],[11.31103,49.21404000000001,0],[11.31357,49.214879999999965,0],[11.31393,49.214639999999974,0],[11.31437,49.214800000000025,0],[11.31473,49.21448000000001,0],[11.31583,49.21321000000003,0],[11.316590000000001,49.2124,0],[11.317369999999999,49.211780000000005,0],[11.318640000000002,49.21047999999999,0],[11.31923,49.20968000000002,0],[11.31949,49.20925999999997,0],[11.31975,49.20868999999999,0],[11.31979,49.208200000000005,0],[11.3197,49.2072,0],[11.31973,49.20692,0],[11.32022,49.20618000000002,0],[11.320830000000003,49.205389999999994,0],[11.32153,49.20430999999999,0],[11.321789999999998,49.20400000000001,0],[11.32219,49.203239999999994,0],[11.32229,49.20278999999999,0],[11.32144,49.20259999999999,0],[11.321170000000002,49.20257000000001,0],[11.320450000000001,49.202709999999996,0],[11.31992,49.20291,0],[11.31975,49.20307,0],[11.31961,49.203310000000016,0],[11.31948,49.20365000000004,0],[11.319379999999999,49.20409999999998,0],[11.31899,49.20495,0],[11.31869,49.20534999999998,0],[11.31809,49.20697999999999,0],[11.31759,49.20719,0],[11.31705,49.20756,0],[11.31621,49.20792,0],[11.316069999999998,49.208020000000005,0],[11.31557,49.208500000000015,0],[11.314769999999998,49.208920000000006,0],[11.314549999999999,49.209119999999984,0],[11.31431,49.20925,0],[11.314,49.20935,0],[11.31377,49.20935,0],[11.31309,49.20947000000001,0],[11.31242,49.20957999999999,0],[11.312129999999998,49.20967000000002,0],[11.311950000000001,49.20967000000002,0],[11.31194,49.20956000000001,0],[11.31189,49.207179999999994,0],[11.309770000000002,49.20737,0],[11.30731,49.20747,0],[11.304959999999998,49.20746,0],[11.30358,49.20752000000002,0],[11.303149999999999,49.20733999999999,0],[11.30187,49.20756,0],[11.30083,49.20785000000001,0],[11.299989999999998,49.20815999999999,0],[11.29934,49.208439999999996,0],[11.29822,49.208980000000025,0],[11.29473,49.20988,0],[11.29216,49.21048999999999,0],[11.29187,49.210530000000006,0],[11.29048,49.21061,0],[11.28822,49.21063000000004,0],[11.27835,49.210939999999994,0],[11.27314,49.21104,0],[11.270979999999998,49.21119999999999,0],[11.26915,49.21127999999999,0],[11.26781,49.21129000000002,0],[11.26735,49.21119999999999,0],[11.266789999999999,49.21101999999999,0],[11.26619,49.21096,0],[11.26559,49.21099000000001,0],[11.2649,49.210980000000006,0],[11.26405,49.211209999999994,0],[11.26297,49.21141,0],[11.262820000000001,49.21141,0],[11.262710000000002,49.21136999999999,0],[11.2626,49.210800000000006,0],[11.26197,49.21015,0],[11.26186,49.20940000000002,0],[11.26173,49.20918,0],[11.26188,49.208320000000015,0],[11.26213,49.207870000000014,0],[11.263079999999999,49.20803999999998,0],[11.26307,49.20848000000001,0],[11.26318,49.20896000000002,0],[11.2637,49.20887999999999,0],[11.26418,49.20875000000001,0],[11.26578,49.20814999999999,0],[11.265720000000002,49.20783000000003,0],[11.2657,49.206410000000005,0],[11.26618,49.201569999999975,0],[11.26632,49.20131000000001,0],[11.26631,49.20119,0],[11.26608,49.201149999999984,0],[11.26218,49.200649999999996,0],[11.26225,49.19668999999999,0],[11.26292,49.19686999999999,0],[11.26359,49.197190000000006,0],[11.2648,49.19630000000001,0],[11.264950000000002,49.19651999999999,0],[11.2657,49.19695999999999,0],[11.26603,49.19726,0],[11.26662,49.19763999999998,0],[11.26703,49.19773000000001,0],[11.26819,49.197720000000004,0],[11.27116,49.192920000000015,0],[11.271440000000002,49.192769999999996,0],[11.27163,49.192560000000014,0],[11.271729999999998,49.19236999999998,0],[11.27183,49.19206,0],[11.27168,49.19192000000001,0],[11.27031,49.192139999999995,0],[11.269920000000003,49.19121999999999,0],[11.269540000000001,49.19010000000003,0],[11.26927,49.18864000000002,0],[11.27458,49.188919999999996,0],[11.27461,49.18815000000001,0],[11.27516,49.187460000000016,0],[11.278300000000002,49.187070000000006,0],[11.27898,49.18708000000004,0],[11.28036,49.187340000000006,0],[11.28208,49.18745000000001,0],[11.28225,49.187129999999996,0],[11.28654,49.18736999999999,0],[11.28671,49.18688,0],[11.287150000000002,49.187010000000015,0],[11.28704,49.18544,0],[11.287300000000002,49.184109999999976,0],[11.28741,49.183099999999996,0],[11.28657,49.18311,0],[11.28652,49.18252000000001,0],[11.287300000000002,49.18250999999998,0],[11.28829,49.182420000000036,0],[11.28976,49.182410000000004,0],[11.28984,49.18212,0],[11.290040000000001,49.181719999999984,0],[11.290449999999998,49.18192000000002,0],[11.29086,49.18206000000001,0],[11.29146,49.18218999999996,0],[11.29183,49.18236000000002,0],[11.29211,49.182559999999995,0],[11.29236,49.18287000000001,0],[11.292710000000001,49.18315999999999,0],[11.293420000000001,49.183689999999984,0],[11.29364,49.183809999999994,0],[11.29394,49.183899999999994,0],[11.29505,49.18418,0],[11.29749,49.18383,0],[11.29878,49.18357000000003,0],[11.29899,49.18350000000004,0],[11.29933,49.18365,0],[11.2995,49.18351000000001,0],[11.29982,49.18356,0],[11.30022,49.18357000000003,0],[11.30238,49.18307999999999,0],[11.30237,49.182919999999996,0],[11.303450000000002,49.18270000000001,0],[11.30555,49.18215000000001,0],[11.30544,49.1806,0],[11.30571,49.180560000000014,0],[11.30677,49.180260000000004,0],[11.30756,49.180080000000004,0],[11.3086,49.179869999999994,0],[11.308979999999998,49.179640000000035,0],[11.3106,49.17904999999999,0],[11.31279,49.178409999999985,0],[11.31296,49.17849000000004,0],[11.31364,49.17827999999997,0],[11.3137,49.178079999999994,0],[11.313509999999999,49.176800000000014,0],[11.31356,49.17604,0],[11.31282,49.17600999999999,0],[11.31241,49.17345,0],[11.31207,49.173460000000006,0],[11.310079999999997,49.16837000000001,0],[11.31041,49.16829999999999,0],[11.30805,49.163219999999995,0],[11.308159999999999,49.16311999999999,0],[11.310949999999998,49.163189999999986,0],[11.31057,49.16219000000001,0],[11.31079,49.162139999999965,0],[11.31067,49.161929999999984,0],[11.31037,49.162000000000006,0],[11.310119999999998,49.16212999999996,0],[11.30937,49.161519999999996,0],[11.30953,49.16135,0],[11.30969,49.16077999999999,0],[11.30971,49.159940000000006,0],[11.30983,49.15947,0],[11.309639999999998,49.159339999999986,0],[11.30988,49.158619999999985,0],[11.310310000000001,49.15791999999999,0],[11.31137,49.156949999999995,0],[11.31156,49.15682000000001,0],[11.31238,49.157010000000014,0],[11.31263,49.1559,0],[11.31355,49.15615,0],[11.31394,49.15620999999999,0],[11.31467,49.156240000000025,0],[11.31498,49.15621999999999,0],[11.314699999999998,49.157549999999986,0],[11.315029999999998,49.15762000000001,0],[11.317039999999999,49.15787,0],[11.31877,49.15801999999999,0],[11.319,49.15803,0],[11.31921,49.15603999999999,0],[11.324529999999998,49.15654000000001,0],[11.32505,49.155489999999986,0],[11.32554,49.155629999999974,0],[11.32593,49.154349999999994,0],[11.325960000000002,49.15409,0],[11.32582,49.15377000000004,0],[11.32568,49.15361999999999,0],[11.32491,49.152169999999984,0],[11.32427,49.15084000000002,0],[11.32431,49.150300000000016,0],[11.32452,49.14983000000001,0],[11.32451,49.149159999999995,0],[11.32441,49.14847,0],[11.32425,49.14793999999998,0],[11.32424,49.147729999999996,0],[11.32487,49.14707999999999,0],[11.32526,49.14676000000003,0],[11.32553,49.14636999999999,0],[11.32574,49.145129999999966,0],[11.32602,49.145129999999966,0],[11.32614,49.14500000000001,0],[11.3266,49.14486000000002,0],[11.32664,49.14482000000001,0],[11.32671,49.14433,0],[11.32619,49.14434,0],[11.326099999999999,49.14356000000001,0],[11.32763,49.14350999999999,0],[11.327729999999999,49.143129999999985,0],[11.32753,49.14317,0],[11.32739,49.14275000000001,0],[11.327590000000002,49.14193,0],[11.32705,49.14129,0],[11.32528,49.14054999999999,0],[11.325,49.139849999999996,0],[11.324689999999999,49.13996000000003,0],[11.32454,49.13977,0],[11.323950000000002,49.13995,0],[11.323720000000002,49.13999000000001,0],[11.32307,49.138660000000016,0],[11.32474,49.138360000000006,0],[11.32468,49.138149999999996,0],[11.324160000000001,49.13825,0],[11.323859999999998,49.13736,0],[11.32429,49.13685000000001,0],[11.32414,49.13623999999999,0],[11.32385,49.136289999999974,0],[11.32355,49.13494,0],[11.32382,49.13486,0],[11.3236,49.13470000000001,0],[11.32396,49.13452000000001,0],[11.324210000000003,49.13410000000002,0],[11.32427,49.13380000000001,0],[11.32425,49.13329999999999,0],[11.32362,49.13341,0],[11.32225,49.133219999999966,0],[11.322079999999998,49.133070000000004,0],[11.321749999999998,49.13311999999999,0],[11.321519999999998,49.13283000000001,0],[11.32146,49.13258999999999,0],[11.32146,49.13230999999999,0],[11.321419999999998,49.13212999999999,0],[11.321380000000001,49.13213999999999,0],[11.32136,49.131849999999986,0],[11.3214,49.13184000000004,0],[11.3213,49.13155000000003,0],[11.32128,49.13156000000001,0],[11.321170000000002,49.131369999999976,0],[11.320830000000003,49.13107000000002,0],[11.32077,49.13087999999999,0],[11.32077,49.13063,0],[11.32053,49.13040999999998,0],[11.3195,49.129850000000005,0],[11.319370000000001,49.12952000000004,0],[11.31936,49.12915000000001,0],[11.31898,49.128870000000006,0],[11.32114,49.127909999999986,0],[11.32185,49.127340000000004,0],[11.32266,49.126390000000015,0],[11.32327,49.12577999999999,0],[11.32425,49.12617,0],[11.32544,49.1249,0],[11.32491,49.12466999999998,0],[11.32559,49.12389000000002,0],[11.3245,49.12362000000002,0],[11.32473,49.12336000000002,0],[11.322580000000002,49.122900000000016,0],[11.32373,49.121520000000004,0],[11.32462,49.120220000000046,0],[11.32494,49.119519999999994,0],[11.32445,49.119470000000035,0],[11.32341,49.119230000000016,0],[11.3229,49.11916000000002,0],[11.32287,49.11914999999999,0],[11.32288,49.11896999999999,0],[11.32362,49.118390000000005,0],[11.32387,49.11813000000001,0],[11.32471,49.11833999999999,0],[11.32531,49.118420000000015,0],[11.32545,49.118120000000005,0],[11.325360000000002,49.11760000000004,0],[11.32526,49.11732000000001,0],[11.330139999999998,49.11712000000003,0],[11.33191,49.11697000000004,0],[11.33301,49.11659,0],[11.33422,49.116330000000005,0],[11.33478,49.116239999999976,0],[11.33513,49.11625000000001,0],[11.336640000000001,49.11617000000001,0],[11.33707,49.116179999999986,0],[11.337360000000002,49.11614,0],[11.33893,49.11631,0],[11.34,49.116479999999996,0],[11.34056,49.11662999999999,0],[11.34102,49.116690000000034,0],[11.34193,49.11689999999999,0],[11.34234,49.11707999999996,0],[11.342949999999998,49.11721,0],[11.34516,49.117490000000004,0],[11.34562,49.11686,0],[11.34706,49.11689999999999,0],[11.348179999999997,49.11726999999999,0],[11.34849,49.117230000000006,0],[11.34895,49.11698999999999,0],[11.34981,49.11601999999999,0],[11.35028,49.115309999999994,0],[11.35114,49.11537000000001,0],[11.3515,49.115680000000026,0],[11.35176,49.11597000000003,0],[11.35185,49.11652000000001,0],[11.352240000000002,49.11670000000001,0],[11.35233,49.11702,0],[11.35233,49.11725000000001,0],[11.3525,49.11780999999999,0],[11.35364,49.11758000000003,0],[11.35471,49.11712000000003,0],[11.355169999999998,49.11697000000004,0],[11.355180000000002,49.11676,0],[11.35507,49.11650999999998,0],[11.35407,49.11572000000001,0],[11.35375,49.11549999999997,0],[11.354090000000001,49.11524000000003,0],[11.35572,49.114869999999996,0],[11.355890000000002,49.11498000000003,0],[11.3565,49.115759999999966,0],[11.35597,49.11433999999997,0],[11.35673,49.114210000000014,0],[11.356810000000001,49.113730000000004,0],[11.35674,49.11350999999999,0],[11.35687,49.11277999999999,0],[11.35903,49.11286000000001,0],[11.359270000000002,49.1112,0],[11.3592,49.110659999999996,0],[11.35936,49.10977,0],[11.35901,49.10967999999997,0],[11.359039999999998,49.10954000000001,0],[11.359259999999999,49.108660000000015,0],[11.35957,49.10804000000002,0],[11.35951,49.10804999999996,0],[11.359579999999998,49.10793000000001,0],[11.36046,49.10490999999999,0],[11.36095,49.10306,0],[11.360989999999997,49.102689999999996,0],[11.360970000000002,49.10101000000003,0],[11.361149999999999,49.100750000000005,0],[11.3617,49.10074,0],[11.361549999999998,49.09922,0],[11.362170000000003,49.09917999999999,0],[11.36241,49.09920999999997,0],[11.36456,49.099590000000006,0],[11.366320000000002,49.09987000000001,0],[11.3672,49.099969999999985,0],[11.367799999999999,49.099890000000016,0],[11.36803,49.09975,0],[11.368139999999999,49.09940000000003,0],[11.366800000000001,49.099590000000006,0],[11.36671,49.09927000000002,0],[11.365419999999999,49.09917999999999,0],[11.36487,49.09906999999998,0],[11.363900000000001,49.099050000000005,0],[11.36355,49.09899000000004,0],[11.36326,49.098900000000015,0],[11.36297,49.09875999999997,0],[11.36246,49.098600000000005,0],[11.36192,49.098360000000014,0],[11.36103,49.09804,0],[11.36039,49.097759999999994,0],[11.35965,49.09735999999998,0],[11.35896,49.09688,0],[11.35795,49.095890000000026,0],[11.35773,49.095560000000006,0],[11.35745,49.095290000000006,0],[11.35733,49.0951,0],[11.35705,49.09442999999999,0],[11.35694,49.094359999999995,0],[11.35678,49.09413000000001,0],[11.35602,49.09389999999999,0],[11.355769999999998,49.09378000000001,0],[11.35524,49.09300999999999,0],[11.35415,49.092610000000036,0],[11.35364,49.092060000000004,0],[11.35243,49.091729999999984,0],[11.35289,49.09,0],[11.353799999999998,49.09,0],[11.35397,49.09003999999996,0],[11.353990000000001,49.08985999999999,0],[11.35637,49.08982,0],[11.35725,49.08985000000001,0],[11.3582,49.08969999999999,0],[11.35885,49.08964,0],[11.35908,49.08967000000001,0],[11.359600000000002,49.08964999999998,0],[11.35975,49.08913000000001,0],[11.36056,49.089110000000005,0],[11.360900000000003,49.08939000000001,0],[11.36117,49.08954,0],[11.36146,49.08966000000001,0],[11.36254,49.08984000000004,0],[11.36393,49.090149999999994,0],[11.36508,49.09026,0],[11.36597,49.09044,0],[11.36614,49.090570000000014,0],[11.366580000000003,49.09159,0],[11.36674,49.091729999999984,0],[11.36756,49.091549999999984,0],[11.367909999999998,49.09137000000001,0],[11.37026,49.0907,0],[11.372640000000002,49.08967999999999,0],[11.37335,49.08931999999999,0],[11.37367,49.08919999999998,0],[11.37424,49.08912000000001,0],[11.37555,49.08906000000002,0],[11.37659,49.08888999999999,0],[11.3771,49.08886000000001,0],[11.37775,49.08864000000003,0],[11.37819,49.088239999999985,0],[11.379010000000001,49.08705000000003,0],[11.37899,49.08667,0],[11.37865,49.08546999999999,0],[11.37829,49.084450000000004,0],[11.37859,49.08393000000001,0],[11.37875,49.083770000000015,0],[11.37887,49.08368999999999,0],[11.379130000000002,49.08359999999999,0],[11.38045,49.08336,0],[11.38159,49.084329999999994,0],[11.38202,49.08395999999999,0],[11.38286,49.08346,0],[11.3835,49.08314000000004,0],[11.383,49.08268000000001,0],[11.38326,49.08253000000002,0],[11.3836,49.082130000000035,0],[11.38361,49.08206000000001,0],[11.383129999999998,49.08133000000001,0],[11.38291,49.080749999999995,0],[11.38279,49.08055000000002,0],[11.382249999999999,49.080010000000016,0],[11.38194,49.07978,0],[11.38157,49.07938999999999,0],[11.38145,49.079170000000005,0],[11.38126,49.078419999999994,0],[11.38183,49.078100000000006,0],[11.38261,49.07777999999999,0],[11.38364,49.07739000000001,0],[11.38387,49.07737,0],[11.384080000000003,49.07739000000001,0],[11.384290000000002,49.077499999999986,0],[11.38447,49.077560000000005,0],[11.38461,49.07771999999997,0],[11.38542,49.07840999999996,0],[11.38549,49.078509999999994,0],[11.38562,49.078450000000004,0],[11.386839999999998,49.07837000000001,0],[11.387329999999999,49.07827,0],[11.387560000000002,49.07839999999999,0],[11.38774,49.07860000000002,0],[11.38782,49.078630000000004,0],[11.388639999999999,49.07857999999999,0],[11.38888,49.07909000000001,0],[11.389339999999999,49.079020000000014,0],[11.38849,49.07725999999997,0],[11.38702,49.07463000000001,0],[11.38902,49.07445999999999,0],[11.38959,49.07420000000002,0],[11.38995,49.07432,0],[11.39159,49.07410999999999,0],[11.39145,49.07387,0],[11.391500000000002,49.07333,0],[11.3919,49.073019999999985,0],[11.39259,49.07288,0],[11.3928,49.0728,0],[11.39297,49.072689999999994,0],[11.39337,49.07226,0],[11.394569999999998,49.07202000000001,0],[11.395090000000001,49.071950000000044,0],[11.39679,49.071860000000015,0],[11.396840000000001,49.07092,0],[11.39678,49.06987000000001,0],[11.39667,49.06928000000002,0],[11.39653,49.067229999999995,0],[11.39645,49.06689,0],[11.39715,49.0668,0],[11.40049,49.06654,0],[11.39938,49.06611000000001,0],[11.39737,49.06488999999996,0],[11.39772,49.064610000000016,0],[11.398700000000002,49.06522000000001,0],[11.398810000000001,49.06318000000002,0],[11.39947,49.06320000000002,0],[11.39971,49.061559999999986,0],[11.40373,49.06162000000003,0],[11.40393,49.05860999999999,0],[11.408130000000002,49.05869999999999,0],[11.40801,49.05919,0],[11.40807,49.059969999999964,0],[11.40812,49.06008,0],[11.41261,49.05919,0],[11.41413,49.06173000000001,0],[11.41371,49.061829999999986,0],[11.413329999999998,49.06196,0],[11.411579999999999,49.062960000000004,0],[11.411770000000002,49.06313,0],[11.41203,49.06298000000001,0],[11.4124,49.06294,0],[11.41301,49.06282999999999,0],[11.41344,49.06271000000001,0],[11.41474,49.06251,0],[11.41535,49.06246999999999,0],[11.416460000000002,49.06209999999999,0],[11.41685,49.06210999999999,0],[11.41763,49.06166999999999,0],[11.41942,49.05981,0],[11.419819999999998,49.05955,0],[11.42004,49.05896000000001,0],[11.42002,49.05887999999999,0],[11.42008,49.05875,0],[11.42079,49.058130000000034,0],[11.421,49.05768000000003,0],[11.42364,49.05655999999999,0],[11.425360000000001,49.055710000000005,0],[11.4256,49.05549000000002,0],[11.42593,49.055090000000035,0],[11.426180000000002,49.05466999999999,0],[11.426359999999999,49.05391000000003,0],[11.426,49.05238,0],[11.426450000000003,49.05198999999999,0],[11.42661,49.051739999999995,0],[11.42403,49.05136999999996,0],[11.42222,49.05135999999999,0],[11.421789999999998,49.05133000000001,0],[11.42082,49.05151000000001,0],[11.42019,49.05143000000001,0],[11.41912,49.05172999999999,0],[11.41844,49.05198999999999,0],[11.41814,49.05214999999998,0],[11.41787,49.05131000000003,0],[11.416030000000001,49.05126999999999,0],[11.41284,49.05135000000001,0],[11.41298,49.05077,0],[11.40967,49.05080000000001,0],[11.408979999999998,49.05175,0],[11.4086,49.052400000000006,0],[11.40835,49.0531,0],[11.40822,49.054039999999986,0],[11.40448,49.05393000000004,0],[11.404519999999998,49.053590000000014,0],[11.40077,49.053499999999985,0],[11.40132,49.049919999999986,0],[11.405039999999998,49.05009000000001,0],[11.40624,49.04417999999998,0],[11.40623,49.04396,0],[11.406409999999997,49.0429,0],[11.406500000000001,49.04267999999999,0],[11.407200000000001,49.037890000000004,0],[11.40731,49.03786999999997,0],[11.40814,49.03793999999999,0],[11.408500000000002,49.037859999999995,0],[11.40932,49.03755000000001,0],[11.409540000000002,49.03752,0],[11.41139,49.03760999999997,0],[11.41178,49.0376,0],[11.41206,49.03755999999996,0],[11.4129,49.03724,0],[11.413989999999998,49.03706,0],[11.41398,49.03649999999999,0],[11.41407,49.035950000000014,0],[11.41439,49.03498000000002,0],[11.41434,49.03478999999999,0],[11.41289,49.034369999999996,0],[11.41265,49.03456,0],[11.41282,49.03538,0],[11.41313,49.035950000000014,0],[11.41247,49.035740000000004,0],[11.41234,49.03545,0],[11.41182,49.035120000000006,0],[11.411279999999998,49.03450000000001,0],[11.41005,49.034159999999986,0],[11.40938,49.033860000000004,0],[11.40829,49.03379000000001,0],[11.40743,49.03366999999997,0],[11.40668,49.03363000000002,0],[11.40637,49.03356000000002,0],[11.40594,49.033529999999985,0],[11.40561,49.03354999999999,0],[11.40566,49.03305,0],[11.40573,49.03292999999999,0],[11.405859999999999,49.032809999999984,0],[11.40618,49.03265000000002,0],[11.40691,49.032340000000005,0],[11.40669,49.03228999999999,0],[11.404750000000002,49.03241000000003,0],[11.40448,49.03238999999999,0],[11.40425,49.032309999999995,0],[11.40331,49.03179,0],[11.40288,49.03161,0],[11.4021,49.03119000000001,0],[11.401549999999999,49.03084999999999,0],[11.401179999999998,49.030550000000005,0],[11.40099,49.03029000000001,0],[11.400809999999998,49.030129999999986,0],[11.40059,49.030069999999995,0],[11.39991,49.03005000000002,0],[11.39966,49.03,0],[11.39936,49.03,0],[11.39876,49.030039999999985,0],[11.397930000000002,49.03014999999999,0],[11.39544,49.03018,0],[11.394720000000001,49.03020999999998,0],[11.3925,49.030399999999986,0],[11.39143,49.030429999999996,0],[11.3895,49.030579999999986,0],[11.38944,49.03051000000002,0],[11.389299999999999,49.03047999999998,0],[11.38889,49.03065000000001,0],[11.38847,49.030730000000005,0],[11.38762,49.03084000000001,0],[11.38713,49.03084000000001,0],[11.386509999999998,49.03074000000001,0],[11.38645,49.03059999999999,0],[11.38641,49.02955,0],[11.385959999999999,49.027680000000004,0],[11.38562,49.02719999999999,0],[11.38523,49.026759999999996,0],[11.38513,49.02647000000002,0],[11.38521,49.026070000000004,0],[11.38541,49.02554000000001,0],[11.38553,49.02494999999999,0],[11.385290000000001,49.024190000000004,0],[11.385060000000001,49.02311,0],[11.3848,49.02321999999998,0],[11.38342,49.02413999999999,0],[11.38236,49.024669999999986,0],[11.381049999999998,49.023920000000004,0],[11.38019,49.02314000000004,0],[11.37936,49.02217999999999,0],[11.37907,49.02172999999996,0],[11.37919,49.021079999999984,0],[11.37939,49.02041,0],[11.38126,49.01778999999999,0],[11.38156,49.017510000000016,0],[11.3817,49.01716999999999,0],[11.38142,49.01707999999999,0],[11.38051,49.01709999999997,0],[11.3797,49.017240000000015,0],[11.379419999999998,49.017240000000015,0],[11.37792,49.01713999999998,0],[11.37771,49.01716999999999,0],[11.37746,49.01715999999999,0],[11.37739,49.017049999999955,0],[11.377200000000002,49.01693,0],[11.375889999999998,49.016970000000015,0],[11.37464,49.01709999999997,0],[11.372150000000001,49.017030000000005,0],[11.37054,49.016369999999995,0],[11.36994,49.01589999999996,0],[11.36971,49.01553999999999,0],[11.369580000000001,49.01524999999998,0],[11.36896,49.01508000000001,0],[11.36883,49.01493000000002,0],[11.368660000000002,49.01481000000001,0],[11.36825,49.0146,0],[11.36768,49.014399999999995,0],[11.36649,49.01420000000002,0],[11.36615,49.01411000000002,0],[11.364759999999999,49.015360000000015,0],[11.36237,49.01654000000002,0],[11.362,49.016549999999995,0],[11.36139,49.016459999999995,0],[11.36086,49.01621,0],[11.36059,49.01617999999999,0],[11.36042,49.01623000000001,0],[11.35986,49.016580000000005,0],[11.35962,49.01654000000002,0],[11.35928,49.01643999999999,0],[11.35895,49.01641000000001,0],[11.357239999999997,49.01696000000001,0],[11.35709,49.01684000000003,0],[11.356660000000002,49.01715999999999,0],[11.35619,49.01709999999997,0],[11.35571,49.01711,0],[11.355699999999999,49.01701,0],[11.35553,49.01665,0],[11.354590000000002,49.01765,0],[11.354210000000002,49.017920000000004,0],[11.35385,49.01812000000001,0],[11.35364,49.018309999999985,0],[11.353049999999998,49.01893000000001,0],[11.35255,49.019540000000006,0],[11.351349999999998,49.0205,0],[11.351079999999998,49.02082999999999,0],[11.35069,49.02105999999998,0],[11.34956,49.020989999999955,0],[11.34881,49.02071999999998,0],[11.347560000000001,49.02014,0],[11.34688,49.01987,0],[11.34603,49.01971,0],[11.34632,49.01889000000003,0],[11.34666,49.01829999999998,0],[11.34745,49.01841999999999,0],[11.34848,49.018519999999995,0],[11.349310000000001,49.01826999999997,0],[11.350380000000001,49.017859999999985,0],[11.351090000000001,49.01749000000001,0],[11.35136,49.017089999999996,0],[11.35133,49.016549999999995,0],[11.35007,49.016819999999996,0],[11.3496,49.01688999999999,0],[11.34919,49.01686999999998,0],[11.34873,49.01671999999999,0],[11.348420000000003,49.01671999999999,0],[11.34759,49.01659000000001,0],[11.347369999999998,49.01650000000001,0],[11.3465,49.015299999999996,0],[11.34649,49.01466000000002,0],[11.34621,49.014250000000004,0],[11.346080000000002,49.01414,0],[11.34479,49.01414,0],[11.34413,49.014020000000016,0],[11.34215,49.01404999999997,0],[11.342110000000002,49.01379,0],[11.34216,49.013239999999996,0],[11.34216,49.012650000000036,0],[11.34205,49.01213999999999,0],[11.34183,49.01159999999999,0],[11.341770000000002,49.01123999999996,0],[11.34191,49.010400000000004,0],[11.342249999999998,49.009799999999956,0],[11.3426,49.00934999999998,0],[11.34272,49.00913,0],[11.34291,49.00851,0],[11.34291,49.00828000000004,0],[11.342579999999998,49.00789,0],[11.341649999999998,49.00695999999999,0],[11.340719999999997,49.00770000000003,0],[11.340030000000002,49.00775999999999,0],[11.33974,49.00788,0],[11.33948,49.00792000000001,0],[11.33765,49.00801999999999,0],[11.33659,49.007990000000035,0],[11.33607,49.007949999999994,0],[11.33533,49.00765999999999,0],[11.33522,49.007240000000024,0],[11.33518,49.005979999999994,0],[11.33507,49.005589999999955,0],[11.3342,49.004220000000004,0],[11.33387,49.004050000000035,0],[11.33328,49.00384,0],[11.33302,49.00362000000001,0],[11.33276,49.00326000000001,0],[11.332749999999999,49.00236000000001,0],[11.33267,49.00189000000003,0],[11.3329,49.001570000000015,0],[11.33297,49.00138000000001,0],[11.33354,49.001239999999996,0],[11.33354,49.00083999999998,0],[11.332820000000002,49.000670000000014,0],[11.33218,49.00048000000001,0],[11.33228,49.000370000000004,0],[11.33277,48.99953000000002,0],[11.33197,48.99939999999998,0],[11.32976,48.99896000000001,0],[11.32718,48.99791999999999,0],[11.32601,48.99833000000001,0],[11.32468,48.99871999999999,0],[11.32461,48.99916999999999,0],[11.32433,48.99933999999999,0],[11.32367,48.999570000000006,0],[11.32289,48.99992,0],[11.32218,49.000339999999994,0],[11.32118,49.00085999999999,0],[11.3206,49.00137000000001,0],[11.32022,49.00158999999999,0],[11.320039999999999,49.001649999999955,0],[11.319040000000001,49.0018,0],[11.319009999999999,49.00206,0],[11.31795,49.00207,0],[11.317300000000001,49.00201999999999,0],[11.31697,49.002039999999994,0],[11.3165,49.002129999999966,0],[11.31571,49.00216,0],[11.31256,49.002009999999984,0],[11.312129999999998,49.00202999999999,0],[11.31185,49.00188000000003,0],[11.310119999999998,49.00236000000001,0],[11.3097,49.00272000000001,0],[11.307079999999997,49.00355999999999,0],[11.30585,49.00380999999999,0],[11.30585,49.00474999999997,0],[11.307,49.00538,0],[11.30601,49.00534999999999,0],[11.305969999999999,49.00551999999999,0],[11.304860000000001,49.00561000000002,0],[11.30477,49.00594000000001,0],[11.30473,49.00656000000001,0],[11.30494,49.00715000000005,0],[11.304959999999998,49.00753,0],[11.30388,49.00750999999997,0],[11.3029,49.00757999999999,0],[11.302329999999998,49.00765000000001,0],[11.30212,49.00775999999999,0],[11.301879999999999,49.00868999999997,0],[11.30182,49.00963999999999,0],[11.301619999999998,49.00963999999999,0],[11.301619999999998,49.009889999999984,0],[11.299740000000002,49.009720000000016,0],[11.29862,49.01315999999997,0],[11.298100000000002,49.01313999999999,0],[11.29794,49.01315999999997,0],[11.29779,49.01321999999999,0],[11.29769,49.013360000000006,0],[11.29726,49.01657,0],[11.29616,49.01665,0],[11.29523,49.01668000000001,0],[11.293929999999998,49.016669999999976,0],[11.29313,49.01657,0],[11.29328,49.01611,0],[11.29322,49.01536999999999,0],[11.29384,49.01427000000001,0],[11.294610000000002,49.01319999999998,0],[11.2947,49.012850000000014,0],[11.29444,49.01168000000001,0],[11.29488,49.01123999999996,0],[11.29578,49.01095000000001,0],[11.295690000000002,49.01133999999999,0],[11.296690000000002,49.01134999999999,0],[11.29773,49.01141000000001,0],[11.29795,49.01137,0],[11.29825,49.01050000000001,0],[11.29705,49.010290000000026,0],[11.296020000000002,49.00986000000003,0],[11.296130000000002,49.009619999999984,0],[11.29584,49.00945999999999,0],[11.295569999999998,49.00937999999999,0],[11.296250000000002,49.0086,0],[11.295569999999998,49.00866999999997,0],[11.2943,49.007450000000006,0],[11.295090000000002,49.00716,0],[11.29644,49.00650000000002,0],[11.29697,49.006110000000035,0],[11.296709999999997,49.005949999999984,0],[11.296389999999999,49.00620000000001,0],[11.2948,49.005359999999996,0],[11.29452,49.00592,0],[11.29387,49.00630999999996,0],[11.29332,49.005120000000005,0],[11.29251,49.00529,0],[11.2915,49.00540000000001,0],[11.291629999999998,49.005120000000005,0],[11.287960000000002,49.00506999999999,0],[11.28794,49.00492,0],[11.28754,49.00408999999999,0],[11.28618,49.004310000000004,0],[11.28575,49.00442000000001,0],[11.28531,49.00462000000002,0],[11.2846,49.00504999999998,0],[11.283799999999998,49.00569999999999,0],[11.2834,49.00617,0],[11.283089999999998,49.00707,0],[11.283019999999999,49.00740999999999,0],[11.278460000000003,49.00667999999999,0],[11.2768,49.00671,0],[11.27685,49.00704999999999,0],[11.276369999999998,49.00705999999997,0],[11.27636,49.00743,0],[11.276190000000001,49.00845000000001,0],[11.274849999999999,49.010009999999994,0],[11.27425,49.00983999999997,0],[11.27337,49.00952000000001,0],[11.27271,49.00934000000001,0],[11.2715,49.009420000000006,0],[11.27128,49.00979000000001,0],[11.271139999999999,49.00987000000001,0],[11.2709,49.009919999999994,0],[11.27033,49.00987000000001,0],[11.27018,49.009900000000016,0],[11.26998,49.010050000000035,0],[11.2703,49.01155,0],[11.26677,49.011019999999974,0],[11.26593,49.01236,0],[11.26725,49.01355000000001,0],[11.26663,49.013630000000006,0],[11.26595,49.013840000000016,0],[11.26506,49.013980000000004,0],[11.26337,49.01433,0],[11.264010000000003,49.01590999999999,0],[11.26373,49.016250000000014,0],[11.26369,49.016729999999995,0],[11.26373,49.017769999999985,0],[11.26693,49.01731000000004,0],[11.267020000000002,49.02001000000001,0],[11.26689,49.020219999999995,0],[11.26652,49.022789999999986,0],[11.26635,49.02311,0],[11.26531,49.02458999999999,0],[11.26637,49.02472,0],[11.265610000000002,49.02725000000001,0],[11.26712,49.02752000000001,0],[11.2695,49.02776,0],[11.26997,49.027750000000026,0],[11.27037,49.02771000000001,0],[11.2705,49.02766,0],[11.27112,49.02762999999999,0],[11.27118,49.02794,0],[11.27053,49.02793,0],[11.27018,49.02787000000001,0],[11.27,49.02789999999999,0],[11.26803,49.02787999999998,0],[11.267709999999997,49.02796000000001,0],[11.267130000000002,49.027980000000014,0],[11.26502,49.02826999999999,0],[11.26448,49.0283,0],[11.264159999999999,49.029259999999994,0],[11.263299999999997,49.03047000000001,0],[11.26262,49.03165000000001,0],[11.26228,49.03154000000001,0],[11.2611,49.03223,0],[11.26031,49.03289000000001,0],[11.25972,49.03379000000001,0],[11.25953,49.03375,0],[11.259400000000001,49.03393,0],[11.257879999999998,49.03397000000001,0],[11.25524,49.03435999999999,0],[11.2557,49.036220000000014,0],[11.25601,49.03642999999997,0],[11.25589,49.037679999999995,0],[11.25519,49.037679999999995,0],[11.255250000000002,49.03784000000002,0],[11.253859999999998,49.03817000000001,0],[11.25313,49.03827999999996,0],[11.253350000000001,49.03903,0],[11.25184,49.039289999999994,0],[11.2517,49.039799999999985,0],[11.25177,49.03989999999999,0],[11.25197,49.03987999999998,0],[11.2522,49.040760000000006,0],[11.25322,49.04136,0],[11.25391,49.04169000000002,0],[11.25404,49.041680000000014,0],[11.25403,49.04209,0],[11.253880000000002,49.04276999999999,0],[11.25383,49.04330999999999,0],[11.25371,49.04403000000002,0],[11.25334,49.045360000000045,0],[11.25151,49.045199999999994,0],[11.25151,49.044809999999984,0],[11.25167,49.04435999999998,0],[11.251750000000001,49.04392000000004,0],[11.25169,49.043409999999994,0],[11.251200000000003,49.043350000000004,0],[11.249819999999998,49.04473999999999,0],[11.249420000000002,49.04505000000003,0],[11.248779999999998,49.04578000000001,0],[11.251449999999998,49.046099999999996,0],[11.25544,49.05279999999999,0],[11.25378,49.052730000000025,0],[11.25303,49.052760000000035,0],[11.25304,49.05230000000003,0],[11.25297,49.05196000000001,0],[11.25275,49.05151000000001,0],[11.25241,49.05108000000001,0],[11.25207,49.05054999999999,0],[11.25194,49.05021999999997,0],[11.25183,49.049379999999985,0],[11.2517,49.04916,0],[11.25149,49.04891000000001,0],[11.25116,49.048640000000006,0],[11.25095,49.048550000000034,0],[11.24947,49.048070000000024,0],[11.24924,49.04793999999998,0],[11.24917,49.04787999999999,0],[11.24912,49.04763,0],[11.24905,49.04754,0],[11.24892,49.04750999999999,0],[11.248160000000002,49.04746,0],[11.24775,49.04714000000001,0],[11.247490000000003,49.04712000000001,0],[11.24708,49.04714999999999,0],[11.24618,49.047259999999994,0],[11.24565,49.04736,0],[11.24454,49.04759999999996,0],[11.24146,49.04845,0],[11.2407,49.04861,0],[11.23995,49.04871,0],[11.23934,49.04874000000001,0],[11.2383,49.04872,0],[11.23803,49.04874000000001,0],[11.23717,49.04893000000001,0],[11.235819999999999,49.04916,0],[11.234559999999998,49.049300000000045,0],[11.23374,49.04934,0],[11.2325,49.049499999999966,0],[11.2312,49.04975000000002,0],[11.230700000000002,49.049890000000005,0],[11.22973,49.05027999999999,0],[11.228960000000002,49.05046999999999,0],[11.22745,49.05126999999999,0],[11.22714,49.05152000000001,0],[11.22694,49.051590000000004,0],[11.22621,49.051709999999986,0],[11.22552,49.05171999999999,0],[11.22488,49.051680000000005,0],[11.22519,49.05055999999999,0],[11.22516,49.04973000000004,0],[11.22481,49.048839999999984,0],[11.224899999999998,49.04867999999999,0],[11.22493,49.04840999999999,0],[11.224789999999999,49.04808,0],[11.2244,49.04888,0],[11.22294,49.0489,0],[11.22262,49.049589999999995,0],[11.21654,49.05086000000003,0],[11.21627,49.049440000000004,0],[11.21586,49.048460000000006,0],[11.2144,49.04872,0],[11.21412,49.04831999999996,0],[11.21331,49.04847000000001,0],[11.21255,49.04714000000001,0],[11.21033,49.04788999999997,0],[11.21034,49.04782,0],[11.210100000000002,49.04721000000001,0],[11.20947,49.04593000000003,0],[11.20913,49.04603999999998,0],[11.205399999999997,49.04778000000002,0],[11.20441,49.04679999999999,0],[11.20191,49.04745,0],[11.20096,49.04608000000002,0],[11.20012,49.045199999999994,0],[11.19956,49.04473999999999,0],[11.19849,49.043949999999995,0],[11.19678,49.04281,0],[11.195980000000002,49.04221000000001,0],[11.1939,49.04093,0],[11.19234,49.039860000000004,0],[11.19161,49.0394,0],[11.19117,49.039060000000006,0],[11.19048,49.03845000000001,0],[11.189810000000001,49.037679999999995,0],[11.189619999999998,49.03752,0],[11.18902,49.036719999999974,0],[11.188209999999998,49.0359,0],[11.18757,49.03614999999999,0],[11.18678,49.035210000000006,0],[11.18667,49.034940000000006,0],[11.18577,49.033709999999985,0],[11.18611,49.033540000000016,0],[11.18609,49.033500000000004,0],[11.18581,49.03322,0],[11.185539999999998,49.03300999999999,0],[11.18415,49.03205,0],[11.18383,49.03174000000001,0],[11.18347,49.03138000000001,0],[11.183210000000003,49.03103999999999,0],[11.18269,49.030010000000004,0],[11.18245,49.02964,0],[11.182120000000001,49.02929,0],[11.181719999999999,49.028970000000015,0],[11.18133,49.02870999999999,0],[11.18077,49.02823000000001,0],[11.180749999999998,49.02797000000001,0],[11.18095,49.02718999999999,0],[11.18096,49.02690000000001,0],[11.18084,49.026579999999996,0],[11.18067,49.02641,0],[11.18036,49.026219999999995,0],[11.179940000000002,49.02608000000001,0],[11.17962,49.026009999999985,0],[11.179500000000003,49.025949999999995,0],[11.180380000000001,49.025529999999975,0],[11.180870000000002,49.02611000000002,0],[11.181200000000002,49.02672000000001,0],[11.18162,49.02725000000001,0],[11.185620000000002,49.02681000000001,0],[11.18601,49.02673999999999,0],[11.185199999999998,49.02512999999999,0],[11.184850000000003,49.024519999999995,0],[11.18388,49.02337,0],[11.18964,49.02292,0],[11.18959,49.02169000000001,0],[11.1894,49.02011999999999,0],[11.18942,49.019949999999994,0],[11.18968,49.01947999999999,0],[11.18983,49.01856999999998,0],[11.1863,49.01886999999999,0],[11.18577,49.01781,0],[11.18549,49.01773,0],[11.18452,49.017859999999985,0],[11.18397,49.018010000000004,0],[11.1834,49.01826,0],[11.18282,49.01769999999999,0],[11.182649999999999,49.01749000000001,0],[11.18165,49.016610000000014,0],[11.1815,49.01643999999999,0],[11.18144,49.016189999999995,0],[11.181790000000001,49.015330000000006,0],[11.18208,49.01523,0],[11.18246,49.015150000000006,0],[11.18308,49.01486,0],[11.18443,49.0146,0],[11.185620000000002,49.01447000000002,0],[11.18561,49.014039999999994,0],[11.18515,49.01408000000001,0],[11.18497,49.01415,0],[11.184620000000002,49.01415,0],[11.184360000000002,49.01420000000002,0],[11.184059999999999,49.01429000000002,0],[11.18378,49.01442,0],[11.183459999999998,49.01433,0],[11.18323,49.01433,0],[11.18301,49.01442,0],[11.18291,49.01453000000001,0],[11.182830000000001,49.014579999999995,0],[11.18252,49.01444000000001,0],[11.18232,49.01444000000001,0],[11.18219,49.01447999999996,0],[11.18214,49.01442,0],[11.18199,49.014369999999985,0],[11.18185,49.01435999999998,0],[11.18177,49.013919999999985,0],[11.18081,49.014009999999985,0],[11.18033,49.01415,0],[11.179259999999998,49.01466000000002,0],[11.179039999999999,49.01479999999998,0],[11.17889,49.014970000000034,0],[11.178740000000001,49.014939999999996,0],[11.17828,49.01544999999999,0],[11.17812,49.01587000000001,0],[11.1781,49.01612,0],[11.17819,49.01643999999999,0],[11.17843,49.016819999999996,0],[11.1788,49.01723000000001,0],[11.17713,49.01760999999999,0],[11.1755,49.01773,0],[11.175439999999998,49.017420000000016,0],[11.17547,49.01668999999998,0],[11.175750000000003,49.01607000000001,0],[11.17352,49.01553000000001,0],[11.17301,49.01544999999999,0],[11.17263,49.01543000000004,0],[11.17201,49.0154,0],[11.170470000000002,49.01539,0],[11.16822,49.015240000000006,0],[11.168039999999998,49.01513,0],[11.16682,49.01505,0],[11.164350000000002,49.01513,0],[11.16335,49.01483999999999,0],[11.16276,49.01447000000002,0],[11.16244,49.014219999999995,0],[11.16228,49.01402999999999,0],[11.16224,49.013570000000016,0],[11.163,49.01340999999999,0],[11.16284,49.013390000000044,0],[11.16355,49.01245,0],[11.16384,49.01243999999997,0],[11.16369,49.01212000000001,0],[11.159649999999997,49.011799999999994,0],[11.1599,49.00792999999999,0],[11.16011,49.00770000000003,0],[11.16092,49.00728000000001,0],[11.16128,49.00704000000002,0],[11.16138,49.00693000000001,0],[11.161659999999998,49.00635999999997,0],[11.16407,49.006429999999995,0],[11.16417,49.00621000000001,0],[11.16475,49.004279999999994,0],[11.16133,49.00416000000001,0],[11.16195,49.003690000000006,0],[11.16289,49.003119999999996,0],[11.16262,49.002879999999976,0],[11.15823,49.00273999999999,0],[11.15541,49.00256999999999,0],[11.156510000000003,49.000230000000016,0],[11.158800000000001,49.00031000000001,0],[11.15934,48.99916000000002,0],[11.16116,48.99923000000001,0],[11.16247,48.99919,0],[11.16344,48.999210000000005,0],[11.16346,48.999149999999986,0],[11.16288,48.99799999999999,0],[11.16258,48.99727999999999,0],[11.16247,48.996639999999985,0],[11.162589999999998,48.99601000000001,0],[11.15911,48.996039999999994,0],[11.15911,48.995720000000006,0],[11.158879999999998,48.99511000000001,0],[11.15826,48.99483000000001,0],[11.157199999999998,48.994399999999956,0],[11.15637,48.99429000000001,0],[11.15591,48.99412000000001,0],[11.155620000000003,48.993930000000006,0],[11.15589,48.99343999999999,0],[11.155250000000002,48.99338,0],[11.15473,48.9931,0],[11.15452,48.99304000000001,0],[11.15202,48.99262999999999,0],[11.151710000000001,48.99301,0],[11.1508,48.992880000000014,0],[11.14827,48.99240999999998,0],[11.1485,48.991870000000034,0],[11.14835,48.991839999999996,0],[11.14338,48.99131,0],[11.14477,48.99025,0],[11.14551,48.98964000000001,0],[11.1453,48.98955999999998,0],[11.14309,48.98906000000002,0],[11.14236,48.98879000000002,0],[11.14389,48.987719999999996,0],[11.14448,48.98738,0],[11.145260000000002,48.986999999999966,0],[11.148000000000001,48.98546999999999,0],[11.14817,48.98489000000001,0],[11.14778,48.982730000000004,0],[11.147230000000002,48.98180000000002,0],[11.14637,48.98086000000001,0],[11.14676,48.98070000000004,0],[11.14588,48.979550000000046,0],[11.14512,48.97895,0],[11.14495,48.97871000000001,0],[11.14483,48.978350000000034,0],[11.14393,48.97662,0],[11.14377,48.97622000000001,0],[11.1434,48.97556,0],[11.1431,48.97513000000001,0],[11.14174,48.97400999999999,0],[11.140979999999999,48.97328999999999,0],[11.14192,48.973060000000004,0],[11.14293,48.97299000000001,0],[11.14389,48.97300000000001,0],[11.14481,48.973060000000004,0],[11.1445,48.9727,0],[11.14444,48.972409999999996,0],[11.14441,48.97191999999998,0],[11.14449,48.97150000000002,0],[11.14427,48.971179999999976,0],[11.144060000000001,48.97036,0],[11.14322,48.97012999999998,0],[11.1426,48.970049999999986,0],[11.14162,48.969870000000014,0],[11.14317,48.96894,0],[11.14284,48.968770000000006,0],[11.14231,48.96861999999999,0],[11.14189,48.96854999999999,0],[11.141350000000001,48.968560000000025,0],[11.14048,48.96843000000001,0],[11.139409999999998,48.96834999999999,0],[11.13934,48.96824000000001,0],[11.139430000000003,48.96791999999999,0],[11.13944,48.9675,0],[11.13937,48.967209999999994,0],[11.13936,48.96686,0],[11.139430000000003,48.96643,0],[11.1397,48.96620999999996,0],[11.14018,48.96609999999998,0],[11.14178,48.96582999999998,0],[11.142089999999998,48.96520000000001,0],[11.142210000000002,48.96504999999996,0],[11.14113,48.9649,0],[11.140079999999998,48.964800000000025,0],[11.139039999999998,48.96476999999999,0],[11.137939999999999,48.964920000000006,0],[11.13766,48.96478000000002,0],[11.13685,48.96461999999997,0],[11.13617,48.964800000000025,0],[11.134769999999998,48.96504999999996,0],[11.13465,48.96516,0],[11.13425,48.96529000000001,0],[11.13365,48.965419999999995,0],[11.13314,48.96547000000001,0],[11.1325,48.96535,0],[11.132109999999999,48.96520000000001,0],[11.130920000000001,48.96530999999999,0],[11.13042,48.96530999999999,0],[11.12932,48.96521999999999,0],[11.1289,48.965270000000004,0],[11.127679999999998,48.96525,0],[11.12715,48.96530999999999,0],[11.126269999999998,48.96521999999999,0],[11.12593,48.96526000000003,0],[11.12495,48.96558999999999,0],[11.12437,48.96569000000002,0],[11.12266,48.96589,0],[11.12146,48.96607,0],[11.12006,48.96600999999998,0],[11.1192,48.96607,0],[11.117850000000002,48.96621999999999,0],[11.11745,48.96622999999997,0],[11.11602,48.96620999999996,0],[11.11517,48.966249999999974,0],[11.11373,48.96621999999999,0],[11.11303,48.96627999999998,0],[11.111790000000001,48.96627000000004,0],[11.11139,48.96629999999999,0],[11.11093,48.96639000000002,0],[11.109940000000002,48.966729999999984,0],[11.109479999999998,48.966800000000006,0],[11.10838,48.96679,0],[11.10788,48.966759999999994,0],[11.106770000000001,48.966530000000006,0],[11.10539,48.96633,0],[11.10488,48.96633,0],[11.104129999999998,48.96639000000002,0],[11.10294,48.966380000000015,0],[11.10139,48.96622999999997,0],[11.101019999999998,48.96616,0],[11.09974,48.965769999999964,0],[11.09908,48.96544,0],[11.09761,48.96432999999996,0],[11.09648,48.96379000000002,0],[11.095420000000003,48.963089999999994,0],[11.09465,48.96218000000002,0],[11.09438,48.96190999999999,0],[11.09357,48.96178000000003,0],[11.093150000000001,48.96175000000002,0],[11.09145,48.96188000000001,0],[11.091140000000001,48.96194,0],[11.09082,48.962050000000005,0],[11.0892,48.96170000000001,0],[11.08822,48.961839999999995,0],[11.08674,48.96179000000001,0],[11.084690000000002,48.961329999999975,0],[11.08445,48.96118999999999,0],[11.08418,48.96088,0],[11.08403,48.96083999999999,0],[11.08371,48.96065999999999,0],[11.08318,48.96007,0],[11.08307,48.96000999999998,0],[11.08281,48.95997,0],[11.08266,48.95985000000002,0],[11.08203,48.95910000000001,0],[11.081449999999998,48.958740000000006,0],[11.08025,48.957809999999995,0],[11.0784,48.95661999999996,0],[11.07748,48.956289999999996,0],[11.07638,48.955809999999985,0],[11.0747,48.95541,0],[11.07437,48.955269999999985,0],[11.07413,48.955119999999994,0],[11.07368,48.954679999999996,0],[11.0731,48.95436000000004,0],[11.07218,48.95398,0],[11.0701,48.953540000000004,0],[11.0705,48.953509999999994,0],[11.07022,48.952729999999974,0],[11.07107,48.95213000000001,0],[11.0715,48.951930000000004,0],[11.06992,48.950560000000024,0],[11.07114,48.95006000000001,0],[11.06977,48.94882999999999,0],[11.06878,48.948199999999986,0],[11.06842,48.947910000000036,0],[11.0677,48.946950000000015,0],[11.06714,48.946079999999995,0],[11.06676,48.94569999999999,0],[11.06611,48.945269999999994,0],[11.065029999999998,48.94479999999999,0],[11.06436,48.94443000000001,0],[11.06361,48.94380000000001,0],[11.06263,48.94310999999999,0],[11.062319999999998,48.94278,0],[11.061879999999999,48.94218999999998,0],[11.061389999999998,48.94165000000001,0],[11.061140000000002,48.941159999999996,0],[11.06089,48.94086999999999,0],[11.060700000000002,48.94072,0],[11.0603,48.94024000000002,0],[11.05911,48.9393,0],[11.05866,48.938590000000005,0],[11.05819,48.93808999999999,0],[11.05783,48.93777,0],[11.057540000000001,48.93754999999999,0],[11.05681,48.93711999999999,0],[11.056350000000002,48.936890000000005,0],[11.05511,48.93612999999996,0],[11.05445,48.935810000000004,0],[11.05336,48.935220000000015,0],[11.05421,48.93394000000001,0],[11.053570000000002,48.93351000000001,0],[11.05341,48.93334999999996,0],[11.05243,48.933099999999996,0],[11.05198,48.93324999999999,0],[11.051449999999999,48.93336999999997,0],[11.051449999999999,48.93289999999999,0],[11.05137,48.93236999999999,0],[11.05123,48.93218999999999,0],[11.050780000000001,48.93189000000001,0],[11.05343,48.93106999999998,0],[11.05423,48.93088,0],[11.055719999999999,48.93042,0],[11.05656,48.93010000000004,0],[11.05859,48.929149999999964,0],[11.05901,48.928889999999996,0],[11.06133,48.927760000000006,0],[11.06196,48.92741000000001,0],[11.06271,48.926950000000005,0],[11.06288,48.92672999999999,0],[11.06291,48.92651000000001,0],[11.064410000000002,48.925520000000006,0],[11.065739999999998,48.92443,0],[11.06625,48.92425,0],[11.06652,48.92409000000001,0],[11.066160000000002,48.923869999999994,0],[11.06803,48.922499999999985,0],[11.06833,48.92222000000001,0],[11.07044,48.91946999999999,0],[11.070979999999999,48.91899000000001,0],[11.07079,48.918890000000005,0],[11.07079,48.91875999999999,0],[11.07196,48.918229999999994,0],[11.07289,48.91775999999999,0],[11.072690000000001,48.917129999999986,0],[11.07256,48.91658000000004,0],[11.073429999999998,48.91631000000001,0],[11.073719999999998,48.916240000000016,0],[11.07401,48.916229999999985,0],[11.0737,48.915629999999965,0],[11.074060000000001,48.914710000000014,0],[11.074,48.91458,0],[11.07247,48.912889999999976,0],[11.07157,48.91131999999999,0],[11.069559999999997,48.91186999999999,0],[11.06896,48.91207,0],[11.06884,48.911940000000044,0],[11.06677,48.912800000000004,0],[11.0662,48.91290999999998,0],[11.06576,48.91297,0],[11.064450000000003,48.91302000000002,0],[11.06331,48.91311000000002,0],[11.06263,48.913129999999995,0],[11.059440000000002,48.91346999999999,0],[11.058539999999999,48.913299999999964,0],[11.0579,48.91197,0],[11.058049999999998,48.91165999999998,0],[11.0583,48.91138000000001,0],[11.05871,48.91076000000001,0],[11.05889,48.91031000000001,0],[11.05883,48.909839999999974,0],[11.05852,48.909459999999996,0],[11.05818,48.90933000000001,0],[11.05789,48.909250000000014,0],[11.057239999999998,48.9092,0],[11.05649,48.909189999999995,0],[11.05559,48.90929,0],[11.05484,48.90929,0],[11.05417,48.90916999999999,0],[11.0529,48.90915000000001,0],[11.05217,48.90908000000002,0],[11.05149,48.908860000000004,0],[11.05106,48.90875,0],[11.05005,48.90832,0],[11.049779999999998,48.908090000000016,0],[11.04908,48.90696,0],[11.04898,48.90668000000002,0],[11.04879,48.90647999999999,0],[11.04849,48.90635999999998,0],[11.04792,48.90623000000002,0],[11.04783,48.90611000000004,0],[11.04761,48.906000000000006,0],[11.04719,48.90594999999999,0],[11.04701,48.9059,0],[11.04688,48.90584000000004,0],[11.04671,48.90567999999999,0],[11.04664,48.90554,0],[11.046619999999999,48.90517,0],[11.04679,48.90457000000001,0],[11.04675,48.904409999999956,0],[11.04658,48.904139999999956,0],[11.04646,48.90373999999997,0],[11.046499999999998,48.90312,0],[11.046470000000001,48.90296000000001,0],[11.0462,48.90254999999999,0],[11.046030000000002,48.90237000000002,0],[11.045399999999999,48.90196,0],[11.045060000000001,48.90216000000001,0],[11.04493,48.90219999999999,0],[11.04412,48.90229000000002,0],[11.04398,48.902330000000006,0],[11.04291,48.90289999999999,0],[11.042789999999998,48.90307999999999,0],[11.04258,48.90371999999999,0],[11.04243,48.90392000000003,0],[11.042210000000003,48.9041,0],[11.041979999999999,48.904420000000016,0],[11.04159,48.90462000000002,0],[11.041159999999998,48.90472,0],[11.0404,48.90502000000001,0],[11.04011,48.905190000000005,0],[11.039010000000001,48.90544,0],[11.038830000000003,48.905519999999996,0],[11.03862,48.90577000000002,0],[11.03806,48.906180000000006,0],[11.03787,48.90643,0],[11.03782,48.906710000000004,0],[11.03821,48.90792999999999,0],[11.03818,48.90818999999999,0],[11.03803,48.90836999999996,0],[11.03745,48.90851000000001,0],[11.03723,48.90865999999997,0],[11.03701,48.90888000000001,0],[11.03673,48.90926000000002,0],[11.036669999999999,48.909580000000005,0],[11.0362,48.909490000000005,0],[11.034920000000001,48.909369999999996,0],[11.03435,48.90917999999999,0],[11.03401,48.90943999999999,0],[11.033689999999998,48.90948,0],[11.033249999999999,48.909280000000024,0],[11.03301,48.908979999999985,0],[11.032510000000002,48.90865999999997,0],[11.03191,48.908540000000016,0],[11.032319999999999,48.90780000000001,0],[11.032279999999998,48.90742,0],[11.03196,48.90673000000001,0],[11.03124,48.90613999999999,0],[11.031210000000002,48.905489999999986,0],[11.03247,48.90547000000001,0],[11.03301,48.905340000000024,0],[11.03405,48.905190000000005,0],[11.034999999999998,48.90490999999997,0],[11.03553,48.904799999999994,0],[11.03639,48.90459000000001,0],[11.03714,48.904439999999994,0],[11.037750000000003,48.904420000000016,0],[11.03812,48.904319999999984,0],[11.03928,48.90389000000002,0],[11.04032,48.903340000000014,0],[11.04114,48.90267,0],[11.042,48.90212,0],[11.04218,48.902060000000006,0],[11.04257,48.90204,0],[11.04412,48.90128999999999,0],[11.04485,48.90088,0],[11.04475,48.90073000000004,0],[11.04457,48.900619999999975,0],[11.04365,48.90016,0],[11.043090000000001,48.89983000000001,0],[11.04243,48.899190000000004,0],[11.04183,48.89876000000001,0],[11.0414,48.89856,0],[11.04,48.89804000000001,0],[11.03969,48.89798999999999,0],[11.03936,48.897819999999996,0],[11.03886,48.89770999999999,0],[11.03831,48.89769000000001,0],[11.03715,48.89759000000001,0],[11.03687,48.89756,0],[11.03678,48.89751000000001,0],[11.03559,48.89739,0],[11.0343,48.89712,0],[11.03379,48.89706000000001,0],[11.03341,48.896979999999985,0],[11.032620000000001,48.89669000000001,0],[11.03224,48.89649,0],[11.031949999999998,48.896210000000025,0],[11.031719999999998,48.896060000000006,0],[11.03126,48.89582999999999,0],[11.03002,48.89547999999999,0],[11.02955,48.895309999999995,0],[11.02919,48.89475999999999,0],[11.029009999999998,48.89338000000001,0],[11.02892,48.893249999999995,0],[11.02851,48.89284000000001,0],[11.02839,48.89268000000001,0],[11.02829,48.89238,0],[11.02805,48.89206999999999,0],[11.02782,48.89208999999997,0],[11.027639999999998,48.89204999999998,0],[11.027430000000003,48.89188999999999,0],[11.027390000000002,48.891779999999954,0],[11.02742,48.89159999999998,0],[11.027230000000001,48.890649999999965,0],[11.02714,48.88969,0],[11.02825,48.888750000000016,0],[11.028800000000002,48.88844,0],[11.030650000000001,48.88802000000001,0],[11.03126,48.887760000000014,0],[11.03177,48.88714999999999,0],[11.03175,48.88692000000003,0],[11.03157,48.88696999999999,0],[11.03015,48.88718,0],[11.029539999999999,48.88723999999999,0],[11.02817,48.88722999999999,0],[11.02728,48.887159999999966,0],[11.02722,48.88678999999999,0],[11.02684,48.88652999999999,0],[11.02643,48.88640000000001,0],[11.025160000000001,48.885850000000005,0],[11.02424,48.885490000000004,0],[11.02323,48.885369999999995,0],[11.022110000000001,48.88535999999999,0],[11.02191,48.885279999999995,0],[11.02151,48.885159999999985,0],[11.021110000000002,48.88511,0],[11.02033,48.8852,0],[11.01998,48.88532000000001,0],[11.01954,48.885220000000004,0],[11.0189,48.88457,0],[11.018539999999998,48.88454999999999,0],[11.01806,48.884619999999984,0],[11.01759,48.884799999999984,0],[11.0173,48.88512,0],[11.01607,48.88516999999999,0],[11.01537,48.88595000000001,0],[11.0148,48.88669999999999,0],[11.01461,48.88678999999999,0],[11.014389999999999,48.88696999999999,0],[11.0141,48.8869,0],[11.013,48.88672999999997,0],[11.01236,48.88674,0],[11.01223,48.886709999999965,0],[11.01203,48.88659000000001,0],[11.01194,48.88650000000001,0],[11.01155,48.88577000000001,0],[11.010970000000002,48.88569000000001,0],[11.01024,48.88580000000002,0],[11.0098,48.88602,0],[11.00917,48.88629,0],[11.00858,48.886390000000006,0],[11.008069999999998,48.88638,0],[11.00675,48.88611,0],[11.00595,48.885999999999996,0],[11.00568,48.885940000000005,0],[11.00317,48.885009999999994,0],[11.00244,48.88458,0],[11.002250000000002,48.8845,0],[11.00173,48.884379999999965,0],[11.00122,48.88439999999997,0],[11.00012,48.884379999999965,0],[10.99869,48.88427999999999,0],[10.99766,48.88431,0],[10.99513,48.88404,0],[10.99484,48.88396999999998,0],[10.993850000000002,48.88387,0],[10.993590000000001,48.883820000000014,0],[10.99278,48.88362000000001,0],[10.99067,48.88293999999996,0],[10.9823,48.880889999999965,0],[10.97882,48.879950000000036,0],[10.97486,48.87894,0],[10.97401,48.87876,0],[10.974180000000002,48.87849,0],[10.97421,48.87836999999999,0],[10.974199999999998,48.87822,0],[10.97392,48.87756999999999,0],[10.9734,48.87720999999999,0],[10.97307,48.876810000000006,0],[10.972679999999999,48.87623000000002,0],[10.972690000000002,48.875460000000004,0],[10.97253,48.87468999999999,0],[10.97227,48.87404000000001,0],[10.97166,48.87398999999999,0],[10.97075,48.873580000000004,0],[10.970449999999998,48.87341000000001,0],[10.96983,48.87295,0],[10.96954,48.872690000000006,0],[10.96907,48.87209999999999,0],[10.96845,48.871729999999985,0],[10.967790000000003,48.871500000000026,0],[10.96611,48.87120999999999,0],[10.96511,48.87098,0],[10.96494,48.87087,0],[10.96487,48.87053,0],[10.96458,48.87032000000002,0],[10.96438,48.870119999999986,0],[10.96364,48.86977999999999,0],[10.96342,48.86950999999999,0],[10.963320000000001,48.869309999999984,0],[10.96317,48.868769999999984,0],[10.9632,48.86775,0],[10.963150000000002,48.86688000000001,0],[10.9632,48.86646999999999,0],[10.96316,48.86631,0],[10.96305,48.86616000000001,0],[10.96277,48.86590000000001,0],[10.96308,48.86503999999999,0],[10.96342,48.864660000000015,0],[10.96367,48.864450000000005,0],[10.96408,48.864210000000014,0],[10.96474,48.86374000000001,0],[10.96606,48.863020000000006,0],[10.96583,48.86296999999999,0],[10.96461,48.86323999999999,0],[10.96333,48.86376000000001,0],[10.96296,48.86314999999996,0],[10.962759999999998,48.86249000000001,0],[10.96284,48.861609999999985,0],[10.964,48.86135999999999,0],[10.965120000000002,48.86086,0],[10.96507,48.86071000000001,0],[10.966069999999998,48.86059999999998,0],[10.96562,48.86023,0],[10.96488,48.85971999999998,0],[10.96414,48.858959999999996,0],[10.963689999999998,48.85871,0],[10.96312,48.85849000000002,0],[10.9629,48.85834,0],[10.962429999999998,48.85855000000001,0],[10.96217,48.858749999999986,0],[10.96196,48.85898,0],[10.96144,48.85933,0],[10.96115,48.859489999999994,0],[10.96082,48.85961,0],[10.96052,48.85968999999997,0],[10.959840000000002,48.859790000000004,0],[10.959419999999998,48.85980000000001,0],[10.95823,48.859759999999994,0],[10.9575,48.85982999999996,0],[10.95713,48.860029999999995,0],[10.95665,48.86041,0],[10.95629,48.86059999999998,0],[10.95194,48.86261999999999,0],[10.95072,48.86346,0],[10.95045,48.86358999999999,0],[10.94904,48.86410999999998,0],[10.94822,48.864270000000005,0],[10.947770000000002,48.86430999999999,0],[10.94732,48.86443,0],[10.94691,48.86434,0],[10.946839999999998,48.86417,0],[10.94702,48.86375000000001,0],[10.94704,48.863609999999966,0],[10.94701,48.863519999999994,0],[10.94606,48.86346,0],[10.945390000000002,48.863489999999985,0],[10.94489,48.86357000000001,0],[10.94414,48.86359999999996,0],[10.94113,48.86358000000001,0],[10.94002,48.86353,0],[10.939270000000002,48.86346,0],[10.939110000000001,48.86339000000001,0],[10.937970000000002,48.8631,0],[10.937630000000002,48.86286000000001,0],[10.93719,48.86268000000004,0],[10.93652,48.86264,0],[10.93586,48.86279999999999,0],[10.9356,48.86283,0],[10.935190000000002,48.86283,0],[10.9327,48.86243999999999,0],[10.93212,48.86241999999996,0],[10.93166,48.86249000000001,0],[10.93144,48.862570000000005,0],[10.93076,48.86287999999996,0],[10.93037,48.86318,0],[10.930010000000001,48.863550000000004,0],[10.92926,48.86453000000003,0],[10.92903,48.86467000000002,0],[10.92852,48.864900000000006,0],[10.92839,48.865099999999984,0],[10.92846,48.86533,0],[10.92871,48.86559,0],[10.928760000000002,48.865710000000036,0],[10.92879,48.86612000000002,0],[10.92872,48.86686000000003,0],[10.928800000000003,48.86700999999999,0],[10.92896,48.86713000000003,0],[10.9302,48.86759000000001,0],[10.93037,48.86774,0],[10.930130000000002,48.86802000000003,0],[10.92965,48.86844000000002,0],[10.929130000000002,48.86883,0],[10.92886,48.869110000000006,0],[10.92859,48.869640000000004,0],[10.928160000000002,48.87013000000002,0],[10.92775,48.87044,0],[10.92725,48.87063999999998,0],[10.92688,48.87087,0],[10.92666,48.87129999999999,0],[10.92647,48.87155000000001,0],[10.92605,48.87169,0],[10.92585,48.87182999999999,0],[10.92565,48.87279000000001,0],[10.925530000000002,48.872870000000006,0],[10.92512,48.87302,0],[10.92471,48.87311,0],[10.923850000000002,48.873249999999985,0],[10.92261,48.87333000000001,0],[10.92219,48.87341000000001,0],[10.9219,48.87360000000001,0],[10.92076,48.87362999999999,0],[10.9207,48.87394000000003,0],[10.92041,48.8741,0],[10.919700000000002,48.874300000000005,0],[10.91918,48.87440000000001,0],[10.918089999999998,48.87425999999999,0],[10.91658,48.87401,0],[10.91517,48.873350000000016,0],[10.914709999999998,48.873549999999994,0],[10.9142,48.87386000000001,0],[10.914599999999998,48.87491,0],[10.914680000000002,48.87538000000001,0],[10.91517,48.875290000000035,0],[10.91596,48.875020000000006,0],[10.916309999999998,48.87495999999999,0],[10.91674,48.87508,0],[10.91767,48.87556999999998,0],[10.91735,48.87592999999998,0],[10.91715,48.87607,0],[10.91686,48.87617,0],[10.9165,48.87621999999999,0],[10.91607,48.87631999999999,0],[10.91562,48.87644,0],[10.91532,48.87656000000001,0],[10.914690000000002,48.87668999999997,0],[10.91405,48.87685000000002,0],[10.914229999999998,48.87738999999996,0],[10.91357,48.87743999999998,0],[10.91213,48.87745000000001,0],[10.9119,48.87747999999999,0],[10.91176,48.87753000000001,0],[10.91167,48.87818999999999,0],[10.9118,48.87837999999999,0],[10.91217,48.87843000000001,0],[10.91214,48.87894,0],[10.91229,48.87939,0],[10.91198,48.87943999999999,0],[10.91109,48.87933000000001,0],[10.910519999999998,48.879500000000036,0],[10.91029,48.87943000000001,0],[10.90995,48.87943000000001,0],[10.909549999999998,48.87953999999999,0],[10.9093,48.879670000000004,0],[10.90912,48.87971999999996,0],[10.90894,48.879670000000004,0],[10.90876,48.879670000000004,0],[10.90856,48.87971999999996,0],[10.90822,48.87968999999998,0],[10.90821,48.87960000000001,0],[10.90809,48.87956,0],[10.90782,48.87953999999999,0],[10.90773,48.87956,0],[10.90662,48.88056,0],[10.906400000000001,48.88070999999999,0],[10.90591,48.88085000000001,0],[10.90578,48.880919999999975,0],[10.905769999999999,48.88229999999999,0],[10.90445,48.88202000000001,0],[10.90329,48.881699999999995,0],[10.90087,48.881249999999994,0],[10.899889999999997,48.881039999999985,0],[10.898409999999998,48.880589999999984,0],[10.89671,48.88013999999998,0],[10.89614,48.87986999999998,0],[10.89548,48.87962999999999,0],[10.89427,48.879339999999985,0],[10.891950000000001,48.879459999999995,0],[10.88949,48.87939,0],[10.88927,48.87925000000001,0],[10.888240000000001,48.878919999999994,0],[10.88679,48.87832000000003,0],[10.88592,48.878100000000046,0],[10.88459,48.87781999999996,0],[10.8831,48.87756999999999,0],[10.88221,48.877470000000045,0],[10.88086,48.877200000000016,0],[10.880479999999999,48.87716,0],[10.87879,48.87708000000001,0],[10.87849,48.87702999999999,0],[10.87737,48.876739999999984,0],[10.875529999999998,48.876000000000005,0],[10.87491,48.87580999999997,0],[10.874280000000002,48.875670000000014,0],[10.872980000000002,48.87553999999997,0],[10.87051,48.87558999999999,0],[10.86899,48.87547000000001,0],[10.86843,48.87549999999999,0],[10.86813,48.87556999999998,0],[10.86782,48.87689,0],[10.86816,48.87804,0],[10.86789,48.87861000000001,0],[10.867839999999998,48.87897000000001,0],[10.867999999999999,48.87959000000001,0],[10.86901,48.88011,0],[10.86973,48.880150000000015,0],[10.87043,48.88028,0],[10.870200000000002,48.882149999999996,0],[10.87077,48.88230999999999,0],[10.8711,48.882360000000006,0],[10.87083,48.88275999999999,0],[10.87039,48.88300000000004,0],[10.86992,48.88291000000001,0],[10.86936,48.883279999999985,0],[10.86853,48.88352999999998,0],[10.86841,48.883520000000004,0],[10.86832,48.883410000000026,0],[10.867549999999998,48.883160000000004,0],[10.867439999999998,48.883070000000004,0],[10.86716,48.88312000000002,0],[10.867279999999997,48.88337999999999,0],[10.86652,48.88413000000003,0],[10.86616,48.884540000000015,0],[10.865890000000002,48.884739999999994,0],[10.86549,48.88538,0],[10.86281,48.884709999999984,0],[10.861789999999997,48.884479999999996,0],[10.86089,48.88434999999998,0],[10.85937,48.88425000000001,0],[10.858939999999999,48.88425000000001,0],[10.85874,48.884209999999996,0],[10.85766,48.884389999999996,0],[10.857060000000002,48.884900000000044,0],[10.85682,48.884859999999975,0],[10.8555,48.884829999999965,0],[10.854930000000001,48.884709999999984,0],[10.85331,48.88459000000003,0],[10.85314,48.885050000000035,0],[10.85316,48.88532000000001,0],[10.85327,48.885729999999995,0],[10.85351,48.88622000000004,0],[10.85379,48.88650000000001,0],[10.85411,48.88665,0],[10.85455,48.886979999999994,0],[10.85462,48.88699,0],[10.85497,48.8869,0],[10.85514,48.88689000000002,0],[10.85552,48.88695999999999,0],[10.855790000000002,48.88708,0],[10.85599,48.887310000000014,0],[10.8562,48.887850000000014,0],[10.85659,48.888329999999996,0],[10.85688,48.88853,0],[10.85731,48.888720000000006,0],[10.85642,48.88905999999997,0],[10.85583,48.88922000000002,0],[10.855399999999998,48.88942,0],[10.854999999999999,48.889520000000005,0],[10.85448,48.889909999999986,0],[10.85501,48.89043000000001,0],[10.855300000000002,48.89062000000001,0],[10.85577,48.89086,0],[10.856489999999999,48.89097000000001,0],[10.857000000000001,48.89075,0],[10.8571,48.89085000000003,0],[10.85775,48.89071999999999,0],[10.85922,48.88996,0],[10.86014,48.88962000000001,0],[10.86131,48.890559999999994,0],[10.86156,48.89081999999999,0],[10.861650000000001,48.89116000000001,0],[10.86167,48.89161999999999,0],[10.8615,48.89242999999999,0],[10.86126,48.892949999999956,0],[10.86119,48.893309999999985,0],[10.86159,48.89326999999997,0],[10.861910000000002,48.89374000000004,0],[10.86283,48.89317,0],[10.86367,48.89341000000002,0],[10.863689999999998,48.893519999999995,0],[10.8614,48.89431999999999,0],[10.86103,48.89438999999999,0],[10.860909999999999,48.89444999999998,0],[10.86072,48.89456999999999,0],[10.8611,48.895039999999995,0],[10.86064,48.89506000000003,0],[10.859419999999998,48.89518000000001,0],[10.85848,48.89537000000004,0],[10.857870000000002,48.89544000000001,0],[10.857600000000001,48.89551000000003,0],[10.85621,48.895970000000005,0],[10.85375,48.89699999999999,0],[10.85348,48.896919999999994,0],[10.85342,48.89658,0],[10.84907,48.895430000000005,0],[10.8489,48.89577,0],[10.84878,48.89583999999999,0],[10.84445,48.89533,0],[10.8443,48.89619999999999,0],[10.84396,48.896319999999974,0],[10.842720000000002,48.89633999999998,0],[10.842380000000002,48.89631,0],[10.84214,48.896330000000006,0],[10.84116,48.896540000000016,0],[10.83977,48.896510000000006,0],[10.839409999999999,48.89654999999999,0],[10.83864,48.89650000000003,0],[10.8378,48.896319999999974,0],[10.83697,48.896240000000006,0],[10.836400000000001,48.89598999999998,0],[10.83602,48.89610999999999,0],[10.83468,48.8963,0],[10.83431,48.897009999999995,0],[10.83366,48.89808000000002,0],[10.83336,48.89845,0],[10.83278,48.89899,0],[10.832620000000002,48.89918,0],[10.83286,48.89969000000002,0],[10.83253,48.89971,0],[10.83204,48.899879999999996,0],[10.831420000000001,48.89992999999998,0],[10.83112,48.900030000000044,0],[10.83081,48.89956000000001,0],[10.83074,48.89932999999999,0],[10.8308,48.89891,0],[10.830980000000002,48.89869999999999,0],[10.83104,48.898439999999994,0],[10.831540000000002,48.89777000000001,0],[10.83178,48.89786000000001,0],[10.83217,48.897549999999995,0],[10.83218,48.89721,0],[10.833350000000001,48.89633999999998,0],[10.83358,48.896079999999984,0],[10.8336,48.89588999999998,0],[10.83344,48.89564999999999,0],[10.832950000000002,48.895340000000004,0],[10.832389999999998,48.89571999999998,0],[10.83242,48.895849999999996,0],[10.83266,48.89598999999998,0],[10.83178,48.89650000000003,0],[10.830980000000002,48.89598000000001,0],[10.83054,48.89583999999999,0],[10.83106,48.895219999999995,0],[10.83047,48.895080000000036,0],[10.829779999999998,48.89510000000001,0],[10.8287,48.895430000000005,0],[10.828079999999998,48.895550000000014,0],[10.82822,48.895790000000005,0],[10.82741,48.895939999999996,0],[10.82718,48.89553000000001,0],[10.82622,48.89586,0],[10.82541,48.89602999999997,0],[10.82479,48.896119999999996,0],[10.825029999999998,48.896660000000026,0],[10.824770000000001,48.89712,0],[10.82471,48.897489999999976,0],[10.82432,48.897249999999985,0],[10.8239,48.89814000000001,0],[10.82347,48.89819,0],[10.823410000000003,48.89842999999999,0],[10.82153,48.89842999999999,0],[10.82075,48.898529999999994,0],[10.81978,48.898540000000025,0],[10.81962,48.89918,0],[10.81953,48.89938000000001,0],[10.8186,48.900800000000004,0],[10.81837,48.901309999999995,0],[10.8176,48.901219999999995,0],[10.815159999999999,48.90120999999999,0],[10.81497,48.90133,0],[10.814399999999997,48.90195,0],[10.81417,48.90252000000001,0],[10.81418,48.90289000000001,0],[10.81335,48.90329,0],[10.8125,48.90332000000001,0],[10.81244,48.90393000000003,0],[10.8122,48.90437,0],[10.811740000000002,48.90487000000002,0],[10.81103,48.905249999999995,0],[10.81038,48.90550999999999,0],[10.80957,48.90577999999999,0],[10.80894,48.90608,0],[10.80865,48.90644,0],[10.80832,48.90707999999998,0],[10.807949999999998,48.90765999999999,0],[10.80924,48.90810000000002,0],[10.8096,48.90832,0],[10.81111,48.90868999999998,0],[10.81216,48.90875,0],[10.81365,48.90902,0],[10.81472,48.90915000000001,0],[10.81501,48.90908999999996,0],[10.815489999999999,48.90916999999999,0],[10.81591,48.909280000000024,0],[10.81626,48.90929,0],[10.81744,48.90966,0],[10.81853,48.90992,0],[10.818869999999999,48.90996999999999,0],[10.81988,48.91002000000003,0],[10.820510000000002,48.910000000000025,0],[10.8208,48.91023000000001,0],[10.82119,48.91066000000001,0],[10.82096,48.91088000000002,0],[10.82116,48.91127,0],[10.8216,48.911850000000015,0],[10.822110000000002,48.91156999999998,0],[10.823410000000003,48.91263000000001,0],[10.824259999999999,48.91317000000001,0],[10.82511,48.913790000000006,0],[10.82601,48.91334999999998,0],[10.826439999999998,48.913670000000025,0],[10.82706,48.913970000000006,0],[10.82794,48.91433000000001,0],[10.82837,48.914660000000026,0],[10.82848,48.914780000000036,0],[10.82849,48.91490999999999,0],[10.82842,48.915040000000005,0],[10.827710000000002,48.91566999999998,0],[10.82758,48.91588999999999,0],[10.829489999999998,48.91626000000002,0],[10.82984,48.91629000000003,0],[10.830309999999999,48.91596000000001,0],[10.830610000000002,48.915599999999955,0],[10.83101,48.91485,0],[10.83104,48.91445999999999,0],[10.83099,48.91408000000001,0],[10.830610000000002,48.91351,0],[10.83204,48.913250000000005,0],[10.832599999999998,48.91311999999999,0],[10.83229,48.91368,0],[10.83234,48.91435000000001,0],[10.83222,48.91487000000001,0],[10.83204,48.915250000000015,0],[10.83155,48.91606999999999,0],[10.830859999999998,48.917040000000014,0],[10.83055,48.91766999999999,0],[10.83013,48.91839999999999,0],[10.82915,48.91829999999999,0],[10.82849,48.918440000000004,0],[10.828409999999998,48.91863000000001,0],[10.82929,48.91863000000001,0],[10.82972,48.918819999999954,0],[10.82955,48.91998000000001,0],[10.82937,48.92051000000001,0],[10.829379999999999,48.921099999999996,0],[10.8275,48.92108999999999,0],[10.82728,48.92117999999999,0],[10.82722,48.921249999999986,0],[10.82782,48.92313999999999,0],[10.82795,48.923839999999984,0],[10.827959999999997,48.923970000000025,0],[10.827830000000002,48.92405999999997,0],[10.82778,48.924210000000016,0],[10.82782,48.924769999999995,0],[10.82775,48.92536000000001,0],[10.82718,48.926789999999954,0],[10.82666,48.92761999999999,0],[10.82635,48.92820000000003,0],[10.82625,48.92846,0],[10.8262,48.928769999999986,0],[10.82622,48.92909,0],[10.82616,48.92940999999999,0],[10.82552,48.931190000000015,0],[10.824699999999998,48.931460000000015,0],[10.823769999999998,48.931610000000006,0],[10.82327,48.931749999999994,0],[10.82055,48.93267,0],[10.81967,48.93284000000003,0],[10.81832,48.93317999999999,0],[10.81918,48.93324999999999,0],[10.82031,48.933539999999994,0],[10.82145,48.93370999999999,0],[10.822249999999999,48.93411999999998,0],[10.821990000000001,48.93440000000001,0],[10.8215,48.93481,0],[10.821060000000001,48.93495999999996,0],[10.82031,48.93505999999999,0],[10.81967,48.93524999999997,0],[10.8183,48.93544,0],[10.817119999999997,48.935430000000025,0],[10.81678,48.935370000000006,0],[10.8157,48.935269999999974,0],[10.8147,48.93531999999999,0],[10.8145,48.935850000000016,0],[10.81402,48.93664000000001,0],[10.8122,48.9366,0],[10.811970000000002,48.93690999999998,0],[10.81297,48.937160000000006,0],[10.81194,48.93797000000001,0],[10.81179,48.938379999999995,0],[10.81187,48.938860000000005,0],[10.812080000000002,48.939040000000006,0],[10.81237,48.93949999999998,0],[10.81299,48.940139999999985,0],[10.81383,48.94060999999999,0],[10.81481,48.94091,0],[10.815460000000002,48.941010000000006,0],[10.81521,48.94130000000001,0],[10.81435,48.942110000000014,0],[10.81428,48.94227999999998,0],[10.81462,48.942319999999995,0],[10.81573,48.94257999999999,0],[10.81684,48.942920000000015,0],[10.817339999999998,48.94300999999999,0],[10.81715,48.94358,0],[10.81693,48.944030000000026,0],[10.81678,48.944199999999995,0],[10.81619,48.94458,0],[10.81536,48.94490999999999,0],[10.81458,48.94540000000001,0],[10.81449,48.94578999999999,0],[10.81612,48.94707,0],[10.816430000000002,48.947220000000016,0],[10.81658,48.94744,0],[10.817090000000002,48.94731999999999,0],[10.81748,48.94774000000001,0],[10.817680000000001,48.94829999999999,0],[10.817570000000002,48.94884999999999,0],[10.8174,48.94931,0],[10.817090000000002,48.94933,0],[10.81707,48.94900999999999,0],[10.816720000000002,48.94821000000002,0],[10.816079999999998,48.94767999999999,0],[10.81528,48.94815,0],[10.81488,48.948440000000005,0],[10.81451,48.94860000000003,0],[10.81395,48.94896,0],[10.813519999999999,48.948710000000034,0],[10.81337,48.94838999999999,0],[10.81318,48.94825,0],[10.81287,48.94809999999998,0],[10.81198,48.947419999999994,0],[10.8118,48.94731999999999,0],[10.811520000000002,48.94725,0],[10.81054,48.947540000000004,0],[10.80998,48.94809999999998,0],[10.809209999999998,48.94860000000003,0],[10.808260000000002,48.94884999999999,0],[10.807839999999999,48.94919999999996,0],[10.80772,48.94938000000002,0],[10.807509999999999,48.94936999999999,0],[10.80528,48.94837000000001,0],[10.804529999999998,48.94773000000001,0],[10.80401,48.94717,0],[10.803830000000001,48.94691999999998,0],[10.80426,48.94668999999999,0],[10.80407,48.94592,0],[10.80404,48.94561999999999,0],[10.80374,48.94524999999999,0],[10.80309,48.94487000000004,0],[10.803280000000003,48.94469000000001,0],[10.803529999999999,48.944349999999986,0],[10.80362,48.944289999999995,0],[10.803790000000001,48.944019999999995,0],[10.80369,48.94364999999999,0],[10.80363,48.94360000000003,0],[10.80318,48.94344000000004,0],[10.80269,48.94359,0],[10.8025,48.94362000000004,0],[10.8019,48.94355999999999,0],[10.80145,48.94340999999997,0],[10.80132,48.94340999999997,0],[10.80059,48.94297999999998,0],[10.800219999999998,48.94271999999998,0],[10.799849999999998,48.94252,0],[10.79943,48.942350000000005,0],[10.79916,48.94193999999999,0],[10.79898,48.941159999999996,0],[10.798849999999998,48.94084000000004,0],[10.797919999999998,48.940650000000005,0],[10.79747,48.94067000000001,0],[10.79708,48.94085999999999,0],[10.79682,48.94110999999998,0],[10.796740000000002,48.94126,0],[10.796509999999998,48.94136,0],[10.79627,48.941509999999965,0],[10.79747,48.94202999999999,0],[10.79878,48.94247000000004,0],[10.79847,48.94290000000004,0],[10.79796,48.94293999999999,0],[10.79511,48.94290000000004,0],[10.79481,48.94279,0],[10.794869999999998,48.94271999999998,0],[10.79486,48.942589999999996,0],[10.79458,48.94188,0],[10.79437,48.94153,0],[10.7942,48.94130000000001,0],[10.79383,48.94095999999999,0],[10.79368,48.94076999999996,0],[10.79353,48.940500000000014,0],[10.79353,48.94033000000002,0],[10.793289999999999,48.94038999999998,0],[10.79285,48.939490000000006,0],[10.79273,48.93941000000001,0],[10.79241,48.939370000000025,0],[10.79187,48.93938,0],[10.791510000000002,48.939539999999994,0],[10.79142,48.939610000000016,0],[10.790829999999998,48.93980000000002,0],[10.79006,48.939959999999985,0],[10.78919,48.94004000000001,0],[10.78856,48.94004000000001,0],[10.788200000000002,48.939989999999995,0],[10.78808,48.93983,0],[10.787779999999998,48.93925999999999,0],[10.787569999999999,48.938680000000005,0],[10.78726,48.93815000000001,0],[10.78687,48.93772000000001,0],[10.7867,48.937219999999996,0],[10.78642,48.936890000000005,0],[10.785900000000002,48.93663000000004,0],[10.78499,48.93627000000001,0],[10.78288,48.935130000000015,0],[10.782080000000002,48.93437,0],[10.78165,48.93382,0],[10.781459999999997,48.93366,0],[10.78107,48.93336999999997,0],[10.77941,48.93226999999999,0],[10.77819,48.931280000000044,0],[10.776499999999999,48.930139999999994,0],[10.776,48.929689999999994,0],[10.775650000000002,48.92923999999999,0],[10.77541,48.928830000000005,0],[10.7749,48.92875999999998,0],[10.77443,48.928499999999985,0],[10.77406,48.927670000000006,0],[10.77398,48.927159999999986,0],[10.77399,48.92660000000001,0],[10.77406,48.926300000000026,0],[10.77414,48.92609999999996,0],[10.774269999999998,48.92594,0],[10.774159999999998,48.92563999999996,0],[10.770659999999998,48.92648,0],[10.770150000000001,48.925520000000006,0],[10.770080000000002,48.92524,0],[10.77024,48.924949999999995,0],[10.77039,48.92482000000001,0],[10.77073,48.92475000000002,0],[10.770619999999997,48.92437000000001,0],[10.770850000000001,48.92415,0],[10.77218,48.92320999999998,0],[10.7725,48.922879999999964,0],[10.77287,48.922590000000014,0],[10.772559999999999,48.922439999999995,0],[10.77272,48.922169999999994,0],[10.77304,48.92188999999996,0],[10.77347,48.921369999999996,0],[10.77361,48.92132000000001,0],[10.77373,48.921069999999986,0],[10.77378,48.920770000000005,0],[10.77371,48.92073999999997,0],[10.7745,48.919970000000006,0],[10.775129999999999,48.920270000000016,0],[10.77544,48.92036999999999,0],[10.77577,48.92045000000002,0],[10.777,48.92062999999999,0],[10.77723,48.92070999999996,0],[10.778,48.92024000000001,0],[10.77839,48.92009999999999,0],[10.7786,48.92007000000001,0],[10.77803,48.91958999999997,0],[10.77792,48.919430000000006,0],[10.7777,48.91897,0],[10.777620000000002,48.91869,0],[10.77768,48.91828000000001,0],[10.77783,48.91789,0],[10.77786,48.91744000000003,0],[10.77796,48.91731999999999,0],[10.77805,48.91696000000002,0],[10.77643,48.91696999999999,0],[10.77637,48.91615999999999,0],[10.77398,48.916150000000044,0],[10.7724,48.91619,0],[10.7725,48.915790000000015,0],[10.770779999999998,48.91586000000004,0],[10.76917,48.91599999999997,0],[10.766139999999998,48.91610000000003,0],[10.76524,48.91631000000001,0],[10.76433,48.91684000000001,0],[10.76394,48.91735,0],[10.763799999999998,48.91799999999998,0],[10.76371,48.91811999999999,0],[10.763459999999998,48.91829000000001,0],[10.763089999999998,48.918409999999966,0],[10.7627,48.91847999999999,0],[10.76213,48.91855000000001,0],[10.762119999999998,48.91851,0],[10.76117,48.91865999999999,0],[10.76029,48.91892999999999,0],[10.75972,48.919190000000015,0],[10.75936,48.91939999999997,0],[10.75863,48.91994,0],[10.75813,48.92036000000002,0],[10.757639999999999,48.920920000000024,0],[10.757639999999999,48.92139,0],[10.75775,48.92187000000001,0],[10.75699,48.92206999999999,0],[10.756919999999997,48.92255,0],[10.75658,48.92356000000001,0],[10.756439999999998,48.92381000000003,0],[10.75562,48.923929999999984,0],[10.755549999999998,48.923970000000025,0],[10.75532,48.92457999999999,0],[10.75376,48.92470000000003,0],[10.753769999999998,48.925070000000005,0],[10.752619999999999,48.92502000000002,0],[10.752129999999998,48.924949999999995,0],[10.750879999999999,48.924980000000005,0],[10.75073,48.92518000000001,0],[10.750580000000001,48.92528999999999,0],[10.74895,48.92475000000002,0],[10.74749,48.924739999999986,0],[10.74622,48.924800000000005,0],[10.74533,48.924769999999995,0],[10.743889999999999,48.92510999999999,0],[10.74229,48.92525999999998,0],[10.741819999999999,48.925160000000005,0],[10.73937,48.92519999999999,0],[10.738300000000002,48.92509000000001,0],[10.73761,48.924939999999964,0],[10.737239999999998,48.924589999999995,0],[10.73688,48.92437000000001,0],[10.736469999999999,48.924210000000016,0],[10.736,48.92412999999999,0],[10.73553,48.92409999999998,0],[10.73511,48.924019999999985,0],[10.73473,48.924019999999985,0],[10.73459,48.924049999999994,0],[10.73516,48.92338999999998,0],[10.736,48.92281,0],[10.73653,48.92240000000001,0],[10.73671,48.922200000000004,0],[10.736909999999998,48.92188999999996,0],[10.73683,48.92133000000001,0],[10.7369,48.92085,0],[10.73713,48.920529999999985,0],[10.73676,48.919269999999955,0],[10.73674,48.91905,0],[10.73655,48.91869,0],[10.73622,48.91833,0],[10.736060000000002,48.91802000000001,0],[10.73607,48.91775999999999,0],[10.73581,48.91696000000002,0],[10.735539999999999,48.91655000000003,0],[10.73504,48.915599999999955,0],[10.734650000000002,48.915790000000015,0],[10.73417,48.91480999999999,0],[10.73474,48.91472999999999,0],[10.73467,48.91453000000001,0],[10.73427,48.91381000000001,0],[10.73421,48.9136,0],[10.73371,48.91345999999996,0],[10.73363,48.91261,0],[10.73264,48.912710000000004,0],[10.73188,48.91275000000002,0],[10.73189,48.91250000000002,0],[10.73136,48.911850000000015,0],[10.731420000000002,48.911009999999976,0],[10.73088,48.910319999999984,0],[10.73065,48.90989999999999,0],[10.730379999999998,48.909569999999974,0],[10.730269999999999,48.909280000000024,0],[10.73025,48.90900000000002,0],[10.72993,48.908770000000004,0],[10.72865,48.90836999999996,0],[10.72887,48.907700000000006,0],[10.72826,48.90630999999996,0],[10.72803,48.904529999999994,0],[10.727919999999997,48.90445,0],[10.727769999999998,48.90440000000001,0],[10.72724,48.90447,0],[10.72662,48.90463,0],[10.72636,48.90465000000003,0],[10.72517,48.904420000000016,0],[10.72456,48.90418999999997,0],[10.72407,48.90389000000002,0],[10.72382,48.90357,0],[10.72386,48.90318000000002,0],[10.72421,48.90249,0],[10.72431,48.90212,0],[10.72354,48.90235999999999,0],[10.72334,48.90239,0],[10.72326,48.90204,0],[10.72307,48.9006,0],[10.72254,48.90054000000001,0],[10.7222,48.900469999999984,0],[10.72201,48.900379999999984,0],[10.72108,48.90027999999998,0],[10.72063,48.90004999999999,0],[10.72022,48.8999,0],[10.719380000000001,48.89967999999999,0],[10.71712,48.89938999999998,0],[10.71576,48.89955000000003,0],[10.71412,48.89977999999999,0],[10.71413,48.900030000000044,0],[10.71374,48.90008,0],[10.71191,48.900319999999994,0],[10.7114,48.90015,0],[10.71136,48.90016,0],[10.711289999999998,48.90021999999999,0],[10.7111,48.900619999999975,0],[10.711019999999998,48.90099000000001,0],[10.71086,48.90234000000004,0],[10.711019999999998,48.90271000000001,0],[10.71107,48.90290999999999,0],[10.711019999999998,48.90377000000001,0],[10.711410000000003,48.903850000000006,0],[10.71109,48.904420000000016,0],[10.71059,48.90502000000001,0],[10.7097,48.905879999999996,0],[10.708839999999999,48.906620000000004,0],[10.7082,48.90729999999999,0],[10.70737,48.90778,0],[10.707060000000002,48.908090000000016,0],[10.70643,48.90800999999999,0],[10.70468,48.90765999999999,0],[10.704390000000002,48.90747999999999,0],[10.70455,48.90715,0],[10.704610000000002,48.90687,0],[10.70407,48.90665999999999,0],[10.703460000000002,48.90668000000002,0],[10.703310000000002,48.90673000000001,0],[10.7022,48.90649000000002,0],[10.70107,48.90617,0],[10.701029999999998,48.90613999999999,0],[10.701050000000002,48.90606,0],[10.70087,48.90583000000001,0],[10.700570000000003,48.905550000000005,0],[10.700179999999998,48.90523999999999,0],[10.6999,48.90511000000001,0],[10.69971,48.905100000000004,0],[10.69943,48.90530000000001,0],[10.698230000000002,48.90493000000001,0],[10.696590000000002,48.90435000000002,0],[10.696100000000001,48.90575999999999,0],[10.69887,48.90638999999999,0],[10.69854,48.90692999999999,0],[10.69806,48.90755999999999,0],[10.69797,48.907640000000015,0],[10.69765,48.907790000000006,0],[10.697319999999998,48.907880000000006,0],[10.696260000000002,48.90810000000002,0],[10.695500000000001,48.9083,0],[10.69434,48.908679999999976,0],[10.69318,48.90893,0],[10.69282,48.908979999999985,0],[10.691759999999999,48.90894,0],[10.691229999999997,48.90900999999997,0],[10.689819999999997,48.90924000000001,0],[10.688549999999998,48.909280000000024,0],[10.68844,48.909760000000006,0],[10.68787,48.910120000000006,0],[10.68705,48.91059000000001,0],[10.68657,48.91068999999999,0],[10.686080000000002,48.91064,0],[10.68464,48.91033999999999,0],[10.68424,48.91030000000001,0],[10.683780000000002,48.91031000000001,0],[10.68372,48.91078999999999,0],[10.683359999999999,48.911820000000006,0],[10.68275,48.91177999999999,0],[10.68291,48.911400000000015,0],[10.683099999999998,48.91078999999999,0],[10.68257,48.91050000000004,0],[10.68172,48.91023000000001,0],[10.678569999999999,48.90951000000001,0],[10.678430000000002,48.90979999999999,0],[10.677379999999998,48.91165999999998,0],[10.675600000000001,48.91111999999998,0],[10.675270000000001,48.91096999999996,0],[10.67489,48.91122999999999,0],[10.67535,48.91144,0],[10.67818,48.912289999999985,0],[10.67804,48.91257000000002,0],[10.67844,48.91266000000002,0],[10.67855,48.91279,0],[10.67863,48.91281000000001,0],[10.678639999999998,48.912769999999995,0],[10.67872,48.91276000000002,0],[10.67877,48.912780000000026,0],[10.67885,48.912980000000005,0],[10.67903,48.91302000000002,0],[10.67915,48.91315,0],[10.6794,48.91306,0],[10.67946,48.91306,0],[10.6796,48.91311999999999,0],[10.67979,48.91299000000001,0],[10.679910000000001,48.91308000000001,0],[10.68037,48.91306,0],[10.68056,48.91334999999998,0],[10.68068,48.913399999999996,0],[10.68089,48.91338999999999,0],[10.680950000000001,48.91351,0],[10.681089999999998,48.91364999999999,0],[10.68126,48.91368,0],[10.68135,48.91365999999999,0],[10.68153,48.91350000000003,0],[10.68159,48.913520000000005,0],[10.681619999999999,48.91365999999999,0],[10.681689999999998,48.91372000000001,0],[10.681320000000001,48.914289999999994,0],[10.68092,48.91469000000001,0],[10.680400000000002,48.915040000000005,0],[10.67949,48.91559000000001,0],[10.67877,48.91611,0],[10.67837,48.91636,0],[10.677309999999999,48.916870000000046,0],[10.67558,48.917609999999996,0],[10.67469,48.91814000000002,0],[10.673520000000002,48.91875999999999,0],[10.67265,48.91926000000001,0],[10.672029999999998,48.91969,0],[10.67172,48.91995,0],[10.67139,48.92039,0],[10.66998,48.92054999999999,0],[10.6699,48.92070999999996,0],[10.669770000000002,48.92214999999999,0],[10.66987,48.922360000000026,0],[10.67038,48.922390000000036,0],[10.67057,48.92381000000003,0],[10.67107,48.923659999999984,0],[10.671109999999999,48.92421999999996,0],[10.672359999999998,48.923970000000025,0],[10.67268,48.924120000000016,0],[10.67397,48.924829999999986,0],[10.6741,48.92544000000004,0],[10.67488,48.92545999999999,0],[10.67528,48.92554999999999,0],[10.67543,48.92564999999999,0],[10.67617,48.926409999999976,0],[10.67633,48.92663999999999,0],[10.67721,48.92663999999999,0],[10.677039999999998,48.927009999999996,0],[10.67714,48.92716999999999,0],[10.677269999999998,48.92725999999999,0],[10.67846,48.92783,0],[10.67916,48.92795000000001,0],[10.68003,48.92819,0],[10.68073,48.92849000000004,0],[10.68097,48.92863000000003,0],[10.6817,48.928889999999996,0],[10.68257,48.92896999999999,0],[10.68284,48.92904999999999,0],[10.68301,48.92919999999998,0],[10.68304,48.92952,0],[10.682989999999998,48.92988999999997,0],[10.68492,48.92967999999999,0],[10.68527,48.93061,0],[10.68545,48.930859999999996,0],[10.68597,48.93142,0],[10.68715,48.93281999999999,0],[10.68761,48.933099999999996,0],[10.68744,48.93392,0],[10.68746,48.93478999999999,0],[10.686369999999998,48.93504999999999,0],[10.68638,48.935389999999956,0],[10.68665,48.935599999999994,0],[10.68812,48.935670000000016,0],[10.68888,48.93552,0],[10.69134,48.934920000000005,0],[10.69162,48.93664000000001,0],[10.691279999999999,48.936800000000005,0],[10.69159,48.93803999999997,0],[10.69181,48.93860000000001,0],[10.691279999999999,48.93869000000001,0],[10.691240000000002,48.939370000000025,0],[10.69203,48.93939000000003,0],[10.69206,48.939929999999976,0],[10.69296,48.93986000000001,0],[10.69584,48.939370000000025,0],[10.697190000000003,48.9393,0],[10.70007,48.93902,0],[10.70061,48.93899999999999,0],[10.70109,48.94193000000001,0],[10.70164,48.94355999999999,0],[10.69822,48.94386,0],[10.69832,48.94454999999999,0],[10.695180000000002,48.94507999999999,0],[10.69497,48.94506000000001,0],[10.69361,48.944739999999996,0],[10.69331,48.944739999999996,0],[10.69076,48.944379999999995,0],[10.689379999999998,48.94432000000003,0],[10.68875,48.94415000000001,0],[10.689170000000003,48.94475000000003,0],[10.68933,48.94556,0],[10.68955,48.94573,0],[10.68926,48.948469999999986,0],[10.69174,48.94946999999999,0],[10.69197,48.949659999999966,0],[10.69222,48.94961000000001,0],[10.69233,48.94963000000001,0],[10.69252,48.951160000000016,0],[10.692419999999998,48.95191,0],[10.69391,48.9521,0],[10.69393,48.95375999999999,0],[10.69428,48.95379,0],[10.694290000000002,48.95400000000001,0],[10.694250000000002,48.95416,0],[10.693899999999998,48.954170000000005,0],[10.693690000000002,48.95551000000003,0],[10.69322,48.95715999999999,0],[10.69305,48.95747,0],[10.69254,48.95806999999999,0],[10.69221,48.95836,0],[10.69126,48.95787999999999,0],[10.69067,48.958529999999996,0],[10.69159,48.95898,0],[10.691489999999998,48.95909,0],[10.69107,48.959220000000016,0],[10.69126,48.95925,0],[10.69203,48.95949000000002,0],[10.692199999999998,48.95952,0],[10.69165,48.959719999999976,0],[10.691460000000001,48.95974000000004,0],[10.69071,48.95967999999999,0],[10.69032,48.95945000000003,0],[10.69009,48.959389999999985,0],[10.68892,48.95928999999998,0],[10.68795,48.95913999999999,0],[10.6878,48.95994999999999,0],[10.687600000000002,48.96037999999999,0],[10.68735,48.96070999999998,0],[10.68622,48.96170000000001,0],[10.68592,48.962199999999996,0],[10.68584,48.96248,0],[10.68514,48.96245999999999,0],[10.68334,48.963300000000004,0],[10.683579999999997,48.96348999999998,0],[10.68353,48.96359000000001,0],[10.68356,48.963700000000046,0],[10.683990000000001,48.96391999999997,0],[10.6842,48.964080000000024,0],[10.684849999999999,48.96421999999998,0],[10.68594,48.96430000000001,0],[10.685769999999998,48.96460999999999,0],[10.68543,48.96484000000001,0],[10.685190000000002,48.96473,0],[10.68488,48.96504999999996,0],[10.68468,48.96498,0],[10.68307,48.96467999999999,0],[10.68271,48.96458999999999,0],[10.682019999999998,48.96436,0],[10.6803,48.966260000000005,0],[10.679389999999998,48.96688,0],[10.67986,48.96727000000001,0],[10.67998,48.96744000000001,0],[10.67973,48.96780999999996,0],[10.67937,48.96808999999999,0],[10.67906,48.96824000000001,0],[10.678909999999998,48.96840999999998,0],[10.67917,48.96878000000001,0],[10.6794,48.969210000000004,0],[10.6794,48.969359999999995,0],[10.679360000000003,48.96947,0],[10.6792,48.96963000000002,0],[10.678789999999998,48.970200000000006,0],[10.6787,48.97063,0],[10.67827,48.97122000000002,0],[10.678079999999998,48.97155000000001,0],[10.67805,48.97198,0],[10.67809,48.97238999999999,0],[10.67782,48.97255000000001,0],[10.67732,48.97272000000001,0],[10.677039999999998,48.97283999999999,0],[10.67627,48.973299999999995,0],[10.6761,48.973360000000014,0],[10.67501,48.97355999999999,0],[10.67465,48.97424000000001,0],[10.674560000000001,48.97476,0],[10.674560000000001,48.97525000000002,0],[10.67464,48.975480000000005,0],[10.67477,48.975689999999986,0],[10.675120000000001,48.97558000000001,0],[10.67473,48.97604999999999,0],[10.67464,48.97649000000001,0],[10.674369999999998,48.97713999999999,0],[10.67463,48.97730999999999,0],[10.67473,48.97758000000002,0],[10.67488,48.97764999999998,0],[10.67329,48.97955999999999,0],[10.67247,48.979539999999986,0],[10.67253,48.98036000000002,0],[10.672359999999998,48.982380000000006,0],[10.66965,48.983689999999996,0],[10.66957,48.98432,0],[10.669179999999999,48.98440999999997,0],[10.66837,48.98445000000004,0],[10.666909999999998,48.98436000000001,0],[10.6666,48.98445000000004,0],[10.66619,48.984669999999966,0],[10.66604,48.98462000000001,0],[10.6658,48.984699999999975,0],[10.66538,48.984219999999965,0],[10.66521,48.98419000000001,0],[10.663160000000001,48.98468,0],[10.658509999999998,48.98567,0],[10.658409999999998,48.98563000000004,0],[10.65836,48.98554999999999,0],[10.65836,48.98413000000002,0],[10.65634,48.98392999999996,0],[10.655100000000001,48.98375999999999,0],[10.65426,48.983599999999996,0],[10.65307,48.985600000000034,0],[10.65205,48.985299999999995,0],[10.651689999999999,48.98522,0],[10.65122,48.98516000000001,0],[10.65126,48.98489000000001,0],[10.652250000000002,48.98320000000001,0],[10.65086,48.98292000000001,0],[10.64841,48.98236,0],[10.647109999999998,48.983689999999996,0],[10.64704,48.98383000000001,0],[10.64648,48.98365999999996,0],[10.646,48.98340999999999,0],[10.64366,48.98281,0],[10.64361,48.98274000000001,0],[10.64345,48.98230000000001,0],[10.64277,48.981840000000005,0],[10.64056,48.981539999999995,0],[10.64056,48.98166999999998,0],[10.64047,48.981750000000005,0],[10.64006,48.98183000000003,0],[10.640320000000001,48.98230000000001,0],[10.640700000000002,48.982770000000016,0],[10.64134,48.98335,0],[10.64341,48.98477,0],[10.64406,48.98543999999998,0],[10.64297,48.98584999999997,0],[10.641520000000002,48.98616999999999,0],[10.64091,48.98616999999999,0],[10.64007,48.98611,0],[10.63949,48.98615000000001,0],[10.63862,48.986320000000006,0],[10.63779,48.98654000000002,0],[10.63776,48.986519999999985,0],[10.63726,48.98674,0],[10.63552,48.987419999999986,0],[10.63539,48.98752999999999,0],[10.635379999999998,48.98769999999999,0],[10.63609,48.98885999999999,0],[10.63649,48.990549999999985,0],[10.63649,48.990880000000004,0],[10.636309999999998,48.99107000000001,0],[10.631420000000002,48.99211999999997,0],[10.631189999999998,48.99203,0],[10.6297,48.99233000000001,0],[10.62949,48.993210000000005,0],[10.62916,48.99435,0],[10.62926,48.99445,0],[10.62895,48.99567999999999,0],[10.62984,48.995919999999984,0],[10.63039,48.99597,0],[10.63146,48.99584999999999,0],[10.6323,48.99567999999999,0],[10.632750000000001,48.99561,0],[10.633969999999998,48.99565000000001,0],[10.634639999999997,48.99567999999999,0],[10.63488,48.99573000000001,0],[10.634529999999998,48.998429999999985,0],[10.6389,48.9983,0],[10.63894,48.99860000000001,0],[10.63893,48.9999,0],[10.638910000000001,49.00026,0],[10.63881,49.000609999999995,0],[10.638730000000002,49.00073000000003,0],[10.638609999999998,49.00077999999999,0],[10.638389999999998,49.001540000000006,0],[10.63758,49.001509999999996,0],[10.63719,49.00325000000001,0],[10.63792,49.00323,0],[10.63767,49.00451000000004,0],[10.63782,49.005240000000015,0],[10.63799,49.00555,0],[10.63813,49.00567000000001,0],[10.63868,49.00601,0],[10.63904,49.006339999999966,0],[10.6391,49.00659999999999,0],[10.63886,49.00792000000001,0],[10.640129999999997,49.00837999999999,0],[10.640289999999998,49.00847999999999,0],[10.64082,49.00916000000004,0],[10.64099,49.00949,0],[10.641179999999999,49.010009999999994,0],[10.64131,49.01024999999996,0],[10.641509999999998,49.01044999999999,0],[10.64186,49.01066,0],[10.64241,49.01089000000002,0],[10.64287,49.01098000000002,0],[10.64369,49.01107999999999,0],[10.643710000000002,49.01123999999996,0],[10.643629999999998,49.01182,0],[10.643519999999999,49.01202000000001,0],[10.64331,49.01216999999997,0],[10.64324,49.01233000000002,0],[10.64281,49.01238000000001,0],[10.64257,49.01243999999997,0],[10.64335,49.01320999999999,0],[10.642919999999998,49.01380000000003,0],[10.64287,49.01402999999999,0],[10.641989999999998,49.01441,0],[10.6412,49.01466000000002,0],[10.64169,49.01546999999999,0],[10.64237,49.01617999999999,0],[10.642359999999998,49.01644999999999,0],[10.642180000000002,49.01654000000002,0],[10.64209,49.016639999999995,0],[10.637199999999998,49.01612,0],[10.636759999999999,49.01699000000002,0],[10.63542,49.01670999999999,0],[10.63535,49.01656000000003,0],[10.63519,49.01650000000001,0],[10.635009999999998,49.01647,0],[10.633819999999998,49.016399999999976,0],[10.63367,49.01657,0],[10.633259999999998,49.01656000000003,0],[10.632190000000001,49.01665,0],[10.631149999999998,49.016580000000005,0],[10.62994,49.018219999999985,0],[10.62976,49.01817,0],[10.62772,49.020970000000005,0],[10.62667,49.020640000000014,0],[10.625909999999998,49.02035000000001,0],[10.62492,49.019900000000035,0],[10.62194,49.01866000000007,0],[10.62026,49.01783999999998,0],[10.6197,49.017690000000016,0],[10.61903,49.01736,0],[10.61848,49.01704000000001,0],[10.61833,49.016999999999996,0],[10.6182,49.01701,0],[10.61746,49.016520000000014,0],[10.616849999999998,49.01617999999999,0],[10.61565,49.01557,0],[10.614960000000002,49.01516000000001,0],[10.61472,49.01495000000003,0],[10.61416,49.01459,0],[10.61405,49.014219999999995,0],[10.61394,49.014219999999995,0],[10.61272,49.014640000000014,0],[10.61257,49.014759999999995,0],[10.6123,49.015240000000006,0],[10.61188,49.01544999999999,0],[10.61168,49.0155,0],[10.6114,49.01550999999998,0],[10.61122,49.01545999999999,0],[10.6107,49.01518999999999,0],[10.610400000000002,49.01490000000001,0],[10.610209999999999,49.01478999999998,0],[10.6102,49.014970000000034,0],[10.61043,49.01557,0],[10.61049,49.01603,0],[10.610689999999998,49.01653000000002,0],[10.61071,49.016729999999995,0],[10.61059,49.01715999999999,0],[10.61038,49.01743999999999,0],[10.610249999999999,49.01754,0],[10.61006,49.01794000000001,0],[10.609979999999998,49.01802000000001,0],[10.60979,49.01811000000001,0],[10.60944,49.018219999999985,0],[10.608870000000001,49.018320000000045,0],[10.60838,49.018279999999976,0],[10.60801,49.018129999999985,0],[10.60773,49.018069999999994,0],[10.60786,49.01800000000003,0],[10.60745,49.01800000000003,0],[10.60701,49.01796999999999,0],[10.60677,49.018039999999985,0],[10.60635,49.018279999999976,0],[10.606,49.01872,0],[10.60602,49.01910000000001,0],[10.606090000000002,49.01921999999999,0],[10.6061,49.01935,0],[10.60624,49.01952,0],[10.60668,49.019769999999994,0],[10.60677,49.019900000000035,0],[10.60707,49.02000000000001,0],[10.60719,49.02008000000001,0],[10.60684,49.02038999999999,0],[10.60622,49.02004000000002,0],[10.60582,49.019769999999994,0],[10.60561,49.01956999999999,0],[10.60547,49.01934,0],[10.60539,49.01907,0],[10.60538,49.0188,0],[10.60544,49.01848000000004,0],[10.605760000000002,49.01814999999999,0],[10.60655,49.01766000000001,0],[10.606900000000001,49.01760999999999,0],[10.607199999999999,49.017619999999994,0],[10.607199999999999,49.01734999999999,0],[10.607170000000002,49.017319999999984,0],[10.60655,49.01737,0],[10.60629,49.01736,0],[10.60628,49.017420000000016,0],[10.606339999999998,49.017480000000006,0],[10.60618,49.01754,0],[10.605970000000001,49.017330000000044,0],[10.60521,49.01799,0],[10.60515,49.01850999999999,0],[10.60521,49.018579999999986,0],[10.60517,49.01881,0],[10.60479,49.01899,0],[10.60466,49.01935,0],[10.60478,49.01953,0],[10.604560000000001,49.01959000000002,0],[10.60411,49.020340000000004,0],[10.604039999999998,49.02057999999997,0],[10.604529999999999,49.02065999999999,0],[10.60445,49.02080000000001,0],[10.60428,49.021030000000025,0],[10.603860000000001,49.021360000000016,0],[10.60351,49.021770000000004,0],[10.60327,49.02211,0],[10.60324,49.02220999999997,0],[10.60332,49.022339999999986,0],[10.602710000000002,49.02262000000002,0],[10.602359999999997,49.02292,0],[10.6019,49.02347,0],[10.60169,49.02394000000001,0],[10.60113,49.02413999999999,0],[10.60097,49.024220000000014,0],[10.60087,49.024339999999995,0],[10.60082,49.02459999999999,0],[10.60086,49.025199999999984,0],[10.600919999999999,49.025259999999975,0],[10.60141,49.02554000000001,0],[10.6016,49.02578,0],[10.60157,49.02600000000001,0],[10.60109,49.02686,0],[10.60106,49.02731,0],[10.601110000000002,49.02769000000001,0],[10.60103,49.02787999999998,0],[10.6009,49.028670000000005,0],[10.60031,49.02928,0],[10.60017,49.02948000000001,0],[10.60013,49.02966000000001,0],[10.60016,49.030219999999986,0],[10.60001,49.03061999999997,0],[10.59988,49.030789999999996,0],[10.599110000000001,49.031620000000004,0],[10.598670000000002,49.03188,0],[10.5982,49.03201999999999,0],[10.597100000000001,49.032220000000024,0],[10.59651,49.03256999999999,0],[10.59645,49.032629999999955,0],[10.596689999999999,49.03305,0],[10.596569999999998,49.03318999999999,0],[10.596220000000002,49.03336999999999,0],[10.5963,49.03349,0],[10.595990000000002,49.03372999999999,0],[10.59572,49.03423000000001,0],[10.595500000000001,49.03432000000001,0],[10.595390000000002,49.03432000000001,0],[10.594719999999999,49.03453999999999,0],[10.59411,49.03461999999999,0],[10.59371,49.03479999999996,0],[10.59322,49.03480999999999,0],[10.59246,49.034940000000006,0],[10.59201,49.03505999999999,0],[10.591489999999999,49.03527999999997,0],[10.590980000000002,49.03527999999997,0],[10.58943,49.03563,0],[10.587260000000002,49.035830000000004,0],[10.58688,49.03582,0],[10.58662,49.03593999999998,0],[10.586539999999998,49.03602999999998,0],[10.58632,49.03608,0],[10.58485,49.03591,0],[10.58423,49.03595999999999,0],[10.58371,49.03604999999999,0],[10.583429999999998,49.03602999999998,0],[10.58313,49.03596999999996,0],[10.582989999999999,49.03591,0],[10.58267,49.035709999999966,0],[10.58215,49.03549000000001,0],[10.58174,49.035259999999994,0],[10.581280000000001,49.03511,0],[10.58066,49.03501000000003,0],[10.580489999999998,49.03501000000003,0],[10.57988,49.03509,0],[10.57955,49.035169999999994,0],[10.579270000000001,49.035169999999994,0],[10.578679999999999,49.03511,0],[10.57816,49.03518,0],[10.57759,49.03532999999999,0],[10.57745,49.03549000000001,0],[10.57741,49.03567000000001,0],[10.57714,49.03572,0],[10.57693,49.03582,0],[10.576739999999997,49.03577999999999,0],[10.57658,49.03578999999999,0],[10.57639,49.03589000000002,0],[10.57622,49.035770000000014,0],[10.57598,49.03572,0],[10.575600000000001,49.03568999999999,0],[10.57486,49.035709999999966,0],[10.57466,49.03578999999999,0],[10.57392,49.034670000000006,0],[10.57486,49.03235000000001,0],[10.57539,49.03195000000002,0],[10.574790000000002,49.031769999999966,0],[10.574670000000001,49.03166999999999,0],[10.57383,49.032249999999976,0],[10.57312,49.032610000000005,0],[10.57266,49.032640000000015,0],[10.572469999999997,49.03314,0],[10.57102,49.03333000000001,0],[10.56874,49.03383000000002,0],[10.567609999999998,49.033979999999985,0],[10.56738,49.03390999999999,0],[10.56719,49.03360000000001,0],[10.566390000000002,49.03332,0],[10.56556,49.032669999999996,0],[10.56491,49.03201999999999,0],[10.56445,49.03219999999996,0],[10.565020000000002,49.032849999999996,0],[10.56534,49.03314,0],[10.565379999999998,49.03327999999999,0],[10.56399,49.0333,0],[10.56394,49.03361000000001,0],[10.5618,49.033660000000026,0],[10.55743,49.03396000000001,0],[10.55583,49.03414999999998,0],[10.555199999999997,49.03384,0],[10.554539999999998,49.033349999999956,0],[10.55424,49.033180000000044,0],[10.553829999999998,49.033289999999994,0],[10.55332,49.033259999999984,0],[10.553,49.03312,0],[10.55298,49.03301999999999,0],[10.55267,49.03269,0],[10.55227,49.03251999999998,0],[10.552059999999999,49.032280000000014,0],[10.551859999999998,49.031830000000014,0],[10.55129,49.031319999999965,0],[10.55073,49.03113999999999,0],[10.55022,49.03081,0],[10.54922,49.030579999999986,0],[10.54856,49.03012000000001,0],[10.548340000000001,49.02987999999999,0],[10.546930000000001,49.028719999999964,0],[10.54647,49.02843999999999,0],[10.54619,49.028130000000004,0],[10.54596,49.02767,0],[10.54602,49.02713,0],[10.54571,49.026729999999986,0],[10.54549,49.026170000000036,0],[10.545329999999998,49.02598999999998,0],[10.545120000000002,49.02535,0],[10.54587,49.02516,0],[10.54592,49.024879999999996,0],[10.54627,49.024669999999986,0],[10.54677,49.02444,0],[10.547939999999999,49.02395999999999,0],[10.54881,49.02372,0],[10.54933,49.02349000000001,0],[10.549789999999998,49.02345,0],[10.55086,49.02345,0],[10.5528,49.023529999999994,0],[10.55434,49.023439999999994,0],[10.554290000000002,49.02313000000001,0],[10.553460000000001,49.02315999999999,0],[10.55174,49.02311,0],[10.5503,49.02276999999998,0],[10.550310000000001,49.02251000000001,0],[10.55059,49.02235999999999,0],[10.551240000000002,49.02215999999996,0],[10.55166,49.02212,0],[10.55212,49.02184,0],[10.5521,49.02175,0],[10.55154,49.02161000000001,0],[10.550719999999998,49.021649999999994,0],[10.55013,49.02175,0],[10.54902,49.022099999999966,0],[10.54862,49.022449999999964,0],[10.54808,49.02268000000001,0],[10.54765,49.02280999999999,0],[10.5475,49.022999999999996,0],[10.54717,49.023120000000034,0],[10.54704,49.02325999999999,0],[10.5468,49.02296999999999,0],[10.54608,49.02305000000001,0],[10.545670000000001,49.02328,0],[10.545219999999999,49.02346,0],[10.544729999999998,49.02355,0],[10.54398,49.023840000000035,0],[10.54349,49.02408999999997,0],[10.54274,49.02395999999999,0],[10.54244,49.023810000000026,0],[10.5422,49.02341999999999,0],[10.54184,49.023300000000006,0],[10.54145,49.022999999999996,0],[10.54132,49.022850000000005,0],[10.54101,49.02283,0],[10.54078,49.02270999999999,0],[10.54031,49.022580000000005,0],[10.54016,49.022400000000005,0],[10.53975,49.022339999999986,0],[10.53963,49.022279999999995,0],[10.53957,49.022099999999966,0],[10.53909,49.02188000000001,0],[10.53909,49.02149,0],[10.53918,49.021209999999996,0],[10.5392,49.020869999999974,0],[10.53952,49.01978,0],[10.539510000000002,49.01925,0],[10.53941,49.01904999999999,0],[10.539400000000002,49.01856999999998,0],[10.539730000000002,49.018219999999985,0],[10.53978,49.01808,0],[10.54015,49.01786999999999,0],[10.54087,49.01728000000003,0],[10.54126,49.016760000000005,0],[10.54138,49.01644999999999,0],[10.541729999999998,49.01599999999999,0],[10.541949999999998,49.015919999999966,0],[10.54275,49.01536999999999,0],[10.542890000000002,49.015199999999965,0],[10.54319,49.014970000000034,0],[10.54307,49.014669999999995,0],[10.54267,49.01400000000001,0],[10.54253,49.01387,0],[10.54191,49.013469999999984,0],[10.54073,49.01277999999999,0],[10.54048,49.01267000000004,0],[10.53966,49.01250999999999,0],[10.54003,49.01220000000001,0],[10.541509999999999,49.011180000000024,0],[10.5427,49.010459999999995,0],[10.54221,49.010159999999985,0],[10.54334,49.0094,0],[10.54369,49.00967,0],[10.544750000000002,49.009000000000015,0],[10.54435,49.00874999999999,0],[10.54527,49.00810000000001,0],[10.54481,49.00746000000004,0],[10.54443,49.00712999999999,0],[10.54422,49.00705999999997,0],[10.54387,49.00702000000001,0],[10.54364,49.00702999999996,0],[10.54331,49.0068,0],[10.54308,49.006699999999995,0],[10.54171,49.00647000000001,0],[10.5414,49.006339999999966,0],[10.540909999999998,49.00606000000002,0],[10.54056,49.00592,0],[10.54024,49.005870000000016,0],[10.53856,49.00585000000001,0],[10.53714,49.006,0],[10.536,49.005949999999984,0],[10.53434,49.005780000000016,0],[10.532860000000001,49.00582,0],[10.53177,49.00601,0],[10.530809999999999,49.006249999999994,0],[10.53019,49.00653,0],[10.52973,49.00681000000003,0],[10.529069999999999,49.00731999999999,0],[10.52866,49.00744,0],[10.52785,49.00750999999997,0],[10.52698,49.00748999999996,0],[10.52614,49.00753999999998,0],[10.52548,49.00726,0],[10.5241,49.00728000000001,0],[10.52208,49.00716,0],[10.52169,49.00715000000005,0],[10.52049,49.00722999999999,0],[10.52017,49.00720000000001,0],[10.51955,49.00734,0],[10.51956,49.00758999999999,0],[10.51833,49.007829999999984,0],[10.517700000000001,49.00815,0],[10.51752,49.00829999999999,0],[10.51736,49.008489999999995,0],[10.51715,49.008460000000014,0],[10.51702,49.008399999999995,0],[10.51705,49.00802999999999,0],[10.51695,49.00757999999999,0],[10.51672,49.00702000000001,0],[10.51569,49.006280000000004,0],[10.51472,49.006339999999966,0],[10.51387,49.00635,0],[10.511810000000002,49.006219999999985,0],[10.51123,49.00627,0],[10.51075,49.00635,0],[10.5105,49.00652000000002,0],[10.50987,49.00650000000002,0],[10.508449999999998,49.00620000000001,0],[10.50696,49.00609000000003,0],[10.506530000000001,49.00601,0],[10.506069999999998,49.00599,0],[10.50568,49.006,0],[10.50468,49.00614999999999,0],[10.50442,49.006249999999994,0],[10.50408,49.00630999999996,0],[10.50339,49.006370000000004,0],[10.502559999999999,49.00656000000001,0],[10.501660000000001,49.00684000000004,0],[10.50067,49.00755000000001,0],[10.50053,49.00774000000001,0],[10.50035,49.00767999999999,0],[10.50047,49.00738999999999,0],[10.500850000000002,49.007000000000005,0],[10.50116,49.00635,0],[10.5015,49.00603000000001,0],[10.500780000000002,49.00599,0],[10.499440000000002,49.006050000000016,0],[10.49856,49.007000000000005,0],[10.49849,49.00748999999996,0],[10.49825,49.00797,0],[10.49808,49.008520000000004,0],[10.49763,49.00931,0],[10.49644,49.00943000000001,0],[10.49621,49.0094,0],[10.49554,49.0094,0],[10.49538,49.009479999999996,0],[10.49511,49.00955000000002,0],[10.49451,49.009630000000016,0],[10.49392,49.00986000000003,0],[10.493720000000001,49.010099999999994,0],[10.49333,49.010279999999995,0],[10.49227,49.01062000000002,0],[10.49207,49.01083,0],[10.49153,49.011150000000015,0],[10.490820000000001,49.01141000000001,0],[10.490380000000002,49.01149000000004,0],[10.48984,49.01169999999999,0],[10.48939,49.01177999999999,0],[10.488879999999998,49.011799999999994,0],[10.48877,49.01176000000004,0],[10.48842,49.01152999999999,0],[10.48821,49.01095000000001,0],[10.48764,49.01003,0],[10.487539999999997,49.00972999999999,0],[10.48771,49.00913,0],[10.4865,49.00916000000004,0],[10.48601,49.00911999999997,0],[10.48419,49.00889000000001,0],[10.48407,49.008820000000014,0],[10.4839,49.00862000000001,0],[10.4834,49.0086,0],[10.48218,49.00878,0],[10.4808,49.00907999999998,0],[10.48074,49.00911999999997,0],[10.47966,49.01033000000001,0],[10.4787,49.01065,0],[10.4784,49.01066,0],[10.4781,49.01089000000002,0],[10.477670000000002,49.01105000000001,0],[10.47715,49.011180000000024,0],[10.47627,49.01134999999999,0],[10.47521,49.01147000000003,0],[10.47401,49.01152999999999,0],[10.47182,49.01171999999997,0],[10.46957,49.01178999999999,0],[10.46927,49.01176000000004,0],[10.46916,49.01160999999999,0],[10.46989,49.01087000000001,0],[10.46992,49.010760000000005,0],[10.46938,49.010729999999995,0],[10.46709,49.01024999999996,0],[10.46652,49.01017999999999,0],[10.46605,49.01024999999996,0],[10.46549,49.01027000000002,0],[10.46328,49.00969999999998,0],[10.46243,49.00936999999999,0],[10.461629999999998,49.00898999999998,0],[10.46039,49.00891999999999,0],[10.45964,49.008939999999996,0],[10.459059999999997,49.00891999999999,0],[10.45873,49.00887000000003,0],[10.45859,49.00880999999998,0],[10.45854,49.00871999999998,0],[10.458770000000001,49.00811999999999,0],[10.458739999999999,49.00798,0],[10.458469999999998,49.007720000000035,0],[10.45813,49.00765000000001,0],[10.45727,49.00792999999999,0],[10.45625,49.00811999999999,0],[10.45597,49.008489999999995,0],[10.455920000000003,49.008790000000005,0],[10.4541,49.01044000000002,0],[10.45399,49.01048,0],[10.45328,49.01114000000001,0],[10.45319,49.01120000000003,0],[10.45223,49.01147000000003,0],[10.45122,49.00988000000001,0],[10.45178,49.00928000000002,0],[10.45143,49.009029999999996,0],[10.451680000000001,49.008910000000014,0],[10.45188,49.00873999999999,0],[10.45196,49.008579999999995,0],[10.452089999999998,49.00787,0],[10.45234,49.007349999999974,0],[10.45125,49.007349999999974,0],[10.45123,49.00757999999999,0],[10.451,49.00756999999999,0],[10.449849999999998,49.00753,0],[10.449849999999998,49.00729000000004,0],[10.44888,49.007270000000034,0],[10.4485,49.00722000000002,0],[10.44843,49.007450000000006,0],[10.44708,49.00722000000002,0],[10.447109999999999,49.00698,0],[10.44628,49.006860000000046,0],[10.4458,49.00684000000004,0],[10.4453,49.00648000000001,0],[10.44407,49.00614999999999,0],[10.44372,49.005979999999994,0],[10.44351,49.005780000000016,0],[10.443320000000002,49.005690000000016,0],[10.44268,49.005690000000016,0],[10.44245,49.00563,0],[10.44224,49.00552999999999,0],[10.44203,49.005510000000015,0],[10.44201,49.00534999999999,0],[10.441789999999997,49.004970000000014,0],[10.44174,49.00448000000003,0],[10.44164,49.00425999999999,0],[10.440760000000001,49.00398999999999,0],[10.44007,49.00362000000001,0],[10.439159999999998,49.00344999999999,0],[10.438119999999998,49.00287,0],[10.43757,49.002729999999985,0],[10.43593,49.00191000000004,0],[10.43451,49.00164000000001,0],[10.433929999999998,49.00171,0],[10.43342,49.00200000000001,0],[10.43325,49.00229999999999,0],[10.4335,49.002729999999985,0],[10.43391,49.00316999999998,0],[10.43424,49.00373999999999,0],[10.43424,49.003889999999984,0],[10.43406,49.004170000000016,0],[10.43374,49.004459999999966,0],[10.43347,49.004610000000014,0],[10.432769999999998,49.00457,0],[10.431809999999999,49.00447,0],[10.430290000000001,49.00421000000003,0],[10.42834,49.003780000000035,0],[10.427840000000002,49.00386,0],[10.42739,49.00379000000004,0],[10.42652,49.00380000000001,0],[10.42595,49.00371999999999,0],[10.42522,49.003690000000006,0],[10.42505,49.00364999999999,0],[10.42481,49.003889999999984,0],[10.42464,49.00416000000001,0],[10.42415,49.00402999999997,0],[10.42431,49.003829999999994,0],[10.424570000000001,49.00371000000001,0],[10.42452,49.00354999999996,0],[10.424620000000003,49.00337999999999,0],[10.42572,49.002430000000004,0],[10.42582,49.00226000000001,0],[10.427,49.001299999999986,0],[10.42741,49.00117,0],[10.42801,49.00110000000001,0],[10.428510000000001,49.00119000000001,0],[10.42927,49.00110000000001,0],[10.42971,49.000850000000014,0],[10.43009,49.00074999999998,0],[10.43013,49.00049999999996,0],[10.430109999999999,49.000230000000016,0],[10.43026,48.9999,0],[10.43024,48.99978999999999,0],[10.430209999999999,48.99968000000001,0],[10.428539999999998,48.99932000000001,0],[10.42748,48.998909999999995,0],[10.427,48.998790000000014,0],[10.426,48.9983,0],[10.42561,48.99806000000001,0],[10.42549,48.99785,0],[10.424389999999999,48.997450000000015,0],[10.42422,48.996910000000014,0],[10.42424,48.99588,0],[10.42415,48.99565000000001,0],[10.424790000000002,48.99468000000002,0],[10.42476,48.994489999999985,0],[10.42358,48.99382,0],[10.42322,48.99349999999998,0],[10.42269,48.993149999999986,0],[10.42213,48.99304999999998,0],[10.4215,48.9931,0],[10.42116,48.992790000000014,0],[10.42117,48.992549999999994,0],[10.42125,48.99240999999998,0],[10.42092,48.99195,0],[10.420999999999998,48.99180999999999,0],[10.42195,48.99072000000004,0],[10.42239,48.99027000000001,0],[10.42224,48.989990000000006,0],[10.422,48.989869999999996,0],[10.42258,48.98940999999999,0],[10.42337,48.98892999999998,0],[10.422650000000003,48.98837000000003,0],[10.42313,48.98814999999999,0],[10.423789999999999,48.98792,0],[10.42448,48.98774999999998,0],[10.42529,48.987629999999996,0],[10.425760000000002,48.987509999999986,0],[10.426719999999998,48.987329999999986,0],[10.4279,48.987300000000005,0],[10.42781,48.98597000000001,0],[10.42857,48.985960000000006,0],[10.42882,48.98606000000004,0],[10.42896,48.98595,0],[10.429140000000002,48.985569999999996,0],[10.42956,48.98559,0],[10.43113,48.98546999999999,0],[10.43108,48.983949999999965,0],[10.430850000000001,48.98383999999999,0],[10.43201,48.98389,0],[10.432920000000001,48.98397,0],[10.4323,48.983180000000004,0],[10.431589999999998,48.982039999999984,0],[10.43123,48.981570000000005,0],[10.43094,48.98122999999998,0],[10.430549999999998,48.98088999999999,0],[10.430410000000002,48.98097000000004,0],[10.43012,48.981030000000004,0],[10.42885,48.981179999999995,0],[10.42464,48.98192,0],[10.42373,48.981989999999996,0],[10.42222,48.982050000000015,0],[10.419940000000002,48.981810000000024,0],[10.41961,48.981810000000024,0],[10.419039999999999,48.981870000000015,0],[10.41837,48.98185000000001,0],[10.41756,48.982039999999984,0],[10.417139999999998,48.98195999999999,0],[10.41653,48.98196999999999,0],[10.41646,48.981719999999996,0],[10.416560000000002,48.981390000000005,0],[10.41555,48.981269999999995,0],[10.41426,48.98149000000001,0],[10.41383,48.98107999999999,0],[10.41394,48.98033000000001,0],[10.415190000000003,48.98039,0],[10.415499999999998,48.979690000000005,0],[10.41544,48.978909999999985,0],[10.41663,48.978819999999985,0],[10.417700000000002,48.97877,0],[10.4184,48.97880000000001,0],[10.41886,48.97899999999996,0],[10.41991,48.97933999999998,0],[10.42128,48.97919000000002,0],[10.42144,48.979119999999995,0],[10.4219,48.979089999999985,0],[10.422160000000002,48.97913,0],[10.42264,48.97913,0],[10.423789999999999,48.97908000000001,0],[10.42455,48.97885999999997,0],[10.42518,48.97873000000001,0],[10.42547,48.97874999999999,0],[10.425599999999998,48.97872000000001,0],[10.42732,48.97820999999999,0],[10.427379999999998,48.977390000000014,0],[10.426540000000001,48.977450000000005,0],[10.42595,48.977390000000014,0],[10.42567,48.97698,0],[10.42517,48.97708,0],[10.424599999999998,48.977509999999995,0],[10.424130000000002,48.97730999999999,0],[10.423339999999998,48.97824,0],[10.42258,48.978369999999984,0],[10.422160000000002,48.97841999999997,0],[10.42148,48.978459999999984,0],[10.42109,48.978350000000034,0],[10.42035,48.97840999999997,0],[10.420150000000001,48.978470000000016,0],[10.41877,48.978459999999984,0],[10.418300000000002,48.978489999999994,0],[10.41738,48.978459999999984,0],[10.41695,48.97839999999999,0],[10.41627,48.978489999999994,0],[10.41582,48.97839999999999,0],[10.41461,48.97845000000001,0],[10.41438,48.97838999999999,0],[10.414129999999998,48.978380000000016,0],[10.41417,48.97793999999999,0],[10.413529999999998,48.97784999999996,0],[10.413159999999998,48.97773999999998,0],[10.412759999999999,48.97748999999999,0],[10.412460000000001,48.97712999999999,0],[10.411829999999998,48.977090000000004,0],[10.41163,48.97710000000001,0],[10.41134,48.97716,0],[10.41058,48.97743,0],[10.410350000000001,48.97746000000001,0],[10.410570000000002,48.97758999999999,0],[10.41071,48.97761,0],[10.41126,48.97746999999998,0],[10.41144,48.97748999999999,0],[10.41194,48.9777,0],[10.41201,48.977959999999996,0],[10.412,48.978579999999994,0],[10.41025,48.97859,0],[10.410240000000002,48.97865999999999,0],[10.410159999999998,48.9787,0],[10.41011,48.978920000000016,0],[10.40998,48.97913,0],[10.40969,48.979389999999995,0],[10.40923,48.97964999999999,0],[10.40894,48.97989000000001,0],[10.40859,48.98038,0],[10.40724,48.980410000000006,0],[10.405970000000002,48.98034000000001,0],[10.405899999999999,48.98027999999999,0],[10.405820000000002,48.98029,0],[10.40543,48.981120000000004,0],[10.405330000000001,48.98149000000001,0],[10.40529,48.98187999999999,0],[10.40502,48.982380000000006,0],[10.403960000000001,48.98214999999999,0],[10.403960000000001,48.982309999999984,0],[10.40328,48.982140000000044,0],[10.40275,48.98205999999999,0],[10.402469999999997,48.982429999999994,0],[10.40193,48.98334,0],[10.402249999999999,48.98340999999999,0],[10.40171,48.98447999999999,0],[10.40123,48.986080000000015,0],[10.40069,48.98608999999999,0],[10.40031,48.98613,0],[10.39922,48.98719000000003,0],[10.398009999999998,48.98675,0],[10.39711,48.98665,0],[10.396529999999998,48.987329999999986,0],[10.395720000000003,48.98797999999999,0],[10.39529,48.9881,0],[10.39496,48.988249999999994,0],[10.39475,48.98840999999999,0],[10.39457,48.98885999999999,0],[10.39459,48.989390000000014,0],[10.394690000000002,48.989450000000005,0],[10.39488,48.98949999999999,0],[10.394900000000002,48.989689999999996,0],[10.39489,48.98978999999997,0],[10.39471,48.99005,0],[10.394690000000002,48.99024000000003,0],[10.3942,48.99007999999998,0],[10.39383,48.99002999999996,0],[10.3916,48.989990000000006,0],[10.391559999999998,48.989390000000014,0],[10.39065,48.98925,0],[10.38817,48.98906000000002,0],[10.38669,48.9888,0],[10.386209999999998,48.98874000000001,0],[10.38484,48.98863000000003,0],[10.384569999999998,48.98865999999998,0],[10.38421,48.98859999999999,0],[10.3838,48.98844,0],[10.3838,48.98820999999998,0],[10.3832,48.98827,0],[10.38211,48.98830000000001,0],[10.38156,48.98838000000001,0],[10.38114,48.98871,0],[10.38075,48.989120000000014,0],[10.3804,48.989419999999996,0],[10.37962,48.98992000000001,0],[10.37925,48.990200000000016,0],[10.378830000000002,48.99045000000001,0],[10.37868,48.990579999999994,0],[10.3794,48.99063000000001,0],[10.37984,48.99071000000001,0],[10.38075,48.99098000000001,0],[10.38184,48.99161000000001,0],[10.38135,48.99192999999997,0],[10.38207,48.99228000000002,0],[10.3822,48.99277000000001,0],[10.38228,48.99334999999999,0],[10.38203,48.994110000000006,0],[10.3828,48.994200000000035,0],[10.382650000000002,48.994489999999985,0],[10.381529999999998,48.995889999999974,0],[10.3812,48.99636000000001,0],[10.3807,48.996700000000004,0],[10.380819999999998,48.99725999999998,0],[10.38129,48.99790999999999,0],[10.381610000000002,48.998459999999994,0],[10.381789999999999,48.99928,0],[10.38119,48.999419999999986,0],[10.38076,48.999480000000005,0],[10.37986,48.99986000000001,0],[10.37943,49.00011999999998,0],[10.37939,49.00022000000001,0],[10.37784,48.999510000000015,0],[10.377439999999998,48.99996999999999,0],[10.37627,48.99959999999999,0],[10.37609,48.99959000000001,0],[10.375589999999999,49.00020000000001,0],[10.37478,49.001329999999996,0],[10.37462,49.001559999999984,0],[10.37462,49.001679999999965,0],[10.37427,49.001599999999996,0],[10.373960000000002,49.001739999999984,0],[10.37318,49.002729999999985,0],[10.37312,49.00271000000001,0],[10.37301,49.00280000000001,0],[10.372880000000002,49.00301999999999,0],[10.37287,49.00318999999999,0],[10.372909999999997,49.00334000000001,0],[10.373029999999998,49.00343000000001,0],[10.37274,49.00341,0],[10.37146,49.00325000000001,0],[10.37096,49.00313,0],[10.36978,49.00322,0],[10.36912,49.00335999999999,0],[10.368640000000001,49.00353999999999,0],[10.368690000000003,49.00364999999999,0],[10.36815,49.00376000000003,0],[10.366969999999998,49.00373999999999,0],[10.36582,49.00384,0],[10.36547,49.00385,0],[10.36466,49.00380000000001,0],[10.36301,49.003870000000006,0],[10.36184,49.00404,0],[10.36063,49.003960000000006,0],[10.35961,49.00395,0],[10.358689999999998,49.00402,0],[10.358700000000002,49.00470999999999,0],[10.35664,49.00460000000001,0],[10.35642,49.004459999999966,0],[10.356169999999999,49.00459000000001,0],[10.35407,49.00471999999999,0],[10.35408,49.004869999999954,0],[10.353829999999999,49.00534000000002,0],[10.35385,49.00555,0],[10.35457,49.006939999999986,0],[10.35441,49.006969999999995,0],[10.35456,49.007270000000034,0],[10.35477,49.00784999999999,0],[10.355160000000001,49.00841,0],[10.357610000000001,49.01152999999999,0],[10.35726,49.01146,0],[10.355459999999999,49.014489999999995,0],[10.35434,49.01393999999999,0],[10.35294,49.01531,0],[10.351379999999999,49.01454000000004,0],[10.34902,49.01516000000001,0],[10.348879999999998,49.01662999999999,0],[10.34792,49.017240000000015,0],[10.34641,49.017529999999965,0],[10.34549,49.01740000000001,0],[10.34553,49.01760999999999,0],[10.34542,49.018669999999986,0],[10.34604,49.01868000000002,0],[10.34594,49.01956999999999,0],[10.345850000000002,49.01962,0],[10.346000000000002,49.019630000000035,0],[10.34574,49.02051,0],[10.34619,49.02057999999997,0],[10.348809999999999,49.02078,0],[10.34879,49.02101999999999,0],[10.34919,49.021090000000015,0],[10.349270000000002,49.02188000000001,0],[10.34953,49.02184,0],[10.34955,49.02190000000002,0],[10.35055,49.021739999999994,0],[10.35059,49.02194000000003,0],[10.3507,49.021950000000004,0],[10.35072,49.022099999999966,0],[10.35111,49.02211,0],[10.351049999999999,49.02266000000003,0],[10.351120000000002,49.023060000000015,0],[10.35065,49.023090000000025,0],[10.350190000000001,49.023210000000006,0],[10.35005,49.02328,0],[10.3504,49.02482999999998,0],[10.35047,49.02489,0],[10.35022,49.0283,0],[10.350150000000001,49.02832999999998,0],[10.34968,49.02825999999996,0],[10.345560000000003,49.02818000000002,0],[10.34442,49.02803,0],[10.34431,49.02797000000001,0],[10.34416,49.02811,0],[10.34397,49.02804000000003,0],[10.343430000000001,49.027950000000004,0],[10.34328,49.02789999999999,0],[10.34288,49.02807999999999,0],[10.342580000000002,49.02811,0],[10.34174,49.02874000000003,0],[10.33963,49.02841000000001,0],[10.340160000000001,49.02767,0],[10.34027,49.02749,0],[10.34023,49.02744999999999,0],[10.33772,49.02734000000001,0],[10.337639999999999,49.02739,0],[10.33692,49.02741,0],[10.33677,49.02913000000001,0],[10.33662,49.029679999999985,0],[10.33583,49.03023000000002,0],[10.33531,49.03068999999999,0],[10.33511,49.03102000000001,0],[10.334369999999998,49.03143,0],[10.33347,49.03202999999999,0],[10.33291,49.032039999999995,0],[10.33281,49.031859999999995,0],[10.33246,49.031679999999994,0],[10.33224,49.03147999999996,0],[10.33216,49.03133,0],[10.33214,49.03107000000003,0],[10.332,49.03078000000002,0],[10.33189,49.030129999999986,0],[10.332150000000002,49.030010000000004,0],[10.33217,49.029889999999995,0],[10.33208,49.02964,0],[10.33208,49.029319999999984,0],[10.33217,49.028999999999996,0],[10.3325,49.02876999999998,0],[10.332659999999999,49.02853999999999,0],[10.33321,49.02807999999999,0],[10.333290000000002,49.02794,0],[10.333080000000002,49.02751000000001,0],[10.333070000000001,49.02722,0],[10.333219999999999,49.026759999999996,0],[10.33141,49.02662000000004,0],[10.331180000000002,49.02667999999997,0],[10.33112,49.026939999999996,0],[10.3313,49.027060000000006,0],[10.33135,49.027150000000006,0],[10.33131,49.02727999999999,0],[10.33146,49.0274,0],[10.33153,49.02776,0],[10.331249999999999,49.02793,0],[10.33142,49.028009999999995,0],[10.33139,49.02816999999999,0],[10.33112,49.028610000000015,0],[10.330850000000002,49.028719999999964,0],[10.33084,49.02876999999998,0],[10.33073,49.02875,0],[10.33061,49.02879000000004,0],[10.33044,49.02877999999998,0],[10.330429999999998,49.028819999999996,0],[10.33031,49.02883,0],[10.33022,49.02877999999998,0],[10.32992,49.02880999999999,0],[10.32973,49.02876999999998,0],[10.3296,49.028880000000015,0],[10.32962,49.02893000000003,0],[10.329540000000001,49.02897999999999,0],[10.32955,49.02902,0],[10.32948,49.02903999999998,0],[10.329470000000002,49.02906999999999,0],[10.329540000000001,49.02909,0],[10.32952,49.029120000000006,0],[10.3294,49.02915999999999,0],[10.32948,49.02915999999999,0],[10.329470000000002,49.02919000000003,0],[10.32929,49.02929,0],[10.32927,49.02936,0],[10.329210000000002,49.029349999999994,0],[10.3292,49.02940000000001,0],[10.328949999999999,49.029510000000045,0],[10.32893,49.029560000000004,0],[10.3288,49.02962000000002,0],[10.32872,49.029709999999994,0],[10.328649999999998,49.029690000000016,0],[10.328610000000001,49.02982,0],[10.328539999999998,49.02984000000001,0],[10.32856,49.02987999999999,0],[10.32853,49.02993000000001,0],[10.328400000000002,49.029960000000045,0],[10.32846,49.03002000000001,0],[10.328309999999998,49.03002000000001,0],[10.32827,49.030069999999995,0],[10.32814,49.030100000000004,0],[10.328130000000002,49.030129999999986,0],[10.327939999999998,49.030069999999995,0],[10.32792,49.030039999999985,0],[10.32775,49.030069999999995,0],[10.327690000000002,49.03,0],[10.32758,49.029319999999984,0],[10.32758,49.02744999999999,0],[10.32742,49.02699000000001,0],[10.32796,49.02682999999999,0],[10.329140000000002,49.026579999999996,0],[10.32896,49.02620000000002,0],[10.32868,49.025210000000015,0],[10.32918,49.02453999999997,0],[10.32899,49.02420000000001,0],[10.32823,49.024339999999995,0],[10.32793,49.025030000000015,0],[10.32783,49.024970000000025,0],[10.32776,49.024970000000025,0],[10.32751,49.025030000000015,0],[10.32729,49.025019999999984,0],[10.32711,49.02508,0],[10.3271,49.024640000000005,0],[10.32781,49.02445,0],[10.32777,49.02408999999997,0],[10.327130000000002,49.02424000000002,0],[10.327030000000002,49.02432999999996,0],[10.32688,49.02438999999998,0],[10.32625,49.02441999999999,0],[10.32602,49.02440999999999,0],[10.32629,49.02483999999998,0],[10.32619,49.02483999999998,0],[10.326090000000002,49.024910000000006,0],[10.32595,49.024970000000025,0],[10.32585,49.024970000000025,0],[10.32578,49.02494999999999,0],[10.325749999999998,49.024910000000006,0],[10.32577,49.0248,0],[10.32559,49.024779999999964,0],[10.32548,49.024809999999974,0],[10.32544,49.024850000000015,0],[10.32551,49.025000000000006,0],[10.325430000000003,49.025360000000006,0],[10.325230000000001,49.02543,0],[10.32485,49.025180000000006,0],[10.32463,49.02513999999999,0],[10.324559999999998,49.02517,0],[10.324559999999998,49.025300000000016,0],[10.324300000000001,49.02543,0],[10.324350000000003,49.02555000000001,0],[10.3242,49.025649999999956,0],[10.32405,49.02564000000001,0],[10.32399,49.02546000000001,0],[10.323820000000001,49.025379999999984,0],[10.32361,49.0256,0],[10.32343,49.025679999999994,0],[10.32314,49.025769999999994,0],[10.32294,49.025769999999994,0],[10.32287,49.025690000000026,0],[10.32301,49.02557999999999,0],[10.32295,49.025450000000006,0],[10.322859999999999,49.02544,0],[10.32278,49.0256,0],[10.32257,49.025679999999994,0],[10.32239,49.025800000000004,0],[10.32235,49.025859999999994,0],[10.32207,49.025890000000004,0],[10.321999999999997,49.02582000000001,0],[10.322120000000002,49.025739999999985,0],[10.321889999999998,49.02564000000001,0],[10.321659999999998,49.025660000000016,0],[10.32139,49.02543,0],[10.32114,49.02544,0],[10.321040000000002,49.02552,0],[10.32114,49.02561,0],[10.32112,49.02566999999996,0],[10.32102,49.02572000000001,0],[10.32077,49.02573000000004,0],[10.320729999999998,49.02587,0],[10.32056,49.02602000000002,0],[10.32049,49.02612000000002,0],[10.32046,49.02623,0],[10.320889999999999,49.026250000000005,0],[10.32045,49.02686,0],[10.31999,49.02762000000001,0],[10.31958,49.02812,0],[10.31875,49.02870999999999,0],[10.318300000000002,49.02868000000001,0],[10.31715,49.02852999999999,0],[10.316579999999998,49.028639999999996,0],[10.31632,49.02874000000003,0],[10.31611,49.028880000000015,0],[10.315169999999998,49.02933999999999,0],[10.31403,49.02967000000001,0],[10.31267,49.02991,0],[10.31167,49.03071,0],[10.31139,49.03106,0],[10.31111,49.03111000000001,0],[10.31009,49.03181000000001,0],[10.30913,49.03208000000001,0],[10.307599999999999,49.03124,0],[10.30703,49.03139999999999,0],[10.3059,49.03148999999999,0],[10.304659999999998,49.03165000000001,0],[10.30343,49.03151,0],[10.30254,49.03145000000001,0],[10.30254,49.03191000000001,0],[10.30245,49.03233,0],[10.30304,49.032340000000005,0],[10.3031,49.032370000000014,0],[10.30297,49.032899999999955,0],[10.30279,49.03322,0],[10.30274,49.033469999999994,0],[10.30297,49.03411,0],[10.30304,49.03460000000004,0],[10.30285,49.035830000000004,0],[10.3024,49.036610000000024,0],[10.30214,49.03757000000002,0],[10.30202,49.038299999999964,0],[10.30431,49.038110000000046,0],[10.3043,49.038250000000005,0],[10.30416,49.03823,0],[10.30383,49.03826000000001,0],[10.30347,49.03837999999999,0],[10.303250000000002,49.038490000000024,0],[10.30283,49.038790000000006,0],[10.302089999999998,49.03872999999996,0],[10.30194,49.03859,0],[10.3013,49.03933000000001,0],[10.30066,49.04043999999999,0],[10.29951,49.04083,0],[10.29771,49.041529999999995,0],[10.297449999999998,49.04170000000002,0],[10.295439999999997,49.04244,0],[10.29502,49.04252999999997,0],[10.29462,49.042429999999996,0],[10.29373,49.04232999999999,0],[10.29361,49.04199000000003,0],[10.293380000000003,49.04157000000001,0],[10.293120000000002,49.04119,0],[10.292850000000001,49.04092,0],[10.29236,49.04094999999998,0],[10.291370000000002,49.041330000000016,0],[10.2915,49.04149000000001,0],[10.291370000000002,49.04212000000001,0],[10.29144,49.04228999999998,0],[10.2911,49.042129999999986,0],[10.29094,49.041949999999986,0],[10.29082,49.04187000000002,0],[10.29077,49.04173,0],[10.29047,49.041330000000016,0],[10.29013,49.04104000000001,0],[10.28984,49.040880000000016,0],[10.28879,49.041079999999994,0],[10.28799,49.041319999999985,0],[10.28767,49.04128,0],[10.28738,49.041709999999995,0],[10.28729,49.04214000000002,0],[10.28744,49.04232999999999,0],[10.28756,49.04265000000001,0],[10.28792,49.0428,0],[10.287810000000002,49.04292000000001,0],[10.28752,49.04306,0],[10.28701,49.04284999999999,0],[10.28707,49.04283000000001,0],[10.28701,49.0428,0],[10.28702,49.04275999999999,0],[10.2872,49.04265000000001,0],[10.28715,49.04259999999999,0],[10.28724,49.042509999999965,0],[10.28712,49.042239999999964,0],[10.28703,49.042190000000005,0],[10.28702,49.042159999999996,0],[10.287089999999997,49.042159999999996,0],[10.28704,49.04207999999997,0],[10.28646,49.04205999999999,0],[10.286009999999997,49.04212000000001,0],[10.28551,49.04226000000003,0],[10.285499999999999,49.04196000000002,0],[10.28608,49.041799999999995,0],[10.28632,49.04139999999998,0],[10.28672,49.041150000000016,0],[10.28704,49.040869999999984,0],[10.28712,49.040659999999974,0],[10.28723,49.04057,0],[10.287429999999999,49.040610000000015,0],[10.28789,49.04053999999999,0],[10.288509999999999,49.040189999999996,0],[10.28813,49.03985,0],[10.287949999999999,49.039770000000004,0],[10.28741,49.03934000000001,0],[10.28699,49.03881000000001,0],[10.286470000000001,49.03844000000001,0],[10.286030000000002,49.03824,0],[10.285320000000002,49.03799000000001,0],[10.285169999999999,49.03778,0],[10.285119999999997,49.03746000000001,0],[10.284990000000002,49.037090000000006,0],[10.284760000000002,49.03662,0],[10.28438,49.036610000000024,0],[10.28363,49.036789999999996,0],[10.28332,49.03677999999999,0],[10.28311,49.036880000000025,0],[10.282820000000001,49.03710000000001,0],[10.282629999999997,49.03719000000001,0],[10.28228,49.03717,0],[10.28196,49.03727000000001,0],[10.2817,49.037289999999956,0],[10.28098,49.037499999999994,0],[10.28075,49.037530000000004,0],[10.28096,49.03762999999998,0],[10.280900000000003,49.03769,0],[10.27977,49.03793000000002,0],[10.279380000000002,49.03806000000003,0],[10.27864,49.03806000000003,0],[10.27773,49.03818000000001,0],[10.27699,49.03832,0],[10.27699,49.03883999999999,0],[10.27672,49.03933000000001,0],[10.276249999999997,49.03993000000003,0],[10.275579999999998,49.040189999999996,0],[10.27474,49.04067999999998,0],[10.27444,49.04093,0],[10.27495,49.04122000000001,0],[10.27571,49.04193000000001,0],[10.276330000000002,49.042249999999996,0],[10.27672,49.04239000000001,0],[10.277279999999998,49.04266000000001,0],[10.27673,49.04275999999999,0],[10.27524,49.04289,0],[10.27419,49.04302000000001,0],[10.27364,49.04300999999998,0],[10.273459999999998,49.04236,0],[10.272689999999999,49.04244,0],[10.272199999999998,49.04244,0],[10.27221,49.04302000000001,0],[10.271350000000002,49.04283000000001,0],[10.269819999999998,49.042730000000006,0],[10.26979,49.04312999999999,0],[10.2681,49.04300999999998,0],[10.2679,49.04343,0],[10.26729,49.043319999999994,0],[10.26703,49.04455999999999,0],[10.26689,49.04505000000003,0],[10.266460000000002,49.04496,0],[10.26601,49.044820000000016,0],[10.26582,49.0453,0],[10.26561,49.045270000000016,0],[10.26524,49.04529000000002,0],[10.26503,49.045199999999994,0],[10.264839999999998,49.04521,0],[10.26457,49.045169999999985,0],[10.26452,49.04518999999999,0],[10.26442,49.04515000000001,0],[10.264330000000001,49.045169999999985,0],[10.26424,49.04512,0],[10.26409,49.04509999999999,0],[10.26367,49.04490999999999,0],[10.263410000000002,49.04485,0],[10.26328,49.04474999999999,0],[10.26323,49.04464999999999,0],[10.2633,49.04445999999999,0],[10.2632,49.04435000000004,0],[10.26309,49.04433,0],[10.26305,49.04428999999999,0],[10.26298,49.04430000000002,0],[10.26284,49.04417000000001,0],[10.26272,49.04417000000001,0],[10.26265,49.044100000000014,0],[10.2626,49.04410999999996,0],[10.26254,49.044070000000005,0],[10.26241,49.04405,0],[10.26234,49.04399999999998,0],[10.26174,49.043830000000014,0],[10.26184,49.043709999999976,0],[10.26227,49.04343,0],[10.262619999999998,49.04314000000002,0],[10.26301,49.042550000000006,0],[10.26314,49.04221000000001,0],[10.26304,49.04218,0],[10.26255,49.04223000000002,0],[10.26177,49.04241999999999,0],[10.26133,49.04248999999999,0],[10.2609,49.042519999999996,0],[10.26066,49.04257999999999,0],[10.260070000000002,49.04314000000002,0],[10.259719999999998,49.04303999999999,0],[10.25941,49.042910000000006,0],[10.25934,49.04302999999999,0],[10.25884,49.04286999999999,0],[10.25848,49.04262,0],[10.25863,49.04228999999998,0],[10.25867,49.041240000000016,0],[10.25848,49.041139999999984,0],[10.25815,49.04108999999997,0],[10.257770000000002,49.041139999999984,0],[10.257400000000002,49.040729999999996,0],[10.257269999999998,49.04077000000001,0],[10.25685,49.04011,0],[10.256129999999999,49.03945999999996,0],[10.25505,49.03873999999996,0],[10.25417,49.03878000000003,0],[10.2522,49.03900999999999,0],[10.25273,49.03999999999999,0],[10.25155,49.04043999999999,0],[10.250410000000002,49.040670000000006,0],[10.25039,49.041030000000006,0],[10.2501,49.04187000000002,0],[10.24991,49.042129999999986,0],[10.249809999999998,49.042429999999996,0],[10.25054,49.04327000000001,0],[10.251520000000001,49.043830000000014,0],[10.25277,49.04440999999997,0],[10.25325,49.04417000000001,0],[10.25457,49.04375999999999,0],[10.2548,49.044010000000014,0],[10.25538,49.04444999999998,0],[10.25593,49.04444000000001,0],[10.25579,49.04474999999999,0],[10.25538,49.04536999999999,0],[10.25496,49.045810000000046,0],[10.25448,49.046189999999996,0],[10.25405,49.04683,0],[10.2537,49.04723000000001,0],[10.253090000000002,49.04773,0],[10.253160000000001,49.04790999999997,0],[10.2528,49.048100000000034,0],[10.25253,49.048310000000015,0],[10.25231,49.048569999999984,0],[10.252189999999999,49.048869999999994,0],[10.251859999999999,49.049440000000004,0],[10.25184,49.04957999999999,0],[10.251890000000001,49.04970000000003,0],[10.25211,49.04993000000002,0],[10.25257,49.05028999999999,0],[10.25333,49.050790000000006,0],[10.253559999999998,49.05099999999999,0],[10.25374,49.05098000000001,0],[10.25373,49.05108000000001,0],[10.2538,49.051109999999994,0],[10.253860000000001,49.05109999999996,0],[10.25385,49.051140000000004,0],[10.25405,49.05117999999999,0],[10.25404,49.05127999999999,0],[10.25411,49.05129000000002,0],[10.254149999999997,49.05135999999999,0],[10.254390000000003,49.05145999999999,0],[10.25447,49.05145999999999,0],[10.25489,49.05193,0],[10.25496,49.05208999999999,0],[10.25521,49.05208999999999,0],[10.255270000000001,49.052220000000005,0],[10.25531,49.05283,0],[10.25514,49.053750000000036,0],[10.254940000000001,49.054249999999996,0],[10.25533,49.054429999999996,0],[10.255500000000001,49.054010000000005,0],[10.25558,49.05340000000001,0],[10.25561,49.052809999999994,0],[10.25637,49.052779999999984,0],[10.25639,49.05286000000001,0],[10.257009999999998,49.05288999999999,0],[10.25706,49.053889999999996,0],[10.25719,49.053889999999996,0],[10.25731,49.05441999999999,0],[10.25748,49.05487999999997,0],[10.25749,49.055409999999995,0],[10.25763,49.05547999999999,0],[10.25732,49.057529999999986,0],[10.257280000000002,49.05914999999999,0],[10.25693,49.06027,0],[10.25663,49.06102999999999,0],[10.25651,49.06155000000001,0],[10.256679999999998,49.06157000000002,0],[10.256910000000001,49.060810000000004,0],[10.25716,49.06031999999999,0],[10.257400000000002,49.05969000000002,0],[10.25782,49.05981,0],[10.25841,49.059920000000005,0],[10.258610000000001,49.05969999999999,0],[10.25915,49.05975000000001,0],[10.25911,49.05982999999998,0],[10.25955,49.059939999999955,0],[10.26038,49.06029000000001,0],[10.26081,49.06040999999999,0],[10.26223,49.0607,0],[10.26191,49.061139999999966,0],[10.262520000000002,49.061170000000004,0],[10.2628,49.061210000000045,0],[10.263290000000001,49.06133,0],[10.26516,49.06164000000004,0],[10.265530000000002,49.061739999999986,0],[10.26551,49.06179,0],[10.26535,49.06205000000003,0],[10.264260000000002,49.06271000000001,0],[10.263630000000001,49.063170000000014,0],[10.262960000000001,49.06303,0],[10.2621,49.062749999999966,0],[10.261590000000002,49.06406000000001,0],[10.26135,49.06403,0],[10.26131,49.06412,0],[10.26149,49.064250000000015,0],[10.26101,49.06481000000002,0],[10.25923,49.06509,0],[10.25827,49.066720000000004,0],[10.258060000000002,49.06695000000002,0],[10.25822,49.067080000000004,0],[10.25836,49.067260000000005,0],[10.258749999999997,49.06729999999999,0],[10.25922,49.06743000000003,0],[10.25829,49.068340000000006,0],[10.25796,49.068730000000016,0],[10.25827,49.06882999999996,0],[10.25812,49.06939,0],[10.25827,49.0702,0],[10.25808,49.07023000000001,0],[10.25781,49.070190000000025,0],[10.25775,49.07021000000003,0],[10.257730000000002,49.07029,0],[10.25744,49.070310000000006,0],[10.257379999999998,49.070359999999994,0],[10.25726,49.07031999999998,0],[10.257130000000002,49.07033000000001,0],[10.25707,49.070269999999965,0],[10.25686,49.070269999999965,0],[10.25638,49.070430000000016,0],[10.25604,49.070449999999994,0],[10.255760000000002,49.070539999999994,0],[10.25403,49.07117999999997,0],[10.253399999999997,49.07151999999999,0],[10.25327,49.07159999999999,0],[10.253260000000001,49.071709999999996,0],[10.253079999999999,49.071879999999965,0],[10.25243,49.072299999999984,0],[10.25237,49.072310000000016,0],[10.25227,49.07243,0],[10.252189999999999,49.07245,0],[10.252050000000002,49.07256000000001,0],[10.25142,49.072749999999985,0],[10.25113,49.07278000000002,0],[10.25083,49.072900000000004,0],[10.25051,49.07293999999999,0],[10.248740000000002,49.073409999999996,0],[10.248549999999998,49.07345000000001,0],[10.248300000000002,49.07345000000001,0],[10.24782,49.073409999999996,0],[10.24635,49.07380999999998,0],[10.24607,49.07384999999999,0],[10.24592,49.07390000000001,0],[10.24595,49.07427999999999,0],[10.24559,49.07437999999999,0],[10.24394,49.074250000000006,0],[10.24359,49.07420000000002,0],[10.24371,49.07348000000002,0],[10.24394,49.07274000000001,0],[10.24248,49.07233000000002,0],[10.24184,49.07334,0],[10.24182,49.07364000000001,0],[10.2412,49.073589999999996,0],[10.240749999999998,49.07417000000001,0],[10.240120000000001,49.074160000000006,0],[10.239680000000002,49.07446999999999,0],[10.23948,49.07467,0],[10.23883,49.07453000000001,0],[10.23828,49.07449,0],[10.23765,49.07434000000001,0],[10.237340000000001,49.07425999999998,0],[10.23679,49.07397,0],[10.236329999999999,49.07388,0],[10.235370000000001,49.073890000000006,0],[10.23511,49.07422999999997,0],[10.234220000000002,49.07432,0],[10.23451,49.07503,0],[10.23454,49.07526999999999,0],[10.23446,49.07555000000002,0],[10.23402,49.076310000000035,0],[10.2344,49.07646,0],[10.23569,49.07676000000001,0],[10.23747,49.07724999999999,0],[10.23784,49.07751999999999,0],[10.23893,49.07848000000001,0],[10.23931,49.078749999999985,0],[10.23985,49.07936000000001,0],[10.240189999999998,49.07984999999999,0],[10.24043,49.080329999999975,0],[10.24073,49.081109999999995,0],[10.24083,49.08152000000001,0],[10.24087,49.08215000000004,0],[10.24192,49.08198999999999,0],[10.242609999999999,49.08208000000002,0],[10.24274,49.08206000000001,0],[10.24302,49.08152999999999,0],[10.2433,49.08112,0],[10.24252,49.08103,0],[10.241829999999998,49.08078999999998,0],[10.24139,49.080539999999985,0],[10.24122,49.08010999999999,0],[10.24115,49.07981000000001,0],[10.24115,49.079499999999996,0],[10.24155,49.07936000000001,0],[10.242090000000001,49.078959999999995,0],[10.242460000000001,49.078779999999995,0],[10.2431,49.07856000000001,0],[10.244,49.07849999999999,0],[10.24419,49.078900000000004,0],[10.24444,49.07996,0],[10.24589,49.079890000000006,0],[10.246869999999998,49.07975000000002,0],[10.24697,49.07975000000002,0],[10.24699,49.07978,0],[10.247100000000001,49.079830000000015,0],[10.24686,49.08070000000001,0],[10.24592,49.08043000000001,0],[10.24689,49.08112,0],[10.2472,49.08150999999998,0],[10.24728,49.08190999999999,0],[10.2473,49.08225999999999,0],[10.24727,49.082689999999985,0],[10.24708,49.08321000000001,0],[10.247260000000002,49.08327,0],[10.24718,49.08354,0],[10.24764,49.083549999999974,0],[10.24825,49.08363,0],[10.248140000000001,49.08389,0],[10.248,49.084599999999995,0],[10.24798,49.08552,0],[10.2481,49.086310000000026,0],[10.248209999999998,49.08661000000001,0],[10.249249999999998,49.086280000000016,0],[10.24974,49.08729999999997,0],[10.249589999999998,49.08732999999998,0],[10.25001,49.08794000000003,0],[10.250370000000002,49.08834999999999,0],[10.25049,49.08840000000001,0],[10.25031,49.08873,0],[10.25016,49.08915999999999,0],[10.25009,49.08969999999999,0],[10.250249999999998,49.09001000000001,0],[10.25061,49.09026,0],[10.25021,49.09099000000003,0],[10.25059,49.09127000000001,0],[10.2505,49.09142000000003,0],[10.25028,49.09156999999999,0],[10.24962,49.091830000000016,0],[10.24893,49.092190000000045,0],[10.24879,49.09151,0],[10.24775,49.09163000000001,0],[10.2478,49.09192999999996,0],[10.24798,49.09252000000001,0],[10.24938,49.09235000000001,0],[10.2504,49.09210999999999,0],[10.25047,49.092330000000004,0],[10.24974,49.09244000000001,0],[10.24968,49.092610000000036,0],[10.249710000000002,49.092870000000005,0],[10.24956,49.092929999999996,0],[10.249440000000002,49.092809999999986,0],[10.249220000000001,49.092749999999995,0],[10.2485,49.09289000000004,0],[10.24764,49.092989999999986,0],[10.24756,49.09255999999999,0],[10.24731,49.092060000000004,0],[10.24656,49.09223,0],[10.24521,49.091999999999985,0],[10.24545,49.09107,0],[10.24564,49.09064000000001,0],[10.24515,49.09065000000001,0],[10.24403,49.09058999999999,0],[10.243199999999998,49.09058999999999,0],[10.24319,49.090840000000014,0],[10.24338,49.09116,0],[10.24393,49.0917,0],[10.244129999999998,49.09197,0],[10.24426,49.09219999999999,0],[10.24445,49.092719999999986,0],[10.24386,49.09288000000001,0],[10.24277,49.09309999999999,0],[10.242759999999999,49.09272999999999,0],[10.242620000000002,49.092029999999994,0],[10.242,49.09216000000001,0],[10.24152,49.09210999999999,0],[10.24147,49.09205,0],[10.24132,49.09201999999999,0],[10.2409,49.091999999999985,0],[10.23877,49.09205,0],[10.2379,49.091999999999985,0],[10.23765,49.09127000000001,0],[10.23731,49.09109000000001,0],[10.23658,49.09082000000001,0],[10.235930000000002,49.090689999999995,0],[10.235100000000001,49.09046000000001,0],[10.23474,49.09094999999999,0],[10.23451,49.09142000000003,0],[10.2343,49.09205,0],[10.23388,49.09207000000001,0],[10.233499999999998,49.09205,0],[10.23299,49.09195999999997,0],[10.232359999999998,49.09179,0],[10.23238,49.09159,0],[10.23315,49.090270000000004,0],[10.23245,49.090329999999966,0],[10.23208,49.09026,0],[10.23142,49.09024000000002,0],[10.23086,49.09016,0],[10.23052,49.09001000000001,0],[10.22999,49.08989,0],[10.22959,49.08967999999999,0],[10.2293,49.08948000000001,0],[10.22892,49.08931999999999,0],[10.22865,49.08923999999999,0],[10.22803,49.08915999999999,0],[10.227130000000002,49.08937,0],[10.22655,49.08964,0],[10.226270000000001,49.08985000000001,0],[10.22606,49.09012999999999,0],[10.22592,49.09046000000001,0],[10.22582,49.09121999999999,0],[10.22551,49.09159,0],[10.225929999999998,49.092190000000045,0],[10.22606,49.09288000000001,0],[10.22606,49.09317999999999,0],[10.22596,49.09342000000001,0],[10.2255,49.09376,0],[10.22541,49.093879999999984,0],[10.22517,49.09433000000004,0],[10.22508,49.09461999999999,0],[10.22509,49.094900000000024,0],[10.22503,49.095200000000006,0],[10.2253,49.09524999999999,0],[10.22513,49.09563000000003,0],[10.22425,49.09568999999999,0],[10.22414,49.09653,0],[10.223629999999998,49.09682000000001,0],[10.2236,49.09688,0],[10.22307,49.09721999999999,0],[10.22313,49.09727000000001,0],[10.223150000000002,49.09735999999998,0],[10.222959999999999,49.0977,0],[10.22294,49.09786,0],[10.2229,49.09793000000002,0],[10.22284,49.097950000000026,0],[10.22288,49.09800000000001,0],[10.2228,49.098059999999975,0],[10.22272,49.09805,0],[10.22264,49.09810999999999,0],[10.222659999999998,49.09801999999999,0],[10.22254,49.09782000000001,0],[10.22246,49.09776999999997,0],[10.22181,49.097620000000006,0],[10.221370000000002,49.097350000000006,0],[10.22068,49.09724,0],[10.219809999999999,49.09701000000001,0],[10.21956,49.09689,0],[10.21915,49.09680000000003,0],[10.21695,49.096360000000004,0],[10.21568,49.096000000000004,0],[10.21478,49.095699999999994,0],[10.21374,49.095399999999984,0],[10.21352,49.09521999999998,0],[10.213199999999999,49.094780000000014,0],[10.21211,49.09434999999999,0],[10.2117,49.09428999999997,0],[10.21123,49.094300000000004,0],[10.2102,49.094570000000004,0],[10.20987,49.09455,0],[10.20605,49.09667999999999,0],[10.20399,49.097380000000015,0],[10.20502,49.09790000000001,0],[10.20545,49.098150000000004,0],[10.20648,49.09861999999998,0],[10.20623,49.09882999999999,0],[10.20753,49.09937000000002,0],[10.20784,49.09944999999999,0],[10.208249999999998,49.09894,0],[10.208849999999998,49.09832,0],[10.20907,49.09764999999999,0],[10.2094,49.09742,0],[10.209850000000001,49.097170000000006,0],[10.21064,49.09682000000001,0],[10.210709999999999,49.09683000000001,0],[10.210780000000002,49.09688,0],[10.2114,49.09809999999999,0],[10.210699999999997,49.09888999999998,0],[10.21037,49.09940000000003,0],[10.20992,49.099999999999994,0],[10.21044,49.100300000000004,0],[10.210240000000002,49.10061999999999,0],[10.21002,49.10059000000001,0],[10.20967,49.10047,0],[10.20955,49.10029,0],[10.20898,49.099909999999994,0],[10.208600000000002,49.099879999999985,0],[10.20832,49.09980999999999,0],[10.207740000000001,49.099549999999994,0],[10.20747,49.09947,0],[10.20746,49.099410000000006,0],[10.20738,49.09940000000003,0],[10.207300000000002,49.09949,0],[10.20715,49.099519999999984,0],[10.207649999999997,49.099999999999994,0],[10.207670000000002,49.10009999999997,0],[10.20797,49.100269999999995,0],[10.208039999999999,49.10040999999998,0],[10.20801,49.10057000000003,0],[10.20787,49.10071000000002,0],[10.20742,49.10092,0],[10.207479999999999,49.10112000000001,0],[10.20818,49.10127000000003,0],[10.208589999999997,49.10140000000001,0],[10.20934,49.10153,0],[10.209779999999999,49.101560000000006,0],[10.21018,49.10140000000001,0],[10.210340000000002,49.10119,0],[10.210489999999998,49.10119,0],[10.210680000000002,49.10132999999999,0],[10.21099,49.101470000000006,0],[10.211629999999998,49.10167000000001,0],[10.211940000000002,49.10149000000001,0],[10.2119,49.10148000000001,0],[10.212750000000002,49.10077000000001,0],[10.21287,49.10055000000003,0],[10.213269999999998,49.10061999999999,0],[10.21355,49.101020000000005,0],[10.21263,49.10132999999999,0],[10.21222,49.10167000000001,0],[10.21233,49.10167000000001,0],[10.21233,49.10177999999999,0],[10.212420000000002,49.10176999999999,0],[10.21266,49.101969999999966,0],[10.212669999999997,49.10204999999999,0],[10.212790000000002,49.10213000000002,0],[10.21282,49.10220000000001,0],[10.212900000000001,49.10218000000003,0],[10.212910000000003,49.102239999999966,0],[10.21307,49.10231999999999,0],[10.213120000000002,49.10240999999999,0],[10.21317,49.10239999999996,0],[10.21325,49.102540000000005,0],[10.21342,49.10267999999999,0],[10.21347,49.10279,0],[10.213599999999998,49.102900000000034,0],[10.213599999999998,49.10294999999999,0],[10.21378,49.10316,0],[10.21374,49.103189999999984,0],[10.2139,49.10336000000004,0],[10.21388,49.103380000000044,0],[10.21404,49.1035,0],[10.213990000000003,49.103549999999984,0],[10.21401,49.10360000000003,0],[10.214160000000001,49.10371000000001,0],[10.21417,49.10374999999999,0],[10.214320000000003,49.10371000000001,0],[10.2147,49.10369,0],[10.21473,49.10377,0],[10.21494,49.10405000000003,0],[10.21491,49.10417000000001,0],[10.21452,49.10410999999999,0],[10.21444,49.104150000000004,0],[10.214500000000001,49.10417000000001,0],[10.21461,49.10432,0],[10.21474,49.104420000000005,0],[10.21473,49.10449000000003,0],[10.214799999999999,49.10449000000003,0],[10.214799999999999,49.104539999999986,0],[10.214870000000001,49.10453000000001,0],[10.21494,49.104600000000005,0],[10.214899999999998,49.104629999999986,0],[10.215,49.10464999999999,0],[10.21498,49.10467999999997,0],[10.21506,49.104719999999986,0],[10.2151,49.10481999999999,0],[10.215169999999999,49.10485,0],[10.21523,49.10495,0],[10.21532,49.10503,0],[10.21525,49.105069999999984,0],[10.21531,49.10509999999999,0],[10.2153,49.105140000000006,0],[10.21612,49.105999999999995,0],[10.21585,49.106480000000005,0],[10.21563,49.10642999999999,0],[10.2156,49.10646,0],[10.21528,49.10633999999996,0],[10.21493,49.106960000000015,0],[10.21489,49.10694999999998,0],[10.21485,49.10701,0],[10.214899999999998,49.107039999999955,0],[10.21482,49.107050000000015,0],[10.214320000000003,49.10798,0],[10.21351,49.11138,0],[10.21526,49.11128999999997,0],[10.21519,49.11176000000003,0],[10.215430000000001,49.113350000000025,0],[10.216199999999999,49.113350000000025,0],[10.21663,49.11330000000001,0],[10.21818,49.11295999999999,0],[10.21968,49.11282,0],[10.22149,49.11258000000001,0],[10.2222,49.11243000000002,0],[10.223150000000002,49.11219,0],[10.22505,49.11153999999999,0],[10.22735,49.11045999999999,0],[10.22779,49.110300000000024,0],[10.227979999999999,49.11028999999999,0],[10.229349999999998,49.11116999999999,0],[10.22847,49.1113,0],[10.22774,49.111470000000025,0],[10.227379999999998,49.111620000000016,0],[10.22669,49.11229,0],[10.22652,49.11259000000001,0],[10.22651,49.11286000000001,0],[10.226800000000003,49.11296999999999,0],[10.227,49.113159999999965,0],[10.22722,49.11327,0],[10.22981,49.11328,0],[10.22982,49.113320000000016,0],[10.229239999999999,49.11453,0],[10.22911,49.115309999999994,0],[10.229210000000002,49.115610000000004,0],[10.22937,49.115909999999985,0],[10.22934,49.11594999999997,0],[10.22948,49.11703,0],[10.22956,49.117050000000006,0],[10.229170000000002,49.117399999999975,0],[10.228730000000002,49.117670000000004,0],[10.22845,49.117760000000004,0],[10.22629,49.118330000000014,0],[10.224790000000002,49.118979999999965,0],[10.22474,49.119039999999984,0],[10.22509,49.120190000000036,0],[10.22517,49.120220000000046,0],[10.2253,49.120190000000036,0],[10.22552,49.12007,0],[10.22625,49.11989,0],[10.227779999999997,49.11962,0],[10.229189999999997,49.119230000000016,0],[10.229910000000002,49.119140000000016,0],[10.2302,49.11913000000001,0],[10.23054,49.11916000000002,0],[10.230690000000001,49.11926999999997,0],[10.23075,49.11959999999999,0],[10.231649999999998,49.11968000000002,0],[10.23282,49.11971,0],[10.23367,49.11977999999999,0],[10.23488,49.11998,0],[10.23511,49.12017,0],[10.237120000000003,49.12048999999999,0],[10.23721,49.120329999999996,0],[10.2377,49.12065000000004,0],[10.23877,49.12126000000001,0],[10.23863,49.121399999999994,0],[10.23919,49.12164000000001,0],[10.23929,49.121579999999994,0],[10.24053,49.121970000000005,0],[10.240789999999999,49.12210999999999,0],[10.240749999999998,49.12216999999998,0],[10.24106,49.1224,0],[10.24124,49.12262000000001,0],[10.240380000000002,49.12307000000001,0],[10.2401,49.123350000000016,0],[10.24007,49.12344999999999,0],[10.24011,49.12365999999997,0],[10.23998,49.12396000000001,0],[10.24,49.124089999999995,0],[10.24068,49.12452999999999,0],[10.24106,49.12468999999999,0],[10.24136,49.12469999999999,0],[10.24148,49.12474,0],[10.24178,49.124930000000006,0],[10.242159999999998,49.12504999999999,0],[10.24244,49.12527,0],[10.24286,49.125429999999994,0],[10.24286,49.125609999999995,0],[10.24341,49.12585999999999,0],[10.24439,49.12607,0],[10.24488,49.12613999999999,0],[10.24499,49.126000000000005,0],[10.246060000000002,49.126480000000015,0],[10.246309999999998,49.12646999999998,0],[10.24704,49.12658999999999,0],[10.24733,49.126660000000015,0],[10.247810000000001,49.126720000000006,0],[10.2488,49.1267,0],[10.25104,49.12630000000004,0],[10.25107,49.12621999999999,0],[10.25143,49.126979999999975,0],[10.25149,49.12718000000004,0],[10.25171,49.12713999999997,0],[10.25177,49.12724,0],[10.251680000000002,49.127279999999985,0],[10.25167,49.127340000000004,0],[10.252749999999999,49.12995999999998,0],[10.2528,49.12990000000002,0],[10.25702,49.128970000000066,0],[10.25704,49.12903,0],[10.25711,49.12901999999997,0],[10.25711,49.12916000000001,0],[10.25676,49.12971999999999,0],[10.256690000000003,49.12990000000002,0],[10.25663,49.13022000000001,0],[10.25664,49.13043999999999,0],[10.25671,49.130420000000015,0],[10.25672,49.130840000000006,0],[10.25567,49.13186000000002,0],[10.254340000000001,49.13274999999999,0],[10.25217,49.133759999999995,0],[10.25142,49.13398000000001,0],[10.252859999999998,49.135670000000005,0],[10.25336,49.13616999999999,0],[10.253260000000001,49.13623000000001,0],[10.254390000000003,49.13715000000002,0],[10.25495,49.13732999999999,0],[10.255299999999998,49.137490000000014,0],[10.25552,49.13773999999998,0],[10.25556,49.138090000000005,0],[10.255199999999999,49.13844,0],[10.254969999999998,49.138540000000006,0],[10.25436,49.13866999999999,0],[10.25395,49.138840000000016,0],[10.2538,49.139009999999956,0],[10.25377,49.13915,0],[10.25385,49.13944000000001,0],[10.25399,49.13971000000001,0],[10.253999999999998,49.13990000000001,0],[10.25394,49.140299999999996,0],[10.25372,49.14096000000001,0],[10.25305,49.14129,0],[10.25278,49.14157,0],[10.25267,49.141819999999996,0],[10.2525,49.142060000000015,0],[10.25151,49.14186999999998,0],[10.25157,49.14237,0],[10.25181,49.14314000000002,0],[10.25188,49.143689999999964,0],[10.2513,49.143759999999986,0],[10.25049,49.14411999999996,0],[10.24928,49.14483999999996,0],[10.2489,49.14535999999998,0],[10.24864,49.145539999999954,0],[10.24842,49.14600999999999,0],[10.24822,49.14668,0],[10.24815,49.14695000000003,0],[10.24819,49.147249999999985,0],[10.2478,49.14765000000003,0],[10.24769,49.14769000000001,0],[10.24776,49.14777999999998,0],[10.24839,49.14791999999997,0],[10.24846,49.14797999999999,0],[10.24849,49.148390000000035,0],[10.24817,49.14923999999999,0],[10.24804,49.14925000000002,0],[10.247580000000001,49.14917,0],[10.24668,49.14896000000002,0],[10.24557,49.14876000000001,0],[10.24396,49.14881,0],[10.24362,49.14886000000001,0],[10.24243,49.14908,0],[10.24181,49.14927,0],[10.24116,49.14937999999998,0],[10.24041,49.14956000000001,0],[10.24037,49.14945,0],[10.23856,49.14940999999999,0],[10.23847,49.14945,0],[10.23837,49.149429999999995,0],[10.2378,49.15033,0],[10.23747,49.151279999999986,0],[10.23721,49.15165999999999,0],[10.23693,49.151910000000015,0],[10.2362,49.15208000000001,0],[10.235739999999998,49.15210999999999,0],[10.23487,49.15210999999999,0],[10.23378,49.15217999999999,0],[10.232249999999999,49.152680000000004,0],[10.23197,49.15294,0],[10.23161,49.15334000000004,0],[10.23104,49.15347,0],[10.231060000000001,49.15368000000001,0],[10.23127,49.154319999999984,0],[10.231319999999998,49.154679999999985,0],[10.231319999999998,49.155,0],[10.231199999999998,49.15553,0],[10.23242,49.15557000000001,0],[10.232089999999998,49.15602999999996,0],[10.23206,49.156409999999994,0],[10.23156,49.15636000000001,0],[10.23135,49.15665000000001,0],[10.23122,49.15724,0],[10.23059,49.157489999999996,0],[10.22992,49.15766000000002,0],[10.22929,49.15810999999999,0],[10.22834,49.159339999999986,0],[10.22811,49.15956000000003,0],[10.22797,49.15989999999999,0],[10.226739999999998,49.16054,0],[10.2265,49.16069999999999,0],[10.22611,49.160889999999995,0],[10.22521,49.16123999999999,0],[10.22505,49.161400000000015,0],[10.22413,49.161820000000006,0],[10.22372,49.16140999999996,0],[10.22364,49.16120999999998,0],[10.2232,49.160560000000004,0],[10.22267,49.16001000000003,0],[10.22192,49.16015999999999,0],[10.22093,49.16030000000001,0],[10.22027,49.16024999999999,0],[10.21952,49.16014000000001,0],[10.21904,49.160169999999994,0],[10.218609999999998,49.16006999999999,0],[10.21859,49.16059999999999,0],[10.21877,49.16102999999998,0],[10.21939,49.16085000000001,0],[10.21962,49.16098999999997,0],[10.21983,49.16136,0],[10.21974,49.16167999999996,0],[10.21913,49.162890000000004,0],[10.21871,49.16293999999999,0],[10.21863,49.163399999999996,0],[10.21815,49.16347999999999,0],[10.21653,49.16356999999999,0],[10.216130000000001,49.16355999999999,0],[10.21549,49.16364999999999,0],[10.21512,49.16332,0],[10.21491,49.16308000000001,0],[10.21455,49.162379999999985,0],[10.21385,49.162530000000004,0],[10.21345,49.16269,0],[10.21295,49.162800000000004,0],[10.212380000000001,49.16162000000003,0],[10.21239,49.16120999999998,0],[10.212189999999998,49.16084000000001,0],[10.211859999999998,49.16041000000001,0],[10.21169,49.16030999999998,0],[10.21128,49.160079999999994,0],[10.21106,49.16001000000003,0],[10.21099,49.160030000000006,0],[10.210240000000002,49.15992,0],[10.20995,49.15974,0],[10.209680000000002,49.15961999999999,0],[10.20771,49.159310000000005,0],[10.20742,49.159249999999986,0],[10.206700000000001,49.15899999999999,0],[10.20697,49.158000000000044,0],[10.2056,49.15669,0],[10.20545,49.15661000000003,0],[10.205579999999998,49.15652,0],[10.205509999999999,49.15647000000001,0],[10.20553,49.15629000000001,0],[10.20512,49.155609999999996,0],[10.20442,49.15585999999999,0],[10.20393,49.155969999999996,0],[10.20318,49.15629000000001,0],[10.202529999999998,49.15638000000001,0],[10.20219,49.15630999999999,0],[10.20194,49.15629999999996,0],[10.20143,49.156229999999994,0],[10.20076,49.15602000000001,0],[10.20027,49.15568999999999,0],[10.20007,49.155489999999986,0],[10.196830000000002,49.155760000000015,0],[10.19695,49.156769999999995,0],[10.19699,49.15680000000003,0],[10.19835,49.15673000000001,0],[10.19872,49.156949999999995,0],[10.198749999999999,49.15886000000003,0],[10.19883,49.15887000000001,0],[10.19893,49.15896999999998,0],[10.19883,49.15914000000001,0],[10.19957,49.16022000000001,0],[10.19899,49.16066000000001,0],[10.19911,49.16091,0],[10.19591,49.16261000000003,0],[10.196409999999998,49.16307000000003,0],[10.196849999999998,49.16327000000001,0],[10.19724,49.16359,0],[10.19608,49.164559999999994,0],[10.194260000000002,49.165580000000006,0],[10.19364,49.16650000000001,0],[10.193290000000001,49.16685000000001,0],[10.19288,49.167159999999996,0],[10.19259,49.16756000000001,0],[10.19269,49.16801000000001,0],[10.1933,49.168420000000026,0],[10.19412,49.16926999999998,0],[10.19441,49.169419999999974,0],[10.19461,49.16945999999999,0],[10.19473,49.16955999999999,0],[10.194739999999998,49.169610000000006,0],[10.19506,49.16969,0],[10.19516,49.16986,0],[10.19526,49.16991999999999,0],[10.19374,49.170199999999994,0],[10.19242,49.170349999999985,0],[10.19047,49.17079000000001,0],[10.19027,49.170890000000014,0],[10.18969,49.170680000000004,0],[10.188580000000002,49.17058,0],[10.18799,49.169719999999984,0],[10.18772,49.169929999999994,0],[10.18762,49.17016000000001,0],[10.18801,49.17116999999999,0],[10.1882,49.17133999999999,0],[10.18827,49.17187000000001,0],[10.188789999999997,49.171809999999994,0],[10.18905,49.17190000000002,0],[10.18944,49.17196000000001,0],[10.189609999999998,49.17205000000001,0],[10.189470000000002,49.17231000000001,0],[10.18924,49.17248999999998,0],[10.18876,49.17264,0],[10.18849,49.172860000000014,0],[10.18894,49.17345,0],[10.189350000000001,49.173659999999984,0],[10.19003,49.17385999999999,0],[10.18944,49.174319999999994,0],[10.18901,49.17433,0],[10.1883,49.173839999999984,0],[10.188279999999999,49.17356000000004,0],[10.18816,49.17331999999999,0],[10.187909999999999,49.17320000000001,0],[10.18801,49.17299,0],[10.187869999999998,49.172740000000005,0],[10.187570000000001,49.172619999999995,0],[10.18719,49.172709999999995,0],[10.18695,49.17266000000001,0],[10.18676,49.17254,0],[10.18664,49.17233999999999,0],[10.186709999999998,49.171719999999965,0],[10.18685,49.171310000000005,0],[10.187049999999997,49.171040000000005,0],[10.18708,49.17077000000003,0],[10.18676,49.17042000000001,0],[10.18551,49.170559999999995,0],[10.18526,49.17067,0],[10.18485,49.17090000000002,0],[10.18474,49.17104999999998,0],[10.184990000000003,49.17141000000001,0],[10.18521,49.17160000000001,0],[10.185530000000002,49.171610000000015,0],[10.1857,49.171880000000016,0],[10.185669999999998,49.17224999999999,0],[10.185569999999998,49.17260999999996,0],[10.18559,49.172979999999995,0],[10.1854,49.17299,0],[10.18528,49.17276000000001,0],[10.18485,49.17224999999999,0],[10.18434,49.17248000000001,0],[10.183929999999998,49.17276000000001,0],[10.18363,49.17214999999996,0],[10.18336,49.17182,0],[10.1831,49.17183,0],[10.18258,49.17193000000003,0],[10.18208,49.17209,0],[10.18069,49.172619999999995,0],[10.17931,49.17299,0],[10.17827,49.17318,0],[10.17729,49.173249999999996,0],[10.17727,49.17347000000001,0],[10.17741,49.173839999999984,0],[10.17749,49.174589999999995,0],[10.177470000000001,49.17487,0],[10.17739,49.17514000000003,0],[10.17758,49.17533,0],[10.17813,49.17563999999999,0],[10.17836,49.176109999999966,0],[10.17894,49.17642000000001,0],[10.17976,49.176620000000014,0],[10.1806,49.17672999999999,0],[10.181,49.17654999999999,0],[10.18123,49.17670000000001,0],[10.18127,49.17685,0],[10.18109,49.17699999999999,0],[10.18108,49.177400000000006,0],[10.18113,49.17771000000002,0],[10.180970000000002,49.17815000000002,0],[10.180779999999999,49.178510000000045,0],[10.18067,49.17902000000001,0],[10.18103,49.17942999999997,0],[10.18109,49.179730000000006,0],[10.18104,49.18048000000002,0],[10.18113,49.18075999999999,0],[10.18131,49.181070000000005,0],[10.18155,49.181659999999994,0],[10.18144,49.181970000000035,0],[10.18135,49.18260000000001,0],[10.18044,49.18266999999997,0],[10.17967,49.182420000000036,0],[10.17908,49.182420000000036,0],[10.17846,49.18227000000002,0],[10.1775,49.18185,0],[10.17638,49.18159,0],[10.17645,49.18124000000003,0],[10.17632,49.18079000000003,0],[10.17612,49.18038000000004,0],[10.1762,49.17990999999998,0],[10.17477,49.17952,0],[10.1741,49.17939999999999,0],[10.172649999999999,49.17923999999999,0],[10.17137,49.17923999999999,0],[10.17124,49.17844999999997,0],[10.17103,49.17800999999997,0],[10.16953,49.17806999999999,0],[10.16809,49.17822000000001,0],[10.16758,49.17839000000001,0],[10.16765,49.17892000000003,0],[10.16775,49.17917,0],[10.16739,49.17942999999997,0],[10.16687,49.17930999999999,0],[10.166630000000001,49.17929000000001,0],[10.1662,49.17942999999997,0],[10.16641,49.17966000000004,0],[10.166780000000001,49.17993000000004,0],[10.16665,49.180090000000035,0],[10.16594,49.18050000000002,0],[10.16594,49.18072000000001,0],[10.16689,49.18093000000002,0],[10.167249999999997,49.181190000000015,0],[10.166809999999998,49.181280000000015,0],[10.16649,49.18146999999996,0],[10.16635,49.181640000000016,0],[10.16613,49.18179000000001,0],[10.165300000000002,49.18213,0],[10.164930000000002,49.18221999999997,0],[10.16413,49.182469999999995,0],[10.16359,49.18258,0],[10.16312,49.18272000000002,0],[10.16258,49.182950000000005,0],[10.1623,49.18272999999999,0],[10.162150000000002,49.182500000000005,0],[10.161880000000002,49.182590000000005,0],[10.16094,49.18272000000002,0],[10.16029,49.18299999999999,0],[10.159719999999998,49.18299999999999,0],[10.16029,49.18326999999999,0],[10.16086,49.18347,0],[10.16071,49.18350000000004,0],[10.16045,49.18376000000001,0],[10.15988,49.18377000000001,0],[10.15908,49.18381999999997,0],[10.159310000000001,49.18405000000001,0],[10.15966,49.184259999999995,0],[10.160489999999998,49.18508,0],[10.15989,49.185310000000044,0],[10.15955,49.185389999999984,0],[10.15934,49.18547000000004,0],[10.15845,49.185959999999994,0],[10.15767,49.18666999999999,0],[10.156970000000001,49.18769,0],[10.15695,49.18813,0],[10.15742,49.18847999999997,0],[10.15714,49.18905000000001,0],[10.157170000000002,49.19011000000003,0],[10.156669999999998,49.19012000000001,0],[10.15614,49.19009,0],[10.15565,49.19001,0],[10.155079999999998,49.189970000000045,0],[10.15427,49.18997999999999,0],[10.15335,49.190049999999985,0],[10.15283,49.19001,0],[10.15275,49.190169999999995,0],[10.15327,49.19048000000001,0],[10.15328,49.191010000000006,0],[10.15464,49.19096999999999,0],[10.15464,49.19162,0],[10.15573,49.19156000000001,0],[10.15599,49.1917,0],[10.15662,49.192319999999995,0],[10.15699,49.1926,0],[10.15648,49.19263000000001,0],[10.155859999999999,49.19279,0],[10.15522,49.19288,0],[10.15459,49.19290000000001,0],[10.15408,49.19301999999999,0],[10.1522,49.193190000000016,0],[10.15111,49.193359999999956,0],[10.15068,49.193460000000016,0],[10.149319999999998,49.193899999999985,0],[10.148389999999997,49.19402000000002,0],[10.14738,49.19418999999999,0],[10.14671,49.19425000000001,0],[10.14622,49.1944,0],[10.145360000000002,49.19454999999999,0],[10.145240000000001,49.19457999999997,0],[10.145269999999998,49.19469000000001,0],[10.144870000000001,49.19478000000001,0],[10.14352,49.19521,0],[10.14199,49.19538,0],[10.14213,49.19585000000001,0],[10.14214,49.19605999999999,0],[10.1421,49.19639000000001,0],[10.14199,49.19672,0],[10.14125,49.197599999999994,0],[10.14085,49.197810000000004,0],[10.140490000000002,49.197720000000004,0],[10.13979,49.1977,0],[10.13942,49.19744,0],[10.138889999999998,49.19722999999999,0],[10.13834,49.197130000000016,0],[10.13761,49.197689999999994,0],[10.137849999999998,49.19807,0],[10.138139999999998,49.19830999999999,0],[10.13731,49.19884999999999,0],[10.136809999999999,49.19901999999999,0],[10.13583,49.19914,0],[10.13548,49.199250000000006,0],[10.13539,49.19954999999999,0],[10.13554,49.20012000000003,0],[10.13509,49.20024000000001,0],[10.13445,49.20012000000003,0],[10.13401,49.199989999999985,0],[10.133129999999998,49.19981999999999,0],[10.132210000000002,49.19932,0],[10.13161,49.19914,0],[10.13118,49.19917000000001,0],[10.1326,49.19880999999998,0],[10.132990000000001,49.19857999999999,0],[10.13305,49.19839000000002,0],[10.13303,49.19816,0],[10.13283,49.197779999999995,0],[10.132760000000001,49.19767999999999,0],[10.13125,49.197629999999975,0],[10.12963,49.19737000000001,0],[10.12896,49.197209999999984,0],[10.12921,49.196909999999974,0],[10.130020000000002,49.19647999999998,0],[10.13026,49.196259999999995,0],[10.1302,49.196169999999995,0],[10.129789999999998,49.196020000000004,0],[10.12913,49.195660000000004,0],[10.129060000000003,49.19559000000001,0],[10.12696,49.197299999999984,0],[10.126970000000002,49.19731999999996,0],[10.12715,49.19756000000001,0],[10.12805,49.19812000000002,0],[10.12814,49.19815,0],[10.128259999999997,49.19812000000002,0],[10.128940000000002,49.19851,0],[10.13017,49.19887,0],[10.1301,49.19900000000001,0],[10.12937,49.19888,0],[10.12881,49.19884999999999,0],[10.12835,49.198769999999996,0],[10.12835,49.19865999999999,0],[10.12748,49.19888,0],[10.1269,49.19896,0],[10.1264,49.198980000000006,0],[10.12575,49.19892999999999,0],[10.12529,49.198950000000025,0],[10.124860000000002,49.19887,0],[10.124769999999998,49.199659999999994,0],[10.12453,49.20067999999998,0],[10.125630000000001,49.20127000000002,0],[10.12651,49.201660000000004,0],[10.12779,49.201629999999994,0],[10.128859999999998,49.20149000000001,0],[10.12887,49.20183,0],[10.128749999999998,49.201809999999966,0],[10.1287,49.202229999999986,0],[10.12877,49.20266000000001,0],[10.12993,49.203,0],[10.130559999999997,49.20311000000001,0],[10.131089999999999,49.20309,0],[10.13111,49.20339999999996,0],[10.131,49.20356000000001,0],[10.130759999999999,49.203689999999966,0],[10.12876,49.20394999999999,0],[10.12743,49.204169999999976,0],[10.12689,49.205010000000016,0],[10.126970000000002,49.20573999999999,0],[10.12689,49.20622,0],[10.12746,49.20731000000001,0],[10.12762,49.20791000000003,0],[10.12724,49.20845,0],[10.12732,49.20882,0],[10.127310000000001,49.209329999999994,0],[10.12717,49.209749999999985,0],[10.124769999999998,49.20947000000001,0],[10.12484,49.20988,0],[10.12574,49.21082000000001,0],[10.126270000000002,49.21074999999996,0],[10.12792,49.21039999999999,0],[10.12803,49.21018000000001,0],[10.128460000000002,49.21025,0],[10.12923,49.210440000000006,0],[10.12974,49.210499999999996,0],[10.12995,49.210049999999995,0],[10.13029,49.20965999999996,0],[10.130950000000002,49.20974000000001,0],[10.131510000000002,49.20957999999999,0],[10.132060000000001,49.20954999999998,0],[10.13245,49.209760000000045,0],[10.13288,49.20976999999999,0],[10.133690000000001,49.20991000000001,0],[10.134799999999998,49.20989,0],[10.135330000000002,49.20991000000001,0],[10.135810000000001,49.20997999999997,0],[10.1362,49.20997999999997,0],[10.1366,49.209839999999986,0],[10.13757,49.20935,0],[10.13836,49.20938000000001,0],[10.138849999999998,49.209329999999994,0],[10.139080000000002,49.208860000000016,0],[10.139370000000001,49.2089,0],[10.13996,49.20846,0],[10.140519999999999,49.20878999999999,0],[10.13965,49.20956000000001,0],[10.13981,49.209810000000004,0],[10.139850000000001,49.20997999999997,0],[10.139659999999997,49.21046999999999,0],[10.140010000000002,49.21057999999999,0],[10.13983,49.21078,0],[10.13983,49.21096,0],[10.139669999999999,49.211420000000004,0],[10.139659999999997,49.21187999999998,0],[10.1394,49.21248,0],[10.13925,49.21313000000001,0],[10.138849999999998,49.21343999999996,0],[10.138710000000001,49.21361000000002,0],[10.138710000000001,49.21382,0],[10.138509999999998,49.214200000000005,0],[10.1391,49.21430000000001,0],[10.13896,49.21465999999998,0],[10.13921,49.21543,0],[10.139219999999998,49.215900000000005,0],[10.13917,49.21597000000003,0],[10.13887,49.21612999999999,0],[10.138440000000001,49.21629999999999,0],[10.13822,49.21659,0],[10.13813,49.21657999999999,0],[10.13806,49.216740000000044,0],[10.136520000000003,49.21698000000001,0],[10.13642,49.21732,0],[10.13569,49.21743000000001,0],[10.134469999999999,49.21754999999999,0],[10.13242,49.21727999999999,0],[10.13118,49.21861000000001,0],[10.13094,49.21878000000001,0],[10.13073,49.21898999999999,0],[10.13025,49.21928,0],[10.130009999999999,49.21949000000001,0],[10.12956,49.22015999999999,0],[10.129419999999998,49.22021999999998,0],[10.12939,49.22036,0],[10.1287,49.22091,0],[10.12814,49.22211999999999,0],[10.12772,49.22326000000001,0],[10.12711,49.223749999999995,0],[10.12663,49.22462999999996,0],[10.126369999999998,49.22586000000001,0],[10.12632,49.225869999999986,0],[10.12595,49.22722999999999,0],[10.12682,49.22739999999999,0],[10.126779999999998,49.22758999999999,0],[10.12787,49.22775999999999,0],[10.127379999999999,49.22980000000001,0],[10.12689,49.229780000000034,0],[10.12689,49.23021,0],[10.12631,49.23017999999999,0],[10.12654,49.23277999999999,0],[10.126299999999999,49.232879999999994,0],[10.12645,49.23304999999999,0],[10.126530000000002,49.23612,0],[10.12481,49.23756,0],[10.1249,49.23769999999999,0],[10.12304,49.23926,0],[10.123999999999999,49.239540000000005,0],[10.124030000000001,49.239720000000005,0],[10.123860000000002,49.23979,0],[10.12354,49.240170000000006,0],[10.12283,49.24080000000001,0],[10.12291,49.24083999999999,0],[10.12301,49.24114,0],[10.12478,49.24270000000001,0],[10.1232,49.2441,0],[10.12387,49.24468999999999,0],[10.12376,49.24475000000004,0],[10.124439999999998,49.245139999999964,0],[10.12431,49.24567999999999,0],[10.12369,49.24628999999996,0],[10.123330000000001,49.24637000000001,0],[10.12267,49.246730000000014,0],[10.12178,49.24682999999999,0],[10.12177,49.24680000000001,0],[10.12109,49.24679000000003,0],[10.120689999999998,49.246820000000014,0],[10.119840000000002,49.246970000000005,0],[10.12008,49.24754999999999,0],[10.120729999999998,49.24758,0],[10.12155,49.24781999999999,0],[10.1222,49.247749999999996,0],[10.12231,49.248069999999984,0],[10.12286,49.24822,0],[10.123359999999998,49.24852999999999,0],[10.12431,49.24878000000001,0],[10.124740000000001,49.24907000000002,0],[10.1251,49.249210000000005,0],[10.125369999999998,49.24938,0],[10.12584,49.24890999999997,0],[10.12601,49.24895999999998,0],[10.12624,49.24895999999998,0],[10.126519999999998,49.24905000000001,0],[10.12667,49.24905000000001,0],[10.127570000000002,49.24941000000004,0],[10.127709999999999,49.24946,0],[10.12787,49.249449999999996,0],[10.12787,49.24952999999999,0],[10.12805,49.24958000000001,0],[10.12822,49.24958000000001,0],[10.12844,49.24973,0],[10.12858,49.249719999999996,0],[10.12878,49.24979999999999,0],[10.128830000000002,49.24986000000004,0],[10.12907,49.24994000000001,0],[10.12929,49.25008999999997,0],[10.12967,49.25027000000003,0],[10.12976,49.25035,0],[10.12982,49.25036,0],[10.12955,49.25063,0],[10.1299,49.25074000000001,0],[10.13013,49.250850000000014,0],[10.13113,49.251010000000036,0],[10.13218,49.251300000000015,0],[10.13168,49.25253000000001,0],[10.13311,49.25325000000001,0],[10.13284,49.25344999999999,0],[10.132550000000002,49.25373999999999,0],[10.132459999999998,49.25407000000004,0],[10.13175,49.25403,0],[10.13092,49.25389999999999,0],[10.13006,49.25525999999999,0],[10.12973,49.255679999999984,0],[10.12945,49.25629000000001,0],[10.12895,49.256230000000016,0],[10.1304,49.2542,0],[10.12945,49.25385,0],[10.12865,49.253659999999996,0],[10.12807,49.25354999999999,0],[10.12716,49.25344999999999,0],[10.12654,49.254500000000036,0],[10.1259,49.255870000000016,0],[10.12525,49.255630000000025,0],[10.12494,49.255449999999996,0],[10.12453,49.25531000000001,0],[10.124030000000001,49.25524999999999,0],[10.123710000000003,49.25524999999999,0],[10.12275,49.255439999999965,0],[10.12209,49.25564,0],[10.12163,49.255870000000016,0],[10.12096,49.255539999999996,0],[10.12064,49.255769999999984,0],[10.12015,49.255919999999975,0],[10.119,49.2561,0],[10.117660000000003,49.256069999999994,0],[10.116830000000002,49.256080000000026,0],[10.1164,49.25599,0],[10.115360000000003,49.25603000000001,0],[10.1148,49.25594000000004,0],[10.11429,49.255930000000006,0],[10.11324,49.256129999999985,0],[10.11277,49.25630000000001,0],[10.11225,49.25650000000002,0],[10.11191,49.256699999999995,0],[10.1117,49.25686000000002,0],[10.11117,49.25711000000001,0],[10.110819999999999,49.25733999999997,0],[10.1093,49.25783999999999,0],[10.10984,49.258070000000004,0],[10.11068,49.25827000000004,0],[10.11094,49.25839000000002,0],[10.111930000000001,49.25856999999999,0],[10.11237,49.25832,0],[10.1127,49.258070000000004,0],[10.11313,49.257960000000026,0],[10.113489999999999,49.257930000000016,0],[10.113900000000001,49.25832,0],[10.114390000000002,49.258629999999954,0],[10.11447,49.25853999999998,0],[10.11493,49.25873999999999,0],[10.1151,49.25853999999998,0],[10.1157,49.258430000000004,0],[10.11579,49.25810000000001,0],[10.11577,49.257529999999974,0],[10.11564,49.257529999999974,0],[10.11529,49.25761,0],[10.115320000000002,49.257329999999996,0],[10.11593,49.25719000000001,0],[10.11741,49.257149999999996,0],[10.11857,49.25748999999999,0],[10.11908,49.25773000000001,0],[10.1186,49.25810999999999,0],[10.11837,49.25844000000001,0],[10.117980000000001,49.25873000000004,0],[10.11715,49.259150000000005,0],[10.116570000000001,49.25898999999998,0],[10.11595,49.258910000000014,0],[10.11622,49.259379999999965,0],[10.11644,49.25968,0],[10.11667,49.26017999999999,0],[10.1167,49.26043999999999,0],[10.11666,49.26151999999999,0],[10.11656,49.261799999999994,0],[10.116390000000003,49.26271,0],[10.11665,49.262879999999996,0],[10.11678,49.263059999999996,0],[10.116610000000001,49.26379000000003,0],[10.11652,49.26378,0],[10.11652,49.26396,0],[10.11684,49.26420999999999,0],[10.11628,49.26495,0],[10.11621,49.26514,0],[10.116240000000001,49.26534000000001,0],[10.11607,49.26557,0],[10.11538,49.2655,0],[10.11533,49.26564000000002,0],[10.11446,49.265799999999984,0],[10.114409999999998,49.26624000000001,0],[10.11432,49.26659000000001,0],[10.11447,49.26689999999999,0],[10.114720000000002,49.26702,0],[10.11498,49.26734999999999,0],[10.115229999999999,49.26758000000001,0],[10.11548,49.26766000000001,0],[10.11588,49.267570000000006,0],[10.11682,49.267600000000016,0],[10.11749,49.26755000000003,0],[10.117639999999998,49.267960000000016,0],[10.11776,49.26848000000001,0],[10.11822,49.268400000000014,0],[10.11857,49.26830000000001,0],[10.118389999999998,49.26820000000001,0],[10.11864,49.267960000000016,0],[10.11911,49.267390000000006,0],[10.11964,49.266940000000005,0],[10.11982,49.266820000000024,0],[10.1199,49.26684000000003,0],[10.11987,49.26708999999997,0],[10.11991,49.26725999999999,0],[10.11969,49.267619999999994,0],[10.11983,49.26794000000001,0],[10.11956,49.26855999999998,0],[10.1198,49.26869000000002,0],[10.12031,49.268849999999986,0],[10.12022,49.26893000000001,0],[10.12042,49.26920999999999,0],[10.120619999999999,49.269600000000025,0],[10.12142,49.27065999999999,0],[10.12171,49.27114,0],[10.121619999999998,49.272159999999985,0],[10.12146,49.27275,0],[10.12227,49.27377000000001,0],[10.1226,49.274280000000005,0],[10.12318,49.274789999999996,0],[10.1236,49.27496000000002,0],[10.12387,49.274969999999996,0],[10.12447,49.274910000000006,0],[10.1252,49.2749,0],[10.126409999999998,49.274760000000015,0],[10.12635,49.27521999999999,0],[10.12648,49.275319999999994,0],[10.12675,49.27539999999999,0],[10.12667,49.27553,0],[10.12807,49.27593999999999,0],[10.12884,49.27568000000002,0],[10.12999,49.275450000000006,0],[10.13118,49.27474000000001,0],[10.13126,49.27453000000003,0],[10.13081,49.274429999999995,0],[10.12982,49.27438999999998,0],[10.129349999999999,49.27434999999997,0],[10.12822,49.274159999999995,0],[10.12619,49.273740000000004,0],[10.12552,49.27368999999999,0],[10.12543,49.273390000000006,0],[10.1252,49.27306999999999,0],[10.124630000000002,49.27313000000001,0],[10.124030000000001,49.27327,0],[10.12338,49.27335000000002,0],[10.12273,49.27337000000003,0],[10.12244,49.272729999999996,0],[10.12325,49.272429999999986,0],[10.1233,49.27208000000002,0],[10.12367,49.27098999999998,0],[10.12383,49.270610000000005,0],[10.12353,49.27044000000001,0],[10.12331,49.27020999999999,0],[10.12425,49.26919000000001,0],[10.12462,49.26886999999999,0],[10.12516,49.268280000000004,0],[10.12554,49.267990000000026,0],[10.12587,49.26765,0],[10.12625,49.266970000000015,0],[10.12705,49.26611,0],[10.127300000000002,49.265660000000025,0],[10.126710000000001,49.26527999999999,0],[10.12644,49.26518999999996,0],[10.12618,49.26487,0],[10.1261,49.26449000000002,0],[10.12611,49.26415,0],[10.12657,49.264309999999995,0],[10.12654,49.263919999999985,0],[10.12662,49.26364000000001,0],[10.12643,49.26274000000001,0],[10.126299999999999,49.26240999999996,0],[10.127179999999997,49.261979999999994,0],[10.12739,49.26173000000003,0],[10.127640000000001,49.26150999999999,0],[10.127800000000002,49.26156999999998,0],[10.128,49.26177999999999,0],[10.12895,49.26229000000001,0],[10.12866,49.26269999999997,0],[10.128500000000003,49.26303999999999,0],[10.12973,49.26326,0],[10.13018,49.263289999999955,0],[10.13137,49.26392999999999,0],[10.13244,49.26310000000001,0],[10.13308,49.262760000000014,0],[10.13378,49.26222999999999,0],[10.134550000000003,49.26253,0],[10.134909999999998,49.26276999999999,0],[10.13535,49.26312999999996,0],[10.13586,49.26388,0],[10.13653,49.26432999999997,0],[10.13724,49.26441,0],[10.13766,49.26453000000001,0],[10.138849999999998,49.264999999999986,0],[10.140039999999999,49.26638,0],[10.140450000000001,49.26659999999998,0],[10.14056,49.266820000000024,0],[10.14095,49.26719,0],[10.1415,49.267529999999994,0],[10.14194,49.267709999999994,0],[10.14248,49.267830000000004,0],[10.14286,49.267870000000016,0],[10.14358,49.26787999999999,0],[10.14398,49.267859999999985,0],[10.14414,49.267780000000016,0],[10.14719,49.26844,0],[10.14801,49.26884000000001,0],[10.14856,49.26848000000001,0],[10.14893,49.26869000000002,0],[10.14937,49.26902999999999,0],[10.14837,49.26930999999999,0],[10.14775,49.269589999999994,0],[10.14764,49.269540000000006,0],[10.14661,49.27020999999999,0],[10.146730000000002,49.27032000000003,0],[10.14486,49.271739999999994,0],[10.1464,49.272039999999976,0],[10.145690000000002,49.272580000000005,0],[10.145709999999998,49.27263000000002,0],[10.14602,49.27269000000001,0],[10.14597,49.27275999999998,0],[10.146099999999999,49.27279999999999,0],[10.14488,49.27519000000001,0],[10.14547,49.275030000000015,0],[10.146799999999999,49.27496000000002,0],[10.147030000000003,49.27498000000003,0],[10.147,49.27507,0],[10.14802,49.27554000000001,0],[10.14636,49.27709999999996,0],[10.150040000000002,49.278369999999995,0],[10.15003,49.27868000000001,0],[10.15009,49.27892000000003,0],[10.15031,49.27900999999997,0],[10.150480000000002,49.27928,0],[10.150590000000001,49.27976000000001,0],[10.15082,49.280100000000004,0],[10.15114,49.28044,0],[10.151329999999998,49.28075999999999,0],[10.15219,49.28135,0],[10.152780000000002,49.281510000000026,0],[10.15302,49.28164000000001,0],[10.15318,49.281769999999995,0],[10.15318,49.28193999999999,0],[10.153790000000003,49.281800000000004,0],[10.15406,49.281530000000004,0],[10.15425,49.28142,0],[10.154350000000003,49.28116,0],[10.15447,49.28107,0],[10.155930000000001,49.28068999999999,0],[10.1561,49.280669999999986,0],[10.15665,49.28111999999999,0],[10.15498,49.28262999999998,0],[10.15489,49.282849999999996,0],[10.15452,49.28341000000003,0],[10.15416,49.28382000000002,0],[10.15393,49.284310000000005,0],[10.1537,49.284549999999996,0],[10.15347,49.28466,0],[10.15348,49.284729999999996,0],[10.15336,49.28478000000001,0],[10.15338,49.284850000000006,0],[10.1523,49.28462999999999,0],[10.1522,49.28487000000001,0],[10.1506,49.28493,0],[10.15049,49.28437999999997,0],[10.149649999999998,49.28448,0],[10.1493,49.284670000000006,0],[10.14919,49.28546,0],[10.14915,49.28608,0],[10.14968,49.28719000000004,0],[10.149849999999999,49.28772000000001,0],[10.149849999999999,49.288039999999995,0],[10.14848,49.28785999999997,0],[10.147910000000001,49.28782000000001,0],[10.14668,49.28755000000001,0],[10.145730000000002,49.287439999999975,0],[10.1452,49.287589999999994,0],[10.144569999999998,49.287589999999994,0],[10.144200000000001,49.287649999999985,0],[10.143929999999997,49.28805000000003,0],[10.14325,49.28809000000001,0],[10.14278,49.288009999999986,0],[10.14207,49.287800000000004,0],[10.14197,49.28797,0],[10.141189999999998,49.288790000000034,0],[10.141820000000001,49.289019999999965,0],[10.14323,49.28944999999996,0],[10.142929999999998,49.28984,0],[10.14404,49.29021999999998,0],[10.14408,49.290250000000015,0],[10.14398,49.29035000000002,0],[10.14404,49.29035000000002,0],[10.1433,49.29082,0],[10.14292,49.29124999999999,0],[10.14234,49.29121000000001,0],[10.13835,49.29153000000002,0],[10.13808,49.291949999999986,0],[10.13768,49.29274000000001,0],[10.13741,49.29334,0],[10.13731,49.29378,0],[10.13658,49.29423,0],[10.13542,49.29465999999999,0],[10.13449,49.295950000000005,0],[10.13414,49.29590999999999,0],[10.134060000000002,49.29625999999999,0],[10.133989999999999,49.29701,0],[10.13405,49.29701,0],[10.13405,49.29705000000001,0],[10.13456,49.29705000000001,0],[10.13392,49.29888,0],[10.133850000000002,49.2989,0],[10.13341,49.29871,0],[10.133290000000002,49.298760000000016,0],[10.13344,49.298869999999994,0],[10.13338,49.30029999999999,0],[10.13333,49.300340000000006,0],[10.132280000000002,49.30039000000002,0],[10.13229,49.30054999999999,0],[10.132550000000002,49.30055999999999,0],[10.132569999999998,49.30087,0],[10.132430000000001,49.301530000000014,0],[10.13215,49.30241000000001,0],[10.132110000000003,49.30284,0],[10.132459999999998,49.302869999999984,0],[10.13233,49.304,0],[10.13146,49.30506,0],[10.13304,49.3057,0],[10.13358,49.30601999999996,0],[10.134469999999999,49.30644000000001,0],[10.13557,49.307439999999986,0],[10.13648,49.308040000000005,0],[10.13641,49.30805000000001,0],[10.135440000000001,49.309650000000005,0],[10.13549,49.30972,0],[10.136740000000001,49.31034,0],[10.137400000000001,49.31082000000001,0],[10.1383,49.31139999999996,0],[10.13833,49.311469999999986,0],[10.13902,49.311890000000005,0],[10.141270000000002,49.312929999999966,0],[10.141299999999998,49.313030000000026,0],[10.14158,49.313019999999995,0],[10.14169,49.313170000000014,0],[10.1427,49.314160000000015,0],[10.143760000000002,49.31576000000001,0],[10.14395,49.31585999999999,0],[10.14514,49.31634999999997,0],[10.145240000000001,49.316329999999994,0],[10.145379999999998,49.31639999999999,0],[10.14408,49.317859999999996,0],[10.14402,49.317859999999996,0],[10.143460000000001,49.31895,0],[10.14333,49.31927000000002,0],[10.14322,49.32030999999998,0],[10.143,49.32154,0],[10.14274,49.32261,0],[10.14262,49.32255000000001,0],[10.14033,49.32255000000001,0],[10.140259999999998,49.322599999999966,0],[10.14042,49.324539999999985,0],[10.14053,49.324569999999994,0],[10.14007,49.32477,0],[10.14002,49.32503,0],[10.13973,49.325830000000025,0],[10.138810000000001,49.325680000000006,0],[10.13899,49.32601,0],[10.13882,49.325980000000015,0],[10.13984,49.32706999999999,0],[10.1371,49.326750000000004,0],[10.13706,49.32731000000001,0],[10.13712,49.32736,0],[10.135260000000002,49.327049999999986,0],[10.13444,49.32695000000001,0],[10.13437,49.326779999999985,0],[10.13295,49.32679000000002,0],[10.13293,49.32772,0],[10.131489999999998,49.32776000000001,0],[10.130310000000001,49.32767999999996,0],[10.130759999999999,49.32544999999999,0],[10.13003,49.32533999999998,0],[10.12887,49.325080000000014,0],[10.12763,49.324700000000036,0],[10.12669,49.32602,0],[10.12599,49.32562999999999,0],[10.12525,49.32508999999999,0],[10.12494,49.32526999999999,0],[10.12436,49.325500000000005,0],[10.12348,49.32568999999998,0],[10.123370000000001,49.32537999999997,0],[10.12352,49.32526999999999,0],[10.123330000000001,49.32504,0],[10.123069999999998,49.32461000000001,0],[10.122219999999999,49.32490999999999,0],[10.12237,49.32506000000001,0],[10.12034,49.32526999999999,0],[10.11996,49.32649000000001,0],[10.118609999999999,49.32873000000001,0],[10.11866,49.32903999999999,0],[10.11813,49.329080000000005,0],[10.11762,49.329049999999995,0],[10.116709999999998,49.32888000000003,0],[10.115,49.32839000000001,0],[10.114079999999998,49.32963999999998,0],[10.11306,49.329469999999986,0],[10.11235,49.32931000000002,0],[10.11147,49.329099999999954,0],[10.1105,49.32882000000001,0],[10.10896,49.33233000000001,0],[10.10712,49.33242000000001,0],[10.10712,49.33267999999998,0],[10.10849,49.332629999999966,0],[10.1094,49.33255,0],[10.11039,49.33252999999999,0],[10.11141,49.33255,0],[10.111930000000001,49.33251999999999,0],[10.112270000000002,49.33243999999999,0],[10.112860000000001,49.33240000000001,0],[10.11278,49.332780000000014,0],[10.11277,49.33333999999999,0],[10.11292,49.33442000000002,0],[10.11307,49.33518000000001,0],[10.1131,49.33567999999997,0],[10.1083,49.33600999999999,0],[10.1088,49.337909999999994,0],[10.10887,49.33793000000003,0],[10.108689999999998,49.33798999999996,0],[10.10452,49.338480000000004,0],[10.10445,49.33843999999996,0],[10.10428,49.34073000000001,0],[10.10434,49.34079,0],[10.104620000000002,49.34088,0],[10.10455,49.340990000000005,0],[10.10415,49.34129999999999,0],[10.103650000000002,49.34142,0],[10.10322,49.341459999999955,0],[10.10282,49.34451999999996,0],[10.10393,49.34468000000001,0],[10.10389,49.34478999999999,0],[10.10382,49.34483,0],[10.10379,49.346990000000005,0],[10.10388,49.34694999999999,0],[10.10755,49.34737000000001,0],[10.10778,49.347440000000006,0],[10.10924,49.34831,0],[10.109249999999998,49.34836999999999,0],[10.10842,49.34915999999998,0],[10.10852,49.34922999999998,0],[10.1068,49.35285999999999,0],[10.10685,49.35297,0],[10.10795,49.35333,0],[10.10791,49.353260000000006,0],[10.10864,49.35167000000001,0],[10.10871,49.35164,0],[10.1106,49.351849999999985,0],[10.111050000000002,49.35185999999999,0],[10.11164,49.35193000000001,0],[10.11303,49.35192000000001,0],[10.11377,49.35183000000001,0],[10.113900000000001,49.351789999999994,0],[10.113969999999998,49.35175000000001,0],[10.11419,49.35194000000001,0],[10.11466,49.35167999999999,0],[10.11543,49.35139000000001,0],[10.11566,49.35141999999999,0],[10.11878,49.35101,0],[10.11886,49.35095000000001,0],[10.11896,49.350149999999985,0],[10.119030000000002,49.3501,0],[10.1191,49.35016999999999,0],[10.122099999999998,49.35032000000001,0],[10.122180000000002,49.350269999999995,0],[10.12216,49.35035999999997,0],[10.12268,49.35037999999997,0],[10.12378,49.350540000000024,0],[10.12362,49.351169999999996,0],[10.123359999999998,49.35181,0],[10.123029999999998,49.35464999999999,0],[10.12312,49.35473000000002,0],[10.12311,49.35485,0],[10.12431,49.35489999999999,0],[10.12439,49.35495,0],[10.124630000000002,49.35586000000001,0],[10.12458,49.35690999999997,0],[10.12453,49.35687999999999,0],[10.11836,49.35786000000002,0],[10.118279999999999,49.357910000000004,0],[10.11792,49.3596,0],[10.117980000000001,49.35963000000001,0],[10.11771,49.35965999999999,0],[10.114280000000003,49.359790000000004,0],[10.113390000000003,49.35973000000001,0],[10.113329999999998,49.359669999999994,0],[10.11307,49.36026000000001,0],[10.112889999999998,49.360810000000015,0],[10.11273,49.36165,0],[10.11272,49.36202,0],[10.11283,49.36286000000001,0],[10.11278,49.36367000000001,0],[10.11282,49.363969999999995,0],[10.113529999999999,49.36662000000001,0],[10.11734,49.36698999999999,0],[10.11727,49.36754000000002,0],[10.11725,49.36909,0],[10.11656,49.370209999999986,0],[10.11481,49.3715,0],[10.114039999999997,49.372240000000005,0],[10.113460000000002,49.372979999999984,0],[10.11306,49.37342000000001,0],[10.11224,49.37387000000001,0],[10.11118,49.37540999999999,0],[10.110699999999998,49.375879999999995,0],[10.10864,49.37736000000001,0],[10.10727,49.37877,0],[10.10716,49.378919999999994,0],[10.108369999999999,49.380889999999994,0],[10.10879,49.38070999999999,0],[10.10872,49.380769999999984,0],[10.10875,49.38085000000001,0],[10.10913,49.38127,0],[10.109810000000001,49.382180000000005,0],[10.11185,49.38505000000001,0],[10.11201,49.38512,0],[10.11455,49.38526000000002,0],[10.11519,49.38547,0],[10.11682,49.38592,0],[10.11873,49.38638,0],[10.121810000000002,49.38632000000001,0],[10.12191,49.386359999999996,0],[10.1217,49.3879,0],[10.12646,49.3879,0],[10.12646,49.38783999999998,0],[10.12762,49.38772,0],[10.1294,49.387429999999995,0],[10.12948,49.38736,0],[10.130790000000001,49.387159999999994,0],[10.13219,49.38691,0],[10.13203,49.386059999999986,0],[10.13295,49.38602000000003,0],[10.132920000000002,49.38682,0],[10.13405,49.38673,0],[10.13478,49.38669999999999,0],[10.136439999999999,49.38671999999997,0],[10.13659,49.38607999999999,0],[10.13763,49.38614000000001,0],[10.13834,49.38613000000001,0],[10.139219999999998,49.38599000000002,0],[10.13996,49.38584,0],[10.139889999999998,49.385609999999986,0],[10.13981,49.384799999999984,0],[10.139669999999999,49.38436999999999,0],[10.139659999999997,49.384150000000005,0],[10.13977,49.38380000000001,0],[10.13994,49.38354000000001,0],[10.14065,49.38374999999999,0],[10.14139,49.383910000000014,0],[10.14222,49.384150000000005,0],[10.1425,49.38418999999999,0],[10.14254,49.384090000000015,0],[10.142680000000002,49.38398999999998,0],[10.14298,49.38387,0],[10.144569999999998,49.383549999999985,0],[10.14504,49.38469999999998,0],[10.14532,49.38577000000001,0],[10.146060000000002,49.38569000000001,0],[10.14622,49.38633999999999,0],[10.1463,49.38708,0],[10.14632,49.38830999999999,0],[10.14801,49.38821999999999,0],[10.150549999999999,49.388139999999964,0],[10.15063,49.388360000000006,0],[10.151589999999999,49.388329999999996,0],[10.152710000000003,49.388360000000006,0],[10.15625,49.38867000000002,0],[10.15604,49.389579999999995,0],[10.15635,49.38956999999999,0],[10.15665,49.39017999999999,0],[10.156899999999998,49.390199999999965,0],[10.156760000000002,49.39077,0],[10.157610000000002,49.39098999999999,0],[10.158380000000001,49.39102,0],[10.15919,49.390420000000006,0],[10.159609999999999,49.39018999999999,0],[10.160159999999998,49.39017000000001,0],[10.16101,49.39037999999999,0],[10.160950000000001,49.39159999999998,0],[10.16059,49.392600000000044,0],[10.16069,49.39421999999999,0],[10.16092,49.39456999999999,0],[10.16114,49.39471999999998,0],[10.16149,49.39487,0],[10.161650000000002,49.39500000000001,0],[10.16175,49.39526999999998,0],[10.16166,49.39555999999996,0],[10.16094,49.39574999999999,0],[10.160049999999998,49.395820000000015,0],[10.158980000000001,49.396119999999996,0],[10.1584,49.39616000000001,0],[10.158,49.39632,0],[10.15754,49.39646000000002,0],[10.156789999999999,49.396270000000015,0],[10.1561,49.39643000000001,0],[10.1554,49.39649000000003,0],[10.15506,49.396589999999975,0],[10.15494,49.39669000000001,0],[10.15416,49.39708999999999,0],[10.15441,49.397279999999995,0],[10.15439,49.39751000000001,0],[10.15443,49.39762000000002,0],[10.15457,49.39771999999999,0],[10.15445,49.39792,0],[10.15445,49.39798999999999,0],[10.15422,49.39822000000001,0],[10.15428,49.39831000000001,0],[10.15427,49.39857000000001,0],[10.154190000000002,49.39876000000001,0],[10.15398,49.39868999999999,0],[10.15383,49.398709999999994,0],[10.15346,49.398830000000004,0],[10.15298,49.39885000000001,0],[10.15258,49.39894000000001,0],[10.15168,49.39904999999999,0],[10.15147,49.39913999999999,0],[10.151410000000002,49.39913999999999,0],[10.15131,49.39905999999996,0],[10.15123,49.39909,0],[10.1511,49.39929000000001,0],[10.1509,49.39931999999999,0],[10.15075,49.39947000000001,0],[10.15064,49.39947000000001,0],[10.15042,49.399310000000014,0],[10.15032,49.39932999999996,0],[10.14999,49.39956000000004,0],[10.14989,49.39958999999999,0],[10.14973,49.39958999999999,0],[10.149579999999998,49.39967999999999,0],[10.14939,49.39971,0],[10.149280000000001,49.399940000000015,0],[10.14908,49.40001000000001,0],[10.14901,49.40009999999998,0],[10.14885,49.40012999999999,0],[10.14845,49.40033,0],[10.14826,49.400360000000006,0],[10.14815,49.40046000000001,0],[10.14792,49.40055000000001,0],[10.147719999999998,49.400769999999994,0],[10.14771,49.40087,0],[10.14761,49.40093999999996,0],[10.1476,49.40105,0],[10.14748,49.40115,0],[10.1473,49.401219999999995,0],[10.14726,49.40129999999999,0],[10.147279999999999,49.401389999999964,0],[10.14704,49.401489999999995,0],[10.14696,49.40156999999999,0],[10.146660000000002,49.40174999999999,0],[10.14615,49.40194999999997,0],[10.145800000000001,49.40205,0],[10.145609999999998,49.40205,0],[10.144760000000002,49.40244000000001,0],[10.14427,49.40249,0],[10.14404,49.40259000000003,0],[10.143859999999998,49.40263999999999,0],[10.14368,49.402750000000026,0],[10.14308,49.40281999999999,0],[10.14289,49.40289999999999,0],[10.14266,49.40287000000001,0],[10.142310000000002,49.40290999999999,0],[10.14173,49.402859999999976,0],[10.1414,49.40294,0],[10.14128,49.40299999999999,0],[10.141229999999998,49.40307999999999,0],[10.14104,49.40314999999998,0],[10.140940000000002,49.403160000000014,0],[10.1408,49.403129999999976,0],[10.1405,49.40299000000002,0],[10.14019,49.40296000000001,0],[10.1401,49.40307999999999,0],[10.13998,49.40311,0],[10.13961,49.40308999999999,0],[10.139329999999998,49.403009999999995,0],[10.139080000000002,49.403009999999995,0],[10.1389,49.40308999999999,0],[10.138970000000002,49.403250000000014,0],[10.13896,49.403670000000005,0],[10.13961,49.40362999999999,0],[10.13971,49.403760000000034,0],[10.14035,49.40384,0],[10.14087,49.40380999999999,0],[10.14184,49.40383,0],[10.14172,49.403520000000015,0],[10.14261,49.40343999999999,0],[10.143049999999999,49.40335999999999,0],[10.14321,49.40365,0],[10.14417,49.40355999999997,0],[10.14407,49.40339,0],[10.14463,49.403269999999964,0],[10.14572,49.402919999999995,0],[10.14746,49.402469999999994,0],[10.14806,49.40242999999998,0],[10.14857,49.40223,0],[10.14935,49.40136000000001,0],[10.14974,49.40198000000001,0],[10.15119,49.401440000000036,0],[10.15131,49.40122999999997,0],[10.15148,49.401129999999995,0],[10.151620000000001,49.401189999999986,0],[10.15194,49.40124,0],[10.1522,49.40124,0],[10.15186,49.40174999999999,0],[10.15163,49.40241,0],[10.15176,49.40244999999999,0],[10.15169,49.40307999999999,0],[10.151549999999999,49.403099999999995,0],[10.151410000000002,49.40332000000001,0],[10.1512,49.40350999999998,0],[10.1516,49.40379000000004,0],[10.15241,49.40422000000004,0],[10.150920000000001,49.405189999999976,0],[10.1508,49.405230000000046,0],[10.15043,49.40549999999999,0],[10.150150000000002,49.4059,0],[10.14995,49.40630999999999,0],[10.149880000000001,49.40629000000001,0],[10.14979,49.406679999999994,0],[10.14986,49.407190000000014,0],[10.149849999999999,49.40771999999998,0],[10.150000000000002,49.408469999999994,0],[10.14982,49.40848,0],[10.14989,49.40923000000001,0],[10.14972,49.409459999999996,0],[10.14915,49.40984,0],[10.14938,49.4101,0],[10.14937,49.410270000000025,0],[10.14872,49.41073000000003,0],[10.14857,49.41078999999999,0],[10.148609999999998,49.41097999999997,0],[10.14783,49.411160000000024,0],[10.1482,49.411730000000006,0],[10.148389999999997,49.41195999999999,0],[10.149579999999998,49.41176999999999,0],[10.15012,49.411789999999996,0],[10.150960000000001,49.41156999999998,0],[10.15115,49.41144,0],[10.152490000000002,49.41163,0],[10.15241,49.4118,0],[10.15209,49.41219000000001,0],[10.15171,49.41241999999997,0],[10.15144,49.41248999999999,0],[10.15057,49.41258000000002,0],[10.1493,49.41299000000001,0],[10.15032,49.413520000000005,0],[10.15019,49.41380000000004,0],[10.14996,49.414049999999975,0],[10.149110000000002,49.41368,0],[10.14908,49.41385,0],[10.14883,49.414210000000026,0],[10.14755,49.41354000000001,0],[10.1473,49.413730000000015,0],[10.14697,49.41413,0],[10.14715,49.414180000000016,0],[10.146979999999997,49.414559999999994,0],[10.14696,49.41474999999997,0],[10.14683,49.41499999999999,0],[10.14693,49.41502,0],[10.14675,49.415310000000005,0],[10.14678,49.415639999999996,0],[10.1467,49.4161,0],[10.14644,49.41602,0],[10.14611,49.415989999999994,0],[10.14612,49.41666000000001,0],[10.14618,49.41687999999999,0],[10.14635,49.41691,0],[10.1464,49.41752999999997,0],[10.14638,49.41769000000002,0],[10.14612,49.41781,0],[10.145840000000002,49.41819000000001,0],[10.14542,49.41851,0],[10.14575,49.41885000000002,0],[10.144760000000002,49.41985999999997,0],[10.14461,49.41994,0],[10.14458,49.419820000000016,0],[10.14441,49.41978,0],[10.143569999999999,49.42081000000002,0],[10.14332,49.42103,0],[10.14267,49.42152999999999,0],[10.14185,49.421989999999994,0],[10.1414,49.422470000000004,0],[10.14047,49.423130000000015,0],[10.13974,49.42372,0],[10.13948,49.42389,0],[10.13942,49.423850000000016,0],[10.1388,49.42419000000001,0],[10.13735,49.42466000000002,0],[10.13783,49.42526999999998,0],[10.13816,49.42606000000001,0],[10.138249999999998,49.426140000000004,0],[10.13843,49.42616000000001,0],[10.13847,49.427010000000024,0],[10.138619999999998,49.42740999999998,0],[10.13838,49.427899999999994,0],[10.13832,49.42818,0],[10.1381,49.42857000000001,0],[10.138000000000002,49.428450000000026,0],[10.13746,49.42888000000002,0],[10.13738,49.429010000000005,0],[10.13712,49.42921999999999,0],[10.13669,49.42967999999999,0],[10.13577,49.43043,0],[10.136399999999998,49.430800000000005,0],[10.136140000000001,49.43096,0],[10.13575,49.43110000000004,0],[10.135430000000001,49.43106,0],[10.13431,49.43177,0],[10.13368,49.43212,0],[10.134290000000002,49.432709999999986,0],[10.134319999999999,49.43268000000003,0],[10.134869999999998,49.43333999999996,0],[10.13546,49.433279999999996,0],[10.13571,49.43333000000001,0],[10.135949999999998,49.433279999999996,0],[10.13623,49.43334999999999,0],[10.13676,49.43332000000001,0],[10.13695,49.433359999999965,0],[10.13715,49.43321999999998,0],[10.13754,49.43314000000004,0],[10.137689999999997,49.43309000000002,0],[10.137809999999998,49.43309000000002,0],[10.13801,49.43317999999999,0],[10.13783,49.43337,0],[10.137110000000002,49.43386000000004,0],[10.13645,49.43376000000001,0],[10.13562,49.43396999999999,0],[10.13546,49.434109999999976,0],[10.13483,49.43455,0],[10.13434,49.43481,0],[10.134290000000002,49.43496000000002,0],[10.134620000000002,49.43502000000001,0],[10.13452,49.43552,0],[10.13434,49.43549999999999,0],[10.13403,49.436769999999996,0],[10.13382,49.43709999999999,0],[10.13378,49.43714,0],[10.13308,49.43737999999999,0],[10.133129999999998,49.43772999999999,0],[10.13312,49.437929999999994,0],[10.13252,49.43781000000001,0],[10.13194,49.43773999999999,0],[10.132019999999999,49.437780000000004,0],[10.132060000000001,49.43787999999998,0],[10.1314,49.43799000000001,0],[10.13097,49.43797000000001,0],[10.13007,49.43815000000001,0],[10.13006,49.438109999999995,0],[10.12872,49.4384,0],[10.128500000000003,49.43858,0],[10.12819,49.43871999999996,0],[10.12783,49.438680000000005,0],[10.12715,49.43887000000001,0],[10.125809999999998,49.43945999999997,0],[10.124769999999998,49.439989999999995,0],[10.12439,49.44024000000002,0],[10.12404,49.44075000000001,0],[10.123710000000003,49.44135,0],[10.12324,49.44109000000003,0],[10.122699999999998,49.44069999999999,0],[10.12205,49.44109000000003,0],[10.12184,49.44094999999999,0],[10.12156,49.44109000000003,0],[10.121520000000002,49.44134,0],[10.12107,49.44188,0],[10.12039,49.44234,0],[10.12014,49.442710000000005,0],[10.11949,49.44342000000003,0],[10.11889,49.443929999999995,0],[10.11788,49.44298999999998,0],[10.1169,49.443389999999994,0],[10.116049999999998,49.44364999999999,0],[10.11572,49.44370000000001,0],[10.11484,49.443689999999975,0],[10.114419999999999,49.443640000000016,0],[10.112559999999998,49.44328999999999,0],[10.11102,49.442740000000015,0],[10.11036,49.44247999999999,0],[10.11019,49.44236999999998,0],[10.11017,49.44225,0],[10.1105,49.44174000000001,0],[10.111050000000002,49.44121999999999,0],[10.11133,49.44123000000002,0],[10.112519999999998,49.43925999999999,0],[10.1128,49.43887000000001,0],[10.111820000000002,49.438559999999995,0],[10.110850000000001,49.43966,0],[10.110109999999999,49.44031000000001,0],[10.10965,49.440560000000005,0],[10.10943,49.440650000000005,0],[10.10903,49.44096999999999,0],[10.10887,49.44103000000001,0],[10.10874,49.44118,0],[10.10854,49.44127,0],[10.10838,49.44139999999999,0],[10.10809,49.441520000000025,0],[10.10755,49.441869999999994,0],[10.107439999999999,49.442049999999995,0],[10.10722,49.44216,0],[10.107140000000001,49.44224,0],[10.10716,49.44236999999998,0],[10.10712,49.44243000000003,0],[10.10694,49.442530000000005,0],[10.10694,49.44256999999999,0],[10.106810000000001,49.44263999999998,0],[10.10678,49.44269,0],[10.10662,49.44275999999999,0],[10.10662,49.442800000000005,0],[10.10583,49.44328999999999,0],[10.10621,49.44367,0],[10.10621,49.44387000000003,0],[10.10611,49.44409000000002,0],[10.105839999999999,49.4444,0],[10.10467,49.44457000000003,0],[10.10386,49.44479999999999,0],[10.103349999999999,49.44500000000002,0],[10.102650000000002,49.445430000000016,0],[10.102129999999999,49.44570999999999,0],[10.10162,49.44594000000001,0],[10.100380000000001,49.44644999999997,0],[10.099859999999998,49.446560000000005,0],[10.09902,49.44682,0],[10.09869,49.446950000000044,0],[10.09842,49.44716,0],[10.09813,49.44726,0],[10.09743,49.44744,0],[10.09709,49.44747000000001,0],[10.09664,49.44746000000001,0],[10.09643,49.44749999999999,0],[10.09598,49.44764000000001,0],[10.09512,49.44800000000001,0],[10.09488,49.44807,0],[10.09539,49.44884999999999,0],[10.095329999999999,49.44891999999999,0],[10.09542,49.44890000000001,0],[10.09545,49.44894000000002,0],[10.096369999999999,49.450440000000015,0],[10.09688,49.450950000000006,0],[10.09712,49.45131000000001,0],[10.09717,49.451449999999994,0],[10.09731,49.452169999999995,0],[10.09698,49.452330000000046,0],[10.09712,49.4529,0],[10.09719,49.45366000000001,0],[10.09736,49.454499999999996,0],[10.098,49.454890000000006,0],[10.09787,49.45516000000001,0],[10.09773,49.455330000000004,0],[10.09717,49.455760000000026,0],[10.097139999999998,49.45605999999998,0],[10.09758,49.45670000000001,0],[10.097889999999998,49.45701,0],[10.09863,49.45669000000001,0],[10.09899,49.456650000000025,0],[10.09946,49.45663999999999,0],[10.100910000000002,49.45688000000001,0],[10.102880000000003,49.45761999999996,0],[10.10381,49.457850000000036,0],[10.10438,49.457959999999986,0],[10.10542,49.458079999999995,0],[10.10679,49.458560000000006,0],[10.10719,49.458860000000044,0],[10.10764,49.45949999999999,0],[10.10776,49.45985000000002,0],[10.1081,49.460319999999996,0],[10.10722,49.46064000000001,0],[10.106509999999998,49.46085000000002,0],[10.106239999999998,49.46122,0],[10.10539,49.46195,0],[10.10495,49.46258,0],[10.10486,49.46296000000001,0],[10.10504,49.46307999999999,0],[10.1053,49.46318000000002,0],[10.10619,49.46338,0],[10.10677,49.46328999999997,0],[10.10896,49.461990000000014,0],[10.11051,49.462350000000015,0],[10.11087,49.462260000000015,0],[10.11188,49.46235999999999,0],[10.11409,49.46249,0],[10.11436,49.46254999999999,0],[10.11467,49.46231,0],[10.11537,49.46162000000004,0],[10.11591,49.46119999999999,0],[10.11685,49.461630000000014,0],[10.1173,49.461780000000005,0],[10.11752,49.461799999999954,0],[10.118349999999998,49.46222,0],[10.119620000000001,49.46275000000003,0],[10.12042,49.46298999999999,0],[10.1211,49.46323000000004,0],[10.12135,49.46338,0],[10.12177,49.46352999999999,0],[10.12217,49.46378999999999,0],[10.12207,49.464049999999986,0],[10.12198,49.464609999999965,0],[10.121590000000001,49.465100000000035,0],[10.12119,49.465419999999995,0],[10.12109,49.46558999999999,0],[10.12091,49.46549000000002,0],[10.12079,49.46537000000001,0],[10.12068,49.46546000000001,0],[10.12038,49.46599000000003,0],[10.120110000000002,49.46624,0],[10.117909999999998,49.467600000000004,0],[10.117799999999999,49.46808999999996,0],[10.117909999999998,49.46827000000002,0],[10.11786,49.469310000000036,0],[10.11762,49.470230000000015,0],[10.119279999999998,49.47024999999999,0],[10.11949,49.470969999999994,0],[10.11786,49.47153,0],[10.11826,49.472350000000006,0],[10.11792,49.472440000000006,0],[10.11699,49.47243,0],[10.11672,49.472530000000006,0],[10.11609,49.472849999999994,0],[10.115800000000002,49.47303999999997,0],[10.115299999999998,49.47348999999997,0],[10.11491,49.47394000000003,0],[10.11491,49.47397999999998,0],[10.11525,49.47406999999998,0],[10.115310000000001,49.47413,0],[10.11549,49.47453999999999,0],[10.11575,49.47492999999997,0],[10.11635,49.475509999999986,0],[10.11653,49.475799999999964,0],[10.11666,49.47614999999999,0],[10.11662,49.47619,0],[10.11593,49.476259999999996,0],[10.11629,49.478759999999994,0],[10.11506,49.47868,0],[10.114720000000002,49.47863000000004,0],[10.11229,49.478170000000034,0],[10.11137,49.47791000000001,0],[10.109619999999998,49.47977,0],[10.10911,49.48064000000002,0],[10.10898,49.48096000000001,0],[10.10871,49.48136000000002,0],[10.108330000000002,49.482219999999984,0],[10.10817,49.48272,0],[10.1081,49.48271,0],[10.10803,49.48284000000001,0],[10.10478,49.482579999999984,0],[10.105319999999999,49.483580000000046,0],[10.10329,49.48422999999997,0],[10.10324,49.48490000000001,0],[10.100980000000002,49.48573999999999,0],[10.101119999999998,49.48581999999999,0],[10.10134,49.486170000000016,0],[10.10144,49.486579999999975,0],[10.101379999999999,49.486789999999985,0],[10.10111,49.487239999999986,0],[10.10108,49.48744000000002,0],[10.101229999999997,49.48779999999999,0],[10.10211,49.48912999999996,0],[10.10219,49.489289999999954,0],[10.10226,49.48966999999999,0],[10.10218,49.48994999999999,0],[10.102,49.490189999999984,0],[10.10187,49.490279999999984,0],[10.101389999999999,49.490470000000016,0],[10.10077,49.49059,0],[10.10053,49.49072000000001,0],[10.10033,49.490950000000026,0],[10.10028,49.49137000000002,0],[10.100310000000002,49.49171999999999,0],[10.10044,49.49211,0],[10.100669999999997,49.49251000000001,0],[10.1007,49.49250000000001,0],[10.10085,49.49275,0],[10.10093,49.49295000000001,0],[10.101,49.49322000000001,0],[10.100980000000002,49.494020000000035,0],[10.10107,49.49417,0],[10.10122,49.494309999999984,0],[10.10208,49.494789999999995,0],[10.1031,49.49520000000004,0],[10.1042,49.495600000000024,0],[10.10464,49.49567999999999,0],[10.105,49.495709999999974,0],[10.10496,49.49591000000001,0],[10.10488,49.496039999999994,0],[10.10463,49.496219999999994,0],[10.10493,49.49678000000003,0],[10.10525,49.49677,0],[10.10534,49.49681000000001,0],[10.10502,49.49728999999999,0],[10.10505,49.49752000000001,0],[10.104800000000001,49.49764999999999,0],[10.104659999999999,49.497889999999984,0],[10.104099999999999,49.49788000000001,0],[10.10411,49.497960000000035,0],[10.103939999999998,49.497990000000016,0],[10.10318,49.497990000000016,0],[10.10337,49.498279999999994,0],[10.10341,49.49860999999996,0],[10.10679,49.4992,0],[10.10692,49.499359999999996,0],[10.106700000000002,49.49947,0],[10.108400000000001,49.500159999999994,0],[10.10845,49.50044,0],[10.10867,49.50050999999996,0],[10.109080000000002,49.50058000000004,0],[10.10905,49.50069000000002,0],[10.109249999999998,49.50072,0],[10.10939,49.500940000000014,0],[10.109150000000001,49.50137999999998,0],[10.10923,49.501599999999996,0],[10.109370000000002,49.50171000000003,0],[10.10991,49.501949999999965,0],[10.11,49.502020000000016,0],[10.11173,49.502189999999985,0],[10.11444,49.50256000000002,0],[10.11859,49.504309999999975,0],[10.118119999999998,49.50504000000001,0],[10.11774,49.50577999999999,0],[10.11734,49.50680000000003,0],[10.11727,49.507180000000005,0],[10.117419999999997,49.50719000000001,0],[10.117500000000001,49.507149999999996,0],[10.12067,49.50725,0],[10.120729999999998,49.50729000000001,0],[10.12038,49.50927999999999,0],[10.1203,49.509330000000006,0],[10.12141,49.50936999999996,0],[10.121250000000002,49.51102000000003,0],[10.11716,49.51057000000003,0],[10.11636,49.510429999999985,0],[10.11589,49.51123000000001,0],[10.11577,49.51184000000001,0],[10.11551,49.51226,0],[10.11322,49.51215000000002,0],[10.11281,49.512100000000004,0],[10.1111,49.51178999999999,0],[10.108400000000001,49.51134999999999,0],[10.107030000000002,49.513630000000006,0],[10.10592,49.514759999999995,0],[10.10568,49.51508000000001,0],[10.104759999999999,49.51486,0],[10.1037,49.51465999999999,0],[10.10029,49.513679999999994,0],[10.09939,49.51483000000002,0],[10.09672,49.51433,0],[10.09557,49.514050000000026,0],[10.095560000000003,49.51407000000003,0],[10.09397,49.51358999999999,0],[10.09394,49.51362000000003,0],[10.09325,49.513419999999996,0],[10.09257,49.513289999999984,0],[10.090180000000002,49.51290000000003,0],[10.08915,49.51304999999999,0],[10.08772,49.512820000000005,0],[10.08599,49.512339999999995,0],[10.084670000000001,49.51173,0],[10.08341,49.51132999999999,0],[10.0825,49.51116999999999,0],[10.08198,49.51174000000003,0],[10.08056,49.51244999999997,0],[10.07971,49.51301999999998,0],[10.07972,49.513059999999996,0],[10.08348,49.51448000000002,0],[10.08337,49.514530000000036,0],[10.08019,49.518039999999985,0],[10.08019,49.51809,0],[10.07987,49.51791,0],[10.07917,49.51741999999999,0],[10.07794,49.518759999999986,0],[10.07833,49.518959999999964,0],[10.07825,49.51904999999999,0],[10.07935,49.51947000000001,0],[10.0801,49.51966999999999,0],[10.08128,49.519840000000016,0],[10.08208,49.520039999999995,0],[10.081989999999998,49.520070000000004,0],[10.081290000000001,49.52071000000001,0],[10.07901,49.523920000000004,0],[10.080509999999999,49.52438999999998,0],[10.08033,49.52441999999999,0],[10.078840000000001,49.5273,0],[10.07894,49.527409999999975,0],[10.07974,49.527649999999994,0],[10.07978,49.52770000000001,0],[10.080960000000001,49.527950000000004,0],[10.082930000000001,49.52813999999998,0],[10.085939999999999,49.528250000000014,0],[10.086829999999999,49.5283,0],[10.088,49.52841999999998,0],[10.08767,49.53058999999999,0],[10.089489999999998,49.53045999999998,0],[10.08964,49.53036,0],[10.089719999999998,49.530370000000005,0],[10.08941,49.53154000000001,0],[10.08895,49.53246999999999,0],[10.08859,49.53365000000002,0],[10.0919,49.53442000000004,0],[10.091480000000002,49.53487999999999,0],[10.09101,49.53548000000001,0],[10.089950000000002,49.53710000000001,0],[10.08938,49.5377,0],[10.089119999999998,49.53808000000001,0],[10.08813,49.539950000000005,0],[10.08779,49.540700000000015,0],[10.08759,49.541240000000016,0],[10.08749,49.54173,0],[10.08745,49.54226,0],[10.08387,49.54220000000001,0],[10.0837,49.54293000000001,0],[10.08369,49.54323999999997,0],[10.083750000000002,49.543350000000004,0],[10.08376,49.54357999999999,0],[10.083630000000001,49.54357999999999,0],[10.08385,49.54366999999996,0],[10.08387,49.54414000000003,0],[10.08403,49.54484999999997,0],[10.0841,49.54546000000002,0],[10.084039999999998,49.54599000000002,0],[10.08411,49.54645000000002,0],[10.08452,49.54730000000001,0],[10.08313,49.54727,0],[10.082629999999998,49.549620000000004,0],[10.082559999999999,49.550610000000006,0],[10.082590000000001,49.55178000000001,0],[10.083310000000003,49.55184,0],[10.08322,49.55336,0],[10.08321,49.554069999999996,0],[10.082930000000001,49.55466000000001,0],[10.08366,49.554730000000006,0],[10.083109999999998,49.555330000000026,0],[10.08267,49.555679999999995,0],[10.08318,49.55593999999999,0],[10.08268,49.556160000000006,0],[10.08142,49.55664999999999,0],[10.08068,49.55718000000002,0],[10.080640000000002,49.55731,0],[10.08093,49.55811,0],[10.08112,49.55814000000001,0],[10.08086,49.55848,0],[10.081670000000003,49.55883,0],[10.08047,49.55991,0],[10.08068,49.56000000000003,0],[10.08092,49.56013999999999,0],[10.08068,49.56032999999999,0],[10.08038,49.56079,0],[10.080250000000001,49.560869999999994,0],[10.07968,49.56082000000001,0],[10.07928,49.561229999999995,0],[10.07885,49.56137000000001,0],[10.078990000000001,49.561679999999996,0],[10.078440000000002,49.56233000000003,0],[10.078180000000001,49.562479999999994,0],[10.078319999999998,49.5626,0],[10.07649,49.56345000000002,0],[10.07864,49.56506000000002,0],[10.077,49.565560000000005,0],[10.07612,49.565769999999986,0],[10.07498,49.56488999999999,0],[10.074800000000002,49.56478999999999,0],[10.073490000000001,49.56602000000001,0],[10.07304,49.56585000000001,0],[10.0717,49.56733,0],[10.07231,49.56747999999999,0],[10.07264,49.56733,0],[10.07415,49.56778,0],[10.07426,49.56782000000001,0],[10.074019999999999,49.568250000000006,0],[10.07441,49.56828999999999,0],[10.07382,49.56936999999999,0],[10.07356,49.56933000000001,0],[10.07254,49.57237000000001,0],[10.07307,49.57246999999998,0],[10.07302,49.57267999999999,0],[10.07304,49.57297,0],[10.07337,49.57428999999999,0],[10.074299999999997,49.57614000000004,0],[10.074320000000002,49.57722000000001,0],[10.074360000000002,49.57733000000002,0],[10.07464,49.57746,0],[10.07536,49.57749000000001,0],[10.07525,49.580600000000004,0],[10.07307,49.58053000000001,0],[10.07304,49.58136999999999,0],[10.07269,49.58139,0],[10.07288,49.583849999999984,0],[10.07248,49.58382000000003,0],[10.07236,49.5839,0],[10.072159999999998,49.58543000000003,0],[10.07218,49.58607000000001,0],[10.072120000000002,49.586600000000004,0],[10.07137,49.586540000000014,0],[10.07149,49.588179999999994,0],[10.07068,49.588239999999985,0],[10.071559999999998,49.59010000000001,0],[10.07183,49.59022999999999,0],[10.07266,49.59100000000001,0],[10.069549999999998,49.592479999999995,0],[10.07095,49.593500000000006,0],[10.073120000000001,49.59343999999999,0],[10.07323,49.59371999999999,0],[10.074869999999999,49.59441000000001,0],[10.076,49.59482,0],[10.074800000000002,49.59633000000002,0],[10.07732,49.597139999999996,0],[10.07926,49.59768,0],[10.08302,49.59844000000001,0],[10.082590000000001,49.60055,0]],[[10.876169999999998,49.741359999999986,0],[10.87601,49.74162000000001,0],[10.87567,49.741569999999996,0],[10.87485,49.74173999999999,0],[10.87457,49.741499999999974,0],[10.874060000000002,49.74162999999999,0],[10.87381,49.74135000000001,0],[10.87338,49.741420000000005,0],[10.8732,49.74095,0],[10.87361,49.74094000000002,0],[10.87415,49.741029999999995,0],[10.87517,49.740759999999966,0],[10.87521,49.740399999999994,0],[10.87554,49.74019000000001,0],[10.87621,49.74036000000001,0],[10.876620000000003,49.740520000000004,0],[10.87646,49.74092000000002,0],[10.876169999999998,49.741359999999986,0]],[[10.89349,49.740290000000016,0],[10.89324,49.740260000000006,0],[10.89198,49.74029999999996,0],[10.89175,49.74045000000001,0],[10.89157,49.74087,0],[10.89119,49.74109999999999,0],[10.89096,49.741180000000014,0],[10.89044,49.74126000000001,0],[10.89007,49.74119999999999,0],[10.888690000000002,49.741240000000005,0],[10.88872,49.74162999999999,0],[10.88852,49.741660000000024,0],[10.88795,49.74171000000004,0],[10.8873,49.74163999999999,0],[10.88682,49.74176,0],[10.88633,49.74180999999999,0],[10.88545,49.74162000000001,0],[10.884750000000002,49.741600000000005,0],[10.88392,49.74167,0],[10.88323,49.74180000000001,0],[10.88287,49.741979999999984,0],[10.88244,49.74231,0],[10.88283,49.74253999999999,0],[10.88273,49.74261999999999,0],[10.88238,49.74287000000001,0],[10.88193,49.74292,0],[10.88114,49.743300000000005,0],[10.88074,49.74356000000003,0],[10.87987,49.74304999999998,0],[10.88002,49.74274,0],[10.879919999999998,49.742639999999994,0],[10.87936,49.742699999999985,0],[10.8789,49.742909999999995,0],[10.877799999999999,49.74278000000001,0],[10.87793,49.74242000000001,0],[10.87768,49.741690000000034,0],[10.87707,49.741330000000005,0],[10.87715,49.741119999999995,0],[10.87762,49.741150000000005,0],[10.87816,49.740999999999985,0],[10.878590000000003,49.741280000000046,0],[10.87896,49.74137999999999,0],[10.879300000000002,49.74131,0],[10.87953,49.74120999999997,0],[10.879809999999999,49.740970000000004,0],[10.88064,49.74134000000001,0],[10.8817,49.74065999999999,0],[10.88262,49.74020999999999,0],[10.883149999999999,49.73962000000003,0],[10.883369999999998,49.73943,0],[10.88328,49.73922999999999,0],[10.882780000000002,49.73894999999999,0],[10.88228,49.73862,0],[10.88235,49.738429999999966,0],[10.88309,49.73840999999999,0],[10.883369999999998,49.73826,0],[10.88387,49.7381,0],[10.88413,49.73797999999999,0],[10.88489,49.73813999999999,0],[10.88513,49.738110000000006,0],[10.88531,49.73832999999999,0],[10.885599999999998,49.73858000000001,0],[10.88619,49.73856000000001,0],[10.88668,49.73849999999999,0],[10.887239999999998,49.73848000000001,0],[10.88775,49.73854,0],[10.88775,49.738759999999985,0],[10.888130000000002,49.73885999999996,0],[10.88844,49.73888000000002,0],[10.88882,49.738820000000004,0],[10.88927,49.738640000000004,0],[10.88976,49.73832999999999,0],[10.8903,49.73819,0],[10.89092,49.73823999999999,0],[10.89156,49.73805999999999,0],[10.891840000000002,49.73787999999999,0],[10.89217,49.73795000000001,0],[10.89263,49.737899999999996,0],[10.892799999999998,49.737689999999986,0],[10.89327,49.737629999999996,0],[10.89365,49.73888000000002,0],[10.89383,49.73976999999999,0],[10.89365,49.740309999999994,0],[10.89349,49.740290000000016,0]]]},"properties":{"name":"Regierungsbezirk Mittelfranken","description":"\n \n \n \n \n
Gebiet:Regierungsbezirk Mittelfranken
Fläche:7660.0 km²
Anzahl Dateien:1
Größe Download:74.4 MB
\n
Download","styleUrl":"https://atlas.bayern.de/?c=677751,5422939&z=7.589&l=atkis,https%3A%2F%2Fgeodaten.bayern.de%2Fodd%2Fm%2F3%2Fdaten%2Fhausumringe%2Fbezirk%2Fkml%2FHU_regierungsbezirk.kml&t=ba#orange","srid":"3857"}}]} \ No newline at end of file +{ + "type": "FeatureCollection", + "features": [{ + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [[[10.082590000000001, 49.60055, 0], [10.08218, 49.602360000000004, 0], [10.083559999999999, 49.602460000000036, 0], [10.08539, 49.60253, 0], [10.08583, 49.60255999999998, 0], [10.08637, 49.602679999999964, 0], [10.08583, 49.60529, 0], [10.08725, 49.60536999999999, 0], [10.08679, 49.607939999999985, 0], [10.09078, 49.60764, 0], [10.08959, 49.61106000000001, 0], [10.09089, 49.61113999999998, 0], [10.09198, 49.61130000000003, 0], [10.09921, 49.61261999999999, 0], [10.099120000000001, 49.61276000000004, 0], [10.097150000000001, 49.618060000000014, 0], [10.10007, 49.61855000000003, 0], [10.0999, 49.61900000000003, 0], [10.10432, 49.619519999999966, 0], [10.104020000000002, 49.620509999999996, 0], [10.105060000000002, 49.62064000000001, 0], [10.11056, 49.621579999999966, 0], [10.110699999999998, 49.62147999999999, 0], [10.11098, 49.62114, 0], [10.11102, 49.62082000000001, 0], [10.11547, 49.62159, 0], [10.115829999999999, 49.62119999999999, 0], [10.116379999999998, 49.62131000000002, 0], [10.117469999999999, 49.62030999999999, 0], [10.117639999999998, 49.62028999999998, 0], [10.11783, 49.620209999999986, 0], [10.11805, 49.61977999999999, 0], [10.1249, 49.613550000000004, 0], [10.12963, 49.61473000000001, 0], [10.13051, 49.61363000000003, 0], [10.13208, 49.61156, 0], [10.13708, 49.61246, 0], [10.13719, 49.61199000000002, 0], [10.137330000000002, 49.61091999999999, 0], [10.1384, 49.61117999999999, 0], [10.139900000000003, 49.61180999999996, 0], [10.140450000000001, 49.611850000000004, 0], [10.14183, 49.611819999999994, 0], [10.14194, 49.611879999999985, 0], [10.14206, 49.612089999999995, 0], [10.14232, 49.61218000000002, 0], [10.14318, 49.61195000000001, 0], [10.14335, 49.61156, 0], [10.14394, 49.610510000000005, 0], [10.148279999999998, 49.61188999999999, 0], [10.150080000000003, 49.609049999999996, 0], [10.14852, 49.608580000000046, 0], [10.14875, 49.608310000000046, 0], [10.149809999999999, 49.606719999999996, 0], [10.149319999999998, 49.60658000000001, 0], [10.15012, 49.60525000000001, 0], [10.15069, 49.60449, 0], [10.151699999999998, 49.604749999999996, 0], [10.15168, 49.60354000000001, 0], [10.153970000000001, 49.603489999999994, 0], [10.15559, 49.59849999999997, 0], [10.155639999999998, 49.59683000000001, 0], [10.15716, 49.596990000000005, 0], [10.15715, 49.59608, 0], [10.15729, 49.59432000000004, 0], [10.168900000000002, 49.58940999999999, 0], [10.16973, 49.58903000000001, 0], [10.170149999999998, 49.588779999999986, 0], [10.17118, 49.58828, 0], [10.17218, 49.58765, 0], [10.173060000000001, 49.590689999999995, 0], [10.17334, 49.59145000000001, 0], [10.17377, 49.593140000000034, 0], [10.1742, 49.59548000000001, 0], [10.17492, 49.59542000000002, 0], [10.17508, 49.597350000000006, 0], [10.17502, 49.599350000000015, 0], [10.17866, 49.599410000000006, 0], [10.1788, 49.598240000000004, 0], [10.178849999999999, 49.598119999999994, 0], [10.17968, 49.59810999999999, 0], [10.18098, 49.59854999999999, 0], [10.18131, 49.59861999999998, 0], [10.18591, 49.60022000000001, 0], [10.18813, 49.600899999999996, 0], [10.18811, 49.60115999999999, 0], [10.188540000000001, 49.60152999999997, 0], [10.19003, 49.601, 0], [10.19127, 49.60164, 0], [10.19127, 49.601260000000025, 0], [10.19182, 49.60131000000001, 0], [10.191920000000001, 49.601, 0], [10.19211, 49.60068000000001, 0], [10.192290000000002, 49.600419999999986, 0], [10.192549999999999, 49.600149999999985, 0], [10.19582, 49.59987000000001, 0], [10.195670000000002, 49.603170000000006, 0], [10.1999, 49.60282000000001, 0], [10.2003, 49.60509999999999, 0], [10.20041, 49.60665, 0], [10.20051, 49.607309999999956, 0], [10.20053, 49.60825, 0], [10.20181, 49.61309, 0], [10.20188, 49.61349000000004, 0], [10.20194, 49.61430999999999, 0], [10.20189, 49.61553000000001, 0], [10.201609999999999, 49.61699999999999, 0], [10.20146, 49.61752000000001, 0], [10.20134, 49.61778000000001, 0], [10.201159999999998, 49.61801, 0], [10.20093, 49.618179999999995, 0], [10.20067, 49.618269999999995, 0], [10.20053, 49.61840999999998, 0], [10.200229999999998, 49.61892, 0], [10.199870000000002, 49.62004999999999, 0], [10.1998, 49.62042999999997, 0], [10.199679999999999, 49.62144000000001, 0], [10.199650000000002, 49.622600000000006, 0], [10.1997, 49.62324000000001, 0], [10.199650000000002, 49.62362999999999, 0], [10.199639999999999, 49.62412000000003, 0], [10.19966, 49.62419999999997, 0], [10.19999, 49.624269999999996, 0], [10.20007, 49.62432000000001, 0], [10.200189999999997, 49.62458000000001, 0], [10.20027, 49.62531000000001, 0], [10.20022, 49.62567999999999, 0], [10.200239999999999, 49.62626000000003, 0], [10.205949999999998, 49.62650999999997, 0], [10.20542, 49.62746999999999, 0], [10.20648, 49.627890000000036, 0], [10.207879999999998, 49.62831, 0], [10.20752, 49.629189999999994, 0], [10.20872, 49.62948, 0], [10.20838, 49.63034999999999, 0], [10.20958, 49.63067000000001, 0], [10.20954, 49.630300000000005, 0], [10.209779999999999, 49.62968000000001, 0], [10.211299999999998, 49.629909999999995, 0], [10.21136, 49.629999999999995, 0], [10.211519999999998, 49.631159999999966, 0], [10.211650000000002, 49.63125999999994, 0], [10.21226, 49.63144, 0], [10.21259, 49.631489999999985, 0], [10.213529999999999, 49.631489999999985, 0], [10.21823, 49.63141999999999, 0], [10.21823, 49.63293999999999, 0], [10.22159, 49.63273000000001, 0], [10.22158, 49.63256999999999, 0], [10.22201, 49.632509999999996, 0], [10.221960000000001, 49.63207000000003, 0], [10.22198, 49.63175000000001, 0], [10.22217, 49.63123999999999, 0], [10.222259999999999, 49.631140000000016, 0], [10.22414, 49.63150000000002, 0], [10.22468, 49.63106000000002, 0], [10.22752, 49.63020000000003, 0], [10.22786, 49.63007999999999, 0], [10.22866, 49.62968999999998, 0], [10.232949999999999, 49.62983, 0], [10.23837, 49.62917999999999, 0], [10.238150000000001, 49.63006999999999, 0], [10.238970000000002, 49.62974000000003, 0], [10.2395, 49.629470000000026, 0], [10.24043, 49.62889999999999, 0], [10.24062, 49.62867, 0], [10.242690000000001, 49.627410000000026, 0], [10.243430000000002, 49.626919999999984, 0], [10.24414, 49.627250000000004, 0], [10.24444, 49.62702999999999, 0], [10.246060000000002, 49.626149999999996, 0], [10.24709, 49.625850000000014, 0], [10.24778, 49.625760000000014, 0], [10.24933, 49.62522999999999, 0], [10.25106, 49.62534999999997, 0], [10.25223, 49.62548000000001, 0], [10.25355, 49.62551000000002, 0], [10.254149999999997, 49.625280000000004, 0], [10.25461, 49.62503000000001, 0], [10.255230000000001, 49.62486000000001, 0], [10.25651, 49.624840000000034, 0], [10.25751, 49.62486000000001, 0], [10.258170000000002, 49.62492, 0], [10.258949999999999, 49.624930000000006, 0], [10.259839999999999, 49.62485000000001, 0], [10.26134, 49.62465999999998, 0], [10.26297, 49.62473, 0], [10.26406, 49.62482000000003, 0], [10.26499, 49.62456, 0], [10.2655, 49.624539999999996, 0], [10.26608, 49.62443999999999, 0], [10.26655, 49.624329999999986, 0], [10.26712, 49.62414000000001, 0], [10.269269999999999, 49.62520000000001, 0], [10.27081, 49.624570000000006, 0], [10.27111, 49.62434999999999, 0], [10.27198, 49.62390999999997, 0], [10.27246, 49.62362000000002, 0], [10.27301, 49.62308999999999, 0], [10.27356, 49.622739999999965, 0], [10.27398, 49.622540000000015, 0], [10.27439, 49.62241, 0], [10.27463, 49.62234999999998, 0], [10.27489, 49.62234999999998, 0], [10.275060000000002, 49.62228999999999, 0], [10.27588, 49.621820000000014, 0], [10.27619, 49.621700000000004, 0], [10.276810000000001, 49.6216, 0], [10.27769, 49.62128999999996, 0], [10.27781, 49.62128000000001, 0], [10.27821, 49.62114999999997, 0], [10.27872, 49.62096, 0], [10.279289999999998, 49.62052, 0], [10.27986, 49.62018000000003, 0], [10.28127, 49.619410000000016, 0], [10.281980000000003, 49.619110000000006, 0], [10.28229, 49.61914999999999, 0], [10.28274, 49.61927, 0], [10.28444, 49.61973000000003, 0], [10.285119999999997, 49.619999999999976, 0], [10.28566, 49.620299999999986, 0], [10.28609, 49.62047000000004, 0], [10.28701, 49.62071, 0], [10.28771, 49.62076999999999, 0], [10.28792, 49.620900000000034, 0], [10.28941, 49.622209999999995, 0], [10.291150000000002, 49.62389999999999, 0], [10.292850000000001, 49.62549999999999, 0], [10.293000000000001, 49.62567999999999, 0], [10.29508, 49.62512000000001, 0], [10.29622, 49.62463999999997, 0], [10.29661, 49.624360000000024, 0], [10.29811, 49.62545, 0], [10.299870000000002, 49.626270000000005, 0], [10.30052, 49.626720000000034, 0], [10.3013, 49.627170000000035, 0], [10.301840000000002, 49.62693999999996, 0], [10.30239, 49.62655000000001, 0], [10.30274, 49.62589, 0], [10.302959999999999, 49.62476000000001, 0], [10.30364, 49.62350000000001, 0], [10.30393, 49.62322, 0], [10.304070000000001, 49.62303, 0], [10.304190000000002, 49.62270000000001, 0], [10.30495, 49.62213, 0], [10.30544, 49.62186999999997, 0], [10.306300000000002, 49.62123, 0], [10.30787, 49.62119999999999, 0], [10.30851, 49.62104000000002, 0], [10.30853, 49.62186, 0], [10.30803, 49.622690000000006, 0], [10.3085, 49.62317999999999, 0], [10.30896, 49.62374, 0], [10.30895, 49.62395000000001, 0], [10.30922, 49.62434999999999, 0], [10.30935, 49.62447, 0], [10.3098, 49.62482000000003, 0], [10.31003, 49.62489999999997, 0], [10.31066, 49.625, 0], [10.31195, 49.62496999999999, 0], [10.31308, 49.62514999999999, 0], [10.3139, 49.62517, 0], [10.314390000000001, 49.62513999999999, 0], [10.316579999999998, 49.62489999999997, 0], [10.317509999999999, 49.624930000000006, 0], [10.3185, 49.62503000000001, 0], [10.31898, 49.6251, 0], [10.31995, 49.62537999999998, 0], [10.32083, 49.625339999999994, 0], [10.321659999999998, 49.62521000000001, 0], [10.32275, 49.62529000000001, 0], [10.32403, 49.62529000000001, 0], [10.32494, 49.62517, 0], [10.32488, 49.623710000000045, 0], [10.32522, 49.623069999999984, 0], [10.32567, 49.622739999999965, 0], [10.32648, 49.623069999999984, 0], [10.326870000000001, 49.62316000000001, 0], [10.327609999999998, 49.62316000000001, 0], [10.328089999999998, 49.62307999999999, 0], [10.328379999999997, 49.62311, 0], [10.328909999999999, 49.623519999999985, 0], [10.32908, 49.62361000000001, 0], [10.3293, 49.623670000000004, 0], [10.32988, 49.62371999999999, 0], [10.331359999999998, 49.62360000000001, 0], [10.33204, 49.62337000000002, 0], [10.33309, 49.62326999999999, 0], [10.33351, 49.623189999999965, 0], [10.33411, 49.62286, 0], [10.33508, 49.62279000000001, 0], [10.33564, 49.622799999999984, 0], [10.33653, 49.62302, 0], [10.33742, 49.62308999999999, 0], [10.33828, 49.622960000000006, 0], [10.33916, 49.62306000000001, 0], [10.33959, 49.62317999999999, 0], [10.34027, 49.623279999999994, 0], [10.340899999999998, 49.62332000000001, 0], [10.34192, 49.6233, 0], [10.34236, 49.623249999999985, 0], [10.34358, 49.62293, 0], [10.34382, 49.62289000000001, 0], [10.34468, 49.62293, 0], [10.34542, 49.62289000000001, 0], [10.346209999999997, 49.62279000000001, 0], [10.34667, 49.622670000000056, 0], [10.347530000000003, 49.622270000000015, 0], [10.34791, 49.622240000000005, 0], [10.34827, 49.62227999999996, 0], [10.348589999999998, 49.62236999999999, 0], [10.3492, 49.62264999999999, 0], [10.34995, 49.622739999999965, 0], [10.35036, 49.62285, 0], [10.35055, 49.62292000000002, 0], [10.35087, 49.62313, 0], [10.35125, 49.623429999999956, 0], [10.352120000000001, 49.62390999999997, 0], [10.352490000000001, 49.62405000000001, 0], [10.3528, 49.62413000000001, 0], [10.353829999999999, 49.62422999999998, 0], [10.354429999999999, 49.62422999999998, 0], [10.35555, 49.62437, 0], [10.356360000000002, 49.62465, 0], [10.35722, 49.62499, 0], [10.35772, 49.625069999999994, 0], [10.35806, 49.62519, 0], [10.35905, 49.625609999999995, 0], [10.35948, 49.62589, 0], [10.36001, 49.626000000000005, 0], [10.36025, 49.62630999999999, 0], [10.36047, 49.62671000000003, 0], [10.36108, 49.62762000000001, 0], [10.36105, 49.62834000000001, 0], [10.36095, 49.628859999999975, 0], [10.36098, 49.629009999999994, 0], [10.36133, 49.62948, 0], [10.36153, 49.62997999999999, 0], [10.36168, 49.63013999999998, 0], [10.36258, 49.63049000000004, 0], [10.36434, 49.63139000000001, 0], [10.364490000000002, 49.63166000000001, 0], [10.36496, 49.631969999999995, 0], [10.36566, 49.63198, 0], [10.36596, 49.63195999999999, 0], [10.367310000000002, 49.63172, 0], [10.36851, 49.63166000000001, 0], [10.36883, 49.63161999999997, 0], [10.3692, 49.63147999999998, 0], [10.3727, 49.631399999999985, 0], [10.37383, 49.631460000000004, 0], [10.374099999999999, 49.63144, 0], [10.37432, 49.63147000000001, 0], [10.37654, 49.63199, 0], [10.376999999999999, 49.632059999999996, 0], [10.37829, 49.63212999999999, 0], [10.37911, 49.63238999999999, 0], [10.38002, 49.63252, 0], [10.381079999999999, 49.63279, 0], [10.381419999999999, 49.63283000000001, 0], [10.38189, 49.63283000000001, 0], [10.38245, 49.63293999999999, 0], [10.382999999999997, 49.63328000000001, 0], [10.38353, 49.63355999999999, 0], [10.38423, 49.63374999999999, 0], [10.38508, 49.633849999999995, 0], [10.38692, 49.634299999999996, 0], [10.3874, 49.63423999999998, 0], [10.387770000000002, 49.634000000000015, 0], [10.38808, 49.63423999999998, 0], [10.38794, 49.63455999999999, 0], [10.387290000000002, 49.63499999999999, 0], [10.386470000000001, 49.635369999999966, 0], [10.38591, 49.63578000000001, 0], [10.38518, 49.63607999999999, 0], [10.384880000000003, 49.63624999999999, 0], [10.3849, 49.6369, 0], [10.38448, 49.63754, 0], [10.38422, 49.63786000000002, 0], [10.38364, 49.63837000000001, 0], [10.3831, 49.639099999999985, 0], [10.38243, 49.64053000000004, 0], [10.38199, 49.64125999999999, 0], [10.381720000000001, 49.641909999999996, 0], [10.38188, 49.64240000000001, 0], [10.381980000000002, 49.64295000000001, 0], [10.382189999999998, 49.643260000000026, 0], [10.382189999999998, 49.643579999999986, 0], [10.382019999999999, 49.64408, 0], [10.381720000000001, 49.644679999999994, 0], [10.38133, 49.64519999999999, 0], [10.38074, 49.645809999999955, 0], [10.38041, 49.646240000000006, 0], [10.38017, 49.646889999999985, 0], [10.3802, 49.64739, 0], [10.38016, 49.64893000000001, 0], [10.37988, 49.64951000000002, 0], [10.37926, 49.65035999999998, 0], [10.379040000000002, 49.65051, 0], [10.37696, 49.651520000000005, 0], [10.3755, 49.65270000000001, 0], [10.374659999999999, 49.65350999999998, 0], [10.37382, 49.65393, 0], [10.373150000000003, 49.65438, 0], [10.37256, 49.65523999999999, 0], [10.371989999999998, 49.65577000000002, 0], [10.37154, 49.65635000000003, 0], [10.370829999999998, 49.65676000000002, 0], [10.36983, 49.65762000000001, 0], [10.369379999999998, 49.65851000000001, 0], [10.36926, 49.65895999999998, 0], [10.36842, 49.65962999999999, 0], [10.36779, 49.66060999999999, 0], [10.36698, 49.66129000000004, 0], [10.36622, 49.66181, 0], [10.36633, 49.66188, 0], [10.36744, 49.66227999999998, 0], [10.367779999999998, 49.66269, 0], [10.36802, 49.66323, 0], [10.36595, 49.66390999999999, 0], [10.364420000000003, 49.664379999999994, 0], [10.363699999999998, 49.66445999999999, 0], [10.36307, 49.66495000000003, 0], [10.362779999999999, 49.665099999999995, 0], [10.362630000000001, 49.6653, 0], [10.36269, 49.66548999999998, 0], [10.36271, 49.665850000000006, 0], [10.363659999999998, 49.66593, 0], [10.36418, 49.66651999999999, 0], [10.36536, 49.66714999999999, 0], [10.3661, 49.66709999999998, 0], [10.3673, 49.66693000000001, 0], [10.36758, 49.66693000000001, 0], [10.36817, 49.66709, 0], [10.3687, 49.667370000000005, 0], [10.36899, 49.66756000000001, 0], [10.369049999999998, 49.66772, 0], [10.36859, 49.66801000000001, 0], [10.36814, 49.668440000000004, 0], [10.367800000000003, 49.66884999999999, 0], [10.36763, 49.669340000000005, 0], [10.36752, 49.669880000000006, 0], [10.367530000000002, 49.670710000000014, 0], [10.36795, 49.67182, 0], [10.36799, 49.67203000000001, 0], [10.36748, 49.67266999999998, 0], [10.36665, 49.67322999999999, 0], [10.36443, 49.67461, 0], [10.36198, 49.67635000000001, 0], [10.361550000000001, 49.67675, 0], [10.36145, 49.67689000000004, 0], [10.36131, 49.676980000000015, 0], [10.360780000000002, 49.67773, 0], [10.36071, 49.677779999999984, 0], [10.36046, 49.67784, 0], [10.35979, 49.677869999999984, 0], [10.3593, 49.67770999999999, 0], [10.35774, 49.67755, 0], [10.358139999999999, 49.67792, 0], [10.35882, 49.67824999999999, 0], [10.35886, 49.67900999999998, 0], [10.36015, 49.68075000000002, 0], [10.36261, 49.68054999999998, 0], [10.363099999999998, 49.67963, 0], [10.3664, 49.68081000000001, 0], [10.367640000000002, 49.68130999999997, 0], [10.367870000000002, 49.68171000000001, 0], [10.36804, 49.68213, 0], [10.36688, 49.68323000000001, 0], [10.36886, 49.68404000000001, 0], [10.36878, 49.68433999999996, 0], [10.36919, 49.684470000000005, 0], [10.369419999999998, 49.686150000000026, 0], [10.37006, 49.68625, 0], [10.37006, 49.68648999999999, 0], [10.37013, 49.686560000000014, 0], [10.37212, 49.68676999999997, 0], [10.37341, 49.686830000000015, 0], [10.37333, 49.68753000000001, 0], [10.373, 49.68866, 0], [10.373399999999998, 49.68869000000001, 0], [10.373990000000001, 49.68878000000004, 0], [10.37516, 49.68907999999999, 0], [10.37595, 49.688410000000005, 0], [10.37681, 49.688619999999986, 0], [10.3777, 49.687929999999994, 0], [10.37742, 49.687419999999975, 0], [10.376669999999999, 49.68701999999999, 0], [10.37565, 49.68630000000002, 0], [10.375560000000002, 49.686170000000004, 0], [10.3755, 49.685869999999994, 0], [10.37532, 49.685569999999984, 0], [10.37531, 49.68543, 0], [10.37541, 49.68495999999999, 0], [10.37561, 49.68450999999999, 0], [10.37625, 49.68404000000001, 0], [10.37642, 49.683719999999994, 0], [10.37732, 49.684650000000005, 0], [10.37793, 49.684650000000005, 0], [10.378270000000002, 49.68468999999999, 0], [10.37849, 49.68487999999999, 0], [10.37983, 49.68514999999999, 0], [10.380720000000002, 49.685159999999996, 0], [10.38139, 49.685209999999984, 0], [10.38206, 49.685209999999984, 0], [10.38261, 49.68526, 0], [10.38523, 49.68495999999999, 0], [10.385729999999999, 49.68609000000001, 0], [10.38604, 49.68636000000001, 0], [10.386539999999998, 49.686620000000005, 0], [10.38679, 49.68749, 0], [10.38716, 49.68791999999999, 0], [10.38715, 49.68799999999999, 0], [10.38675, 49.6884, 0], [10.38666, 49.68856999999997, 0], [10.38664, 49.68878000000004, 0], [10.38676, 49.68903, 0], [10.3869, 49.68916999999999, 0], [10.38712, 49.689520000000044, 0], [10.38719, 49.68988000000002, 0], [10.38712, 49.69001, 0], [10.38728, 49.690740000000005, 0], [10.38417, 49.69072, 0], [10.38359, 49.69082, 0], [10.381899999999998, 49.69134, 0], [10.381490000000001, 49.69162, 0], [10.38118, 49.69156000000004, 0], [10.380940000000002, 49.69163, 0], [10.380779999999998, 49.69173000000001, 0], [10.38083, 49.69182000000001, 0], [10.38139, 49.692079999999976, 0], [10.38227, 49.69261, 0], [10.3822, 49.692769999999996, 0], [10.382189999999998, 49.692909999999955, 0], [10.3828, 49.693539999999985, 0], [10.38273, 49.694019999999995, 0], [10.382580000000003, 49.69403, 0], [10.38192, 49.6934, 0], [10.38125, 49.69314000000003, 0], [10.38065, 49.69305, 0], [10.38015, 49.69269000000003, 0], [10.37955, 49.69245999999998, 0], [10.37905, 49.692189999999954, 0], [10.37851, 49.692189999999954, 0], [10.37687, 49.69158999999999, 0], [10.37658, 49.691159999999996, 0], [10.376330000000001, 49.690979999999996, 0], [10.37619, 49.69094000000001, 0], [10.376139999999998, 49.69094000000001, 0], [10.37598, 49.69108000000003, 0], [10.375579999999998, 49.69153, 0], [10.37497, 49.691370000000006, 0], [10.374400000000001, 49.69108000000003, 0], [10.373029999999998, 49.690770000000015, 0], [10.368640000000001, 49.69038000000003, 0], [10.36855, 49.69057000000001, 0], [10.367760000000002, 49.690470000000005, 0], [10.36748, 49.69104999999999, 0], [10.367160000000002, 49.690979999999996, 0], [10.36587, 49.693479999999994, 0], [10.36348, 49.692939999999965, 0], [10.363820000000002, 49.692319999999995, 0], [10.36338, 49.69221999999999, 0], [10.36348, 49.692020000000014, 0], [10.36351, 49.69167999999999, 0], [10.36364, 49.69130000000001, 0], [10.36179, 49.690979999999996, 0], [10.361029999999998, 49.69131999999999, 0], [10.35993, 49.69209000000001, 0], [10.35966, 49.69236000000001, 0], [10.35873, 49.692319999999995, 0], [10.358509999999999, 49.69254000000001, 0], [10.357909999999999, 49.692620000000005, 0], [10.35753, 49.692710000000034, 0], [10.356649999999998, 49.69278, 0], [10.356320000000002, 49.692949999999996, 0], [10.35615, 49.692999999999984, 0], [10.35538, 49.692890000000006, 0], [10.35385, 49.692859999999996, 0], [10.35351, 49.69362000000001, 0], [10.35422, 49.693899999999985, 0], [10.35575, 49.69407000000001, 0], [10.35569, 49.69434000000001, 0], [10.35503, 49.69454999999999, 0], [10.35454, 49.69462999999999, 0], [10.35377, 49.69457, 0], [10.35273, 49.69454999999999, 0], [10.35092, 49.69437999999997, 0], [10.34955, 49.69449, 0], [10.34862, 49.69448, 0], [10.34768, 49.694619999999986, 0], [10.346330000000002, 49.69454999999999, 0], [10.342429999999998, 49.695269999999965, 0], [10.340899999999998, 49.69569000000001, 0], [10.340459999999998, 49.69617000000002, 0], [10.33991, 49.69664, 0], [10.33946, 49.69713999999996, 0], [10.3393, 49.69761999999997, 0], [10.33932, 49.69776000000002, 0], [10.33805, 49.69793999999999, 0], [10.33778, 49.697630000000004, 0], [10.33718, 49.69774000000001, 0], [10.33654, 49.697389999999984, 0], [10.33281, 49.698350000000005, 0], [10.33478, 49.69926000000001, 0], [10.33598, 49.69982999999999, 0], [10.336149999999998, 49.69995, 0], [10.33641, 49.700230000000005, 0], [10.337000000000002, 49.70111, 0], [10.33747, 49.70164, 0], [10.33865, 49.70260999999999, 0], [10.338870000000002, 49.70291, 0], [10.33894, 49.703190000000006, 0], [10.33894, 49.70344, 0], [10.33879, 49.70398, 0], [10.33876, 49.704229999999995, 0], [10.33899, 49.70427000000001, 0], [10.339859999999998, 49.70427000000001, 0], [10.34073, 49.70443999999995, 0], [10.342049999999999, 49.70460000000003, 0], [10.34303, 49.701960000000014, 0], [10.34345, 49.70053999999999, 0], [10.34394, 49.70063999999999, 0], [10.345360000000001, 49.70071000000004, 0], [10.34641, 49.700680000000006, 0], [10.34758, 49.70087000000001, 0], [10.348219999999998, 49.70090999999999, 0], [10.348670000000002, 49.70081000000002, 0], [10.34922, 49.70040000000003, 0], [10.35003, 49.70003, 0], [10.350449999999999, 49.699929999999995, 0], [10.35084, 49.70026999999999, 0], [10.3514, 49.70000999999999, 0], [10.35191, 49.69988000000001, 0], [10.352529999999998, 49.699839999999995, 0], [10.35287, 49.699970000000036, 0], [10.35382, 49.700890000000015, 0], [10.35173, 49.70150000000001, 0], [10.3514, 49.70161999999999, 0], [10.35065, 49.70222000000001, 0], [10.35382, 49.70348999999999, 0], [10.353420000000002, 49.70382000000001, 0], [10.35292, 49.70436000000004, 0], [10.3534, 49.704530000000005, 0], [10.35303, 49.70496, 0], [10.352419999999999, 49.705510000000004, 0], [10.35685, 49.70662999999999, 0], [10.35819, 49.70715999999996, 0], [10.35965, 49.70789999999997, 0], [10.36168, 49.70845, 0], [10.36294, 49.70872, 0], [10.36375, 49.70899, 0], [10.36535, 49.7097, 0], [10.36684, 49.71012000000002, 0], [10.36797, 49.710890000000035, 0], [10.36893, 49.71119999999999, 0], [10.370089999999998, 49.7114, 0], [10.369909999999999, 49.712020000000024, 0], [10.370189999999997, 49.71206999999998, 0], [10.37047, 49.712230000000005, 0], [10.370789999999998, 49.71248, 0], [10.37038, 49.71263999999999, 0], [10.370679999999998, 49.712950000000006, 0], [10.370910000000002, 49.71334000000002, 0], [10.371279999999999, 49.71352999999999, 0], [10.371429999999998, 49.71373, 0], [10.37138, 49.71392000000003, 0], [10.37159, 49.71379000000002, 0], [10.37186, 49.71368999999996, 0], [10.37235, 49.71364, 0], [10.37301, 49.714439999999996, 0], [10.373239999999997, 49.7149, 0], [10.37312, 49.714909999999975, 0], [10.37321, 49.71525, 0], [10.37343, 49.715509999999995, 0], [10.373810000000002, 49.71606, 0], [10.37415, 49.71674999999999, 0], [10.37398, 49.71714, 0], [10.37363, 49.71741, 0], [10.372089999999998, 49.71827999999999, 0], [10.372429999999998, 49.71907999999999, 0], [10.37319, 49.720110000000005, 0], [10.3737, 49.72073, 0], [10.374169999999998, 49.720969999999994, 0], [10.3758, 49.721540000000005, 0], [10.375909999999998, 49.72237999999999, 0], [10.37695, 49.72318000000001, 0], [10.37831, 49.72349, 0], [10.37903, 49.723690000000005, 0], [10.380119999999998, 49.72406000000001, 0], [10.38337, 49.72537, 0], [10.387099999999998, 49.72674000000001, 0], [10.38782, 49.72708, 0], [10.38879, 49.727810000000005, 0], [10.39112, 49.72874999999999, 0], [10.391850000000002, 49.729089999999985, 0], [10.39203, 49.72914, 0], [10.392890000000001, 49.72919000000002, 0], [10.39351, 49.73032999999998, 0], [10.393899999999999, 49.73083, 0], [10.39415, 49.73133999999999, 0], [10.394090000000002, 49.73167999999998, 0], [10.39538, 49.731889999999964, 0], [10.396160000000002, 49.732080000000025, 0], [10.39617, 49.732219999999984, 0], [10.39607, 49.73235, 0], [10.39592, 49.73245, 0], [10.395570000000001, 49.732579999999984, 0], [10.3953, 49.73272, 0], [10.396079999999998, 49.733149999999995, 0], [10.396660000000002, 49.732849999999985, 0], [10.397360000000003, 49.73255, 0], [10.39764, 49.732770000000016, 0], [10.39787, 49.73311000000004, 0], [10.39803, 49.73344, 0], [10.398130000000002, 49.73385999999999, 0], [10.398840000000002, 49.735000000000014, 0], [10.40052, 49.73466000000002, 0], [10.4009, 49.73462000000001, 0], [10.40141, 49.73466000000002, 0], [10.402689999999998, 49.73490000000001, 0], [10.40354, 49.73516000000001, 0], [10.40676, 49.736350000000016, 0], [10.407109999999998, 49.736519999999985, 0], [10.40739, 49.73686000000001, 0], [10.40758, 49.73722000000001, 0], [10.40761, 49.737390000000005, 0], [10.40732, 49.73798999999997, 0], [10.40762, 49.738110000000006, 0], [10.40768, 49.73819, 0], [10.40765, 49.738519999999994, 0], [10.40799, 49.73858999999999, 0], [10.408530000000003, 49.73898, 0], [10.40896, 49.73953, 0], [10.40941, 49.740279999999984, 0], [10.409709999999999, 49.74046000000001, 0], [10.410130000000002, 49.74054000000001, 0], [10.410570000000002, 49.74074000000002, 0], [10.41166, 49.741420000000005, 0], [10.4123, 49.74194, 0], [10.41096, 49.742279999999994, 0], [10.4115, 49.743060000000014, 0], [10.412499999999998, 49.74284000000003, 0], [10.41428, 49.74251000000001, 0], [10.41532, 49.742279999999994, 0], [10.41565, 49.74202, 0], [10.41659, 49.741539999999986, 0], [10.41701, 49.74108000000001, 0], [10.41715, 49.74083999999999, 0], [10.41727, 49.74044000000001, 0], [10.417370000000002, 49.74032999999997, 0], [10.41746, 49.74023, 0], [10.41778, 49.74016, 0], [10.41783, 49.74024000000003, 0], [10.41803, 49.74038999999999, 0], [10.4188, 49.74108000000001, 0], [10.419149999999998, 49.74152999999998, 0], [10.4195, 49.74188000000001, 0], [10.42006, 49.74267999999998, 0], [10.41989, 49.74274, 0], [10.41988, 49.74298999999999, 0], [10.41975, 49.74331000000001, 0], [10.41958, 49.74358000000004, 0], [10.419550000000001, 49.743769999999984, 0], [10.419780000000001, 49.744110000000006, 0], [10.42042, 49.74481, 0], [10.420999999999998, 49.745299999999986, 0], [10.4211, 49.74529000000001, 0], [10.42121, 49.745149999999995, 0], [10.42139, 49.74508, 0], [10.42167, 49.745090000000005, 0], [10.421329999999998, 49.744200000000006, 0], [10.42128, 49.743930000000006, 0], [10.4211, 49.74369999999999, 0], [10.420040000000002, 49.743600000000015, 0], [10.42067, 49.74322999999998, 0], [10.42094, 49.742909999999995, 0], [10.420959999999997, 49.74261000000001, 0], [10.42092, 49.74243999999999, 0], [10.42012, 49.74119000000002, 0], [10.419820000000001, 49.74090000000001, 0], [10.419369999999999, 49.74018000000001, 0], [10.4194, 49.73952, 0], [10.4193, 49.73858999999999, 0], [10.419070000000001, 49.73799999999997, 0], [10.41843, 49.73683999999997, 0], [10.41832, 49.73648, 0], [10.41825, 49.73556000000002, 0], [10.41803, 49.73532, 0], [10.418, 49.73510000000002, 0], [10.41785, 49.73464000000001, 0], [10.41755, 49.73394000000002, 0], [10.417139999999998, 49.733599999999996, 0], [10.417100000000001, 49.73337000000001, 0], [10.4168, 49.73301000000001, 0], [10.41661, 49.73265999999998, 0], [10.41664, 49.73244, 0], [10.41649, 49.73203000000001, 0], [10.41641, 49.73133999999999, 0], [10.416330000000002, 49.73122000000001, 0], [10.41682, 49.731059999999985, 0], [10.41806, 49.73087000000001, 0], [10.4181, 49.73096000000001, 0], [10.41815, 49.731509999999986, 0], [10.41898, 49.731899999999996, 0], [10.42016, 49.73174, 0], [10.4222, 49.731300000000005, 0], [10.422490000000002, 49.73167999999998, 0], [10.422739999999997, 49.732169999999996, 0], [10.42232, 49.73263, 0], [10.421859999999999, 49.73371, 0], [10.42255, 49.73549, 0], [10.422969999999998, 49.73628000000002, 0], [10.42382, 49.73628000000002, 0], [10.424939999999998, 49.73752000000002, 0], [10.42512, 49.73789000000002, 0], [10.42688, 49.73777999999999, 0], [10.42712, 49.73795000000001, 0], [10.4273, 49.738200000000035, 0], [10.427510000000002, 49.73876999999999, 0], [10.42757, 49.73901000000001, 0], [10.42759, 49.73962999999998, 0], [10.42758, 49.73988, 0], [10.427400000000002, 49.74014, 0], [10.42734, 49.74031999999997, 0], [10.427379999999998, 49.740700000000004, 0], [10.42704, 49.74083999999999, 0], [10.427130000000002, 49.74119999999999, 0], [10.42775, 49.74145999999999, 0], [10.42846, 49.74185, 0], [10.42973, 49.74221, 0], [10.43037, 49.74234000000001, 0], [10.43016, 49.743829999999974, 0], [10.43093, 49.744429999999994, 0], [10.43189, 49.74477999999999, 0], [10.43282, 49.74524999999997, 0], [10.43466, 49.74656999999996, 0], [10.43524, 49.747420000000005, 0], [10.43547, 49.74762999999999, 0], [10.43543, 49.747870000000006, 0], [10.43545, 49.748260000000016, 0], [10.43532, 49.749149999999986, 0], [10.43533, 49.749419999999986, 0], [10.43501, 49.74950999999999, 0], [10.435189999999999, 49.74976000000001, 0], [10.43565, 49.75021000000001, 0], [10.436109999999998, 49.75029000000001, 0], [10.4371, 49.750339999999966, 0], [10.437500000000002, 49.750339999999966, 0], [10.437940000000001, 49.75029000000001, 0], [10.439350000000001, 49.74995000000001, 0], [10.440210000000002, 49.749780000000015, 0], [10.44014, 49.74956, 0], [10.44143, 49.74934999999999, 0], [10.44341, 49.74883, 0], [10.44393, 49.74871999999999, 0], [10.44432, 49.74871000000002, 0], [10.44509, 49.74859000000001, 0], [10.44628, 49.74834999999999, 0], [10.44665, 49.74823000000001, 0], [10.44729, 49.747960000000006, 0], [10.448039999999999, 49.747479999999996, 0], [10.44816, 49.74736999999999, 0], [10.44852, 49.74680000000001, 0], [10.44869, 49.7466, 0], [10.449849999999998, 49.74571, 0], [10.45063, 49.745479999999986, 0], [10.45104, 49.745439999999974, 0], [10.45251, 49.74543, 0], [10.45316, 49.745360000000005, 0], [10.453499999999998, 49.745360000000005, 0], [10.45504, 49.744850000000014, 0], [10.45533, 49.74468999999996, 0], [10.45574, 49.74486999999999, 0], [10.455990000000002, 49.744710000000026, 0], [10.45695, 49.74382, 0], [10.45761, 49.74351999999999, 0], [10.45919, 49.742999999999995, 0], [10.46063, 49.74235999999996, 0], [10.461889999999999, 49.74170000000001, 0], [10.46243, 49.74132, 0], [10.463739999999998, 49.74054000000001, 0], [10.46433, 49.74132, 0], [10.46462, 49.741330000000005, 0], [10.46525, 49.74145999999999, 0], [10.4686, 49.742230000000006, 0], [10.46893, 49.74235999999996, 0], [10.46937, 49.742380000000026, 0], [10.4713, 49.742909999999995, 0], [10.47293, 49.743480000000005, 0], [10.47353, 49.743629999999996, 0], [10.47431, 49.743750000000006, 0], [10.4766, 49.74428000000003, 0], [10.479009999999999, 49.744609999999966, 0], [10.48, 49.744640000000004, 0], [10.48301, 49.74430000000001, 0], [10.48384, 49.74414999999999, 0], [10.485399999999998, 49.74376000000001, 0], [10.48692, 49.74353999999997, 0], [10.48849, 49.743510000000015, 0], [10.48982, 49.743419999999986, 0], [10.49002, 49.74338, 0], [10.49039, 49.74324999999999, 0], [10.4914, 49.742729999999995, 0], [10.491819999999999, 49.74349000000001, 0], [10.49306, 49.74483000000001, 0], [10.49337, 49.745090000000005, 0], [10.493629999999998, 49.74524999999997, 0], [10.493829999999999, 49.745540000000005, 0], [10.493980000000002, 49.74636000000001, 0], [10.4946, 49.74633, 0], [10.494869999999999, 49.747330000000005, 0], [10.49359, 49.74736999999999, 0], [10.492529999999999, 49.74886000000001, 0], [10.4922, 49.74891999999997, 0], [10.492929999999998, 49.74959000000001, 0], [10.49356, 49.7499, 0], [10.494130000000002, 49.749629999999996, 0], [10.494339999999998, 49.75001, 0], [10.49436, 49.75023999999999, 0], [10.49444, 49.75044, 0], [10.494269999999998, 49.75050999999999, 0], [10.495309999999998, 49.75185999999999, 0], [10.495599999999998, 49.752369999999985, 0], [10.49626, 49.75322, 0], [10.49688, 49.75313, 0], [10.49818, 49.75301999999999, 0], [10.50071, 49.75268, 0], [10.501479999999999, 49.75251, 0], [10.502920000000001, 49.75232, 0], [10.50442, 49.75207, 0], [10.505260000000002, 49.75196, 0], [10.50779, 49.751829999999984, 0], [10.50877, 49.75191000000001, 0], [10.511349999999998, 49.752399999999966, 0], [10.51171, 49.752369999999985, 0], [10.51208, 49.75238999999999, 0], [10.51509, 49.75307000000001, 0], [10.517040000000001, 49.75346999999999, 0], [10.51872, 49.75375, 0], [10.52131, 49.754490000000004, 0], [10.52151, 49.754520000000014, 0], [10.52285, 49.75506999999999, 0], [10.524759999999999, 49.75537, 0], [10.52656, 49.75543999999999, 0], [10.52687, 49.754520000000014, 0], [10.5272, 49.75335000000001, 0], [10.52742, 49.753330000000034, 0], [10.52804, 49.75318999999999, 0], [10.52879, 49.75316000000001, 0], [10.530439999999999, 49.75295999999997, 0], [10.53079, 49.75289000000001, 0], [10.53141, 49.752939999999995, 0], [10.53157, 49.75286, 0], [10.53181, 49.752909999999986, 0], [10.53274, 49.75298000000001, 0], [10.53364, 49.75311999999997, 0], [10.53429, 49.753269999999986, 0], [10.53555, 49.753659999999996, 0], [10.53624, 49.753780000000006, 0], [10.53684, 49.75383999999997, 0], [10.53695, 49.75331000000003, 0], [10.53863, 49.75307000000001, 0], [10.53936, 49.75305, 0], [10.539880000000002, 49.75308000000001, 0], [10.54135, 49.75328000000002, 0], [10.54358, 49.75381999999996, 0], [10.54374, 49.753829999999994, 0], [10.54372, 49.75542999999996, 0], [10.54449, 49.75543999999999, 0], [10.54551, 49.755739999999975, 0], [10.5461, 49.756159999999994, 0], [10.54692, 49.75656000000001, 0], [10.54721, 49.75635, 0], [10.54759, 49.75601, 0], [10.54808, 49.75617999999997, 0], [10.547900000000002, 49.75636000000003, 0], [10.54994, 49.755960000000016, 0], [10.55192, 49.75543999999999, 0], [10.55201, 49.75537, 0], [10.5531, 49.754880000000014, 0], [10.55426, 49.75423000000001, 0], [10.55612, 49.75338999999997, 0], [10.5569, 49.75314999999998, 0], [10.55943, 49.75256999999999, 0], [10.56033, 49.752440000000036, 0], [10.56157, 49.752430000000004, 0], [10.56364, 49.75232, 0], [10.56389, 49.75233, 0], [10.564569999999998, 49.75226999999998, 0], [10.56612, 49.752039999999994, 0], [10.56659, 49.751930000000016, 0], [10.56706, 49.75187, 0], [10.56887, 49.75153999999998, 0], [10.57005, 49.751480000000015, 0], [10.57313, 49.75140999999999, 0], [10.57434, 49.75130999999999, 0], [10.576200000000002, 49.75105999999997, 0], [10.57632, 49.75095999999999, 0], [10.57632, 49.75078999999997, 0], [10.57665, 49.75077999999999, 0], [10.57662, 49.750280000000004, 0], [10.576709999999999, 49.750110000000035, 0], [10.57687, 49.74995999999999, 0], [10.57809, 49.74918999999997, 0], [10.57937, 49.74851000000004, 0], [10.58034, 49.74856, 0], [10.58479, 49.748519999999985, 0], [10.584700000000002, 49.74871999999999, 0], [10.58504, 49.74877000000001, 0], [10.585190000000003, 49.74842000000001, 0], [10.58583, 49.74734999999998, 0], [10.58597, 49.74719999999999, 0], [10.58634, 49.746970000000005, 0], [10.58701, 49.74641, 0], [10.58752, 49.74606, 0], [10.58814, 49.74531999999999, 0], [10.58881, 49.744609999999966, 0], [10.58898, 49.74468000000002, 0], [10.58983, 49.74483000000001, 0], [10.59035, 49.74486999999999, 0], [10.59134, 49.74492000000001, 0], [10.59198, 49.74489, 0], [10.59273, 49.74468000000002, 0], [10.59322, 49.744470000000035, 0], [10.593610000000002, 49.744429999999994, 0], [10.59401, 49.74435, 0], [10.59511, 49.74432999999999, 0], [10.59597, 49.74439000000001, 0], [10.59759, 49.744429999999994, 0], [10.597769999999999, 49.74419000000003, 0], [10.59826, 49.74414999999999, 0], [10.598809999999999, 49.74419000000003, 0], [10.599179999999999, 49.74414999999999, 0], [10.59964, 49.74403000000001, 0], [10.60038, 49.74396999999999, 0], [10.601340000000002, 49.74370999999999, 0], [10.60188, 49.74360999999999, 0], [10.60266, 49.74353999999997, 0], [10.60309, 49.74343999999999, 0], [10.60392, 49.742860000000036, 0], [10.60428, 49.74170000000001, 0], [10.604600000000001, 49.74134000000001, 0], [10.6051, 49.741269999999986, 0], [10.60684, 49.741180000000014, 0], [10.60732, 49.741089999999986, 0], [10.60755, 49.741180000000014, 0], [10.608100000000002, 49.74109999999999, 0], [10.608700000000002, 49.74108000000001, 0], [10.61172, 49.74034999999998, 0], [10.6134, 49.73985999999999, 0], [10.61428, 49.7397, 0], [10.61538, 49.73955000000001, 0], [10.61603, 49.739419999999996, 0], [10.6168, 49.73921999999999, 0], [10.61819, 49.73898, 0], [10.618570000000002, 49.73894999999999, 0], [10.6216, 49.73928000000001, 0], [10.624869999999998, 49.73943999999997, 0], [10.625909999999998, 49.739419999999996, 0], [10.62662, 49.73946000000001, 0], [10.62678, 49.739390000000014, 0], [10.62699, 49.73937000000001, 0], [10.62729, 49.73940999999999, 0], [10.62855, 49.739689999999996, 0], [10.62973, 49.739990000000006, 0], [10.63, 49.740099999999984, 0], [10.630180000000001, 49.740020000000015, 0], [10.63033, 49.740020000000015, 0], [10.63187, 49.739330000000024, 0], [10.631519999999998, 49.739120000000014, 0], [10.631959999999998, 49.73876999999999, 0], [10.63065, 49.738470000000035, 0], [10.63131, 49.73768000000001, 0], [10.631519999999998, 49.73778999999999, 0], [10.63165, 49.73792, 0], [10.63238, 49.73835, 0], [10.63276, 49.73853, 0], [10.63308, 49.73875000000001, 0], [10.633489999999998, 49.73919000000001, 0], [10.63371, 49.739330000000024, 0], [10.63541, 49.740020000000015, 0], [10.63551, 49.74012999999999, 0], [10.63576, 49.74059, 0], [10.636020000000002, 49.74063000000001, 0], [10.63634, 49.74063000000001, 0], [10.63651, 49.74072000000001, 0], [10.63644, 49.74089000000001, 0], [10.63655, 49.740970000000004, 0], [10.63718, 49.741029999999995, 0], [10.637639999999998, 49.74123000000003, 0], [10.63827, 49.74137000000002, 0], [10.638649999999998, 49.74158, 0], [10.63885, 49.74163999999999, 0], [10.63892, 49.74162000000001, 0], [10.638960000000003, 49.74137999999999, 0], [10.639180000000001, 49.74131, 0], [10.638719999999998, 49.74117000000001, 0], [10.6391, 49.74072000000001, 0], [10.63927, 49.74043, 0], [10.64016, 49.7406, 0], [10.64039, 49.74044000000001, 0], [10.64045, 49.74036000000001, 0], [10.64071, 49.739889999999974, 0], [10.639909999999999, 49.739779999999996, 0], [10.640459999999997, 49.738940000000014, 0], [10.64123, 49.73819, 0], [10.64318, 49.73696000000001, 0], [10.64184, 49.735929999999996, 0], [10.64293, 49.735299999999995, 0], [10.64272, 49.73462000000001, 0], [10.64217, 49.73366999999999, 0], [10.64206, 49.732590000000016, 0], [10.6425, 49.73232999999999, 0], [10.643150000000002, 49.73203000000001, 0], [10.64432, 49.731600000000014, 0], [10.6447, 49.73061999999999, 0], [10.644969999999999, 49.73016000000001, 0], [10.646050000000002, 49.729510000000005, 0], [10.64639, 49.72926000000001, 0], [10.64797, 49.727870000000024, 0], [10.64872, 49.72710000000001, 0], [10.64934, 49.72681, 0], [10.6496, 49.72655999999998, 0], [10.65037, 49.72610999999998, 0], [10.650910000000001, 49.72570999999999, 0], [10.65127, 49.72529, 0], [10.651240000000001, 49.7252, 0], [10.65101, 49.7251, 0], [10.65138, 49.72492, 0], [10.65181, 49.724800000000016, 0], [10.651990000000001, 49.72434000000001, 0], [10.652129999999998, 49.724109999999996, 0], [10.65243, 49.72406999999998, 0], [10.65297, 49.72328999999999, 0], [10.65322, 49.72281000000004, 0], [10.653730000000001, 49.72283999999999, 0], [10.65395, 49.722319999999996, 0], [10.654319999999998, 49.721090000000004, 0], [10.65561, 49.721329999999995, 0], [10.65676, 49.72164000000001, 0], [10.65786, 49.721990000000005, 0], [10.65868, 49.72219999999999, 0], [10.66046, 49.72249000000002, 0], [10.661, 49.72245000000001, 0], [10.662859999999998, 49.722440000000006, 0], [10.66614, 49.722260000000006, 0], [10.66619, 49.722530000000006, 0], [10.67123, 49.72237000000001, 0], [10.67093, 49.72328999999999, 0], [10.66968, 49.723360000000014, 0], [10.66987, 49.723839999999996, 0], [10.669700000000002, 49.72394000000003, 0], [10.66963, 49.724080000000015, 0], [10.66908, 49.72618, 0], [10.6694, 49.726380000000006, 0], [10.66987, 49.726530000000025, 0], [10.66968, 49.72716, 0], [10.67121, 49.72757999999999, 0], [10.67287, 49.72820999999999, 0], [10.67469, 49.72899000000001, 0], [10.67627, 49.729510000000005, 0], [10.67605, 49.72995, 0], [10.67827, 49.73034999999999, 0], [10.6794, 49.73035999999999, 0], [10.68097, 49.73048, 0], [10.68211, 49.73043000000001, 0], [10.68305, 49.73044999999999, 0], [10.684069999999998, 49.730549999999994, 0], [10.68502, 49.730850000000004, 0], [10.684959999999998, 49.731359999999995, 0], [10.685590000000001, 49.73140000000001, 0], [10.68565, 49.731690000000015, 0], [10.685860000000002, 49.732080000000025, 0], [10.68614, 49.732129999999984, 0], [10.68634, 49.73209000000003, 0], [10.68815, 49.73210000000003, 0], [10.691460000000001, 49.73230000000001, 0], [10.692170000000003, 49.73160999999999, 0], [10.69697, 49.731629999999996, 0], [10.70179, 49.731509999999986, 0], [10.703460000000002, 49.733959999999996, 0], [10.70401, 49.73459, 0], [10.70447, 49.73498000000001, 0], [10.70478, 49.73516999999998, 0], [10.70351, 49.73611999999997, 0], [10.703449999999998, 49.736760000000004, 0], [10.7025, 49.735929999999996, 0], [10.702119999999999, 49.73570000000001, 0], [10.701519999999999, 49.73537999999999, 0], [10.701220000000001, 49.73553000000001, 0], [10.701479999999998, 49.73568, 0], [10.70195, 49.736080000000015, 0], [10.701849999999999, 49.73642000000001, 0], [10.7025, 49.73683, 0], [10.702860000000001, 49.737120000000004, 0], [10.70304, 49.737299999999976, 0], [10.70304, 49.737419999999986, 0], [10.70351, 49.73752999999999, 0], [10.70387, 49.737689999999986, 0], [10.70432, 49.73826, 0], [10.70437, 49.73841999999996, 0], [10.70396, 49.73916999999997, 0], [10.70352, 49.739840000000015, 0], [10.70351, 49.73992999999999, 0], [10.70362, 49.74000000000001, 0], [10.703750000000001, 49.74016, 0], [10.70374, 49.74023, 0], [10.70338, 49.74056999999999, 0], [10.70315, 49.740669999999994, 0], [10.70305, 49.740819999999985, 0], [10.70347, 49.741269999999986, 0], [10.70432, 49.74162999999999, 0], [10.70429, 49.741660000000024, 0], [10.70437, 49.74171000000004, 0], [10.704600000000001, 49.74147999999997, 0], [10.704859999999998, 49.74162000000001, 0], [10.70587, 49.74197000000001, 0], [10.70649, 49.74226999999999, 0], [10.706570000000001, 49.74247, 0], [10.70663, 49.742790000000014, 0], [10.70642, 49.743570000000005, 0], [10.7064, 49.744230000000016, 0], [10.70633, 49.74462, 0], [10.706570000000001, 49.744609999999966, 0], [10.7066, 49.74537000000001, 0], [10.7067, 49.74574000000001, 0], [10.70696, 49.74624, 0], [10.70795, 49.747450000000015, 0], [10.70755, 49.747540000000015, 0], [10.70704, 49.74759999999998, 0], [10.70561, 49.74762999999999, 0], [10.70535, 49.74761999999998, 0], [10.70445, 49.74743000000001, 0], [10.704079999999998, 49.748429999999985, 0], [10.70374, 49.748310000000004, 0], [10.70361, 49.748170000000016, 0], [10.70347, 49.748170000000016, 0], [10.7032, 49.74805999999998, 0], [10.70274, 49.747960000000006, 0], [10.7021, 49.74759, 0], [10.70188, 49.747389999999996, 0], [10.70176, 49.74734999999998, 0], [10.70084, 49.747450000000015, 0], [10.70042, 49.74744000000001, 0], [10.70007, 49.747240000000005, 0], [10.69966, 49.74722, 0], [10.69961, 49.74719999999999, 0], [10.69966, 49.747070000000036, 0], [10.69961, 49.74700999999999, 0], [10.699139999999998, 49.74696, 0], [10.699040000000002, 49.74698000000001, 0], [10.69901, 49.747019999999964, 0], [10.69895, 49.747299999999996, 0], [10.698359999999997, 49.74727999999999, 0], [10.698409999999999, 49.74710999999999, 0], [10.698369999999999, 49.747019999999964, 0], [10.69805, 49.74692999999999, 0], [10.69799, 49.74689000000001, 0], [10.69805, 49.74677, 0], [10.6983, 49.74664999999999, 0], [10.69838, 49.74653000000001, 0], [10.6983, 49.74646000000001, 0], [10.6978, 49.7465, 0], [10.69753, 49.74647999999999, 0], [10.697300000000002, 49.74641, 0], [10.696729999999999, 49.74638999999999, 0], [10.69642, 49.74629999999999, 0], [10.69561, 49.74624, 0], [10.69525, 49.74627000000001, 0], [10.69511, 49.746219999999994, 0], [10.69505, 49.74600000000001, 0], [10.694869999999998, 49.74584999999999, 0], [10.69471, 49.74575999999999, 0], [10.69442, 49.7458, 0], [10.69393, 49.746080000000006, 0], [10.69381, 49.74611999999999, 0], [10.69372, 49.74611999999999, 0], [10.6934, 49.74593999999999, 0], [10.69293, 49.74593999999999, 0], [10.692489999999998, 49.74598, 0], [10.692350000000001, 49.74594999999999, 0], [10.69226, 49.74591000000004, 0], [10.69215, 49.74574999999999, 0], [10.69194, 49.74562000000003, 0], [10.69142, 49.74549999999999, 0], [10.691229999999997, 49.745509999999996, 0], [10.691229999999997, 49.74597, 0], [10.690789999999998, 49.74602999999999, 0], [10.6907, 49.74600000000001, 0], [10.69067, 49.746080000000006, 0], [10.69043, 49.74626000000001, 0], [10.690270000000002, 49.74656999999996, 0], [10.69, 49.746849999999995, 0], [10.68967, 49.74709999999999, 0], [10.68928, 49.747299999999996, 0], [10.689149999999998, 49.74741, 0], [10.68903, 49.74813, 0], [10.68909, 49.74877000000001, 0], [10.688549999999998, 49.74867000000003, 0], [10.688549999999998, 49.750110000000035, 0], [10.68826, 49.75207, 0], [10.688200000000002, 49.75223, 0], [10.68521, 49.75228999999999, 0], [10.68511, 49.752470000000045, 0], [10.68498, 49.752549999999985, 0], [10.684700000000001, 49.75251, 0], [10.684590000000002, 49.75280000000001, 0], [10.684480000000002, 49.75345999999999, 0], [10.680620000000001, 49.75268, 0], [10.680209999999999, 49.75492, 0], [10.67797, 49.75433000000001, 0], [10.677570000000001, 49.755180000000024, 0], [10.67708, 49.75513999999998, 0], [10.67606, 49.75513999999998, 0], [10.67545, 49.755060000000014, 0], [10.67529, 49.755289999999974, 0], [10.674819999999999, 49.755660000000034, 0], [10.67432, 49.75582, 0], [10.67338, 49.755979999999994, 0], [10.67288, 49.756249999999994, 0], [10.671780000000002, 49.75671, 0], [10.67187, 49.75689, 0], [10.67191, 49.75717, 0], [10.67194, 49.75807999999998, 0], [10.6722, 49.758640000000014, 0], [10.6724, 49.75886, 0], [10.672860000000002, 49.75907999999998, 0], [10.67338, 49.75916999999998, 0], [10.67418, 49.759240000000005, 0], [10.675089999999999, 49.75941000000003, 0], [10.67595, 49.75964999999999, 0], [10.67551, 49.76111999999998, 0], [10.67525, 49.762609999999995, 0], [10.6755, 49.762580000000014, 0], [10.676130000000002, 49.76229000000001, 0], [10.67665, 49.763149999999996, 0], [10.67725, 49.7638, 0], [10.677010000000001, 49.76396, 0], [10.67714, 49.764250000000004, 0], [10.67721, 49.76429999999999, 0], [10.67741, 49.76435000000001, 0], [10.679100000000002, 49.764250000000004, 0], [10.67932, 49.76426000000001, 0], [10.679649999999999, 49.76441, 0], [10.68114, 49.76640000000003, 0], [10.680840000000002, 49.766640000000024, 0], [10.68087, 49.766850000000005, 0], [10.681330000000003, 49.76695000000001, 0], [10.68141, 49.76693999999998, 0], [10.683180000000002, 49.76802000000001, 0], [10.68562, 49.76929999999999, 0], [10.68591, 49.76955000000001, 0], [10.68624, 49.76973000000001, 0], [10.68672, 49.76992999999999, 0], [10.68731, 49.77005, 0], [10.68739, 49.769890000000004, 0], [10.688300000000002, 49.77024, 0], [10.68941, 49.770550000000014, 0], [10.68979, 49.77069, 0], [10.68993, 49.770939999999996, 0], [10.691159999999998, 49.77132000000003, 0], [10.69151, 49.771540000000016, 0], [10.691950000000002, 49.77203, 0], [10.692049999999998, 49.772369999999995, 0], [10.692759999999998, 49.772729999999996, 0], [10.69318, 49.77283, 0], [10.693349999999999, 49.77323999999999, 0], [10.69367, 49.77346, 0], [10.69418, 49.773709999999994, 0], [10.69451, 49.77372, 0], [10.69481, 49.77381, 0], [10.69608, 49.774460000000005, 0], [10.696810000000001, 49.775120000000044, 0], [10.69664, 49.775529999999975, 0], [10.696839999999998, 49.77564000000001, 0], [10.6979, 49.77611000000002, 0], [10.69923, 49.77656999999999, 0], [10.70068, 49.77723, 0], [10.70169, 49.77758, 0], [10.70232, 49.77775, 0], [10.70477, 49.77812, 0], [10.70521, 49.7775, 0], [10.70552, 49.77735999999996, 0], [10.70584, 49.777029999999996, 0], [10.70599, 49.776790000000005, 0], [10.7076, 49.77682999999999, 0], [10.70772, 49.776610000000005, 0], [10.70796, 49.77664999999999, 0], [10.70856, 49.7766, 0], [10.709209999999999, 49.776440000000036, 0], [10.709470000000001, 49.77627000000001, 0], [10.70991, 49.77647000000002, 0], [10.71022, 49.77656000000002, 0], [10.71063, 49.776440000000036, 0], [10.71073, 49.77645000000001, 0], [10.71097, 49.776759999999996, 0], [10.71147, 49.77707000000001, 0], [10.71265, 49.77826000000002, 0], [10.713139999999997, 49.77857, 0], [10.71376, 49.77884999999998, 0], [10.71514, 49.77940000000001, 0], [10.71539, 49.77959999999999, 0], [10.71564, 49.78014000000002, 0], [10.71513, 49.78030999999996, 0], [10.71451, 49.78093999999999, 0], [10.71427, 49.78125, 0], [10.7141, 49.78166999999999, 0], [10.71395, 49.782340000000005, 0], [10.71379, 49.78271000000001, 0], [10.71372, 49.78274999999999, 0], [10.71353, 49.78277, 0], [10.71332, 49.783000000000015, 0], [10.71339, 49.78323999999998, 0], [10.713479999999999, 49.78336999999999, 0], [10.71345, 49.78350999999998, 0], [10.713519999999999, 49.78358, 0], [10.713930000000001, 49.78370000000001, 0], [10.714399999999998, 49.78378000000001, 0], [10.71497, 49.78397000000001, 0], [10.715439999999997, 49.784159999999986, 0], [10.71557, 49.784279999999995, 0], [10.71554, 49.78501, 0], [10.71545, 49.78519, 0], [10.71521, 49.78549000000001, 0], [10.71524, 49.78585000000001, 0], [10.71506, 49.78597000000002, 0], [10.71495, 49.78614999999999, 0], [10.714929999999999, 49.78632999999999, 0], [10.71505, 49.78658999999999, 0], [10.71497, 49.786820000000006, 0], [10.71503, 49.78735, 0], [10.71492, 49.787649999999985, 0], [10.71502, 49.787919999999986, 0], [10.716039999999998, 49.78782999999996, 0], [10.71736, 49.78788, 0], [10.71818, 49.78797, 0], [10.719189999999998, 49.78800000000001, 0], [10.719909999999999, 49.788129999999995, 0], [10.72065, 49.78820000000002, 0], [10.721020000000001, 49.78806, 0], [10.72136, 49.78788, 0], [10.72264, 49.787109999999984, 0], [10.723019999999998, 49.78672000000003, 0], [10.723289999999999, 49.78620999999998, 0], [10.72364, 49.78583999999998, 0], [10.72382, 49.78549000000001, 0], [10.724059999999998, 49.78525000000002, 0], [10.72442, 49.78502, 0], [10.724869999999997, 49.784909999999996, 0], [10.725359999999998, 49.78496999999999, 0], [10.726630000000002, 49.78540000000001, 0], [10.72794, 49.78460999999999, 0], [10.728779999999999, 49.783860000000004, 0], [10.72928, 49.78358, 0], [10.729669999999999, 49.78349, 0], [10.730570000000002, 49.783450000000016, 0], [10.73106, 49.78393999999997, 0], [10.73136, 49.78367000000003, 0], [10.73159, 49.783649999999994, 0], [10.73236, 49.783450000000016, 0], [10.73303, 49.78300999999999, 0], [10.73345, 49.782640000000015, 0], [10.734, 49.78224, 0], [10.73526, 49.78165999999999, 0], [10.73595, 49.78115, 0], [10.73663, 49.780489999999986, 0], [10.736990000000002, 49.780069999999995, 0], [10.73685, 49.780010000000004, 0], [10.736770000000002, 49.7799, 0], [10.7369, 49.779769999999985, 0], [10.737770000000001, 49.779229999999956, 0], [10.73809, 49.77895000000001, 0], [10.73837, 49.77841999999998, 0], [10.738510000000002, 49.778250000000014, 0], [10.7393, 49.77769999999998, 0], [10.74046, 49.77704, 0], [10.74255, 49.77608000000001, 0], [10.74292, 49.775949999999995, 0], [10.744559999999998, 49.775529999999975, 0], [10.74702, 49.774789999999996, 0], [10.74752, 49.774599999999964, 0], [10.74769, 49.774490000000014, 0], [10.74791, 49.774299999999954, 0], [10.74759, 49.77357000000001, 0], [10.74786, 49.77322000000004, 0], [10.748280000000001, 49.77296000000001, 0], [10.749310000000001, 49.772519999999986, 0], [10.749459999999997, 49.77247, 0], [10.75008, 49.772400000000005, 0], [10.751089999999998, 49.77242000000001, 0], [10.75257, 49.77235000000002, 0], [10.75629, 49.77247, 0], [10.75627, 49.77276999999998, 0], [10.756599999999999, 49.77278000000001, 0], [10.75684, 49.77247, 0], [10.75742, 49.77251000000001, 0], [10.75794, 49.77260000000001, 0], [10.757969999999998, 49.772279999999995, 0], [10.75823, 49.77158, 0], [10.758179999999998, 49.771139999999974, 0], [10.75823, 49.77095, 0], [10.7601, 49.77113, 0], [10.76103, 49.77118999999999, 0], [10.761789999999998, 49.77119999999999, 0], [10.76181, 49.77077, 0], [10.76051, 49.77082999999996, 0], [10.760270000000002, 49.77073999999999, 0], [10.760349999999999, 49.77043999999998, 0], [10.76107, 49.77041999999997, 0], [10.761050000000001, 49.76969999999997, 0], [10.76121, 49.76965000000001, 0], [10.76145, 49.76948999999999, 0], [10.7625, 49.769450000000035, 0], [10.764210000000002, 49.76947999999999, 0], [10.764250000000002, 49.76898, 0], [10.763650000000002, 49.7689, 0], [10.76418, 49.768339999999995, 0], [10.7649, 49.76750000000001, 0], [10.76584, 49.76773, 0], [10.76608, 49.767150000000015, 0], [10.76733, 49.767409999999984, 0], [10.76895, 49.767420000000016, 0], [10.76917, 49.76671999999999, 0], [10.7692, 49.76644999999999, 0], [10.76938, 49.76643999999999, 0], [10.77007, 49.76652999999999, 0], [10.77077, 49.766700000000014, 0], [10.77133, 49.766880000000015, 0], [10.772149999999998, 49.767030000000005, 0], [10.774039999999998, 49.76719, 0], [10.775160000000001, 49.76731000000001, 0], [10.77568, 49.76734999999999, 0], [10.77582, 49.767319999999955, 0], [10.776130000000002, 49.76704000000001, 0], [10.77628, 49.76680000000002, 0], [10.776360000000002, 49.766279999999995, 0], [10.77631, 49.76588000000001, 0], [10.77693, 49.76608000000002, 0], [10.77726, 49.76571999999999, 0], [10.777730000000002, 49.76580000000001, 0], [10.77789, 49.76579000000001, 0], [10.77801, 49.765739999999994, 0], [10.778309999999998, 49.76517999999999, 0], [10.77869, 49.76523, 0], [10.77883, 49.76522000000003, 0], [10.778949999999998, 49.765150000000006, 0], [10.77911, 49.764639999999986, 0], [10.7791, 49.764549999999986, 0], [10.77901, 49.76447000000002, 0], [10.77908, 49.76420999999996, 0], [10.779239999999998, 49.76411000000002, 0], [10.77981, 49.76390000000001, 0], [10.78042, 49.76241999999999, 0], [10.78358, 49.76268999999999, 0], [10.784150000000002, 49.76137, 0], [10.78504, 49.76051000000001, 0], [10.78534, 49.76033000000001, 0], [10.786490000000002, 49.75945999999999, 0], [10.7869, 49.759229999999974, 0], [10.788240000000002, 49.75814, 0], [10.789500000000002, 49.757059999999996, 0], [10.789770000000003, 49.754520000000014, 0], [10.79133, 49.75480999999999, 0], [10.79156, 49.75442000000001, 0], [10.79181, 49.75429999999997, 0], [10.79189, 49.75423000000001, 0], [10.79189, 49.75408999999999, 0], [10.793459999999998, 49.75404, 0], [10.79343, 49.75377, 0], [10.79445, 49.75208000000001, 0], [10.79464, 49.75185999999999, 0], [10.79375, 49.75150999999997, 0], [10.79344, 49.75131999999999, 0], [10.792950000000001, 49.75093000000001, 0], [10.7927, 49.75066000000001, 0], [10.79262, 49.75049000000001, 0], [10.792550000000002, 49.750110000000035, 0], [10.795, 49.75020000000001, 0], [10.79523, 49.75018, 0], [10.79549, 49.7501, 0], [10.79531, 49.74992, 0], [10.795440000000001, 49.749840000000006, 0], [10.79654, 49.74934999999999, 0], [10.79685, 49.74929, 0], [10.79745, 49.74907000000002, 0], [10.79793, 49.748969999999986, 0], [10.79847, 49.74889000000002, 0], [10.79903, 49.74875, 0], [10.79909, 49.74877000000001, 0], [10.79946, 49.74911, 0], [10.801, 49.747889999999984, 0], [10.80066, 49.74752000000004, 0], [10.80037, 49.74696, 0], [10.80015, 49.7458, 0], [10.80017, 49.744879999999995, 0], [10.80044, 49.74392, 0], [10.800489999999998, 49.743510000000015, 0], [10.800489999999998, 49.742369999999994, 0], [10.799849999999998, 49.74198999999999, 0], [10.800109999999998, 49.74199999999999, 0], [10.80132, 49.742189999999994, 0], [10.80125, 49.741390000000024, 0], [10.802090000000002, 49.74119999999999, 0], [10.80284, 49.74077999999997, 0], [10.803049999999999, 49.740639999999985, 0], [10.80309, 49.739390000000014, 0], [10.80338, 49.73791000000003, 0], [10.80344, 49.73785000000001, 0], [10.803559999999997, 49.73782, 0], [10.803969999999998, 49.73786999999999, 0], [10.80481, 49.73789000000002, 0], [10.80616, 49.737840000000006, 0], [10.80683, 49.73785000000001, 0], [10.80779, 49.7381, 0], [10.808370000000002, 49.73821000000001, 0], [10.80915, 49.73831999999999, 0], [10.80969, 49.73835, 0], [10.80968, 49.739239999999995, 0], [10.811480000000001, 49.73844, 0], [10.812109999999999, 49.73822999999999, 0], [10.81268, 49.73813999999999, 0], [10.8132, 49.73813000000001, 0], [10.81494, 49.73861000000002, 0], [10.81551, 49.73873999999998, 0], [10.81679, 49.738820000000004, 0], [10.817690000000002, 49.739300000000014, 0], [10.818749999999998, 49.73943, 0], [10.81993, 49.73982000000001, 0], [10.82141, 49.74036000000001, 0], [10.822459999999998, 49.740530000000035, 0], [10.82265, 49.740530000000035, 0], [10.823169999999998, 49.740700000000004, 0], [10.82379, 49.74108000000001, 0], [10.82457, 49.74167, 0], [10.82513, 49.74182999999999, 0], [10.82615, 49.74204, 0], [10.82731, 49.74239, 0], [10.82731, 49.74271999999999, 0], [10.82726, 49.74293, 0], [10.82714, 49.74310999999997, 0], [10.82696, 49.743270000000024, 0], [10.82657, 49.74349999999998, 0], [10.82624, 49.743629999999996, 0], [10.82546, 49.74380999999997, 0], [10.8255, 49.744219999999984, 0], [10.82591, 49.74418, 0], [10.82565, 49.74495999999996, 0], [10.82575, 49.745000000000005, 0], [10.82579, 49.74508, 0], [10.82564, 49.74528000000001, 0], [10.82601, 49.745630000000006, 0], [10.82624, 49.74592000000001, 0], [10.82705, 49.746730000000014, 0], [10.827560000000002, 49.747330000000005, 0], [10.82811, 49.74786, 0], [10.82848, 49.748530000000045, 0], [10.8288, 49.74941000000001, 0], [10.82899, 49.749570000000006, 0], [10.82917, 49.74960999999999, 0], [10.82946, 49.74959999999999, 0], [10.830639999999999, 49.749419999999986, 0], [10.83178, 49.74931000000001, 0], [10.83237, 49.74932000000001, 0], [10.83278, 49.749390000000034, 0], [10.83304, 49.74949000000001, 0], [10.833419999999998, 49.74978999999999, 0], [10.83391, 49.7499, 0], [10.835539999999998, 49.75086999999999, 0], [10.835400000000002, 49.751559999999984, 0], [10.836579999999998, 49.752369999999985, 0], [10.83853, 49.75273999999999, 0], [10.83908, 49.752790000000005, 0], [10.83999, 49.75280000000001, 0], [10.84184, 49.75335000000001, 0], [10.842629999999998, 49.75371000000001, 0], [10.842419999999999, 49.753960000000006, 0], [10.84374, 49.75444000000002, 0], [10.84462, 49.754819999999995, 0], [10.844559999999998, 49.75497999999999, 0], [10.845430000000002, 49.755210000000034, 0], [10.84588, 49.75543999999999, 0], [10.846129999999999, 49.755210000000034, 0], [10.84631, 49.75516000000002, 0], [10.84823, 49.755409999999955, 0], [10.84886, 49.75556, 0], [10.84927, 49.75552999999999, 0], [10.84956, 49.75561999999999, 0], [10.85013, 49.75573, 0], [10.85117, 49.75573, 0], [10.85283, 49.75549000000001, 0], [10.853890000000002, 49.755409999999955, 0], [10.85425, 49.7561, 0], [10.85441, 49.75630000000004, 0], [10.85516, 49.75677999999999, 0], [10.85525, 49.756879999999995, 0], [10.85511, 49.75694999999999, 0], [10.855630000000001, 49.75744, 0], [10.855889999999999, 49.75784999999999, 0], [10.85624, 49.758160000000004, 0], [10.85652, 49.75880000000001, 0], [10.857060000000002, 49.75876999999997, 0], [10.85829, 49.75859, 0], [10.85885, 49.75868, 0], [10.86, 49.758939999999996, 0], [10.860500000000002, 49.75829999999999, 0], [10.86069, 49.75767999999999, 0], [10.86189, 49.757769999999994, 0], [10.86193, 49.757949999999994, 0], [10.862689999999999, 49.75789, 0], [10.86318, 49.75794000000002, 0], [10.86304, 49.75825000000003, 0], [10.863729999999999, 49.75828000000004, 0], [10.86482, 49.758610000000004, 0], [10.86505, 49.758039999999994, 0], [10.8658, 49.75650999999999, 0], [10.86631, 49.75662, 0], [10.86627, 49.7568, 0], [10.866999999999999, 49.75701000000001, 0], [10.86745, 49.75674000000001, 0], [10.867999999999999, 49.757059999999996, 0], [10.86813, 49.75730999999999, 0], [10.868809999999998, 49.75757999999996, 0], [10.86934, 49.757630000000006, 0], [10.87012, 49.757619999999974, 0], [10.870240000000003, 49.75758999999999, 0], [10.87095, 49.75699, 0], [10.871379999999998, 49.756140000000016, 0], [10.87155, 49.75489000000002, 0], [10.87429, 49.75561000000002, 0], [10.874720000000002, 49.75567000000001, 0], [10.87587, 49.755739999999975, 0], [10.87629, 49.75581, 0], [10.876539999999999, 49.755889999999994, 0], [10.877660000000002, 49.75631000000001, 0], [10.877649999999997, 49.756790000000024, 0], [10.87755, 49.75716000000003, 0], [10.87876, 49.75738000000001, 0], [10.87833, 49.75780000000003, 0], [10.878239999999998, 49.758230000000026, 0], [10.878239999999998, 49.758579999999995, 0], [10.87806, 49.75900999999999, 0], [10.87789, 49.75925999999998, 0], [10.877429999999999, 49.759619999999984, 0], [10.87646, 49.760590000000036, 0], [10.87567, 49.76065, 0], [10.87578, 49.76084, 0], [10.87648, 49.76277999999999, 0], [10.876499999999998, 49.762969999999996, 0], [10.87643, 49.76319999999998, 0], [10.877170000000001, 49.763360000000006, 0], [10.8772, 49.76347999999999, 0], [10.87745, 49.76387999999997, 0], [10.87757, 49.763949999999994, 0], [10.877799999999999, 49.764009999999985, 0], [10.877869999999998, 49.76447000000002, 0], [10.877909999999998, 49.765150000000006, 0], [10.877649999999997, 49.765829999999994, 0], [10.87728, 49.76577999999998, 0], [10.8769, 49.765950000000004, 0], [10.87707, 49.76605000000001, 0], [10.877290000000002, 49.766099999999994, 0], [10.87745, 49.76623000000001, 0], [10.877510000000001, 49.76693999999998, 0], [10.87719, 49.76701, 0], [10.87693, 49.76689999999999, 0], [10.87578, 49.76695999999998, 0], [10.87526, 49.76686999999998, 0], [10.87508, 49.76695999999998, 0], [10.87404, 49.767589999999984, 0], [10.87321, 49.767409999999984, 0], [10.87303, 49.76773, 0], [10.87259, 49.76769999999999, 0], [10.87212, 49.76776000000001, 0], [10.87176, 49.76785000000001, 0], [10.87177, 49.76812000000001, 0], [10.87165, 49.76873000000003, 0], [10.87144, 49.768809999999974, 0], [10.87116, 49.76913999999999, 0], [10.87014, 49.76913999999999, 0], [10.86992, 49.76908, 0], [10.86994, 49.76931999999999, 0], [10.8705, 49.770580000000024, 0], [10.87087, 49.77059, 0], [10.87117, 49.77064999999999, 0], [10.87203, 49.77091999999999, 0], [10.872210000000003, 49.77092999999999, 0], [10.87277, 49.77089999999998, 0], [10.872980000000002, 49.77091999999999, 0], [10.87373, 49.77122, 0], [10.87367, 49.77143000000001, 0], [10.87417, 49.771529999999984, 0], [10.874350000000002, 49.771540000000016, 0], [10.87506, 49.77136999999999, 0], [10.875430000000001, 49.77139, 0], [10.87572, 49.77149, 0], [10.87589, 49.77173000000002, 0], [10.876570000000001, 49.77181999999999, 0], [10.87679, 49.772099999999995, 0], [10.87719, 49.772279999999995, 0], [10.87744, 49.772310000000004, 0], [10.87753, 49.77244000000002, 0], [10.87771, 49.772490000000005, 0], [10.877799999999999, 49.77262999999999, 0], [10.8784, 49.77276999999998, 0], [10.87856, 49.772850000000005, 0], [10.878660000000002, 49.77287000000001, 0], [10.87893, 49.77283, 0], [10.87926, 49.772880000000015, 0], [10.879649999999998, 49.77280999999999, 0], [10.88026, 49.77280999999999, 0], [10.88145, 49.77288999999999, 0], [10.88205, 49.77296999999999, 0], [10.8831, 49.77323000000001, 0], [10.884069999999998, 49.773619999999994, 0], [10.88495, 49.77372, 0], [10.88576, 49.77376000000001, 0], [10.8876, 49.773949999999985, 0], [10.88782, 49.77359000000001, 0], [10.88895, 49.773949999999985, 0], [10.89085, 49.77447999999998, 0], [10.89073, 49.775660000000016, 0], [10.89067, 49.77587, 0], [10.89098, 49.775829999999985, 0], [10.89277, 49.775750000000016, 0], [10.89297, 49.775829999999985, 0], [10.893150000000002, 49.77605, 0], [10.89344, 49.77620999999999, 0], [10.894329999999998, 49.776009999999985, 0], [10.89451, 49.775750000000016, 0], [10.89543, 49.775750000000016, 0], [10.89561, 49.77544, 0], [10.89608, 49.77485999999999, 0], [10.89676, 49.77436, 0], [10.8971, 49.77403000000001, 0], [10.897630000000001, 49.77364, 0], [10.89825, 49.77306999999999, 0], [10.89861, 49.77280999999999, 0], [10.89889, 49.772549999999995, 0], [10.89918, 49.77260000000001, 0], [10.8995, 49.77270999999999, 0], [10.899640000000002, 49.77269999999996, 0], [10.90052, 49.772880000000015, 0], [10.90096, 49.77301, 0], [10.90162, 49.77323000000001, 0], [10.90261, 49.77365000000003, 0], [10.902789999999998, 49.77368000000004, 0], [10.90292, 49.77386000000001, 0], [10.903199999999998, 49.773830000000004, 0], [10.90353, 49.77375000000001, 0], [10.90408, 49.77357000000001, 0], [10.9043, 49.77375000000001, 0], [10.903429999999998, 49.77420999999998, 0], [10.90296, 49.77438999999998, 0], [10.90091, 49.775000000000006, 0], [10.900589999999998, 49.77564000000001, 0], [10.90023, 49.775960000000026, 0], [10.89979, 49.77656000000002, 0], [10.89933, 49.77696, 0], [10.899489999999998, 49.77697999999998, 0], [10.90004, 49.77717000000001, 0], [10.90037, 49.77734000000001, 0], [10.9005, 49.77745999999999, 0], [10.90011, 49.77781999999999, 0], [10.89988, 49.77814000000001, 0], [10.89988, 49.77826000000002, 0], [10.9002, 49.77826999999999, 0], [10.90062, 49.77832999999998, 0], [10.90184, 49.77861999999999, 0], [10.90193, 49.778610000000015, 0], [10.90206, 49.77852999999996, 0], [10.90282, 49.778670000000005, 0], [10.90298, 49.778760000000034, 0], [10.90415, 49.779240000000016, 0], [10.905030000000002, 49.77948000000001, 0], [10.90511, 49.77940000000001, 0], [10.905729999999998, 49.77946000000003, 0], [10.906539999999998, 49.779619999999994, 0], [10.906660000000002, 49.780069999999995, 0], [10.906400000000001, 49.780640000000034, 0], [10.90715, 49.780399999999986, 0], [10.90821, 49.78014999999999, 0], [10.90852, 49.78106, 0], [10.90912, 49.78102000000001, 0], [10.91091, 49.78128000000001, 0], [10.9119, 49.78137000000001, 0], [10.91257, 49.78030000000001, 0], [10.912859999999998, 49.77993000000001, 0], [10.9138, 49.780280000000005, 0], [10.914339999999997, 49.77996999999999, 0], [10.914690000000002, 49.780069999999995, 0], [10.91518, 49.78115, 0], [10.91533, 49.78165999999999, 0], [10.91534, 49.78225000000003, 0], [10.917240000000001, 49.78321999999997, 0], [10.9189, 49.784130000000005, 0], [10.92105, 49.78540000000001, 0], [10.92175, 49.78531000000001, 0], [10.923059999999998, 49.78495000000001, 0], [10.923780000000002, 49.78478999999999, 0], [10.92475, 49.78461999999999, 0], [10.92558, 49.78456, 0], [10.92559, 49.78469999999999, 0], [10.92612, 49.78488999999999, 0], [10.92732, 49.784249999999986, 0], [10.927830000000002, 49.78387000000001, 0], [10.927849999999998, 49.783979999999985, 0], [10.9278, 49.784140000000036, 0], [10.92792, 49.78439000000003, 0], [10.92814, 49.78471999999999, 0], [10.92838, 49.78498000000002, 0], [10.928600000000001, 49.78511999999998, 0], [10.92911, 49.78532999999999, 0], [10.92966, 49.78550999999999, 0], [10.93012, 49.785540000000026, 0], [10.931019999999998, 49.785560000000004, 0], [10.93209, 49.78548000000001, 0], [10.932510000000002, 49.785169999999994, 0], [10.93184, 49.78487999999999, 0], [10.931239999999999, 49.78469999999999, 0], [10.93081, 49.78433999999996, 0], [10.93055, 49.78403, 0], [10.93044, 49.78340000000003, 0], [10.93034, 49.78312, 0], [10.92977, 49.783000000000015, 0], [10.92904, 49.78275999999997, 0], [10.928779999999998, 49.78271000000001, 0], [10.92882, 49.78247999999999, 0], [10.926929999999999, 49.78206000000003, 0], [10.9261, 49.78197, 0], [10.92568, 49.78188, 0], [10.92458, 49.78151, 0], [10.92448, 49.78143, 0], [10.92287, 49.78084999999999, 0], [10.92102, 49.780339999999995, 0], [10.92063, 49.78020000000001, 0], [10.91948, 49.779529999999994, 0], [10.919019999999998, 49.77919, 0], [10.918089999999998, 49.778369999999995, 0], [10.916910000000001, 49.77712, 0], [10.91729, 49.776340000000005, 0], [10.91727, 49.77599000000001, 0], [10.91742, 49.775710000000004, 0], [10.917570000000001, 49.775690000000026, 0], [10.91847, 49.77543, 0], [10.919019999999998, 49.77535, 0], [10.91926, 49.77493999999999, 0], [10.919019999999998, 49.77429000000001, 0], [10.918579999999999, 49.773709999999994, 0], [10.91894, 49.77305000000001, 0], [10.91956, 49.772789999999986, 0], [10.91882, 49.772339999999986, 0], [10.91967, 49.77188000000001, 0], [10.920030000000002, 49.77184, 0], [10.92056, 49.77173000000002, 0], [10.92082, 49.77152000000001, 0], [10.9209, 49.77141, 0], [10.92076, 49.771240000000006, 0], [10.92103, 49.77115999999998, 0], [10.92174, 49.771079999999984, 0], [10.922320000000001, 49.770880000000005, 0], [10.92278, 49.770820000000015, 0], [10.922849999999999, 49.77071999999998, 0], [10.923080000000002, 49.770580000000024, 0], [10.923179999999999, 49.770460000000014, 0], [10.923289999999998, 49.77041, 0], [10.92372, 49.77037999999999, 0], [10.92388, 49.770279999999985, 0], [10.92436, 49.77014999999997, 0], [10.9245, 49.77003000000002, 0], [10.9246, 49.77001999999999, 0], [10.92492, 49.76987, 0], [10.925029999999998, 49.76988000000003, 0], [10.92531, 49.769769999999994, 0], [10.92555, 49.76975999999999, 0], [10.92583, 49.769679999999994, 0], [10.92564, 49.76946000000001, 0], [10.925629999999998, 49.769090000000006, 0], [10.925889999999999, 49.76813999999999, 0], [10.92562, 49.768159999999995, 0], [10.9262, 49.767830000000004, 0], [10.92647, 49.76775000000001, 0], [10.92655, 49.76760999999996, 0], [10.92687, 49.767319999999955, 0], [10.92798, 49.767330000000015, 0], [10.92981, 49.76743999999999, 0], [10.93024, 49.76750000000001, 0], [10.930909999999999, 49.76764, 0], [10.93201, 49.76626999999999, 0], [10.93022, 49.76587000000001, 0], [10.9291, 49.765510000000035, 0], [10.92712, 49.764609999999976, 0], [10.92565, 49.763859999999966, 0], [10.92431, 49.76509999999999, 0], [10.92405, 49.76523, 0], [10.92327, 49.76553000000001, 0], [10.92327, 49.76517999999999, 0], [10.92297, 49.76483999999999, 0], [10.922710000000002, 49.764639999999986, 0], [10.92238, 49.764459999999985, 0], [10.92195, 49.76447999999999, 0], [10.92133, 49.76420999999996, 0], [10.92079, 49.763109999999955, 0], [10.91901, 49.76344999999998, 0], [10.918280000000001, 49.76342999999997, 0], [10.91737, 49.76344999999998, 0], [10.91679, 49.763540000000006, 0], [10.91636, 49.76351, 0], [10.9159, 49.76355000000001, 0], [10.915500000000002, 49.76351, 0], [10.91518, 49.763329999999996, 0], [10.9151, 49.763720000000006, 0], [10.91512, 49.764020000000016, 0], [10.91547, 49.76545999999999, 0], [10.91496, 49.76545999999999, 0], [10.91406, 49.76553999999999, 0], [10.9135, 49.76563999999999, 0], [10.91331, 49.76562000000001, 0], [10.91328, 49.76553999999999, 0], [10.91324, 49.76483999999999, 0], [10.91301, 49.763919999999985, 0], [10.91327, 49.76326, 0], [10.91344, 49.762670000000014, 0], [10.91397, 49.76204000000001, 0], [10.91421, 49.76181, 0], [10.91437, 49.761750000000006, 0], [10.91559, 49.76168000000001, 0], [10.91692, 49.76187999999999, 0], [10.91814, 49.762009999999975, 0], [10.91897, 49.76203000000004, 0], [10.91996, 49.76186999999999, 0], [10.92049, 49.76172, 0], [10.921209999999999, 49.76164, 0], [10.92179, 49.76161999999999, 0], [10.922359999999998, 49.761750000000006, 0], [10.92307, 49.762, 0], [10.92384, 49.76241999999999, 0], [10.924000000000001, 49.76246000000003, 0], [10.92428, 49.762659999999954, 0], [10.92469, 49.76287000000002, 0], [10.92483, 49.76272, 0], [10.92494, 49.76250999999999, 0], [10.92491, 49.76236, 0], [10.92495, 49.76198999999997, 0], [10.925040000000001, 49.76147000000003, 0], [10.92709, 49.76194000000001, 0], [10.927830000000002, 49.76205999999999, 0], [10.92798, 49.761799999999994, 0], [10.92811, 49.76172, 0], [10.9279, 49.76114999999999, 0], [10.92829, 49.76119, 0], [10.92863, 49.76119, 0], [10.929829999999999, 49.760339999999985, 0], [10.93064, 49.75994, 0], [10.9318, 49.75951999999998, 0], [10.931810000000002, 49.75921999999997, 0], [10.9316, 49.75862999999998, 0], [10.93143, 49.75837999999999, 0], [10.93107, 49.75801999999999, 0], [10.931100000000002, 49.75777999999997, 0], [10.93105, 49.757480000000015, 0], [10.93138, 49.757239999999996, 0], [10.93175, 49.75707, 0], [10.932740000000003, 49.75627, 0], [10.932879999999999, 49.755870000000016, 0], [10.933220000000002, 49.75563, 0], [10.9336, 49.75542999999996, 0], [10.93384, 49.75540000000001, 0], [10.93375, 49.75522999999998, 0], [10.934150000000002, 49.75519, 0], [10.93337, 49.7535, 0], [10.93323, 49.75328999999999, 0], [10.9329, 49.75236000000001, 0], [10.932499999999997, 49.75238999999999, 0], [10.932350000000001, 49.75209000000001, 0], [10.93152, 49.75216999999998, 0], [10.931580000000002, 49.75232, 0], [10.931580000000002, 49.75247999999999, 0], [10.93129, 49.75262000000001, 0], [10.93064, 49.752700000000004, 0], [10.93024, 49.751930000000016, 0], [10.930909999999999, 49.75191000000001, 0], [10.9315, 49.75193999999999, 0], [10.93171, 49.75189, 0], [10.9324, 49.75167000000002, 0], [10.932989999999998, 49.751300000000015, 0], [10.932690000000001, 49.7509, 0], [10.931810000000002, 49.75095999999999, 0], [10.93178, 49.75083000000001, 0], [10.93242, 49.74992, 0], [10.932159999999998, 49.74988999999999, 0], [10.932020000000001, 49.74938, 0], [10.93192, 49.74923000000001, 0], [10.932020000000001, 49.749120000000005, 0], [10.93209, 49.7491, 0], [10.932499999999997, 49.749089999999995, 0], [10.93307, 49.74898999999999, 0], [10.93411, 49.74877000000001, 0], [10.93514, 49.74846999999997, 0], [10.934839999999998, 49.74782999999999, 0], [10.93487, 49.747749999999996, 0], [10.93267, 49.748249999999985, 0], [10.931250000000002, 49.748400000000004, 0], [10.931119999999998, 49.747900000000016, 0], [10.93089, 49.74737999999999, 0], [10.93049, 49.74750000000003, 0], [10.92955, 49.74764999999999, 0], [10.92854, 49.74777, 0], [10.9264, 49.74813, 0], [10.926460000000002, 49.747960000000006, 0], [10.92658, 49.74782999999999, 0], [10.9268, 49.747420000000005, 0], [10.92672, 49.747240000000005, 0], [10.92649, 49.74699000000001, 0], [10.92729, 49.74651, 0], [10.92711, 49.74626000000001, 0], [10.92672, 49.745990000000006, 0], [10.92648, 49.74572999999998, 0], [10.92617, 49.74556000000001, 0], [10.9242, 49.744879999999995, 0], [10.923929999999999, 49.74483000000001, 0], [10.923619999999998, 49.744939999999986, 0], [10.92276, 49.74430000000001, 0], [10.92253, 49.744230000000016, 0], [10.922220000000001, 49.74417, 0], [10.921479999999999, 49.74429000000001, 0], [10.92133, 49.74387999999999, 0], [10.92126, 49.74382, 0], [10.919540000000001, 49.74329000000003, 0], [10.91908, 49.743270000000024, 0], [10.91913, 49.74298999999999, 0], [10.920059999999998, 49.74306999999999, 0], [10.92061, 49.74247, 0], [10.92069, 49.74233000000001, 0], [10.92108, 49.74243999999999, 0], [10.92163, 49.742490000000004, 0], [10.922029999999998, 49.74146999999999, 0], [10.92261, 49.740669999999994, 0], [10.92297, 49.740309999999994, 0], [10.923, 49.74019000000001, 0], [10.92344, 49.739509999999996, 0], [10.923769999999998, 49.73867999999999, 0], [10.923780000000002, 49.73858999999999, 0], [10.923329999999998, 49.73841999999996, 0], [10.92288, 49.73850999999999, 0], [10.92175, 49.73863000000003, 0], [10.92137, 49.73868999999999, 0], [10.92174, 49.73782, 0], [10.92089, 49.73783, 0], [10.920400000000003, 49.73795000000001, 0], [10.92082, 49.73752999999999, 0], [10.921319999999998, 49.737599999999986, 0], [10.921510000000001, 49.73756, 0], [10.921579999999999, 49.73680000000002, 0], [10.92173, 49.736620000000045, 0], [10.922480000000002, 49.73625000000001, 0], [10.92325, 49.735990000000015, 0], [10.92383, 49.735829999999964, 0], [10.92418, 49.73577, 0], [10.92501, 49.73568, 0], [10.92513, 49.73550000000003, 0], [10.92499, 49.73525000000001, 0], [10.924560000000001, 49.73514, 0], [10.92443, 49.735330000000005, 0], [10.923289999999998, 49.73486, 0], [10.923659999999998, 49.73464000000001, 0], [10.92438, 49.73401000000001, 0], [10.92522, 49.73347000000001, 0], [10.925669999999998, 49.73311000000004, 0], [10.92631, 49.732309999999984, 0], [10.926630000000001, 49.732, 0], [10.92677, 49.73193999999998, 0], [10.92699, 49.73191, 0], [10.92677, 49.73156, 0], [10.92645, 49.731359999999995, 0], [10.92722, 49.73083, 0], [10.928160000000002, 49.72991999999999, 0], [10.92825, 49.72985, 0], [10.93035, 49.73049000000003, 0], [10.932279999999999, 49.728579999999994, 0], [10.930170000000002, 49.72793999999999, 0], [10.93074, 49.726910000000004, 0], [10.93271, 49.72752, 0], [10.93349, 49.72648000000001, 0], [10.93387, 49.72658000000004, 0], [10.934729999999998, 49.72673, 0], [10.93606, 49.72716, 0], [10.93671, 49.72746999999998, 0], [10.93705, 49.72757999999999, 0], [10.93838, 49.72764999999998, 0], [10.93869, 49.72773000000004, 0], [10.93895, 49.727870000000024, 0], [10.9391, 49.727990000000005, 0], [10.93958, 49.728590000000025, 0], [10.94025, 49.72898000000001, 0], [10.94128, 49.72944000000004, 0], [10.94146, 49.72887, 0], [10.94187, 49.72824, 0], [10.94268, 49.72658000000004, 0], [10.94297, 49.72606999999999, 0], [10.94313, 49.725629999999995, 0], [10.943229999999998, 49.725480000000005, 0], [10.94361, 49.725269999999995, 0], [10.94425, 49.72501, 0], [10.94447, 49.72486000000001, 0], [10.9447, 49.72465, 0], [10.94503, 49.72424000000001, 0], [10.94512, 49.72391000000002, 0], [10.94527, 49.72364999999999, 0], [10.945390000000002, 49.72352000000001, 0], [10.94552, 49.723450000000014, 0], [10.945639999999997, 49.72301999999999, 0], [10.94578, 49.72280000000001, 0], [10.94656, 49.72237999999999, 0], [10.94762, 49.722049999999996, 0], [10.94807, 49.72197, 0], [10.9476, 49.72055999999998, 0], [10.947869999999998, 49.720410000000015, 0], [10.94846, 49.720249999999965, 0], [10.94887, 49.72003000000001, 0], [10.94819, 49.71961999999999, 0], [10.94908, 49.71925999999999, 0], [10.94941, 49.7192, 0], [10.9498, 49.71898999999999, 0], [10.950180000000001, 49.71902, 0], [10.950340000000002, 49.71887000000004, 0], [10.95024, 49.71853999999999, 0], [10.951220000000001, 49.71833000000001, 0], [10.95168, 49.718289999999996, 0], [10.95195, 49.718019999999996, 0], [10.9518, 49.717899999999986, 0], [10.950710000000003, 49.71746999999999, 0], [10.95113, 49.7175, 0], [10.95154, 49.71761000000001, 0], [10.952329999999998, 49.717749999999995, 0], [10.95256, 49.71791000000002, 0], [10.95353, 49.7183, 0], [10.95417, 49.71848, 0], [10.954970000000001, 49.71879000000001, 0], [10.95532, 49.71863999999999, 0], [10.95738, 49.717929999999996, 0], [10.95912, 49.71743000000001, 0], [10.95959, 49.71732, 0], [10.95985, 49.71728999999999, 0], [10.960239999999999, 49.717299999999994, 0], [10.96086, 49.71738000000002, 0], [10.96129, 49.717190000000016, 0], [10.96192, 49.71697000000003, 0], [10.96227, 49.71688, 0], [10.96249, 49.71678, 0], [10.96156, 49.716350000000006, 0], [10.96075, 49.71585999999999, 0], [10.95953, 49.715360000000004, 0], [10.95927, 49.71517, 0], [10.95911, 49.715010000000035, 0], [10.95896, 49.71467999999999, 0], [10.95893, 49.71392000000003, 0], [10.958800000000002, 49.713539999999966, 0], [10.95865, 49.713239999999985, 0], [10.95858, 49.71320000000003, 0], [10.958339999999998, 49.71314000000001, 0], [10.95738, 49.7131, 0], [10.95658, 49.712980000000016, 0], [10.95631, 49.712620000000015, 0], [10.95619, 49.71235000000004, 0], [10.956159999999999, 49.71206000000001, 0], [10.95575, 49.711929999999995, 0], [10.95525, 49.712379999999996, 0], [10.95521, 49.71269000000001, 0], [10.95421, 49.71320000000003, 0], [10.953219999999998, 49.71388000000002, 0], [10.95151, 49.71475000000001, 0], [10.950340000000002, 49.714879999999994, 0], [10.950279999999998, 49.71459999999996, 0], [10.950340000000002, 49.71439000000001, 0], [10.9508, 49.71370000000002, 0], [10.95068, 49.71325999999996, 0], [10.95002, 49.71343000000002, 0], [10.94978, 49.713239999999985, 0], [10.94812, 49.71370000000002, 0], [10.94763, 49.71389000000002, 0], [10.94746, 49.71397999999999, 0], [10.94714, 49.71439000000001, 0], [10.94697, 49.71447999999998, 0], [10.94496, 49.71522999999999, 0], [10.9443, 49.71558999999996, 0], [10.94333, 49.71577000000002, 0], [10.94144, 49.715929999999986, 0], [10.94096, 49.716069999999974, 0], [10.94037, 49.71645000000001, 0], [10.93962, 49.71636999999998, 0], [10.93893, 49.71635999999998, 0], [10.93886, 49.716200000000015, 0], [10.93905, 49.7158, 0], [10.939369999999998, 49.715540000000004, 0], [10.94007, 49.71511000000001, 0], [10.940289999999997, 49.71530000000001, 0], [10.940750000000001, 49.715540000000004, 0], [10.94119, 49.71563999999998, 0], [10.94163, 49.715599999999995, 0], [10.94155, 49.715149999999994, 0], [10.942259999999997, 49.715179999999975, 0], [10.943459999999998, 49.715059999999994, 0], [10.94469, 49.714560000000006, 0], [10.944990000000002, 49.71451999999999, 0], [10.94526, 49.71433999999999, 0], [10.94517, 49.71391, 0], [10.94489, 49.713629999999995, 0], [10.944500000000001, 49.71373999999997, 0], [10.944049999999999, 49.71391, 0], [10.944119999999998, 49.713490000000036, 0], [10.944350000000002, 49.7131, 0], [10.94533, 49.711749999999995, 0], [10.94508, 49.711690000000004, 0], [10.94474, 49.71153000000001, 0], [10.944620000000002, 49.71153000000001, 0], [10.94442, 49.71159000000003, 0], [10.94376, 49.711990000000014, 0], [10.9438, 49.71236999999999, 0], [10.94295, 49.71263999999999, 0], [10.94167, 49.713719999999995, 0], [10.94092, 49.714290000000005, 0], [10.940339999999999, 49.71422000000001, 0], [10.93986, 49.71437, 0], [10.938630000000002, 49.714620000000025, 0], [10.93833, 49.714740000000006, 0], [10.938219999999998, 49.714650000000006, 0], [10.93768, 49.714439999999996, 0], [10.937630000000002, 49.71382, 0], [10.93765, 49.713329999999985, 0], [10.93761, 49.71319, 0], [10.93732, 49.71275, 0], [10.93667, 49.71255999999997, 0], [10.93617, 49.712890000000016, 0], [10.93569, 49.71303999999998, 0], [10.93475, 49.71323000000001, 0], [10.93385, 49.71359000000001, 0], [10.93348, 49.713809999999995, 0], [10.93382, 49.714049999999986, 0], [10.93333, 49.71441999999999, 0], [10.932740000000003, 49.7148, 0], [10.93213, 49.715149999999994, 0], [10.93192, 49.715239999999994, 0], [10.93162, 49.71530999999999, 0], [10.93123, 49.71513999999999, 0], [10.93079, 49.71521999999999, 0], [10.930309999999999, 49.71522999999999, 0], [10.9299, 49.715090000000004, 0], [10.93029, 49.71484000000001, 0], [10.93034, 49.71460999999999, 0], [10.9307, 49.713870000000014, 0], [10.93093, 49.713210000000004, 0], [10.93111, 49.71293, 0], [10.9316, 49.71239, 0], [10.932250000000002, 49.71134000000001, 0], [10.93249, 49.71122, 0], [10.933319999999998, 49.71055000000001, 0], [10.93302, 49.709720000000004, 0], [10.932840000000002, 49.70947999999996, 0], [10.932840000000002, 49.70920000000001, 0], [10.93249, 49.70919000000001, 0], [10.932049999999998, 49.71016, 0], [10.93184, 49.71039000000002, 0], [10.93144, 49.71068999999997, 0], [10.9304, 49.71128999999999, 0], [10.929939999999998, 49.71145000000001, 0], [10.92948, 49.711659999999995, 0], [10.928430000000002, 49.71242000000001, 0], [10.92805, 49.71263999999999, 0], [10.92635, 49.71307999999999, 0], [10.925399999999998, 49.71337, 0], [10.92495, 49.713460000000026, 0], [10.92398, 49.71356, 0], [10.92337, 49.713719999999995, 0], [10.92279, 49.71414999999999, 0], [10.92277, 49.71389000000002, 0], [10.92332, 49.71289999999999, 0], [10.92294, 49.71197999999998, 0], [10.92302, 49.71188999999998, 0], [10.92327, 49.71176, 0], [10.9246, 49.711540000000014, 0], [10.92418, 49.711160000000035, 0], [10.923190000000002, 49.71051, 0], [10.92338, 49.710080000000005, 0], [10.922810000000002, 49.709059999999994, 0], [10.923450000000003, 49.70895999999999, 0], [10.92314, 49.70864, 0], [10.922689999999998, 49.70785999999998, 0], [10.922000000000002, 49.70728, 0], [10.92207, 49.70684, 0], [10.92467, 49.707269999999994, 0], [10.925029999999998, 49.70724000000001, 0], [10.92578, 49.70706000000001, 0], [10.92615, 49.706999999999994, 0], [10.92655, 49.707040000000006, 0], [10.92718, 49.707179999999966, 0], [10.92774, 49.70613, 0], [10.928530000000002, 49.70506000000003, 0], [10.92854, 49.704980000000006, 0], [10.92891, 49.704290000000015, 0], [10.929570000000002, 49.70328999999998, 0], [10.92979, 49.70309, 0], [10.93044, 49.70267000000001, 0], [10.9307, 49.702380000000005, 0], [10.930899999999998, 49.70197000000002, 0], [10.931349999999998, 49.70204000000001, 0], [10.93148, 49.701809999999995, 0], [10.931980000000001, 49.70134999999999, 0], [10.93207, 49.701149999999984, 0], [10.93209, 49.700879999999984, 0], [10.9335, 49.70027999999999, 0], [10.93526, 49.700080000000014, 0], [10.93736, 49.69975999999997, 0], [10.93851, 49.69962000000001, 0], [10.93824, 49.69933, 0], [10.93816, 49.69917000000001, 0], [10.93898, 49.69910999999999, 0], [10.93961, 49.69900999999996, 0], [10.94674, 49.69744, 0], [10.94664, 49.69726, 0], [10.94735, 49.69705999999999, 0], [10.948810000000002, 49.696399999999954, 0], [10.94967, 49.696110000000004, 0], [10.95065, 49.695840000000004, 0], [10.951399999999998, 49.69559000000001, 0], [10.9561, 49.693749999999994, 0], [10.95638, 49.69367, 0], [10.957239999999999, 49.6935, 0], [10.958360000000003, 49.69330000000005, 0], [10.96107, 49.69227000000001, 0], [10.962070000000002, 49.69209999999998, 0], [10.965290000000001, 49.69206, 0], [10.9653, 49.69155000000001, 0], [10.967630000000002, 49.691329999999965, 0], [10.96801, 49.69130000000001, 0], [10.968149999999998, 49.691329999999965, 0], [10.96831, 49.691599999999994, 0], [10.969040000000001, 49.69140999999999, 0], [10.968809999999998, 49.69093000000001, 0], [10.96947, 49.690709999999996, 0], [10.96984, 49.69103999999996, 0], [10.97059, 49.69048000000001, 0], [10.97331, 49.69198, 0], [10.9734, 49.69192000000001, 0], [10.97312, 49.69164000000001, 0], [10.9737, 49.69134, 0], [10.973989999999999, 49.69149999999999, 0], [10.9743, 49.69126, 0], [10.973690000000001, 49.691010000000006, 0], [10.97363, 49.69089999999997, 0], [10.973580000000002, 49.69024999999999, 0], [10.97312, 49.69009, 0], [10.972910000000002, 49.689959999999985, 0], [10.972810000000003, 49.68985000000001, 0], [10.97301, 49.68968000000001, 0], [10.973250000000002, 49.68941000000001, 0], [10.97341, 49.689130000000006, 0], [10.97363, 49.68893, 0], [10.97364, 49.68869999999998, 0], [10.97381, 49.68772999999999, 0], [10.97381, 49.68745000000001, 0], [10.97412, 49.68679, 0], [10.974390000000001, 49.68657000000002, 0], [10.97495, 49.686350000000004, 0], [10.97531, 49.68613000000002, 0], [10.97598, 49.68545, 0], [10.976649999999998, 49.68413000000001, 0], [10.975760000000001, 49.683959999999985, 0], [10.97531, 49.683820000000026, 0], [10.97417, 49.682829999999996, 0], [10.972910000000002, 49.68191999999999, 0], [10.97267, 49.68186, 0], [10.9723, 49.68182999999999, 0], [10.97315, 49.68124, 0], [10.97374, 49.68063999999998, 0], [10.97519, 49.68120999999999, 0], [10.97639, 49.681790000000035, 0], [10.97775, 49.682230000000004, 0], [10.97808, 49.68231, 0], [10.97922, 49.68302, 0], [10.979809999999999, 49.6832, 0], [10.980479999999998, 49.68329, 0], [10.98123, 49.68333999999999, 0], [10.98177, 49.683239999999984, 0], [10.98199, 49.68308000000002, 0], [10.98203, 49.68246999999997, 0], [10.982410000000002, 49.6823, 0], [10.98318, 49.68208999999999, 0], [10.9844, 49.682079999999985, 0], [10.98568, 49.68227999999999, 0], [10.98641, 49.682230000000004, 0], [10.98677, 49.68248, 0], [10.98689, 49.682230000000004, 0], [10.986799999999999, 49.68186, 0], [10.986830000000001, 49.68171000000001, 0], [10.98709, 49.68159, 0], [10.98765, 49.68151, 0], [10.98775, 49.68195000000003, 0], [10.98802, 49.68218000000002, 0], [10.98922, 49.68248, 0], [10.989689999999998, 49.68289999999996, 0], [10.990279999999998, 49.683239999999984, 0], [10.99056, 49.68335999999999, 0], [10.99136, 49.68359000000001, 0], [10.9916, 49.68341000000001, 0], [10.9918, 49.6832, 0], [10.991919999999999, 49.683009999999996, 0], [10.99205, 49.682650000000024, 0], [10.992150000000002, 49.682500000000005, 0], [10.9927, 49.68251000000001, 0], [10.99327, 49.68268000000003, 0], [10.995519999999999, 49.682889999999986, 0], [10.99621, 49.68306999999999, 0], [10.99754, 49.683239999999984, 0], [10.99914, 49.68357, 0], [11.002620000000002, 49.684, 0], [11.00538, 49.684590000000014, 0], [11.009109999999998, 49.68544, 0], [11.00935, 49.68544, 0], [11.009919999999997, 49.68520000000001, 0], [11.010449999999999, 49.68508, 0], [11.01151, 49.68500000000003, 0], [11.01218, 49.684560000000005, 0], [11.012859999999998, 49.684560000000005, 0], [11.01339, 49.684590000000014, 0], [11.013760000000001, 49.684, 0], [11.01441, 49.68409, 0], [11.01489, 49.683820000000026, 0], [11.015020000000002, 49.68378000000001, 0], [11.01538, 49.6824, 0], [11.015649999999999, 49.68167, 0], [11.01573, 49.68093999999999, 0], [11.01503, 49.68084999999999, 0], [11.01422, 49.680619999999976, 0], [11.013629999999997, 49.68048999999999, 0], [11.013420000000002, 49.680380000000014, 0], [11.01358, 49.67993999999999, 0], [11.01358, 49.67943999999997, 0], [11.01333, 49.67900999999998, 0], [11.01352, 49.678830000000005, 0], [11.01357, 49.67857000000001, 0], [11.01348, 49.67840000000001, 0], [11.013, 49.678139999999985, 0], [11.01336, 49.677220000000005, 0], [11.0126, 49.677189999999996, 0], [11.011779999999998, 49.677059999999955, 0], [11.01139, 49.67735999999999, 0], [11.01106, 49.677539999999965, 0], [11.01062, 49.67765, 0], [11.00993, 49.67772000000002, 0], [11.00963, 49.67766, 0], [11.009479999999998, 49.67757, 0], [11.009439999999998, 49.67741000000001, 0], [11.00949, 49.677250000000015, 0], [11.0099, 49.67698999999999, 0], [11.00963, 49.67690999999999, 0], [11.009439999999998, 49.67671999999999, 0], [11.00935, 49.676559999999995, 0], [11.00932, 49.67624000000001, 0], [11.009409999999999, 49.675839999999994, 0], [11.00947, 49.67527999999999, 0], [11.00824, 49.67509000000001, 0], [11.00671, 49.67509000000001, 0], [11.00478, 49.67537999999999, 0], [11.00442, 49.67539000000002, 0], [11.00426, 49.67525999999998, 0], [11.0042, 49.67502999999999, 0], [11.00417, 49.67463000000001, 0], [11.00383, 49.67401000000001, 0], [11.00505, 49.67374000000001, 0], [11.00612, 49.673640000000006, 0], [11.00708, 49.67361, 0], [11.00887, 49.67362, 0], [11.010110000000001, 49.67383000000001, 0], [11.01007, 49.674019999999985, 0], [11.01125, 49.67410000000004, 0], [11.0118, 49.67409000000001, 0], [11.01221, 49.674049999999994, 0], [11.012570000000002, 49.673959999999994, 0], [11.01266, 49.67391000000001, 0], [11.01322, 49.673219999999986, 0], [11.01338, 49.67309000000003, 0], [11.01351, 49.67302000000001, 0], [11.01395, 49.6729, 0], [11.01474, 49.67230000000001, 0], [11.01521, 49.672079999999994, 0], [11.01559, 49.67221000000001, 0], [11.01619, 49.67215999999996, 0], [11.01656, 49.67201, 0], [11.0169, 49.671899999999994, 0], [11.01731, 49.67189000000002, 0], [11.018400000000002, 49.67160000000001, 0], [11.01982, 49.67148000000003, 0], [11.02249, 49.67177000000004, 0], [11.02307, 49.671910000000025, 0], [11.02332, 49.67193, 0], [11.02414, 49.67170999999996, 0], [11.02479, 49.67161999999999, 0], [11.02487, 49.67171999999999, 0], [11.02575, 49.67213000000001, 0], [11.0262, 49.67175000000003, 0], [11.02633, 49.671580000000006, 0], [11.02677, 49.67171999999999, 0], [11.02697, 49.671460000000025, 0], [11.02773, 49.670860000000005, 0], [11.02933, 49.67187999999999, 0], [11.031470000000002, 49.67296999999999, 0], [11.031839999999999, 49.673040000000015, 0], [11.032020000000001, 49.67251999999999, 0], [11.032759999999998, 49.67147, 0], [11.037740000000001, 49.67383000000001, 0], [11.03793, 49.67388, 0], [11.04095, 49.67528999999999, 0], [11.04141, 49.67544000000001, 0], [11.04123, 49.67572999999999, 0], [11.04118, 49.67603, 0], [11.04122, 49.676090000000016, 0], [11.04129, 49.676199999999966, 0], [11.041840000000002, 49.676230000000004, 0], [11.04204, 49.67626999999999, 0], [11.042540000000002, 49.677340000000015, 0], [11.04322, 49.67724000000001, 0], [11.04351, 49.67714000000001, 0], [11.04381, 49.67696000000001, 0], [11.04562, 49.67716999999999, 0], [11.0463, 49.6772, 0], [11.04689, 49.67739999999998, 0], [11.047890000000002, 49.6772, 0], [11.048739999999999, 49.6781, 0], [11.048839999999998, 49.67806999999999, 0], [11.049339999999999, 49.67814999999999, 0], [11.04956, 49.67851000000002, 0], [11.0496, 49.67859999999999, 0], [11.049659999999998, 49.67926, 0], [11.04962, 49.68081000000001, 0], [11.049999999999999, 49.680830000000014, 0], [11.050450000000001, 49.680999999999955, 0], [11.05073, 49.68106, 0], [11.051079999999999, 49.68106, 0], [11.05176, 49.68097, 0], [11.05201, 49.681430000000006, 0], [11.052520000000001, 49.68197000000001, 0], [11.05398, 49.68151, 0], [11.05348, 49.68079, 0], [11.054420000000002, 49.68045000000001, 0], [11.054640000000001, 49.68018999999998, 0], [11.05461, 49.68011000000001, 0], [11.05191, 49.67592000000002, 0], [11.05151, 49.675489999999996, 0], [11.05136, 49.675430000000006, 0], [11.04995, 49.67542000000003, 0], [11.04977, 49.67539000000002, 0], [11.0496, 49.67529999999999, 0], [11.048000000000002, 49.67296999999999, 0], [11.04943, 49.672619999999995, 0], [11.048249999999998, 49.670829999999995, 0], [11.04716, 49.669489999999996, 0], [11.046569999999997, 49.668650000000014, 0], [11.04654, 49.66843000000003, 0], [11.046250000000002, 49.66799, 0], [11.04872, 49.66738999999998, 0], [11.05008, 49.66714999999999, 0], [11.05017, 49.66709, 0], [11.0502, 49.666870000000046, 0], [11.05014, 49.66669999999999, 0], [11.049549999999998, 49.66593, 0], [11.048139999999998, 49.66445999999999, 0], [11.04784, 49.66404000000003, 0], [11.04634, 49.662379999999985, 0], [11.04823, 49.661689999999965, 0], [11.04836, 49.66187000000002, 0], [11.048739999999999, 49.662109999999984, 0], [11.049109999999999, 49.66217, 0], [11.05016, 49.662199999999984, 0], [11.05042, 49.66227999999998, 0], [11.05049, 49.66233, 0], [11.05075, 49.66230999999999, 0], [11.05102, 49.662229999999994, 0], [11.05083, 49.662109999999984, 0], [11.05069, 49.661910000000006, 0], [11.05144, 49.66144000000003, 0], [11.051600000000002, 49.66138000000001, 0], [11.0519, 49.66132999999999, 0], [11.05318, 49.66099000000003, 0], [11.05265, 49.660240000000016, 0], [11.05392, 49.66036, 0], [11.05495, 49.66018, 0], [11.05493, 49.66005999999996, 0], [11.05474, 49.659839999999974, 0], [11.05458, 49.65974, 0], [11.05255, 49.65897000000001, 0], [11.0527, 49.65872000000002, 0], [11.051289999999998, 49.658199999999994, 0], [11.05246, 49.65708999999998, 0], [11.05614, 49.658360000000016, 0], [11.05657, 49.658529999999985, 0], [11.05701, 49.65876, 0], [11.058730000000002, 49.659940000000006, 0], [11.059280000000001, 49.66039000000001, 0], [11.059770000000002, 49.66093000000001, 0], [11.0602, 49.66156999999998, 0], [11.06082, 49.661370000000005, 0], [11.060550000000001, 49.660920000000004, 0], [11.06339, 49.66031000000004, 0], [11.06274, 49.65825000000001, 0], [11.062359999999998, 49.657340000000005, 0], [11.06219, 49.656319999999994, 0], [11.06187, 49.655310000000014, 0], [11.06165, 49.653819999999996, 0], [11.06153, 49.65354999999997, 0], [11.058800000000002, 49.65356, 0], [11.0577, 49.653459999999995, 0], [11.05759, 49.65371000000002, 0], [11.05748, 49.654150000000016, 0], [11.057089999999999, 49.65418, 0], [11.05682, 49.65416000000002, 0], [11.055159999999999, 49.65379999999999, 0], [11.054640000000001, 49.653670000000005, 0], [11.05414, 49.65350000000001, 0], [11.053369999999997, 49.65341000000001, 0], [11.05255, 49.65325999999996, 0], [11.051640000000003, 49.652680000000004, 0], [11.05101, 49.652469999999994, 0], [11.05016, 49.65246000000002, 0], [11.04915, 49.65252000000001, 0], [11.04902, 49.6523, 0], [11.04873, 49.65232, 0], [11.047880000000001, 49.65225000000001, 0], [11.047560000000002, 49.65142, 0], [11.047139999999999, 49.65066999999999, 0], [11.04649, 49.649820000000034, 0], [11.04621, 49.64956000000001, 0], [11.04614, 49.649220000000014, 0], [11.047070000000001, 49.64847999999998, 0], [11.04664, 49.648179999999996, 0], [11.04709, 49.64787999999999, 0], [11.04686, 49.646979999999985, 0], [11.046630000000002, 49.646559999999965, 0], [11.04637, 49.64663999999999, 0], [11.04622, 49.646330000000006, 0], [11.04645, 49.645939999999996, 0], [11.04691, 49.645839999999964, 0], [11.04722, 49.64568, 0], [11.047539999999998, 49.64557000000002, 0], [11.04772, 49.645459999999986, 0], [11.04792, 49.64524, 0], [11.04831, 49.64510999999999, 0], [11.04842, 49.64499999999998, 0], [11.048480000000001, 49.64474999999999, 0], [11.04857, 49.64466999999999, 0], [11.04856, 49.64448999999999, 0], [11.048480000000001, 49.64439999999999, 0], [11.048440000000001, 49.64425, 0], [11.04832, 49.64420999999999, 0], [11.04829, 49.64417, 0], [11.048370000000002, 49.64366000000001, 0], [11.04828, 49.643290000000036, 0], [11.04834, 49.643, 0], [11.04863, 49.64275000000001, 0], [11.04888, 49.642379999999974, 0], [11.048930000000002, 49.642240000000015, 0], [11.04894, 49.64161999999999, 0], [11.0473, 49.64168999999998, 0], [11.04689, 49.64161999999999, 0], [11.04643, 49.64117999999996, 0], [11.04609, 49.64062999999999, 0], [11.045729999999999, 49.64057, 0], [11.04504, 49.64067000000003, 0], [11.04329, 49.64079000000001, 0], [11.04317, 49.640600000000006, 0], [11.04312, 49.64034000000001, 0], [11.04315, 49.639579999999995, 0], [11.04178, 49.63987, 0], [11.04121, 49.64004, 0], [11.0405, 49.64026999999999, 0], [11.03868, 49.64102, 0], [11.03828, 49.64114000000001, 0], [11.038149999999998, 49.64080999999999, 0], [11.0381, 49.640349999999984, 0], [11.037549999999998, 49.640420000000006, 0], [11.03784, 49.63841999999997, 0], [11.03791, 49.63735, 0], [11.0381, 49.63650000000001, 0], [11.03738, 49.63627999999997, 0], [11.03736, 49.63649000000001, 0], [11.03724, 49.63676000000004, 0], [11.03576, 49.63668999999999, 0], [11.03542, 49.63720000000001, 0], [11.034750000000003, 49.637969999999996, 0], [11.03306, 49.63817999999998, 0], [11.03097, 49.6386, 0], [11.02948, 49.63767999999999, 0], [11.029169999999999, 49.63753, 0], [11.0274, 49.636889999999994, 0], [11.02672, 49.63654999999997, 0], [11.0255, 49.63577000000001, 0], [11.023410000000002, 49.634169999999955, 0], [11.02138, 49.632799999999975, 0], [11.02187, 49.632480000000015, 0], [11.022590000000001, 49.63211000000001, 0], [11.024160000000002, 49.63150000000002, 0], [11.024890000000001, 49.63129000000001, 0], [11.02569, 49.63120000000001, 0], [11.0256, 49.631039999999985, 0], [11.02564, 49.63092000000003, 0], [11.02619, 49.630750000000006, 0], [11.02624, 49.63067000000001, 0], [11.026159999999999, 49.63046, 0], [11.02605, 49.630269999999996, 0], [11.025779999999997, 49.62995999999998, 0], [11.02487, 49.629850000000005, 0], [11.02491, 49.62974000000003, 0], [11.02478, 49.629609999999985, 0], [11.024820000000002, 49.62960000000001, 0], [11.0248, 49.62957, 0], [11.024450000000002, 49.62914000000001, 0], [11.02471, 49.628960000000006, 0], [11.02555, 49.62879000000001, 0], [11.02517, 49.62811999999997, 0], [11.024899999999999, 49.627489999999995, 0], [11.024969999999998, 49.627410000000026, 0], [11.02537, 49.62729999999999, 0], [11.02672, 49.62706, 0], [11.02697, 49.62697, 0], [11.027239999999999, 49.62671000000003, 0], [11.02734, 49.62603999999999, 0], [11.02774, 49.62603999999999, 0], [11.02903, 49.62617, 0], [11.02935, 49.62616, 0], [11.029360000000002, 49.62598, 0], [11.02953, 49.62585999999999, 0], [11.031389999999998, 49.625760000000014, 0], [11.0316, 49.6258, 0], [11.03233, 49.62574000000001, 0], [11.032319999999999, 49.62570000000002, 0], [11.03279, 49.62557000000001, 0], [11.03289, 49.62563, 0], [11.033220000000002, 49.625550000000004, 0], [11.0335, 49.62544, 0], [11.03388, 49.62536, 0], [11.03457, 49.62537999999998, 0], [11.03501, 49.62545, 0], [11.03561, 49.62523999999999, 0], [11.03631, 49.62486000000001, 0], [11.03666, 49.62452999999999, 0], [11.03691, 49.62419999999997, 0], [11.037190000000002, 49.62407000000002, 0], [11.03729, 49.623940000000005, 0], [11.03761, 49.62371999999999, 0], [11.03784, 49.62369000000004, 0], [11.03819, 49.62378000000001, 0], [11.03854, 49.623940000000005, 0], [11.03876, 49.62411, 0], [11.039270000000002, 49.62462999999997, 0], [11.03962, 49.62486000000001, 0], [11.03884, 49.62567999999999, 0], [11.03864, 49.626000000000005, 0], [11.038599999999999, 49.62628999999998, 0], [11.03874, 49.62662, 0], [11.03925, 49.627219999999994, 0], [11.040240000000002, 49.62772000000001, 0], [11.03981, 49.62899999999996, 0], [11.04096, 49.629369999999994, 0], [11.040889999999997, 49.62957, 0], [11.04255, 49.62980999999999, 0], [11.04249, 49.63013000000001, 0], [11.04338, 49.63025999999999, 0], [11.04392, 49.630499999999984, 0], [11.044130000000001, 49.630539999999996, 0], [11.04446, 49.63092000000003, 0], [11.04475, 49.63138000000001, 0], [11.044950000000002, 49.631609999999995, 0], [11.04485, 49.63274000000001, 0], [11.04463, 49.63342, 0], [11.0459, 49.63370000000003, 0], [11.0462, 49.633820000000014, 0], [11.048600000000002, 49.63400999999999, 0], [11.05035, 49.63407000000001, 0], [11.05089, 49.63404, 0], [11.05188, 49.63362000000001, 0], [11.052420000000001, 49.633430000000004, 0], [11.05352, 49.63314, 0], [11.05481, 49.63289, 0], [11.05499, 49.633200000000016, 0], [11.055229999999998, 49.634060000000005, 0], [11.05532, 49.63457, 0], [11.05529, 49.63468, 0], [11.05508, 49.63476, 0], [11.05495, 49.63486000000003, 0], [11.05472, 49.63544999999999, 0], [11.054420000000002, 49.63571999999999, 0], [11.054, 49.635969999999986, 0], [11.05407, 49.63665, 0], [11.05403, 49.63699, 0], [11.05665, 49.63756000000001, 0], [11.05878, 49.63767999999999, 0], [11.05993, 49.63763, 0], [11.06004, 49.63786999999999, 0], [11.060550000000001, 49.637880000000024, 0], [11.060579999999998, 49.63753, 0], [11.06065, 49.63731999999999, 0], [11.061019999999997, 49.63731999999999, 0], [11.06096, 49.636979999999966, 0], [11.06111, 49.63654, 0], [11.061279999999998, 49.63633999999999, 0], [11.06156, 49.63623999999999, 0], [11.06196, 49.63615999999999, 0], [11.06209, 49.63607999999999, 0], [11.062149999999999, 49.635729999999995, 0], [11.062249999999999, 49.63557, 0], [11.06288, 49.63538, 0], [11.06324, 49.63512000000003, 0], [11.06449, 49.63486000000003, 0], [11.064439999999998, 49.634479999999996, 0], [11.06569, 49.634180000000015, 0], [11.06553, 49.63371999999998, 0], [11.06548, 49.63305, 0], [11.06587, 49.633069999999975, 0], [11.06645, 49.63302999999999, 0], [11.06728, 49.63282000000004, 0], [11.06769, 49.63327000000004, 0], [11.06858, 49.63326000000001, 0], [11.06863, 49.63311999999999, 0], [11.06828, 49.632930000000016, 0], [11.06826, 49.632859999999994, 0], [11.068340000000001, 49.63274000000001, 0], [11.068710000000001, 49.63264000000001, 0], [11.069, 49.63236999999998, 0], [11.069009999999999, 49.63228000000001, 0], [11.068870000000002, 49.63220000000001, 0], [11.068870000000002, 49.632090000000034, 0], [11.06881, 49.63199, 0], [11.068380000000001, 49.63171, 0], [11.06825, 49.631519999999995, 0], [11.0681, 49.631189999999975, 0], [11.06843, 49.630859999999984, 0], [11.06874, 49.630799999999994, 0], [11.06885, 49.63044999999997, 0], [11.06902, 49.630420000000015, 0], [11.069119999999998, 49.62938, 0], [11.069239999999999, 49.62889999999999, 0], [11.06971, 49.62855999999999, 0], [11.06992, 49.628209999999996, 0], [11.07, 49.62796, 0], [11.070719999999998, 49.627820000000014, 0], [11.071210000000002, 49.627820000000014, 0], [11.071760000000001, 49.62777, 0], [11.07215, 49.62781000000001, 0], [11.072810000000002, 49.62763000000001, 0], [11.072920000000002, 49.627550000000014, 0], [11.072920000000002, 49.627410000000026, 0], [11.07452, 49.62697, 0], [11.075499999999998, 49.6268, 0], [11.07602, 49.62675999999999, 0], [11.07786, 49.626930000000016, 0], [11.07829, 49.626919999999984, 0], [11.07873, 49.62679, 0], [11.08024, 49.62646000000001, 0], [11.07998, 49.62437, 0], [11.07872, 49.62361000000001, 0], [11.0788, 49.62341000000001, 0], [11.08138, 49.62295, 0], [11.0814, 49.62284, 0], [11.08114, 49.62195, 0], [11.08076, 49.62200999999996, 0], [11.08055, 49.62195, 0], [11.080409999999999, 49.62162999999998, 0], [11.08037, 49.62127000000001, 0], [11.08039, 49.62079, 0], [11.07848, 49.62074999999999, 0], [11.077259999999999, 49.620779999999996, 0], [11.0762, 49.62094999999999, 0], [11.076209999999998, 49.62087, 0], [11.07645, 49.620419999999996, 0], [11.076630000000002, 49.619939999999986, 0], [11.075769999999999, 49.6199, 0], [11.07602, 49.61901000000003, 0], [11.07639, 49.61837, 0], [11.07657, 49.617790000000014, 0], [11.07645, 49.61711999999997, 0], [11.07616, 49.615980000000036, 0], [11.07627, 49.61563000000001, 0], [11.07671, 49.61498, 0], [11.07842, 49.61308, 0], [11.07873, 49.61288999999999, 0], [11.079900000000002, 49.61243000000002, 0], [11.07993, 49.61068, 0], [11.0809, 49.610690000000005, 0], [11.08111, 49.61055000000002, 0], [11.0814, 49.610270000000014, 0], [11.08174, 49.609759999999994, 0], [11.0824, 49.60832999999997, 0], [11.08081, 49.608059999999966, 0], [11.08107, 49.60754, 0], [11.08215, 49.60767999999999, 0], [11.08222, 49.60706000000002, 0], [11.08159, 49.60701, 0], [11.08204, 49.60594000000003, 0], [11.083650000000002, 49.60606999999999, 0], [11.08408, 49.60488000000001, 0], [11.08536, 49.60373999999999, 0], [11.086170000000001, 49.60199, 0], [11.087960000000002, 49.601789999999994, 0], [11.08751, 49.600120000000004, 0], [11.088609999999997, 49.60016999999999, 0], [11.0903, 49.60059000000001, 0], [11.09086, 49.60066999999998, 0], [11.091989999999997, 49.600750000000005, 0], [11.092260000000001, 49.60047, 0], [11.0942, 49.600480000000005, 0], [11.094149999999999, 49.599819999999994, 0], [11.09655, 49.599680000000006, 0], [11.09662, 49.599260000000015, 0], [11.09915, 49.59894, 0], [11.09969, 49.59885, 0], [11.10081, 49.598780000000005, 0], [11.101170000000002, 49.59969000000001, 0], [11.10143, 49.60058000000001, 0], [11.10284, 49.60055, 0], [11.10284, 49.600100000000026, 0], [11.10401, 49.600100000000026, 0], [11.10493, 49.60005999999996, 0], [11.10619, 49.59991999999997, 0], [11.107179999999998, 49.59975, 0], [11.107139999999998, 49.599549999999994, 0], [11.10539, 49.59950999999998, 0], [11.10532, 49.59900999999999, 0], [11.10535, 49.598810000000014, 0], [11.10464, 49.59878999999998, 0], [11.1046, 49.598900000000015, 0], [11.10375, 49.59881999999999, 0], [11.10293, 49.59878999999998, 0], [11.1029, 49.59870000000001, 0], [11.10296, 49.59858, 0], [11.10293, 49.598510000000005, 0], [11.10256, 49.598450000000014, 0], [11.10126, 49.59836999999999, 0], [11.101, 49.598299999999995, 0], [11.100730000000002, 49.598060000000004, 0], [11.09985, 49.59745000000001, 0], [11.10059, 49.597409999999996, 0], [11.1024, 49.5975, 0], [11.10245, 49.59737999999999, 0], [11.102620000000002, 49.59737000000004, 0], [11.10401, 49.597530000000035, 0], [11.10468, 49.5977, 0], [11.10539, 49.59778, 0], [11.10575, 49.597800000000035, 0], [11.10588, 49.59772000000001, 0], [11.10608, 49.59706, 0], [11.10621, 49.59707, 0], [11.106230000000002, 49.596959999999996, 0], [11.10622, 49.59591, 0], [11.106450000000002, 49.594949999999955, 0], [11.106330000000002, 49.594809999999995, 0], [11.106440000000001, 49.59387000000001, 0], [11.10742, 49.59395000000001, 0], [11.107509999999998, 49.59358, 0], [11.10754, 49.59309000000002, 0], [11.10706, 49.593079999999986, 0], [11.106969999999999, 49.59246000000002, 0], [11.106739999999999, 49.591560000000044, 0], [11.10821, 49.591560000000044, 0], [11.10815, 49.59111999999999, 0], [11.10839, 49.59091999999998, 0], [11.10933, 49.59199000000004, 0], [11.109079999999999, 49.59093999999999, 0], [11.10905, 49.58965999999998, 0], [11.10884, 49.588509999999985, 0], [11.10951, 49.58859000000001, 0], [11.10991, 49.588809999999995, 0], [11.11057, 49.58942999999999, 0], [11.1103, 49.59026, 0], [11.11059, 49.590239999999994, 0], [11.110710000000001, 49.59021000000001, 0], [11.111379999999999, 49.58989, 0], [11.11153, 49.58986999999999, 0], [11.11169, 49.589879999999965, 0], [11.1123, 49.589789999999994, 0], [11.11396, 49.58949999999999, 0], [11.114389999999998, 49.58957000000001, 0], [11.114759999999999, 49.58949999999999, 0], [11.11567, 49.58949999999999, 0], [11.11619, 49.58923999999999, 0], [11.117360000000001, 49.589259999999996, 0], [11.11742, 49.589229999999986, 0], [11.117290000000002, 49.589110000000005, 0], [11.117319999999998, 49.589079999999996, 0], [11.11741, 49.58906999999999, 0], [11.11794, 49.58913999999996, 0], [11.118369999999999, 49.589290000000005, 0], [11.11876, 49.58949000000001, 0], [11.11923, 49.58984000000001, 0], [11.11969, 49.59029000000001, 0], [11.119970000000002, 49.59047000000001, 0], [11.120149999999999, 49.59053, 0], [11.12053, 49.59056000000001, 0], [11.12076, 49.59, 0], [11.12097, 49.589169999999996, 0], [11.12168, 49.58901999999998, 0], [11.12183, 49.58892, 0], [11.12257, 49.58859000000001, 0], [11.123190000000001, 49.58867000000001, 0], [11.12355, 49.588689999999986, 0], [11.12447, 49.58856, 0], [11.125229999999998, 49.58858000000001, 0], [11.12552, 49.58852999999999, 0], [11.125669999999998, 49.58843000000002, 0], [11.12617, 49.58834000000002, 0], [11.12665, 49.588299999999975, 0], [11.12718, 49.588419999999985, 0], [11.12761, 49.58906000000002, 0], [11.12719, 49.58950999999999, 0], [11.12772, 49.58958000000001, 0], [11.12796, 49.58951999999999, 0], [11.12842, 49.58950999999999, 0], [11.12855, 49.58954, 0], [11.12877, 49.58951999999999, 0], [11.12893, 49.589560000000006, 0], [11.129240000000001, 49.58957000000001, 0], [11.12943, 49.58967000000001, 0], [11.12956, 49.58967000000001, 0], [11.129880000000002, 49.58957000000001, 0], [11.12996, 49.58951999999999, 0], [11.13006, 49.58927, 0], [11.13031, 49.589079999999996, 0], [11.130469999999999, 49.589200000000005, 0], [11.1306, 49.589229999999986, 0], [11.13073, 49.58914999999999, 0], [11.131279999999999, 49.5891, 0], [11.13178, 49.589169999999996, 0], [11.13164, 49.58992999999998, 0], [11.13295, 49.59012999999999, 0], [11.13367, 49.58903000000001, 0], [11.133959999999998, 49.58906000000002, 0], [11.13393, 49.58919, 0], [11.134630000000001, 49.589770000000016, 0], [11.13492, 49.58973, 0], [11.13507, 49.58965999999998, 0], [11.135230000000002, 49.58967999999999, 0], [11.135489999999999, 49.589830000000006, 0], [11.135890000000002, 49.589740000000006, 0], [11.13611, 49.5898, 0], [11.13625, 49.58928, 0], [11.13644, 49.58924999999999, 0], [11.13648, 49.58920999999998, 0], [11.136490000000002, 49.5891, 0], [11.13694, 49.589, 0], [11.137080000000001, 49.589, 0], [11.1398, 49.58947999999998, 0], [11.139910000000002, 49.58955, 0], [11.14075, 49.58949000000001, 0], [11.14096, 49.589529999999996, 0], [11.14152, 49.58972, 0], [11.14208, 49.589789999999994, 0], [11.14227, 49.59, 0], [11.14247, 49.58998, 0], [11.14271, 49.58989999999997, 0], [11.14301, 49.58989, 0], [11.14305, 49.58995999999999, 0], [11.14317, 49.58999, 0], [11.14361, 49.589879999999965, 0], [11.14382, 49.5898, 0], [11.14437, 49.589920000000006, 0], [11.144550000000002, 49.589909999999975, 0], [11.14468, 49.58985999999999, 0], [11.144759999999998, 49.58977999999999, 0], [11.144799999999998, 49.58946999999998, 0], [11.14474, 49.589320000000015, 0], [11.14427, 49.58931000000001, 0], [11.14465, 49.58906999999999, 0], [11.14546, 49.588899999999995, 0], [11.14549, 49.58879000000002, 0], [11.14567, 49.588629999999995, 0], [11.14567, 49.58852999999999, 0], [11.14571, 49.58852000000002, 0], [11.145839999999998, 49.58858000000001, 0], [11.14586, 49.58872999999997, 0], [11.14589, 49.588750000000005, 0], [11.145949999999997, 49.588779999999986, 0], [11.14616, 49.58879999999999, 0], [11.14637, 49.58879000000002, 0], [11.14665, 49.588689999999986, 0], [11.14671, 49.588539999999995, 0], [11.1469, 49.58831999999998, 0], [11.14759, 49.588190000000026, 0], [11.148260000000002, 49.58817000000002, 0], [11.14871, 49.588190000000026, 0], [11.1489, 49.58823000000001, 0], [11.14926, 49.588390000000004, 0], [11.14946, 49.58798999999999, 0], [11.149549999999998, 49.58763999999999, 0], [11.14969, 49.58756999999997, 0], [11.149740000000001, 49.58742999999998, 0], [11.150109999999998, 49.58735000000004, 0], [11.150219999999997, 49.588029999999975, 0], [11.14993, 49.58813000000001, 0], [11.14992, 49.588160000000016, 0], [11.15, 49.58847, 0], [11.150219999999997, 49.588629999999995, 0], [11.150259999999998, 49.58879999999999, 0], [11.15061, 49.58895000000001, 0], [11.150919999999998, 49.588899999999995, 0], [11.15202, 49.58861000000002, 0], [11.152240000000003, 49.588600000000014, 0], [11.152350000000002, 49.58862000000002, 0], [11.15274, 49.588840000000005, 0], [11.15298, 49.58912000000001, 0], [11.15319, 49.58927, 0], [11.15336, 49.58934000000002, 0], [11.153680000000001, 49.58940000000001, 0], [11.15358, 49.58985999999999, 0], [11.15408, 49.590040000000016, 0], [11.155020000000002, 49.59047000000001, 0], [11.15533, 49.59031999999999, 0], [11.155159999999999, 49.58932999999999, 0], [11.155379999999997, 49.58912000000001, 0], [11.155250000000002, 49.589050000000015, 0], [11.155269999999998, 49.589, 0], [11.15545, 49.58901999999998, 0], [11.15557, 49.58913000000001, 0], [11.15565, 49.589159999999964, 0], [11.155759999999999, 49.590149999999994, 0], [11.15612, 49.59009000000003, 0], [11.15656, 49.59012999999999, 0], [11.15678, 49.59020000000001, 0], [11.15678, 49.58934000000002, 0], [11.157129999999999, 49.58942999999999, 0], [11.15766, 49.58967999999999, 0], [11.15813, 49.58981, 0], [11.15837, 49.58968999999999, 0], [11.15846, 49.589740000000006, 0], [11.15862, 49.58975000000001, 0], [11.15883, 49.58958999999996, 0], [11.15919, 49.58949999999999, 0], [11.15934, 49.58949999999999, 0], [11.1595, 49.58954, 0], [11.160040000000002, 49.58946999999998, 0], [11.15986, 49.589110000000005, 0], [11.16091, 49.58912000000001, 0], [11.16117, 49.58904000000001, 0], [11.16135, 49.58831999999998, 0], [11.16208, 49.58828, 0], [11.162110000000002, 49.588629999999995, 0], [11.162450000000002, 49.58868000000001, 0], [11.16273, 49.58852000000002, 0], [11.16277, 49.58831000000001, 0], [11.16274, 49.588149999999985, 0], [11.16279, 49.58812, 0], [11.16299, 49.58828, 0], [11.16317, 49.58821000000003, 0], [11.16337, 49.58829, 0], [11.16358, 49.588269999999994, 0], [11.16367, 49.588299999999975, 0], [11.16382, 49.588449999999995, 0], [11.16393, 49.58845999999997, 0], [11.164219999999998, 49.58841000000001, 0], [11.16437, 49.58850000000004, 0], [11.16481, 49.58858000000001, 0], [11.16491, 49.58848000000003, 0], [11.16499, 49.58845999999997, 0], [11.16518, 49.58855, 0], [11.165380000000003, 49.58852999999999, 0], [11.16546, 49.58864, 0], [11.16573, 49.58865, 0], [11.166090000000002, 49.58877000000001, 0], [11.16624, 49.588869999999986, 0], [11.16627, 49.58903000000001, 0], [11.16625, 49.58909, 0], [11.16596, 49.589259999999996, 0], [11.16601, 49.589380000000006, 0], [11.16592, 49.58941999999999, 0], [11.165720000000002, 49.58940999999999, 0], [11.16564, 49.589439999999996, 0], [11.16562, 49.58962, 0], [11.16575, 49.58965999999998, 0], [11.16604, 49.58967000000001, 0], [11.16612, 49.58989, 0], [11.16618, 49.589920000000006, 0], [11.166459999999999, 49.589909999999975, 0], [11.16669, 49.59017, 0], [11.16682, 49.59016, 0], [11.16687, 49.589909999999975, 0], [11.16673, 49.589789999999994, 0], [11.16673, 49.58973, 0], [11.16729, 49.58959999999999, 0], [11.1677, 49.58936, 0], [11.16826, 49.58942999999999, 0], [11.168270000000001, 49.58971, 0], [11.16821, 49.58982, 0], [11.16809, 49.58985999999999, 0], [11.16769, 49.589830000000006, 0], [11.16791, 49.59013999999999, 0], [11.168100000000003, 49.59033999999997, 0], [11.16833, 49.590509999999995, 0], [11.16958, 49.59055000000001, 0], [11.16956, 49.59039999999999, 0], [11.170730000000002, 49.59030999999996, 0], [11.170609999999998, 49.5898, 0], [11.17062, 49.58950999999999, 0], [11.1707, 49.58928, 0], [11.1712, 49.58931000000001, 0], [11.17092, 49.58967999999999, 0], [11.1712, 49.58973, 0], [11.1716, 49.58975000000001, 0], [11.17323, 49.58955, 0], [11.173319999999999, 49.589969999999994, 0], [11.1738, 49.58950999999999, 0], [11.17391, 49.58932999999999, 0], [11.17386, 49.589110000000005, 0], [11.175879999999998, 49.588299999999975, 0], [11.176400000000001, 49.58919, 0], [11.17792, 49.58892, 0], [11.177849999999998, 49.58865, 0], [11.177160000000002, 49.588329999999985, 0], [11.177259999999999, 49.58811, 0], [11.17796, 49.58807999999999, 0], [11.17795, 49.58792, 0], [11.177999999999999, 49.587800000000016, 0], [11.178069999999998, 49.58773000000002, 0], [11.17821, 49.587680000000006, 0], [11.17845, 49.587680000000006, 0], [11.17906, 49.587800000000016, 0], [11.17953, 49.587860000000006, 0], [11.17968, 49.58784, 0], [11.179819999999998, 49.58778000000004, 0], [11.179969999999999, 49.58763999999999, 0], [11.18011, 49.587440000000015, 0], [11.18018, 49.58739, 0], [11.18028, 49.5874, 0], [11.18042, 49.58742999999998, 0], [11.18065, 49.58763999999999, 0], [11.1808, 49.58861000000002, 0], [11.181790000000001, 49.588750000000005, 0], [11.18325, 49.58883, 0], [11.18404, 49.588930000000005, 0], [11.18466, 49.588940000000036, 0], [11.184989999999999, 49.588989999999995, 0], [11.185500000000001, 49.58931000000001, 0], [11.18548, 49.588930000000005, 0], [11.18581, 49.58889000000002, 0], [11.18618, 49.58889000000002, 0], [11.18621, 49.58963000000003, 0], [11.18615, 49.59073000000001, 0], [11.18608, 49.59109999999998, 0], [11.18874, 49.591530000000034, 0], [11.189849999999998, 49.59167000000002, 0], [11.19008, 49.590329999999994, 0], [11.192, 49.59056000000001, 0], [11.19419, 49.59088, 0], [11.195120000000001, 49.59124000000003, 0], [11.196360000000002, 49.592029999999994, 0], [11.19812, 49.592749999999995, 0], [11.199209999999999, 49.59107, 0], [11.200049999999997, 49.591920000000016, 0], [11.20036, 49.592150000000004, 0], [11.2008, 49.59232, 0], [11.200909999999999, 49.59219999999999, 0], [11.20197, 49.59259, 0], [11.20381, 49.59307000000001, 0], [11.204480000000002, 49.59331, 0], [11.20517, 49.59369000000001, 0], [11.20548, 49.59380999999999, 0], [11.20762, 49.594359999999995, 0], [11.20809, 49.59473, 0], [11.20924, 49.59539000000001, 0], [11.20886, 49.59611000000001, 0], [11.209749999999998, 49.596479999999985, 0], [11.20916, 49.597229999999996, 0], [11.20889, 49.597710000000006, 0], [11.2087, 49.59841, 0], [11.20863, 49.59894, 0], [11.20864, 49.59933000000001, 0], [11.20902, 49.59942000000001, 0], [11.20826, 49.60070999999999, 0], [11.207899999999999, 49.60146, 0], [11.20799, 49.60158000000001, 0], [11.208460000000002, 49.60167000000001, 0], [11.21, 49.60207, 0], [11.209980000000002, 49.60212000000001, 0], [11.2159, 49.60437000000002, 0], [11.21539, 49.60486999999998, 0], [11.21593, 49.60495, 0], [11.21575, 49.605170000000015, 0], [11.21541, 49.60569000000001, 0], [11.215180000000002, 49.60595000000001, 0], [11.21491, 49.606120000000004, 0], [11.21465, 49.60622999999998, 0], [11.21557, 49.60712000000001, 0], [11.2149, 49.60810999999998, 0], [11.21662, 49.608689999999996, 0], [11.21715, 49.60892000000001, 0], [11.218110000000001, 49.60946000000001, 0], [11.21838, 49.60906, 0], [11.22184, 49.60864000000001, 0], [11.222310000000002, 49.60865000000001, 0], [11.22595, 49.60819000000001, 0], [11.22548, 49.60643999999999, 0], [11.227799999999998, 49.606150000000014, 0], [11.22751, 49.605109999999996, 0], [11.227660000000002, 49.60508999999999, 0], [11.227199999999998, 49.603549999999984, 0], [11.226539999999998, 49.6036, 0], [11.22669, 49.603290000000015, 0], [11.22902, 49.60309000000001, 0], [11.229209999999998, 49.60302999999999, 0], [11.229400000000002, 49.60284999999999, 0], [11.22935, 49.602679999999964, 0], [11.22936, 49.602450000000005, 0], [11.22924, 49.602329999999995, 0], [11.22865, 49.60207, 0], [11.22862, 49.60192000000001, 0], [11.228719999999997, 49.60177999999999, 0], [11.22859, 49.60132999999999, 0], [11.2286, 49.60113999999999, 0], [11.22865, 49.601099999999974, 0], [11.22923, 49.601169999999996, 0], [11.22915, 49.60082, 0], [11.22919, 49.60058000000001, 0], [11.22953, 49.59975, 0], [11.23002, 49.59894, 0], [11.230210000000001, 49.59849999999997, 0], [11.230509999999999, 49.59844000000001, 0], [11.23087, 49.598450000000014, 0], [11.230810000000002, 49.59894, 0], [11.230689999999997, 49.59918999999999, 0], [11.23313, 49.599429999999984, 0], [11.233, 49.598630000000014, 0], [11.23298, 49.597759999999994, 0], [11.23368, 49.59775000000002, 0], [11.23368, 49.59809999999999, 0], [11.23409, 49.59809000000004, 0], [11.23425, 49.598389999999995, 0], [11.23446, 49.59854000000004, 0], [11.234790000000002, 49.598600000000005, 0], [11.23636, 49.59863999999999, 0], [11.23706, 49.598720000000014, 0], [11.23726, 49.598839999999996, 0], [11.237339999999998, 49.59894, 0], [11.23759, 49.59913, 0], [11.23876, 49.598780000000005, 0], [11.23893, 49.599019999999996, 0], [11.2393, 49.59890999999999, 0], [11.23945, 49.59900999999999, 0], [11.24181, 49.598479999999995, 0], [11.24143, 49.59792999999999, 0], [11.24123, 49.59734000000003, 0], [11.241979999999998, 49.59715, 0], [11.24192, 49.596959999999996, 0], [11.24233, 49.596959999999996, 0], [11.242440000000002, 49.5967, 0], [11.242650000000001, 49.59653, 0], [11.24425, 49.596630000000005, 0], [11.24505, 49.59655000000001, 0], [11.245110000000002, 49.59685999999999, 0], [11.24595, 49.596929999999986, 0], [11.24634, 49.59691999999998, 0], [11.24681, 49.596810000000005, 0], [11.24672, 49.596310000000045, 0], [11.24734, 49.59646999999998, 0], [11.248509999999998, 49.59701000000001, 0], [11.249200000000002, 49.59719000000001, 0], [11.24965, 49.59727000000001, 0], [11.24995, 49.59719000000001, 0], [11.25014, 49.59709000000001, 0], [11.250309999999999, 49.59706, 0], [11.25116, 49.597080000000034, 0], [11.2527, 49.59703999999999, 0], [11.25243, 49.596209999999985, 0], [11.25211, 49.595680000000016, 0], [11.25208, 49.59545, 0], [11.25229, 49.594949999999955, 0], [11.25296, 49.59475000000003, 0], [11.25323, 49.594990000000024, 0], [11.25377, 49.595320000000015, 0], [11.2541, 49.59550999999999, 0], [11.2544, 49.595560000000006, 0], [11.25447, 49.59571, 0], [11.25462, 49.59587000000002, 0], [11.25548, 49.59629000000001, 0], [11.25572, 49.59652, 0], [11.25579, 49.59656000000001, 0], [11.25628, 49.59662000000003, 0], [11.256199999999998, 49.59828999999999, 0], [11.25646, 49.59825000000001, 0], [11.25656, 49.59854999999999, 0], [11.25682, 49.598510000000005, 0], [11.25694, 49.598900000000015, 0], [11.25731, 49.598839999999996, 0], [11.25835, 49.600869999999986, 0], [11.258180000000001, 49.60095000000001, 0], [11.259409999999999, 49.6019, 0], [11.26013, 49.60222999999996, 0], [11.259919999999997, 49.60239999999999, 0], [11.260480000000001, 49.602689999999996, 0], [11.258769999999998, 49.60380000000001, 0], [11.25836, 49.60413, 0], [11.25934, 49.60488999999998, 0], [11.25957, 49.605019999999996, 0], [11.259849999999998, 49.60504, 0], [11.260040000000002, 49.60507999999999, 0], [11.2614, 49.605549999999994, 0], [11.262490000000001, 49.60579000000001, 0], [11.26327, 49.60589999999999, 0], [11.26369, 49.60589000000002, 0], [11.263889999999998, 49.60667000000001, 0], [11.26409, 49.60694999999998, 0], [11.26459, 49.606809999999996, 0], [11.26612, 49.60658000000001, 0], [11.26627, 49.60676000000001, 0], [11.266530000000001, 49.60669000000004, 0], [11.26666, 49.60656, 0], [11.26752, 49.60646, 0], [11.26759, 49.60633999999999, 0], [11.26775, 49.60622999999998, 0], [11.26814, 49.606030000000004, 0], [11.26895, 49.60571999999999, 0], [11.269389999999998, 49.60561000000001, 0], [11.26997, 49.60552999999999, 0], [11.27058, 49.60556, 0], [11.2709, 49.606629999999996, 0], [11.27128, 49.60665, 0], [11.27193, 49.60676999999998, 0], [11.27338, 49.606600000000014, 0], [11.27336, 49.60647, 0], [11.27407, 49.60640000000001, 0], [11.27509, 49.60646, 0], [11.275790000000002, 49.60647, 0], [11.276819999999999, 49.60643999999999, 0], [11.27754, 49.60638, 0], [11.27775, 49.60633999999999, 0], [11.27777, 49.60616999999999, 0], [11.278460000000003, 49.60577999999998, 0], [11.27863, 49.60565, 0], [11.27879, 49.605620000000016, 0], [11.27893, 49.60565, 0], [11.279010000000001, 49.60560000000001, 0], [11.2792, 49.6054, 0], [11.27932, 49.605170000000015, 0], [11.27944, 49.604510000000005, 0], [11.27979, 49.6045, 0], [11.28018, 49.604559999999964, 0], [11.28032, 49.604149999999976, 0], [11.28049, 49.60383999999999, 0], [11.28081, 49.60395, 0], [11.28069, 49.60433000000003, 0], [11.28517, 49.60542000000001, 0], [11.28517, 49.606750000000005, 0], [11.28595, 49.60701, 0], [11.28653, 49.60709000000003, 0], [11.28661, 49.60907, 0], [11.28691, 49.60907, 0], [11.28679, 49.60956999999999, 0], [11.28677, 49.60986, 0], [11.286839999999998, 49.61034999999998, 0], [11.286959999999999, 49.61065999999997, 0], [11.2871, 49.610840000000024, 0], [11.28735, 49.61103, 0], [11.28748, 49.611080000000015, 0], [11.287329999999999, 49.61178000000001, 0], [11.28689, 49.61198000000002, 0], [11.286399999999999, 49.612089999999995, 0], [11.28597, 49.61288000000002, 0], [11.285919999999999, 49.61305999999999, 0], [11.28609, 49.61323999999999, 0], [11.28632, 49.61331000000001, 0], [11.28632, 49.613609999999994, 0], [11.286550000000002, 49.614360000000005, 0], [11.28678, 49.61554000000001, 0], [11.28711, 49.61804000000001, 0], [11.28716, 49.618629999999996, 0], [11.28775, 49.61861999999999, 0], [11.28768, 49.618780000000015, 0], [11.28815, 49.61864, 0], [11.288230000000002, 49.61711999999997, 0], [11.29006, 49.616870000000006, 0], [11.29054, 49.616870000000006, 0], [11.29131, 49.61737999999997, 0], [11.29135, 49.61716000000001, 0], [11.29162, 49.61668000000003, 0], [11.29189, 49.61641000000003, 0], [11.292380000000001, 49.61605, 0], [11.29247, 49.616209999999995, 0], [11.29258, 49.616330000000005, 0], [11.29296, 49.61659, 0], [11.29373, 49.61690999999999, 0], [11.29398, 49.616949999999974, 0], [11.29387, 49.61717999999999, 0], [11.29381, 49.61752000000001, 0], [11.29396, 49.61751000000001, 0], [11.29547, 49.61768000000001, 0], [11.29667, 49.617639999999966, 0], [11.29678, 49.618030000000005, 0], [11.29681, 49.61831000000004, 0], [11.29738, 49.619759999999985, 0], [11.29711, 49.62013999999999, 0], [11.29697, 49.6208, 0], [11.29774, 49.62071999999998, 0], [11.29841, 49.620509999999996, 0], [11.2986, 49.62026, 0], [11.298580000000001, 49.62007, 0], [11.298609999999998, 49.62004999999999, 0], [11.299140000000001, 49.620059999999995, 0], [11.29926, 49.620409999999964, 0], [11.29966, 49.62097, 0], [11.30031, 49.62092000000001, 0], [11.30016, 49.62131000000002, 0], [11.299989999999998, 49.62204, 0], [11.29994, 49.62234999999998, 0], [11.299979999999998, 49.622670000000056, 0], [11.299840000000001, 49.623069999999984, 0], [11.297170000000001, 49.622600000000006, 0], [11.296389999999999, 49.62254999999999, 0], [11.29556, 49.62244000000001, 0], [11.29529, 49.622709999999955, 0], [11.29604, 49.62329, 0], [11.296539999999998, 49.623789999999985, 0], [11.29651, 49.623980000000046, 0], [11.296620000000003, 49.62416000000002, 0], [11.296240000000001, 49.62434999999999, 0], [11.29656, 49.62463999999997, 0], [11.2966, 49.624750000000006, 0], [11.29659, 49.62492, 0], [11.29608, 49.626570000000015, 0], [11.296979999999998, 49.62667999999999, 0], [11.29691, 49.627110000000016, 0], [11.297330000000002, 49.627279999999985, 0], [11.29751, 49.62738999999996, 0], [11.29774, 49.62763000000001, 0], [11.298, 49.627820000000014, 0], [11.298060000000001, 49.62804, 0], [11.29893, 49.627909999999986, 0], [11.29935, 49.628409999999974, 0], [11.299510000000001, 49.62871999999999, 0], [11.30016, 49.62945000000002, 0], [11.299670000000003, 49.629579999999976, 0], [11.29964, 49.629770000000036, 0], [11.29924, 49.62984, 0], [11.29841, 49.63011, 0], [11.29823, 49.63020000000003, 0], [11.298349999999997, 49.63025999999999, 0], [11.29989, 49.630420000000015, 0], [11.30082, 49.63015999999999, 0], [11.300579999999998, 49.62975, 0], [11.30205, 49.629310000000004, 0], [11.30318, 49.62989999999999, 0], [11.30184, 49.63024999999999, 0], [11.302890000000001, 49.630889999999994, 0], [11.303560000000001, 49.631339999999994, 0], [11.30405, 49.63181, 0], [11.30483, 49.63164000000003, 0], [11.30555, 49.63165000000001, 0], [11.30578, 49.63182000000003, 0], [11.306189999999999, 49.63168000000002, 0], [11.30659, 49.631969999999995, 0], [11.307899999999998, 49.63305999999997, 0], [11.308269999999998, 49.63342, 0], [11.308639999999999, 49.63323, 0], [11.3088, 49.633200000000016, 0], [11.31236, 49.63380000000001, 0], [11.31349, 49.633929999999964, 0], [11.314290000000002, 49.634060000000005, 0], [11.31458, 49.634029999999996, 0], [11.31504, 49.633610000000004, 0], [11.3153, 49.63346999999996, 0], [11.31552, 49.633200000000016, 0], [11.315660000000001, 49.63308999999998, 0], [11.31573, 49.63287, 0], [11.31604, 49.632239999999996, 0], [11.31618, 49.632270000000005, 0], [11.317230000000002, 49.63210000000004, 0], [11.31729, 49.63201000000001, 0], [11.318160000000002, 49.63192000000001, 0], [11.31818, 49.632090000000034, 0], [11.31959, 49.63226, 0], [11.31986, 49.63226, 0], [11.31963, 49.63273000000001, 0], [11.31958, 49.63297, 0], [11.319779999999998, 49.63302999999999, 0], [11.31974, 49.63318000000001, 0], [11.319800000000003, 49.633489999999966, 0], [11.31963, 49.63413000000003, 0], [11.319669999999999, 49.634540000000015, 0], [11.31963, 49.63506000000001, 0], [11.31974, 49.63550000000001, 0], [11.3203, 49.635490000000004, 0], [11.32084, 49.63553000000002, 0], [11.32092, 49.63508999999999, 0], [11.321170000000002, 49.63508999999999, 0], [11.32169, 49.635189999999994, 0], [11.32174, 49.63574, 0], [11.323120000000001, 49.63569000000001, 0], [11.32352, 49.63553000000002, 0], [11.324280000000002, 49.635369999999966, 0], [11.325059999999999, 49.63532000000001, 0], [11.32537, 49.63541999999998, 0], [11.32588, 49.635459999999995, 0], [11.325869999999998, 49.635490000000004, 0], [11.324920000000002, 49.635940000000005, 0], [11.3246, 49.63614999999999, 0], [11.324320000000002, 49.63649000000001, 0], [11.324210000000003, 49.63683, 0], [11.323390000000002, 49.63668999999999, 0], [11.323419999999999, 49.63664, 0], [11.322910000000002, 49.63652999999999, 0], [11.3224, 49.63638, 0], [11.32189, 49.636089999999996, 0], [11.32158, 49.63602, 0], [11.321419999999998, 49.636059999999986, 0], [11.321419999999998, 49.63641999999999, 0], [11.32095, 49.63646000000003, 0], [11.32067, 49.636660000000006, 0], [11.320589999999997, 49.63686000000001, 0], [11.32091, 49.63708, 0], [11.32162, 49.63730000000001, 0], [11.32225, 49.63744, 0], [11.32271, 49.63747000000001, 0], [11.32281, 49.63765999999998, 0], [11.32429, 49.63759999999999, 0], [11.3245, 49.63756000000001, 0], [11.32474, 49.63702000000001, 0], [11.325459999999998, 49.63705999999999, 0], [11.32584, 49.637010000000004, 0], [11.32625, 49.63703000000001, 0], [11.3272, 49.637010000000004, 0], [11.329039999999999, 49.63708, 0], [11.330289999999998, 49.637069999999994, 0], [11.33033, 49.63683999999998, 0], [11.33139, 49.63686000000001, 0], [11.33159, 49.636889999999994, 0], [11.33193, 49.63699999999997, 0], [11.332109999999998, 49.63702000000001, 0], [11.33262, 49.637339999999995, 0], [11.332940000000002, 49.63844, 0], [11.3324, 49.639039999999994, 0], [11.33213, 49.63947000000002, 0], [11.33232, 49.639939999999996, 0], [11.33274, 49.64067000000003, 0], [11.33301, 49.64094, 0], [11.33317, 49.64129, 0], [11.33325, 49.641610000000014, 0], [11.333189999999998, 49.64197999999999, 0], [11.33273, 49.64266000000001, 0], [11.33339, 49.64303000000001, 0], [11.33368, 49.64344, 0], [11.33415, 49.643730000000005, 0], [11.33509, 49.643759999999986, 0], [11.33592, 49.643849999999986, 0], [11.33617, 49.64332999999999, 0], [11.33667, 49.64327, 0], [11.33652, 49.64369000000002, 0], [11.33658, 49.64401000000004, 0], [11.336530000000002, 49.64421999999999, 0], [11.33587, 49.64429000000001, 0], [11.334819999999999, 49.64448999999999, 0], [11.33376, 49.64472000000001, 0], [11.33262, 49.64502999999999, 0], [11.33272, 49.645219999999995, 0], [11.33277, 49.64565999999999, 0], [11.33287, 49.645839999999964, 0], [11.33322, 49.647099999999995, 0], [11.333380000000002, 49.647369999999995, 0], [11.33377, 49.64753999999999, 0], [11.334090000000002, 49.647549999999995, 0], [11.33452, 49.64769000000001, 0], [11.33502, 49.64750000000001, 0], [11.33544, 49.647999999999996, 0], [11.33554, 49.64831000000001, 0], [11.33554, 49.648439999999994, 0], [11.33575, 49.64867000000004, 0], [11.33582, 49.64886000000001, 0], [11.33582, 49.649220000000014, 0], [11.33737, 49.64956999999998, 0], [11.33764, 49.650109999999984, 0], [11.33869, 49.650480000000016, 0], [11.339239999999998, 49.65075999999999, 0], [11.340470000000002, 49.65165999999999, 0], [11.341110000000002, 49.65226999999999, 0], [11.34133, 49.65217999999999, 0], [11.34175, 49.65207000000001, 0], [11.34194, 49.65221, 0], [11.342019999999998, 49.652379999999994, 0], [11.34159, 49.6525, 0], [11.34141, 49.65258000000003, 0], [11.34097, 49.652950000000004, 0], [11.340719999999997, 49.65311, 0], [11.340979999999998, 49.65350999999998, 0], [11.34129, 49.65409, 0], [11.34173, 49.654480000000035, 0], [11.3422, 49.65512999999996, 0], [11.342359999999998, 49.655280000000005, 0], [11.342480000000002, 49.65535, 0], [11.34274, 49.65563000000003, 0], [11.34226, 49.65601000000001, 0], [11.34187, 49.65643, 0], [11.34191, 49.65644, 0], [11.34189, 49.65673000000001, 0], [11.34127, 49.657190000000014, 0], [11.341809999999999, 49.65746999999999, 0], [11.34205, 49.65764999999999, 0], [11.34311, 49.65885, 0], [11.34354, 49.65952999999999, 0], [11.34373, 49.65974, 0], [11.34432, 49.66057000000001, 0], [11.34474, 49.66086999999999, 0], [11.346969999999999, 49.660829999999976, 0], [11.34713, 49.66084000000001, 0], [11.3477, 49.661, 0], [11.348009999999999, 49.66113999999999, 0], [11.34869, 49.66157999999999, 0], [11.34974, 49.66189, 0], [11.35009, 49.66210000000001, 0], [11.35106, 49.662600000000026, 0], [11.351239999999999, 49.66266999999999, 0], [11.351650000000001, 49.66269, 0], [11.35185, 49.66302000000002, 0], [11.35185, 49.663250000000005, 0], [11.35201, 49.66351, 0], [11.35196, 49.66375000000002, 0], [11.35255, 49.66460000000001, 0], [11.35278, 49.664739999999966, 0], [11.35504, 49.66478999999998, 0], [11.355769999999998, 49.664829999999995, 0], [11.35619, 49.66494, 0], [11.35663, 49.665099999999995, 0], [11.35702, 49.665610000000015, 0], [11.35773, 49.665610000000015, 0], [11.35884, 49.665850000000006, 0], [11.35979, 49.66619, 0], [11.3605, 49.666349999999966, 0], [11.36094, 49.666349999999966, 0], [11.361259999999998, 49.66660000000002, 0], [11.36172, 49.66653000000002, 0], [11.36294, 49.66597999999999, 0], [11.36292, 49.665850000000006, 0], [11.3632, 49.665760000000006, 0], [11.36367, 49.665670000000034, 0], [11.364159999999998, 49.66562000000002, 0], [11.364390000000002, 49.66553999999999, 0], [11.36488, 49.66521999999998, 0], [11.36514, 49.665340000000015, 0], [11.36545, 49.66541000000001, 0], [11.36564, 49.66543999999996, 0], [11.36606, 49.66544999999999, 0], [11.36623, 49.66550999999998, 0], [11.36736, 49.66633999999999, 0], [11.36839, 49.66633999999999, 0], [11.368500000000001, 49.666650000000004, 0], [11.36876, 49.66657000000001, 0], [11.36888, 49.666439999999994, 0], [11.36899, 49.666390000000035, 0], [11.36956, 49.666470000000004, 0], [11.36993, 49.66678999999999, 0], [11.37016, 49.66687999999999, 0], [11.370550000000001, 49.66696999999999, 0], [11.37079, 49.66786999999999, 0], [11.37119, 49.66789, 0], [11.372040000000002, 49.66807, 0], [11.37239, 49.66811999999999, 0], [11.37249, 49.66830999999999, 0], [11.372769999999997, 49.66848999999996, 0], [11.37305, 49.668589999999995, 0], [11.37291, 49.66888, 0], [11.37341, 49.66910999999999, 0], [11.37358, 49.66944999999998, 0], [11.374, 49.669460000000015, 0], [11.374490000000002, 49.669219999999996, 0], [11.37504, 49.66935999999998, 0], [11.37549, 49.66924, 0], [11.376709999999997, 49.66899999999998, 0], [11.37668, 49.66846000000001, 0], [11.37746, 49.66855000000001, 0], [11.37718, 49.66778999999997, 0], [11.377090000000003, 49.66730000000004, 0], [11.377090000000003, 49.66653000000002, 0], [11.37658, 49.66607000000002, 0], [11.376369999999998, 49.66570999999999, 0], [11.376039999999998, 49.66494, 0], [11.3758, 49.664890000000014, 0], [11.37559, 49.66478999999998, 0], [11.37532, 49.664320000000004, 0], [11.374750000000002, 49.66385, 0], [11.37462, 49.66368, 0], [11.3739, 49.663369999999986, 0], [11.37365, 49.66320999999999, 0], [11.37324, 49.66305000000003, 0], [11.372619999999998, 49.6627, 0], [11.37246, 49.66257000000002, 0], [11.37217, 49.662120000000016, 0], [11.37217, 49.661929999999984, 0], [11.372289999999998, 49.66159999999999, 0], [11.372289999999998, 49.661460000000005, 0], [11.37189, 49.660270000000025, 0], [11.37179, 49.660120000000006, 0], [11.37142, 49.65978999999996, 0], [11.37135, 49.65969000000001, 0], [11.37101, 49.65882000000002, 0], [11.371179999999999, 49.65881000000002, 0], [11.37146, 49.65888000000001, 0], [11.371590000000001, 49.65888000000001, 0], [11.372080000000002, 49.658770000000004, 0], [11.372810000000001, 49.658660000000026, 0], [11.37291, 49.65861000000001, 0], [11.37296, 49.65837000000002, 0], [11.37314, 49.65827999999999, 0], [11.37383, 49.658090000000016, 0], [11.37418, 49.658150000000006, 0], [11.37432, 49.658349999999984, 0], [11.3747, 49.658529999999985, 0], [11.37518, 49.65868000000003, 0], [11.376639999999998, 49.658649999999994, 0], [11.377339999999998, 49.65884, 0], [11.37777, 49.659130000000005, 0], [11.3784, 49.65933000000001, 0], [11.37914, 49.659040000000005, 0], [11.37939, 49.65902, 0], [11.37969, 49.658770000000004, 0], [11.379869999999999, 49.65869000000001, 0], [11.38028, 49.65818999999999, 0], [11.3803, 49.657820000000015, 0], [11.38062, 49.65753999999998, 0], [11.38085, 49.65726999999998, 0], [11.3811, 49.657160000000005, 0], [11.38117, 49.65655000000001, 0], [11.38136, 49.65628000000001, 0], [11.381389999999998, 49.65611000000004, 0], [11.38109, 49.655699999999996, 0], [11.38108, 49.655370000000005, 0], [11.381840000000002, 49.654830000000004, 0], [11.38271, 49.654740000000004, 0], [11.384549999999999, 49.653880000000015, 0], [11.38483, 49.65428, 0], [11.38665, 49.65418, 0], [11.38762, 49.6541, 0], [11.3872, 49.65190000000001, 0], [11.387109999999998, 49.650980000000004, 0], [11.38712, 49.65068000000002, 0], [11.38895, 49.65016, 0], [11.38949, 49.65003999999996, 0], [11.38919, 49.64971, 0], [11.388809999999998, 49.64912000000004, 0], [11.38845, 49.64829, 0], [11.39089, 49.647580000000005, 0], [11.391749999999998, 49.647189999999995, 0], [11.39191, 49.647069999999985, 0], [11.39192, 49.64699000000002, 0], [11.39176, 49.64677000000003, 0], [11.391870000000003, 49.646630000000016, 0], [11.39125, 49.64618999999999, 0], [11.39102, 49.646060000000006, 0], [11.38984, 49.646330000000006, 0], [11.389710000000001, 49.646169999999984, 0], [11.39067, 49.64547999999999, 0], [11.391010000000001, 49.64501000000001, 0], [11.3911, 49.64472000000001, 0], [11.39132, 49.64437000000001, 0], [11.39169, 49.64401000000004, 0], [11.3921, 49.64371, 0], [11.39263, 49.64320000000001, 0], [11.39311, 49.64291, 0], [11.39359, 49.64274, 0], [11.39448, 49.642499999999984, 0], [11.392009999999999, 49.641929999999974, 0], [11.39174, 49.641850000000005, 0], [11.3916, 49.64184, 0], [11.39135, 49.641880000000015, 0], [11.39119, 49.64177000000001, 0], [11.39174, 49.641680000000036, 0], [11.392229999999998, 49.64174, 0], [11.39239, 49.641459999999995, 0], [11.39257, 49.64126999999999, 0], [11.39307, 49.64106000000001, 0], [11.3932, 49.64089000000001, 0], [11.39311, 49.64081999999999, 0], [11.39319, 49.64068, 0], [11.39348, 49.64047999999997, 0], [11.39365, 49.64049, 0], [11.39397, 49.64017999999999, 0], [11.39366, 49.63980000000004, 0], [11.39366, 49.639669999999995, 0], [11.393240000000002, 49.639460000000014, 0], [11.39318, 49.63916999999998, 0], [11.3932, 49.63887999999997, 0], [11.39378, 49.63860999999997, 0], [11.39377, 49.63852, 0], [11.39353, 49.63841999999997, 0], [11.39325, 49.638090000000005, 0], [11.392679999999999, 49.637729999999976, 0], [11.39266, 49.63753, 0], [11.392719999999999, 49.63728999999998, 0], [11.3926, 49.637280000000004, 0], [11.3927, 49.63649000000001, 0], [11.392189999999998, 49.63503, 0], [11.39193, 49.63449, 0], [11.392449999999998, 49.63445999999999, 0], [11.392119999999998, 49.63394999999997, 0], [11.39173, 49.63378, 0], [11.39125, 49.63349999999997, 0], [11.39087, 49.63337999999999, 0], [11.39106, 49.63305, 0], [11.391149999999998, 49.63273000000001, 0], [11.39145, 49.63258999999999, 0], [11.391959999999997, 49.63256000000001, 0], [11.39237, 49.6326, 0], [11.393269999999998, 49.632960000000026, 0], [11.39415, 49.63338999999999, 0], [11.394720000000001, 49.63333, 0], [11.39523, 49.633460000000014, 0], [11.39602, 49.63346999999996, 0], [11.39645, 49.63359, 0], [11.396769999999998, 49.63359, 0], [11.397429999999998, 49.63365999999999, 0], [11.397139999999998, 49.63351, 0], [11.397, 49.63337000000001, 0], [11.39709, 49.633129999999994, 0], [11.397060000000002, 49.63291000000001, 0], [11.397099999999998, 49.63275999999999, 0], [11.397209999999998, 49.632540000000006, 0], [11.397579999999998, 49.63217, 0], [11.39753, 49.631580000000014, 0], [11.39768, 49.631309999999985, 0], [11.39796, 49.63106000000002, 0], [11.398279999999998, 49.63096999999999, 0], [11.399190000000003, 49.631039999999985, 0], [11.39991, 49.63118, 0], [11.399549999999998, 49.63015999999999, 0], [11.39913, 49.630179999999996, 0], [11.399030000000002, 49.63000999999997, 0], [11.3989, 49.629520000000014, 0], [11.399, 49.62938, 0], [11.39927, 49.62932000000001, 0], [11.39904, 49.62877, 0], [11.39846, 49.62879000000001, 0], [11.39763, 49.62854999999996, 0], [11.3973, 49.62810000000002, 0], [11.39672, 49.62767999999997, 0], [11.39616, 49.627440000000036, 0], [11.39683, 49.626739999999984, 0], [11.39675, 49.62585999999999, 0], [11.396850000000002, 49.62576999999999, 0], [11.397220000000003, 49.625580000000014, 0], [11.39781, 49.624930000000006, 0], [11.398239999999998, 49.62482000000003, 0], [11.39848, 49.624840000000034, 0], [11.39879, 49.62482000000003, 0], [11.398960000000002, 49.62470999999999, 0], [11.39949, 49.62469999999999, 0], [11.39993, 49.62479999999999, 0], [11.40031, 49.62459000000001, 0], [11.40038, 49.624419999999986, 0], [11.400600000000003, 49.62422999999998, 0], [11.40063, 49.624149999999986, 0], [11.40086, 49.623980000000046, 0], [11.40106, 49.623729999999995, 0], [11.4014, 49.62353999999999, 0], [11.401640000000002, 49.62352999999999, 0], [11.40188, 49.62326999999999, 0], [11.4021, 49.623099999999994, 0], [11.40232, 49.622979999999984, 0], [11.40272, 49.62282999999999, 0], [11.4028, 49.622900000000016, 0], [11.40441, 49.622749999999996, 0], [11.40441, 49.62289000000001, 0], [11.40471, 49.62286, 0], [11.404790000000002, 49.62288000000001, 0], [11.40487, 49.622960000000006, 0], [11.40488, 49.623189999999965, 0], [11.406969999999998, 49.6233, 0], [11.4071, 49.62333000000001, 0], [11.40727, 49.623230000000035, 0], [11.40742, 49.62324000000001, 0], [11.40789, 49.62329, 0], [11.40907, 49.623549999999994, 0], [11.409839999999999, 49.623670000000004, 0], [11.41019, 49.623879999999986, 0], [11.411470000000001, 49.62477000000001, 0], [11.412089999999997, 49.62526, 0], [11.41224, 49.62531000000001, 0], [11.41256, 49.62531000000001, 0], [11.41343, 49.62525000000002, 0], [11.41425, 49.62601999999998, 0], [11.41458, 49.62530000000001, 0], [11.41469, 49.62482000000003, 0], [11.4146, 49.62378000000001, 0], [11.41468, 49.62338, 0], [11.41485, 49.622960000000006, 0], [11.41479, 49.62272999999996, 0], [11.414820000000002, 49.62243000000001, 0], [11.41506, 49.621989999999954, 0], [11.414629999999999, 49.621970000000005, 0], [11.413370000000002, 49.62179000000003, 0], [11.41334, 49.62155999999996, 0], [11.41467, 49.62174999999999, 0], [11.41524, 49.62177, 0], [11.41545, 49.621579999999966, 0], [11.41577, 49.62141, 0], [11.41584, 49.62132, 0], [11.41584, 49.62083999999999, 0], [11.41573, 49.620389999999986, 0], [11.41577, 49.620270000000005, 0], [11.41587, 49.620149999999995, 0], [11.41605, 49.62007, 0], [11.41645, 49.61995999999999, 0], [11.41668, 49.619849999999985, 0], [11.41705, 49.61941999999999, 0], [11.41728, 49.61921000000001, 0], [11.418160000000002, 49.618859999999984, 0], [11.419090000000002, 49.61822000000001, 0], [11.419680000000001, 49.617909999999995, 0], [11.420010000000001, 49.61768999999998, 0], [11.42067, 49.6172, 0], [11.420859999999998, 49.61702, 0], [11.42096, 49.61682999999999, 0], [11.42103, 49.616479999999996, 0], [11.421079999999998, 49.61638000000002, 0], [11.4213, 49.61619000000002, 0], [11.42178, 49.61586, 0], [11.42201, 49.61594999999997, 0], [11.423350000000001, 49.616119999999995, 0], [11.42299, 49.61574999999996, 0], [11.424430000000001, 49.615970000000004, 0], [11.42449, 49.61590000000001, 0], [11.42464, 49.61583999999999, 0], [11.42534, 49.61574999999996, 0], [11.425360000000001, 49.61553000000001, 0], [11.42604, 49.61446999999998, 0], [11.42624, 49.61439000000004, 0], [11.426469999999998, 49.61385000000001, 0], [11.427069999999999, 49.61418999999998, 0], [11.427509999999998, 49.61432000000002, 0], [11.428179999999998, 49.61437999999998, 0], [11.42845, 49.614479999999986, 0], [11.42901, 49.61480000000003, 0], [11.42912, 49.61497, 0], [11.4291, 49.615020000000015, 0], [11.42916, 49.615290000000016, 0], [11.42914, 49.61551, 0], [11.42918, 49.615790000000004, 0], [11.4291, 49.615880000000004, 0], [11.42913, 49.616059999999976, 0], [11.42894, 49.616569999999996, 0], [11.4297, 49.616690000000006, 0], [11.42976, 49.61750000000001, 0], [11.43011, 49.61750000000001, 0], [11.430640000000002, 49.61795000000001, 0], [11.43151, 49.61856, 0], [11.4316, 49.61869999999999, 0], [11.43161, 49.618960000000015, 0], [11.4317, 49.619320000000045, 0], [11.431530000000002, 49.61958999999999, 0], [11.43068, 49.62053, 0], [11.430409999999998, 49.62071, 0], [11.43061, 49.62125, 0], [11.42994, 49.621700000000004, 0], [11.42987, 49.62228999999999, 0], [11.429600000000002, 49.622600000000006, 0], [11.42939, 49.622739999999965, 0], [11.42961, 49.623189999999965, 0], [11.430750000000002, 49.62314000000001, 0], [11.43086, 49.623490000000004, 0], [11.43167, 49.62337000000002, 0], [11.43161, 49.62352999999999, 0], [11.43142, 49.62359000000001, 0], [11.43128, 49.62359000000001, 0], [11.431179999999998, 49.62450000000001, 0], [11.4315, 49.62463999999997, 0], [11.43243, 49.62517, 0], [11.433, 49.625640000000004, 0], [11.433090000000002, 49.62578999999997, 0], [11.43223, 49.62586999999999, 0], [11.4317, 49.62544, 0], [11.43121, 49.62519, 0], [11.43081, 49.62513999999999, 0], [11.43009, 49.6259, 0], [11.42955, 49.62635, 0], [11.42913, 49.62661, 0], [11.4285, 49.62678, 0], [11.42865, 49.627399999999994, 0], [11.429000000000002, 49.62801000000002, 0], [11.42924, 49.62811999999997, 0], [11.429589999999997, 49.628179999999986, 0], [11.4298, 49.62808000000001, 0], [11.42984, 49.62795, 0], [11.429589999999997, 49.627669999999995, 0], [11.42955, 49.627550000000014, 0], [11.429560000000002, 49.627430000000004, 0], [11.42972, 49.62724, 0], [11.43032, 49.626810000000006, 0], [11.43077, 49.62707, 0], [11.43055, 49.62729999999999, 0], [11.430870000000002, 49.62746999999999, 0], [11.43116, 49.62783000000002, 0], [11.43136, 49.628859999999975, 0], [11.43173, 49.628829999999994, 0], [11.43204, 49.62873999999999, 0], [11.43351, 49.628659999999996, 0], [11.433789999999998, 49.62862000000001, 0], [11.43396, 49.62856999999997, 0], [11.43447, 49.62831, 0], [11.435419999999999, 49.628060000000005, 0], [11.435969999999998, 49.62784000000002, 0], [11.43668, 49.62770999999998, 0], [11.43712, 49.62756999999999, 0], [11.437609999999998, 49.62756999999999, 0], [11.43793, 49.627890000000036, 0], [11.439030000000002, 49.627430000000004, 0], [11.43919, 49.627309999999994, 0], [11.43992, 49.62738999999996, 0], [11.440479999999999, 49.62733, 0], [11.440989999999998, 49.627219999999994, 0], [11.44149, 49.627039999999994, 0], [11.44202, 49.627140000000026, 0], [11.44236, 49.62695999999997, 0], [11.44304, 49.62689, 0], [11.44353, 49.62693999999996, 0], [11.44386, 49.62693999999996, 0], [11.44436, 49.62689, 0], [11.444189999999999, 49.62710000000001, 0], [11.44498, 49.62712000000002, 0], [11.44531, 49.62684999999999, 0], [11.44551, 49.62652, 0], [11.446479999999998, 49.626630000000006, 0], [11.44748, 49.62683000000001, 0], [11.448129999999999, 49.626919999999984, 0], [11.44932, 49.62751, 0], [11.4506, 49.62649999999999, 0], [11.4513, 49.62676999999999, 0], [11.45192, 49.62684999999999, 0], [11.45204, 49.62652, 0], [11.45213, 49.62640000000002, 0], [11.45237, 49.62646999999998, 0], [11.454399999999998, 49.62676999999999, 0], [11.45623, 49.62697, 0], [11.45634, 49.62724, 0], [11.4566, 49.627430000000004, 0], [11.45745, 49.627909999999986, 0], [11.45857, 49.627920000000046, 0], [11.45869, 49.628179999999986, 0], [11.45814, 49.62822, 0], [11.45785, 49.628330000000005, 0], [11.45745, 49.62836999999999, 0], [11.45738, 49.62846999999999, 0], [11.45746, 49.629009999999994, 0], [11.4572, 49.629400000000004, 0], [11.45795, 49.629549999999995, 0], [11.45994, 49.629609999999985, 0], [11.45992, 49.629970000000014, 0], [11.45714, 49.629880000000014, 0], [11.45677, 49.629880000000014, 0], [11.456509999999998, 49.629909999999995, 0], [11.456669999999999, 49.630150000000015, 0], [11.45661, 49.630480000000006, 0], [11.457370000000001, 49.63075999999998, 0], [11.456930000000002, 49.631580000000014, 0], [11.45757, 49.63172, 0], [11.45781, 49.63181, 0], [11.457769999999998, 49.632049999999964, 0], [11.45771, 49.632090000000034, 0], [11.4581, 49.632329999999996, 0], [11.45836, 49.6326, 0], [11.45835, 49.63279, 0], [11.457889999999999, 49.63301999999999, 0], [11.45779, 49.63310999999999, 0], [11.45835, 49.63311999999999, 0], [11.45885, 49.63308999999998, 0], [11.45962, 49.63298000000003, 0], [11.46, 49.63308000000001, 0], [11.4605, 49.63302999999999, 0], [11.460939999999999, 49.63302999999999, 0], [11.461149999999998, 49.63326000000001, 0], [11.46114, 49.633669999999995, 0], [11.46054, 49.634209999999996, 0], [11.46054, 49.634360000000015, 0], [11.46043, 49.634619999999956, 0], [11.46043, 49.63493999999997, 0], [11.46049, 49.635099999999966, 0], [11.460449999999998, 49.635339999999985, 0], [11.46054, 49.63551000000001, 0], [11.46084, 49.63547, 0], [11.461120000000001, 49.63560000000004, 0], [11.46162, 49.635519999999985, 0], [11.462010000000001, 49.63593, 0], [11.46243, 49.63598000000002, 0], [11.462910000000003, 49.63595000000001, 0], [11.46357, 49.63613000000001, 0], [11.464280000000002, 49.63615999999999, 0], [11.46594, 49.63646000000003, 0], [11.466470000000001, 49.63663, 0], [11.46692, 49.63686000000001, 0], [11.46723, 49.63708, 0], [11.46832, 49.63726, 0], [11.46924, 49.63728999999998, 0], [11.47002, 49.63723999999999, 0], [11.47053, 49.63717, 0], [11.47082, 49.63718, 0], [11.47132, 49.63738000000001, 0], [11.4705, 49.63769999999997, 0], [11.4698, 49.63810999999998, 0], [11.46956, 49.63817999999998, 0], [11.469260000000002, 49.63821999999999, 0], [11.46909, 49.63829000000001, 0], [11.46878, 49.638469999999984, 0], [11.46856, 49.638679999999994, 0], [11.468399999999999, 49.63978000000003, 0], [11.46917, 49.63983999999999, 0], [11.469300000000002, 49.63978000000003, 0], [11.46938, 49.63964999999999, 0], [11.46968, 49.63951, 0], [11.46995, 49.63944000000001, 0], [11.47051, 49.63938999999999, 0], [11.471289999999998, 49.63941, 0], [11.471710000000002, 49.63949000000002, 0], [11.47195, 49.63959, 0], [11.47209, 49.63971000000001, 0], [11.472190000000001, 49.64007999999998, 0], [11.47472, 49.64045999999996, 0], [11.47451, 49.64079000000001, 0], [11.474229999999999, 49.64111, 0], [11.47279, 49.64246, 0], [11.47249, 49.64282, 0], [11.47214, 49.64344, 0], [11.47201, 49.643849999999986, 0], [11.4722, 49.64394999999999, 0], [11.47271, 49.64402000000001, 0], [11.4727, 49.64451, 0], [11.472819999999999, 49.6446, 0], [11.47344, 49.644679999999994, 0], [11.475719999999999, 49.64458000000002, 0], [11.47612, 49.644709999999975, 0], [11.47679, 49.64479, 0], [11.47851, 49.64461, 0], [11.47895, 49.64466999999999, 0], [11.47946, 49.64462, 0], [11.48005, 49.6446, 0], [11.48066, 49.644540000000006, 0], [11.480839999999999, 49.64447000000004, 0], [11.481, 49.64448999999999, 0], [11.481470000000002, 49.644000000000005, 0], [11.48171, 49.64362, 0], [11.481840000000002, 49.64297000000002, 0], [11.48175, 49.642570000000035, 0], [11.481740000000002, 49.642060000000015, 0], [11.482220000000002, 49.641459999999995, 0], [11.48386, 49.64195999999998, 0], [11.48365, 49.64136000000002, 0], [11.48447, 49.64133000000001, 0], [11.4856, 49.641410000000036, 0], [11.48625, 49.641610000000014, 0], [11.48685, 49.64170999999999, 0], [11.48713, 49.641310000000004, 0], [11.486260000000001, 49.64066, 0], [11.48621, 49.64034000000001, 0], [11.48654, 49.64002999999997, 0], [11.48709, 49.63981000000004, 0], [11.487630000000001, 49.639639999999986, 0], [11.488230000000001, 49.639610000000005, 0], [11.488720000000002, 49.639669999999995, 0], [11.488830000000002, 49.63971000000001, 0], [11.488830000000002, 49.640299999999996, 0], [11.48948, 49.64059, 0], [11.49002, 49.640930000000026, 0], [11.49048, 49.64116000000001, 0], [11.49055, 49.64143999999999, 0], [11.49043, 49.641610000000014, 0], [11.49033, 49.64168999999998, 0], [11.490350000000001, 49.64195999999998, 0], [11.49043, 49.64207999999999, 0], [11.49091, 49.642529999999994, 0], [11.49147, 49.64295000000001, 0], [11.49144, 49.643640000000005, 0], [11.4913, 49.643730000000005, 0], [11.49103, 49.644000000000005, 0], [11.49091, 49.64420999999999, 0], [11.49096, 49.64465000000001, 0], [11.49103, 49.644769999999994, 0], [11.49113, 49.644870000000026, 0], [11.491679999999999, 49.645219999999995, 0], [11.49188, 49.645309999999995, 0], [11.492119999999998, 49.645370000000014, 0], [11.492559999999997, 49.645399999999995, 0], [11.493159999999998, 49.6455, 0], [11.49336, 49.64565999999999, 0], [11.49342, 49.64571000000001, 0], [11.49344, 49.64588999999998, 0], [11.4933, 49.646240000000006, 0], [11.49314, 49.64637999999999, 0], [11.493250000000002, 49.64657, 0], [11.49385, 49.646510000000006, 0], [11.494239999999998, 49.646720000000016, 0], [11.49481, 49.64708000000002, 0], [11.495030000000002, 49.64711, 0], [11.49514, 49.64708000000002, 0], [11.49535, 49.646979999999985, 0], [11.495250000000002, 49.64685, 0], [11.49478, 49.646559999999965, 0], [11.495, 49.646439999999984, 0], [11.495470000000001, 49.646360000000044, 0], [11.49589, 49.64637999999999, 0], [11.496290000000002, 49.64654999999999, 0], [11.49655, 49.64689999999999, 0], [11.49679, 49.646919999999994, 0], [11.496960000000001, 49.64708999999999, 0], [11.49716, 49.64751000000004, 0], [11.49801, 49.64778000000001, 0], [11.49823, 49.64802, 0], [11.498179999999998, 49.6482, 0], [11.49857, 49.648300000000006, 0], [11.49881, 49.64823000000001, 0], [11.49927, 49.64824999999999, 0], [11.49942, 49.64845999999997, 0], [11.50002, 49.64851999999999, 0], [11.500640000000002, 49.64835000000002, 0], [11.500809999999998, 49.64798999999999, 0], [11.500959999999997, 49.64780999999999, 0], [11.50196, 49.64739, 0], [11.50177, 49.647200000000026, 0], [11.50223, 49.64703, 0], [11.502450000000001, 49.64699999999999, 0], [11.503010000000002, 49.647099999999995, 0], [11.50343, 49.64711, 0], [11.50377, 49.647069999999985, 0], [11.5043, 49.64699999999999, 0], [11.505720000000002, 49.64660999999998, 0], [11.507129999999998, 49.64676, 0], [11.50752, 49.64669000000001, 0], [11.50716, 49.647279999999995, 0], [11.507030000000002, 49.64793, 0], [11.50719, 49.64797999999999, 0], [11.50789, 49.64833999999999, 0], [11.508869999999998, 49.64836, 0], [11.5099, 49.64824999999999, 0], [11.510179999999998, 49.64825999999999, 0], [11.51075, 49.648330000000016, 0], [11.51116, 49.64847, 0], [11.511710000000003, 49.64858000000001, 0], [11.51226, 49.64882, 0], [11.512689999999997, 49.64911000000001, 0], [11.51276, 49.64921000000001, 0], [11.51275, 49.64940999999999, 0], [11.51266, 49.64963999999998, 0], [11.51391, 49.649760000000015, 0], [11.51457, 49.649519999999995, 0], [11.51473, 49.649190000000004, 0], [11.51468, 49.64899, 0], [11.514699999999998, 49.64893999999998, 0], [11.515739999999997, 49.64896999999999, 0], [11.51622, 49.64887999999999, 0], [11.517159999999999, 49.64860999999999, 0], [11.517599999999998, 49.64857000000001, 0], [11.51802, 49.64862000000002, 0], [11.51851, 49.64864000000003, 0], [11.51865, 49.64850999999999, 0], [11.518200000000002, 49.64828, 0], [11.51803, 49.64813000000001, 0], [11.5184, 49.647850000000005, 0], [11.519130000000002, 49.64756, 0], [11.5194, 49.647519999999986, 0], [11.520010000000001, 49.64757, 0], [11.52143, 49.64829, 0], [11.52183, 49.64805000000001, 0], [11.52096, 49.647449999999964, 0], [11.5203, 49.647069999999985, 0], [11.52076, 49.646469999999994, 0], [11.521349999999998, 49.646630000000016, 0], [11.52187, 49.64689999999999, 0], [11.52275, 49.646090000000015, 0], [11.523290000000001, 49.645839999999964, 0], [11.523390000000001, 49.646169999999984, 0], [11.52361, 49.64627999999999, 0], [11.524880000000001, 49.64670000000001, 0], [11.52526, 49.64645999999999, 0], [11.52572, 49.646240000000006, 0], [11.52643, 49.64617999999999, 0], [11.52728, 49.64617999999999, 0], [11.52745, 49.645839999999964, 0], [11.5275, 49.64540999999997, 0], [11.527970000000002, 49.64553999999998, 0], [11.52838, 49.64591000000004, 0], [11.52906, 49.64553000000001, 0], [11.52963, 49.64513999999997, 0], [11.52954, 49.64490000000001, 0], [11.52907, 49.64461, 0], [11.52968, 49.64421999999999, 0], [11.530040000000001, 49.64448999999999, 0], [11.53058, 49.64435, 0], [11.53116, 49.644270000000006, 0], [11.53152, 49.64427999999998, 0], [11.53222, 49.64411000000001, 0], [11.53226, 49.64385999999999, 0], [11.532490000000001, 49.64388999999997, 0], [11.533, 49.643730000000005, 0], [11.53355, 49.64372000000003, 0], [11.53415, 49.64385999999999, 0], [11.534250000000002, 49.643730000000005, 0], [11.53492, 49.64451, 0], [11.5351, 49.64420999999999, 0], [11.53522, 49.644120000000015, 0], [11.53612, 49.64374000000004, 0], [11.53726, 49.64305999999999, 0], [11.53756, 49.643400000000014, 0], [11.53785, 49.64403999999999, 0], [11.537890000000003, 49.644589999999994, 0], [11.53761, 49.64464000000001, 0], [11.53718, 49.644180000000006, 0], [11.53761, 49.64403999999999, 0], [11.53726, 49.64375000000001, 0], [11.53681, 49.64395999999999, 0], [11.53683, 49.644120000000015, 0], [11.53638, 49.64413999999999, 0], [11.53635, 49.64407, 0], [11.535650000000002, 49.64429999999999, 0], [11.53605, 49.64443, 0], [11.53675, 49.644800000000004, 0], [11.53707, 49.64492999999999, 0], [11.53775, 49.64505, 0], [11.53859, 49.64573999999999, 0], [11.53899, 49.64591000000004, 0], [11.53929, 49.64571000000001, 0], [11.53898, 49.6455, 0], [11.53863, 49.64517000000001, 0], [11.538509999999999, 49.644870000000026, 0], [11.53871, 49.64456000000001, 0], [11.53876, 49.64392000000001, 0], [11.53863, 49.643640000000005, 0], [11.538309999999997, 49.64359000000002, 0], [11.538139999999999, 49.643460000000005, 0], [11.53795, 49.643039999999985, 0], [11.53849, 49.642799999999994, 0], [11.53933, 49.642540000000025, 0], [11.54006, 49.642619999999994, 0], [11.54106, 49.6422, 0], [11.541600000000003, 49.64202, 0], [11.54253, 49.641850000000005, 0], [11.54284, 49.64175, 0], [11.54317, 49.64170999999999, 0], [11.543929999999998, 49.64170000000004, 0], [11.54413, 49.64165, 0], [11.54434, 49.64152999999999, 0], [11.5446, 49.64159999999998, 0], [11.542779999999999, 49.643010000000004, 0], [11.54234, 49.643460000000005, 0], [11.54242, 49.64368000000002, 0], [11.54256, 49.643759999999986, 0], [11.54287, 49.64385999999999, 0], [11.543080000000002, 49.64377999999999, 0], [11.543240000000003, 49.64366000000001, 0], [11.54525, 49.64195999999998, 0], [11.54577, 49.641670000000005, 0], [11.54592, 49.64143999999999, 0], [11.54609, 49.64129, 0], [11.54622, 49.64084, 0], [11.546230000000001, 49.640649999999994, 0], [11.54632, 49.6405, 0], [11.54666, 49.64039, 0], [11.54761, 49.64031, 0], [11.54867, 49.6405, 0], [11.54911, 49.64031, 0], [11.550440000000002, 49.64062000000001, 0], [11.55076, 49.64079000000001, 0], [11.550799999999999, 49.64099999999999, 0], [11.550679999999998, 49.64136000000002, 0], [11.55057, 49.641490000000005, 0], [11.5509, 49.641729999999995, 0], [11.55049, 49.64240000000001, 0], [11.551179999999999, 49.64256000000003, 0], [11.55231, 49.6429, 0], [11.552180000000002, 49.643190000000004, 0], [11.55296, 49.64336, 0], [11.55487, 49.642859999999985, 0], [11.556380000000003, 49.64228, 0], [11.55713, 49.642319999999984, 0], [11.55733, 49.64242999999999, 0], [11.55761, 49.64293000000001, 0], [11.5577, 49.64341000000002, 0], [11.55758, 49.64425, 0], [11.55741, 49.644390000000016, 0], [11.55724, 49.64519999999999, 0], [11.55661, 49.6455, 0], [11.55702, 49.646090000000015, 0], [11.55687, 49.646270000000015, 0], [11.55664, 49.64643000000001, 0], [11.556370000000001, 49.64685, 0], [11.55687, 49.64660000000001, 0], [11.55721, 49.6465, 0], [11.55737, 49.646589999999975, 0], [11.55749, 49.646529999999984, 0], [11.55768, 49.64681999999999, 0], [11.55794, 49.647069999999985, 0], [11.559009999999999, 49.64689999999999, 0], [11.559430000000003, 49.64679000000004, 0], [11.559569999999999, 49.64694, 0], [11.55967, 49.646979999999985, 0], [11.55984, 49.64711, 0], [11.5598, 49.647729999999996, 0], [11.55956, 49.64796000000001, 0], [11.55961, 49.64821999999998, 0], [11.55958, 49.64835000000002, 0], [11.55974, 49.64863, 0], [11.55872, 49.64895000000001, 0], [11.55853, 49.64893999999998, 0], [11.559600000000001, 49.64938999999998, 0], [11.560119999999998, 49.65017, 0], [11.560449999999998, 49.650499999999965, 0], [11.56065, 49.650750000000016, 0], [11.56069, 49.650859999999994, 0], [11.56067, 49.65106, 0], [11.56017, 49.65123999999997, 0], [11.5601, 49.651549999999986, 0], [11.56037, 49.65186000000003, 0], [11.560310000000001, 49.65280999999996, 0], [11.5601, 49.65350000000001, 0], [11.55985, 49.65375, 0], [11.55985, 49.654049999999984, 0], [11.55962, 49.654240000000016, 0], [11.55784, 49.65467000000001, 0], [11.5575, 49.65515999999997, 0], [11.559, 49.65571, 0], [11.55911, 49.65581, 0], [11.55922, 49.65604000000002, 0], [11.55963, 49.65626, 0], [11.55981, 49.65682000000001, 0], [11.5605, 49.65693999999999, 0], [11.55974, 49.657880000000006, 0], [11.55913, 49.65841, 0], [11.55873, 49.65869000000001, 0], [11.558479999999998, 49.65899000000002, 0], [11.557900000000002, 49.659279999999995, 0], [11.5577, 49.65940999999998, 0], [11.55738, 49.65977000000001, 0], [11.55739, 49.65987999999999, 0], [11.55798, 49.66032000000001, 0], [11.55818, 49.66067000000001, 0], [11.55869, 49.66095999999999, 0], [11.55884, 49.661370000000005, 0], [11.55896, 49.661519999999996, 0], [11.55961, 49.66207, 0], [11.56003, 49.66259000000002, 0], [11.56026, 49.662739999999985, 0], [11.560570000000002, 49.66286999999997, 0], [11.56099, 49.66299000000001, 0], [11.56158, 49.66329999999999, 0], [11.561649999999998, 49.66329999999999, 0], [11.56195, 49.663579999999996, 0], [11.562610000000001, 49.66362000000001, 0], [11.56326, 49.663790000000006, 0], [11.5638, 49.664019999999965, 0], [11.56473, 49.66449000000003, 0], [11.56393, 49.66541000000001, 0], [11.56382, 49.665670000000034, 0], [11.563840000000003, 49.66583, 0], [11.563759999999998, 49.666060000000016, 0], [11.56385, 49.66660000000002, 0], [11.56382, 49.66720000000001, 0], [11.563429999999999, 49.66745, 0], [11.56276, 49.66775000000001, 0], [11.5629, 49.66802999999999, 0], [11.56256, 49.66869, 0], [11.56188, 49.66874999999999, 0], [11.56169, 49.669010000000014, 0], [11.56177, 49.669580000000025, 0], [11.56156, 49.66994, 0], [11.56129, 49.670109999999994, 0], [11.561130000000002, 49.670270000000016, 0], [11.5612, 49.67063000000002, 0], [11.5609, 49.671190000000024, 0], [11.560449999999998, 49.67124000000001, 0], [11.55984, 49.671490000000006, 0], [11.55951, 49.67156, 0], [11.55875, 49.67160000000001, 0], [11.55855, 49.67165, 0], [11.55736, 49.67224999999999, 0], [11.55724, 49.67255, 0], [11.556370000000001, 49.67250999999999, 0], [11.556370000000001, 49.67273, 0], [11.556970000000002, 49.672979999999995, 0], [11.55687, 49.67340000000004, 0], [11.55757, 49.67338000000004, 0], [11.55755, 49.673479999999984, 0], [11.55678, 49.67405999999997, 0], [11.55698, 49.674589999999995, 0], [11.557460000000003, 49.67436000000001, 0], [11.55755, 49.67448000000002, 0], [11.55765, 49.67482000000001, 0], [11.55759, 49.675700000000006, 0], [11.55772, 49.675839999999994, 0], [11.55832, 49.67603, 0], [11.55828, 49.67626999999999, 0], [11.55731, 49.6763, 0], [11.5569, 49.67634000000001, 0], [11.556380000000003, 49.67648, 0], [11.55611, 49.676770000000005, 0], [11.55617, 49.677089999999964, 0], [11.55576, 49.67721, 0], [11.555659999999998, 49.67744999999999, 0], [11.55588, 49.677760000000006, 0], [11.55604, 49.678169999999994, 0], [11.55658, 49.67864, 0], [11.557219999999997, 49.678830000000005, 0], [11.557300000000001, 49.67902000000001, 0], [11.55702, 49.679370000000006, 0], [11.55737, 49.67952, 0], [11.557750000000002, 49.67943999999997, 0], [11.5581, 49.67945, 0], [11.55838, 49.67956000000001, 0], [11.558489999999999, 49.67967999999999, 0], [11.55839, 49.68015, 0], [11.55853, 49.68081999999998, 0], [11.55841, 49.68133, 0], [11.55842, 49.68144000000001, 0], [11.55855, 49.681719999999956, 0], [11.558940000000002, 49.681989999999985, 0], [11.56019, 49.68258, 0], [11.5605, 49.68261000000001, 0], [11.56182, 49.683279999999996, 0], [11.562580000000002, 49.683490000000006, 0], [11.56286, 49.68387999999999, 0], [11.56357, 49.684200000000004, 0], [11.56367, 49.68446, 0], [11.563389999999998, 49.684770000000015, 0], [11.56359, 49.68538000000001, 0], [11.56403, 49.68536, 0], [11.5643, 49.68545, 0], [11.564359999999999, 49.68551999999997, 0], [11.56435, 49.685749999999985, 0], [11.56363, 49.68625, 0], [11.56297, 49.68664000000001, 0], [11.5612, 49.687340000000006, 0], [11.56076, 49.68759, 0], [11.5605, 49.68782999999999, 0], [11.56007, 49.68807000000001, 0], [11.560080000000001, 49.68813, 0], [11.5604, 49.68835999999999, 0], [11.56006, 49.68843000000001, 0], [11.559970000000002, 49.68849, 0], [11.559889999999998, 49.68842000000001, 0], [11.55958, 49.688320000000004, 0], [11.55954, 49.68832999999998, 0], [11.558300000000001, 49.68887000000001, 0], [11.558120000000002, 49.68898999999999, 0], [11.557339999999998, 49.68938, 0], [11.557559999999999, 49.68880000000004, 0], [11.55704, 49.68894000000003, 0], [11.5571, 49.68912, 0], [11.55695, 49.68929, 0], [11.55655, 49.68934999999999, 0], [11.55554, 49.68968000000001, 0], [11.555410000000002, 49.68935999999999, 0], [11.553920000000002, 49.689640000000026, 0], [11.55397, 49.68997999999999, 0], [11.55277, 49.69015999999999, 0], [11.55212, 49.69004000000001, 0], [11.55159, 49.68978999999999, 0], [11.55133, 49.68955, 0], [11.55112, 49.68943999999999, 0], [11.550909999999998, 49.689419999999984, 0], [11.55008, 49.689490000000006, 0], [11.54966, 49.689689999999985, 0], [11.54955, 49.68961999999999, 0], [11.54904, 49.68968000000001, 0], [11.5489, 49.68966000000003, 0], [11.54818, 49.689779999999985, 0], [11.54771, 49.689539999999994, 0], [11.54702, 49.689599999999984, 0], [11.546950000000002, 49.68970999999999, 0], [11.54661, 49.68993000000003, 0], [11.54678, 49.69012000000001, 0], [11.54677, 49.690290000000005, 0], [11.54655, 49.690439999999995, 0], [11.54596, 49.69066000000001, 0], [11.54522, 49.691059999999965, 0], [11.544189999999999, 49.69148000000001, 0], [11.54331, 49.69194000000002, 0], [11.542249999999997, 49.69233, 0], [11.540780000000002, 49.69301999999999, 0], [11.540740000000001, 49.69332, 0], [11.540879999999998, 49.69330000000005, 0], [11.54099, 49.693929999999995, 0], [11.54146, 49.694349999999986, 0], [11.54194, 49.69442000000001, 0], [11.5433, 49.694950000000006, 0], [11.54346, 49.69517999999999, 0], [11.545559999999998, 49.69579999999999, 0], [11.54591, 49.696, 0], [11.54609, 49.69615000000002, 0], [11.54665, 49.69615999999999, 0], [11.54675, 49.696, 0], [11.54693, 49.69586000000001, 0], [11.54714, 49.69583, 0], [11.54788, 49.69584999999998, 0], [11.54829, 49.69578999999999, 0], [11.54882, 49.69591, 0], [11.54935, 49.69606999999999, 0], [11.54989, 49.69592, 0], [11.55034, 49.69586000000001, 0], [11.55074, 49.695960000000014, 0], [11.551549999999999, 49.69642999999999, 0], [11.55271, 49.69681, 0], [11.55327, 49.69684000000001, 0], [11.55458, 49.69713999999996, 0], [11.55547, 49.69740999999999, 0], [11.55635, 49.69716999999997, 0], [11.557269999999999, 49.69716999999997, 0], [11.557790000000002, 49.697119999999984, 0], [11.55869, 49.69718999999998, 0], [11.55876, 49.697370000000035, 0], [11.55902, 49.697509999999994, 0], [11.559569999999999, 49.69742999999997, 0], [11.55982, 49.697419999999994, 0], [11.5603, 49.697479999999985, 0], [11.56092, 49.69745, 0], [11.56099, 49.69753, 0], [11.561049999999998, 49.697630000000004, 0], [11.560779999999998, 49.697990000000004, 0], [11.56055, 49.69815, 0], [11.560080000000001, 49.698409999999996, 0], [11.55969, 49.69893000000002, 0], [11.55935, 49.69923, 0], [11.559160000000002, 49.700109999999995, 0], [11.558870000000002, 49.70044999999999, 0], [11.55809, 49.701130000000006, 0], [11.55781, 49.70126000000002, 0], [11.557750000000002, 49.70140000000001, 0], [11.557860000000002, 49.70170000000002, 0], [11.55758, 49.70169000000004, 0], [11.556629999999998, 49.702020000000005, 0], [11.55644, 49.702020000000005, 0], [11.556179999999998, 49.70237, 0], [11.555560000000002, 49.70259999999999, 0], [11.55554, 49.70285999999999, 0], [11.55579, 49.70312000000001, 0], [11.55524, 49.70339000000001, 0], [11.5554, 49.70366999999996, 0], [11.55501, 49.70429999999999, 0], [11.55521, 49.70439999999999, 0], [11.5554, 49.70436999999998, 0], [11.55538, 49.704679999999996, 0], [11.55558, 49.704999999999984, 0], [11.55561, 49.70513, 0], [11.55552, 49.70553000000001, 0], [11.55563, 49.70561999999998, 0], [11.55587, 49.70568, 0], [11.55659, 49.70575000000002, 0], [11.55717, 49.70588000000001, 0], [11.55743, 49.705989999999986, 0], [11.5577, 49.70631999999998, 0], [11.558039999999998, 49.70644999999999, 0], [11.5587, 49.70684, 0], [11.55896, 49.70694, 0], [11.55914, 49.70693000000003, 0], [11.56036, 49.70662999999999, 0], [11.56053, 49.706620000000015, 0], [11.56063, 49.70670999999999, 0], [11.56023, 49.707870000000014, 0], [11.56044, 49.70818, 0], [11.56039, 49.708560000000034, 0], [11.56033, 49.70863, 0], [11.5601, 49.70868999999999, 0], [11.56006, 49.70887999999999, 0], [11.559899999999999, 49.70895999999999, 0], [11.559530000000002, 49.70926000000003, 0], [11.559079999999998, 49.70934, 0], [11.558929999999998, 49.70944, 0], [11.55884, 49.70961, 0], [11.558709999999998, 49.70961, 0], [11.55835, 49.709839999999986, 0], [11.55819, 49.710109999999986, 0], [11.55792, 49.710440000000034, 0], [11.55783, 49.711479999999995, 0], [11.55788, 49.711719999999985, 0], [11.55787, 49.71206000000001, 0], [11.558120000000002, 49.71272000000002, 0], [11.55832, 49.71294000000003, 0], [11.55861, 49.71303999999998, 0], [11.55873, 49.713160000000016, 0], [11.55875, 49.71334000000002, 0], [11.558479999999998, 49.71332000000001, 0], [11.558109999999997, 49.71343000000002, 0], [11.55791, 49.713449999999995, 0], [11.558300000000001, 49.71498, 0], [11.55876, 49.716020000000015, 0], [11.55918, 49.71594999999999, 0], [11.55923, 49.71591000000001, 0], [11.55915, 49.715750000000014, 0], [11.55872, 49.71505000000002, 0], [11.55884, 49.7148, 0], [11.558900000000001, 49.71451999999999, 0], [11.55937, 49.71457000000001, 0], [11.55923, 49.714350000000024, 0], [11.55918, 49.713989999999995, 0], [11.559270000000001, 49.713250000000016, 0], [11.55896, 49.71287000000001, 0], [11.55896, 49.71257, 0], [11.55873, 49.712199999999996, 0], [11.55885, 49.71206999999998, 0], [11.55888, 49.71173999999999, 0], [11.55905, 49.71144000000001, 0], [11.55906, 49.71126000000001, 0], [11.5593, 49.711240000000004, 0], [11.5594, 49.711160000000035, 0], [11.55944, 49.71104, 0], [11.55979, 49.71092999999996, 0], [11.55988, 49.71085000000002, 0], [11.55988, 49.71066999999999, 0], [11.55969, 49.71055999999999, 0], [11.5593, 49.71061, 0], [11.55944, 49.71046999999999, 0], [11.55944, 49.710319999999996, 0], [11.55992, 49.71021999999999, 0], [11.55993, 49.71052, 0], [11.5601, 49.710620000000006, 0], [11.56036, 49.71063000000001, 0], [11.560609999999999, 49.710499999999996, 0], [11.56075, 49.71027999999998, 0], [11.56089, 49.71020999999999, 0], [11.56095, 49.71003999999999, 0], [11.56076, 49.709749999999985, 0], [11.5606, 49.70965000000001, 0], [11.56029, 49.709630000000004, 0], [11.55991, 49.70964000000001, 0], [11.55954, 49.70962, 0], [11.55934, 49.709569999999985, 0], [11.55978, 49.70952999999997, 0], [11.560049999999999, 49.709450000000004, 0], [11.56028, 49.70934, 0], [11.56063, 49.70929000000004, 0], [11.561049999999998, 49.70913999999999, 0], [11.56123, 49.709029999999956, 0], [11.5613, 49.70891, 0], [11.561350000000001, 49.70863, 0], [11.56159, 49.70848000000001, 0], [11.56164, 49.708349999999996, 0], [11.56159, 49.70821000000001, 0], [11.56127, 49.70788999999999, 0], [11.561539999999999, 49.70778000000004, 0], [11.56164, 49.707660000000004, 0], [11.56164, 49.707539999999995, 0], [11.561529999999998, 49.70740000000001, 0], [11.56136, 49.70732000000001, 0], [11.5611, 49.70731000000001, 0], [11.56085, 49.707340000000016, 0], [11.560939999999999, 49.70713000000001, 0], [11.561280000000002, 49.70674999999997, 0], [11.56129, 49.70662999999999, 0], [11.561419999999998, 49.70662999999999, 0], [11.56151, 49.70670000000004, 0], [11.56177, 49.70674999999997, 0], [11.56199, 49.70670000000004, 0], [11.56213, 49.70652000000004, 0], [11.56206, 49.70636999999999, 0], [11.56207, 49.70623000000003, 0], [11.5618, 49.70609999999999, 0], [11.56152, 49.706049999999976, 0], [11.56132, 49.706049999999976, 0], [11.56073, 49.706140000000005, 0], [11.55979, 49.705899999999986, 0], [11.559530000000002, 49.70595, 0], [11.55922, 49.705929999999995, 0], [11.55896, 49.70598000000001, 0], [11.558900000000001, 49.70636999999999, 0], [11.55869, 49.706379999999996, 0], [11.55838, 49.70631999999998, 0], [11.55826, 49.70616000000001, 0], [11.55792, 49.705899999999986, 0], [11.55798, 49.705839999999995, 0], [11.55817, 49.70582999999999, 0], [11.55821, 49.70575000000002, 0], [11.55818, 49.705569999999966, 0], [11.558109999999997, 49.7055, 0], [11.5581, 49.70534000000001, 0], [11.55801, 49.705179999999984, 0], [11.55789, 49.705100000000016, 0], [11.55772, 49.70505, 0], [11.55789, 49.70499000000001, 0], [11.55794, 49.704909999999984, 0], [11.55792, 49.704819999999984, 0], [11.55747, 49.70454000000001, 0], [11.55739, 49.70445000000001, 0], [11.5574, 49.704409999999996, 0], [11.557630000000001, 49.70416, 0], [11.558439999999997, 49.703779999999995, 0], [11.55852, 49.70356000000001, 0], [11.55847, 49.70330000000001, 0], [11.55851, 49.702920000000006, 0], [11.55842, 49.702799999999996, 0], [11.55832, 49.70272, 0], [11.55819, 49.70268999999999, 0], [11.55825, 49.702549999999974, 0], [11.55814, 49.70242999999999, 0], [11.55789, 49.70239000000001, 0], [11.55762, 49.70249000000001, 0], [11.55776, 49.70230000000004, 0], [11.55783, 49.701960000000014, 0], [11.55803, 49.701960000000014, 0], [11.55826, 49.701809999999995, 0], [11.55831, 49.70164, 0], [11.55819, 49.70140000000001, 0], [11.55838, 49.701329999999984, 0], [11.55852, 49.701220000000006, 0], [11.558900000000001, 49.701160000000016, 0], [11.55921, 49.70090999999999, 0], [11.55959, 49.70078000000001, 0], [11.55981, 49.70062999999999, 0], [11.55985, 49.700500000000005, 0], [11.55982, 49.69999000000004, 0], [11.55994, 49.69979000000001, 0], [11.55993, 49.69955999999999, 0], [11.55979, 49.69935000000001, 0], [11.56048, 49.69900000000001, 0], [11.56059, 49.69872000000001, 0], [11.56058, 49.698609999999974, 0], [11.56051, 49.69852, 0], [11.56075, 49.69842, 0], [11.56111, 49.69815, 0], [11.56148, 49.697990000000004, 0], [11.56183, 49.69774000000001, 0], [11.56218, 49.697630000000004, 0], [11.5623, 49.69753, 0], [11.56238, 49.69734, 0], [11.56266, 49.697119999999984, 0], [11.562949999999999, 49.69713999999996, 0], [11.563130000000001, 49.69703000000001, 0], [11.56318, 49.69691000000003, 0], [11.563159999999998, 49.69660999999999, 0], [11.56323, 49.69642999999999, 0], [11.563159999999998, 49.69621999999998, 0], [11.5628, 49.696020000000004, 0], [11.56222, 49.69600999999997, 0], [11.5619, 49.6961, 0], [11.56163, 49.69621000000001, 0], [11.56114, 49.696500000000015, 0], [11.561049999999998, 49.69660999999999, 0], [11.561049999999998, 49.69668999999999, 0], [11.560979999999999, 49.69672, 0], [11.56093, 49.69658000000001, 0], [11.561, 49.696410000000014, 0], [11.56096, 49.69629999999998, 0], [11.56072, 49.69620000000003, 0], [11.56041, 49.69621000000001, 0], [11.56021, 49.696290000000005, 0], [11.560049999999999, 49.69643999999997, 0], [11.5597, 49.696920000000034, 0], [11.559530000000002, 49.69696999999999, 0], [11.55938, 49.696830000000006, 0], [11.55978, 49.696680000000015, 0], [11.55988, 49.69658000000001, 0], [11.55992, 49.69646000000003, 0], [11.55985, 49.696259999999995, 0], [11.559750000000001, 49.69619, 0], [11.55961, 49.69612999999998, 0], [11.55944, 49.6961, 0], [11.558670000000001, 49.69632999999999, 0], [11.55832, 49.69660000000002, 0], [11.558109999999997, 49.69654, 0], [11.557790000000002, 49.696529999999996, 0], [11.55761, 49.696560000000005, 0], [11.55732, 49.69664, 0], [11.557069999999998, 49.69675999999998, 0], [11.55689, 49.6969, 0], [11.556669999999999, 49.696950000000015, 0], [11.55607, 49.69663, 0], [11.55607, 49.696410000000014, 0], [11.55602, 49.69629999999998, 0], [11.55592, 49.69620000000003, 0], [11.55607, 49.69618, 0], [11.5562, 49.696110000000004, 0], [11.55622, 49.69594000000001, 0], [11.556139999999997, 49.69583, 0], [11.55579, 49.69573, 0], [11.555490000000002, 49.69569999999999, 0], [11.55516, 49.69591, 0], [11.55483, 49.69620000000003, 0], [11.554549999999999, 49.69657000000001, 0], [11.55442, 49.69646000000003, 0], [11.55451, 49.69606999999999, 0], [11.5545, 49.69592, 0], [11.554410000000003, 49.69574000000003, 0], [11.554030000000001, 49.695570000000004, 0], [11.55383, 49.695539999999994, 0], [11.55309, 49.69560000000001, 0], [11.55282, 49.69559000000001, 0], [11.55245, 49.695660000000004, 0], [11.55223, 49.695760000000035, 0], [11.55205, 49.695750000000004, 0], [11.551949999999998, 49.695719999999966, 0], [11.55179, 49.695430000000016, 0], [11.55153, 49.69524000000001, 0], [11.551279999999998, 49.69519, 0], [11.55094, 49.69533000000004, 0], [11.55039, 49.69508999999999, 0], [11.55001, 49.69499000000002, 0], [11.54978, 49.695009999999996, 0], [11.54916, 49.695149999999984, 0], [11.548910000000001, 49.69515999999999, 0], [11.54856, 49.69528, 0], [11.548470000000002, 49.695430000000016, 0], [11.54816, 49.695310000000035, 0], [11.547969999999998, 49.69532000000001, 0], [11.547760000000002, 49.69539, 0], [11.5477, 49.69523000000001, 0], [11.54749, 49.69503, 0], [11.547639999999998, 49.69499999999999, 0], [11.547799999999999, 49.69490999999999, 0], [11.54789, 49.69480999999996, 0], [11.54786, 49.69466, 0], [11.547720000000002, 49.694590000000034, 0], [11.54746, 49.694529999999986, 0], [11.54722, 49.694529999999986, 0], [11.54651, 49.69462999999999, 0], [11.54632, 49.69458, 0], [11.546199999999999, 49.694469999999995, 0], [11.54604, 49.69442000000001, 0], [11.54578, 49.694439999999986, 0], [11.545460000000002, 49.69457, 0], [11.54508, 49.694590000000034, 0], [11.54518, 49.69439, 0], [11.5451, 49.69427000000002, 0], [11.544629999999998, 49.69410999999997, 0], [11.54427, 49.694060000000036, 0], [11.54409, 49.69407000000001, 0], [11.54399, 49.69412, 0], [11.54392, 49.69422, 0], [11.54388, 49.694349999999986, 0], [11.54392, 49.694469999999995, 0], [11.544, 49.69454000000002, 0], [11.544120000000001, 49.69458, 0], [11.544010000000002, 49.694619999999986, 0], [11.543929999999998, 49.69470000000001, 0], [11.54388, 49.69467, 0], [11.54391, 49.69457, 0], [11.54384, 49.69439999999997, 0], [11.54383, 49.694169999999986, 0], [11.54367, 49.69388000000001, 0], [11.543699999999998, 49.69364999999999, 0], [11.54388, 49.69314000000003, 0], [11.544050000000002, 49.69284999999999, 0], [11.54396, 49.69257999999999, 0], [11.54399, 49.69247999999996, 0], [11.54427, 49.69239999999999, 0], [11.544650000000003, 49.69221999999999, 0], [11.54495, 49.69200000000001, 0], [11.5451, 49.6918, 0], [11.54524, 49.69147000000001, 0], [11.54536, 49.69139999999999, 0], [11.54681, 49.691010000000006, 0], [11.54692, 49.69081000000003, 0], [11.546869999999998, 49.690709999999996, 0], [11.54698, 49.69066000000001, 0], [11.54742, 49.69094000000001, 0], [11.54742, 49.69103000000001, 0], [11.54733, 49.69114999999999, 0], [11.54713, 49.69123999999999, 0], [11.547089999999999, 49.691419999999994, 0], [11.54696, 49.691490000000016, 0], [11.54669, 49.69149999999999, 0], [11.546599999999998, 49.69147000000001, 0], [11.546500000000002, 49.69137999999998, 0], [11.54647, 49.691490000000016, 0], [11.546599999999998, 49.69162, 0], [11.54693, 49.69158999999999, 0], [11.54717, 49.69166000000001, 0], [11.54734, 49.69166000000001, 0], [11.54738, 49.69129000000001, 0], [11.54752, 49.69109, 0], [11.54774, 49.691, 0], [11.54782, 49.69117, 0], [11.54773, 49.69145, 0], [11.547760000000002, 49.69171, 0], [11.54808, 49.6918, 0], [11.54821, 49.69191000000001, 0], [11.54845, 49.69166999999999, 0], [11.548910000000001, 49.69155000000001, 0], [11.54901, 49.69130000000001, 0], [11.54904, 49.69109, 0], [11.54918, 49.69095999999999, 0], [11.54974, 49.69087999999999, 0], [11.54995, 49.69094000000001, 0], [11.55007, 49.69113999999999, 0], [11.55028, 49.691069999999996, 0], [11.55053, 49.691069999999996, 0], [11.55076, 49.69099, 0], [11.550980000000001, 49.69096999999999, 0], [11.55113, 49.69103999999996, 0], [11.5512, 49.69112000000001, 0], [11.55124, 49.69126, 0], [11.55119, 49.69149999999999, 0], [11.55136, 49.69153, 0], [11.551549999999999, 49.691460000000006, 0], [11.551700000000002, 49.69130000000001, 0], [11.551879999999999, 49.69121000000001, 0], [11.55209, 49.69120000000001, 0], [11.55226, 49.69125, 0], [11.55235, 49.69131999999999, 0], [11.55248, 49.69117, 0], [11.55261, 49.69084000000004, 0], [11.552759999999997, 49.690740000000005, 0], [11.55296, 49.690709999999996, 0], [11.55312, 49.69064, 0], [11.55378, 49.690560000000005, 0], [11.55409, 49.69048999999998, 0], [11.554329999999998, 49.690500000000014, 0], [11.554769999999998, 49.69042000000002, 0], [11.554960000000001, 49.690349999999995, 0], [11.55507, 49.690259999999995, 0], [11.555190000000001, 49.690319999999986, 0], [11.55535, 49.69033999999999, 0], [11.55547, 49.690319999999986, 0], [11.55562, 49.69027, 0], [11.555739999999998, 49.69015999999999, 0], [11.55591, 49.68982, 0], [11.55613, 49.68970999999999, 0], [11.55635, 49.68966000000003, 0], [11.55655, 49.68967000000001, 0], [11.557219999999997, 49.68985000000001, 0], [11.557599999999999, 49.68979999999999, 0], [11.55817, 49.68957, 0], [11.55859, 49.68943999999999, 0], [11.5587, 49.68932000000001, 0], [11.5587, 49.689189999999996, 0], [11.55888, 49.6893, 0], [11.55906, 49.68934999999999, 0], [11.55951, 49.689329999999984, 0], [11.559679999999998, 49.689239999999984, 0], [11.55972, 49.689130000000006, 0], [11.559569999999999, 49.68887999999998, 0], [11.55973, 49.68896000000001, 0], [11.56, 49.68896999999998, 0], [11.56017, 49.68881999999999, 0], [11.56021, 49.688710000000015, 0], [11.56033, 49.68866, 0], [11.56052, 49.688619999999986, 0], [11.56099, 49.68860000000001, 0], [11.56095, 49.688770000000005, 0], [11.56102, 49.68887000000001, 0], [11.561170000000002, 49.68896000000001, 0], [11.56171, 49.688999999999965, 0], [11.561940000000002, 49.68896999999998, 0], [11.56257, 49.688680000000005, 0], [11.56267, 49.688559999999995, 0], [11.56264, 49.688379999999995, 0], [11.56243, 49.688249999999954, 0], [11.56247, 49.688170000000014, 0], [11.56289, 49.68808000000004, 0], [11.56304, 49.68794, 0], [11.56311, 49.68771000000001, 0], [11.56311, 49.68755999999996, 0], [11.563020000000002, 49.6874, 0], [11.56309, 49.68729999999999, 0], [11.56359, 49.687219999999996, 0], [11.564060000000001, 49.686890000000005, 0], [11.56419, 49.686739999999986, 0], [11.56419, 49.68648999999999, 0], [11.564429999999998, 49.68642, 0], [11.56491, 49.68636000000001, 0], [11.56505, 49.68623999999997, 0], [11.56506, 49.68613000000002, 0], [11.56519, 49.68609000000001, 0], [11.56534, 49.68598, 0], [11.56539, 49.685850000000016, 0], [11.56519, 49.68526, 0], [11.56496, 49.68493999999998, 0], [11.56454, 49.68454, 0], [11.5638, 49.68387999999999, 0], [11.56212, 49.68272999999999, 0], [11.5621, 49.682650000000024, 0], [11.56041, 49.68153000000001, 0], [11.56011, 49.681269999999984, 0], [11.56002, 49.681100000000015, 0], [11.55993, 49.67983000000001, 0], [11.55994, 49.67948999999999, 0], [11.56019, 49.67863, 0], [11.56052, 49.678, 0], [11.56081, 49.677580000000034, 0], [11.56112, 49.67721, 0], [11.561859999999998, 49.67655000000002, 0], [11.5623, 49.67634000000001, 0], [11.563389999999998, 49.67556999999999, 0], [11.56679, 49.67290999999997, 0], [11.56711, 49.67257000000001, 0], [11.56734, 49.67240000000001, 0], [11.568029999999998, 49.67214999999999, 0], [11.56838, 49.67186000000001, 0], [11.56899, 49.67152999999999, 0], [11.569479999999999, 49.67108999999999, 0], [11.57009, 49.67085, 0], [11.57042, 49.670619999999985, 0], [11.57084, 49.670180000000016, 0], [11.570959999999998, 49.66999000000001, 0], [11.57124, 49.669730000000015, 0], [11.571679999999999, 49.669640000000015, 0], [11.57303, 49.66944000000001, 0], [11.573529999999998, 49.66925999999998, 0], [11.573820000000001, 49.66908000000001, 0], [11.573899999999998, 49.66892999999999, 0], [11.57389, 49.66878, 0], [11.57364, 49.668530000000004, 0], [11.57299, 49.66801000000001, 0], [11.572819999999998, 49.66777999999999, 0], [11.57285, 49.66757000000004, 0], [11.573490000000001, 49.66693000000001, 0], [11.57362, 49.666650000000004, 0], [11.57364, 49.66645, 0], [11.573529999999998, 49.66610000000003, 0], [11.5735, 49.66570999999999, 0], [11.57356, 49.66566, 0], [11.57392, 49.665549999999996, 0], [11.574210000000003, 49.66539, 0], [11.574679999999999, 49.66495000000003, 0], [11.57489, 49.66481999999999, 0], [11.57522, 49.66467, 0], [11.575599999999998, 49.664410000000004, 0], [11.575719999999999, 49.66426000000001, 0], [11.575719999999999, 49.664019999999965, 0], [11.57565, 49.66394, 0], [11.57559, 49.663700000000006, 0], [11.57533, 49.66342, 0], [11.57506, 49.66327000000001, 0], [11.57485, 49.66323, 0], [11.57417, 49.66324, 0], [11.57362, 49.663129999999995, 0], [11.5734, 49.663159999999976, 0], [11.573189999999999, 49.66324, 0], [11.57287, 49.662980000000005, 0], [11.572680000000002, 49.66293999999999, 0], [11.57235, 49.66293999999999, 0], [11.57226, 49.66284000000002, 0], [11.572040000000001, 49.662710000000004, 0], [11.57203, 49.66245999999998, 0], [11.57198, 49.66236000000001, 0], [11.57187, 49.66227999999998, 0], [11.57172, 49.66224, 0], [11.57186, 49.662120000000016, 0], [11.57181, 49.66195999999999, 0], [11.571480000000001, 49.66173999999998, 0], [11.570600000000002, 49.66156999999998, 0], [11.570409999999999, 49.66125999999997, 0], [11.57025, 49.661190000000005, 0], [11.57002, 49.66120000000001, 0], [11.569709999999999, 49.66139000000001, 0], [11.56782, 49.66163, 0], [11.56691, 49.661640000000006, 0], [11.566250000000002, 49.66172, 0], [11.56528, 49.661689999999965, 0], [11.56485, 49.661640000000006, 0], [11.56326, 49.660439999999994, 0], [11.56333, 49.66039000000001, 0], [11.563350000000002, 49.66031000000004, 0], [11.563279999999999, 49.660210000000006, 0], [11.56303, 49.66005999999996, 0], [11.56301, 49.659839999999974, 0], [11.56322, 49.659310000000005, 0], [11.56374, 49.65909000000002, 0], [11.56374, 49.65894, 0], [11.56382, 49.65884, 0], [11.563829999999998, 49.658709999999985, 0], [11.56373, 49.65858, 0], [11.56348, 49.65841, 0], [11.56287, 49.658330000000035, 0], [11.56286, 49.658240000000006, 0], [11.563159999999998, 49.65764999999999, 0], [11.56334, 49.657010000000014, 0], [11.563470000000002, 49.65688, 0], [11.56403, 49.65655000000001, 0], [11.56414, 49.65645000000001, 0], [11.564180000000002, 49.656330000000025, 0], [11.56411, 49.656169999999975, 0], [11.56396, 49.65607, 0], [11.56338, 49.6558, 0], [11.56337, 49.65571, 0], [11.56356, 49.655460000000005, 0], [11.56367, 49.65539999999996, 0], [11.56412, 49.65527, 0], [11.56471, 49.65496999999999, 0], [11.56558, 49.654349999999994, 0], [11.56615, 49.65402999999998, 0], [11.566699999999999, 49.65344999999999, 0], [11.566890000000003, 49.653189999999995, 0], [11.56785, 49.65275, 0], [11.56806, 49.65261000000001, 0], [11.56817, 49.65246000000002, 0], [11.568260000000002, 49.65205, 0], [11.56845, 49.65183999999999, 0], [11.56879, 49.651639999999986, 0], [11.56924, 49.651520000000005, 0], [11.56908, 49.65135000000001, 0], [11.5691, 49.65096, 0], [11.5689, 49.650480000000016, 0], [11.56869, 49.650319999999994, 0], [11.56855, 49.650270000000006, 0], [11.56836, 49.65028000000004, 0], [11.56813, 49.650390000000016, 0], [11.56819, 49.650210000000015, 0], [11.568139999999998, 49.65008, 0], [11.56858, 49.65006999999997, 0], [11.57039, 49.650270000000006, 0], [11.57056, 49.65013999999999, 0], [11.571150000000001, 49.649879999999996, 0], [11.57135, 49.64974000000001, 0], [11.57195, 49.64920000000001, 0], [11.57266, 49.64882, 0], [11.57348, 49.64829, 0], [11.573969999999997, 49.64790000000002, 0], [11.57436, 49.64723000000001, 0], [11.574669999999998, 49.64684, 0], [11.57481, 49.64652000000001, 0], [11.57481, 49.64627999999999, 0], [11.57427, 49.64578, 0], [11.57399, 49.645399999999995, 0], [11.57389, 49.64510000000001, 0], [11.57367, 49.64465999999996, 0], [11.57354, 49.64448999999999, 0], [11.57323, 49.64437000000001, 0], [11.572329999999997, 49.64429999999999, 0], [11.57206, 49.64420000000001, 0], [11.57184, 49.64404999999999, 0], [11.57161, 49.64381, 0], [11.57144, 49.64348999999996, 0], [11.57126, 49.64332000000002, 0], [11.57054, 49.64293000000001, 0], [11.57057, 49.642859999999985, 0], [11.57072, 49.642769999999985, 0], [11.57088, 49.642619999999994, 0], [11.570969999999999, 49.64246, 0], [11.57093, 49.64229, 0], [11.5707, 49.64204000000001, 0], [11.56991, 49.64163999999997, 0], [11.57028, 49.641369999999995, 0], [11.57051, 49.64089000000001, 0], [11.57086, 49.64059, 0], [11.5709, 49.640420000000006, 0], [11.57079, 49.63995, 0], [11.571310000000002, 49.64019000000002, 0], [11.571249999999997, 49.639909999999986, 0], [11.571270000000002, 49.63975999999997, 0], [11.57149, 49.639579999999995, 0], [11.57179, 49.63947999999999, 0], [11.572410000000001, 49.63980000000004, 0], [11.57252, 49.63989000000001, 0], [11.572449999999998, 49.640299999999996, 0], [11.57304, 49.6405, 0], [11.57337, 49.64070000000001, 0], [11.57399, 49.64039, 0], [11.574669999999998, 49.64017000000001, 0], [11.57555, 49.639830000000046, 0], [11.57647, 49.63961999999998, 0], [11.57672, 49.639610000000005, 0], [11.57726, 49.639669999999995, 0], [11.578049999999998, 49.63989000000001, 0], [11.57842, 49.64005999999998, 0], [11.57938, 49.64059, 0], [11.58027, 49.64080999999999, 0], [11.580389999999998, 49.64079000000001, 0], [11.580540000000001, 49.64068, 0], [11.58075, 49.64067000000003, 0], [11.58193, 49.640739999999994, 0], [11.5823, 49.64080999999999, 0], [11.58272, 49.64057, 0], [11.5828, 49.64086, 0], [11.5829, 49.64165999999997, 0], [11.58278, 49.641850000000005, 0], [11.5823, 49.642269999999996, 0], [11.585120000000002, 49.64312000000001, 0], [11.58617, 49.642240000000015, 0], [11.586709999999998, 49.64168999999998, 0], [11.587570000000001, 49.641940000000005, 0], [11.588060000000002, 49.64180999999999, 0], [11.58933, 49.64136000000002, 0], [11.589569999999998, 49.64116000000001, 0], [11.58971, 49.64098999999999, 0], [11.59002, 49.64019999999999, 0], [11.590280000000002, 49.639830000000046, 0], [11.59055, 49.639549999999986, 0], [11.59093, 49.639399999999995, 0], [11.592129999999997, 49.639080000000035, 0], [11.59315, 49.63866999999999, 0], [11.593319999999999, 49.638540000000006, 0], [11.59338, 49.63841999999997, 0], [11.593279999999998, 49.63750999999999, 0], [11.59377, 49.637580000000014, 0], [11.59379, 49.63699, 0], [11.59393, 49.63673000000003, 0], [11.59414, 49.63656999999998, 0], [11.59439, 49.63646000000003, 0], [11.594799999999998, 49.636359999999996, 0], [11.59532, 49.63629, 0], [11.595030000000001, 49.63619, 0], [11.5947, 49.63614999999999, 0], [11.59427, 49.63613999999998, 0], [11.59385, 49.63616999999999, 0], [11.59389, 49.63414, 0], [11.594440000000002, 49.63397000000003, 0], [11.59542, 49.633849999999995, 0], [11.59604, 49.63365000000002, 0], [11.596219999999999, 49.63332, 0], [11.59534, 49.63327000000004, 0], [11.59598, 49.63258999999999, 0], [11.59638, 49.63250000000002, 0], [11.59743, 49.63141000000002, 0], [11.59745, 49.63073, 0], [11.598069999999998, 49.62974000000003, 0], [11.5985, 49.628690000000006, 0], [11.59876, 49.62844000000001, 0], [11.598900000000002, 49.62801000000002, 0], [11.5991, 49.62770999999998, 0], [11.59953, 49.627219999999994, 0], [11.599639999999999, 49.62698999999998, 0], [11.59968, 49.62679, 0], [11.59965, 49.626690000000025, 0], [11.59938, 49.626419999999996, 0], [11.59942, 49.62623999999997, 0], [11.599439999999998, 49.626210000000015, 0], [11.60032, 49.62662, 0], [11.60078, 49.62599000000003, 0], [11.60106, 49.626059999999995, 0], [11.60116, 49.625399999999985, 0], [11.60062, 49.625110000000035, 0], [11.600340000000001, 49.62488999999999, 0], [11.599929999999999, 49.624449999999996, 0], [11.59919, 49.62461999999999, 0], [11.598559999999999, 49.62456, 0], [11.59846, 49.624360000000024, 0], [11.59861, 49.624149999999986, 0], [11.59832, 49.62359000000001, 0], [11.59779, 49.623310000000004, 0], [11.5984, 49.6232, 0], [11.59916, 49.62312, 0], [11.599709999999998, 49.622990000000016, 0], [11.60106, 49.62275999999997, 0], [11.60125, 49.62311, 0], [11.60136, 49.62324000000001, 0], [11.60163, 49.62317999999999, 0], [11.60144, 49.62289000000001, 0], [11.60123, 49.62275999999997, 0], [11.60103, 49.62268, 0], [11.60073, 49.622670000000056, 0], [11.600340000000001, 49.62232999999998, 0], [11.59996, 49.62228999999999, 0], [11.59961, 49.62098, 0], [11.599039999999999, 49.61968999999999, 0], [11.59885, 49.61946000000003, 0], [11.59822, 49.61900000000003, 0], [11.59686, 49.61828000000003, 0], [11.59505, 49.616749999999996, 0], [11.594359999999998, 49.61607000000001, 0], [11.59396, 49.6156, 0], [11.59393, 49.61543, 0], [11.59384, 49.61529999999999, 0], [11.59386, 49.61440999999999, 0], [11.59384, 49.614209999999986, 0], [11.59375, 49.614030000000014, 0], [11.592719999999998, 49.61252999999999, 0], [11.59209, 49.61222000000001, 0], [11.59137, 49.611670000000004, 0], [11.59127, 49.611670000000004, 0], [11.590280000000002, 49.61234999999999, 0], [11.589910000000001, 49.612840000000006, 0], [11.58926, 49.61345, 0], [11.58813, 49.61426, 0], [11.58664, 49.614780000000025, 0], [11.58606, 49.61545000000001, 0], [11.58496, 49.61504999999997, 0], [11.58388, 49.615759999999995, 0], [11.58265, 49.61613, 0], [11.58191, 49.61761000000001, 0], [11.5817, 49.61778000000001, 0], [11.58135, 49.61788000000004, 0], [11.580949999999998, 49.61787000000001, 0], [11.580740000000002, 49.61847, 0], [11.58057, 49.61860000000004, 0], [11.58019, 49.61824999999999, 0], [11.58048, 49.61798999999999, 0], [11.580580000000001, 49.61774, 0], [11.58007, 49.61734999999996, 0], [11.58092, 49.61698000000001, 0], [11.5808, 49.61622000000003, 0], [11.5804, 49.615020000000015, 0], [11.57831, 49.615700000000004, 0], [11.577200000000001, 49.61592000000002, 0], [11.577339999999998, 49.615170000000006, 0], [11.578539999999998, 49.61479, 0], [11.57816, 49.614300000000014, 0], [11.577729999999999, 49.61455999999998, 0], [11.57708, 49.61457999999999, 0], [11.57689, 49.614329999999995, 0], [11.574559999999998, 49.61453, 0], [11.57392, 49.61448999999999, 0], [11.57284, 49.61434, 0], [11.57211, 49.61435000000003, 0], [11.571179999999998, 49.614450000000005, 0], [11.5708, 49.61350999999999, 0], [11.56931, 49.61338000000001, 0], [11.569190000000003, 49.61343999999997, 0], [11.56891, 49.61340999999999, 0], [11.568839999999998, 49.613200000000006, 0], [11.56859, 49.613170000000025, 0], [11.56797, 49.613020000000006, 0], [11.56738, 49.613249999999994, 0], [11.56752, 49.61259000000001, 0], [11.567369999999999, 49.61230999999998, 0], [11.56732, 49.612300000000005, 0], [11.56671, 49.61234999999999, 0], [11.56623, 49.612570000000005, 0], [11.56614, 49.61269999999996, 0], [11.56605, 49.61295999999999, 0], [11.565839999999998, 49.61314999999996, 0], [11.5655, 49.613339999999994, 0], [11.56507, 49.61349999999999, 0], [11.56407, 49.61366000000001, 0], [11.563119999999998, 49.61322999999999, 0], [11.56273, 49.61297999999999, 0], [11.56148, 49.61264, 0], [11.560470000000002, 49.612480000000005, 0], [11.56051, 49.612120000000004, 0], [11.56036, 49.61172000000002, 0], [11.56055, 49.61147, 0], [11.56087, 49.611069999999984, 0], [11.561539999999999, 49.61052999999998, 0], [11.562650000000001, 49.60973999999999, 0], [11.56278, 49.60962000000001, 0], [11.56284, 49.6095, 0], [11.56285, 49.60919999999999, 0], [11.562309999999998, 49.60925999999998, 0], [11.56203, 49.60925, 0], [11.56136, 49.60897000000003, 0], [11.56164, 49.60843, 0], [11.561749999999998, 49.60808, 0], [11.56238, 49.606899999999996, 0], [11.56141, 49.60704000000001, 0], [11.56066, 49.60736000000003, 0], [11.56056, 49.60759999999999, 0], [11.55969, 49.60753, 0], [11.559409999999998, 49.60744, 0], [11.55911, 49.60719, 0], [11.559079999999998, 49.607110000000006, 0], [11.55935, 49.60548000000003, 0], [11.55896, 49.605140000000006, 0], [11.558809999999998, 49.60632000000001, 0], [11.55839, 49.606479999999976, 0], [11.557339999999998, 49.606539999999995, 0], [11.55764, 49.605920000000026, 0], [11.556669999999999, 49.60553999999999, 0], [11.55648, 49.60552000000001, 0], [11.556469999999997, 49.60606999999999, 0], [11.55607, 49.60669999999999, 0], [11.55538, 49.60665, 0], [11.55536, 49.606359999999995, 0], [11.55465, 49.60594000000003, 0], [11.55425, 49.6061, 0], [11.553689999999998, 49.606060000000014, 0], [11.553440000000002, 49.605850000000004, 0], [11.5533, 49.60577999999998, 0], [11.55309, 49.60574, 0], [11.55215, 49.60579000000001, 0], [11.55161, 49.60577999999998, 0], [11.551179999999999, 49.60529, 0], [11.55087, 49.60508999999999, 0], [11.55069, 49.60488000000001, 0], [11.550210000000002, 49.604089999999985, 0], [11.549869999999999, 49.60374999999999, 0], [11.55023, 49.60354000000001, 0], [11.55073, 49.60333, 0], [11.55109, 49.603080000000006, 0], [11.55133, 49.60264000000001, 0], [11.55134, 49.60243000000003, 0], [11.55185, 49.60201000000001, 0], [11.552209999999999, 49.60164, 0], [11.5525, 49.601230000000015, 0], [11.55258, 49.600930000000005, 0], [11.552880000000002, 49.60074, 0], [11.553880000000001, 49.600449999999995, 0], [11.55539, 49.600210000000004, 0], [11.55557, 49.600210000000004, 0], [11.55599, 49.60055, 0], [11.556629999999998, 49.60076000000001, 0], [11.55733, 49.600899999999996, 0], [11.557599999999999, 49.600660000000005, 0], [11.55757, 49.600539999999995, 0], [11.55761, 49.60046, 0], [11.55791, 49.60043999999999, 0], [11.557790000000002, 49.6002, 0], [11.5574, 49.59985, 0], [11.557090000000002, 49.599639999999994, 0], [11.556700000000001, 49.59944999999999, 0], [11.55628, 49.59931, 0], [11.55599, 49.599170000000015, 0], [11.55621, 49.59897000000004, 0], [11.55607, 49.59864999999999, 0], [11.556260000000002, 49.59827999999999, 0], [11.55672, 49.59816000000001, 0], [11.55715, 49.59786, 0], [11.55761, 49.597909999999985, 0], [11.55799, 49.59809000000004, 0], [11.55792, 49.598359999999985, 0], [11.56002, 49.59831, 0], [11.5605, 49.59754000000001, 0], [11.56056, 49.596659999999986, 0], [11.559889999999998, 49.596659999999986, 0], [11.55939, 49.596540000000005, 0], [11.55983, 49.59635, 0], [11.56028, 49.59599, 0], [11.559679999999998, 49.59571, 0], [11.55937, 49.595939999999985, 0], [11.55874, 49.5958, 0], [11.55833, 49.59625, 0], [11.558159999999999, 49.596059999999994, 0], [11.55745, 49.59610000000001, 0], [11.557090000000002, 49.59593000000001, 0], [11.556669999999999, 49.595590000000016, 0], [11.557779999999998, 49.595759999999984, 0], [11.55818, 49.595169999999996, 0], [11.55821, 49.59496999999996, 0], [11.55808, 49.594510000000014, 0], [11.5595, 49.59370999999999, 0], [11.56026, 49.59393, 0], [11.56081, 49.59424000000001, 0], [11.56136, 49.59432000000004, 0], [11.56211, 49.59449000000001, 0], [11.56296, 49.594899999999996, 0], [11.5637, 49.59513000000001, 0], [11.56378, 49.59557000000001, 0], [11.56355, 49.59583000000001, 0], [11.5626, 49.59571, 0], [11.56237, 49.59589, 0], [11.56274, 49.596190000000036, 0], [11.56274, 49.596600000000024, 0], [11.565320000000002, 49.597170000000006, 0], [11.56626, 49.596630000000005, 0], [11.566360000000001, 49.59637000000001, 0], [11.567070000000001, 49.59653, 0], [11.56742, 49.596749999999986, 0], [11.567890000000002, 49.597170000000006, 0], [11.56857, 49.59737000000004, 0], [11.56861, 49.59720999999999, 0], [11.5682, 49.59667999999999, 0], [11.567440000000001, 49.596029999999985, 0], [11.56768, 49.59427000000002, 0], [11.56792, 49.59387000000001, 0], [11.56816, 49.59361000000001, 0], [11.568480000000001, 49.59345999999999, 0], [11.56929, 49.59331, 0], [11.56902, 49.59303, 0], [11.56912, 49.59277, 0], [11.569709999999999, 49.592839999999995, 0], [11.570230000000002, 49.59304, 0], [11.5705, 49.59288000000001, 0], [11.57058, 49.592780000000005, 0], [11.57061, 49.59241, 0], [11.57019, 49.592299999999994, 0], [11.569279999999997, 49.592150000000004, 0], [11.568260000000002, 49.59186, 0], [11.567579999999998, 49.591530000000034, 0], [11.566520000000002, 49.5907, 0], [11.566890000000003, 49.59062, 0], [11.566030000000001, 49.589920000000006, 0], [11.56546, 49.589920000000006, 0], [11.56533, 49.58982, 0], [11.56481, 49.58957000000001, 0], [11.564390000000001, 49.58942999999999, 0], [11.56498, 49.588570000000004, 0], [11.565, 49.58843999999996, 0], [11.5649, 49.58812, 0], [11.564390000000001, 49.588029999999975, 0], [11.564060000000001, 49.58783, 0], [11.56417, 49.587440000000015, 0], [11.565220000000002, 49.58742000000001, 0], [11.565320000000002, 49.587260000000015, 0], [11.56523, 49.58709999999999, 0], [11.56448, 49.58691999999999, 0], [11.56459, 49.58663999999999, 0], [11.56431, 49.58656000000002, 0], [11.56424, 49.58643000000001, 0], [11.56459, 49.58609999999999, 0], [11.56481, 49.58546000000004, 0], [11.56473, 49.58494999999999, 0], [11.5652, 49.58474000000001, 0], [11.56605, 49.58418, 0], [11.5666, 49.584089999999975, 0], [11.56795, 49.58312000000004, 0], [11.567579999999998, 49.58279999999999, 0], [11.567660000000002, 49.58273, 0], [11.56866, 49.58279000000002, 0], [11.56942, 49.582670000000036, 0], [11.56925, 49.58170999999999, 0], [11.57012, 49.58122000000003, 0], [11.57099, 49.580569999999994, 0], [11.57195, 49.580359999999985, 0], [11.572040000000001, 49.57985999999997, 0], [11.5734, 49.57981000000001, 0], [11.57339, 49.58019999999999, 0], [11.57331, 49.58037999999999, 0], [11.573280000000002, 49.58064999999999, 0], [11.57334, 49.58088000000001, 0], [11.573529999999998, 49.58127999999999, 0], [11.574299999999997, 49.5813, 0], [11.57439, 49.581259999999986, 0], [11.5746, 49.58091000000002, 0], [11.57475, 49.58076, 0], [11.57518, 49.580569999999994, 0], [11.57555, 49.580460000000016, 0], [11.5758, 49.580299999999966, 0], [11.57598, 49.57999000000001, 0], [11.57634, 49.57909000000001, 0], [11.57614, 49.57909999999998, 0], [11.57451, 49.579350000000034, 0], [11.57384, 49.57938999999999, 0], [11.573219999999997, 49.579380000000015, 0], [11.57277, 49.57934, 0], [11.57144, 49.57911999999996, 0], [11.570710000000002, 49.57911999999996, 0], [11.570600000000002, 49.57909000000001, 0], [11.570600000000002, 49.57891000000001, 0], [11.57088, 49.57849999999999, 0], [11.57043, 49.57838000000001, 0], [11.56985, 49.57815000000002, 0], [11.56961, 49.57817, 0], [11.56913, 49.57838000000001, 0], [11.568949999999997, 49.57825999999997, 0], [11.56732, 49.57785000000001, 0], [11.56734, 49.577740000000034, 0], [11.5672, 49.57753999999997, 0], [11.56692, 49.57736, 0], [11.566699999999999, 49.57728, 0], [11.56646, 49.57724000000002, 0], [11.565760000000001, 49.577229999999986, 0], [11.56539, 49.57713000000001, 0], [11.56483, 49.576629999999994, 0], [11.56371, 49.57589999999999, 0], [11.563510000000003, 49.57568999999998, 0], [11.563140000000002, 49.575739999999996, 0], [11.562690000000002, 49.57603, 0], [11.56266, 49.57607999999999, 0], [11.5623, 49.576130000000006, 0], [11.561649999999998, 49.57614000000004, 0], [11.56089, 49.57612, 0], [11.560840000000002, 49.57584, 0], [11.56033, 49.57584, 0], [11.55954, 49.57594999999998, 0], [11.55905, 49.575890000000015, 0], [11.55866, 49.575890000000015, 0], [11.55789, 49.57569999999998, 0], [11.55665, 49.57515000000001, 0], [11.556179999999998, 49.574780000000004, 0], [11.55594, 49.574659999999994, 0], [11.555959999999999, 49.57458, 0], [11.555659999999998, 49.57421000000002, 0], [11.556050000000003, 49.574070000000006, 0], [11.55651, 49.57378, 0], [11.5558, 49.573090000000036, 0], [11.55548, 49.57306000000003, 0], [11.5552, 49.572959999999995, 0], [11.55424, 49.572810000000004, 0], [11.55327, 49.57287999999997, 0], [11.55282, 49.57285999999999, 0], [11.55204, 49.57303000000002, 0], [11.55213, 49.57365999999999, 0], [11.551580000000001, 49.573800000000006, 0], [11.55124, 49.57352000000003, 0], [11.55101, 49.57324, 0], [11.550459999999998, 49.57204999999999, 0], [11.550100000000002, 49.57160999999999, 0], [11.54986, 49.57154, 0], [11.54975, 49.571380000000005, 0], [11.549730000000002, 49.57064, 0], [11.54979, 49.57034999999999, 0], [11.550000000000002, 49.570359999999994, 0], [11.55099, 49.570599999999985, 0], [11.55119, 49.57061999999999, 0], [11.5513, 49.57042999999999, 0], [11.551470000000002, 49.57042999999999, 0], [11.55126, 49.56979000000001, 0], [11.551279999999998, 49.569260000000014, 0], [11.5523, 49.56897000000001, 0], [11.55327, 49.5686, 0], [11.55301, 49.56833, 0], [11.55274, 49.56817000000001, 0], [11.5525, 49.56792999999996, 0], [11.55321, 49.567560000000014, 0], [11.55364, 49.56638000000001, 0], [11.55378, 49.56612999999999, 0], [11.55401, 49.56494000000001, 0], [11.55431, 49.564610000000016, 0], [11.554329999999998, 49.564449999999965, 0], [11.55092, 49.563739999999996, 0], [11.55043, 49.563590000000005, 0], [11.54841, 49.56277, 0], [11.54781, 49.56236999999999, 0], [11.54742, 49.56193999999999, 0], [11.54618, 49.56103000000002, 0], [11.54576, 49.56084999999999, 0], [11.54485, 49.560159999999996, 0], [11.544490000000001, 49.560069999999996, 0], [11.543819999999998, 49.559770000000015, 0], [11.54288, 49.559680000000014, 0], [11.542249999999997, 49.559789999999964, 0], [11.541589999999998, 49.56009, 0], [11.540780000000002, 49.560779999999994, 0], [11.54039, 49.56096999999997, 0], [11.53924, 49.56144000000003, 0], [11.53853, 49.56160000000003, 0], [11.537730000000002, 49.561679999999996, 0], [11.53793, 49.56285999999997, 0], [11.53679, 49.56276, 0], [11.536609999999998, 49.56270000000001, 0], [11.53653, 49.56226000000001, 0], [11.53591, 49.56224, 0], [11.535159999999998, 49.56232000000003, 0], [11.535060000000001, 49.5624, 0], [11.53571, 49.56245000000001, 0], [11.53608, 49.56258, 0], [11.53615, 49.56271000000001, 0], [11.536, 49.563199999999995, 0], [11.53481, 49.56305000000003, 0], [11.534159999999998, 49.56258, 0], [11.53344, 49.56300999999999, 0], [11.53229, 49.56312, 0], [11.53179, 49.56321, 0], [11.531049999999999, 49.56326999999996, 0], [11.53094, 49.56412, 0], [11.531049999999999, 49.56491, 0], [11.53102, 49.564989999999995, 0], [11.53072, 49.565049999999985, 0], [11.5271, 49.56388000000001, 0], [11.52509, 49.56336999999999, 0], [11.52544, 49.563170000000014, 0], [11.526000000000002, 49.56324000000001, 0], [11.526290000000001, 49.56312, 0], [11.52618, 49.56280000000001, 0], [11.527260000000002, 49.56278000000003, 0], [11.52721, 49.562219999999996, 0], [11.52709, 49.56206, 0], [11.52661, 49.561859999999996, 0], [11.52567, 49.561829999999986, 0], [11.52602, 49.560810000000004, 0], [11.52625, 49.56040999999999, 0], [11.52712, 49.559770000000015, 0], [11.52679, 49.55959000000004, 0], [11.526450000000002, 49.55950999999999, 0], [11.52586, 49.559439999999995, 0], [11.52475, 49.559379999999976, 0], [11.52501, 49.55975000000001, 0], [11.52451, 49.55982, 0], [11.52375, 49.559650000000005, 0], [11.52342, 49.55959999999999, 0], [11.52226, 49.55959999999999, 0], [11.52161, 49.559439999999995, 0], [11.52032, 49.558809999999994, 0], [11.51977, 49.55812000000003, 0], [11.518899999999999, 49.55802, 0], [11.51738, 49.55772999999999, 0], [11.516460000000002, 49.55766000000003, 0], [11.51321, 49.55725000000001, 0], [11.51343, 49.55644000000001, 0], [11.514099999999997, 49.556569999999994, 0], [11.514450000000002, 49.55651000000003, 0], [11.51483, 49.55653000000001, 0], [11.51528, 49.556610000000006, 0], [11.51398, 49.55517999999998, 0], [11.51454, 49.55510000000001, 0], [11.51498, 49.554990000000004, 0], [11.51515, 49.55493000000004, 0], [11.51502, 49.55484999999999, 0], [11.516109999999998, 49.55445999999998, 0], [11.51636, 49.55426, 0], [11.51624, 49.55411000000001, 0], [11.51602, 49.554069999999996, 0], [11.51568, 49.554069999999996, 0], [11.51511, 49.554160000000024, 0], [11.51361, 49.5548, 0], [11.51311, 49.55444, 0], [11.512849999999998, 49.554479999999984, 0], [11.51258, 49.554190000000006, 0], [11.512029999999998, 49.55382, 0], [11.51162, 49.55369000000002, 0], [11.51093, 49.553259999999995, 0], [11.51105, 49.553, 0], [11.51136, 49.552989999999994, 0], [11.51162, 49.55306999999999, 0], [11.51197, 49.55281999999997, 0], [11.51221, 49.55257999999998, 0], [11.511710000000003, 49.55234999999999, 0], [11.512399999999998, 49.551890000000014, 0], [11.51247, 49.551680000000005, 0], [11.51264, 49.551410000000004, 0], [11.51293, 49.55109999999999, 0], [11.51364, 49.55062000000001, 0], [11.514190000000001, 49.55096999999998, 0], [11.51463, 49.551050000000004, 0], [11.515189999999999, 49.551199999999994, 0], [11.51595, 49.55103, 0], [11.51604, 49.55125000000001, 0], [11.51652, 49.55135999999996, 0], [11.51714, 49.55145999999999, 0], [11.51754, 49.55160000000001, 0], [11.51807, 49.55088000000001, 0], [11.51747, 49.55072999999999, 0], [11.515420000000002, 49.55036000000001, 0], [11.51451, 49.550009999999986, 0], [11.51406, 49.54975000000002, 0], [11.513219999999999, 49.549120000000045, 0], [11.51371, 49.54899, 0], [11.51407, 49.548839999999984, 0], [11.51447, 49.54847000000004, 0], [11.51469, 49.54858999999999, 0], [11.51517, 49.54872, 0], [11.51535, 49.5487, 0], [11.515519999999999, 49.54874000000001, 0], [11.51569, 49.54885999999999, 0], [11.51617, 49.548940000000016, 0], [11.51649, 49.54885999999999, 0], [11.51665, 49.54885999999999, 0], [11.51701, 49.549019999999956, 0], [11.51781, 49.54916, 0], [11.51796, 49.54909000000001, 0], [11.518039999999997, 49.54909000000001, 0], [11.519350000000001, 49.54943, 0], [11.51958, 49.548730000000006, 0], [11.51986, 49.54764, 0], [11.52045, 49.54732999999999, 0], [11.52125, 49.54656, 0], [11.52138, 49.54651999999999, 0], [11.522429999999998, 49.54653999999999, 0], [11.52263, 49.54652999999999, 0], [11.52348, 49.54634999999999, 0], [11.52434, 49.54626999999999, 0], [11.52641, 49.54635999999999, 0], [11.527000000000001, 49.54626999999999, 0], [11.5275, 49.546279999999996, 0], [11.52809, 49.546400000000006, 0], [11.52842, 49.54656, 0], [11.52866, 49.54676999999998, 0], [11.52909, 49.54668000000001, 0], [11.529039999999998, 49.54635999999999, 0], [11.52916, 49.54631999999998, 0], [11.53087, 49.54674, 0], [11.530899999999999, 49.54651000000001, 0], [11.53392, 49.54668000000001, 0], [11.53432, 49.54575000000003, 0], [11.53482, 49.545500000000004, 0], [11.53448, 49.54495, 0], [11.53336, 49.54515000000001, 0], [11.531819999999998, 49.545019999999994, 0], [11.53147, 49.544899999999984, 0], [11.53156, 49.544489999999996, 0], [11.53212, 49.544250000000005, 0], [11.532650000000002, 49.54397, 0], [11.53329, 49.54410999999999, 0], [11.53371, 49.54415, 0], [11.534250000000002, 49.54412000000002, 0], [11.534799999999999, 49.54387, 0], [11.53526, 49.543589999999995, 0], [11.535689999999999, 49.5436, 0], [11.536019999999999, 49.54352, 0], [11.53626, 49.54336000000001, 0], [11.53629, 49.54275000000001, 0], [11.536769999999999, 49.54250999999999, 0], [11.53668, 49.542820000000006, 0], [11.53715, 49.543409999999994, 0], [11.536939999999998, 49.54412000000002, 0], [11.53682, 49.54420999999999, 0], [11.536389999999999, 49.544280000000015, 0], [11.53611, 49.54446000000004, 0], [11.53633, 49.54476, 0], [11.536839999999998, 49.544520000000006, 0], [11.537130000000001, 49.54433, 0], [11.537329999999999, 49.54412000000002, 0], [11.537400000000002, 49.54388, 0], [11.53842, 49.54393999999999, 0], [11.53912, 49.54408000000001, 0], [11.53938, 49.544419999999974, 0], [11.54008, 49.54453000000001, 0], [11.540740000000001, 49.54417000000004, 0], [11.54143, 49.54392999999999, 0], [11.54205, 49.54388, 0], [11.542819999999999, 49.54393999999999, 0], [11.54348, 49.54423, 0], [11.544050000000002, 49.54419999999999, 0], [11.54461, 49.54423, 0], [11.54504, 49.543920000000014, 0], [11.54543, 49.543769999999995, 0], [11.54604, 49.54392999999999, 0], [11.54685, 49.54426999999998, 0], [11.547529999999998, 49.5445, 0], [11.54822, 49.544520000000006, 0], [11.5492, 49.54447999999999, 0], [11.54931, 49.544009999999986, 0], [11.54931, 49.54330999999999, 0], [11.550000000000002, 49.54285999999999, 0], [11.550660000000002, 49.542309999999986, 0], [11.55105, 49.542250000000024, 0], [11.55117, 49.542159999999996, 0], [11.5504, 49.541679999999985, 0], [11.54989, 49.54083, 0], [11.549869999999999, 49.540479999999974, 0], [11.549909999999999, 49.54014999999998, 0], [11.55016, 49.53975999999997, 0], [11.55038, 49.53962999999999, 0], [11.55059, 49.53932999999998, 0], [11.551140000000002, 49.53899000000001, 0], [11.55107, 49.53881000000004, 0], [11.550700000000003, 49.538760000000025, 0], [11.54844, 49.53819999999999, 0], [11.54756, 49.53819999999999, 0], [11.54673, 49.53787999999997, 0], [11.54638, 49.53781000000001, 0], [11.5463, 49.53782000000001, 0], [11.54599, 49.53824, 0], [11.54551, 49.53865999999999, 0], [11.545380000000002, 49.53892999999999, 0], [11.544629999999998, 49.53894, 0], [11.54425, 49.53881999999999, 0], [11.54385, 49.53882999999999, 0], [11.54325, 49.53908000000004, 0], [11.542680000000002, 49.53829999999999, 0], [11.54227, 49.537440000000004, 0], [11.54183, 49.53692000000001, 0], [11.54073, 49.536370000000005, 0], [11.54267, 49.53581, 0], [11.54321, 49.53563, 0], [11.5435, 49.535439999999994, 0], [11.54362, 49.53514999999999, 0], [11.54387, 49.53474, 0], [11.54335, 49.534339999999986, 0], [11.54476, 49.53363999999999, 0], [11.54522, 49.53375, 0], [11.54574, 49.53381000000002, 0], [11.54605, 49.53366, 0], [11.546790000000001, 49.53341000000003, 0], [11.54689, 49.53304, 0], [11.54645, 49.53281999999999, 0], [11.54572, 49.53228000000004, 0], [11.545629999999997, 49.53214, 0], [11.54648, 49.53107, 0], [11.54631, 49.53106, 0], [11.54605, 49.53112999999999, 0], [11.54569, 49.53111000000001, 0], [11.54529, 49.53115, 0], [11.54499, 49.53113999999999, 0], [11.54439, 49.531180000000006, 0], [11.5438, 49.53125, 0], [11.54354, 49.53062000000003, 0], [11.544149999999998, 49.53063, 0], [11.545119999999999, 49.530550000000005, 0], [11.54552, 49.530249999999995, 0], [11.544490000000001, 49.52978999999999, 0], [11.544380000000002, 49.52969999999999, 0], [11.54437, 49.52928, 0], [11.546350000000002, 49.529259999999994, 0], [11.54665, 49.528850000000006, 0], [11.5464, 49.528159999999986, 0], [11.546390000000002, 49.52748, 0], [11.545559999999998, 49.52762000000004, 0], [11.5444, 49.52790999999999, 0], [11.54417, 49.52762999999999, 0], [11.543680000000002, 49.52749, 0], [11.5431, 49.52748, 0], [11.54305, 49.527409999999975, 0], [11.54302, 49.527060000000006, 0], [11.54287, 49.526850000000024, 0], [11.54369, 49.52628999999999, 0], [11.544160000000002, 49.52591999999996, 0], [11.54451, 49.525469999999956, 0], [11.5448, 49.5249, 0], [11.54495, 49.524460000000005, 0], [11.54422, 49.524429999999995, 0], [11.54414, 49.52438000000001, 0], [11.544120000000001, 49.52432999999999, 0], [11.544160000000002, 49.52360999999999, 0], [11.54431, 49.52328, 0], [11.54434, 49.52287000000001, 0], [11.544450000000001, 49.52262000000002, 0], [11.54454, 49.522519999999986, 0], [11.544650000000003, 49.52242000000001, 0], [11.54481, 49.52234999999999, 0], [11.545420000000002, 49.52214000000001, 0], [11.546570000000001, 49.52196000000001, 0], [11.547430000000002, 49.52172999999999, 0], [11.54844, 49.521060000000034, 0], [11.5471, 49.520640000000014, 0], [11.54735, 49.52044999999998, 0], [11.54689, 49.519769999999994, 0], [11.546940000000001, 49.51969999999997, 0], [11.54711, 49.51914000000002, 0], [11.54712, 49.518910000000005, 0], [11.54705, 49.518699999999995, 0], [11.545680000000003, 49.51850999999999, 0], [11.54522, 49.51842000000002, 0], [11.54369, 49.517589999999984, 0], [11.545229999999998, 49.516790000000015, 0], [11.54502, 49.51678000000001, 0], [11.5438, 49.516549999999995, 0], [11.54335, 49.51632000000001, 0], [11.541820000000001, 49.51599999999999, 0], [11.54116, 49.51578999999998, 0], [11.54072, 49.51539, 0], [11.54031, 49.515240000000006, 0], [11.53972, 49.51514, 0], [11.538949999999998, 49.51509999999999, 0], [11.53853, 49.515019999999964, 0], [11.538370000000002, 49.51495, 0], [11.53827, 49.51483999999999, 0], [11.538170000000001, 49.5146, 0], [11.53803, 49.51448000000002, 0], [11.53709, 49.514039999999994, 0], [11.53584, 49.51352, 0], [11.535660000000002, 49.51348999999999, 0], [11.53544, 49.51349999999999, 0], [11.53498, 49.51359999999997, 0], [11.53448, 49.513829999999984, 0], [11.53362, 49.512730000000005, 0], [11.53367, 49.512280000000004, 0], [11.53254, 49.511750000000035, 0], [11.53227, 49.51098000000002, 0], [11.53266, 49.51089999999999, 0], [11.53414, 49.51040999999998, 0], [11.5349, 49.5102, 0], [11.534620000000002, 49.509450000000015, 0], [11.534840000000003, 49.509299999999996, 0], [11.53374, 49.50744, 0], [11.53481, 49.50737000000001, 0], [11.535990000000002, 49.50710000000001, 0], [11.536339999999997, 49.50704999999999, 0], [11.53633, 49.506190000000004, 0], [11.53731, 49.50617999999997, 0], [11.53737, 49.50585000000001, 0], [11.53753, 49.505499999999984, 0], [11.53934, 49.50564000000003, 0], [11.539879999999998, 49.50559000000001, 0], [11.54052, 49.50533999999999, 0], [11.54238, 49.505420000000015, 0], [11.543190000000001, 49.50555, 0], [11.543120000000002, 49.50567000000004, 0], [11.54365, 49.50578999999999, 0], [11.54431, 49.506039999999985, 0], [11.544629999999998, 49.50591000000003, 0], [11.54518, 49.50578999999999, 0], [11.54577, 49.50576000000001, 0], [11.547199999999998, 49.50577999999999, 0], [11.55042, 49.50507999999999, 0], [11.550309999999998, 49.504850000000005, 0], [11.552, 49.50446000000002, 0], [11.55198, 49.50432999999998, 0], [11.55316, 49.50413, 0], [11.554889999999999, 49.50406000000004, 0], [11.55514, 49.504670000000004, 0], [11.55532, 49.50495999999998, 0], [11.556959999999998, 49.50493, 0], [11.55912, 49.505089999999996, 0], [11.55934, 49.505059999999986, 0], [11.55978, 49.50483, 0], [11.56018, 49.50487000000001, 0], [11.5603, 49.50459999999998, 0], [11.56051, 49.504470000000026, 0], [11.5611, 49.50438, 0], [11.56127, 49.50398000000001, 0], [11.56256, 49.50398000000001, 0], [11.56301, 49.50384999999997, 0], [11.56305, 49.50373999999999, 0], [11.56415, 49.50353000000001, 0], [11.56545, 49.50379000000001, 0], [11.5661, 49.50412, 0], [11.56697, 49.50412, 0], [11.56727, 49.50406000000004, 0], [11.56709, 49.50332000000003, 0], [11.5669, 49.503330000000005, 0], [11.56682, 49.502489999999995, 0], [11.56671, 49.50223, 0], [11.56691, 49.50130000000004, 0], [11.56711, 49.501000000000005, 0], [11.56642, 49.50054, 0], [11.56599, 49.500460000000004, 0], [11.5655, 49.500429999999994, 0], [11.564660000000002, 49.50049999999999, 0], [11.56427, 49.500249999999994, 0], [11.563950000000002, 49.50009, 0], [11.564060000000001, 49.499619999999965, 0], [11.56419, 49.499390000000005, 0], [11.56419, 49.49929, 0], [11.563910000000002, 49.499120000000005, 0], [11.563910000000002, 49.49904000000001, 0], [11.56398, 49.498940000000005, 0], [11.56386, 49.498850000000004, 0], [11.564, 49.49844999999996, 0], [11.563829999999998, 49.498310000000004, 0], [11.563829999999998, 49.49824000000001, 0], [11.56398, 49.49799999999999, 0], [11.56408, 49.497709999999984, 0], [11.5643, 49.49758, 0], [11.5645, 49.49755999999999, 0], [11.56477, 49.49737999999999, 0], [11.565399999999999, 49.49665999999999, 0], [11.565469999999998, 49.49645000000001, 0], [11.56534, 49.496320000000026, 0], [11.56586, 49.49549999999999, 0], [11.56619, 49.49508, 0], [11.56627, 49.494910000000004, 0], [11.56635, 49.49438000000001, 0], [11.566499999999998, 49.49426, 0], [11.566699999999999, 49.49417, 0], [11.56671, 49.493870000000015, 0], [11.56676, 49.49374, 0], [11.567070000000001, 49.49376000000001, 0], [11.567139999999998, 49.49367000000001, 0], [11.567099999999998, 49.49356999999998, 0], [11.567139999999998, 49.493510000000015, 0], [11.56724, 49.49349000000001, 0], [11.567359999999999, 49.493510000000015, 0], [11.567469999999998, 49.493480000000005, 0], [11.56752, 49.493390000000005, 0], [11.56746, 49.493210000000005, 0], [11.56761, 49.493179999999995, 0], [11.56764, 49.49313999999998, 0], [11.567539999999997, 49.49298999999999, 0], [11.56761, 49.49289999999999, 0], [11.567660000000002, 49.49288999999999, 0], [11.567730000000001, 49.49297999999999, 0], [11.56798, 49.493030000000005, 0], [11.568179999999998, 49.49289999999999, 0], [11.56817, 49.49283, 0], [11.568399999999999, 49.49267999999998, 0], [11.56855, 49.49277000000001, 0], [11.56979, 49.49186, 0], [11.569709999999999, 49.49180999999999, 0], [11.56995, 49.49164999999999, 0], [11.57029, 49.491280000000046, 0], [11.57042, 49.490830000000045, 0], [11.57063, 49.4906, 0], [11.570670000000002, 49.49043, 0], [11.570710000000002, 49.490399999999994, 0], [11.57087, 49.490369999999984, 0], [11.57103, 49.49043, 0], [11.57101, 49.490610000000004, 0], [11.57105, 49.490639999999985, 0], [11.57117, 49.490639999999985, 0], [11.57132, 49.490579999999994, 0], [11.571640000000002, 49.49063000000001, 0], [11.57174, 49.49059, 0], [11.57188, 49.49059, 0], [11.57199, 49.49042, 0], [11.57216, 49.490369999999984, 0], [11.57229, 49.490279999999984, 0], [11.572420000000001, 49.49027000000004, 0], [11.572410000000001, 49.49045000000001, 0], [11.57244, 49.49047999999999, 0], [11.57285, 49.490549999999985, 0], [11.57304, 49.490610000000004, 0], [11.573149999999998, 49.49056999999999, 0], [11.57344, 49.490549999999985, 0], [11.57367, 49.49041, 0], [11.57417, 49.490399999999994, 0], [11.5742, 49.49027000000004, 0], [11.57427, 49.490200000000016, 0], [11.5747, 49.49020999999999, 0], [11.57521, 49.490110000000044, 0], [11.5752, 49.49007, 0], [11.57387, 49.490039999999965, 0], [11.57384, 49.489750000000015, 0], [11.573899999999998, 49.48902000000001, 0], [11.57485, 49.489000000000004, 0], [11.57793, 49.48926, 0], [11.578609999999998, 49.48907000000003, 0], [11.57789, 49.486710000000016, 0], [11.578130000000002, 49.48639, 0], [11.578049999999998, 49.48583999999997, 0], [11.578570000000001, 49.485540000000015, 0], [11.57883, 49.48511000000002, 0], [11.5795, 49.485119999999995, 0], [11.579689999999998, 49.485270000000014, 0], [11.57974, 49.48579999999998, 0], [11.580100000000002, 49.48581999999999, 0], [11.58038, 49.48648, 0], [11.58044, 49.48665, 0], [11.58032, 49.48689000000002, 0], [11.58098, 49.487059999999985, 0], [11.58168, 49.48692, 0], [11.58177, 49.48686000000001, 0], [11.58249, 49.48599999999999, 0], [11.58266, 49.48590999999999, 0], [11.583080000000002, 49.48579000000001, 0], [11.58371, 49.48579000000001, 0], [11.58312, 49.48618999999999, 0], [11.58344, 49.486290000000025, 0], [11.58361, 49.48639, 0], [11.58381, 49.48653999999996, 0], [11.58418, 49.48693, 0], [11.58525, 49.486020000000025, 0], [11.58584, 49.48511000000002, 0], [11.58614, 49.48518000000004, 0], [11.58614, 49.4855, 0], [11.58762, 49.486050000000006, 0], [11.58801, 49.486129999999974, 0], [11.588079999999998, 49.48624000000001, 0], [11.58826, 49.486260000000016, 0], [11.5887, 49.48618999999999, 0], [11.58907, 49.485979999999984, 0], [11.58905, 49.48576, 0], [11.58893, 49.485600000000005, 0], [11.58846, 49.48534000000001, 0], [11.588239999999999, 49.48534999999998, 0], [11.58788, 49.48482000000001, 0], [11.588039999999998, 49.48459, 0], [11.58954, 49.48481000000001, 0], [11.58992, 49.48474999999999, 0], [11.590280000000002, 49.484579999999994, 0], [11.59055, 49.48454000000001, 0], [11.590720000000001, 49.484549999999984, 0], [11.59095, 49.48461, 0], [11.59104, 49.48472000000001, 0], [11.59123, 49.48511000000002, 0], [11.59229, 49.48454000000001, 0], [11.592, 49.48383999999999, 0], [11.59194, 49.48352999999997, 0], [11.59185, 49.483540000000005, 0], [11.59137, 49.48329000000001, 0], [11.590859999999997, 49.483119999999985, 0], [11.5912, 49.482730000000004, 0], [11.59083, 49.482470000000006, 0], [11.590859999999997, 49.48233999999999, 0], [11.59077, 49.48185999999998, 0], [11.59069, 49.48164, 0], [11.59066, 49.48137, 0], [11.59071, 49.48096000000001, 0], [11.58971, 49.48101, 0], [11.5894, 49.48022, 0], [11.58936, 49.48004999999998, 0], [11.58936, 49.479539999999986, 0], [11.58927, 49.47932000000003, 0], [11.58911, 49.47932000000003, 0], [11.5891, 49.479209999999995, 0], [11.58881, 49.47910000000002, 0], [11.58909, 49.47773999999998, 0], [11.58902, 49.47685000000001, 0], [11.5894, 49.47637999999998, 0], [11.589569999999998, 49.47631000000001, 0], [11.59092, 49.475840000000034, 0], [11.591650000000001, 49.475689999999986, 0], [11.5928, 49.47529, 0], [11.593180000000002, 49.47519, 0], [11.59405, 49.47505000000001, 0], [11.59428, 49.47498999999999, 0], [11.5949, 49.474800000000016, 0], [11.5956, 49.47451000000001, 0], [11.5958, 49.47440000000003, 0], [11.59616, 49.473870000000005, 0], [11.59591, 49.47379999999998, 0], [11.59547, 49.4735, 0], [11.59543, 49.47343000000001, 0], [11.59574, 49.47279000000003, 0], [11.59598, 49.47265999999999, 0], [11.59601, 49.47212999999999, 0], [11.59578, 49.47197, 0], [11.59518, 49.471389999999985, 0], [11.594729999999998, 49.47087000000002, 0], [11.59449, 49.47006999999999, 0], [11.59404, 49.46949999999998, 0], [11.593070000000003, 49.46894, 0], [11.59277, 49.46860000000001, 0], [11.59245, 49.46806000000001, 0], [11.592279999999999, 49.46679999999998, 0], [11.592250000000002, 49.46599000000003, 0], [11.59203, 49.46566999999999, 0], [11.59059, 49.46528000000001, 0], [11.58995, 49.46529000000001, 0], [11.58985, 49.46516, 0], [11.590209999999999, 49.46436000000003, 0], [11.59023, 49.46413000000001, 0], [11.59008, 49.463900000000024, 0], [11.58935, 49.46322000000001, 0], [11.58881, 49.462789999999984, 0], [11.58722, 49.46191999999999, 0], [11.58465, 49.46009000000001, 0], [11.58415, 49.45964000000001, 0], [11.58369, 49.458969999999994, 0], [11.58346, 49.45848000000001, 0], [11.58307, 49.45832000000004, 0], [11.58264, 49.45832999999999, 0], [11.582440000000002, 49.45776000000001, 0], [11.58206, 49.45702, 0], [11.58191, 49.456459999999964, 0], [11.58093, 49.45634000000001, 0], [11.5808, 49.45618000000002, 0], [11.58087, 49.45444999999998, 0], [11.581, 49.45397, 0], [11.58087, 49.45361, 0], [11.58045, 49.453149999999994, 0], [11.580260000000003, 49.45282, 0], [11.5798, 49.45275000000001, 0], [11.579400000000001, 49.45211999999998, 0], [11.57895, 49.45173, 0], [11.57851, 49.45179999999996, 0], [11.57786, 49.4513, 0], [11.576639999999998, 49.45045999999999, 0], [11.57681, 49.45009000000002, 0], [11.576639999999998, 49.44974000000002, 0], [11.576350000000001, 49.449479999999966, 0], [11.57464, 49.44857999999999, 0], [11.5734, 49.44856999999999, 0], [11.5737, 49.44773000000001, 0], [11.57304, 49.44746000000001, 0], [11.571889999999998, 49.446709999999996, 0], [11.57158, 49.44666999999998, 0], [11.57124, 49.44636, 0], [11.57103, 49.44601, 0], [11.5705, 49.445660000000004, 0], [11.56999, 49.44519, 0], [11.56853, 49.44575000000003, 0], [11.56806, 49.44533000000001, 0], [11.56771, 49.444819999999964, 0], [11.56745, 49.44457000000003, 0], [11.56717, 49.44438999999997, 0], [11.566869999999998, 49.44406000000001, 0], [11.56698, 49.44380000000001, 0], [11.5672, 49.443580000000026, 0], [11.56763, 49.44333, 0], [11.56787, 49.44290999999998, 0], [11.567699999999999, 49.44215, 0], [11.5676, 49.44193000000001, 0], [11.56735, 49.44166000000001, 0], [11.56683, 49.441900000000004, 0], [11.56626, 49.44114999999999, 0], [11.565729999999999, 49.44068999999999, 0], [11.5644, 49.44003000000001, 0], [11.56427, 49.43945999999997, 0], [11.56386, 49.43849000000003, 0], [11.56366, 49.43832999999998, 0], [11.56304, 49.43812, 0], [11.562650000000001, 49.43803, 0], [11.56249, 49.43755999999996, 0], [11.56253, 49.436769999999996, 0], [11.56206, 49.43672000000001, 0], [11.56218, 49.43639000000002, 0], [11.56196, 49.43610000000001, 0], [11.561859999999998, 49.4358, 0], [11.56159, 49.43553, 0], [11.5605, 49.434950000000015, 0], [11.55984, 49.43454, 0], [11.55966, 49.43431000000001, 0], [11.559640000000002, 49.43412000000001, 0], [11.559409999999998, 49.43397999999999, 0], [11.55903, 49.43391, 0], [11.55873, 49.433930000000004, 0], [11.55855, 49.43404000000001, 0], [11.55861, 49.43379999999999, 0], [11.558340000000001, 49.433359999999965, 0], [11.55755, 49.43315999999999, 0], [11.55721, 49.433130000000006, 0], [11.55729, 49.432619999999986, 0], [11.55729, 49.432440000000014, 0], [11.55712, 49.43189000000001, 0], [11.55717, 49.43173999999999, 0], [11.55743, 49.43138999999999, 0], [11.55749, 49.43119999999999, 0], [11.5575, 49.43092999999999, 0], [11.557420000000002, 49.43063999999998, 0], [11.5572, 49.43028000000001, 0], [11.556839999999998, 49.42954, 0], [11.556600000000001, 49.42913999999999, 0], [11.55662, 49.429, 0], [11.55687, 49.428799999999995, 0], [11.5562, 49.42857000000001, 0], [11.55561, 49.428289999999976, 0], [11.55521, 49.42803000000001, 0], [11.554729999999998, 49.42756, 0], [11.55488, 49.427520000000015, 0], [11.55587, 49.427509999999984, 0], [11.556399999999998, 49.426410000000004, 0], [11.55662, 49.425790000000006, 0], [11.556739999999998, 49.425239999999974, 0], [11.55689, 49.424980000000005, 0], [11.55731, 49.4238, 0], [11.55736, 49.423629999999974, 0], [11.55725, 49.42326, 0], [11.5575, 49.42272, 0], [11.557860000000002, 49.421479999999974, 0], [11.55749, 49.419899999999984, 0], [11.55791, 49.41964999999999, 0], [11.557900000000002, 49.41924, 0], [11.55783, 49.418979999999976, 0], [11.557860000000002, 49.418769999999995, 0], [11.55805, 49.41824, 0], [11.55928, 49.416679999999985, 0], [11.55993, 49.4161, 0], [11.559310000000002, 49.41613000000004, 0], [11.55828, 49.41631000000001, 0], [11.55737, 49.41655, 0], [11.55688, 49.416259999999994, 0], [11.55658, 49.41604000000001, 0], [11.55515, 49.414769999999976, 0], [11.55484, 49.41414, 0], [11.55436, 49.413579999999996, 0], [11.553689999999998, 49.41269, 0], [11.5537, 49.412600000000026, 0], [11.554399999999998, 49.41183000000001, 0], [11.55409, 49.41171, 0], [11.55331, 49.41255999999996, 0], [11.55133, 49.411789999999996, 0], [11.550000000000002, 49.411370000000005, 0], [11.547500000000001, 49.41053999999997, 0], [11.54629, 49.40998999999999, 0], [11.54492, 49.409490000000005, 0], [11.543520000000001, 49.409220000000005, 0], [11.54292, 49.41096999999999, 0], [11.542410000000002, 49.41084000000001, 0], [11.54257, 49.41036, 0], [11.5424, 49.41008999999997, 0], [11.541670000000002, 49.409940000000006, 0], [11.54053, 49.40975, 0], [11.53941, 49.40929, 0], [11.53884, 49.408950000000004, 0], [11.53719, 49.409069999999986, 0], [11.53457, 49.40960000000004, 0], [11.53375, 49.40980999999999, 0], [11.532720000000001, 49.41015999999999, 0], [11.531640000000001, 49.41042999999999, 0], [11.53098, 49.410510000000016, 0], [11.52993, 49.41070000000002, 0], [11.52973, 49.411310000000014, 0], [11.52883, 49.412499999999994, 0], [11.527900000000002, 49.41286999999997, 0], [11.526699999999998, 49.413070000000005, 0], [11.52593, 49.41329999999999, 0], [11.524989999999999, 49.413490000000024, 0], [11.52406, 49.41355999999999, 0], [11.52269, 49.413599999999974, 0], [11.52096, 49.413490000000024, 0], [11.520570000000001, 49.413520000000005, 0], [11.51893, 49.41355999999999, 0], [11.51811, 49.413610000000006, 0], [11.51676, 49.41354999999996, 0], [11.51543, 49.413610000000006, 0], [11.51452, 49.41374999999999, 0], [11.513150000000001, 49.413669999999996, 0], [11.51257, 49.41381000000004, 0], [11.5117, 49.41395, 0], [11.51015, 49.414379999999994, 0], [11.5089, 49.41467, 0], [11.5077, 49.41512, 0], [11.50932, 49.41724000000002, 0], [11.50731, 49.417910000000006, 0], [11.50611, 49.41839999999999, 0], [11.50512, 49.41872000000001, 0], [11.50455, 49.418769999999995, 0], [11.504119999999999, 49.41885000000002, 0], [11.50368, 49.418499999999995, 0], [11.502840000000003, 49.41833, 0], [11.50183, 49.41799, 0], [11.501449999999998, 49.41792000000001, 0], [11.5004, 49.41784000000001, 0], [11.50016, 49.41785999999999, 0], [11.49738, 49.41843, 0], [11.49671, 49.4187, 0], [11.49602, 49.41905, 0], [11.49555, 49.41916000000003, 0], [11.49491, 49.41920999999999, 0], [11.49401, 49.41917999999998, 0], [11.49174, 49.41899000000001, 0], [11.49097, 49.42048, 0], [11.49018, 49.42222000000001, 0], [11.49003, 49.42223000000001, 0], [11.48925, 49.42212000000001, 0], [11.48702, 49.42205999999999, 0], [11.485699999999998, 49.42519999999996, 0], [11.48495, 49.425520000000006, 0], [11.48467, 49.42571000000001, 0], [11.483850000000002, 49.42641999999998, 0], [11.482809999999999, 49.42699999999999, 0], [11.48254, 49.42707999999999, 0], [11.481649999999998, 49.42699999999999, 0], [11.47944, 49.427250000000015, 0], [11.47889, 49.42726999999999, 0], [11.47858, 49.42723999999998, 0], [11.47809, 49.427070000000015, 0], [11.47785, 49.42694, 0], [11.47771, 49.42678000000001, 0], [11.477569999999998, 49.42653999999999, 0], [11.4775, 49.426500000000004, 0], [11.476859999999999, 49.42622, 0], [11.47566, 49.42577, 0], [11.474669999999998, 49.42555999999999, 0], [11.4746, 49.425509999999974, 0], [11.47433, 49.4255, 0], [11.47376, 49.425340000000006, 0], [11.47366, 49.42526999999998, 0], [11.4718, 49.42483999999999, 0], [11.4712, 49.424859999999995, 0], [11.47053, 49.42497000000003, 0], [11.47036, 49.424980000000005, 0], [11.47015, 49.42493999999999, 0], [11.469879999999998, 49.42478, 0], [11.46939, 49.42435999999998, 0], [11.468700000000002, 49.423490000000015, 0], [11.46813, 49.42302999999998, 0], [11.46776, 49.42347000000001, 0], [11.46672, 49.423040000000015, 0], [11.46545, 49.42227, 0], [11.464510000000002, 49.42187999999999, 0], [11.464180000000002, 49.42241999999999, 0], [11.4639, 49.42305999999999, 0], [11.46163, 49.42287999999999, 0], [11.46147, 49.42368999999999, 0], [11.460779999999998, 49.425400000000025, 0], [11.46048, 49.426019999999994, 0], [11.46087, 49.425959999999975, 0], [11.460819999999998, 49.427099999999996, 0], [11.46072, 49.427730000000025, 0], [11.46047, 49.428439999999995, 0], [11.459710000000001, 49.42985999999996, 0], [11.458709999999998, 49.43257, 0], [11.458109999999998, 49.43234000000001, 0], [11.45704, 49.43169, 0], [11.45617, 49.43176, 0], [11.455659999999998, 49.43146999999999, 0], [11.455290000000002, 49.43131999999997, 0], [11.452950000000001, 49.42991000000001, 0], [11.45233, 49.42917, 0], [11.45204, 49.42873, 0], [11.44943, 49.42816000000002, 0], [11.44891, 49.42831000000001, 0], [11.44855, 49.42764, 0], [11.44806, 49.427329999999984, 0], [11.448200000000002, 49.427220000000005, 0], [11.44855, 49.42678999999998, 0], [11.44896, 49.42648, 0], [11.44904, 49.42635999999999, 0], [11.449749999999998, 49.425039999999996, 0], [11.449869999999999, 49.42439999999999, 0], [11.44999, 49.424120000000016, 0], [11.45012, 49.42398, 0], [11.449570000000001, 49.42332999999999, 0], [11.449200000000001, 49.422439999999995, 0], [11.44859, 49.42175, 0], [11.449339999999998, 49.42152999999999, 0], [11.450540000000002, 49.420799999999986, 0], [11.45165, 49.42006000000001, 0], [11.4497, 49.41995, 0], [11.448970000000001, 49.4196, 0], [11.44844, 49.41944000000001, 0], [11.44895, 49.418769999999995, 0], [11.44893, 49.41812999999999, 0], [11.44849, 49.41802999999999, 0], [11.4477, 49.41757999999999, 0], [11.44681, 49.41748000000001, 0], [11.44564, 49.41675000000001, 0], [11.44592, 49.41651000000002, 0], [11.44615, 49.41621999999998, 0], [11.44502, 49.41563000000002, 0], [11.444959999999998, 49.41529, 0], [11.44469, 49.414890000000014, 0], [11.44538, 49.41396, 0], [11.44726, 49.41491000000002, 0], [11.44791, 49.415130000000005, 0], [11.44799, 49.415009999999995, 0], [11.44759, 49.41481999999999, 0], [11.44717, 49.41457, 0], [11.44701, 49.414379999999994, 0], [11.44672, 49.41386, 0], [11.446709999999998, 49.41354000000001, 0], [11.44758, 49.41392999999999, 0], [11.44826, 49.41415000000001, 0], [11.4493, 49.4144, 0], [11.44964, 49.413790000000006, 0], [11.44935, 49.41374999999999, 0], [11.44969, 49.41341, 0], [11.4512, 49.41396, 0], [11.45113, 49.41514000000001, 0], [11.451019999999998, 49.415700000000044, 0], [11.45071, 49.41586000000001, 0], [11.45109, 49.415970000000016, 0], [11.45307, 49.41633999999999, 0], [11.45391, 49.41453000000004, 0], [11.45801, 49.415279999999996, 0], [11.45888, 49.41580999999999, 0], [11.459039999999998, 49.41511, 0], [11.45909, 49.41503, 0], [11.46013, 49.41398000000001, 0], [11.46085, 49.41336000000001, 0], [11.46099, 49.41291000000001, 0], [11.46095, 49.41251, 0], [11.46122, 49.41203999999999, 0], [11.46032, 49.411730000000006, 0], [11.46055, 49.41138999999998, 0], [11.460929999999998, 49.41142999999997, 0], [11.460970000000001, 49.41132999999999, 0], [11.46015, 49.41099, 0], [11.45995, 49.410799999999995, 0], [11.45968, 49.41091, 0], [11.45906, 49.410920000000004, 0], [11.45868, 49.41087999999999, 0], [11.458190000000002, 49.41068000000001, 0], [11.45806, 49.41059000000004, 0], [11.457839999999997, 49.410510000000016, 0], [11.457559999999999, 49.41033999999999, 0], [11.457300000000002, 49.41013000000001, 0], [11.457179999999997, 49.40989999999999, 0], [11.45706, 49.40980999999999, 0], [11.45635, 49.40971999999999, 0], [11.455890000000002, 49.40969999999999, 0], [11.45517, 49.40953000000002, 0], [11.45464, 49.40926000000002, 0], [11.45444, 49.409040000000005, 0], [11.45387, 49.40888000000001, 0], [11.45342, 49.40852000000001, 0], [11.4525, 49.40807000000001, 0], [11.45227, 49.407899999999955, 0], [11.452159999999997, 49.40771000000001, 0], [11.451829999999998, 49.40762000000001, 0], [11.45156, 49.407579999999996, 0], [11.45071, 49.40710999999999, 0], [11.44996, 49.40687, 0], [11.4496, 49.406679999999994, 0], [11.44921, 49.40665000000001, 0], [11.44883, 49.40620000000001, 0], [11.44865, 49.40617, 0], [11.448569999999998, 49.40611000000001, 0], [11.44836, 49.406049999999965, 0], [11.44802, 49.40571, 0], [11.44755, 49.40545, 0], [11.44544, 49.40683999999999, 0], [11.44462, 49.406229999999994, 0], [11.443919999999999, 49.40581, 0], [11.44323, 49.40529000000001, 0], [11.44272, 49.404439999999965, 0], [11.444259999999998, 49.40389999999999, 0], [11.44402, 49.40377000000004, 0], [11.4439, 49.403639999999996, 0], [11.443680000000002, 49.40317999999999, 0], [11.44336, 49.40331000000003, 0], [11.443190000000001, 49.403129999999976, 0], [11.44309, 49.40289999999999, 0], [11.44301, 49.40252000000001, 0], [11.44309, 49.40227999999999, 0], [11.442889999999998, 49.40221, 0], [11.44316, 49.401700000000005, 0], [11.442850000000002, 49.40156999999999, 0], [11.442960000000001, 49.401389999999964, 0], [11.44228, 49.401309999999995, 0], [11.44102, 49.401279999999986, 0], [11.44087, 49.40138000000002, 0], [11.44025, 49.40142, 0], [11.44025, 49.40126000000001, 0], [11.44009, 49.401070000000004, 0], [11.44009, 49.40095999999997, 0], [11.43944, 49.400859999999994, 0], [11.43915, 49.40075999999999, 0], [11.43849, 49.400420000000025, 0], [11.43856, 49.400319999999994, 0], [11.43824, 49.400180000000006, 0], [11.43824, 49.399970000000025, 0], [11.43853, 49.40008, 0], [11.43864, 49.400049999999965, 0], [11.43898, 49.40011999999999, 0], [11.43944, 49.400109999999984, 0], [11.43961, 49.400270000000006, 0], [11.439740000000002, 49.400319999999994, 0], [11.43986, 49.40021999999999, 0], [11.440070000000002, 49.39983000000004, 0], [11.44019, 49.39947999999998, 0], [11.440319999999998, 49.39845, 0], [11.43949, 49.39819, 0], [11.438839999999999, 49.39790999999997, 0], [11.43851, 49.397819999999996, 0], [11.43811, 49.39759000000001, 0], [11.43741, 49.3973, 0], [11.4372, 49.39712, 0], [11.4372, 49.39690000000002, 0], [11.4377, 49.39609999999999, 0], [11.43811, 49.39556999999999, 0], [11.43764, 49.39543999999998, 0], [11.43737, 49.39538999999999, 0], [11.43702, 49.395430000000005, 0], [11.43677, 49.39538999999999, 0], [11.43659, 49.395430000000005, 0], [11.43578, 49.39591999999999, 0], [11.43561, 49.39592999999999, 0], [11.43546, 49.39586, 0], [11.43526, 49.39583999999999, 0], [11.43513, 49.39584999999997, 0], [11.43497, 49.3955, 0], [11.43426, 49.395550000000014, 0], [11.43394, 49.3955, 0], [11.43362, 49.39542, 0], [11.43313, 49.39542, 0], [11.432720000000002, 49.39551, 0], [11.43213, 49.395459999999986, 0], [11.43162, 49.39531000000002, 0], [11.43121, 49.394980000000004, 0], [11.430739999999998, 49.39488000000003, 0], [11.429969999999999, 49.39459000000002, 0], [11.42893, 49.39429999999999, 0], [11.42742, 49.39392000000001, 0], [11.42619, 49.393759999999986, 0], [11.424359999999998, 49.39341000000002, 0], [11.42352, 49.392960000000016, 0], [11.4233, 49.392780000000016, 0], [11.4231, 49.39238, 0], [11.422580000000002, 49.39168000000001, 0], [11.42394, 49.39133000000001, 0], [11.42512, 49.39108999999999, 0], [11.42528, 49.39102, 0], [11.42672, 49.390330000000006, 0], [11.42771, 49.389579999999995, 0], [11.420130000000002, 49.385879999999986, 0], [11.420610000000002, 49.384529999999984, 0], [11.42029, 49.384150000000005, 0], [11.41967, 49.383549999999985, 0], [11.419200000000002, 49.383549999999985, 0], [11.41899, 49.383399999999995, 0], [11.4191, 49.38325999999998, 0], [11.41911, 49.38294000000002, 0], [11.41917, 49.38265999999999, 0], [11.41955, 49.38238999999999, 0], [11.41956, 49.38211000000001, 0], [11.41951, 49.38193000000001, 0], [11.4193, 49.38171, 0], [11.41944, 49.38144, 0], [11.42007, 49.38153, 0], [11.42023, 49.38118, 0], [11.42059, 49.38074, 0], [11.42022, 49.38049000000001, 0], [11.42078, 49.37941000000001, 0], [11.42063, 49.37939, 0], [11.420639999999999, 49.37925000000001, 0], [11.42046, 49.37924000000001, 0], [11.42045, 49.37818999999999, 0], [11.420049999999998, 49.37810999999999, 0], [11.41975, 49.37810000000002, 0], [11.41979, 49.377759999999995, 0], [11.42007, 49.37738000000002, 0], [11.42043, 49.376810000000006, 0], [11.42056, 49.37644, 0], [11.42081, 49.37607, 0], [11.4208, 49.375940000000014, 0], [11.4207, 49.3759, 0], [11.42052, 49.37589, 0], [11.420049999999998, 49.375760000000014, 0], [11.4201, 49.375580000000014, 0], [11.419779999999998, 49.37550999999999, 0], [11.41929, 49.37549000000001, 0], [11.41806, 49.37565000000001, 0], [11.4172, 49.37583000000001, 0], [11.41742, 49.375370000000004, 0], [11.41618, 49.37531999999999, 0], [11.41561, 49.37522000000001, 0], [11.41472, 49.375370000000004, 0], [11.41367, 49.37501, 0], [11.41212, 49.37460999999999, 0], [11.41186, 49.374059999999986, 0], [11.411209999999999, 49.37347, 0], [11.410279999999998, 49.372990000000016, 0], [11.40969, 49.37191999999999, 0], [11.40915, 49.371989999999954, 0], [11.40835, 49.371939999999995, 0], [11.407869999999999, 49.37198000000001, 0], [11.40789, 49.37216000000001, 0], [11.407760000000001, 49.37241, 0], [11.40764, 49.372889999999984, 0], [11.40772, 49.37302, 0], [11.40725, 49.373069999999984, 0], [11.406720000000002, 49.373219999999975, 0], [11.40619, 49.37347, 0], [11.40565, 49.373789999999985, 0], [11.40536, 49.37389999999999, 0], [11.40451, 49.374030000000005, 0], [11.40356, 49.37405000000001, 0], [11.40216, 49.374349999999964, 0], [11.401619999999998, 49.373850000000004, 0], [11.40172, 49.37333000000001, 0], [11.40166, 49.37329, 0], [11.40097, 49.373249999999985, 0], [11.40046, 49.37317999999999, 0], [11.40015, 49.372900000000016, 0], [11.39969, 49.372659999999996, 0], [11.39893, 49.37237999999999, 0], [11.39898, 49.372289999999964, 0], [11.398810000000001, 49.37209000000004, 0], [11.39871, 49.371770000000026, 0], [11.3986, 49.37169, 0], [11.39819, 49.371520000000004, 0], [11.39805, 49.37137999999999, 0], [11.39785, 49.37128999999999, 0], [11.39796, 49.371170000000006, 0], [11.39794, 49.37107, 0], [11.397839999999999, 49.37103000000002, 0], [11.397579999999998, 49.37100000000001, 0], [11.39695, 49.370360000000005, 0], [11.395920000000002, 49.370270000000005, 0], [11.39462, 49.370000000000005, 0], [11.395129999999998, 49.36981, 0], [11.39537, 49.36987000000002, 0], [11.39749, 49.36909, 0], [11.401329999999998, 49.367969999999985, 0], [11.40575, 49.36695999999998, 0], [11.40629, 49.36692999999997, 0], [11.406050000000002, 49.36642000000003, 0], [11.40604, 49.36599000000004, 0], [11.40619, 49.365610000000004, 0], [11.406390000000002, 49.36536000000001, 0], [11.4064, 49.365279999999984, 0], [11.40636, 49.365200000000016, 0], [11.40617, 49.36503999999999, 0], [11.40615, 49.364930000000015, 0], [11.40483, 49.364149999999995, 0], [11.4051, 49.36398, 0], [11.40498, 49.36357000000001, 0], [11.404, 49.36384000000001, 0], [11.40351, 49.36389, 0], [11.40188, 49.363969999999995, 0], [11.40124, 49.36395999999999, 0], [11.40097, 49.36404999999999, 0], [11.40045, 49.36410999999998, 0], [11.39934, 49.36435999999998, 0], [11.399180000000001, 49.36437000000001, 0], [11.398140000000001, 49.362539999999996, 0], [11.397429999999998, 49.36269999999996, 0], [11.39668, 49.36148, 0], [11.395459999999998, 49.35919000000001, 0], [11.394320000000002, 49.35715999999999, 0], [11.393790000000001, 49.356780000000015, 0], [11.393279999999999, 49.35664999999997, 0], [11.392420000000001, 49.35670999999999, 0], [11.392119999999998, 49.356660000000005, 0], [11.3919, 49.35679999999999, 0], [11.39168, 49.35685000000001, 0], [11.39073, 49.356750000000005, 0], [11.38982, 49.356840000000005, 0], [11.389179999999998, 49.35696999999999, 0], [11.38845, 49.356840000000005, 0], [11.38783, 49.356780000000015, 0], [11.387599999999999, 49.356719999999996, 0], [11.38672, 49.357320000000016, 0], [11.384850000000002, 49.358390000000014, 0], [11.383960000000002, 49.357140000000015, 0], [11.384080000000003, 49.356889999999964, 0], [11.384059999999998, 49.35655, 0], [11.383960000000002, 49.356359999999995, 0], [11.38368, 49.35606999999999, 0], [11.383249999999999, 49.35631999999998, 0], [11.381030000000003, 49.35446999999999, 0], [11.38069, 49.35422, 0], [11.3804, 49.35410000000002, 0], [11.38003, 49.35402000000002, 0], [11.37976, 49.35392999999999, 0], [11.379610000000001, 49.35380000000001, 0], [11.379570000000001, 49.3536, 0], [11.37945, 49.35365999999999, 0], [11.379170000000002, 49.35372000000001, 0], [11.378829999999999, 49.353740000000016, 0], [11.37873, 49.35324, 0], [11.37618, 49.35423, 0], [11.37629, 49.35458999999997, 0], [11.37719, 49.354929999999996, 0], [11.377339999999998, 49.355050000000006, 0], [11.377270000000001, 49.35518999999999, 0], [11.37725, 49.355410000000006, 0], [11.37744, 49.35551000000004, 0], [11.37779, 49.35557, 0], [11.3783, 49.35561999999999, 0], [11.378200000000001, 49.35590000000002, 0], [11.378690000000002, 49.35601, 0], [11.37865, 49.35631000000001, 0], [11.37829, 49.357380000000006, 0], [11.377160000000002, 49.35880999999998, 0], [11.376489999999999, 49.35862, 0], [11.37626, 49.35862, 0], [11.37595, 49.358540000000005, 0], [11.375900000000001, 49.35843, 0], [11.37573, 49.35831999999999, 0], [11.37559, 49.35817, 0], [11.375599999999999, 49.358059999999995, 0], [11.37555, 49.35801000000001, 0], [11.37532, 49.357910000000004, 0], [11.374860000000002, 49.35779999999997, 0], [11.37418, 49.35741999999999, 0], [11.37369, 49.357380000000006, 0], [11.37325, 49.357470000000006, 0], [11.37296, 49.35727, 0], [11.372819999999999, 49.35705999999999, 0], [11.3727, 49.35693999999998, 0], [11.371949999999998, 49.35709, 0], [11.3713, 49.35727, 0], [11.371110000000002, 49.357129999999984, 0], [11.37128, 49.35631999999998, 0], [11.37212, 49.356179999999995, 0], [11.372040000000002, 49.35596000000001, 0], [11.37201, 49.355759999999975, 0], [11.372040000000002, 49.35561999999999, 0], [11.37211, 49.35532999999998, 0], [11.37221, 49.35515000000001, 0], [11.372449999999999, 49.35487999999998, 0], [11.3727, 49.354659999999996, 0], [11.373010000000003, 49.354659999999996, 0], [11.37318, 49.354420000000005, 0], [11.37357, 49.35450000000003, 0], [11.37423, 49.354299999999995, 0], [11.37409, 49.35390000000001, 0], [11.374050000000002, 49.35330000000002, 0], [11.3783, 49.351609999999994, 0], [11.37816, 49.351380000000006, 0], [11.37799, 49.350750000000005, 0], [11.37759, 49.350629999999995, 0], [11.37728, 49.35042999999999, 0], [11.3763, 49.349699999999984, 0], [11.37611, 49.34951000000001, 0], [11.37597, 49.34927999999999, 0], [11.37592, 49.348990000000015, 0], [11.37594, 49.34888000000001, 0], [11.376039999999998, 49.34873999999999, 0], [11.377090000000003, 49.347759999999965, 0], [11.37712, 49.347669999999994, 0], [11.3774, 49.34751000000003, 0], [11.37782, 49.34759999999997, 0], [11.37818, 49.347229999999996, 0], [11.37835, 49.34712999999999, 0], [11.378939999999998, 49.34693999999999, 0], [11.37928, 49.34692000000001, 0], [11.37988, 49.34615999999997, 0], [11.38039, 49.345650000000006, 0], [11.38075, 49.34521000000004, 0], [11.381350000000001, 49.34532999999999, 0], [11.381609999999998, 49.34533999999999, 0], [11.381740000000002, 49.34537, 0], [11.38185, 49.345439999999996, 0], [11.38201, 49.34545000000003, 0], [11.38219, 49.34550999999999, 0], [11.38237, 49.34551999999999, 0], [11.38246, 49.34563, 0], [11.382550000000002, 49.34564000000003, 0], [11.382649999999998, 49.34479999999999, 0], [11.383619999999999, 49.34452999999999, 0], [11.38415, 49.34442999999999, 0], [11.38421, 49.34415000000001, 0], [11.38482, 49.34406999999999, 0], [11.3846, 49.343379999999996, 0], [11.38515, 49.34300000000002, 0], [11.38538, 49.34228000000002, 0], [11.38597, 49.34231, 0], [11.38656, 49.34217000000001, 0], [11.387230000000002, 49.342119999999994, 0], [11.38846, 49.342179999999985, 0], [11.38865, 49.342029999999994, 0], [11.39004, 49.34192999999996, 0], [11.39015, 49.34091999999998, 0], [11.38935, 49.34088, 0], [11.389569999999999, 49.34039999999999, 0], [11.38962, 49.339909999999975, 0], [11.38968, 49.33967999999999, 0], [11.389519999999997, 49.33954, 0], [11.38966, 49.338940000000036, 0], [11.38833, 49.338750000000005, 0], [11.388479999999998, 49.33846, 0], [11.3882, 49.33832000000001, 0], [11.38814, 49.33825999999999, 0], [11.38801, 49.33832000000001, 0], [11.387900000000002, 49.33834000000002, 0], [11.387599999999999, 49.33828, 0], [11.387369999999999, 49.33813000000001, 0], [11.38728, 49.33813000000001, 0], [11.38714, 49.33820000000003, 0], [11.3868, 49.338220000000035, 0], [11.386590000000002, 49.33815000000001, 0], [11.3866, 49.33811, 0], [11.3869, 49.33794, 0], [11.38704, 49.33778000000001, 0], [11.38695, 49.33763999999999, 0], [11.387069999999998, 49.33753999999999, 0], [11.38697, 49.33743000000001, 0], [11.38706, 49.33728999999997, 0], [11.38694, 49.33690999999999, 0], [11.38702, 49.33685999999997, 0], [11.38704, 49.33679000000001, 0], [11.38691, 49.33663999999999, 0], [11.38675, 49.33659000000003, 0], [11.38671, 49.336540000000014, 0], [11.386860000000002, 49.33619999999999, 0], [11.386839999999998, 49.33615, 0], [11.386700000000001, 49.33608000000001, 0], [11.38665, 49.335999999999984, 0], [11.3865, 49.33592999999999, 0], [11.386469999999997, 49.335800000000006, 0], [11.38635, 49.3357, 0], [11.386399999999998, 49.335289999999986, 0], [11.38632, 49.335109999999986, 0], [11.3861, 49.33488, 0], [11.38605, 49.334599999999995, 0], [11.386000000000001, 49.334540000000004, 0], [11.385699999999998, 49.33431999999999, 0], [11.385629999999999, 49.334209999999985, 0], [11.3856, 49.33399000000003, 0], [11.38527, 49.333619999999996, 0], [11.38523, 49.33351999999999, 0], [11.38493, 49.333500000000015, 0], [11.384699999999999, 49.333529999999996, 0], [11.384539999999998, 49.333140000000014, 0], [11.384360000000001, 49.33296999999999, 0], [11.38411, 49.33296999999999, 0], [11.38372, 49.332870000000014, 0], [11.38324, 49.332870000000014, 0], [11.38306, 49.33273, 0], [11.38252, 49.33252999999999, 0], [11.38236, 49.33250000000001, 0], [11.382209999999999, 49.33242000000001, 0], [11.38212, 49.33224000000001, 0], [11.381950000000002, 49.33206000000001, 0], [11.38157, 49.33189999999999, 0], [11.381279999999999, 49.33171999999999, 0], [11.381, 49.33161999999999, 0], [11.38036, 49.331469999999996, 0], [11.38003, 49.331199999999995, 0], [11.379940000000001, 49.331189999999964, 0], [11.37981, 49.33104, 0], [11.38044, 49.330899999999986, 0], [11.380870000000002, 49.33058, 0], [11.38222, 49.32893000000004, 0], [11.38298, 49.32772, 0], [11.38204, 49.32733999999999, 0], [11.38193, 49.32722999999996, 0], [11.381879999999999, 49.326070000000016, 0], [11.381119999999997, 49.325890000000015, 0], [11.38017, 49.325770000000006, 0], [11.37979, 49.32568999999998, 0], [11.37855, 49.32539, 0], [11.37804, 49.32539, 0], [11.376720000000002, 49.32480000000001, 0], [11.376039999999998, 49.32515999999998, 0], [11.37555, 49.325350000000014, 0], [11.375310000000002, 49.32551000000001, 0], [11.375080000000002, 49.32535999999999, 0], [11.37457, 49.32511000000002, 0], [11.37402, 49.32491999999996, 0], [11.37318, 49.32472000000001, 0], [11.3728, 49.32479000000001, 0], [11.37244, 49.325230000000005, 0], [11.3721, 49.32554000000002, 0], [11.37261, 49.325789999999984, 0], [11.37259, 49.32584, 0], [11.372989999999998, 49.32594, 0], [11.372889999999998, 49.326149999999984, 0], [11.372740000000002, 49.326220000000006, 0], [11.37249, 49.326179999999994, 0], [11.37201, 49.326520000000016, 0], [11.371710000000002, 49.32669000000001, 0], [11.371270000000003, 49.326899999999995, 0], [11.37078, 49.32701000000003, 0], [11.370400000000002, 49.32700000000003, 0], [11.36991, 49.32692, 0], [11.3692, 49.32697000000002, 0], [11.368949999999998, 49.326779999999985, 0], [11.36876, 49.32656, 0], [11.36744, 49.326539999999994, 0], [11.36732, 49.32657000000003, 0], [11.366569999999998, 49.32638, 0], [11.36627, 49.32623000000001, 0], [11.366129999999998, 49.32629, 0], [11.36589, 49.326280000000025, 0], [11.36544, 49.32643999999999, 0], [11.365320000000002, 49.32643999999999, 0], [11.3644, 49.326160000000016, 0], [11.3644, 49.326070000000016, 0], [11.3641, 49.325860000000006, 0], [11.36407, 49.325739999999996, 0], [11.3644, 49.32521, 0], [11.364489999999998, 49.32480000000001, 0], [11.36376, 49.32444000000001, 0], [11.36303, 49.32351, 0], [11.36304, 49.32342, 0], [11.36297, 49.32330999999999, 0], [11.3634, 49.323120000000046, 0], [11.3638, 49.32301000000001, 0], [11.365799999999998, 49.32252, 0], [11.36702, 49.322299999999956, 0], [11.367469999999999, 49.32214999999999, 0], [11.36783, 49.32199, 0], [11.367429999999999, 49.32189999999997, 0], [11.36774, 49.32139000000001, 0], [11.36367, 49.3203, 0], [11.35994, 49.31934000000004, 0], [11.35982, 49.31924000000001, 0], [11.359849999999998, 49.31915000000001, 0], [11.36024, 49.31860000000003, 0], [11.35939, 49.31841000000003, 0], [11.35903, 49.31843999999998, 0], [11.35822, 49.318340000000006, 0], [11.35772, 49.318370000000016, 0], [11.35722, 49.31835000000001, 0], [11.35675, 49.31842, 0], [11.356060000000001, 49.318449999999984, 0], [11.35544, 49.3185, 0], [11.354320000000001, 49.318690000000004, 0], [11.35397, 49.318629999999985, 0], [11.353770000000003, 49.31862000000001, 0], [11.3537, 49.31867999999997, 0], [11.353419999999998, 49.318780000000004, 0], [11.35275, 49.318749999999994, 0], [11.3525, 49.31877, 0], [11.35233, 49.318910000000045, 0], [11.3522, 49.31895, 0], [11.351580000000002, 49.31882999999999, 0], [11.351239999999999, 49.31888000000001, 0], [11.351090000000001, 49.31882000000002, 0], [11.350980000000002, 49.31870000000001, 0], [11.350870000000002, 49.318749999999994, 0], [11.35076, 49.31873999999999, 0], [11.350419999999998, 49.31855999999999, 0], [11.350380000000001, 49.31842, 0], [11.35033, 49.31837999999999, 0], [11.34977, 49.31828999999999, 0], [11.34967, 49.318160000000006, 0], [11.34935, 49.317920000000015, 0], [11.34921, 49.31808000000001, 0], [11.34889, 49.31783999999999, 0], [11.34648, 49.318870000000004, 0], [11.34668, 49.31900999999999, 0], [11.34517, 49.31958, 0], [11.345029999999998, 49.3194, 0], [11.34483, 49.31924000000001, 0], [11.34491, 49.31910999999997, 0], [11.345519999999999, 49.3177, 0], [11.34557, 49.31757999999999, 0], [11.345559999999999, 49.317409999999995, 0], [11.344930000000002, 49.31528, 0], [11.3461, 49.31457, 0], [11.34488, 49.314040000000006, 0], [11.34462, 49.313649999999996, 0], [11.34437, 49.313109999999995, 0], [11.344099999999997, 49.31290999999999, 0], [11.34405, 49.31282999999999, 0], [11.34388, 49.31272999999999, 0], [11.34375, 49.31244000000001, 0], [11.34361, 49.312340000000006, 0], [11.34356, 49.31220999999999, 0], [11.34338, 49.31206, 0], [11.343219999999999, 49.31200000000001, 0], [11.34297, 49.31178, 0], [11.342920000000001, 49.31166999999999, 0], [11.342949999999998, 49.311530000000005, 0], [11.34324, 49.311170000000004, 0], [11.34319, 49.311139999999995, 0], [11.343099999999998, 49.31113000000002, 0], [11.342729999999998, 49.311139999999995, 0], [11.34276, 49.311409999999995, 0], [11.3417, 49.31191000000001, 0], [11.34153, 49.31196, 0], [11.341249999999999, 49.31214, 0], [11.34059, 49.31236000000004, 0], [11.3399, 49.31238999999999, 0], [11.33975, 49.31152, 0], [11.33973, 49.31119000000001, 0], [11.339430000000002, 49.310580000000016, 0], [11.33952, 49.310310000000015, 0], [11.33936, 49.309439999999995, 0], [11.33623, 49.30891, 0], [11.33563, 49.30874, 0], [11.33588, 49.30850000000001, 0], [11.335720000000002, 49.30847, 0], [11.33378, 49.30821, 0], [11.333299999999998, 49.30832000000001, 0], [11.333299999999998, 49.30779000000001, 0], [11.33337, 49.307350000000014, 0], [11.33354, 49.30686, 0], [11.33411, 49.30548999999999, 0], [11.33563, 49.30554000000001, 0], [11.33647, 49.30551, 0], [11.33633, 49.304959999999994, 0], [11.33608, 49.304550000000006, 0], [11.335720000000002, 49.30418, 0], [11.33552, 49.30391, 0], [11.33528, 49.30396999999999, 0], [11.33552, 49.303259999999966, 0], [11.3348, 49.303049999999985, 0], [11.33374, 49.302700000000016, 0], [11.3331, 49.30275000000003, 0], [11.3328, 49.30270999999999, 0], [11.33216, 49.302490000000006, 0], [11.3315, 49.302189999999996, 0], [11.33066, 49.30272000000002, 0], [11.329849999999999, 49.30316000000002, 0], [11.329039999999999, 49.30348000000001, 0], [11.32897, 49.30392000000003, 0], [11.329110000000002, 49.304370000000006, 0], [11.32913, 49.3048, 0], [11.329209999999998, 49.30520000000001, 0], [11.32969, 49.305949999999996, 0], [11.33001, 49.30689000000001, 0], [11.329030000000001, 49.30725000000001, 0], [11.328670000000002, 49.307350000000014, 0], [11.32841, 49.30738000000002, 0], [11.32819, 49.30718000000002, 0], [11.32813, 49.30694, 0], [11.32862, 49.306359999999984, 0], [11.328279999999998, 49.30624, 0], [11.32772, 49.30608999999998, 0], [11.32716, 49.305890000000005, 0], [11.327210000000001, 49.30507, 0], [11.3273, 49.30443999999997, 0], [11.32727, 49.303409999999985, 0], [11.32704, 49.30288999999999, 0], [11.32701, 49.30255, 0], [11.3262, 49.302520000000015, 0], [11.32622, 49.30264, 0], [11.32521, 49.303349999999995, 0], [11.32438, 49.30452, 0], [11.32408, 49.30466000000001, 0], [11.32362, 49.30515, 0], [11.3231, 49.30546000000001, 0], [11.32284, 49.30537000000004, 0], [11.32184, 49.30635000000001, 0], [11.32049, 49.306960000000004, 0], [11.31914, 49.307500000000005, 0], [11.31755, 49.30859000000001, 0], [11.317230000000002, 49.308719999999994, 0], [11.31679, 49.308809999999994, 0], [11.31501, 49.30880000000002, 0], [11.314589999999999, 49.30875, 0], [11.31416, 49.30877000000001, 0], [11.31254, 49.309110000000004, 0], [11.3106, 49.30942999999999, 0], [11.309519999999997, 49.30928000000003, 0], [11.307789999999999, 49.30882, 0], [11.30747, 49.308840000000004, 0], [11.30655, 49.309, 0], [11.305969999999999, 49.309, 0], [11.30558, 49.30909, 0], [11.30561, 49.30882999999997, 0], [11.30451, 49.309020000000004, 0], [11.30404, 49.30899000000002, 0], [11.30423, 49.30932999999999, 0], [11.304299999999998, 49.30954, 0], [11.30409, 49.30972, 0], [11.303220000000001, 49.309680000000014, 0], [11.30296, 49.30986999999999, 0], [11.303010000000002, 49.310550000000006, 0], [11.30309, 49.31079, 0], [11.30304, 49.311080000000004, 0], [11.30295, 49.31128000000001, 0], [11.302699999999998, 49.311469999999986, 0], [11.30249, 49.311739999999986, 0], [11.30238, 49.31202999999999, 0], [11.30234, 49.31272000000001, 0], [11.30226, 49.312929999999966, 0], [11.30209, 49.31308999999999, 0], [11.30192, 49.31321, 0], [11.30154, 49.31331, 0], [11.30123, 49.31335999999999, 0], [11.30084, 49.31336999999999, 0], [11.30045, 49.31342000000001, 0], [11.29941, 49.31366, 0], [11.298800000000002, 49.31385, 0], [11.298540000000001, 49.31403, 0], [11.29798, 49.314310000000006, 0], [11.29744, 49.314700000000016, 0], [11.29735, 49.31494000000001, 0], [11.29723, 49.31501, 0], [11.296620000000003, 49.31533000000002, 0], [11.29575, 49.31568999999999, 0], [11.29554, 49.31593000000001, 0], [11.29525, 49.316059999999965, 0], [11.295129999999999, 49.316190000000006, 0], [11.29488, 49.31626, 0], [11.29414, 49.31636, 0], [11.29374, 49.31648999999996, 0], [11.2928, 49.317229999999995, 0], [11.292349999999999, 49.316970000000026, 0], [11.29195, 49.316689999999994, 0], [11.2916, 49.31639999999999, 0], [11.291259999999998, 49.31602000000001, 0], [11.29059, 49.31577999999999, 0], [11.28998, 49.31569999999999, 0], [11.289710000000001, 49.315709999999996, 0], [11.28972, 49.31538000000003, 0], [11.29032, 49.31537, 0], [11.29092, 49.31531000000001, 0], [11.29165, 49.315049999999985, 0], [11.29128, 49.314719999999994, 0], [11.291039999999999, 49.31435999999999, 0], [11.29086, 49.31369000000001, 0], [11.2907, 49.31348000000003, 0], [11.29056, 49.31319000000002, 0], [11.28986, 49.31327999999996, 0], [11.28939, 49.313319999999976, 0], [11.28911, 49.31331, 0], [11.28847, 49.31336999999999, 0], [11.28808, 49.31346000000002, 0], [11.28747, 49.31349, 0], [11.2872, 49.31357, 0], [11.28698, 49.31360999999998, 0], [11.28648, 49.31362999999999, 0], [11.28585, 49.313770000000005, 0], [11.28525, 49.313980000000015, 0], [11.28482, 49.31403, 0], [11.28461, 49.314209999999974, 0], [11.28426, 49.31438, 0], [11.28384, 49.31449999999998, 0], [11.283280000000001, 49.31457, 0], [11.28285, 49.31412000000006, 0], [11.282610000000002, 49.314149999999984, 0], [11.279979999999998, 49.31394000000003, 0], [11.27969, 49.31380999999999, 0], [11.27935, 49.31353999999999, 0], [11.278090000000002, 49.313559999999995, 0], [11.27689, 49.31344999999999, 0], [11.27678, 49.31339, 0], [11.27634, 49.3134, 0], [11.27581, 49.31335999999999, 0], [11.27319, 49.31306000000001, 0], [11.27312, 49.31369000000001, 0], [11.273450000000002, 49.31385, 0], [11.2738, 49.313920000000024, 0], [11.27442, 49.31411, 0], [11.274849999999999, 49.31447, 0], [11.27547, 49.31476000000001, 0], [11.276120000000002, 49.314929999999976, 0], [11.277739999999998, 49.31521000000001, 0], [11.27792, 49.31536000000003, 0], [11.27744, 49.31568999999999, 0], [11.27658, 49.31603999999996, 0], [11.27639, 49.31621000000001, 0], [11.27647, 49.31640999999999, 0], [11.27685, 49.31651000000002, 0], [11.27707, 49.316670000000016, 0], [11.27721, 49.31828999999999, 0], [11.276479999999998, 49.31820999999999, 0], [11.27625, 49.31849, 0], [11.27594, 49.31859, 0], [11.275520000000002, 49.318659999999994, 0], [11.27509, 49.318809999999985, 0], [11.27489, 49.31893000000002, 0], [11.27512, 49.31921, 0], [11.27506, 49.31939, 0], [11.27474, 49.31971999999999, 0], [11.27437, 49.319709999999986, 0], [11.27421, 49.31987999999998, 0], [11.27432, 49.3201, 0], [11.27431, 49.32078000000001, 0], [11.27338, 49.32024000000001, 0], [11.272509999999999, 49.32088000000002, 0], [11.27278, 49.321050000000014, 0], [11.272370000000002, 49.321560000000005, 0], [11.27223, 49.32220000000001, 0], [11.27198, 49.32244, 0], [11.27134, 49.322389999999984, 0], [11.2701, 49.322370000000035, 0], [11.2692, 49.322299999999956, 0], [11.26784, 49.32226, 0], [11.26745, 49.322209999999984, 0], [11.267130000000002, 49.322119999999984, 0], [11.26697, 49.322, 0], [11.26566, 49.32204999999999, 0], [11.26551, 49.32255000000001, 0], [11.265529999999998, 49.32280000000003, 0], [11.26595, 49.32363000000001, 0], [11.266430000000001, 49.32417000000001, 0], [11.26678, 49.32446999999996, 0], [11.26658, 49.32473999999999, 0], [11.265969999999998, 49.324539999999985, 0], [11.26523, 49.3244, 0], [11.26417, 49.32423, 0], [11.26334, 49.32417000000001, 0], [11.26188, 49.32390000000001, 0], [11.26144, 49.32384999999999, 0], [11.260659999999998, 49.32384999999999, 0], [11.2593, 49.32391000000001, 0], [11.25845, 49.32400999999999, 0], [11.2582, 49.32378, 0], [11.257590000000002, 49.32387, 0], [11.257430000000001, 49.323859999999996, 0], [11.25711, 49.32376999999997, 0], [11.25624, 49.32391999999999, 0], [11.25479, 49.324059999999974, 0], [11.25417, 49.32418999999999, 0], [11.25408, 49.32424999999998, 0], [11.254019999999999, 49.32448999999997, 0], [11.25364, 49.32442, 0], [11.251910000000002, 49.32455999999999, 0], [11.25177, 49.32435000000001, 0], [11.2501, 49.32476, 0], [11.24907, 49.32494999999997, 0], [11.24683, 49.325199999999995, 0], [11.2469, 49.324700000000036, 0], [11.24638, 49.324670000000026, 0], [11.24564, 49.32446999999996, 0], [11.24271, 49.32472999999999, 0], [11.24214, 49.32445999999999, 0], [11.240879999999999, 49.32453000000001, 0], [11.24062, 49.32330000000002, 0], [11.24006, 49.322990000000004, 0], [11.23967, 49.32160000000002, 0], [11.23901, 49.320960000000014, 0], [11.239430000000002, 49.32069999999996, 0], [11.23976, 49.32016999999999, 0], [11.24008, 49.31981999999999, 0], [11.24034, 49.31975000000003, 0], [11.2417, 49.31958, 0], [11.24242, 49.31936999999999, 0], [11.24296, 49.31897999999998, 0], [11.24361, 49.318629999999985, 0], [11.24409, 49.31859, 0], [11.244589999999999, 49.318430000000006, 0], [11.245069999999998, 49.318340000000006, 0], [11.24587, 49.318370000000016, 0], [11.24608, 49.31857000000002, 0], [11.24649, 49.31864999999999, 0], [11.247139999999998, 49.318340000000006, 0], [11.24766, 49.31790000000001, 0], [11.24835, 49.317589999999996, 0], [11.24868, 49.31747999999999, 0], [11.24956, 49.31694999999999, 0], [11.250340000000001, 49.31674000000001, 0], [11.2508, 49.316539999999975, 0], [11.25097, 49.31630999999999, 0], [11.25183, 49.316100000000006, 0], [11.251750000000001, 49.31576000000001, 0], [11.251310000000002, 49.31458000000001, 0], [11.251349999999999, 49.313980000000015, 0], [11.251519999999998, 49.31281000000004, 0], [11.25128, 49.311469999999986, 0], [11.251229999999998, 49.31088, 0], [11.25134, 49.310209999999984, 0], [11.251310000000002, 49.30896999999999, 0], [11.25003, 49.308310000000006, 0], [11.247450000000002, 49.30731, 0], [11.24614, 49.30703, 0], [11.245029999999998, 49.30682999999999, 0], [11.243429999999998, 49.30662000000001, 0], [11.24249, 49.307199999999966, 0], [11.24214, 49.30760000000001, 0], [11.241689999999998, 49.30802, 0], [11.24101, 49.30841000000001, 0], [11.23995, 49.30887000000004, 0], [11.23915, 49.30932999999999, 0], [11.2384, 49.309889999999996, 0], [11.237939999999998, 49.31034, 0], [11.23704, 49.31099999999998, 0], [11.23639, 49.31128000000001, 0], [11.23525, 49.311949999999996, 0], [11.23427, 49.31247000000002, 0], [11.23337, 49.31289000000001, 0], [11.23294, 49.31300999999996, 0], [11.2308, 49.31380999999999, 0], [11.22964, 49.3142, 0], [11.227550000000003, 49.314750000000004, 0], [11.22637, 49.314959999999985, 0], [11.22408, 49.31524000000002, 0], [11.22306, 49.31524999999999, 0], [11.22243, 49.31533000000002, 0], [11.22161, 49.315470000000005, 0], [11.21987, 49.31593000000001, 0], [11.21973, 49.31537, 0], [11.218409999999999, 49.31497999999999, 0], [11.21805, 49.31468000000004, 0], [11.21701, 49.31434999999999, 0], [11.21384, 49.31286, 0], [11.21301, 49.31236000000004, 0], [11.212280000000002, 49.31232, 0], [11.21078, 49.31208000000001, 0], [11.20805, 49.311800000000005, 0], [11.20816, 49.309439999999995, 0], [11.20856, 49.30909999999997, 0], [11.20812, 49.30865, 0], [11.20731, 49.30933999999999, 0], [11.20733, 49.30891, 0], [11.207270000000001, 49.30886000000001, 0], [11.20682, 49.308719999999994, 0], [11.206409999999998, 49.30842000000004, 0], [11.20424, 49.30718999999999, 0], [11.20365, 49.306730000000016, 0], [11.20245, 49.30552, 0], [11.201509999999999, 49.30563999999998, 0], [11.20063, 49.3057, 0], [11.19932, 49.305830000000014, 0], [11.19869, 49.30584999999999, 0], [11.19668, 49.30575999999999, 0], [11.19188, 49.30485999999999, 0], [11.19087, 49.30463, 0], [11.19047, 49.30463, 0], [11.188890000000002, 49.30475000000001, 0], [11.18836, 49.30484000000001, 0], [11.188560000000003, 49.303650000000005, 0], [11.18866, 49.30203, 0], [11.18908, 49.30052999999998, 0], [11.18593, 49.30028999999999, 0], [11.1866, 49.298959999999994, 0], [11.18712, 49.29811999999998, 0], [11.18718, 49.297770000000014, 0], [11.18759, 49.297390000000036, 0], [11.190109999999999, 49.29554000000002, 0], [11.19139, 49.294640000000015, 0], [11.19274, 49.29381000000001, 0], [11.193219999999998, 49.2936, 0], [11.194460000000001, 49.29316000000003, 0], [11.19531, 49.29297999999997, 0], [11.19572, 49.29271000000003, 0], [11.19734, 49.291240000000016, 0], [11.197950000000002, 49.29048, 0], [11.19767, 49.2903, 0], [11.19793, 49.290070000000014, 0], [11.1985, 49.29025999999999, 0], [11.19897, 49.28978999999998, 0], [11.199840000000002, 49.29018999999997, 0], [11.20049, 49.29035999999999, 0], [11.20134, 49.29043000000004, 0], [11.20201, 49.29071999999999, 0], [11.20267, 49.290610000000015, 0], [11.203450000000002, 49.29091, 0], [11.20395, 49.29119, 0], [11.204260000000001, 49.29127, 0], [11.204710000000002, 49.29133999999999, 0], [11.20546, 49.29163, 0], [11.20575, 49.29167000000001, 0], [11.20582, 49.29169999999999, 0], [11.205890000000002, 49.29179999999997, 0], [11.20598, 49.29182, 0], [11.20607, 49.29194000000001, 0], [11.20631, 49.29199000000003, 0], [11.20644, 49.29205999999999, 0], [11.20657, 49.29206999999997, 0], [11.206710000000001, 49.29214999999999, 0], [11.20695, 49.29211000000001, 0], [11.20714, 49.292129999999986, 0], [11.20766, 49.292039999999986, 0], [11.20906, 49.29205999999999, 0], [11.209189999999998, 49.291949999999986, 0], [11.2093, 49.29193000000001, 0], [11.2094, 49.29201000000003, 0], [11.20963, 49.29196999999999, 0], [11.209679999999999, 49.292129999999986, 0], [11.20981, 49.29208999999997, 0], [11.21006, 49.29220000000001, 0], [11.21019, 49.29217, 0], [11.2103, 49.292219999999986, 0], [11.210420000000001, 49.29218, 0], [11.210559999999997, 49.29218, 0], [11.21082, 49.29206999999997, 0], [11.21106, 49.29206999999997, 0], [11.21143, 49.292159999999996, 0], [11.21175, 49.29220000000001, 0], [11.21225, 49.292159999999996, 0], [11.213320000000001, 49.292339999999996, 0], [11.21366, 49.29232999999999, 0], [11.21386, 49.29220000000001, 0], [11.214099999999998, 49.292219999999986, 0], [11.21434, 49.292339999999996, 0], [11.21455, 49.29238000000001, 0], [11.2149, 49.292339999999996, 0], [11.215319999999998, 49.29232999999999, 0], [11.215689999999999, 49.29238000000001, 0], [11.21572, 49.29175000000001, 0], [11.2154, 49.29178000000002, 0], [11.215429999999998, 49.29160000000002, 0], [11.21589, 49.290520000000015, 0], [11.21597, 49.29021, 0], [11.216260000000002, 49.28969000000001, 0], [11.216470000000001, 49.28850000000003, 0], [11.21517, 49.288400000000024, 0], [11.21475, 49.28824, 0], [11.21517, 49.28743, 0], [11.215180000000002, 49.28734, 0], [11.215060000000001, 49.28726, 0], [11.21457, 49.287049999999994, 0], [11.21419, 49.28681, 0], [11.214020000000001, 49.28663000000003, 0], [11.21353, 49.285860000000014, 0], [11.213129999999998, 49.28555, 0], [11.212419999999998, 49.28486000000004, 0], [11.21022, 49.2834, 0], [11.21034, 49.283199999999994, 0], [11.208460000000002, 49.28253000000004, 0], [11.20855, 49.28157999999999, 0], [11.20836, 49.28145000000001, 0], [11.2077, 49.28087999999997, 0], [11.20607, 49.28008, 0], [11.205439999999998, 49.27967000000001, 0], [11.203010000000003, 49.27667999999997, 0], [11.20458, 49.27485999999999, 0], [11.20483, 49.27453000000003, 0], [11.20492, 49.27429000000001, 0], [11.20549, 49.274190000000004, 0], [11.206120000000002, 49.27418, 0], [11.20648, 49.274130000000014, 0], [11.206930000000002, 49.274010000000004, 0], [11.20732, 49.27383000000003, 0], [11.20781, 49.27384000000001, 0], [11.20866, 49.27372, 0], [11.20909, 49.27385000000001, 0], [11.20946, 49.27386000000001, 0], [11.210079999999998, 49.27377000000001, 0], [11.211, 49.27378999999999, 0], [11.21144, 49.27376000000001, 0], [11.211449999999997, 49.273920000000004, 0], [11.21525, 49.27422999999999, 0], [11.21485, 49.27481, 0], [11.214740000000003, 49.27510000000001, 0], [11.21449, 49.27599999999998, 0], [11.21444, 49.27680000000001, 0], [11.21428, 49.276849999999996, 0], [11.21461, 49.27741999999998, 0], [11.21514, 49.27780000000001, 0], [11.216030000000002, 49.27823000000001, 0], [11.21634, 49.278310000000005, 0], [11.21598, 49.277150000000034, 0], [11.215949999999998, 49.27667999999997, 0], [11.21665, 49.27665999999999, 0], [11.21753, 49.27653000000001, 0], [11.21803, 49.27653000000001, 0], [11.218770000000001, 49.27669999999998, 0], [11.21919, 49.276849999999996, 0], [11.21933, 49.277049999999974, 0], [11.2196, 49.27700999999999, 0], [11.220259999999998, 49.27683999999999, 0], [11.220450000000001, 49.27674999999999, 0], [11.22029, 49.27654000000001, 0], [11.22066, 49.276309999999995, 0], [11.22123, 49.27617000000001, 0], [11.22125, 49.27575999999999, 0], [11.22251, 49.275750000000045, 0], [11.222559999999998, 49.275559999999984, 0], [11.22241, 49.27535, 0], [11.22299, 49.27516, 0], [11.224390000000001, 49.274940000000015, 0], [11.22489, 49.27493000000001, 0], [11.225210000000002, 49.27501000000004, 0], [11.225669999999997, 49.275199999999984, 0], [11.22586, 49.275319999999994, 0], [11.225669999999997, 49.275660000000016, 0], [11.22649, 49.27564000000001, 0], [11.227799999999998, 49.275480000000016, 0], [11.22792, 49.275829999999985, 0], [11.22813, 49.27674999999999, 0], [11.22703, 49.27686000000003, 0], [11.226639999999998, 49.277029999999996, 0], [11.22682, 49.277980000000014, 0], [11.22703, 49.278610000000015, 0], [11.227870000000001, 49.27850999999998, 0], [11.22931, 49.27823000000001, 0], [11.23001, 49.2775, 0], [11.23124, 49.2775, 0], [11.23159, 49.27739, 0], [11.231659999999998, 49.27725000000001, 0], [11.231810000000001, 49.27611999999999, 0], [11.233040000000003, 49.27602999999999, 0], [11.23418, 49.276020000000045, 0], [11.23466, 49.275829999999985, 0], [11.23622, 49.27621999999997, 0], [11.236640000000001, 49.27618000000001, 0], [11.23742, 49.27602999999999, 0], [11.23885, 49.27609000000001, 0], [11.23989, 49.274749999999955, 0], [11.23952, 49.274399999999986, 0], [11.240840000000002, 49.27199999999999, 0], [11.24106, 49.271420000000006, 0], [11.24203, 49.27098999999998, 0], [11.24308, 49.270610000000005, 0], [11.243219999999999, 49.270520000000005, 0], [11.24356, 49.270459999999986, 0], [11.24392, 49.27033000000003, 0], [11.24519, 49.26982000000001, 0], [11.24645, 49.26946000000004, 0], [11.246890000000002, 49.269600000000025, 0], [11.247369999999998, 49.26962, 0], [11.247739999999999, 49.26968999999997, 0], [11.247739999999999, 49.26996, 0], [11.247809999999998, 49.27026000000001, 0], [11.24809, 49.27062999999998, 0], [11.24821, 49.27091999999999, 0], [11.24839, 49.27107000000004, 0], [11.248899999999999, 49.2713, 0], [11.25158, 49.272200000000026, 0], [11.25203, 49.27232000000001, 0], [11.2528, 49.272459999999995, 0], [11.25324, 49.27235000000002, 0], [11.25424, 49.272459999999995, 0], [11.254430000000001, 49.272519999999986, 0], [11.25535, 49.272999999999996, 0], [11.25574, 49.2731, 0], [11.25709, 49.273179999999996, 0], [11.259400000000001, 49.273480000000006, 0], [11.259930000000002, 49.27387999999999, 0], [11.26046, 49.27376000000001, 0], [11.2612, 49.273649999999975, 0], [11.26139, 49.273649999999975, 0], [11.26354, 49.273740000000004, 0], [11.26619, 49.27378999999999, 0], [11.26661, 49.273740000000004, 0], [11.267090000000001, 49.27373, 0], [11.268330000000002, 49.273810000000026, 0], [11.269540000000001, 49.27372, 0], [11.27153, 49.27364, 0], [11.272970000000003, 49.273810000000026, 0], [11.2746, 49.27386999999999, 0], [11.27511, 49.272940000000006, 0], [11.27615, 49.27311000000003, 0], [11.27685, 49.273120000000006, 0], [11.2771, 49.27302, 0], [11.27777, 49.27298999999999, 0], [11.28, 49.27314999999999, 0], [11.280910000000002, 49.27293, 0], [11.28246, 49.272400000000005, 0], [11.283799999999998, 49.27199999999999, 0], [11.28377, 49.27199000000002, 0], [11.28382, 49.27185, 0], [11.28399, 49.27157, 0], [11.284, 49.27127999999999, 0], [11.28407, 49.27098999999998, 0], [11.28307, 49.27077, 0], [11.28263, 49.27055999999999, 0], [11.28214, 49.27042, 0], [11.281470000000002, 49.27005, 0], [11.28152, 49.26993999999999, 0], [11.2817, 49.26979, 0], [11.2823, 49.26992000000004, 0], [11.2827, 49.27009000000001, 0], [11.283899999999997, 49.27037999999999, 0], [11.28492, 49.270430000000005, 0], [11.28528, 49.27035999999998, 0], [11.28609, 49.27010000000001, 0], [11.28631, 49.26993999999999, 0], [11.286729999999999, 49.26951, 0], [11.28714, 49.26938000000001, 0], [11.28761, 49.26929000000001, 0], [11.28864, 49.26903999999999, 0], [11.288849999999998, 49.268849999999986, 0], [11.288849999999998, 49.26866000000001, 0], [11.288560000000002, 49.26832999999999, 0], [11.28818, 49.268129999999985, 0], [11.28758, 49.26794000000001, 0], [11.28627, 49.26763, 0], [11.28564, 49.267619999999994, 0], [11.28521, 49.26756000000003, 0], [11.285029999999999, 49.267270000000025, 0], [11.28528, 49.267229999999984, 0], [11.28572, 49.26722000000001, 0], [11.287590000000002, 49.26745, 0], [11.288930000000002, 49.26745, 0], [11.289270000000002, 49.26739999999998, 0], [11.2898, 49.26746, 0], [11.29046, 49.26765, 0], [11.291, 49.26745, 0], [11.29165, 49.267270000000025, 0], [11.29204, 49.26701, 0], [11.291749999999999, 49.26616999999999, 0], [11.29137, 49.265529999999984, 0], [11.29105, 49.26517000000001, 0], [11.29052, 49.26496, 0], [11.289970000000002, 49.26480000000001, 0], [11.28818, 49.26468, 0], [11.288000000000002, 49.264909999999986, 0], [11.287740000000001, 49.264909999999986, 0], [11.28749, 49.264880000000005, 0], [11.28739, 49.264830000000046, 0], [11.28728, 49.26471000000001, 0], [11.28686, 49.26480000000001, 0], [11.286839999999998, 49.265210000000025, 0], [11.285469999999998, 49.26526999999999, 0], [11.284620000000002, 49.26535999999999, 0], [11.28385, 49.26550999999998, 0], [11.2815, 49.266220000000004, 0], [11.27945, 49.266760000000005, 0], [11.278379999999999, 49.26708999999997, 0], [11.27784, 49.26735999999997, 0], [11.27731, 49.26775000000001, 0], [11.275750000000002, 49.267420000000016, 0], [11.27423, 49.26698000000002, 0], [11.27205, 49.266279999999995, 0], [11.269169999999999, 49.26507999999998, 0], [11.26888, 49.26474999999999, 0], [11.268569999999999, 49.26414, 0], [11.26819, 49.26355000000001, 0], [11.26781, 49.26317, 0], [11.267269999999998, 49.262760000000014, 0], [11.26595, 49.262100000000004, 0], [11.2658, 49.26192, 0], [11.26573, 49.26173000000003, 0], [11.265120000000001, 49.26131000000001, 0], [11.26489, 49.26122000000001, 0], [11.26443, 49.26089000000002, 0], [11.264190000000001, 49.260819999999995, 0], [11.26381, 49.26048, 0], [11.26466, 49.260579999999976, 0], [11.265490000000002, 49.260609999999986, 0], [11.266430000000001, 49.260429999999985, 0], [11.26768, 49.260339999999985, 0], [11.26902, 49.26057, 0], [11.26975, 49.260999999999996, 0], [11.270049999999998, 49.261390000000006, 0], [11.27096, 49.261089999999996, 0], [11.27149, 49.26101000000003, 0], [11.272179999999999, 49.260969999999986, 0], [11.272140000000002, 49.26047, 0], [11.2728, 49.26026999999999, 0], [11.2741, 49.26041000000001, 0], [11.27502, 49.26038, 0], [11.27642, 49.25999999999999, 0], [11.27731, 49.25961000000001, 0], [11.27723, 49.25916000000004, 0], [11.27627, 49.25783000000001, 0], [11.27391, 49.25764000000001, 0], [11.273059999999997, 49.25746000000001, 0], [11.27328, 49.25712999999999, 0], [11.27384, 49.25672, 0], [11.27443, 49.25651000000002, 0], [11.27523, 49.256280000000004, 0], [11.27592, 49.25573, 0], [11.276190000000001, 49.25538, 0], [11.27617, 49.25479000000004, 0], [11.27598, 49.25448, 0], [11.27566, 49.254230000000035, 0], [11.27662, 49.25398999999999, 0], [11.2771, 49.25373000000002, 0], [11.277259999999998, 49.25358, 0], [11.27754, 49.253510000000006, 0], [11.27781, 49.25354999999999, 0], [11.27862, 49.25376, 0], [11.279010000000001, 49.25453999999999, 0], [11.279900000000001, 49.25452000000004, 0], [11.28037, 49.25445000000002, 0], [11.280719999999999, 49.254220000000004, 0], [11.28107, 49.253919999999994, 0], [11.281649999999999, 49.25406000000001, 0], [11.28175, 49.254819999999995, 0], [11.281950000000002, 49.25578999999999, 0], [11.28227, 49.25666000000001, 0], [11.28306, 49.25672, 0], [11.283349999999999, 49.25689, 0], [11.283810000000003, 49.25761, 0], [11.28423, 49.25814, 0], [11.28476, 49.25873000000004, 0], [11.28519, 49.259450000000044, 0], [11.28582, 49.26078000000001, 0], [11.28702, 49.260339999999985, 0], [11.28748, 49.26021, 0], [11.28827, 49.260069999999985, 0], [11.28783, 49.258880000000005, 0], [11.28765, 49.25862000000001, 0], [11.28698, 49.25808000000001, 0], [11.28675, 49.25781999999998, 0], [11.28656, 49.25748999999999, 0], [11.28735, 49.25757999999999, 0], [11.289069999999999, 49.257630000000006, 0], [11.289970000000002, 49.25771, 0], [11.29015, 49.25692000000001, 0], [11.2912, 49.257000000000005, 0], [11.29128, 49.25684000000001, 0], [11.29217, 49.256910000000005, 0], [11.291940000000002, 49.256249999999994, 0], [11.29164, 49.25620999999998, 0], [11.29007, 49.25575999999998, 0], [11.28942, 49.25552999999999, 0], [11.28869, 49.25519, 0], [11.2882, 49.25504999999998, 0], [11.288039999999999, 49.254670000000004, 0], [11.287769999999998, 49.25431999999998, 0], [11.28868, 49.25403, 0], [11.28863, 49.25387999999998, 0], [11.28866, 49.253750000000025, 0], [11.289069999999999, 49.253589999999974, 0], [11.2891, 49.25346000000002, 0], [11.288930000000002, 49.25301999999999, 0], [11.29083, 49.252790000000005, 0], [11.2914, 49.252099999999956, 0], [11.29169, 49.25205, 0], [11.29172, 49.25121999999999, 0], [11.29113, 49.251259999999974, 0], [11.29005, 49.25121999999999, 0], [11.28999, 49.251120000000014, 0], [11.289970000000002, 49.250970000000024, 0], [11.290080000000001, 49.25036, 0], [11.29128, 49.25029000000001, 0], [11.29276, 49.25045, 0], [11.2935, 49.250399999999985, 0], [11.29481, 49.25013999999999, 0], [11.29529, 49.250069999999994, 0], [11.29555, 49.25010999999998, 0], [11.29578, 49.2501, 0], [11.296360000000002, 49.24999, 0], [11.29707, 49.24946, 0], [11.29788, 49.24892, 0], [11.29811, 49.248699999999985, 0], [11.298210000000001, 49.24852999999999, 0], [11.29822, 49.24842000000004, 0], [11.298140000000002, 49.247749999999996, 0], [11.30127, 49.24522000000002, 0], [11.30108, 49.24492000000001, 0], [11.30271, 49.244009999999975, 0], [11.30284, 49.24400000000003, 0], [11.30343, 49.24373, 0], [11.3016, 49.24242000000001, 0], [11.30026, 49.241150000000005, 0], [11.29904, 49.239900000000006, 0], [11.29941, 49.23973999999998, 0], [11.299030000000002, 49.239120000000014, 0], [11.298729999999999, 49.23918999999998, 0], [11.298470000000002, 49.23888999999997, 0], [11.2979, 49.238489999999985, 0], [11.29716, 49.23814999999996, 0], [11.296829999999998, 49.23804000000001, 0], [11.29667, 49.238009999999974, 0], [11.29659, 49.23808, 0], [11.29631, 49.23792000000003, 0], [11.29648, 49.23786000000001, 0], [11.29619, 49.23776999999998, 0], [11.29539, 49.237629999999996, 0], [11.29514, 49.23755, 0], [11.2944, 49.23815999999999, 0], [11.29431, 49.2381, 0], [11.294120000000001, 49.23791, 0], [11.29304, 49.236530000000016, 0], [11.29295, 49.23603000000003, 0], [11.29304, 49.23576, 0], [11.29328, 49.235419999999976, 0], [11.29404, 49.23468999999997, 0], [11.295499999999999, 49.2329, 0], [11.29584, 49.232020000000006, 0], [11.296130000000002, 49.231589999999954, 0], [11.296499999999998, 49.23124999999999, 0], [11.29726, 49.23070000000001, 0], [11.298030000000002, 49.23017999999999, 0], [11.29871, 49.22981999999999, 0], [11.299, 49.22952000000001, 0], [11.29924, 49.22944000000001, 0], [11.29991, 49.22883999999999, 0], [11.30004, 49.228669999999994, 0], [11.30022, 49.228170000000006, 0], [11.30024, 49.22748000000004, 0], [11.300400000000002, 49.22689, 0], [11.30062, 49.22642999999999, 0], [11.30093, 49.225960000000015, 0], [11.30131, 49.22552000000002, 0], [11.301740000000002, 49.225120000000004, 0], [11.30223, 49.22476, 0], [11.303110000000002, 49.224260000000015, 0], [11.303699999999997, 49.223809999999986, 0], [11.30291, 49.223330000000004, 0], [11.30416, 49.222170000000006, 0], [11.30445, 49.22191999999998, 0], [11.30502, 49.221540000000005, 0], [11.30487, 49.22145999999998, 0], [11.30287, 49.22095999999999, 0], [11.30602, 49.21905000000004, 0], [11.306270000000001, 49.21888999999999, 0], [11.30643, 49.21874, 0], [11.30795, 49.21928, 0], [11.30821, 49.21886999999998, 0], [11.30831, 49.21866, 0], [11.308460000000002, 49.218109999999996, 0], [11.30875, 49.21780000000001, 0], [11.30911, 49.217539999999985, 0], [11.30949, 49.21698999999998, 0], [11.3097, 49.216440000000006, 0], [11.309650000000001, 49.216139999999996, 0], [11.30969, 49.21597000000003, 0], [11.309789999999998, 49.21582999999998, 0], [11.31044, 49.21521999999999, 0], [11.31103, 49.21404000000001, 0], [11.31357, 49.214879999999965, 0], [11.31393, 49.214639999999974, 0], [11.31437, 49.214800000000025, 0], [11.31473, 49.21448000000001, 0], [11.31583, 49.21321000000003, 0], [11.316590000000001, 49.2124, 0], [11.317369999999999, 49.211780000000005, 0], [11.318640000000002, 49.21047999999999, 0], [11.31923, 49.20968000000002, 0], [11.31949, 49.20925999999997, 0], [11.31975, 49.20868999999999, 0], [11.31979, 49.208200000000005, 0], [11.3197, 49.2072, 0], [11.31973, 49.20692, 0], [11.32022, 49.20618000000002, 0], [11.320830000000003, 49.205389999999994, 0], [11.32153, 49.20430999999999, 0], [11.321789999999998, 49.20400000000001, 0], [11.32219, 49.203239999999994, 0], [11.32229, 49.20278999999999, 0], [11.32144, 49.20259999999999, 0], [11.321170000000002, 49.20257000000001, 0], [11.320450000000001, 49.202709999999996, 0], [11.31992, 49.20291, 0], [11.31975, 49.20307, 0], [11.31961, 49.203310000000016, 0], [11.31948, 49.20365000000004, 0], [11.319379999999999, 49.20409999999998, 0], [11.31899, 49.20495, 0], [11.31869, 49.20534999999998, 0], [11.31809, 49.20697999999999, 0], [11.31759, 49.20719, 0], [11.31705, 49.20756, 0], [11.31621, 49.20792, 0], [11.316069999999998, 49.208020000000005, 0], [11.31557, 49.208500000000015, 0], [11.314769999999998, 49.208920000000006, 0], [11.314549999999999, 49.209119999999984, 0], [11.31431, 49.20925, 0], [11.314, 49.20935, 0], [11.31377, 49.20935, 0], [11.31309, 49.20947000000001, 0], [11.31242, 49.20957999999999, 0], [11.312129999999998, 49.20967000000002, 0], [11.311950000000001, 49.20967000000002, 0], [11.31194, 49.20956000000001, 0], [11.31189, 49.207179999999994, 0], [11.309770000000002, 49.20737, 0], [11.30731, 49.20747, 0], [11.304959999999998, 49.20746, 0], [11.30358, 49.20752000000002, 0], [11.303149999999999, 49.20733999999999, 0], [11.30187, 49.20756, 0], [11.30083, 49.20785000000001, 0], [11.299989999999998, 49.20815999999999, 0], [11.29934, 49.208439999999996, 0], [11.29822, 49.208980000000025, 0], [11.29473, 49.20988, 0], [11.29216, 49.21048999999999, 0], [11.29187, 49.210530000000006, 0], [11.29048, 49.21061, 0], [11.28822, 49.21063000000004, 0], [11.27835, 49.210939999999994, 0], [11.27314, 49.21104, 0], [11.270979999999998, 49.21119999999999, 0], [11.26915, 49.21127999999999, 0], [11.26781, 49.21129000000002, 0], [11.26735, 49.21119999999999, 0], [11.266789999999999, 49.21101999999999, 0], [11.26619, 49.21096, 0], [11.26559, 49.21099000000001, 0], [11.2649, 49.210980000000006, 0], [11.26405, 49.211209999999994, 0], [11.26297, 49.21141, 0], [11.262820000000001, 49.21141, 0], [11.262710000000002, 49.21136999999999, 0], [11.2626, 49.210800000000006, 0], [11.26197, 49.21015, 0], [11.26186, 49.20940000000002, 0], [11.26173, 49.20918, 0], [11.26188, 49.208320000000015, 0], [11.26213, 49.207870000000014, 0], [11.263079999999999, 49.20803999999998, 0], [11.26307, 49.20848000000001, 0], [11.26318, 49.20896000000002, 0], [11.2637, 49.20887999999999, 0], [11.26418, 49.20875000000001, 0], [11.26578, 49.20814999999999, 0], [11.265720000000002, 49.20783000000003, 0], [11.2657, 49.206410000000005, 0], [11.26618, 49.201569999999975, 0], [11.26632, 49.20131000000001, 0], [11.26631, 49.20119, 0], [11.26608, 49.201149999999984, 0], [11.26218, 49.200649999999996, 0], [11.26225, 49.19668999999999, 0], [11.26292, 49.19686999999999, 0], [11.26359, 49.197190000000006, 0], [11.2648, 49.19630000000001, 0], [11.264950000000002, 49.19651999999999, 0], [11.2657, 49.19695999999999, 0], [11.26603, 49.19726, 0], [11.26662, 49.19763999999998, 0], [11.26703, 49.19773000000001, 0], [11.26819, 49.197720000000004, 0], [11.27116, 49.192920000000015, 0], [11.271440000000002, 49.192769999999996, 0], [11.27163, 49.192560000000014, 0], [11.271729999999998, 49.19236999999998, 0], [11.27183, 49.19206, 0], [11.27168, 49.19192000000001, 0], [11.27031, 49.192139999999995, 0], [11.269920000000003, 49.19121999999999, 0], [11.269540000000001, 49.19010000000003, 0], [11.26927, 49.18864000000002, 0], [11.27458, 49.188919999999996, 0], [11.27461, 49.18815000000001, 0], [11.27516, 49.187460000000016, 0], [11.278300000000002, 49.187070000000006, 0], [11.27898, 49.18708000000004, 0], [11.28036, 49.187340000000006, 0], [11.28208, 49.18745000000001, 0], [11.28225, 49.187129999999996, 0], [11.28654, 49.18736999999999, 0], [11.28671, 49.18688, 0], [11.287150000000002, 49.187010000000015, 0], [11.28704, 49.18544, 0], [11.287300000000002, 49.184109999999976, 0], [11.28741, 49.183099999999996, 0], [11.28657, 49.18311, 0], [11.28652, 49.18252000000001, 0], [11.287300000000002, 49.18250999999998, 0], [11.28829, 49.182420000000036, 0], [11.28976, 49.182410000000004, 0], [11.28984, 49.18212, 0], [11.290040000000001, 49.181719999999984, 0], [11.290449999999998, 49.18192000000002, 0], [11.29086, 49.18206000000001, 0], [11.29146, 49.18218999999996, 0], [11.29183, 49.18236000000002, 0], [11.29211, 49.182559999999995, 0], [11.29236, 49.18287000000001, 0], [11.292710000000001, 49.18315999999999, 0], [11.293420000000001, 49.183689999999984, 0], [11.29364, 49.183809999999994, 0], [11.29394, 49.183899999999994, 0], [11.29505, 49.18418, 0], [11.29749, 49.18383, 0], [11.29878, 49.18357000000003, 0], [11.29899, 49.18350000000004, 0], [11.29933, 49.18365, 0], [11.2995, 49.18351000000001, 0], [11.29982, 49.18356, 0], [11.30022, 49.18357000000003, 0], [11.30238, 49.18307999999999, 0], [11.30237, 49.182919999999996, 0], [11.303450000000002, 49.18270000000001, 0], [11.30555, 49.18215000000001, 0], [11.30544, 49.1806, 0], [11.30571, 49.180560000000014, 0], [11.30677, 49.180260000000004, 0], [11.30756, 49.180080000000004, 0], [11.3086, 49.179869999999994, 0], [11.308979999999998, 49.179640000000035, 0], [11.3106, 49.17904999999999, 0], [11.31279, 49.178409999999985, 0], [11.31296, 49.17849000000004, 0], [11.31364, 49.17827999999997, 0], [11.3137, 49.178079999999994, 0], [11.313509999999999, 49.176800000000014, 0], [11.31356, 49.17604, 0], [11.31282, 49.17600999999999, 0], [11.31241, 49.17345, 0], [11.31207, 49.173460000000006, 0], [11.310079999999997, 49.16837000000001, 0], [11.31041, 49.16829999999999, 0], [11.30805, 49.163219999999995, 0], [11.308159999999999, 49.16311999999999, 0], [11.310949999999998, 49.163189999999986, 0], [11.31057, 49.16219000000001, 0], [11.31079, 49.162139999999965, 0], [11.31067, 49.161929999999984, 0], [11.31037, 49.162000000000006, 0], [11.310119999999998, 49.16212999999996, 0], [11.30937, 49.161519999999996, 0], [11.30953, 49.16135, 0], [11.30969, 49.16077999999999, 0], [11.30971, 49.159940000000006, 0], [11.30983, 49.15947, 0], [11.309639999999998, 49.159339999999986, 0], [11.30988, 49.158619999999985, 0], [11.310310000000001, 49.15791999999999, 0], [11.31137, 49.156949999999995, 0], [11.31156, 49.15682000000001, 0], [11.31238, 49.157010000000014, 0], [11.31263, 49.1559, 0], [11.31355, 49.15615, 0], [11.31394, 49.15620999999999, 0], [11.31467, 49.156240000000025, 0], [11.31498, 49.15621999999999, 0], [11.314699999999998, 49.157549999999986, 0], [11.315029999999998, 49.15762000000001, 0], [11.317039999999999, 49.15787, 0], [11.31877, 49.15801999999999, 0], [11.319, 49.15803, 0], [11.31921, 49.15603999999999, 0], [11.324529999999998, 49.15654000000001, 0], [11.32505, 49.155489999999986, 0], [11.32554, 49.155629999999974, 0], [11.32593, 49.154349999999994, 0], [11.325960000000002, 49.15409, 0], [11.32582, 49.15377000000004, 0], [11.32568, 49.15361999999999, 0], [11.32491, 49.152169999999984, 0], [11.32427, 49.15084000000002, 0], [11.32431, 49.150300000000016, 0], [11.32452, 49.14983000000001, 0], [11.32451, 49.149159999999995, 0], [11.32441, 49.14847, 0], [11.32425, 49.14793999999998, 0], [11.32424, 49.147729999999996, 0], [11.32487, 49.14707999999999, 0], [11.32526, 49.14676000000003, 0], [11.32553, 49.14636999999999, 0], [11.32574, 49.145129999999966, 0], [11.32602, 49.145129999999966, 0], [11.32614, 49.14500000000001, 0], [11.3266, 49.14486000000002, 0], [11.32664, 49.14482000000001, 0], [11.32671, 49.14433, 0], [11.32619, 49.14434, 0], [11.326099999999999, 49.14356000000001, 0], [11.32763, 49.14350999999999, 0], [11.327729999999999, 49.143129999999985, 0], [11.32753, 49.14317, 0], [11.32739, 49.14275000000001, 0], [11.327590000000002, 49.14193, 0], [11.32705, 49.14129, 0], [11.32528, 49.14054999999999, 0], [11.325, 49.139849999999996, 0], [11.324689999999999, 49.13996000000003, 0], [11.32454, 49.13977, 0], [11.323950000000002, 49.13995, 0], [11.323720000000002, 49.13999000000001, 0], [11.32307, 49.138660000000016, 0], [11.32474, 49.138360000000006, 0], [11.32468, 49.138149999999996, 0], [11.324160000000001, 49.13825, 0], [11.323859999999998, 49.13736, 0], [11.32429, 49.13685000000001, 0], [11.32414, 49.13623999999999, 0], [11.32385, 49.136289999999974, 0], [11.32355, 49.13494, 0], [11.32382, 49.13486, 0], [11.3236, 49.13470000000001, 0], [11.32396, 49.13452000000001, 0], [11.324210000000003, 49.13410000000002, 0], [11.32427, 49.13380000000001, 0], [11.32425, 49.13329999999999, 0], [11.32362, 49.13341, 0], [11.32225, 49.133219999999966, 0], [11.322079999999998, 49.133070000000004, 0], [11.321749999999998, 49.13311999999999, 0], [11.321519999999998, 49.13283000000001, 0], [11.32146, 49.13258999999999, 0], [11.32146, 49.13230999999999, 0], [11.321419999999998, 49.13212999999999, 0], [11.321380000000001, 49.13213999999999, 0], [11.32136, 49.131849999999986, 0], [11.3214, 49.13184000000004, 0], [11.3213, 49.13155000000003, 0], [11.32128, 49.13156000000001, 0], [11.321170000000002, 49.131369999999976, 0], [11.320830000000003, 49.13107000000002, 0], [11.32077, 49.13087999999999, 0], [11.32077, 49.13063, 0], [11.32053, 49.13040999999998, 0], [11.3195, 49.129850000000005, 0], [11.319370000000001, 49.12952000000004, 0], [11.31936, 49.12915000000001, 0], [11.31898, 49.128870000000006, 0], [11.32114, 49.127909999999986, 0], [11.32185, 49.127340000000004, 0], [11.32266, 49.126390000000015, 0], [11.32327, 49.12577999999999, 0], [11.32425, 49.12617, 0], [11.32544, 49.1249, 0], [11.32491, 49.12466999999998, 0], [11.32559, 49.12389000000002, 0], [11.3245, 49.12362000000002, 0], [11.32473, 49.12336000000002, 0], [11.322580000000002, 49.122900000000016, 0], [11.32373, 49.121520000000004, 0], [11.32462, 49.120220000000046, 0], [11.32494, 49.119519999999994, 0], [11.32445, 49.119470000000035, 0], [11.32341, 49.119230000000016, 0], [11.3229, 49.11916000000002, 0], [11.32287, 49.11914999999999, 0], [11.32288, 49.11896999999999, 0], [11.32362, 49.118390000000005, 0], [11.32387, 49.11813000000001, 0], [11.32471, 49.11833999999999, 0], [11.32531, 49.118420000000015, 0], [11.32545, 49.118120000000005, 0], [11.325360000000002, 49.11760000000004, 0], [11.32526, 49.11732000000001, 0], [11.330139999999998, 49.11712000000003, 0], [11.33191, 49.11697000000004, 0], [11.33301, 49.11659, 0], [11.33422, 49.116330000000005, 0], [11.33478, 49.116239999999976, 0], [11.33513, 49.11625000000001, 0], [11.336640000000001, 49.11617000000001, 0], [11.33707, 49.116179999999986, 0], [11.337360000000002, 49.11614, 0], [11.33893, 49.11631, 0], [11.34, 49.116479999999996, 0], [11.34056, 49.11662999999999, 0], [11.34102, 49.116690000000034, 0], [11.34193, 49.11689999999999, 0], [11.34234, 49.11707999999996, 0], [11.342949999999998, 49.11721, 0], [11.34516, 49.117490000000004, 0], [11.34562, 49.11686, 0], [11.34706, 49.11689999999999, 0], [11.348179999999997, 49.11726999999999, 0], [11.34849, 49.117230000000006, 0], [11.34895, 49.11698999999999, 0], [11.34981, 49.11601999999999, 0], [11.35028, 49.115309999999994, 0], [11.35114, 49.11537000000001, 0], [11.3515, 49.115680000000026, 0], [11.35176, 49.11597000000003, 0], [11.35185, 49.11652000000001, 0], [11.352240000000002, 49.11670000000001, 0], [11.35233, 49.11702, 0], [11.35233, 49.11725000000001, 0], [11.3525, 49.11780999999999, 0], [11.35364, 49.11758000000003, 0], [11.35471, 49.11712000000003, 0], [11.355169999999998, 49.11697000000004, 0], [11.355180000000002, 49.11676, 0], [11.35507, 49.11650999999998, 0], [11.35407, 49.11572000000001, 0], [11.35375, 49.11549999999997, 0], [11.354090000000001, 49.11524000000003, 0], [11.35572, 49.114869999999996, 0], [11.355890000000002, 49.11498000000003, 0], [11.3565, 49.115759999999966, 0], [11.35597, 49.11433999999997, 0], [11.35673, 49.114210000000014, 0], [11.356810000000001, 49.113730000000004, 0], [11.35674, 49.11350999999999, 0], [11.35687, 49.11277999999999, 0], [11.35903, 49.11286000000001, 0], [11.359270000000002, 49.1112, 0], [11.3592, 49.110659999999996, 0], [11.35936, 49.10977, 0], [11.35901, 49.10967999999997, 0], [11.359039999999998, 49.10954000000001, 0], [11.359259999999999, 49.108660000000015, 0], [11.35957, 49.10804000000002, 0], [11.35951, 49.10804999999996, 0], [11.359579999999998, 49.10793000000001, 0], [11.36046, 49.10490999999999, 0], [11.36095, 49.10306, 0], [11.360989999999997, 49.102689999999996, 0], [11.360970000000002, 49.10101000000003, 0], [11.361149999999999, 49.100750000000005, 0], [11.3617, 49.10074, 0], [11.361549999999998, 49.09922, 0], [11.362170000000003, 49.09917999999999, 0], [11.36241, 49.09920999999997, 0], [11.36456, 49.099590000000006, 0], [11.366320000000002, 49.09987000000001, 0], [11.3672, 49.099969999999985, 0], [11.367799999999999, 49.099890000000016, 0], [11.36803, 49.09975, 0], [11.368139999999999, 49.09940000000003, 0], [11.366800000000001, 49.099590000000006, 0], [11.36671, 49.09927000000002, 0], [11.365419999999999, 49.09917999999999, 0], [11.36487, 49.09906999999998, 0], [11.363900000000001, 49.099050000000005, 0], [11.36355, 49.09899000000004, 0], [11.36326, 49.098900000000015, 0], [11.36297, 49.09875999999997, 0], [11.36246, 49.098600000000005, 0], [11.36192, 49.098360000000014, 0], [11.36103, 49.09804, 0], [11.36039, 49.097759999999994, 0], [11.35965, 49.09735999999998, 0], [11.35896, 49.09688, 0], [11.35795, 49.095890000000026, 0], [11.35773, 49.095560000000006, 0], [11.35745, 49.095290000000006, 0], [11.35733, 49.0951, 0], [11.35705, 49.09442999999999, 0], [11.35694, 49.094359999999995, 0], [11.35678, 49.09413000000001, 0], [11.35602, 49.09389999999999, 0], [11.355769999999998, 49.09378000000001, 0], [11.35524, 49.09300999999999, 0], [11.35415, 49.092610000000036, 0], [11.35364, 49.092060000000004, 0], [11.35243, 49.091729999999984, 0], [11.35289, 49.09, 0], [11.353799999999998, 49.09, 0], [11.35397, 49.09003999999996, 0], [11.353990000000001, 49.08985999999999, 0], [11.35637, 49.08982, 0], [11.35725, 49.08985000000001, 0], [11.3582, 49.08969999999999, 0], [11.35885, 49.08964, 0], [11.35908, 49.08967000000001, 0], [11.359600000000002, 49.08964999999998, 0], [11.35975, 49.08913000000001, 0], [11.36056, 49.089110000000005, 0], [11.360900000000003, 49.08939000000001, 0], [11.36117, 49.08954, 0], [11.36146, 49.08966000000001, 0], [11.36254, 49.08984000000004, 0], [11.36393, 49.090149999999994, 0], [11.36508, 49.09026, 0], [11.36597, 49.09044, 0], [11.36614, 49.090570000000014, 0], [11.366580000000003, 49.09159, 0], [11.36674, 49.091729999999984, 0], [11.36756, 49.091549999999984, 0], [11.367909999999998, 49.09137000000001, 0], [11.37026, 49.0907, 0], [11.372640000000002, 49.08967999999999, 0], [11.37335, 49.08931999999999, 0], [11.37367, 49.08919999999998, 0], [11.37424, 49.08912000000001, 0], [11.37555, 49.08906000000002, 0], [11.37659, 49.08888999999999, 0], [11.3771, 49.08886000000001, 0], [11.37775, 49.08864000000003, 0], [11.37819, 49.088239999999985, 0], [11.379010000000001, 49.08705000000003, 0], [11.37899, 49.08667, 0], [11.37865, 49.08546999999999, 0], [11.37829, 49.084450000000004, 0], [11.37859, 49.08393000000001, 0], [11.37875, 49.083770000000015, 0], [11.37887, 49.08368999999999, 0], [11.379130000000002, 49.08359999999999, 0], [11.38045, 49.08336, 0], [11.38159, 49.084329999999994, 0], [11.38202, 49.08395999999999, 0], [11.38286, 49.08346, 0], [11.3835, 49.08314000000004, 0], [11.383, 49.08268000000001, 0], [11.38326, 49.08253000000002, 0], [11.3836, 49.082130000000035, 0], [11.38361, 49.08206000000001, 0], [11.383129999999998, 49.08133000000001, 0], [11.38291, 49.080749999999995, 0], [11.38279, 49.08055000000002, 0], [11.382249999999999, 49.080010000000016, 0], [11.38194, 49.07978, 0], [11.38157, 49.07938999999999, 0], [11.38145, 49.079170000000005, 0], [11.38126, 49.078419999999994, 0], [11.38183, 49.078100000000006, 0], [11.38261, 49.07777999999999, 0], [11.38364, 49.07739000000001, 0], [11.38387, 49.07737, 0], [11.384080000000003, 49.07739000000001, 0], [11.384290000000002, 49.077499999999986, 0], [11.38447, 49.077560000000005, 0], [11.38461, 49.07771999999997, 0], [11.38542, 49.07840999999996, 0], [11.38549, 49.078509999999994, 0], [11.38562, 49.078450000000004, 0], [11.386839999999998, 49.07837000000001, 0], [11.387329999999999, 49.07827, 0], [11.387560000000002, 49.07839999999999, 0], [11.38774, 49.07860000000002, 0], [11.38782, 49.078630000000004, 0], [11.388639999999999, 49.07857999999999, 0], [11.38888, 49.07909000000001, 0], [11.389339999999999, 49.079020000000014, 0], [11.38849, 49.07725999999997, 0], [11.38702, 49.07463000000001, 0], [11.38902, 49.07445999999999, 0], [11.38959, 49.07420000000002, 0], [11.38995, 49.07432, 0], [11.39159, 49.07410999999999, 0], [11.39145, 49.07387, 0], [11.391500000000002, 49.07333, 0], [11.3919, 49.073019999999985, 0], [11.39259, 49.07288, 0], [11.3928, 49.0728, 0], [11.39297, 49.072689999999994, 0], [11.39337, 49.07226, 0], [11.394569999999998, 49.07202000000001, 0], [11.395090000000001, 49.071950000000044, 0], [11.39679, 49.071860000000015, 0], [11.396840000000001, 49.07092, 0], [11.39678, 49.06987000000001, 0], [11.39667, 49.06928000000002, 0], [11.39653, 49.067229999999995, 0], [11.39645, 49.06689, 0], [11.39715, 49.0668, 0], [11.40049, 49.06654, 0], [11.39938, 49.06611000000001, 0], [11.39737, 49.06488999999996, 0], [11.39772, 49.064610000000016, 0], [11.398700000000002, 49.06522000000001, 0], [11.398810000000001, 49.06318000000002, 0], [11.39947, 49.06320000000002, 0], [11.39971, 49.061559999999986, 0], [11.40373, 49.06162000000003, 0], [11.40393, 49.05860999999999, 0], [11.408130000000002, 49.05869999999999, 0], [11.40801, 49.05919, 0], [11.40807, 49.059969999999964, 0], [11.40812, 49.06008, 0], [11.41261, 49.05919, 0], [11.41413, 49.06173000000001, 0], [11.41371, 49.061829999999986, 0], [11.413329999999998, 49.06196, 0], [11.411579999999999, 49.062960000000004, 0], [11.411770000000002, 49.06313, 0], [11.41203, 49.06298000000001, 0], [11.4124, 49.06294, 0], [11.41301, 49.06282999999999, 0], [11.41344, 49.06271000000001, 0], [11.41474, 49.06251, 0], [11.41535, 49.06246999999999, 0], [11.416460000000002, 49.06209999999999, 0], [11.41685, 49.06210999999999, 0], [11.41763, 49.06166999999999, 0], [11.41942, 49.05981, 0], [11.419819999999998, 49.05955, 0], [11.42004, 49.05896000000001, 0], [11.42002, 49.05887999999999, 0], [11.42008, 49.05875, 0], [11.42079, 49.058130000000034, 0], [11.421, 49.05768000000003, 0], [11.42364, 49.05655999999999, 0], [11.425360000000001, 49.055710000000005, 0], [11.4256, 49.05549000000002, 0], [11.42593, 49.055090000000035, 0], [11.426180000000002, 49.05466999999999, 0], [11.426359999999999, 49.05391000000003, 0], [11.426, 49.05238, 0], [11.426450000000003, 49.05198999999999, 0], [11.42661, 49.051739999999995, 0], [11.42403, 49.05136999999996, 0], [11.42222, 49.05135999999999, 0], [11.421789999999998, 49.05133000000001, 0], [11.42082, 49.05151000000001, 0], [11.42019, 49.05143000000001, 0], [11.41912, 49.05172999999999, 0], [11.41844, 49.05198999999999, 0], [11.41814, 49.05214999999998, 0], [11.41787, 49.05131000000003, 0], [11.416030000000001, 49.05126999999999, 0], [11.41284, 49.05135000000001, 0], [11.41298, 49.05077, 0], [11.40967, 49.05080000000001, 0], [11.408979999999998, 49.05175, 0], [11.4086, 49.052400000000006, 0], [11.40835, 49.0531, 0], [11.40822, 49.054039999999986, 0], [11.40448, 49.05393000000004, 0], [11.404519999999998, 49.053590000000014, 0], [11.40077, 49.053499999999985, 0], [11.40132, 49.049919999999986, 0], [11.405039999999998, 49.05009000000001, 0], [11.40624, 49.04417999999998, 0], [11.40623, 49.04396, 0], [11.406409999999997, 49.0429, 0], [11.406500000000001, 49.04267999999999, 0], [11.407200000000001, 49.037890000000004, 0], [11.40731, 49.03786999999997, 0], [11.40814, 49.03793999999999, 0], [11.408500000000002, 49.037859999999995, 0], [11.40932, 49.03755000000001, 0], [11.409540000000002, 49.03752, 0], [11.41139, 49.03760999999997, 0], [11.41178, 49.0376, 0], [11.41206, 49.03755999999996, 0], [11.4129, 49.03724, 0], [11.413989999999998, 49.03706, 0], [11.41398, 49.03649999999999, 0], [11.41407, 49.035950000000014, 0], [11.41439, 49.03498000000002, 0], [11.41434, 49.03478999999999, 0], [11.41289, 49.034369999999996, 0], [11.41265, 49.03456, 0], [11.41282, 49.03538, 0], [11.41313, 49.035950000000014, 0], [11.41247, 49.035740000000004, 0], [11.41234, 49.03545, 0], [11.41182, 49.035120000000006, 0], [11.411279999999998, 49.03450000000001, 0], [11.41005, 49.034159999999986, 0], [11.40938, 49.033860000000004, 0], [11.40829, 49.03379000000001, 0], [11.40743, 49.03366999999997, 0], [11.40668, 49.03363000000002, 0], [11.40637, 49.03356000000002, 0], [11.40594, 49.033529999999985, 0], [11.40561, 49.03354999999999, 0], [11.40566, 49.03305, 0], [11.40573, 49.03292999999999, 0], [11.405859999999999, 49.032809999999984, 0], [11.40618, 49.03265000000002, 0], [11.40691, 49.032340000000005, 0], [11.40669, 49.03228999999999, 0], [11.404750000000002, 49.03241000000003, 0], [11.40448, 49.03238999999999, 0], [11.40425, 49.032309999999995, 0], [11.40331, 49.03179, 0], [11.40288, 49.03161, 0], [11.4021, 49.03119000000001, 0], [11.401549999999999, 49.03084999999999, 0], [11.401179999999998, 49.030550000000005, 0], [11.40099, 49.03029000000001, 0], [11.400809999999998, 49.030129999999986, 0], [11.40059, 49.030069999999995, 0], [11.39991, 49.03005000000002, 0], [11.39966, 49.03, 0], [11.39936, 49.03, 0], [11.39876, 49.030039999999985, 0], [11.397930000000002, 49.03014999999999, 0], [11.39544, 49.03018, 0], [11.394720000000001, 49.03020999999998, 0], [11.3925, 49.030399999999986, 0], [11.39143, 49.030429999999996, 0], [11.3895, 49.030579999999986, 0], [11.38944, 49.03051000000002, 0], [11.389299999999999, 49.03047999999998, 0], [11.38889, 49.03065000000001, 0], [11.38847, 49.030730000000005, 0], [11.38762, 49.03084000000001, 0], [11.38713, 49.03084000000001, 0], [11.386509999999998, 49.03074000000001, 0], [11.38645, 49.03059999999999, 0], [11.38641, 49.02955, 0], [11.385959999999999, 49.027680000000004, 0], [11.38562, 49.02719999999999, 0], [11.38523, 49.026759999999996, 0], [11.38513, 49.02647000000002, 0], [11.38521, 49.026070000000004, 0], [11.38541, 49.02554000000001, 0], [11.38553, 49.02494999999999, 0], [11.385290000000001, 49.024190000000004, 0], [11.385060000000001, 49.02311, 0], [11.3848, 49.02321999999998, 0], [11.38342, 49.02413999999999, 0], [11.38236, 49.024669999999986, 0], [11.381049999999998, 49.023920000000004, 0], [11.38019, 49.02314000000004, 0], [11.37936, 49.02217999999999, 0], [11.37907, 49.02172999999996, 0], [11.37919, 49.021079999999984, 0], [11.37939, 49.02041, 0], [11.38126, 49.01778999999999, 0], [11.38156, 49.017510000000016, 0], [11.3817, 49.01716999999999, 0], [11.38142, 49.01707999999999, 0], [11.38051, 49.01709999999997, 0], [11.3797, 49.017240000000015, 0], [11.379419999999998, 49.017240000000015, 0], [11.37792, 49.01713999999998, 0], [11.37771, 49.01716999999999, 0], [11.37746, 49.01715999999999, 0], [11.37739, 49.017049999999955, 0], [11.377200000000002, 49.01693, 0], [11.375889999999998, 49.016970000000015, 0], [11.37464, 49.01709999999997, 0], [11.372150000000001, 49.017030000000005, 0], [11.37054, 49.016369999999995, 0], [11.36994, 49.01589999999996, 0], [11.36971, 49.01553999999999, 0], [11.369580000000001, 49.01524999999998, 0], [11.36896, 49.01508000000001, 0], [11.36883, 49.01493000000002, 0], [11.368660000000002, 49.01481000000001, 0], [11.36825, 49.0146, 0], [11.36768, 49.014399999999995, 0], [11.36649, 49.01420000000002, 0], [11.36615, 49.01411000000002, 0], [11.364759999999999, 49.015360000000015, 0], [11.36237, 49.01654000000002, 0], [11.362, 49.016549999999995, 0], [11.36139, 49.016459999999995, 0], [11.36086, 49.01621, 0], [11.36059, 49.01617999999999, 0], [11.36042, 49.01623000000001, 0], [11.35986, 49.016580000000005, 0], [11.35962, 49.01654000000002, 0], [11.35928, 49.01643999999999, 0], [11.35895, 49.01641000000001, 0], [11.357239999999997, 49.01696000000001, 0], [11.35709, 49.01684000000003, 0], [11.356660000000002, 49.01715999999999, 0], [11.35619, 49.01709999999997, 0], [11.35571, 49.01711, 0], [11.355699999999999, 49.01701, 0], [11.35553, 49.01665, 0], [11.354590000000002, 49.01765, 0], [11.354210000000002, 49.017920000000004, 0], [11.35385, 49.01812000000001, 0], [11.35364, 49.018309999999985, 0], [11.353049999999998, 49.01893000000001, 0], [11.35255, 49.019540000000006, 0], [11.351349999999998, 49.0205, 0], [11.351079999999998, 49.02082999999999, 0], [11.35069, 49.02105999999998, 0], [11.34956, 49.020989999999955, 0], [11.34881, 49.02071999999998, 0], [11.347560000000001, 49.02014, 0], [11.34688, 49.01987, 0], [11.34603, 49.01971, 0], [11.34632, 49.01889000000003, 0], [11.34666, 49.01829999999998, 0], [11.34745, 49.01841999999999, 0], [11.34848, 49.018519999999995, 0], [11.349310000000001, 49.01826999999997, 0], [11.350380000000001, 49.017859999999985, 0], [11.351090000000001, 49.01749000000001, 0], [11.35136, 49.017089999999996, 0], [11.35133, 49.016549999999995, 0], [11.35007, 49.016819999999996, 0], [11.3496, 49.01688999999999, 0], [11.34919, 49.01686999999998, 0], [11.34873, 49.01671999999999, 0], [11.348420000000003, 49.01671999999999, 0], [11.34759, 49.01659000000001, 0], [11.347369999999998, 49.01650000000001, 0], [11.3465, 49.015299999999996, 0], [11.34649, 49.01466000000002, 0], [11.34621, 49.014250000000004, 0], [11.346080000000002, 49.01414, 0], [11.34479, 49.01414, 0], [11.34413, 49.014020000000016, 0], [11.34215, 49.01404999999997, 0], [11.342110000000002, 49.01379, 0], [11.34216, 49.013239999999996, 0], [11.34216, 49.012650000000036, 0], [11.34205, 49.01213999999999, 0], [11.34183, 49.01159999999999, 0], [11.341770000000002, 49.01123999999996, 0], [11.34191, 49.010400000000004, 0], [11.342249999999998, 49.009799999999956, 0], [11.3426, 49.00934999999998, 0], [11.34272, 49.00913, 0], [11.34291, 49.00851, 0], [11.34291, 49.00828000000004, 0], [11.342579999999998, 49.00789, 0], [11.341649999999998, 49.00695999999999, 0], [11.340719999999997, 49.00770000000003, 0], [11.340030000000002, 49.00775999999999, 0], [11.33974, 49.00788, 0], [11.33948, 49.00792000000001, 0], [11.33765, 49.00801999999999, 0], [11.33659, 49.007990000000035, 0], [11.33607, 49.007949999999994, 0], [11.33533, 49.00765999999999, 0], [11.33522, 49.007240000000024, 0], [11.33518, 49.005979999999994, 0], [11.33507, 49.005589999999955, 0], [11.3342, 49.004220000000004, 0], [11.33387, 49.004050000000035, 0], [11.33328, 49.00384, 0], [11.33302, 49.00362000000001, 0], [11.33276, 49.00326000000001, 0], [11.332749999999999, 49.00236000000001, 0], [11.33267, 49.00189000000003, 0], [11.3329, 49.001570000000015, 0], [11.33297, 49.00138000000001, 0], [11.33354, 49.001239999999996, 0], [11.33354, 49.00083999999998, 0], [11.332820000000002, 49.000670000000014, 0], [11.33218, 49.00048000000001, 0], [11.33228, 49.000370000000004, 0], [11.33277, 48.99953000000002, 0], [11.33197, 48.99939999999998, 0], [11.32976, 48.99896000000001, 0], [11.32718, 48.99791999999999, 0], [11.32601, 48.99833000000001, 0], [11.32468, 48.99871999999999, 0], [11.32461, 48.99916999999999, 0], [11.32433, 48.99933999999999, 0], [11.32367, 48.999570000000006, 0], [11.32289, 48.99992, 0], [11.32218, 49.000339999999994, 0], [11.32118, 49.00085999999999, 0], [11.3206, 49.00137000000001, 0], [11.32022, 49.00158999999999, 0], [11.320039999999999, 49.001649999999955, 0], [11.319040000000001, 49.0018, 0], [11.319009999999999, 49.00206, 0], [11.31795, 49.00207, 0], [11.317300000000001, 49.00201999999999, 0], [11.31697, 49.002039999999994, 0], [11.3165, 49.002129999999966, 0], [11.31571, 49.00216, 0], [11.31256, 49.002009999999984, 0], [11.312129999999998, 49.00202999999999, 0], [11.31185, 49.00188000000003, 0], [11.310119999999998, 49.00236000000001, 0], [11.3097, 49.00272000000001, 0], [11.307079999999997, 49.00355999999999, 0], [11.30585, 49.00380999999999, 0], [11.30585, 49.00474999999997, 0], [11.307, 49.00538, 0], [11.30601, 49.00534999999999, 0], [11.305969999999999, 49.00551999999999, 0], [11.304860000000001, 49.00561000000002, 0], [11.30477, 49.00594000000001, 0], [11.30473, 49.00656000000001, 0], [11.30494, 49.00715000000005, 0], [11.304959999999998, 49.00753, 0], [11.30388, 49.00750999999997, 0], [11.3029, 49.00757999999999, 0], [11.302329999999998, 49.00765000000001, 0], [11.30212, 49.00775999999999, 0], [11.301879999999999, 49.00868999999997, 0], [11.30182, 49.00963999999999, 0], [11.301619999999998, 49.00963999999999, 0], [11.301619999999998, 49.009889999999984, 0], [11.299740000000002, 49.009720000000016, 0], [11.29862, 49.01315999999997, 0], [11.298100000000002, 49.01313999999999, 0], [11.29794, 49.01315999999997, 0], [11.29779, 49.01321999999999, 0], [11.29769, 49.013360000000006, 0], [11.29726, 49.01657, 0], [11.29616, 49.01665, 0], [11.29523, 49.01668000000001, 0], [11.293929999999998, 49.016669999999976, 0], [11.29313, 49.01657, 0], [11.29328, 49.01611, 0], [11.29322, 49.01536999999999, 0], [11.29384, 49.01427000000001, 0], [11.294610000000002, 49.01319999999998, 0], [11.2947, 49.012850000000014, 0], [11.29444, 49.01168000000001, 0], [11.29488, 49.01123999999996, 0], [11.29578, 49.01095000000001, 0], [11.295690000000002, 49.01133999999999, 0], [11.296690000000002, 49.01134999999999, 0], [11.29773, 49.01141000000001, 0], [11.29795, 49.01137, 0], [11.29825, 49.01050000000001, 0], [11.29705, 49.010290000000026, 0], [11.296020000000002, 49.00986000000003, 0], [11.296130000000002, 49.009619999999984, 0], [11.29584, 49.00945999999999, 0], [11.295569999999998, 49.00937999999999, 0], [11.296250000000002, 49.0086, 0], [11.295569999999998, 49.00866999999997, 0], [11.2943, 49.007450000000006, 0], [11.295090000000002, 49.00716, 0], [11.29644, 49.00650000000002, 0], [11.29697, 49.006110000000035, 0], [11.296709999999997, 49.005949999999984, 0], [11.296389999999999, 49.00620000000001, 0], [11.2948, 49.005359999999996, 0], [11.29452, 49.00592, 0], [11.29387, 49.00630999999996, 0], [11.29332, 49.005120000000005, 0], [11.29251, 49.00529, 0], [11.2915, 49.00540000000001, 0], [11.291629999999998, 49.005120000000005, 0], [11.287960000000002, 49.00506999999999, 0], [11.28794, 49.00492, 0], [11.28754, 49.00408999999999, 0], [11.28618, 49.004310000000004, 0], [11.28575, 49.00442000000001, 0], [11.28531, 49.00462000000002, 0], [11.2846, 49.00504999999998, 0], [11.283799999999998, 49.00569999999999, 0], [11.2834, 49.00617, 0], [11.283089999999998, 49.00707, 0], [11.283019999999999, 49.00740999999999, 0], [11.278460000000003, 49.00667999999999, 0], [11.2768, 49.00671, 0], [11.27685, 49.00704999999999, 0], [11.276369999999998, 49.00705999999997, 0], [11.27636, 49.00743, 0], [11.276190000000001, 49.00845000000001, 0], [11.274849999999999, 49.010009999999994, 0], [11.27425, 49.00983999999997, 0], [11.27337, 49.00952000000001, 0], [11.27271, 49.00934000000001, 0], [11.2715, 49.009420000000006, 0], [11.27128, 49.00979000000001, 0], [11.271139999999999, 49.00987000000001, 0], [11.2709, 49.009919999999994, 0], [11.27033, 49.00987000000001, 0], [11.27018, 49.009900000000016, 0], [11.26998, 49.010050000000035, 0], [11.2703, 49.01155, 0], [11.26677, 49.011019999999974, 0], [11.26593, 49.01236, 0], [11.26725, 49.01355000000001, 0], [11.26663, 49.013630000000006, 0], [11.26595, 49.013840000000016, 0], [11.26506, 49.013980000000004, 0], [11.26337, 49.01433, 0], [11.264010000000003, 49.01590999999999, 0], [11.26373, 49.016250000000014, 0], [11.26369, 49.016729999999995, 0], [11.26373, 49.017769999999985, 0], [11.26693, 49.01731000000004, 0], [11.267020000000002, 49.02001000000001, 0], [11.26689, 49.020219999999995, 0], [11.26652, 49.022789999999986, 0], [11.26635, 49.02311, 0], [11.26531, 49.02458999999999, 0], [11.26637, 49.02472, 0], [11.265610000000002, 49.02725000000001, 0], [11.26712, 49.02752000000001, 0], [11.2695, 49.02776, 0], [11.26997, 49.027750000000026, 0], [11.27037, 49.02771000000001, 0], [11.2705, 49.02766, 0], [11.27112, 49.02762999999999, 0], [11.27118, 49.02794, 0], [11.27053, 49.02793, 0], [11.27018, 49.02787000000001, 0], [11.27, 49.02789999999999, 0], [11.26803, 49.02787999999998, 0], [11.267709999999997, 49.02796000000001, 0], [11.267130000000002, 49.027980000000014, 0], [11.26502, 49.02826999999999, 0], [11.26448, 49.0283, 0], [11.264159999999999, 49.029259999999994, 0], [11.263299999999997, 49.03047000000001, 0], [11.26262, 49.03165000000001, 0], [11.26228, 49.03154000000001, 0], [11.2611, 49.03223, 0], [11.26031, 49.03289000000001, 0], [11.25972, 49.03379000000001, 0], [11.25953, 49.03375, 0], [11.259400000000001, 49.03393, 0], [11.257879999999998, 49.03397000000001, 0], [11.25524, 49.03435999999999, 0], [11.2557, 49.036220000000014, 0], [11.25601, 49.03642999999997, 0], [11.25589, 49.037679999999995, 0], [11.25519, 49.037679999999995, 0], [11.255250000000002, 49.03784000000002, 0], [11.253859999999998, 49.03817000000001, 0], [11.25313, 49.03827999999996, 0], [11.253350000000001, 49.03903, 0], [11.25184, 49.039289999999994, 0], [11.2517, 49.039799999999985, 0], [11.25177, 49.03989999999999, 0], [11.25197, 49.03987999999998, 0], [11.2522, 49.040760000000006, 0], [11.25322, 49.04136, 0], [11.25391, 49.04169000000002, 0], [11.25404, 49.041680000000014, 0], [11.25403, 49.04209, 0], [11.253880000000002, 49.04276999999999, 0], [11.25383, 49.04330999999999, 0], [11.25371, 49.04403000000002, 0], [11.25334, 49.045360000000045, 0], [11.25151, 49.045199999999994, 0], [11.25151, 49.044809999999984, 0], [11.25167, 49.04435999999998, 0], [11.251750000000001, 49.04392000000004, 0], [11.25169, 49.043409999999994, 0], [11.251200000000003, 49.043350000000004, 0], [11.249819999999998, 49.04473999999999, 0], [11.249420000000002, 49.04505000000003, 0], [11.248779999999998, 49.04578000000001, 0], [11.251449999999998, 49.046099999999996, 0], [11.25544, 49.05279999999999, 0], [11.25378, 49.052730000000025, 0], [11.25303, 49.052760000000035, 0], [11.25304, 49.05230000000003, 0], [11.25297, 49.05196000000001, 0], [11.25275, 49.05151000000001, 0], [11.25241, 49.05108000000001, 0], [11.25207, 49.05054999999999, 0], [11.25194, 49.05021999999997, 0], [11.25183, 49.049379999999985, 0], [11.2517, 49.04916, 0], [11.25149, 49.04891000000001, 0], [11.25116, 49.048640000000006, 0], [11.25095, 49.048550000000034, 0], [11.24947, 49.048070000000024, 0], [11.24924, 49.04793999999998, 0], [11.24917, 49.04787999999999, 0], [11.24912, 49.04763, 0], [11.24905, 49.04754, 0], [11.24892, 49.04750999999999, 0], [11.248160000000002, 49.04746, 0], [11.24775, 49.04714000000001, 0], [11.247490000000003, 49.04712000000001, 0], [11.24708, 49.04714999999999, 0], [11.24618, 49.047259999999994, 0], [11.24565, 49.04736, 0], [11.24454, 49.04759999999996, 0], [11.24146, 49.04845, 0], [11.2407, 49.04861, 0], [11.23995, 49.04871, 0], [11.23934, 49.04874000000001, 0], [11.2383, 49.04872, 0], [11.23803, 49.04874000000001, 0], [11.23717, 49.04893000000001, 0], [11.235819999999999, 49.04916, 0], [11.234559999999998, 49.049300000000045, 0], [11.23374, 49.04934, 0], [11.2325, 49.049499999999966, 0], [11.2312, 49.04975000000002, 0], [11.230700000000002, 49.049890000000005, 0], [11.22973, 49.05027999999999, 0], [11.228960000000002, 49.05046999999999, 0], [11.22745, 49.05126999999999, 0], [11.22714, 49.05152000000001, 0], [11.22694, 49.051590000000004, 0], [11.22621, 49.051709999999986, 0], [11.22552, 49.05171999999999, 0], [11.22488, 49.051680000000005, 0], [11.22519, 49.05055999999999, 0], [11.22516, 49.04973000000004, 0], [11.22481, 49.048839999999984, 0], [11.224899999999998, 49.04867999999999, 0], [11.22493, 49.04840999999999, 0], [11.224789999999999, 49.04808, 0], [11.2244, 49.04888, 0], [11.22294, 49.0489, 0], [11.22262, 49.049589999999995, 0], [11.21654, 49.05086000000003, 0], [11.21627, 49.049440000000004, 0], [11.21586, 49.048460000000006, 0], [11.2144, 49.04872, 0], [11.21412, 49.04831999999996, 0], [11.21331, 49.04847000000001, 0], [11.21255, 49.04714000000001, 0], [11.21033, 49.04788999999997, 0], [11.21034, 49.04782, 0], [11.210100000000002, 49.04721000000001, 0], [11.20947, 49.04593000000003, 0], [11.20913, 49.04603999999998, 0], [11.205399999999997, 49.04778000000002, 0], [11.20441, 49.04679999999999, 0], [11.20191, 49.04745, 0], [11.20096, 49.04608000000002, 0], [11.20012, 49.045199999999994, 0], [11.19956, 49.04473999999999, 0], [11.19849, 49.043949999999995, 0], [11.19678, 49.04281, 0], [11.195980000000002, 49.04221000000001, 0], [11.1939, 49.04093, 0], [11.19234, 49.039860000000004, 0], [11.19161, 49.0394, 0], [11.19117, 49.039060000000006, 0], [11.19048, 49.03845000000001, 0], [11.189810000000001, 49.037679999999995, 0], [11.189619999999998, 49.03752, 0], [11.18902, 49.036719999999974, 0], [11.188209999999998, 49.0359, 0], [11.18757, 49.03614999999999, 0], [11.18678, 49.035210000000006, 0], [11.18667, 49.034940000000006, 0], [11.18577, 49.033709999999985, 0], [11.18611, 49.033540000000016, 0], [11.18609, 49.033500000000004, 0], [11.18581, 49.03322, 0], [11.185539999999998, 49.03300999999999, 0], [11.18415, 49.03205, 0], [11.18383, 49.03174000000001, 0], [11.18347, 49.03138000000001, 0], [11.183210000000003, 49.03103999999999, 0], [11.18269, 49.030010000000004, 0], [11.18245, 49.02964, 0], [11.182120000000001, 49.02929, 0], [11.181719999999999, 49.028970000000015, 0], [11.18133, 49.02870999999999, 0], [11.18077, 49.02823000000001, 0], [11.180749999999998, 49.02797000000001, 0], [11.18095, 49.02718999999999, 0], [11.18096, 49.02690000000001, 0], [11.18084, 49.026579999999996, 0], [11.18067, 49.02641, 0], [11.18036, 49.026219999999995, 0], [11.179940000000002, 49.02608000000001, 0], [11.17962, 49.026009999999985, 0], [11.179500000000003, 49.025949999999995, 0], [11.180380000000001, 49.025529999999975, 0], [11.180870000000002, 49.02611000000002, 0], [11.181200000000002, 49.02672000000001, 0], [11.18162, 49.02725000000001, 0], [11.185620000000002, 49.02681000000001, 0], [11.18601, 49.02673999999999, 0], [11.185199999999998, 49.02512999999999, 0], [11.184850000000003, 49.024519999999995, 0], [11.18388, 49.02337, 0], [11.18964, 49.02292, 0], [11.18959, 49.02169000000001, 0], [11.1894, 49.02011999999999, 0], [11.18942, 49.019949999999994, 0], [11.18968, 49.01947999999999, 0], [11.18983, 49.01856999999998, 0], [11.1863, 49.01886999999999, 0], [11.18577, 49.01781, 0], [11.18549, 49.01773, 0], [11.18452, 49.017859999999985, 0], [11.18397, 49.018010000000004, 0], [11.1834, 49.01826, 0], [11.18282, 49.01769999999999, 0], [11.182649999999999, 49.01749000000001, 0], [11.18165, 49.016610000000014, 0], [11.1815, 49.01643999999999, 0], [11.18144, 49.016189999999995, 0], [11.181790000000001, 49.015330000000006, 0], [11.18208, 49.01523, 0], [11.18246, 49.015150000000006, 0], [11.18308, 49.01486, 0], [11.18443, 49.0146, 0], [11.185620000000002, 49.01447000000002, 0], [11.18561, 49.014039999999994, 0], [11.18515, 49.01408000000001, 0], [11.18497, 49.01415, 0], [11.184620000000002, 49.01415, 0], [11.184360000000002, 49.01420000000002, 0], [11.184059999999999, 49.01429000000002, 0], [11.18378, 49.01442, 0], [11.183459999999998, 49.01433, 0], [11.18323, 49.01433, 0], [11.18301, 49.01442, 0], [11.18291, 49.01453000000001, 0], [11.182830000000001, 49.014579999999995, 0], [11.18252, 49.01444000000001, 0], [11.18232, 49.01444000000001, 0], [11.18219, 49.01447999999996, 0], [11.18214, 49.01442, 0], [11.18199, 49.014369999999985, 0], [11.18185, 49.01435999999998, 0], [11.18177, 49.013919999999985, 0], [11.18081, 49.014009999999985, 0], [11.18033, 49.01415, 0], [11.179259999999998, 49.01466000000002, 0], [11.179039999999999, 49.01479999999998, 0], [11.17889, 49.014970000000034, 0], [11.178740000000001, 49.014939999999996, 0], [11.17828, 49.01544999999999, 0], [11.17812, 49.01587000000001, 0], [11.1781, 49.01612, 0], [11.17819, 49.01643999999999, 0], [11.17843, 49.016819999999996, 0], [11.1788, 49.01723000000001, 0], [11.17713, 49.01760999999999, 0], [11.1755, 49.01773, 0], [11.175439999999998, 49.017420000000016, 0], [11.17547, 49.01668999999998, 0], [11.175750000000003, 49.01607000000001, 0], [11.17352, 49.01553000000001, 0], [11.17301, 49.01544999999999, 0], [11.17263, 49.01543000000004, 0], [11.17201, 49.0154, 0], [11.170470000000002, 49.01539, 0], [11.16822, 49.015240000000006, 0], [11.168039999999998, 49.01513, 0], [11.16682, 49.01505, 0], [11.164350000000002, 49.01513, 0], [11.16335, 49.01483999999999, 0], [11.16276, 49.01447000000002, 0], [11.16244, 49.014219999999995, 0], [11.16228, 49.01402999999999, 0], [11.16224, 49.013570000000016, 0], [11.163, 49.01340999999999, 0], [11.16284, 49.013390000000044, 0], [11.16355, 49.01245, 0], [11.16384, 49.01243999999997, 0], [11.16369, 49.01212000000001, 0], [11.159649999999997, 49.011799999999994, 0], [11.1599, 49.00792999999999, 0], [11.16011, 49.00770000000003, 0], [11.16092, 49.00728000000001, 0], [11.16128, 49.00704000000002, 0], [11.16138, 49.00693000000001, 0], [11.161659999999998, 49.00635999999997, 0], [11.16407, 49.006429999999995, 0], [11.16417, 49.00621000000001, 0], [11.16475, 49.004279999999994, 0], [11.16133, 49.00416000000001, 0], [11.16195, 49.003690000000006, 0], [11.16289, 49.003119999999996, 0], [11.16262, 49.002879999999976, 0], [11.15823, 49.00273999999999, 0], [11.15541, 49.00256999999999, 0], [11.156510000000003, 49.000230000000016, 0], [11.158800000000001, 49.00031000000001, 0], [11.15934, 48.99916000000002, 0], [11.16116, 48.99923000000001, 0], [11.16247, 48.99919, 0], [11.16344, 48.999210000000005, 0], [11.16346, 48.999149999999986, 0], [11.16288, 48.99799999999999, 0], [11.16258, 48.99727999999999, 0], [11.16247, 48.996639999999985, 0], [11.162589999999998, 48.99601000000001, 0], [11.15911, 48.996039999999994, 0], [11.15911, 48.995720000000006, 0], [11.158879999999998, 48.99511000000001, 0], [11.15826, 48.99483000000001, 0], [11.157199999999998, 48.994399999999956, 0], [11.15637, 48.99429000000001, 0], [11.15591, 48.99412000000001, 0], [11.155620000000003, 48.993930000000006, 0], [11.15589, 48.99343999999999, 0], [11.155250000000002, 48.99338, 0], [11.15473, 48.9931, 0], [11.15452, 48.99304000000001, 0], [11.15202, 48.99262999999999, 0], [11.151710000000001, 48.99301, 0], [11.1508, 48.992880000000014, 0], [11.14827, 48.99240999999998, 0], [11.1485, 48.991870000000034, 0], [11.14835, 48.991839999999996, 0], [11.14338, 48.99131, 0], [11.14477, 48.99025, 0], [11.14551, 48.98964000000001, 0], [11.1453, 48.98955999999998, 0], [11.14309, 48.98906000000002, 0], [11.14236, 48.98879000000002, 0], [11.14389, 48.987719999999996, 0], [11.14448, 48.98738, 0], [11.145260000000002, 48.986999999999966, 0], [11.148000000000001, 48.98546999999999, 0], [11.14817, 48.98489000000001, 0], [11.14778, 48.982730000000004, 0], [11.147230000000002, 48.98180000000002, 0], [11.14637, 48.98086000000001, 0], [11.14676, 48.98070000000004, 0], [11.14588, 48.979550000000046, 0], [11.14512, 48.97895, 0], [11.14495, 48.97871000000001, 0], [11.14483, 48.978350000000034, 0], [11.14393, 48.97662, 0], [11.14377, 48.97622000000001, 0], [11.1434, 48.97556, 0], [11.1431, 48.97513000000001, 0], [11.14174, 48.97400999999999, 0], [11.140979999999999, 48.97328999999999, 0], [11.14192, 48.973060000000004, 0], [11.14293, 48.97299000000001, 0], [11.14389, 48.97300000000001, 0], [11.14481, 48.973060000000004, 0], [11.1445, 48.9727, 0], [11.14444, 48.972409999999996, 0], [11.14441, 48.97191999999998, 0], [11.14449, 48.97150000000002, 0], [11.14427, 48.971179999999976, 0], [11.144060000000001, 48.97036, 0], [11.14322, 48.97012999999998, 0], [11.1426, 48.970049999999986, 0], [11.14162, 48.969870000000014, 0], [11.14317, 48.96894, 0], [11.14284, 48.968770000000006, 0], [11.14231, 48.96861999999999, 0], [11.14189, 48.96854999999999, 0], [11.141350000000001, 48.968560000000025, 0], [11.14048, 48.96843000000001, 0], [11.139409999999998, 48.96834999999999, 0], [11.13934, 48.96824000000001, 0], [11.139430000000003, 48.96791999999999, 0], [11.13944, 48.9675, 0], [11.13937, 48.967209999999994, 0], [11.13936, 48.96686, 0], [11.139430000000003, 48.96643, 0], [11.1397, 48.96620999999996, 0], [11.14018, 48.96609999999998, 0], [11.14178, 48.96582999999998, 0], [11.142089999999998, 48.96520000000001, 0], [11.142210000000002, 48.96504999999996, 0], [11.14113, 48.9649, 0], [11.140079999999998, 48.964800000000025, 0], [11.139039999999998, 48.96476999999999, 0], [11.137939999999999, 48.964920000000006, 0], [11.13766, 48.96478000000002, 0], [11.13685, 48.96461999999997, 0], [11.13617, 48.964800000000025, 0], [11.134769999999998, 48.96504999999996, 0], [11.13465, 48.96516, 0], [11.13425, 48.96529000000001, 0], [11.13365, 48.965419999999995, 0], [11.13314, 48.96547000000001, 0], [11.1325, 48.96535, 0], [11.132109999999999, 48.96520000000001, 0], [11.130920000000001, 48.96530999999999, 0], [11.13042, 48.96530999999999, 0], [11.12932, 48.96521999999999, 0], [11.1289, 48.965270000000004, 0], [11.127679999999998, 48.96525, 0], [11.12715, 48.96530999999999, 0], [11.126269999999998, 48.96521999999999, 0], [11.12593, 48.96526000000003, 0], [11.12495, 48.96558999999999, 0], [11.12437, 48.96569000000002, 0], [11.12266, 48.96589, 0], [11.12146, 48.96607, 0], [11.12006, 48.96600999999998, 0], [11.1192, 48.96607, 0], [11.117850000000002, 48.96621999999999, 0], [11.11745, 48.96622999999997, 0], [11.11602, 48.96620999999996, 0], [11.11517, 48.966249999999974, 0], [11.11373, 48.96621999999999, 0], [11.11303, 48.96627999999998, 0], [11.111790000000001, 48.96627000000004, 0], [11.11139, 48.96629999999999, 0], [11.11093, 48.96639000000002, 0], [11.109940000000002, 48.966729999999984, 0], [11.109479999999998, 48.966800000000006, 0], [11.10838, 48.96679, 0], [11.10788, 48.966759999999994, 0], [11.106770000000001, 48.966530000000006, 0], [11.10539, 48.96633, 0], [11.10488, 48.96633, 0], [11.104129999999998, 48.96639000000002, 0], [11.10294, 48.966380000000015, 0], [11.10139, 48.96622999999997, 0], [11.101019999999998, 48.96616, 0], [11.09974, 48.965769999999964, 0], [11.09908, 48.96544, 0], [11.09761, 48.96432999999996, 0], [11.09648, 48.96379000000002, 0], [11.095420000000003, 48.963089999999994, 0], [11.09465, 48.96218000000002, 0], [11.09438, 48.96190999999999, 0], [11.09357, 48.96178000000003, 0], [11.093150000000001, 48.96175000000002, 0], [11.09145, 48.96188000000001, 0], [11.091140000000001, 48.96194, 0], [11.09082, 48.962050000000005, 0], [11.0892, 48.96170000000001, 0], [11.08822, 48.961839999999995, 0], [11.08674, 48.96179000000001, 0], [11.084690000000002, 48.961329999999975, 0], [11.08445, 48.96118999999999, 0], [11.08418, 48.96088, 0], [11.08403, 48.96083999999999, 0], [11.08371, 48.96065999999999, 0], [11.08318, 48.96007, 0], [11.08307, 48.96000999999998, 0], [11.08281, 48.95997, 0], [11.08266, 48.95985000000002, 0], [11.08203, 48.95910000000001, 0], [11.081449999999998, 48.958740000000006, 0], [11.08025, 48.957809999999995, 0], [11.0784, 48.95661999999996, 0], [11.07748, 48.956289999999996, 0], [11.07638, 48.955809999999985, 0], [11.0747, 48.95541, 0], [11.07437, 48.955269999999985, 0], [11.07413, 48.955119999999994, 0], [11.07368, 48.954679999999996, 0], [11.0731, 48.95436000000004, 0], [11.07218, 48.95398, 0], [11.0701, 48.953540000000004, 0], [11.0705, 48.953509999999994, 0], [11.07022, 48.952729999999974, 0], [11.07107, 48.95213000000001, 0], [11.0715, 48.951930000000004, 0], [11.06992, 48.950560000000024, 0], [11.07114, 48.95006000000001, 0], [11.06977, 48.94882999999999, 0], [11.06878, 48.948199999999986, 0], [11.06842, 48.947910000000036, 0], [11.0677, 48.946950000000015, 0], [11.06714, 48.946079999999995, 0], [11.06676, 48.94569999999999, 0], [11.06611, 48.945269999999994, 0], [11.065029999999998, 48.94479999999999, 0], [11.06436, 48.94443000000001, 0], [11.06361, 48.94380000000001, 0], [11.06263, 48.94310999999999, 0], [11.062319999999998, 48.94278, 0], [11.061879999999999, 48.94218999999998, 0], [11.061389999999998, 48.94165000000001, 0], [11.061140000000002, 48.941159999999996, 0], [11.06089, 48.94086999999999, 0], [11.060700000000002, 48.94072, 0], [11.0603, 48.94024000000002, 0], [11.05911, 48.9393, 0], [11.05866, 48.938590000000005, 0], [11.05819, 48.93808999999999, 0], [11.05783, 48.93777, 0], [11.057540000000001, 48.93754999999999, 0], [11.05681, 48.93711999999999, 0], [11.056350000000002, 48.936890000000005, 0], [11.05511, 48.93612999999996, 0], [11.05445, 48.935810000000004, 0], [11.05336, 48.935220000000015, 0], [11.05421, 48.93394000000001, 0], [11.053570000000002, 48.93351000000001, 0], [11.05341, 48.93334999999996, 0], [11.05243, 48.933099999999996, 0], [11.05198, 48.93324999999999, 0], [11.051449999999999, 48.93336999999997, 0], [11.051449999999999, 48.93289999999999, 0], [11.05137, 48.93236999999999, 0], [11.05123, 48.93218999999999, 0], [11.050780000000001, 48.93189000000001, 0], [11.05343, 48.93106999999998, 0], [11.05423, 48.93088, 0], [11.055719999999999, 48.93042, 0], [11.05656, 48.93010000000004, 0], [11.05859, 48.929149999999964, 0], [11.05901, 48.928889999999996, 0], [11.06133, 48.927760000000006, 0], [11.06196, 48.92741000000001, 0], [11.06271, 48.926950000000005, 0], [11.06288, 48.92672999999999, 0], [11.06291, 48.92651000000001, 0], [11.064410000000002, 48.925520000000006, 0], [11.065739999999998, 48.92443, 0], [11.06625, 48.92425, 0], [11.06652, 48.92409000000001, 0], [11.066160000000002, 48.923869999999994, 0], [11.06803, 48.922499999999985, 0], [11.06833, 48.92222000000001, 0], [11.07044, 48.91946999999999, 0], [11.070979999999999, 48.91899000000001, 0], [11.07079, 48.918890000000005, 0], [11.07079, 48.91875999999999, 0], [11.07196, 48.918229999999994, 0], [11.07289, 48.91775999999999, 0], [11.072690000000001, 48.917129999999986, 0], [11.07256, 48.91658000000004, 0], [11.073429999999998, 48.91631000000001, 0], [11.073719999999998, 48.916240000000016, 0], [11.07401, 48.916229999999985, 0], [11.0737, 48.915629999999965, 0], [11.074060000000001, 48.914710000000014, 0], [11.074, 48.91458, 0], [11.07247, 48.912889999999976, 0], [11.07157, 48.91131999999999, 0], [11.069559999999997, 48.91186999999999, 0], [11.06896, 48.91207, 0], [11.06884, 48.911940000000044, 0], [11.06677, 48.912800000000004, 0], [11.0662, 48.91290999999998, 0], [11.06576, 48.91297, 0], [11.064450000000003, 48.91302000000002, 0], [11.06331, 48.91311000000002, 0], [11.06263, 48.913129999999995, 0], [11.059440000000002, 48.91346999999999, 0], [11.058539999999999, 48.913299999999964, 0], [11.0579, 48.91197, 0], [11.058049999999998, 48.91165999999998, 0], [11.0583, 48.91138000000001, 0], [11.05871, 48.91076000000001, 0], [11.05889, 48.91031000000001, 0], [11.05883, 48.909839999999974, 0], [11.05852, 48.909459999999996, 0], [11.05818, 48.90933000000001, 0], [11.05789, 48.909250000000014, 0], [11.057239999999998, 48.9092, 0], [11.05649, 48.909189999999995, 0], [11.05559, 48.90929, 0], [11.05484, 48.90929, 0], [11.05417, 48.90916999999999, 0], [11.0529, 48.90915000000001, 0], [11.05217, 48.90908000000002, 0], [11.05149, 48.908860000000004, 0], [11.05106, 48.90875, 0], [11.05005, 48.90832, 0], [11.049779999999998, 48.908090000000016, 0], [11.04908, 48.90696, 0], [11.04898, 48.90668000000002, 0], [11.04879, 48.90647999999999, 0], [11.04849, 48.90635999999998, 0], [11.04792, 48.90623000000002, 0], [11.04783, 48.90611000000004, 0], [11.04761, 48.906000000000006, 0], [11.04719, 48.90594999999999, 0], [11.04701, 48.9059, 0], [11.04688, 48.90584000000004, 0], [11.04671, 48.90567999999999, 0], [11.04664, 48.90554, 0], [11.046619999999999, 48.90517, 0], [11.04679, 48.90457000000001, 0], [11.04675, 48.904409999999956, 0], [11.04658, 48.904139999999956, 0], [11.04646, 48.90373999999997, 0], [11.046499999999998, 48.90312, 0], [11.046470000000001, 48.90296000000001, 0], [11.0462, 48.90254999999999, 0], [11.046030000000002, 48.90237000000002, 0], [11.045399999999999, 48.90196, 0], [11.045060000000001, 48.90216000000001, 0], [11.04493, 48.90219999999999, 0], [11.04412, 48.90229000000002, 0], [11.04398, 48.902330000000006, 0], [11.04291, 48.90289999999999, 0], [11.042789999999998, 48.90307999999999, 0], [11.04258, 48.90371999999999, 0], [11.04243, 48.90392000000003, 0], [11.042210000000003, 48.9041, 0], [11.041979999999999, 48.904420000000016, 0], [11.04159, 48.90462000000002, 0], [11.041159999999998, 48.90472, 0], [11.0404, 48.90502000000001, 0], [11.04011, 48.905190000000005, 0], [11.039010000000001, 48.90544, 0], [11.038830000000003, 48.905519999999996, 0], [11.03862, 48.90577000000002, 0], [11.03806, 48.906180000000006, 0], [11.03787, 48.90643, 0], [11.03782, 48.906710000000004, 0], [11.03821, 48.90792999999999, 0], [11.03818, 48.90818999999999, 0], [11.03803, 48.90836999999996, 0], [11.03745, 48.90851000000001, 0], [11.03723, 48.90865999999997, 0], [11.03701, 48.90888000000001, 0], [11.03673, 48.90926000000002, 0], [11.036669999999999, 48.909580000000005, 0], [11.0362, 48.909490000000005, 0], [11.034920000000001, 48.909369999999996, 0], [11.03435, 48.90917999999999, 0], [11.03401, 48.90943999999999, 0], [11.033689999999998, 48.90948, 0], [11.033249999999999, 48.909280000000024, 0], [11.03301, 48.908979999999985, 0], [11.032510000000002, 48.90865999999997, 0], [11.03191, 48.908540000000016, 0], [11.032319999999999, 48.90780000000001, 0], [11.032279999999998, 48.90742, 0], [11.03196, 48.90673000000001, 0], [11.03124, 48.90613999999999, 0], [11.031210000000002, 48.905489999999986, 0], [11.03247, 48.90547000000001, 0], [11.03301, 48.905340000000024, 0], [11.03405, 48.905190000000005, 0], [11.034999999999998, 48.90490999999997, 0], [11.03553, 48.904799999999994, 0], [11.03639, 48.90459000000001, 0], [11.03714, 48.904439999999994, 0], [11.037750000000003, 48.904420000000016, 0], [11.03812, 48.904319999999984, 0], [11.03928, 48.90389000000002, 0], [11.04032, 48.903340000000014, 0], [11.04114, 48.90267, 0], [11.042, 48.90212, 0], [11.04218, 48.902060000000006, 0], [11.04257, 48.90204, 0], [11.04412, 48.90128999999999, 0], [11.04485, 48.90088, 0], [11.04475, 48.90073000000004, 0], [11.04457, 48.900619999999975, 0], [11.04365, 48.90016, 0], [11.043090000000001, 48.89983000000001, 0], [11.04243, 48.899190000000004, 0], [11.04183, 48.89876000000001, 0], [11.0414, 48.89856, 0], [11.04, 48.89804000000001, 0], [11.03969, 48.89798999999999, 0], [11.03936, 48.897819999999996, 0], [11.03886, 48.89770999999999, 0], [11.03831, 48.89769000000001, 0], [11.03715, 48.89759000000001, 0], [11.03687, 48.89756, 0], [11.03678, 48.89751000000001, 0], [11.03559, 48.89739, 0], [11.0343, 48.89712, 0], [11.03379, 48.89706000000001, 0], [11.03341, 48.896979999999985, 0], [11.032620000000001, 48.89669000000001, 0], [11.03224, 48.89649, 0], [11.031949999999998, 48.896210000000025, 0], [11.031719999999998, 48.896060000000006, 0], [11.03126, 48.89582999999999, 0], [11.03002, 48.89547999999999, 0], [11.02955, 48.895309999999995, 0], [11.02919, 48.89475999999999, 0], [11.029009999999998, 48.89338000000001, 0], [11.02892, 48.893249999999995, 0], [11.02851, 48.89284000000001, 0], [11.02839, 48.89268000000001, 0], [11.02829, 48.89238, 0], [11.02805, 48.89206999999999, 0], [11.02782, 48.89208999999997, 0], [11.027639999999998, 48.89204999999998, 0], [11.027430000000003, 48.89188999999999, 0], [11.027390000000002, 48.891779999999954, 0], [11.02742, 48.89159999999998, 0], [11.027230000000001, 48.890649999999965, 0], [11.02714, 48.88969, 0], [11.02825, 48.888750000000016, 0], [11.028800000000002, 48.88844, 0], [11.030650000000001, 48.88802000000001, 0], [11.03126, 48.887760000000014, 0], [11.03177, 48.88714999999999, 0], [11.03175, 48.88692000000003, 0], [11.03157, 48.88696999999999, 0], [11.03015, 48.88718, 0], [11.029539999999999, 48.88723999999999, 0], [11.02817, 48.88722999999999, 0], [11.02728, 48.887159999999966, 0], [11.02722, 48.88678999999999, 0], [11.02684, 48.88652999999999, 0], [11.02643, 48.88640000000001, 0], [11.025160000000001, 48.885850000000005, 0], [11.02424, 48.885490000000004, 0], [11.02323, 48.885369999999995, 0], [11.022110000000001, 48.88535999999999, 0], [11.02191, 48.885279999999995, 0], [11.02151, 48.885159999999985, 0], [11.021110000000002, 48.88511, 0], [11.02033, 48.8852, 0], [11.01998, 48.88532000000001, 0], [11.01954, 48.885220000000004, 0], [11.0189, 48.88457, 0], [11.018539999999998, 48.88454999999999, 0], [11.01806, 48.884619999999984, 0], [11.01759, 48.884799999999984, 0], [11.0173, 48.88512, 0], [11.01607, 48.88516999999999, 0], [11.01537, 48.88595000000001, 0], [11.0148, 48.88669999999999, 0], [11.01461, 48.88678999999999, 0], [11.014389999999999, 48.88696999999999, 0], [11.0141, 48.8869, 0], [11.013, 48.88672999999997, 0], [11.01236, 48.88674, 0], [11.01223, 48.886709999999965, 0], [11.01203, 48.88659000000001, 0], [11.01194, 48.88650000000001, 0], [11.01155, 48.88577000000001, 0], [11.010970000000002, 48.88569000000001, 0], [11.01024, 48.88580000000002, 0], [11.0098, 48.88602, 0], [11.00917, 48.88629, 0], [11.00858, 48.886390000000006, 0], [11.008069999999998, 48.88638, 0], [11.00675, 48.88611, 0], [11.00595, 48.885999999999996, 0], [11.00568, 48.885940000000005, 0], [11.00317, 48.885009999999994, 0], [11.00244, 48.88458, 0], [11.002250000000002, 48.8845, 0], [11.00173, 48.884379999999965, 0], [11.00122, 48.88439999999997, 0], [11.00012, 48.884379999999965, 0], [10.99869, 48.88427999999999, 0], [10.99766, 48.88431, 0], [10.99513, 48.88404, 0], [10.99484, 48.88396999999998, 0], [10.993850000000002, 48.88387, 0], [10.993590000000001, 48.883820000000014, 0], [10.99278, 48.88362000000001, 0], [10.99067, 48.88293999999996, 0], [10.9823, 48.880889999999965, 0], [10.97882, 48.879950000000036, 0], [10.97486, 48.87894, 0], [10.97401, 48.87876, 0], [10.974180000000002, 48.87849, 0], [10.97421, 48.87836999999999, 0], [10.974199999999998, 48.87822, 0], [10.97392, 48.87756999999999, 0], [10.9734, 48.87720999999999, 0], [10.97307, 48.876810000000006, 0], [10.972679999999999, 48.87623000000002, 0], [10.972690000000002, 48.875460000000004, 0], [10.97253, 48.87468999999999, 0], [10.97227, 48.87404000000001, 0], [10.97166, 48.87398999999999, 0], [10.97075, 48.873580000000004, 0], [10.970449999999998, 48.87341000000001, 0], [10.96983, 48.87295, 0], [10.96954, 48.872690000000006, 0], [10.96907, 48.87209999999999, 0], [10.96845, 48.871729999999985, 0], [10.967790000000003, 48.871500000000026, 0], [10.96611, 48.87120999999999, 0], [10.96511, 48.87098, 0], [10.96494, 48.87087, 0], [10.96487, 48.87053, 0], [10.96458, 48.87032000000002, 0], [10.96438, 48.870119999999986, 0], [10.96364, 48.86977999999999, 0], [10.96342, 48.86950999999999, 0], [10.963320000000001, 48.869309999999984, 0], [10.96317, 48.868769999999984, 0], [10.9632, 48.86775, 0], [10.963150000000002, 48.86688000000001, 0], [10.9632, 48.86646999999999, 0], [10.96316, 48.86631, 0], [10.96305, 48.86616000000001, 0], [10.96277, 48.86590000000001, 0], [10.96308, 48.86503999999999, 0], [10.96342, 48.864660000000015, 0], [10.96367, 48.864450000000005, 0], [10.96408, 48.864210000000014, 0], [10.96474, 48.86374000000001, 0], [10.96606, 48.863020000000006, 0], [10.96583, 48.86296999999999, 0], [10.96461, 48.86323999999999, 0], [10.96333, 48.86376000000001, 0], [10.96296, 48.86314999999996, 0], [10.962759999999998, 48.86249000000001, 0], [10.96284, 48.861609999999985, 0], [10.964, 48.86135999999999, 0], [10.965120000000002, 48.86086, 0], [10.96507, 48.86071000000001, 0], [10.966069999999998, 48.86059999999998, 0], [10.96562, 48.86023, 0], [10.96488, 48.85971999999998, 0], [10.96414, 48.858959999999996, 0], [10.963689999999998, 48.85871, 0], [10.96312, 48.85849000000002, 0], [10.9629, 48.85834, 0], [10.962429999999998, 48.85855000000001, 0], [10.96217, 48.858749999999986, 0], [10.96196, 48.85898, 0], [10.96144, 48.85933, 0], [10.96115, 48.859489999999994, 0], [10.96082, 48.85961, 0], [10.96052, 48.85968999999997, 0], [10.959840000000002, 48.859790000000004, 0], [10.959419999999998, 48.85980000000001, 0], [10.95823, 48.859759999999994, 0], [10.9575, 48.85982999999996, 0], [10.95713, 48.860029999999995, 0], [10.95665, 48.86041, 0], [10.95629, 48.86059999999998, 0], [10.95194, 48.86261999999999, 0], [10.95072, 48.86346, 0], [10.95045, 48.86358999999999, 0], [10.94904, 48.86410999999998, 0], [10.94822, 48.864270000000005, 0], [10.947770000000002, 48.86430999999999, 0], [10.94732, 48.86443, 0], [10.94691, 48.86434, 0], [10.946839999999998, 48.86417, 0], [10.94702, 48.86375000000001, 0], [10.94704, 48.863609999999966, 0], [10.94701, 48.863519999999994, 0], [10.94606, 48.86346, 0], [10.945390000000002, 48.863489999999985, 0], [10.94489, 48.86357000000001, 0], [10.94414, 48.86359999999996, 0], [10.94113, 48.86358000000001, 0], [10.94002, 48.86353, 0], [10.939270000000002, 48.86346, 0], [10.939110000000001, 48.86339000000001, 0], [10.937970000000002, 48.8631, 0], [10.937630000000002, 48.86286000000001, 0], [10.93719, 48.86268000000004, 0], [10.93652, 48.86264, 0], [10.93586, 48.86279999999999, 0], [10.9356, 48.86283, 0], [10.935190000000002, 48.86283, 0], [10.9327, 48.86243999999999, 0], [10.93212, 48.86241999999996, 0], [10.93166, 48.86249000000001, 0], [10.93144, 48.862570000000005, 0], [10.93076, 48.86287999999996, 0], [10.93037, 48.86318, 0], [10.930010000000001, 48.863550000000004, 0], [10.92926, 48.86453000000003, 0], [10.92903, 48.86467000000002, 0], [10.92852, 48.864900000000006, 0], [10.92839, 48.865099999999984, 0], [10.92846, 48.86533, 0], [10.92871, 48.86559, 0], [10.928760000000002, 48.865710000000036, 0], [10.92879, 48.86612000000002, 0], [10.92872, 48.86686000000003, 0], [10.928800000000003, 48.86700999999999, 0], [10.92896, 48.86713000000003, 0], [10.9302, 48.86759000000001, 0], [10.93037, 48.86774, 0], [10.930130000000002, 48.86802000000003, 0], [10.92965, 48.86844000000002, 0], [10.929130000000002, 48.86883, 0], [10.92886, 48.869110000000006, 0], [10.92859, 48.869640000000004, 0], [10.928160000000002, 48.87013000000002, 0], [10.92775, 48.87044, 0], [10.92725, 48.87063999999998, 0], [10.92688, 48.87087, 0], [10.92666, 48.87129999999999, 0], [10.92647, 48.87155000000001, 0], [10.92605, 48.87169, 0], [10.92585, 48.87182999999999, 0], [10.92565, 48.87279000000001, 0], [10.925530000000002, 48.872870000000006, 0], [10.92512, 48.87302, 0], [10.92471, 48.87311, 0], [10.923850000000002, 48.873249999999985, 0], [10.92261, 48.87333000000001, 0], [10.92219, 48.87341000000001, 0], [10.9219, 48.87360000000001, 0], [10.92076, 48.87362999999999, 0], [10.9207, 48.87394000000003, 0], [10.92041, 48.8741, 0], [10.919700000000002, 48.874300000000005, 0], [10.91918, 48.87440000000001, 0], [10.918089999999998, 48.87425999999999, 0], [10.91658, 48.87401, 0], [10.91517, 48.873350000000016, 0], [10.914709999999998, 48.873549999999994, 0], [10.9142, 48.87386000000001, 0], [10.914599999999998, 48.87491, 0], [10.914680000000002, 48.87538000000001, 0], [10.91517, 48.875290000000035, 0], [10.91596, 48.875020000000006, 0], [10.916309999999998, 48.87495999999999, 0], [10.91674, 48.87508, 0], [10.91767, 48.87556999999998, 0], [10.91735, 48.87592999999998, 0], [10.91715, 48.87607, 0], [10.91686, 48.87617, 0], [10.9165, 48.87621999999999, 0], [10.91607, 48.87631999999999, 0], [10.91562, 48.87644, 0], [10.91532, 48.87656000000001, 0], [10.914690000000002, 48.87668999999997, 0], [10.91405, 48.87685000000002, 0], [10.914229999999998, 48.87738999999996, 0], [10.91357, 48.87743999999998, 0], [10.91213, 48.87745000000001, 0], [10.9119, 48.87747999999999, 0], [10.91176, 48.87753000000001, 0], [10.91167, 48.87818999999999, 0], [10.9118, 48.87837999999999, 0], [10.91217, 48.87843000000001, 0], [10.91214, 48.87894, 0], [10.91229, 48.87939, 0], [10.91198, 48.87943999999999, 0], [10.91109, 48.87933000000001, 0], [10.910519999999998, 48.879500000000036, 0], [10.91029, 48.87943000000001, 0], [10.90995, 48.87943000000001, 0], [10.909549999999998, 48.87953999999999, 0], [10.9093, 48.879670000000004, 0], [10.90912, 48.87971999999996, 0], [10.90894, 48.879670000000004, 0], [10.90876, 48.879670000000004, 0], [10.90856, 48.87971999999996, 0], [10.90822, 48.87968999999998, 0], [10.90821, 48.87960000000001, 0], [10.90809, 48.87956, 0], [10.90782, 48.87953999999999, 0], [10.90773, 48.87956, 0], [10.90662, 48.88056, 0], [10.906400000000001, 48.88070999999999, 0], [10.90591, 48.88085000000001, 0], [10.90578, 48.880919999999975, 0], [10.905769999999999, 48.88229999999999, 0], [10.90445, 48.88202000000001, 0], [10.90329, 48.881699999999995, 0], [10.90087, 48.881249999999994, 0], [10.899889999999997, 48.881039999999985, 0], [10.898409999999998, 48.880589999999984, 0], [10.89671, 48.88013999999998, 0], [10.89614, 48.87986999999998, 0], [10.89548, 48.87962999999999, 0], [10.89427, 48.879339999999985, 0], [10.891950000000001, 48.879459999999995, 0], [10.88949, 48.87939, 0], [10.88927, 48.87925000000001, 0], [10.888240000000001, 48.878919999999994, 0], [10.88679, 48.87832000000003, 0], [10.88592, 48.878100000000046, 0], [10.88459, 48.87781999999996, 0], [10.8831, 48.87756999999999, 0], [10.88221, 48.877470000000045, 0], [10.88086, 48.877200000000016, 0], [10.880479999999999, 48.87716, 0], [10.87879, 48.87708000000001, 0], [10.87849, 48.87702999999999, 0], [10.87737, 48.876739999999984, 0], [10.875529999999998, 48.876000000000005, 0], [10.87491, 48.87580999999997, 0], [10.874280000000002, 48.875670000000014, 0], [10.872980000000002, 48.87553999999997, 0], [10.87051, 48.87558999999999, 0], [10.86899, 48.87547000000001, 0], [10.86843, 48.87549999999999, 0], [10.86813, 48.87556999999998, 0], [10.86782, 48.87689, 0], [10.86816, 48.87804, 0], [10.86789, 48.87861000000001, 0], [10.867839999999998, 48.87897000000001, 0], [10.867999999999999, 48.87959000000001, 0], [10.86901, 48.88011, 0], [10.86973, 48.880150000000015, 0], [10.87043, 48.88028, 0], [10.870200000000002, 48.882149999999996, 0], [10.87077, 48.88230999999999, 0], [10.8711, 48.882360000000006, 0], [10.87083, 48.88275999999999, 0], [10.87039, 48.88300000000004, 0], [10.86992, 48.88291000000001, 0], [10.86936, 48.883279999999985, 0], [10.86853, 48.88352999999998, 0], [10.86841, 48.883520000000004, 0], [10.86832, 48.883410000000026, 0], [10.867549999999998, 48.883160000000004, 0], [10.867439999999998, 48.883070000000004, 0], [10.86716, 48.88312000000002, 0], [10.867279999999997, 48.88337999999999, 0], [10.86652, 48.88413000000003, 0], [10.86616, 48.884540000000015, 0], [10.865890000000002, 48.884739999999994, 0], [10.86549, 48.88538, 0], [10.86281, 48.884709999999984, 0], [10.861789999999997, 48.884479999999996, 0], [10.86089, 48.88434999999998, 0], [10.85937, 48.88425000000001, 0], [10.858939999999999, 48.88425000000001, 0], [10.85874, 48.884209999999996, 0], [10.85766, 48.884389999999996, 0], [10.857060000000002, 48.884900000000044, 0], [10.85682, 48.884859999999975, 0], [10.8555, 48.884829999999965, 0], [10.854930000000001, 48.884709999999984, 0], [10.85331, 48.88459000000003, 0], [10.85314, 48.885050000000035, 0], [10.85316, 48.88532000000001, 0], [10.85327, 48.885729999999995, 0], [10.85351, 48.88622000000004, 0], [10.85379, 48.88650000000001, 0], [10.85411, 48.88665, 0], [10.85455, 48.886979999999994, 0], [10.85462, 48.88699, 0], [10.85497, 48.8869, 0], [10.85514, 48.88689000000002, 0], [10.85552, 48.88695999999999, 0], [10.855790000000002, 48.88708, 0], [10.85599, 48.887310000000014, 0], [10.8562, 48.887850000000014, 0], [10.85659, 48.888329999999996, 0], [10.85688, 48.88853, 0], [10.85731, 48.888720000000006, 0], [10.85642, 48.88905999999997, 0], [10.85583, 48.88922000000002, 0], [10.855399999999998, 48.88942, 0], [10.854999999999999, 48.889520000000005, 0], [10.85448, 48.889909999999986, 0], [10.85501, 48.89043000000001, 0], [10.855300000000002, 48.89062000000001, 0], [10.85577, 48.89086, 0], [10.856489999999999, 48.89097000000001, 0], [10.857000000000001, 48.89075, 0], [10.8571, 48.89085000000003, 0], [10.85775, 48.89071999999999, 0], [10.85922, 48.88996, 0], [10.86014, 48.88962000000001, 0], [10.86131, 48.890559999999994, 0], [10.86156, 48.89081999999999, 0], [10.861650000000001, 48.89116000000001, 0], [10.86167, 48.89161999999999, 0], [10.8615, 48.89242999999999, 0], [10.86126, 48.892949999999956, 0], [10.86119, 48.893309999999985, 0], [10.86159, 48.89326999999997, 0], [10.861910000000002, 48.89374000000004, 0], [10.86283, 48.89317, 0], [10.86367, 48.89341000000002, 0], [10.863689999999998, 48.893519999999995, 0], [10.8614, 48.89431999999999, 0], [10.86103, 48.89438999999999, 0], [10.860909999999999, 48.89444999999998, 0], [10.86072, 48.89456999999999, 0], [10.8611, 48.895039999999995, 0], [10.86064, 48.89506000000003, 0], [10.859419999999998, 48.89518000000001, 0], [10.85848, 48.89537000000004, 0], [10.857870000000002, 48.89544000000001, 0], [10.857600000000001, 48.89551000000003, 0], [10.85621, 48.895970000000005, 0], [10.85375, 48.89699999999999, 0], [10.85348, 48.896919999999994, 0], [10.85342, 48.89658, 0], [10.84907, 48.895430000000005, 0], [10.8489, 48.89577, 0], [10.84878, 48.89583999999999, 0], [10.84445, 48.89533, 0], [10.8443, 48.89619999999999, 0], [10.84396, 48.896319999999974, 0], [10.842720000000002, 48.89633999999998, 0], [10.842380000000002, 48.89631, 0], [10.84214, 48.896330000000006, 0], [10.84116, 48.896540000000016, 0], [10.83977, 48.896510000000006, 0], [10.839409999999999, 48.89654999999999, 0], [10.83864, 48.89650000000003, 0], [10.8378, 48.896319999999974, 0], [10.83697, 48.896240000000006, 0], [10.836400000000001, 48.89598999999998, 0], [10.83602, 48.89610999999999, 0], [10.83468, 48.8963, 0], [10.83431, 48.897009999999995, 0], [10.83366, 48.89808000000002, 0], [10.83336, 48.89845, 0], [10.83278, 48.89899, 0], [10.832620000000002, 48.89918, 0], [10.83286, 48.89969000000002, 0], [10.83253, 48.89971, 0], [10.83204, 48.899879999999996, 0], [10.831420000000001, 48.89992999999998, 0], [10.83112, 48.900030000000044, 0], [10.83081, 48.89956000000001, 0], [10.83074, 48.89932999999999, 0], [10.8308, 48.89891, 0], [10.830980000000002, 48.89869999999999, 0], [10.83104, 48.898439999999994, 0], [10.831540000000002, 48.89777000000001, 0], [10.83178, 48.89786000000001, 0], [10.83217, 48.897549999999995, 0], [10.83218, 48.89721, 0], [10.833350000000001, 48.89633999999998, 0], [10.83358, 48.896079999999984, 0], [10.8336, 48.89588999999998, 0], [10.83344, 48.89564999999999, 0], [10.832950000000002, 48.895340000000004, 0], [10.832389999999998, 48.89571999999998, 0], [10.83242, 48.895849999999996, 0], [10.83266, 48.89598999999998, 0], [10.83178, 48.89650000000003, 0], [10.830980000000002, 48.89598000000001, 0], [10.83054, 48.89583999999999, 0], [10.83106, 48.895219999999995, 0], [10.83047, 48.895080000000036, 0], [10.829779999999998, 48.89510000000001, 0], [10.8287, 48.895430000000005, 0], [10.828079999999998, 48.895550000000014, 0], [10.82822, 48.895790000000005, 0], [10.82741, 48.895939999999996, 0], [10.82718, 48.89553000000001, 0], [10.82622, 48.89586, 0], [10.82541, 48.89602999999997, 0], [10.82479, 48.896119999999996, 0], [10.825029999999998, 48.896660000000026, 0], [10.824770000000001, 48.89712, 0], [10.82471, 48.897489999999976, 0], [10.82432, 48.897249999999985, 0], [10.8239, 48.89814000000001, 0], [10.82347, 48.89819, 0], [10.823410000000003, 48.89842999999999, 0], [10.82153, 48.89842999999999, 0], [10.82075, 48.898529999999994, 0], [10.81978, 48.898540000000025, 0], [10.81962, 48.89918, 0], [10.81953, 48.89938000000001, 0], [10.8186, 48.900800000000004, 0], [10.81837, 48.901309999999995, 0], [10.8176, 48.901219999999995, 0], [10.815159999999999, 48.90120999999999, 0], [10.81497, 48.90133, 0], [10.814399999999997, 48.90195, 0], [10.81417, 48.90252000000001, 0], [10.81418, 48.90289000000001, 0], [10.81335, 48.90329, 0], [10.8125, 48.90332000000001, 0], [10.81244, 48.90393000000003, 0], [10.8122, 48.90437, 0], [10.811740000000002, 48.90487000000002, 0], [10.81103, 48.905249999999995, 0], [10.81038, 48.90550999999999, 0], [10.80957, 48.90577999999999, 0], [10.80894, 48.90608, 0], [10.80865, 48.90644, 0], [10.80832, 48.90707999999998, 0], [10.807949999999998, 48.90765999999999, 0], [10.80924, 48.90810000000002, 0], [10.8096, 48.90832, 0], [10.81111, 48.90868999999998, 0], [10.81216, 48.90875, 0], [10.81365, 48.90902, 0], [10.81472, 48.90915000000001, 0], [10.81501, 48.90908999999996, 0], [10.815489999999999, 48.90916999999999, 0], [10.81591, 48.909280000000024, 0], [10.81626, 48.90929, 0], [10.81744, 48.90966, 0], [10.81853, 48.90992, 0], [10.818869999999999, 48.90996999999999, 0], [10.81988, 48.91002000000003, 0], [10.820510000000002, 48.910000000000025, 0], [10.8208, 48.91023000000001, 0], [10.82119, 48.91066000000001, 0], [10.82096, 48.91088000000002, 0], [10.82116, 48.91127, 0], [10.8216, 48.911850000000015, 0], [10.822110000000002, 48.91156999999998, 0], [10.823410000000003, 48.91263000000001, 0], [10.824259999999999, 48.91317000000001, 0], [10.82511, 48.913790000000006, 0], [10.82601, 48.91334999999998, 0], [10.826439999999998, 48.913670000000025, 0], [10.82706, 48.913970000000006, 0], [10.82794, 48.91433000000001, 0], [10.82837, 48.914660000000026, 0], [10.82848, 48.914780000000036, 0], [10.82849, 48.91490999999999, 0], [10.82842, 48.915040000000005, 0], [10.827710000000002, 48.91566999999998, 0], [10.82758, 48.91588999999999, 0], [10.829489999999998, 48.91626000000002, 0], [10.82984, 48.91629000000003, 0], [10.830309999999999, 48.91596000000001, 0], [10.830610000000002, 48.915599999999955, 0], [10.83101, 48.91485, 0], [10.83104, 48.91445999999999, 0], [10.83099, 48.91408000000001, 0], [10.830610000000002, 48.91351, 0], [10.83204, 48.913250000000005, 0], [10.832599999999998, 48.91311999999999, 0], [10.83229, 48.91368, 0], [10.83234, 48.91435000000001, 0], [10.83222, 48.91487000000001, 0], [10.83204, 48.915250000000015, 0], [10.83155, 48.91606999999999, 0], [10.830859999999998, 48.917040000000014, 0], [10.83055, 48.91766999999999, 0], [10.83013, 48.91839999999999, 0], [10.82915, 48.91829999999999, 0], [10.82849, 48.918440000000004, 0], [10.828409999999998, 48.91863000000001, 0], [10.82929, 48.91863000000001, 0], [10.82972, 48.918819999999954, 0], [10.82955, 48.91998000000001, 0], [10.82937, 48.92051000000001, 0], [10.829379999999999, 48.921099999999996, 0], [10.8275, 48.92108999999999, 0], [10.82728, 48.92117999999999, 0], [10.82722, 48.921249999999986, 0], [10.82782, 48.92313999999999, 0], [10.82795, 48.923839999999984, 0], [10.827959999999997, 48.923970000000025, 0], [10.827830000000002, 48.92405999999997, 0], [10.82778, 48.924210000000016, 0], [10.82782, 48.924769999999995, 0], [10.82775, 48.92536000000001, 0], [10.82718, 48.926789999999954, 0], [10.82666, 48.92761999999999, 0], [10.82635, 48.92820000000003, 0], [10.82625, 48.92846, 0], [10.8262, 48.928769999999986, 0], [10.82622, 48.92909, 0], [10.82616, 48.92940999999999, 0], [10.82552, 48.931190000000015, 0], [10.824699999999998, 48.931460000000015, 0], [10.823769999999998, 48.931610000000006, 0], [10.82327, 48.931749999999994, 0], [10.82055, 48.93267, 0], [10.81967, 48.93284000000003, 0], [10.81832, 48.93317999999999, 0], [10.81918, 48.93324999999999, 0], [10.82031, 48.933539999999994, 0], [10.82145, 48.93370999999999, 0], [10.822249999999999, 48.93411999999998, 0], [10.821990000000001, 48.93440000000001, 0], [10.8215, 48.93481, 0], [10.821060000000001, 48.93495999999996, 0], [10.82031, 48.93505999999999, 0], [10.81967, 48.93524999999997, 0], [10.8183, 48.93544, 0], [10.817119999999997, 48.935430000000025, 0], [10.81678, 48.935370000000006, 0], [10.8157, 48.935269999999974, 0], [10.8147, 48.93531999999999, 0], [10.8145, 48.935850000000016, 0], [10.81402, 48.93664000000001, 0], [10.8122, 48.9366, 0], [10.811970000000002, 48.93690999999998, 0], [10.81297, 48.937160000000006, 0], [10.81194, 48.93797000000001, 0], [10.81179, 48.938379999999995, 0], [10.81187, 48.938860000000005, 0], [10.812080000000002, 48.939040000000006, 0], [10.81237, 48.93949999999998, 0], [10.81299, 48.940139999999985, 0], [10.81383, 48.94060999999999, 0], [10.81481, 48.94091, 0], [10.815460000000002, 48.941010000000006, 0], [10.81521, 48.94130000000001, 0], [10.81435, 48.942110000000014, 0], [10.81428, 48.94227999999998, 0], [10.81462, 48.942319999999995, 0], [10.81573, 48.94257999999999, 0], [10.81684, 48.942920000000015, 0], [10.817339999999998, 48.94300999999999, 0], [10.81715, 48.94358, 0], [10.81693, 48.944030000000026, 0], [10.81678, 48.944199999999995, 0], [10.81619, 48.94458, 0], [10.81536, 48.94490999999999, 0], [10.81458, 48.94540000000001, 0], [10.81449, 48.94578999999999, 0], [10.81612, 48.94707, 0], [10.816430000000002, 48.947220000000016, 0], [10.81658, 48.94744, 0], [10.817090000000002, 48.94731999999999, 0], [10.81748, 48.94774000000001, 0], [10.817680000000001, 48.94829999999999, 0], [10.817570000000002, 48.94884999999999, 0], [10.8174, 48.94931, 0], [10.817090000000002, 48.94933, 0], [10.81707, 48.94900999999999, 0], [10.816720000000002, 48.94821000000002, 0], [10.816079999999998, 48.94767999999999, 0], [10.81528, 48.94815, 0], [10.81488, 48.948440000000005, 0], [10.81451, 48.94860000000003, 0], [10.81395, 48.94896, 0], [10.813519999999999, 48.948710000000034, 0], [10.81337, 48.94838999999999, 0], [10.81318, 48.94825, 0], [10.81287, 48.94809999999998, 0], [10.81198, 48.947419999999994, 0], [10.8118, 48.94731999999999, 0], [10.811520000000002, 48.94725, 0], [10.81054, 48.947540000000004, 0], [10.80998, 48.94809999999998, 0], [10.809209999999998, 48.94860000000003, 0], [10.808260000000002, 48.94884999999999, 0], [10.807839999999999, 48.94919999999996, 0], [10.80772, 48.94938000000002, 0], [10.807509999999999, 48.94936999999999, 0], [10.80528, 48.94837000000001, 0], [10.804529999999998, 48.94773000000001, 0], [10.80401, 48.94717, 0], [10.803830000000001, 48.94691999999998, 0], [10.80426, 48.94668999999999, 0], [10.80407, 48.94592, 0], [10.80404, 48.94561999999999, 0], [10.80374, 48.94524999999999, 0], [10.80309, 48.94487000000004, 0], [10.803280000000003, 48.94469000000001, 0], [10.803529999999999, 48.944349999999986, 0], [10.80362, 48.944289999999995, 0], [10.803790000000001, 48.944019999999995, 0], [10.80369, 48.94364999999999, 0], [10.80363, 48.94360000000003, 0], [10.80318, 48.94344000000004, 0], [10.80269, 48.94359, 0], [10.8025, 48.94362000000004, 0], [10.8019, 48.94355999999999, 0], [10.80145, 48.94340999999997, 0], [10.80132, 48.94340999999997, 0], [10.80059, 48.94297999999998, 0], [10.800219999999998, 48.94271999999998, 0], [10.799849999999998, 48.94252, 0], [10.79943, 48.942350000000005, 0], [10.79916, 48.94193999999999, 0], [10.79898, 48.941159999999996, 0], [10.798849999999998, 48.94084000000004, 0], [10.797919999999998, 48.940650000000005, 0], [10.79747, 48.94067000000001, 0], [10.79708, 48.94085999999999, 0], [10.79682, 48.94110999999998, 0], [10.796740000000002, 48.94126, 0], [10.796509999999998, 48.94136, 0], [10.79627, 48.941509999999965, 0], [10.79747, 48.94202999999999, 0], [10.79878, 48.94247000000004, 0], [10.79847, 48.94290000000004, 0], [10.79796, 48.94293999999999, 0], [10.79511, 48.94290000000004, 0], [10.79481, 48.94279, 0], [10.794869999999998, 48.94271999999998, 0], [10.79486, 48.942589999999996, 0], [10.79458, 48.94188, 0], [10.79437, 48.94153, 0], [10.7942, 48.94130000000001, 0], [10.79383, 48.94095999999999, 0], [10.79368, 48.94076999999996, 0], [10.79353, 48.940500000000014, 0], [10.79353, 48.94033000000002, 0], [10.793289999999999, 48.94038999999998, 0], [10.79285, 48.939490000000006, 0], [10.79273, 48.93941000000001, 0], [10.79241, 48.939370000000025, 0], [10.79187, 48.93938, 0], [10.791510000000002, 48.939539999999994, 0], [10.79142, 48.939610000000016, 0], [10.790829999999998, 48.93980000000002, 0], [10.79006, 48.939959999999985, 0], [10.78919, 48.94004000000001, 0], [10.78856, 48.94004000000001, 0], [10.788200000000002, 48.939989999999995, 0], [10.78808, 48.93983, 0], [10.787779999999998, 48.93925999999999, 0], [10.787569999999999, 48.938680000000005, 0], [10.78726, 48.93815000000001, 0], [10.78687, 48.93772000000001, 0], [10.7867, 48.937219999999996, 0], [10.78642, 48.936890000000005, 0], [10.785900000000002, 48.93663000000004, 0], [10.78499, 48.93627000000001, 0], [10.78288, 48.935130000000015, 0], [10.782080000000002, 48.93437, 0], [10.78165, 48.93382, 0], [10.781459999999997, 48.93366, 0], [10.78107, 48.93336999999997, 0], [10.77941, 48.93226999999999, 0], [10.77819, 48.931280000000044, 0], [10.776499999999999, 48.930139999999994, 0], [10.776, 48.929689999999994, 0], [10.775650000000002, 48.92923999999999, 0], [10.77541, 48.928830000000005, 0], [10.7749, 48.92875999999998, 0], [10.77443, 48.928499999999985, 0], [10.77406, 48.927670000000006, 0], [10.77398, 48.927159999999986, 0], [10.77399, 48.92660000000001, 0], [10.77406, 48.926300000000026, 0], [10.77414, 48.92609999999996, 0], [10.774269999999998, 48.92594, 0], [10.774159999999998, 48.92563999999996, 0], [10.770659999999998, 48.92648, 0], [10.770150000000001, 48.925520000000006, 0], [10.770080000000002, 48.92524, 0], [10.77024, 48.924949999999995, 0], [10.77039, 48.92482000000001, 0], [10.77073, 48.92475000000002, 0], [10.770619999999997, 48.92437000000001, 0], [10.770850000000001, 48.92415, 0], [10.77218, 48.92320999999998, 0], [10.7725, 48.922879999999964, 0], [10.77287, 48.922590000000014, 0], [10.772559999999999, 48.922439999999995, 0], [10.77272, 48.922169999999994, 0], [10.77304, 48.92188999999996, 0], [10.77347, 48.921369999999996, 0], [10.77361, 48.92132000000001, 0], [10.77373, 48.921069999999986, 0], [10.77378, 48.920770000000005, 0], [10.77371, 48.92073999999997, 0], [10.7745, 48.919970000000006, 0], [10.775129999999999, 48.920270000000016, 0], [10.77544, 48.92036999999999, 0], [10.77577, 48.92045000000002, 0], [10.777, 48.92062999999999, 0], [10.77723, 48.92070999999996, 0], [10.778, 48.92024000000001, 0], [10.77839, 48.92009999999999, 0], [10.7786, 48.92007000000001, 0], [10.77803, 48.91958999999997, 0], [10.77792, 48.919430000000006, 0], [10.7777, 48.91897, 0], [10.777620000000002, 48.91869, 0], [10.77768, 48.91828000000001, 0], [10.77783, 48.91789, 0], [10.77786, 48.91744000000003, 0], [10.77796, 48.91731999999999, 0], [10.77805, 48.91696000000002, 0], [10.77643, 48.91696999999999, 0], [10.77637, 48.91615999999999, 0], [10.77398, 48.916150000000044, 0], [10.7724, 48.91619, 0], [10.7725, 48.915790000000015, 0], [10.770779999999998, 48.91586000000004, 0], [10.76917, 48.91599999999997, 0], [10.766139999999998, 48.91610000000003, 0], [10.76524, 48.91631000000001, 0], [10.76433, 48.91684000000001, 0], [10.76394, 48.91735, 0], [10.763799999999998, 48.91799999999998, 0], [10.76371, 48.91811999999999, 0], [10.763459999999998, 48.91829000000001, 0], [10.763089999999998, 48.918409999999966, 0], [10.7627, 48.91847999999999, 0], [10.76213, 48.91855000000001, 0], [10.762119999999998, 48.91851, 0], [10.76117, 48.91865999999999, 0], [10.76029, 48.91892999999999, 0], [10.75972, 48.919190000000015, 0], [10.75936, 48.91939999999997, 0], [10.75863, 48.91994, 0], [10.75813, 48.92036000000002, 0], [10.757639999999999, 48.920920000000024, 0], [10.757639999999999, 48.92139, 0], [10.75775, 48.92187000000001, 0], [10.75699, 48.92206999999999, 0], [10.756919999999997, 48.92255, 0], [10.75658, 48.92356000000001, 0], [10.756439999999998, 48.92381000000003, 0], [10.75562, 48.923929999999984, 0], [10.755549999999998, 48.923970000000025, 0], [10.75532, 48.92457999999999, 0], [10.75376, 48.92470000000003, 0], [10.753769999999998, 48.925070000000005, 0], [10.752619999999999, 48.92502000000002, 0], [10.752129999999998, 48.924949999999995, 0], [10.750879999999999, 48.924980000000005, 0], [10.75073, 48.92518000000001, 0], [10.750580000000001, 48.92528999999999, 0], [10.74895, 48.92475000000002, 0], [10.74749, 48.924739999999986, 0], [10.74622, 48.924800000000005, 0], [10.74533, 48.924769999999995, 0], [10.743889999999999, 48.92510999999999, 0], [10.74229, 48.92525999999998, 0], [10.741819999999999, 48.925160000000005, 0], [10.73937, 48.92519999999999, 0], [10.738300000000002, 48.92509000000001, 0], [10.73761, 48.924939999999964, 0], [10.737239999999998, 48.924589999999995, 0], [10.73688, 48.92437000000001, 0], [10.736469999999999, 48.924210000000016, 0], [10.736, 48.92412999999999, 0], [10.73553, 48.92409999999998, 0], [10.73511, 48.924019999999985, 0], [10.73473, 48.924019999999985, 0], [10.73459, 48.924049999999994, 0], [10.73516, 48.92338999999998, 0], [10.736, 48.92281, 0], [10.73653, 48.92240000000001, 0], [10.73671, 48.922200000000004, 0], [10.736909999999998, 48.92188999999996, 0], [10.73683, 48.92133000000001, 0], [10.7369, 48.92085, 0], [10.73713, 48.920529999999985, 0], [10.73676, 48.919269999999955, 0], [10.73674, 48.91905, 0], [10.73655, 48.91869, 0], [10.73622, 48.91833, 0], [10.736060000000002, 48.91802000000001, 0], [10.73607, 48.91775999999999, 0], [10.73581, 48.91696000000002, 0], [10.735539999999999, 48.91655000000003, 0], [10.73504, 48.915599999999955, 0], [10.734650000000002, 48.915790000000015, 0], [10.73417, 48.91480999999999, 0], [10.73474, 48.91472999999999, 0], [10.73467, 48.91453000000001, 0], [10.73427, 48.91381000000001, 0], [10.73421, 48.9136, 0], [10.73371, 48.91345999999996, 0], [10.73363, 48.91261, 0], [10.73264, 48.912710000000004, 0], [10.73188, 48.91275000000002, 0], [10.73189, 48.91250000000002, 0], [10.73136, 48.911850000000015, 0], [10.731420000000002, 48.911009999999976, 0], [10.73088, 48.910319999999984, 0], [10.73065, 48.90989999999999, 0], [10.730379999999998, 48.909569999999974, 0], [10.730269999999999, 48.909280000000024, 0], [10.73025, 48.90900000000002, 0], [10.72993, 48.908770000000004, 0], [10.72865, 48.90836999999996, 0], [10.72887, 48.907700000000006, 0], [10.72826, 48.90630999999996, 0], [10.72803, 48.904529999999994, 0], [10.727919999999997, 48.90445, 0], [10.727769999999998, 48.90440000000001, 0], [10.72724, 48.90447, 0], [10.72662, 48.90463, 0], [10.72636, 48.90465000000003, 0], [10.72517, 48.904420000000016, 0], [10.72456, 48.90418999999997, 0], [10.72407, 48.90389000000002, 0], [10.72382, 48.90357, 0], [10.72386, 48.90318000000002, 0], [10.72421, 48.90249, 0], [10.72431, 48.90212, 0], [10.72354, 48.90235999999999, 0], [10.72334, 48.90239, 0], [10.72326, 48.90204, 0], [10.72307, 48.9006, 0], [10.72254, 48.90054000000001, 0], [10.7222, 48.900469999999984, 0], [10.72201, 48.900379999999984, 0], [10.72108, 48.90027999999998, 0], [10.72063, 48.90004999999999, 0], [10.72022, 48.8999, 0], [10.719380000000001, 48.89967999999999, 0], [10.71712, 48.89938999999998, 0], [10.71576, 48.89955000000003, 0], [10.71412, 48.89977999999999, 0], [10.71413, 48.900030000000044, 0], [10.71374, 48.90008, 0], [10.71191, 48.900319999999994, 0], [10.7114, 48.90015, 0], [10.71136, 48.90016, 0], [10.711289999999998, 48.90021999999999, 0], [10.7111, 48.900619999999975, 0], [10.711019999999998, 48.90099000000001, 0], [10.71086, 48.90234000000004, 0], [10.711019999999998, 48.90271000000001, 0], [10.71107, 48.90290999999999, 0], [10.711019999999998, 48.90377000000001, 0], [10.711410000000003, 48.903850000000006, 0], [10.71109, 48.904420000000016, 0], [10.71059, 48.90502000000001, 0], [10.7097, 48.905879999999996, 0], [10.708839999999999, 48.906620000000004, 0], [10.7082, 48.90729999999999, 0], [10.70737, 48.90778, 0], [10.707060000000002, 48.908090000000016, 0], [10.70643, 48.90800999999999, 0], [10.70468, 48.90765999999999, 0], [10.704390000000002, 48.90747999999999, 0], [10.70455, 48.90715, 0], [10.704610000000002, 48.90687, 0], [10.70407, 48.90665999999999, 0], [10.703460000000002, 48.90668000000002, 0], [10.703310000000002, 48.90673000000001, 0], [10.7022, 48.90649000000002, 0], [10.70107, 48.90617, 0], [10.701029999999998, 48.90613999999999, 0], [10.701050000000002, 48.90606, 0], [10.70087, 48.90583000000001, 0], [10.700570000000003, 48.905550000000005, 0], [10.700179999999998, 48.90523999999999, 0], [10.6999, 48.90511000000001, 0], [10.69971, 48.905100000000004, 0], [10.69943, 48.90530000000001, 0], [10.698230000000002, 48.90493000000001, 0], [10.696590000000002, 48.90435000000002, 0], [10.696100000000001, 48.90575999999999, 0], [10.69887, 48.90638999999999, 0], [10.69854, 48.90692999999999, 0], [10.69806, 48.90755999999999, 0], [10.69797, 48.907640000000015, 0], [10.69765, 48.907790000000006, 0], [10.697319999999998, 48.907880000000006, 0], [10.696260000000002, 48.90810000000002, 0], [10.695500000000001, 48.9083, 0], [10.69434, 48.908679999999976, 0], [10.69318, 48.90893, 0], [10.69282, 48.908979999999985, 0], [10.691759999999999, 48.90894, 0], [10.691229999999997, 48.90900999999997, 0], [10.689819999999997, 48.90924000000001, 0], [10.688549999999998, 48.909280000000024, 0], [10.68844, 48.909760000000006, 0], [10.68787, 48.910120000000006, 0], [10.68705, 48.91059000000001, 0], [10.68657, 48.91068999999999, 0], [10.686080000000002, 48.91064, 0], [10.68464, 48.91033999999999, 0], [10.68424, 48.91030000000001, 0], [10.683780000000002, 48.91031000000001, 0], [10.68372, 48.91078999999999, 0], [10.683359999999999, 48.911820000000006, 0], [10.68275, 48.91177999999999, 0], [10.68291, 48.911400000000015, 0], [10.683099999999998, 48.91078999999999, 0], [10.68257, 48.91050000000004, 0], [10.68172, 48.91023000000001, 0], [10.678569999999999, 48.90951000000001, 0], [10.678430000000002, 48.90979999999999, 0], [10.677379999999998, 48.91165999999998, 0], [10.675600000000001, 48.91111999999998, 0], [10.675270000000001, 48.91096999999996, 0], [10.67489, 48.91122999999999, 0], [10.67535, 48.91144, 0], [10.67818, 48.912289999999985, 0], [10.67804, 48.91257000000002, 0], [10.67844, 48.91266000000002, 0], [10.67855, 48.91279, 0], [10.67863, 48.91281000000001, 0], [10.678639999999998, 48.912769999999995, 0], [10.67872, 48.91276000000002, 0], [10.67877, 48.912780000000026, 0], [10.67885, 48.912980000000005, 0], [10.67903, 48.91302000000002, 0], [10.67915, 48.91315, 0], [10.6794, 48.91306, 0], [10.67946, 48.91306, 0], [10.6796, 48.91311999999999, 0], [10.67979, 48.91299000000001, 0], [10.679910000000001, 48.91308000000001, 0], [10.68037, 48.91306, 0], [10.68056, 48.91334999999998, 0], [10.68068, 48.913399999999996, 0], [10.68089, 48.91338999999999, 0], [10.680950000000001, 48.91351, 0], [10.681089999999998, 48.91364999999999, 0], [10.68126, 48.91368, 0], [10.68135, 48.91365999999999, 0], [10.68153, 48.91350000000003, 0], [10.68159, 48.913520000000005, 0], [10.681619999999999, 48.91365999999999, 0], [10.681689999999998, 48.91372000000001, 0], [10.681320000000001, 48.914289999999994, 0], [10.68092, 48.91469000000001, 0], [10.680400000000002, 48.915040000000005, 0], [10.67949, 48.91559000000001, 0], [10.67877, 48.91611, 0], [10.67837, 48.91636, 0], [10.677309999999999, 48.916870000000046, 0], [10.67558, 48.917609999999996, 0], [10.67469, 48.91814000000002, 0], [10.673520000000002, 48.91875999999999, 0], [10.67265, 48.91926000000001, 0], [10.672029999999998, 48.91969, 0], [10.67172, 48.91995, 0], [10.67139, 48.92039, 0], [10.66998, 48.92054999999999, 0], [10.6699, 48.92070999999996, 0], [10.669770000000002, 48.92214999999999, 0], [10.66987, 48.922360000000026, 0], [10.67038, 48.922390000000036, 0], [10.67057, 48.92381000000003, 0], [10.67107, 48.923659999999984, 0], [10.671109999999999, 48.92421999999996, 0], [10.672359999999998, 48.923970000000025, 0], [10.67268, 48.924120000000016, 0], [10.67397, 48.924829999999986, 0], [10.6741, 48.92544000000004, 0], [10.67488, 48.92545999999999, 0], [10.67528, 48.92554999999999, 0], [10.67543, 48.92564999999999, 0], [10.67617, 48.926409999999976, 0], [10.67633, 48.92663999999999, 0], [10.67721, 48.92663999999999, 0], [10.677039999999998, 48.927009999999996, 0], [10.67714, 48.92716999999999, 0], [10.677269999999998, 48.92725999999999, 0], [10.67846, 48.92783, 0], [10.67916, 48.92795000000001, 0], [10.68003, 48.92819, 0], [10.68073, 48.92849000000004, 0], [10.68097, 48.92863000000003, 0], [10.6817, 48.928889999999996, 0], [10.68257, 48.92896999999999, 0], [10.68284, 48.92904999999999, 0], [10.68301, 48.92919999999998, 0], [10.68304, 48.92952, 0], [10.682989999999998, 48.92988999999997, 0], [10.68492, 48.92967999999999, 0], [10.68527, 48.93061, 0], [10.68545, 48.930859999999996, 0], [10.68597, 48.93142, 0], [10.68715, 48.93281999999999, 0], [10.68761, 48.933099999999996, 0], [10.68744, 48.93392, 0], [10.68746, 48.93478999999999, 0], [10.686369999999998, 48.93504999999999, 0], [10.68638, 48.935389999999956, 0], [10.68665, 48.935599999999994, 0], [10.68812, 48.935670000000016, 0], [10.68888, 48.93552, 0], [10.69134, 48.934920000000005, 0], [10.69162, 48.93664000000001, 0], [10.691279999999999, 48.936800000000005, 0], [10.69159, 48.93803999999997, 0], [10.69181, 48.93860000000001, 0], [10.691279999999999, 48.93869000000001, 0], [10.691240000000002, 48.939370000000025, 0], [10.69203, 48.93939000000003, 0], [10.69206, 48.939929999999976, 0], [10.69296, 48.93986000000001, 0], [10.69584, 48.939370000000025, 0], [10.697190000000003, 48.9393, 0], [10.70007, 48.93902, 0], [10.70061, 48.93899999999999, 0], [10.70109, 48.94193000000001, 0], [10.70164, 48.94355999999999, 0], [10.69822, 48.94386, 0], [10.69832, 48.94454999999999, 0], [10.695180000000002, 48.94507999999999, 0], [10.69497, 48.94506000000001, 0], [10.69361, 48.944739999999996, 0], [10.69331, 48.944739999999996, 0], [10.69076, 48.944379999999995, 0], [10.689379999999998, 48.94432000000003, 0], [10.68875, 48.94415000000001, 0], [10.689170000000003, 48.94475000000003, 0], [10.68933, 48.94556, 0], [10.68955, 48.94573, 0], [10.68926, 48.948469999999986, 0], [10.69174, 48.94946999999999, 0], [10.69197, 48.949659999999966, 0], [10.69222, 48.94961000000001, 0], [10.69233, 48.94963000000001, 0], [10.69252, 48.951160000000016, 0], [10.692419999999998, 48.95191, 0], [10.69391, 48.9521, 0], [10.69393, 48.95375999999999, 0], [10.69428, 48.95379, 0], [10.694290000000002, 48.95400000000001, 0], [10.694250000000002, 48.95416, 0], [10.693899999999998, 48.954170000000005, 0], [10.693690000000002, 48.95551000000003, 0], [10.69322, 48.95715999999999, 0], [10.69305, 48.95747, 0], [10.69254, 48.95806999999999, 0], [10.69221, 48.95836, 0], [10.69126, 48.95787999999999, 0], [10.69067, 48.958529999999996, 0], [10.69159, 48.95898, 0], [10.691489999999998, 48.95909, 0], [10.69107, 48.959220000000016, 0], [10.69126, 48.95925, 0], [10.69203, 48.95949000000002, 0], [10.692199999999998, 48.95952, 0], [10.69165, 48.959719999999976, 0], [10.691460000000001, 48.95974000000004, 0], [10.69071, 48.95967999999999, 0], [10.69032, 48.95945000000003, 0], [10.69009, 48.959389999999985, 0], [10.68892, 48.95928999999998, 0], [10.68795, 48.95913999999999, 0], [10.6878, 48.95994999999999, 0], [10.687600000000002, 48.96037999999999, 0], [10.68735, 48.96070999999998, 0], [10.68622, 48.96170000000001, 0], [10.68592, 48.962199999999996, 0], [10.68584, 48.96248, 0], [10.68514, 48.96245999999999, 0], [10.68334, 48.963300000000004, 0], [10.683579999999997, 48.96348999999998, 0], [10.68353, 48.96359000000001, 0], [10.68356, 48.963700000000046, 0], [10.683990000000001, 48.96391999999997, 0], [10.6842, 48.964080000000024, 0], [10.684849999999999, 48.96421999999998, 0], [10.68594, 48.96430000000001, 0], [10.685769999999998, 48.96460999999999, 0], [10.68543, 48.96484000000001, 0], [10.685190000000002, 48.96473, 0], [10.68488, 48.96504999999996, 0], [10.68468, 48.96498, 0], [10.68307, 48.96467999999999, 0], [10.68271, 48.96458999999999, 0], [10.682019999999998, 48.96436, 0], [10.6803, 48.966260000000005, 0], [10.679389999999998, 48.96688, 0], [10.67986, 48.96727000000001, 0], [10.67998, 48.96744000000001, 0], [10.67973, 48.96780999999996, 0], [10.67937, 48.96808999999999, 0], [10.67906, 48.96824000000001, 0], [10.678909999999998, 48.96840999999998, 0], [10.67917, 48.96878000000001, 0], [10.6794, 48.969210000000004, 0], [10.6794, 48.969359999999995, 0], [10.679360000000003, 48.96947, 0], [10.6792, 48.96963000000002, 0], [10.678789999999998, 48.970200000000006, 0], [10.6787, 48.97063, 0], [10.67827, 48.97122000000002, 0], [10.678079999999998, 48.97155000000001, 0], [10.67805, 48.97198, 0], [10.67809, 48.97238999999999, 0], [10.67782, 48.97255000000001, 0], [10.67732, 48.97272000000001, 0], [10.677039999999998, 48.97283999999999, 0], [10.67627, 48.973299999999995, 0], [10.6761, 48.973360000000014, 0], [10.67501, 48.97355999999999, 0], [10.67465, 48.97424000000001, 0], [10.674560000000001, 48.97476, 0], [10.674560000000001, 48.97525000000002, 0], [10.67464, 48.975480000000005, 0], [10.67477, 48.975689999999986, 0], [10.675120000000001, 48.97558000000001, 0], [10.67473, 48.97604999999999, 0], [10.67464, 48.97649000000001, 0], [10.674369999999998, 48.97713999999999, 0], [10.67463, 48.97730999999999, 0], [10.67473, 48.97758000000002, 0], [10.67488, 48.97764999999998, 0], [10.67329, 48.97955999999999, 0], [10.67247, 48.979539999999986, 0], [10.67253, 48.98036000000002, 0], [10.672359999999998, 48.982380000000006, 0], [10.66965, 48.983689999999996, 0], [10.66957, 48.98432, 0], [10.669179999999999, 48.98440999999997, 0], [10.66837, 48.98445000000004, 0], [10.666909999999998, 48.98436000000001, 0], [10.6666, 48.98445000000004, 0], [10.66619, 48.984669999999966, 0], [10.66604, 48.98462000000001, 0], [10.6658, 48.984699999999975, 0], [10.66538, 48.984219999999965, 0], [10.66521, 48.98419000000001, 0], [10.663160000000001, 48.98468, 0], [10.658509999999998, 48.98567, 0], [10.658409999999998, 48.98563000000004, 0], [10.65836, 48.98554999999999, 0], [10.65836, 48.98413000000002, 0], [10.65634, 48.98392999999996, 0], [10.655100000000001, 48.98375999999999, 0], [10.65426, 48.983599999999996, 0], [10.65307, 48.985600000000034, 0], [10.65205, 48.985299999999995, 0], [10.651689999999999, 48.98522, 0], [10.65122, 48.98516000000001, 0], [10.65126, 48.98489000000001, 0], [10.652250000000002, 48.98320000000001, 0], [10.65086, 48.98292000000001, 0], [10.64841, 48.98236, 0], [10.647109999999998, 48.983689999999996, 0], [10.64704, 48.98383000000001, 0], [10.64648, 48.98365999999996, 0], [10.646, 48.98340999999999, 0], [10.64366, 48.98281, 0], [10.64361, 48.98274000000001, 0], [10.64345, 48.98230000000001, 0], [10.64277, 48.981840000000005, 0], [10.64056, 48.981539999999995, 0], [10.64056, 48.98166999999998, 0], [10.64047, 48.981750000000005, 0], [10.64006, 48.98183000000003, 0], [10.640320000000001, 48.98230000000001, 0], [10.640700000000002, 48.982770000000016, 0], [10.64134, 48.98335, 0], [10.64341, 48.98477, 0], [10.64406, 48.98543999999998, 0], [10.64297, 48.98584999999997, 0], [10.641520000000002, 48.98616999999999, 0], [10.64091, 48.98616999999999, 0], [10.64007, 48.98611, 0], [10.63949, 48.98615000000001, 0], [10.63862, 48.986320000000006, 0], [10.63779, 48.98654000000002, 0], [10.63776, 48.986519999999985, 0], [10.63726, 48.98674, 0], [10.63552, 48.987419999999986, 0], [10.63539, 48.98752999999999, 0], [10.635379999999998, 48.98769999999999, 0], [10.63609, 48.98885999999999, 0], [10.63649, 48.990549999999985, 0], [10.63649, 48.990880000000004, 0], [10.636309999999998, 48.99107000000001, 0], [10.631420000000002, 48.99211999999997, 0], [10.631189999999998, 48.99203, 0], [10.6297, 48.99233000000001, 0], [10.62949, 48.993210000000005, 0], [10.62916, 48.99435, 0], [10.62926, 48.99445, 0], [10.62895, 48.99567999999999, 0], [10.62984, 48.995919999999984, 0], [10.63039, 48.99597, 0], [10.63146, 48.99584999999999, 0], [10.6323, 48.99567999999999, 0], [10.632750000000001, 48.99561, 0], [10.633969999999998, 48.99565000000001, 0], [10.634639999999997, 48.99567999999999, 0], [10.63488, 48.99573000000001, 0], [10.634529999999998, 48.998429999999985, 0], [10.6389, 48.9983, 0], [10.63894, 48.99860000000001, 0], [10.63893, 48.9999, 0], [10.638910000000001, 49.00026, 0], [10.63881, 49.000609999999995, 0], [10.638730000000002, 49.00073000000003, 0], [10.638609999999998, 49.00077999999999, 0], [10.638389999999998, 49.001540000000006, 0], [10.63758, 49.001509999999996, 0], [10.63719, 49.00325000000001, 0], [10.63792, 49.00323, 0], [10.63767, 49.00451000000004, 0], [10.63782, 49.005240000000015, 0], [10.63799, 49.00555, 0], [10.63813, 49.00567000000001, 0], [10.63868, 49.00601, 0], [10.63904, 49.006339999999966, 0], [10.6391, 49.00659999999999, 0], [10.63886, 49.00792000000001, 0], [10.640129999999997, 49.00837999999999, 0], [10.640289999999998, 49.00847999999999, 0], [10.64082, 49.00916000000004, 0], [10.64099, 49.00949, 0], [10.641179999999999, 49.010009999999994, 0], [10.64131, 49.01024999999996, 0], [10.641509999999998, 49.01044999999999, 0], [10.64186, 49.01066, 0], [10.64241, 49.01089000000002, 0], [10.64287, 49.01098000000002, 0], [10.64369, 49.01107999999999, 0], [10.643710000000002, 49.01123999999996, 0], [10.643629999999998, 49.01182, 0], [10.643519999999999, 49.01202000000001, 0], [10.64331, 49.01216999999997, 0], [10.64324, 49.01233000000002, 0], [10.64281, 49.01238000000001, 0], [10.64257, 49.01243999999997, 0], [10.64335, 49.01320999999999, 0], [10.642919999999998, 49.01380000000003, 0], [10.64287, 49.01402999999999, 0], [10.641989999999998, 49.01441, 0], [10.6412, 49.01466000000002, 0], [10.64169, 49.01546999999999, 0], [10.64237, 49.01617999999999, 0], [10.642359999999998, 49.01644999999999, 0], [10.642180000000002, 49.01654000000002, 0], [10.64209, 49.016639999999995, 0], [10.637199999999998, 49.01612, 0], [10.636759999999999, 49.01699000000002, 0], [10.63542, 49.01670999999999, 0], [10.63535, 49.01656000000003, 0], [10.63519, 49.01650000000001, 0], [10.635009999999998, 49.01647, 0], [10.633819999999998, 49.016399999999976, 0], [10.63367, 49.01657, 0], [10.633259999999998, 49.01656000000003, 0], [10.632190000000001, 49.01665, 0], [10.631149999999998, 49.016580000000005, 0], [10.62994, 49.018219999999985, 0], [10.62976, 49.01817, 0], [10.62772, 49.020970000000005, 0], [10.62667, 49.020640000000014, 0], [10.625909999999998, 49.02035000000001, 0], [10.62492, 49.019900000000035, 0], [10.62194, 49.01866000000007, 0], [10.62026, 49.01783999999998, 0], [10.6197, 49.017690000000016, 0], [10.61903, 49.01736, 0], [10.61848, 49.01704000000001, 0], [10.61833, 49.016999999999996, 0], [10.6182, 49.01701, 0], [10.61746, 49.016520000000014, 0], [10.616849999999998, 49.01617999999999, 0], [10.61565, 49.01557, 0], [10.614960000000002, 49.01516000000001, 0], [10.61472, 49.01495000000003, 0], [10.61416, 49.01459, 0], [10.61405, 49.014219999999995, 0], [10.61394, 49.014219999999995, 0], [10.61272, 49.014640000000014, 0], [10.61257, 49.014759999999995, 0], [10.6123, 49.015240000000006, 0], [10.61188, 49.01544999999999, 0], [10.61168, 49.0155, 0], [10.6114, 49.01550999999998, 0], [10.61122, 49.01545999999999, 0], [10.6107, 49.01518999999999, 0], [10.610400000000002, 49.01490000000001, 0], [10.610209999999999, 49.01478999999998, 0], [10.6102, 49.014970000000034, 0], [10.61043, 49.01557, 0], [10.61049, 49.01603, 0], [10.610689999999998, 49.01653000000002, 0], [10.61071, 49.016729999999995, 0], [10.61059, 49.01715999999999, 0], [10.61038, 49.01743999999999, 0], [10.610249999999999, 49.01754, 0], [10.61006, 49.01794000000001, 0], [10.609979999999998, 49.01802000000001, 0], [10.60979, 49.01811000000001, 0], [10.60944, 49.018219999999985, 0], [10.608870000000001, 49.018320000000045, 0], [10.60838, 49.018279999999976, 0], [10.60801, 49.018129999999985, 0], [10.60773, 49.018069999999994, 0], [10.60786, 49.01800000000003, 0], [10.60745, 49.01800000000003, 0], [10.60701, 49.01796999999999, 0], [10.60677, 49.018039999999985, 0], [10.60635, 49.018279999999976, 0], [10.606, 49.01872, 0], [10.60602, 49.01910000000001, 0], [10.606090000000002, 49.01921999999999, 0], [10.6061, 49.01935, 0], [10.60624, 49.01952, 0], [10.60668, 49.019769999999994, 0], [10.60677, 49.019900000000035, 0], [10.60707, 49.02000000000001, 0], [10.60719, 49.02008000000001, 0], [10.60684, 49.02038999999999, 0], [10.60622, 49.02004000000002, 0], [10.60582, 49.019769999999994, 0], [10.60561, 49.01956999999999, 0], [10.60547, 49.01934, 0], [10.60539, 49.01907, 0], [10.60538, 49.0188, 0], [10.60544, 49.01848000000004, 0], [10.605760000000002, 49.01814999999999, 0], [10.60655, 49.01766000000001, 0], [10.606900000000001, 49.01760999999999, 0], [10.607199999999999, 49.017619999999994, 0], [10.607199999999999, 49.01734999999999, 0], [10.607170000000002, 49.017319999999984, 0], [10.60655, 49.01737, 0], [10.60629, 49.01736, 0], [10.60628, 49.017420000000016, 0], [10.606339999999998, 49.017480000000006, 0], [10.60618, 49.01754, 0], [10.605970000000001, 49.017330000000044, 0], [10.60521, 49.01799, 0], [10.60515, 49.01850999999999, 0], [10.60521, 49.018579999999986, 0], [10.60517, 49.01881, 0], [10.60479, 49.01899, 0], [10.60466, 49.01935, 0], [10.60478, 49.01953, 0], [10.604560000000001, 49.01959000000002, 0], [10.60411, 49.020340000000004, 0], [10.604039999999998, 49.02057999999997, 0], [10.604529999999999, 49.02065999999999, 0], [10.60445, 49.02080000000001, 0], [10.60428, 49.021030000000025, 0], [10.603860000000001, 49.021360000000016, 0], [10.60351, 49.021770000000004, 0], [10.60327, 49.02211, 0], [10.60324, 49.02220999999997, 0], [10.60332, 49.022339999999986, 0], [10.602710000000002, 49.02262000000002, 0], [10.602359999999997, 49.02292, 0], [10.6019, 49.02347, 0], [10.60169, 49.02394000000001, 0], [10.60113, 49.02413999999999, 0], [10.60097, 49.024220000000014, 0], [10.60087, 49.024339999999995, 0], [10.60082, 49.02459999999999, 0], [10.60086, 49.025199999999984, 0], [10.600919999999999, 49.025259999999975, 0], [10.60141, 49.02554000000001, 0], [10.6016, 49.02578, 0], [10.60157, 49.02600000000001, 0], [10.60109, 49.02686, 0], [10.60106, 49.02731, 0], [10.601110000000002, 49.02769000000001, 0], [10.60103, 49.02787999999998, 0], [10.6009, 49.028670000000005, 0], [10.60031, 49.02928, 0], [10.60017, 49.02948000000001, 0], [10.60013, 49.02966000000001, 0], [10.60016, 49.030219999999986, 0], [10.60001, 49.03061999999997, 0], [10.59988, 49.030789999999996, 0], [10.599110000000001, 49.031620000000004, 0], [10.598670000000002, 49.03188, 0], [10.5982, 49.03201999999999, 0], [10.597100000000001, 49.032220000000024, 0], [10.59651, 49.03256999999999, 0], [10.59645, 49.032629999999955, 0], [10.596689999999999, 49.03305, 0], [10.596569999999998, 49.03318999999999, 0], [10.596220000000002, 49.03336999999999, 0], [10.5963, 49.03349, 0], [10.595990000000002, 49.03372999999999, 0], [10.59572, 49.03423000000001, 0], [10.595500000000001, 49.03432000000001, 0], [10.595390000000002, 49.03432000000001, 0], [10.594719999999999, 49.03453999999999, 0], [10.59411, 49.03461999999999, 0], [10.59371, 49.03479999999996, 0], [10.59322, 49.03480999999999, 0], [10.59246, 49.034940000000006, 0], [10.59201, 49.03505999999999, 0], [10.591489999999999, 49.03527999999997, 0], [10.590980000000002, 49.03527999999997, 0], [10.58943, 49.03563, 0], [10.587260000000002, 49.035830000000004, 0], [10.58688, 49.03582, 0], [10.58662, 49.03593999999998, 0], [10.586539999999998, 49.03602999999998, 0], [10.58632, 49.03608, 0], [10.58485, 49.03591, 0], [10.58423, 49.03595999999999, 0], [10.58371, 49.03604999999999, 0], [10.583429999999998, 49.03602999999998, 0], [10.58313, 49.03596999999996, 0], [10.582989999999999, 49.03591, 0], [10.58267, 49.035709999999966, 0], [10.58215, 49.03549000000001, 0], [10.58174, 49.035259999999994, 0], [10.581280000000001, 49.03511, 0], [10.58066, 49.03501000000003, 0], [10.580489999999998, 49.03501000000003, 0], [10.57988, 49.03509, 0], [10.57955, 49.035169999999994, 0], [10.579270000000001, 49.035169999999994, 0], [10.578679999999999, 49.03511, 0], [10.57816, 49.03518, 0], [10.57759, 49.03532999999999, 0], [10.57745, 49.03549000000001, 0], [10.57741, 49.03567000000001, 0], [10.57714, 49.03572, 0], [10.57693, 49.03582, 0], [10.576739999999997, 49.03577999999999, 0], [10.57658, 49.03578999999999, 0], [10.57639, 49.03589000000002, 0], [10.57622, 49.035770000000014, 0], [10.57598, 49.03572, 0], [10.575600000000001, 49.03568999999999, 0], [10.57486, 49.035709999999966, 0], [10.57466, 49.03578999999999, 0], [10.57392, 49.034670000000006, 0], [10.57486, 49.03235000000001, 0], [10.57539, 49.03195000000002, 0], [10.574790000000002, 49.031769999999966, 0], [10.574670000000001, 49.03166999999999, 0], [10.57383, 49.032249999999976, 0], [10.57312, 49.032610000000005, 0], [10.57266, 49.032640000000015, 0], [10.572469999999997, 49.03314, 0], [10.57102, 49.03333000000001, 0], [10.56874, 49.03383000000002, 0], [10.567609999999998, 49.033979999999985, 0], [10.56738, 49.03390999999999, 0], [10.56719, 49.03360000000001, 0], [10.566390000000002, 49.03332, 0], [10.56556, 49.032669999999996, 0], [10.56491, 49.03201999999999, 0], [10.56445, 49.03219999999996, 0], [10.565020000000002, 49.032849999999996, 0], [10.56534, 49.03314, 0], [10.565379999999998, 49.03327999999999, 0], [10.56399, 49.0333, 0], [10.56394, 49.03361000000001, 0], [10.5618, 49.033660000000026, 0], [10.55743, 49.03396000000001, 0], [10.55583, 49.03414999999998, 0], [10.555199999999997, 49.03384, 0], [10.554539999999998, 49.033349999999956, 0], [10.55424, 49.033180000000044, 0], [10.553829999999998, 49.033289999999994, 0], [10.55332, 49.033259999999984, 0], [10.553, 49.03312, 0], [10.55298, 49.03301999999999, 0], [10.55267, 49.03269, 0], [10.55227, 49.03251999999998, 0], [10.552059999999999, 49.032280000000014, 0], [10.551859999999998, 49.031830000000014, 0], [10.55129, 49.031319999999965, 0], [10.55073, 49.03113999999999, 0], [10.55022, 49.03081, 0], [10.54922, 49.030579999999986, 0], [10.54856, 49.03012000000001, 0], [10.548340000000001, 49.02987999999999, 0], [10.546930000000001, 49.028719999999964, 0], [10.54647, 49.02843999999999, 0], [10.54619, 49.028130000000004, 0], [10.54596, 49.02767, 0], [10.54602, 49.02713, 0], [10.54571, 49.026729999999986, 0], [10.54549, 49.026170000000036, 0], [10.545329999999998, 49.02598999999998, 0], [10.545120000000002, 49.02535, 0], [10.54587, 49.02516, 0], [10.54592, 49.024879999999996, 0], [10.54627, 49.024669999999986, 0], [10.54677, 49.02444, 0], [10.547939999999999, 49.02395999999999, 0], [10.54881, 49.02372, 0], [10.54933, 49.02349000000001, 0], [10.549789999999998, 49.02345, 0], [10.55086, 49.02345, 0], [10.5528, 49.023529999999994, 0], [10.55434, 49.023439999999994, 0], [10.554290000000002, 49.02313000000001, 0], [10.553460000000001, 49.02315999999999, 0], [10.55174, 49.02311, 0], [10.5503, 49.02276999999998, 0], [10.550310000000001, 49.02251000000001, 0], [10.55059, 49.02235999999999, 0], [10.551240000000002, 49.02215999999996, 0], [10.55166, 49.02212, 0], [10.55212, 49.02184, 0], [10.5521, 49.02175, 0], [10.55154, 49.02161000000001, 0], [10.550719999999998, 49.021649999999994, 0], [10.55013, 49.02175, 0], [10.54902, 49.022099999999966, 0], [10.54862, 49.022449999999964, 0], [10.54808, 49.02268000000001, 0], [10.54765, 49.02280999999999, 0], [10.5475, 49.022999999999996, 0], [10.54717, 49.023120000000034, 0], [10.54704, 49.02325999999999, 0], [10.5468, 49.02296999999999, 0], [10.54608, 49.02305000000001, 0], [10.545670000000001, 49.02328, 0], [10.545219999999999, 49.02346, 0], [10.544729999999998, 49.02355, 0], [10.54398, 49.023840000000035, 0], [10.54349, 49.02408999999997, 0], [10.54274, 49.02395999999999, 0], [10.54244, 49.023810000000026, 0], [10.5422, 49.02341999999999, 0], [10.54184, 49.023300000000006, 0], [10.54145, 49.022999999999996, 0], [10.54132, 49.022850000000005, 0], [10.54101, 49.02283, 0], [10.54078, 49.02270999999999, 0], [10.54031, 49.022580000000005, 0], [10.54016, 49.022400000000005, 0], [10.53975, 49.022339999999986, 0], [10.53963, 49.022279999999995, 0], [10.53957, 49.022099999999966, 0], [10.53909, 49.02188000000001, 0], [10.53909, 49.02149, 0], [10.53918, 49.021209999999996, 0], [10.5392, 49.020869999999974, 0], [10.53952, 49.01978, 0], [10.539510000000002, 49.01925, 0], [10.53941, 49.01904999999999, 0], [10.539400000000002, 49.01856999999998, 0], [10.539730000000002, 49.018219999999985, 0], [10.53978, 49.01808, 0], [10.54015, 49.01786999999999, 0], [10.54087, 49.01728000000003, 0], [10.54126, 49.016760000000005, 0], [10.54138, 49.01644999999999, 0], [10.541729999999998, 49.01599999999999, 0], [10.541949999999998, 49.015919999999966, 0], [10.54275, 49.01536999999999, 0], [10.542890000000002, 49.015199999999965, 0], [10.54319, 49.014970000000034, 0], [10.54307, 49.014669999999995, 0], [10.54267, 49.01400000000001, 0], [10.54253, 49.01387, 0], [10.54191, 49.013469999999984, 0], [10.54073, 49.01277999999999, 0], [10.54048, 49.01267000000004, 0], [10.53966, 49.01250999999999, 0], [10.54003, 49.01220000000001, 0], [10.541509999999999, 49.011180000000024, 0], [10.5427, 49.010459999999995, 0], [10.54221, 49.010159999999985, 0], [10.54334, 49.0094, 0], [10.54369, 49.00967, 0], [10.544750000000002, 49.009000000000015, 0], [10.54435, 49.00874999999999, 0], [10.54527, 49.00810000000001, 0], [10.54481, 49.00746000000004, 0], [10.54443, 49.00712999999999, 0], [10.54422, 49.00705999999997, 0], [10.54387, 49.00702000000001, 0], [10.54364, 49.00702999999996, 0], [10.54331, 49.0068, 0], [10.54308, 49.006699999999995, 0], [10.54171, 49.00647000000001, 0], [10.5414, 49.006339999999966, 0], [10.540909999999998, 49.00606000000002, 0], [10.54056, 49.00592, 0], [10.54024, 49.005870000000016, 0], [10.53856, 49.00585000000001, 0], [10.53714, 49.006, 0], [10.536, 49.005949999999984, 0], [10.53434, 49.005780000000016, 0], [10.532860000000001, 49.00582, 0], [10.53177, 49.00601, 0], [10.530809999999999, 49.006249999999994, 0], [10.53019, 49.00653, 0], [10.52973, 49.00681000000003, 0], [10.529069999999999, 49.00731999999999, 0], [10.52866, 49.00744, 0], [10.52785, 49.00750999999997, 0], [10.52698, 49.00748999999996, 0], [10.52614, 49.00753999999998, 0], [10.52548, 49.00726, 0], [10.5241, 49.00728000000001, 0], [10.52208, 49.00716, 0], [10.52169, 49.00715000000005, 0], [10.52049, 49.00722999999999, 0], [10.52017, 49.00720000000001, 0], [10.51955, 49.00734, 0], [10.51956, 49.00758999999999, 0], [10.51833, 49.007829999999984, 0], [10.517700000000001, 49.00815, 0], [10.51752, 49.00829999999999, 0], [10.51736, 49.008489999999995, 0], [10.51715, 49.008460000000014, 0], [10.51702, 49.008399999999995, 0], [10.51705, 49.00802999999999, 0], [10.51695, 49.00757999999999, 0], [10.51672, 49.00702000000001, 0], [10.51569, 49.006280000000004, 0], [10.51472, 49.006339999999966, 0], [10.51387, 49.00635, 0], [10.511810000000002, 49.006219999999985, 0], [10.51123, 49.00627, 0], [10.51075, 49.00635, 0], [10.5105, 49.00652000000002, 0], [10.50987, 49.00650000000002, 0], [10.508449999999998, 49.00620000000001, 0], [10.50696, 49.00609000000003, 0], [10.506530000000001, 49.00601, 0], [10.506069999999998, 49.00599, 0], [10.50568, 49.006, 0], [10.50468, 49.00614999999999, 0], [10.50442, 49.006249999999994, 0], [10.50408, 49.00630999999996, 0], [10.50339, 49.006370000000004, 0], [10.502559999999999, 49.00656000000001, 0], [10.501660000000001, 49.00684000000004, 0], [10.50067, 49.00755000000001, 0], [10.50053, 49.00774000000001, 0], [10.50035, 49.00767999999999, 0], [10.50047, 49.00738999999999, 0], [10.500850000000002, 49.007000000000005, 0], [10.50116, 49.00635, 0], [10.5015, 49.00603000000001, 0], [10.500780000000002, 49.00599, 0], [10.499440000000002, 49.006050000000016, 0], [10.49856, 49.007000000000005, 0], [10.49849, 49.00748999999996, 0], [10.49825, 49.00797, 0], [10.49808, 49.008520000000004, 0], [10.49763, 49.00931, 0], [10.49644, 49.00943000000001, 0], [10.49621, 49.0094, 0], [10.49554, 49.0094, 0], [10.49538, 49.009479999999996, 0], [10.49511, 49.00955000000002, 0], [10.49451, 49.009630000000016, 0], [10.49392, 49.00986000000003, 0], [10.493720000000001, 49.010099999999994, 0], [10.49333, 49.010279999999995, 0], [10.49227, 49.01062000000002, 0], [10.49207, 49.01083, 0], [10.49153, 49.011150000000015, 0], [10.490820000000001, 49.01141000000001, 0], [10.490380000000002, 49.01149000000004, 0], [10.48984, 49.01169999999999, 0], [10.48939, 49.01177999999999, 0], [10.488879999999998, 49.011799999999994, 0], [10.48877, 49.01176000000004, 0], [10.48842, 49.01152999999999, 0], [10.48821, 49.01095000000001, 0], [10.48764, 49.01003, 0], [10.487539999999997, 49.00972999999999, 0], [10.48771, 49.00913, 0], [10.4865, 49.00916000000004, 0], [10.48601, 49.00911999999997, 0], [10.48419, 49.00889000000001, 0], [10.48407, 49.008820000000014, 0], [10.4839, 49.00862000000001, 0], [10.4834, 49.0086, 0], [10.48218, 49.00878, 0], [10.4808, 49.00907999999998, 0], [10.48074, 49.00911999999997, 0], [10.47966, 49.01033000000001, 0], [10.4787, 49.01065, 0], [10.4784, 49.01066, 0], [10.4781, 49.01089000000002, 0], [10.477670000000002, 49.01105000000001, 0], [10.47715, 49.011180000000024, 0], [10.47627, 49.01134999999999, 0], [10.47521, 49.01147000000003, 0], [10.47401, 49.01152999999999, 0], [10.47182, 49.01171999999997, 0], [10.46957, 49.01178999999999, 0], [10.46927, 49.01176000000004, 0], [10.46916, 49.01160999999999, 0], [10.46989, 49.01087000000001, 0], [10.46992, 49.010760000000005, 0], [10.46938, 49.010729999999995, 0], [10.46709, 49.01024999999996, 0], [10.46652, 49.01017999999999, 0], [10.46605, 49.01024999999996, 0], [10.46549, 49.01027000000002, 0], [10.46328, 49.00969999999998, 0], [10.46243, 49.00936999999999, 0], [10.461629999999998, 49.00898999999998, 0], [10.46039, 49.00891999999999, 0], [10.45964, 49.008939999999996, 0], [10.459059999999997, 49.00891999999999, 0], [10.45873, 49.00887000000003, 0], [10.45859, 49.00880999999998, 0], [10.45854, 49.00871999999998, 0], [10.458770000000001, 49.00811999999999, 0], [10.458739999999999, 49.00798, 0], [10.458469999999998, 49.007720000000035, 0], [10.45813, 49.00765000000001, 0], [10.45727, 49.00792999999999, 0], [10.45625, 49.00811999999999, 0], [10.45597, 49.008489999999995, 0], [10.455920000000003, 49.008790000000005, 0], [10.4541, 49.01044000000002, 0], [10.45399, 49.01048, 0], [10.45328, 49.01114000000001, 0], [10.45319, 49.01120000000003, 0], [10.45223, 49.01147000000003, 0], [10.45122, 49.00988000000001, 0], [10.45178, 49.00928000000002, 0], [10.45143, 49.009029999999996, 0], [10.451680000000001, 49.008910000000014, 0], [10.45188, 49.00873999999999, 0], [10.45196, 49.008579999999995, 0], [10.452089999999998, 49.00787, 0], [10.45234, 49.007349999999974, 0], [10.45125, 49.007349999999974, 0], [10.45123, 49.00757999999999, 0], [10.451, 49.00756999999999, 0], [10.449849999999998, 49.00753, 0], [10.449849999999998, 49.00729000000004, 0], [10.44888, 49.007270000000034, 0], [10.4485, 49.00722000000002, 0], [10.44843, 49.007450000000006, 0], [10.44708, 49.00722000000002, 0], [10.447109999999999, 49.00698, 0], [10.44628, 49.006860000000046, 0], [10.4458, 49.00684000000004, 0], [10.4453, 49.00648000000001, 0], [10.44407, 49.00614999999999, 0], [10.44372, 49.005979999999994, 0], [10.44351, 49.005780000000016, 0], [10.443320000000002, 49.005690000000016, 0], [10.44268, 49.005690000000016, 0], [10.44245, 49.00563, 0], [10.44224, 49.00552999999999, 0], [10.44203, 49.005510000000015, 0], [10.44201, 49.00534999999999, 0], [10.441789999999997, 49.004970000000014, 0], [10.44174, 49.00448000000003, 0], [10.44164, 49.00425999999999, 0], [10.440760000000001, 49.00398999999999, 0], [10.44007, 49.00362000000001, 0], [10.439159999999998, 49.00344999999999, 0], [10.438119999999998, 49.00287, 0], [10.43757, 49.002729999999985, 0], [10.43593, 49.00191000000004, 0], [10.43451, 49.00164000000001, 0], [10.433929999999998, 49.00171, 0], [10.43342, 49.00200000000001, 0], [10.43325, 49.00229999999999, 0], [10.4335, 49.002729999999985, 0], [10.43391, 49.00316999999998, 0], [10.43424, 49.00373999999999, 0], [10.43424, 49.003889999999984, 0], [10.43406, 49.004170000000016, 0], [10.43374, 49.004459999999966, 0], [10.43347, 49.004610000000014, 0], [10.432769999999998, 49.00457, 0], [10.431809999999999, 49.00447, 0], [10.430290000000001, 49.00421000000003, 0], [10.42834, 49.003780000000035, 0], [10.427840000000002, 49.00386, 0], [10.42739, 49.00379000000004, 0], [10.42652, 49.00380000000001, 0], [10.42595, 49.00371999999999, 0], [10.42522, 49.003690000000006, 0], [10.42505, 49.00364999999999, 0], [10.42481, 49.003889999999984, 0], [10.42464, 49.00416000000001, 0], [10.42415, 49.00402999999997, 0], [10.42431, 49.003829999999994, 0], [10.424570000000001, 49.00371000000001, 0], [10.42452, 49.00354999999996, 0], [10.424620000000003, 49.00337999999999, 0], [10.42572, 49.002430000000004, 0], [10.42582, 49.00226000000001, 0], [10.427, 49.001299999999986, 0], [10.42741, 49.00117, 0], [10.42801, 49.00110000000001, 0], [10.428510000000001, 49.00119000000001, 0], [10.42927, 49.00110000000001, 0], [10.42971, 49.000850000000014, 0], [10.43009, 49.00074999999998, 0], [10.43013, 49.00049999999996, 0], [10.430109999999999, 49.000230000000016, 0], [10.43026, 48.9999, 0], [10.43024, 48.99978999999999, 0], [10.430209999999999, 48.99968000000001, 0], [10.428539999999998, 48.99932000000001, 0], [10.42748, 48.998909999999995, 0], [10.427, 48.998790000000014, 0], [10.426, 48.9983, 0], [10.42561, 48.99806000000001, 0], [10.42549, 48.99785, 0], [10.424389999999999, 48.997450000000015, 0], [10.42422, 48.996910000000014, 0], [10.42424, 48.99588, 0], [10.42415, 48.99565000000001, 0], [10.424790000000002, 48.99468000000002, 0], [10.42476, 48.994489999999985, 0], [10.42358, 48.99382, 0], [10.42322, 48.99349999999998, 0], [10.42269, 48.993149999999986, 0], [10.42213, 48.99304999999998, 0], [10.4215, 48.9931, 0], [10.42116, 48.992790000000014, 0], [10.42117, 48.992549999999994, 0], [10.42125, 48.99240999999998, 0], [10.42092, 48.99195, 0], [10.420999999999998, 48.99180999999999, 0], [10.42195, 48.99072000000004, 0], [10.42239, 48.99027000000001, 0], [10.42224, 48.989990000000006, 0], [10.422, 48.989869999999996, 0], [10.42258, 48.98940999999999, 0], [10.42337, 48.98892999999998, 0], [10.422650000000003, 48.98837000000003, 0], [10.42313, 48.98814999999999, 0], [10.423789999999999, 48.98792, 0], [10.42448, 48.98774999999998, 0], [10.42529, 48.987629999999996, 0], [10.425760000000002, 48.987509999999986, 0], [10.426719999999998, 48.987329999999986, 0], [10.4279, 48.987300000000005, 0], [10.42781, 48.98597000000001, 0], [10.42857, 48.985960000000006, 0], [10.42882, 48.98606000000004, 0], [10.42896, 48.98595, 0], [10.429140000000002, 48.985569999999996, 0], [10.42956, 48.98559, 0], [10.43113, 48.98546999999999, 0], [10.43108, 48.983949999999965, 0], [10.430850000000001, 48.98383999999999, 0], [10.43201, 48.98389, 0], [10.432920000000001, 48.98397, 0], [10.4323, 48.983180000000004, 0], [10.431589999999998, 48.982039999999984, 0], [10.43123, 48.981570000000005, 0], [10.43094, 48.98122999999998, 0], [10.430549999999998, 48.98088999999999, 0], [10.430410000000002, 48.98097000000004, 0], [10.43012, 48.981030000000004, 0], [10.42885, 48.981179999999995, 0], [10.42464, 48.98192, 0], [10.42373, 48.981989999999996, 0], [10.42222, 48.982050000000015, 0], [10.419940000000002, 48.981810000000024, 0], [10.41961, 48.981810000000024, 0], [10.419039999999999, 48.981870000000015, 0], [10.41837, 48.98185000000001, 0], [10.41756, 48.982039999999984, 0], [10.417139999999998, 48.98195999999999, 0], [10.41653, 48.98196999999999, 0], [10.41646, 48.981719999999996, 0], [10.416560000000002, 48.981390000000005, 0], [10.41555, 48.981269999999995, 0], [10.41426, 48.98149000000001, 0], [10.41383, 48.98107999999999, 0], [10.41394, 48.98033000000001, 0], [10.415190000000003, 48.98039, 0], [10.415499999999998, 48.979690000000005, 0], [10.41544, 48.978909999999985, 0], [10.41663, 48.978819999999985, 0], [10.417700000000002, 48.97877, 0], [10.4184, 48.97880000000001, 0], [10.41886, 48.97899999999996, 0], [10.41991, 48.97933999999998, 0], [10.42128, 48.97919000000002, 0], [10.42144, 48.979119999999995, 0], [10.4219, 48.979089999999985, 0], [10.422160000000002, 48.97913, 0], [10.42264, 48.97913, 0], [10.423789999999999, 48.97908000000001, 0], [10.42455, 48.97885999999997, 0], [10.42518, 48.97873000000001, 0], [10.42547, 48.97874999999999, 0], [10.425599999999998, 48.97872000000001, 0], [10.42732, 48.97820999999999, 0], [10.427379999999998, 48.977390000000014, 0], [10.426540000000001, 48.977450000000005, 0], [10.42595, 48.977390000000014, 0], [10.42567, 48.97698, 0], [10.42517, 48.97708, 0], [10.424599999999998, 48.977509999999995, 0], [10.424130000000002, 48.97730999999999, 0], [10.423339999999998, 48.97824, 0], [10.42258, 48.978369999999984, 0], [10.422160000000002, 48.97841999999997, 0], [10.42148, 48.978459999999984, 0], [10.42109, 48.978350000000034, 0], [10.42035, 48.97840999999997, 0], [10.420150000000001, 48.978470000000016, 0], [10.41877, 48.978459999999984, 0], [10.418300000000002, 48.978489999999994, 0], [10.41738, 48.978459999999984, 0], [10.41695, 48.97839999999999, 0], [10.41627, 48.978489999999994, 0], [10.41582, 48.97839999999999, 0], [10.41461, 48.97845000000001, 0], [10.41438, 48.97838999999999, 0], [10.414129999999998, 48.978380000000016, 0], [10.41417, 48.97793999999999, 0], [10.413529999999998, 48.97784999999996, 0], [10.413159999999998, 48.97773999999998, 0], [10.412759999999999, 48.97748999999999, 0], [10.412460000000001, 48.97712999999999, 0], [10.411829999999998, 48.977090000000004, 0], [10.41163, 48.97710000000001, 0], [10.41134, 48.97716, 0], [10.41058, 48.97743, 0], [10.410350000000001, 48.97746000000001, 0], [10.410570000000002, 48.97758999999999, 0], [10.41071, 48.97761, 0], [10.41126, 48.97746999999998, 0], [10.41144, 48.97748999999999, 0], [10.41194, 48.9777, 0], [10.41201, 48.977959999999996, 0], [10.412, 48.978579999999994, 0], [10.41025, 48.97859, 0], [10.410240000000002, 48.97865999999999, 0], [10.410159999999998, 48.9787, 0], [10.41011, 48.978920000000016, 0], [10.40998, 48.97913, 0], [10.40969, 48.979389999999995, 0], [10.40923, 48.97964999999999, 0], [10.40894, 48.97989000000001, 0], [10.40859, 48.98038, 0], [10.40724, 48.980410000000006, 0], [10.405970000000002, 48.98034000000001, 0], [10.405899999999999, 48.98027999999999, 0], [10.405820000000002, 48.98029, 0], [10.40543, 48.981120000000004, 0], [10.405330000000001, 48.98149000000001, 0], [10.40529, 48.98187999999999, 0], [10.40502, 48.982380000000006, 0], [10.403960000000001, 48.98214999999999, 0], [10.403960000000001, 48.982309999999984, 0], [10.40328, 48.982140000000044, 0], [10.40275, 48.98205999999999, 0], [10.402469999999997, 48.982429999999994, 0], [10.40193, 48.98334, 0], [10.402249999999999, 48.98340999999999, 0], [10.40171, 48.98447999999999, 0], [10.40123, 48.986080000000015, 0], [10.40069, 48.98608999999999, 0], [10.40031, 48.98613, 0], [10.39922, 48.98719000000003, 0], [10.398009999999998, 48.98675, 0], [10.39711, 48.98665, 0], [10.396529999999998, 48.987329999999986, 0], [10.395720000000003, 48.98797999999999, 0], [10.39529, 48.9881, 0], [10.39496, 48.988249999999994, 0], [10.39475, 48.98840999999999, 0], [10.39457, 48.98885999999999, 0], [10.39459, 48.989390000000014, 0], [10.394690000000002, 48.989450000000005, 0], [10.39488, 48.98949999999999, 0], [10.394900000000002, 48.989689999999996, 0], [10.39489, 48.98978999999997, 0], [10.39471, 48.99005, 0], [10.394690000000002, 48.99024000000003, 0], [10.3942, 48.99007999999998, 0], [10.39383, 48.99002999999996, 0], [10.3916, 48.989990000000006, 0], [10.391559999999998, 48.989390000000014, 0], [10.39065, 48.98925, 0], [10.38817, 48.98906000000002, 0], [10.38669, 48.9888, 0], [10.386209999999998, 48.98874000000001, 0], [10.38484, 48.98863000000003, 0], [10.384569999999998, 48.98865999999998, 0], [10.38421, 48.98859999999999, 0], [10.3838, 48.98844, 0], [10.3838, 48.98820999999998, 0], [10.3832, 48.98827, 0], [10.38211, 48.98830000000001, 0], [10.38156, 48.98838000000001, 0], [10.38114, 48.98871, 0], [10.38075, 48.989120000000014, 0], [10.3804, 48.989419999999996, 0], [10.37962, 48.98992000000001, 0], [10.37925, 48.990200000000016, 0], [10.378830000000002, 48.99045000000001, 0], [10.37868, 48.990579999999994, 0], [10.3794, 48.99063000000001, 0], [10.37984, 48.99071000000001, 0], [10.38075, 48.99098000000001, 0], [10.38184, 48.99161000000001, 0], [10.38135, 48.99192999999997, 0], [10.38207, 48.99228000000002, 0], [10.3822, 48.99277000000001, 0], [10.38228, 48.99334999999999, 0], [10.38203, 48.994110000000006, 0], [10.3828, 48.994200000000035, 0], [10.382650000000002, 48.994489999999985, 0], [10.381529999999998, 48.995889999999974, 0], [10.3812, 48.99636000000001, 0], [10.3807, 48.996700000000004, 0], [10.380819999999998, 48.99725999999998, 0], [10.38129, 48.99790999999999, 0], [10.381610000000002, 48.998459999999994, 0], [10.381789999999999, 48.99928, 0], [10.38119, 48.999419999999986, 0], [10.38076, 48.999480000000005, 0], [10.37986, 48.99986000000001, 0], [10.37943, 49.00011999999998, 0], [10.37939, 49.00022000000001, 0], [10.37784, 48.999510000000015, 0], [10.377439999999998, 48.99996999999999, 0], [10.37627, 48.99959999999999, 0], [10.37609, 48.99959000000001, 0], [10.375589999999999, 49.00020000000001, 0], [10.37478, 49.001329999999996, 0], [10.37462, 49.001559999999984, 0], [10.37462, 49.001679999999965, 0], [10.37427, 49.001599999999996, 0], [10.373960000000002, 49.001739999999984, 0], [10.37318, 49.002729999999985, 0], [10.37312, 49.00271000000001, 0], [10.37301, 49.00280000000001, 0], [10.372880000000002, 49.00301999999999, 0], [10.37287, 49.00318999999999, 0], [10.372909999999997, 49.00334000000001, 0], [10.373029999999998, 49.00343000000001, 0], [10.37274, 49.00341, 0], [10.37146, 49.00325000000001, 0], [10.37096, 49.00313, 0], [10.36978, 49.00322, 0], [10.36912, 49.00335999999999, 0], [10.368640000000001, 49.00353999999999, 0], [10.368690000000003, 49.00364999999999, 0], [10.36815, 49.00376000000003, 0], [10.366969999999998, 49.00373999999999, 0], [10.36582, 49.00384, 0], [10.36547, 49.00385, 0], [10.36466, 49.00380000000001, 0], [10.36301, 49.003870000000006, 0], [10.36184, 49.00404, 0], [10.36063, 49.003960000000006, 0], [10.35961, 49.00395, 0], [10.358689999999998, 49.00402, 0], [10.358700000000002, 49.00470999999999, 0], [10.35664, 49.00460000000001, 0], [10.35642, 49.004459999999966, 0], [10.356169999999999, 49.00459000000001, 0], [10.35407, 49.00471999999999, 0], [10.35408, 49.004869999999954, 0], [10.353829999999999, 49.00534000000002, 0], [10.35385, 49.00555, 0], [10.35457, 49.006939999999986, 0], [10.35441, 49.006969999999995, 0], [10.35456, 49.007270000000034, 0], [10.35477, 49.00784999999999, 0], [10.355160000000001, 49.00841, 0], [10.357610000000001, 49.01152999999999, 0], [10.35726, 49.01146, 0], [10.355459999999999, 49.014489999999995, 0], [10.35434, 49.01393999999999, 0], [10.35294, 49.01531, 0], [10.351379999999999, 49.01454000000004, 0], [10.34902, 49.01516000000001, 0], [10.348879999999998, 49.01662999999999, 0], [10.34792, 49.017240000000015, 0], [10.34641, 49.017529999999965, 0], [10.34549, 49.01740000000001, 0], [10.34553, 49.01760999999999, 0], [10.34542, 49.018669999999986, 0], [10.34604, 49.01868000000002, 0], [10.34594, 49.01956999999999, 0], [10.345850000000002, 49.01962, 0], [10.346000000000002, 49.019630000000035, 0], [10.34574, 49.02051, 0], [10.34619, 49.02057999999997, 0], [10.348809999999999, 49.02078, 0], [10.34879, 49.02101999999999, 0], [10.34919, 49.021090000000015, 0], [10.349270000000002, 49.02188000000001, 0], [10.34953, 49.02184, 0], [10.34955, 49.02190000000002, 0], [10.35055, 49.021739999999994, 0], [10.35059, 49.02194000000003, 0], [10.3507, 49.021950000000004, 0], [10.35072, 49.022099999999966, 0], [10.35111, 49.02211, 0], [10.351049999999999, 49.02266000000003, 0], [10.351120000000002, 49.023060000000015, 0], [10.35065, 49.023090000000025, 0], [10.350190000000001, 49.023210000000006, 0], [10.35005, 49.02328, 0], [10.3504, 49.02482999999998, 0], [10.35047, 49.02489, 0], [10.35022, 49.0283, 0], [10.350150000000001, 49.02832999999998, 0], [10.34968, 49.02825999999996, 0], [10.345560000000003, 49.02818000000002, 0], [10.34442, 49.02803, 0], [10.34431, 49.02797000000001, 0], [10.34416, 49.02811, 0], [10.34397, 49.02804000000003, 0], [10.343430000000001, 49.027950000000004, 0], [10.34328, 49.02789999999999, 0], [10.34288, 49.02807999999999, 0], [10.342580000000002, 49.02811, 0], [10.34174, 49.02874000000003, 0], [10.33963, 49.02841000000001, 0], [10.340160000000001, 49.02767, 0], [10.34027, 49.02749, 0], [10.34023, 49.02744999999999, 0], [10.33772, 49.02734000000001, 0], [10.337639999999999, 49.02739, 0], [10.33692, 49.02741, 0], [10.33677, 49.02913000000001, 0], [10.33662, 49.029679999999985, 0], [10.33583, 49.03023000000002, 0], [10.33531, 49.03068999999999, 0], [10.33511, 49.03102000000001, 0], [10.334369999999998, 49.03143, 0], [10.33347, 49.03202999999999, 0], [10.33291, 49.032039999999995, 0], [10.33281, 49.031859999999995, 0], [10.33246, 49.031679999999994, 0], [10.33224, 49.03147999999996, 0], [10.33216, 49.03133, 0], [10.33214, 49.03107000000003, 0], [10.332, 49.03078000000002, 0], [10.33189, 49.030129999999986, 0], [10.332150000000002, 49.030010000000004, 0], [10.33217, 49.029889999999995, 0], [10.33208, 49.02964, 0], [10.33208, 49.029319999999984, 0], [10.33217, 49.028999999999996, 0], [10.3325, 49.02876999999998, 0], [10.332659999999999, 49.02853999999999, 0], [10.33321, 49.02807999999999, 0], [10.333290000000002, 49.02794, 0], [10.333080000000002, 49.02751000000001, 0], [10.333070000000001, 49.02722, 0], [10.333219999999999, 49.026759999999996, 0], [10.33141, 49.02662000000004, 0], [10.331180000000002, 49.02667999999997, 0], [10.33112, 49.026939999999996, 0], [10.3313, 49.027060000000006, 0], [10.33135, 49.027150000000006, 0], [10.33131, 49.02727999999999, 0], [10.33146, 49.0274, 0], [10.33153, 49.02776, 0], [10.331249999999999, 49.02793, 0], [10.33142, 49.028009999999995, 0], [10.33139, 49.02816999999999, 0], [10.33112, 49.028610000000015, 0], [10.330850000000002, 49.028719999999964, 0], [10.33084, 49.02876999999998, 0], [10.33073, 49.02875, 0], [10.33061, 49.02879000000004, 0], [10.33044, 49.02877999999998, 0], [10.330429999999998, 49.028819999999996, 0], [10.33031, 49.02883, 0], [10.33022, 49.02877999999998, 0], [10.32992, 49.02880999999999, 0], [10.32973, 49.02876999999998, 0], [10.3296, 49.028880000000015, 0], [10.32962, 49.02893000000003, 0], [10.329540000000001, 49.02897999999999, 0], [10.32955, 49.02902, 0], [10.32948, 49.02903999999998, 0], [10.329470000000002, 49.02906999999999, 0], [10.329540000000001, 49.02909, 0], [10.32952, 49.029120000000006, 0], [10.3294, 49.02915999999999, 0], [10.32948, 49.02915999999999, 0], [10.329470000000002, 49.02919000000003, 0], [10.32929, 49.02929, 0], [10.32927, 49.02936, 0], [10.329210000000002, 49.029349999999994, 0], [10.3292, 49.02940000000001, 0], [10.328949999999999, 49.029510000000045, 0], [10.32893, 49.029560000000004, 0], [10.3288, 49.02962000000002, 0], [10.32872, 49.029709999999994, 0], [10.328649999999998, 49.029690000000016, 0], [10.328610000000001, 49.02982, 0], [10.328539999999998, 49.02984000000001, 0], [10.32856, 49.02987999999999, 0], [10.32853, 49.02993000000001, 0], [10.328400000000002, 49.029960000000045, 0], [10.32846, 49.03002000000001, 0], [10.328309999999998, 49.03002000000001, 0], [10.32827, 49.030069999999995, 0], [10.32814, 49.030100000000004, 0], [10.328130000000002, 49.030129999999986, 0], [10.327939999999998, 49.030069999999995, 0], [10.32792, 49.030039999999985, 0], [10.32775, 49.030069999999995, 0], [10.327690000000002, 49.03, 0], [10.32758, 49.029319999999984, 0], [10.32758, 49.02744999999999, 0], [10.32742, 49.02699000000001, 0], [10.32796, 49.02682999999999, 0], [10.329140000000002, 49.026579999999996, 0], [10.32896, 49.02620000000002, 0], [10.32868, 49.025210000000015, 0], [10.32918, 49.02453999999997, 0], [10.32899, 49.02420000000001, 0], [10.32823, 49.024339999999995, 0], [10.32793, 49.025030000000015, 0], [10.32783, 49.024970000000025, 0], [10.32776, 49.024970000000025, 0], [10.32751, 49.025030000000015, 0], [10.32729, 49.025019999999984, 0], [10.32711, 49.02508, 0], [10.3271, 49.024640000000005, 0], [10.32781, 49.02445, 0], [10.32777, 49.02408999999997, 0], [10.327130000000002, 49.02424000000002, 0], [10.327030000000002, 49.02432999999996, 0], [10.32688, 49.02438999999998, 0], [10.32625, 49.02441999999999, 0], [10.32602, 49.02440999999999, 0], [10.32629, 49.02483999999998, 0], [10.32619, 49.02483999999998, 0], [10.326090000000002, 49.024910000000006, 0], [10.32595, 49.024970000000025, 0], [10.32585, 49.024970000000025, 0], [10.32578, 49.02494999999999, 0], [10.325749999999998, 49.024910000000006, 0], [10.32577, 49.0248, 0], [10.32559, 49.024779999999964, 0], [10.32548, 49.024809999999974, 0], [10.32544, 49.024850000000015, 0], [10.32551, 49.025000000000006, 0], [10.325430000000003, 49.025360000000006, 0], [10.325230000000001, 49.02543, 0], [10.32485, 49.025180000000006, 0], [10.32463, 49.02513999999999, 0], [10.324559999999998, 49.02517, 0], [10.324559999999998, 49.025300000000016, 0], [10.324300000000001, 49.02543, 0], [10.324350000000003, 49.02555000000001, 0], [10.3242, 49.025649999999956, 0], [10.32405, 49.02564000000001, 0], [10.32399, 49.02546000000001, 0], [10.323820000000001, 49.025379999999984, 0], [10.32361, 49.0256, 0], [10.32343, 49.025679999999994, 0], [10.32314, 49.025769999999994, 0], [10.32294, 49.025769999999994, 0], [10.32287, 49.025690000000026, 0], [10.32301, 49.02557999999999, 0], [10.32295, 49.025450000000006, 0], [10.322859999999999, 49.02544, 0], [10.32278, 49.0256, 0], [10.32257, 49.025679999999994, 0], [10.32239, 49.025800000000004, 0], [10.32235, 49.025859999999994, 0], [10.32207, 49.025890000000004, 0], [10.321999999999997, 49.02582000000001, 0], [10.322120000000002, 49.025739999999985, 0], [10.321889999999998, 49.02564000000001, 0], [10.321659999999998, 49.025660000000016, 0], [10.32139, 49.02543, 0], [10.32114, 49.02544, 0], [10.321040000000002, 49.02552, 0], [10.32114, 49.02561, 0], [10.32112, 49.02566999999996, 0], [10.32102, 49.02572000000001, 0], [10.32077, 49.02573000000004, 0], [10.320729999999998, 49.02587, 0], [10.32056, 49.02602000000002, 0], [10.32049, 49.02612000000002, 0], [10.32046, 49.02623, 0], [10.320889999999999, 49.026250000000005, 0], [10.32045, 49.02686, 0], [10.31999, 49.02762000000001, 0], [10.31958, 49.02812, 0], [10.31875, 49.02870999999999, 0], [10.318300000000002, 49.02868000000001, 0], [10.31715, 49.02852999999999, 0], [10.316579999999998, 49.028639999999996, 0], [10.31632, 49.02874000000003, 0], [10.31611, 49.028880000000015, 0], [10.315169999999998, 49.02933999999999, 0], [10.31403, 49.02967000000001, 0], [10.31267, 49.02991, 0], [10.31167, 49.03071, 0], [10.31139, 49.03106, 0], [10.31111, 49.03111000000001, 0], [10.31009, 49.03181000000001, 0], [10.30913, 49.03208000000001, 0], [10.307599999999999, 49.03124, 0], [10.30703, 49.03139999999999, 0], [10.3059, 49.03148999999999, 0], [10.304659999999998, 49.03165000000001, 0], [10.30343, 49.03151, 0], [10.30254, 49.03145000000001, 0], [10.30254, 49.03191000000001, 0], [10.30245, 49.03233, 0], [10.30304, 49.032340000000005, 0], [10.3031, 49.032370000000014, 0], [10.30297, 49.032899999999955, 0], [10.30279, 49.03322, 0], [10.30274, 49.033469999999994, 0], [10.30297, 49.03411, 0], [10.30304, 49.03460000000004, 0], [10.30285, 49.035830000000004, 0], [10.3024, 49.036610000000024, 0], [10.30214, 49.03757000000002, 0], [10.30202, 49.038299999999964, 0], [10.30431, 49.038110000000046, 0], [10.3043, 49.038250000000005, 0], [10.30416, 49.03823, 0], [10.30383, 49.03826000000001, 0], [10.30347, 49.03837999999999, 0], [10.303250000000002, 49.038490000000024, 0], [10.30283, 49.038790000000006, 0], [10.302089999999998, 49.03872999999996, 0], [10.30194, 49.03859, 0], [10.3013, 49.03933000000001, 0], [10.30066, 49.04043999999999, 0], [10.29951, 49.04083, 0], [10.29771, 49.041529999999995, 0], [10.297449999999998, 49.04170000000002, 0], [10.295439999999997, 49.04244, 0], [10.29502, 49.04252999999997, 0], [10.29462, 49.042429999999996, 0], [10.29373, 49.04232999999999, 0], [10.29361, 49.04199000000003, 0], [10.293380000000003, 49.04157000000001, 0], [10.293120000000002, 49.04119, 0], [10.292850000000001, 49.04092, 0], [10.29236, 49.04094999999998, 0], [10.291370000000002, 49.041330000000016, 0], [10.2915, 49.04149000000001, 0], [10.291370000000002, 49.04212000000001, 0], [10.29144, 49.04228999999998, 0], [10.2911, 49.042129999999986, 0], [10.29094, 49.041949999999986, 0], [10.29082, 49.04187000000002, 0], [10.29077, 49.04173, 0], [10.29047, 49.041330000000016, 0], [10.29013, 49.04104000000001, 0], [10.28984, 49.040880000000016, 0], [10.28879, 49.041079999999994, 0], [10.28799, 49.041319999999985, 0], [10.28767, 49.04128, 0], [10.28738, 49.041709999999995, 0], [10.28729, 49.04214000000002, 0], [10.28744, 49.04232999999999, 0], [10.28756, 49.04265000000001, 0], [10.28792, 49.0428, 0], [10.287810000000002, 49.04292000000001, 0], [10.28752, 49.04306, 0], [10.28701, 49.04284999999999, 0], [10.28707, 49.04283000000001, 0], [10.28701, 49.0428, 0], [10.28702, 49.04275999999999, 0], [10.2872, 49.04265000000001, 0], [10.28715, 49.04259999999999, 0], [10.28724, 49.042509999999965, 0], [10.28712, 49.042239999999964, 0], [10.28703, 49.042190000000005, 0], [10.28702, 49.042159999999996, 0], [10.287089999999997, 49.042159999999996, 0], [10.28704, 49.04207999999997, 0], [10.28646, 49.04205999999999, 0], [10.286009999999997, 49.04212000000001, 0], [10.28551, 49.04226000000003, 0], [10.285499999999999, 49.04196000000002, 0], [10.28608, 49.041799999999995, 0], [10.28632, 49.04139999999998, 0], [10.28672, 49.041150000000016, 0], [10.28704, 49.040869999999984, 0], [10.28712, 49.040659999999974, 0], [10.28723, 49.04057, 0], [10.287429999999999, 49.040610000000015, 0], [10.28789, 49.04053999999999, 0], [10.288509999999999, 49.040189999999996, 0], [10.28813, 49.03985, 0], [10.287949999999999, 49.039770000000004, 0], [10.28741, 49.03934000000001, 0], [10.28699, 49.03881000000001, 0], [10.286470000000001, 49.03844000000001, 0], [10.286030000000002, 49.03824, 0], [10.285320000000002, 49.03799000000001, 0], [10.285169999999999, 49.03778, 0], [10.285119999999997, 49.03746000000001, 0], [10.284990000000002, 49.037090000000006, 0], [10.284760000000002, 49.03662, 0], [10.28438, 49.036610000000024, 0], [10.28363, 49.036789999999996, 0], [10.28332, 49.03677999999999, 0], [10.28311, 49.036880000000025, 0], [10.282820000000001, 49.03710000000001, 0], [10.282629999999997, 49.03719000000001, 0], [10.28228, 49.03717, 0], [10.28196, 49.03727000000001, 0], [10.2817, 49.037289999999956, 0], [10.28098, 49.037499999999994, 0], [10.28075, 49.037530000000004, 0], [10.28096, 49.03762999999998, 0], [10.280900000000003, 49.03769, 0], [10.27977, 49.03793000000002, 0], [10.279380000000002, 49.03806000000003, 0], [10.27864, 49.03806000000003, 0], [10.27773, 49.03818000000001, 0], [10.27699, 49.03832, 0], [10.27699, 49.03883999999999, 0], [10.27672, 49.03933000000001, 0], [10.276249999999997, 49.03993000000003, 0], [10.275579999999998, 49.040189999999996, 0], [10.27474, 49.04067999999998, 0], [10.27444, 49.04093, 0], [10.27495, 49.04122000000001, 0], [10.27571, 49.04193000000001, 0], [10.276330000000002, 49.042249999999996, 0], [10.27672, 49.04239000000001, 0], [10.277279999999998, 49.04266000000001, 0], [10.27673, 49.04275999999999, 0], [10.27524, 49.04289, 0], [10.27419, 49.04302000000001, 0], [10.27364, 49.04300999999998, 0], [10.273459999999998, 49.04236, 0], [10.272689999999999, 49.04244, 0], [10.272199999999998, 49.04244, 0], [10.27221, 49.04302000000001, 0], [10.271350000000002, 49.04283000000001, 0], [10.269819999999998, 49.042730000000006, 0], [10.26979, 49.04312999999999, 0], [10.2681, 49.04300999999998, 0], [10.2679, 49.04343, 0], [10.26729, 49.043319999999994, 0], [10.26703, 49.04455999999999, 0], [10.26689, 49.04505000000003, 0], [10.266460000000002, 49.04496, 0], [10.26601, 49.044820000000016, 0], [10.26582, 49.0453, 0], [10.26561, 49.045270000000016, 0], [10.26524, 49.04529000000002, 0], [10.26503, 49.045199999999994, 0], [10.264839999999998, 49.04521, 0], [10.26457, 49.045169999999985, 0], [10.26452, 49.04518999999999, 0], [10.26442, 49.04515000000001, 0], [10.264330000000001, 49.045169999999985, 0], [10.26424, 49.04512, 0], [10.26409, 49.04509999999999, 0], [10.26367, 49.04490999999999, 0], [10.263410000000002, 49.04485, 0], [10.26328, 49.04474999999999, 0], [10.26323, 49.04464999999999, 0], [10.2633, 49.04445999999999, 0], [10.2632, 49.04435000000004, 0], [10.26309, 49.04433, 0], [10.26305, 49.04428999999999, 0], [10.26298, 49.04430000000002, 0], [10.26284, 49.04417000000001, 0], [10.26272, 49.04417000000001, 0], [10.26265, 49.044100000000014, 0], [10.2626, 49.04410999999996, 0], [10.26254, 49.044070000000005, 0], [10.26241, 49.04405, 0], [10.26234, 49.04399999999998, 0], [10.26174, 49.043830000000014, 0], [10.26184, 49.043709999999976, 0], [10.26227, 49.04343, 0], [10.262619999999998, 49.04314000000002, 0], [10.26301, 49.042550000000006, 0], [10.26314, 49.04221000000001, 0], [10.26304, 49.04218, 0], [10.26255, 49.04223000000002, 0], [10.26177, 49.04241999999999, 0], [10.26133, 49.04248999999999, 0], [10.2609, 49.042519999999996, 0], [10.26066, 49.04257999999999, 0], [10.260070000000002, 49.04314000000002, 0], [10.259719999999998, 49.04303999999999, 0], [10.25941, 49.042910000000006, 0], [10.25934, 49.04302999999999, 0], [10.25884, 49.04286999999999, 0], [10.25848, 49.04262, 0], [10.25863, 49.04228999999998, 0], [10.25867, 49.041240000000016, 0], [10.25848, 49.041139999999984, 0], [10.25815, 49.04108999999997, 0], [10.257770000000002, 49.041139999999984, 0], [10.257400000000002, 49.040729999999996, 0], [10.257269999999998, 49.04077000000001, 0], [10.25685, 49.04011, 0], [10.256129999999999, 49.03945999999996, 0], [10.25505, 49.03873999999996, 0], [10.25417, 49.03878000000003, 0], [10.2522, 49.03900999999999, 0], [10.25273, 49.03999999999999, 0], [10.25155, 49.04043999999999, 0], [10.250410000000002, 49.040670000000006, 0], [10.25039, 49.041030000000006, 0], [10.2501, 49.04187000000002, 0], [10.24991, 49.042129999999986, 0], [10.249809999999998, 49.042429999999996, 0], [10.25054, 49.04327000000001, 0], [10.251520000000001, 49.043830000000014, 0], [10.25277, 49.04440999999997, 0], [10.25325, 49.04417000000001, 0], [10.25457, 49.04375999999999, 0], [10.2548, 49.044010000000014, 0], [10.25538, 49.04444999999998, 0], [10.25593, 49.04444000000001, 0], [10.25579, 49.04474999999999, 0], [10.25538, 49.04536999999999, 0], [10.25496, 49.045810000000046, 0], [10.25448, 49.046189999999996, 0], [10.25405, 49.04683, 0], [10.2537, 49.04723000000001, 0], [10.253090000000002, 49.04773, 0], [10.253160000000001, 49.04790999999997, 0], [10.2528, 49.048100000000034, 0], [10.25253, 49.048310000000015, 0], [10.25231, 49.048569999999984, 0], [10.252189999999999, 49.048869999999994, 0], [10.251859999999999, 49.049440000000004, 0], [10.25184, 49.04957999999999, 0], [10.251890000000001, 49.04970000000003, 0], [10.25211, 49.04993000000002, 0], [10.25257, 49.05028999999999, 0], [10.25333, 49.050790000000006, 0], [10.253559999999998, 49.05099999999999, 0], [10.25374, 49.05098000000001, 0], [10.25373, 49.05108000000001, 0], [10.2538, 49.051109999999994, 0], [10.253860000000001, 49.05109999999996, 0], [10.25385, 49.051140000000004, 0], [10.25405, 49.05117999999999, 0], [10.25404, 49.05127999999999, 0], [10.25411, 49.05129000000002, 0], [10.254149999999997, 49.05135999999999, 0], [10.254390000000003, 49.05145999999999, 0], [10.25447, 49.05145999999999, 0], [10.25489, 49.05193, 0], [10.25496, 49.05208999999999, 0], [10.25521, 49.05208999999999, 0], [10.255270000000001, 49.052220000000005, 0], [10.25531, 49.05283, 0], [10.25514, 49.053750000000036, 0], [10.254940000000001, 49.054249999999996, 0], [10.25533, 49.054429999999996, 0], [10.255500000000001, 49.054010000000005, 0], [10.25558, 49.05340000000001, 0], [10.25561, 49.052809999999994, 0], [10.25637, 49.052779999999984, 0], [10.25639, 49.05286000000001, 0], [10.257009999999998, 49.05288999999999, 0], [10.25706, 49.053889999999996, 0], [10.25719, 49.053889999999996, 0], [10.25731, 49.05441999999999, 0], [10.25748, 49.05487999999997, 0], [10.25749, 49.055409999999995, 0], [10.25763, 49.05547999999999, 0], [10.25732, 49.057529999999986, 0], [10.257280000000002, 49.05914999999999, 0], [10.25693, 49.06027, 0], [10.25663, 49.06102999999999, 0], [10.25651, 49.06155000000001, 0], [10.256679999999998, 49.06157000000002, 0], [10.256910000000001, 49.060810000000004, 0], [10.25716, 49.06031999999999, 0], [10.257400000000002, 49.05969000000002, 0], [10.25782, 49.05981, 0], [10.25841, 49.059920000000005, 0], [10.258610000000001, 49.05969999999999, 0], [10.25915, 49.05975000000001, 0], [10.25911, 49.05982999999998, 0], [10.25955, 49.059939999999955, 0], [10.26038, 49.06029000000001, 0], [10.26081, 49.06040999999999, 0], [10.26223, 49.0607, 0], [10.26191, 49.061139999999966, 0], [10.262520000000002, 49.061170000000004, 0], [10.2628, 49.061210000000045, 0], [10.263290000000001, 49.06133, 0], [10.26516, 49.06164000000004, 0], [10.265530000000002, 49.061739999999986, 0], [10.26551, 49.06179, 0], [10.26535, 49.06205000000003, 0], [10.264260000000002, 49.06271000000001, 0], [10.263630000000001, 49.063170000000014, 0], [10.262960000000001, 49.06303, 0], [10.2621, 49.062749999999966, 0], [10.261590000000002, 49.06406000000001, 0], [10.26135, 49.06403, 0], [10.26131, 49.06412, 0], [10.26149, 49.064250000000015, 0], [10.26101, 49.06481000000002, 0], [10.25923, 49.06509, 0], [10.25827, 49.066720000000004, 0], [10.258060000000002, 49.06695000000002, 0], [10.25822, 49.067080000000004, 0], [10.25836, 49.067260000000005, 0], [10.258749999999997, 49.06729999999999, 0], [10.25922, 49.06743000000003, 0], [10.25829, 49.068340000000006, 0], [10.25796, 49.068730000000016, 0], [10.25827, 49.06882999999996, 0], [10.25812, 49.06939, 0], [10.25827, 49.0702, 0], [10.25808, 49.07023000000001, 0], [10.25781, 49.070190000000025, 0], [10.25775, 49.07021000000003, 0], [10.257730000000002, 49.07029, 0], [10.25744, 49.070310000000006, 0], [10.257379999999998, 49.070359999999994, 0], [10.25726, 49.07031999999998, 0], [10.257130000000002, 49.07033000000001, 0], [10.25707, 49.070269999999965, 0], [10.25686, 49.070269999999965, 0], [10.25638, 49.070430000000016, 0], [10.25604, 49.070449999999994, 0], [10.255760000000002, 49.070539999999994, 0], [10.25403, 49.07117999999997, 0], [10.253399999999997, 49.07151999999999, 0], [10.25327, 49.07159999999999, 0], [10.253260000000001, 49.071709999999996, 0], [10.253079999999999, 49.071879999999965, 0], [10.25243, 49.072299999999984, 0], [10.25237, 49.072310000000016, 0], [10.25227, 49.07243, 0], [10.252189999999999, 49.07245, 0], [10.252050000000002, 49.07256000000001, 0], [10.25142, 49.072749999999985, 0], [10.25113, 49.07278000000002, 0], [10.25083, 49.072900000000004, 0], [10.25051, 49.07293999999999, 0], [10.248740000000002, 49.073409999999996, 0], [10.248549999999998, 49.07345000000001, 0], [10.248300000000002, 49.07345000000001, 0], [10.24782, 49.073409999999996, 0], [10.24635, 49.07380999999998, 0], [10.24607, 49.07384999999999, 0], [10.24592, 49.07390000000001, 0], [10.24595, 49.07427999999999, 0], [10.24559, 49.07437999999999, 0], [10.24394, 49.074250000000006, 0], [10.24359, 49.07420000000002, 0], [10.24371, 49.07348000000002, 0], [10.24394, 49.07274000000001, 0], [10.24248, 49.07233000000002, 0], [10.24184, 49.07334, 0], [10.24182, 49.07364000000001, 0], [10.2412, 49.073589999999996, 0], [10.240749999999998, 49.07417000000001, 0], [10.240120000000001, 49.074160000000006, 0], [10.239680000000002, 49.07446999999999, 0], [10.23948, 49.07467, 0], [10.23883, 49.07453000000001, 0], [10.23828, 49.07449, 0], [10.23765, 49.07434000000001, 0], [10.237340000000001, 49.07425999999998, 0], [10.23679, 49.07397, 0], [10.236329999999999, 49.07388, 0], [10.235370000000001, 49.073890000000006, 0], [10.23511, 49.07422999999997, 0], [10.234220000000002, 49.07432, 0], [10.23451, 49.07503, 0], [10.23454, 49.07526999999999, 0], [10.23446, 49.07555000000002, 0], [10.23402, 49.076310000000035, 0], [10.2344, 49.07646, 0], [10.23569, 49.07676000000001, 0], [10.23747, 49.07724999999999, 0], [10.23784, 49.07751999999999, 0], [10.23893, 49.07848000000001, 0], [10.23931, 49.078749999999985, 0], [10.23985, 49.07936000000001, 0], [10.240189999999998, 49.07984999999999, 0], [10.24043, 49.080329999999975, 0], [10.24073, 49.081109999999995, 0], [10.24083, 49.08152000000001, 0], [10.24087, 49.08215000000004, 0], [10.24192, 49.08198999999999, 0], [10.242609999999999, 49.08208000000002, 0], [10.24274, 49.08206000000001, 0], [10.24302, 49.08152999999999, 0], [10.2433, 49.08112, 0], [10.24252, 49.08103, 0], [10.241829999999998, 49.08078999999998, 0], [10.24139, 49.080539999999985, 0], [10.24122, 49.08010999999999, 0], [10.24115, 49.07981000000001, 0], [10.24115, 49.079499999999996, 0], [10.24155, 49.07936000000001, 0], [10.242090000000001, 49.078959999999995, 0], [10.242460000000001, 49.078779999999995, 0], [10.2431, 49.07856000000001, 0], [10.244, 49.07849999999999, 0], [10.24419, 49.078900000000004, 0], [10.24444, 49.07996, 0], [10.24589, 49.079890000000006, 0], [10.246869999999998, 49.07975000000002, 0], [10.24697, 49.07975000000002, 0], [10.24699, 49.07978, 0], [10.247100000000001, 49.079830000000015, 0], [10.24686, 49.08070000000001, 0], [10.24592, 49.08043000000001, 0], [10.24689, 49.08112, 0], [10.2472, 49.08150999999998, 0], [10.24728, 49.08190999999999, 0], [10.2473, 49.08225999999999, 0], [10.24727, 49.082689999999985, 0], [10.24708, 49.08321000000001, 0], [10.247260000000002, 49.08327, 0], [10.24718, 49.08354, 0], [10.24764, 49.083549999999974, 0], [10.24825, 49.08363, 0], [10.248140000000001, 49.08389, 0], [10.248, 49.084599999999995, 0], [10.24798, 49.08552, 0], [10.2481, 49.086310000000026, 0], [10.248209999999998, 49.08661000000001, 0], [10.249249999999998, 49.086280000000016, 0], [10.24974, 49.08729999999997, 0], [10.249589999999998, 49.08732999999998, 0], [10.25001, 49.08794000000003, 0], [10.250370000000002, 49.08834999999999, 0], [10.25049, 49.08840000000001, 0], [10.25031, 49.08873, 0], [10.25016, 49.08915999999999, 0], [10.25009, 49.08969999999999, 0], [10.250249999999998, 49.09001000000001, 0], [10.25061, 49.09026, 0], [10.25021, 49.09099000000003, 0], [10.25059, 49.09127000000001, 0], [10.2505, 49.09142000000003, 0], [10.25028, 49.09156999999999, 0], [10.24962, 49.091830000000016, 0], [10.24893, 49.092190000000045, 0], [10.24879, 49.09151, 0], [10.24775, 49.09163000000001, 0], [10.2478, 49.09192999999996, 0], [10.24798, 49.09252000000001, 0], [10.24938, 49.09235000000001, 0], [10.2504, 49.09210999999999, 0], [10.25047, 49.092330000000004, 0], [10.24974, 49.09244000000001, 0], [10.24968, 49.092610000000036, 0], [10.249710000000002, 49.092870000000005, 0], [10.24956, 49.092929999999996, 0], [10.249440000000002, 49.092809999999986, 0], [10.249220000000001, 49.092749999999995, 0], [10.2485, 49.09289000000004, 0], [10.24764, 49.092989999999986, 0], [10.24756, 49.09255999999999, 0], [10.24731, 49.092060000000004, 0], [10.24656, 49.09223, 0], [10.24521, 49.091999999999985, 0], [10.24545, 49.09107, 0], [10.24564, 49.09064000000001, 0], [10.24515, 49.09065000000001, 0], [10.24403, 49.09058999999999, 0], [10.243199999999998, 49.09058999999999, 0], [10.24319, 49.090840000000014, 0], [10.24338, 49.09116, 0], [10.24393, 49.0917, 0], [10.244129999999998, 49.09197, 0], [10.24426, 49.09219999999999, 0], [10.24445, 49.092719999999986, 0], [10.24386, 49.09288000000001, 0], [10.24277, 49.09309999999999, 0], [10.242759999999999, 49.09272999999999, 0], [10.242620000000002, 49.092029999999994, 0], [10.242, 49.09216000000001, 0], [10.24152, 49.09210999999999, 0], [10.24147, 49.09205, 0], [10.24132, 49.09201999999999, 0], [10.2409, 49.091999999999985, 0], [10.23877, 49.09205, 0], [10.2379, 49.091999999999985, 0], [10.23765, 49.09127000000001, 0], [10.23731, 49.09109000000001, 0], [10.23658, 49.09082000000001, 0], [10.235930000000002, 49.090689999999995, 0], [10.235100000000001, 49.09046000000001, 0], [10.23474, 49.09094999999999, 0], [10.23451, 49.09142000000003, 0], [10.2343, 49.09205, 0], [10.23388, 49.09207000000001, 0], [10.233499999999998, 49.09205, 0], [10.23299, 49.09195999999997, 0], [10.232359999999998, 49.09179, 0], [10.23238, 49.09159, 0], [10.23315, 49.090270000000004, 0], [10.23245, 49.090329999999966, 0], [10.23208, 49.09026, 0], [10.23142, 49.09024000000002, 0], [10.23086, 49.09016, 0], [10.23052, 49.09001000000001, 0], [10.22999, 49.08989, 0], [10.22959, 49.08967999999999, 0], [10.2293, 49.08948000000001, 0], [10.22892, 49.08931999999999, 0], [10.22865, 49.08923999999999, 0], [10.22803, 49.08915999999999, 0], [10.227130000000002, 49.08937, 0], [10.22655, 49.08964, 0], [10.226270000000001, 49.08985000000001, 0], [10.22606, 49.09012999999999, 0], [10.22592, 49.09046000000001, 0], [10.22582, 49.09121999999999, 0], [10.22551, 49.09159, 0], [10.225929999999998, 49.092190000000045, 0], [10.22606, 49.09288000000001, 0], [10.22606, 49.09317999999999, 0], [10.22596, 49.09342000000001, 0], [10.2255, 49.09376, 0], [10.22541, 49.093879999999984, 0], [10.22517, 49.09433000000004, 0], [10.22508, 49.09461999999999, 0], [10.22509, 49.094900000000024, 0], [10.22503, 49.095200000000006, 0], [10.2253, 49.09524999999999, 0], [10.22513, 49.09563000000003, 0], [10.22425, 49.09568999999999, 0], [10.22414, 49.09653, 0], [10.223629999999998, 49.09682000000001, 0], [10.2236, 49.09688, 0], [10.22307, 49.09721999999999, 0], [10.22313, 49.09727000000001, 0], [10.223150000000002, 49.09735999999998, 0], [10.222959999999999, 49.0977, 0], [10.22294, 49.09786, 0], [10.2229, 49.09793000000002, 0], [10.22284, 49.097950000000026, 0], [10.22288, 49.09800000000001, 0], [10.2228, 49.098059999999975, 0], [10.22272, 49.09805, 0], [10.22264, 49.09810999999999, 0], [10.222659999999998, 49.09801999999999, 0], [10.22254, 49.09782000000001, 0], [10.22246, 49.09776999999997, 0], [10.22181, 49.097620000000006, 0], [10.221370000000002, 49.097350000000006, 0], [10.22068, 49.09724, 0], [10.219809999999999, 49.09701000000001, 0], [10.21956, 49.09689, 0], [10.21915, 49.09680000000003, 0], [10.21695, 49.096360000000004, 0], [10.21568, 49.096000000000004, 0], [10.21478, 49.095699999999994, 0], [10.21374, 49.095399999999984, 0], [10.21352, 49.09521999999998, 0], [10.213199999999999, 49.094780000000014, 0], [10.21211, 49.09434999999999, 0], [10.2117, 49.09428999999997, 0], [10.21123, 49.094300000000004, 0], [10.2102, 49.094570000000004, 0], [10.20987, 49.09455, 0], [10.20605, 49.09667999999999, 0], [10.20399, 49.097380000000015, 0], [10.20502, 49.09790000000001, 0], [10.20545, 49.098150000000004, 0], [10.20648, 49.09861999999998, 0], [10.20623, 49.09882999999999, 0], [10.20753, 49.09937000000002, 0], [10.20784, 49.09944999999999, 0], [10.208249999999998, 49.09894, 0], [10.208849999999998, 49.09832, 0], [10.20907, 49.09764999999999, 0], [10.2094, 49.09742, 0], [10.209850000000001, 49.097170000000006, 0], [10.21064, 49.09682000000001, 0], [10.210709999999999, 49.09683000000001, 0], [10.210780000000002, 49.09688, 0], [10.2114, 49.09809999999999, 0], [10.210699999999997, 49.09888999999998, 0], [10.21037, 49.09940000000003, 0], [10.20992, 49.099999999999994, 0], [10.21044, 49.100300000000004, 0], [10.210240000000002, 49.10061999999999, 0], [10.21002, 49.10059000000001, 0], [10.20967, 49.10047, 0], [10.20955, 49.10029, 0], [10.20898, 49.099909999999994, 0], [10.208600000000002, 49.099879999999985, 0], [10.20832, 49.09980999999999, 0], [10.207740000000001, 49.099549999999994, 0], [10.20747, 49.09947, 0], [10.20746, 49.099410000000006, 0], [10.20738, 49.09940000000003, 0], [10.207300000000002, 49.09949, 0], [10.20715, 49.099519999999984, 0], [10.207649999999997, 49.099999999999994, 0], [10.207670000000002, 49.10009999999997, 0], [10.20797, 49.100269999999995, 0], [10.208039999999999, 49.10040999999998, 0], [10.20801, 49.10057000000003, 0], [10.20787, 49.10071000000002, 0], [10.20742, 49.10092, 0], [10.207479999999999, 49.10112000000001, 0], [10.20818, 49.10127000000003, 0], [10.208589999999997, 49.10140000000001, 0], [10.20934, 49.10153, 0], [10.209779999999999, 49.101560000000006, 0], [10.21018, 49.10140000000001, 0], [10.210340000000002, 49.10119, 0], [10.210489999999998, 49.10119, 0], [10.210680000000002, 49.10132999999999, 0], [10.21099, 49.101470000000006, 0], [10.211629999999998, 49.10167000000001, 0], [10.211940000000002, 49.10149000000001, 0], [10.2119, 49.10148000000001, 0], [10.212750000000002, 49.10077000000001, 0], [10.21287, 49.10055000000003, 0], [10.213269999999998, 49.10061999999999, 0], [10.21355, 49.101020000000005, 0], [10.21263, 49.10132999999999, 0], [10.21222, 49.10167000000001, 0], [10.21233, 49.10167000000001, 0], [10.21233, 49.10177999999999, 0], [10.212420000000002, 49.10176999999999, 0], [10.21266, 49.101969999999966, 0], [10.212669999999997, 49.10204999999999, 0], [10.212790000000002, 49.10213000000002, 0], [10.21282, 49.10220000000001, 0], [10.212900000000001, 49.10218000000003, 0], [10.212910000000003, 49.102239999999966, 0], [10.21307, 49.10231999999999, 0], [10.213120000000002, 49.10240999999999, 0], [10.21317, 49.10239999999996, 0], [10.21325, 49.102540000000005, 0], [10.21342, 49.10267999999999, 0], [10.21347, 49.10279, 0], [10.213599999999998, 49.102900000000034, 0], [10.213599999999998, 49.10294999999999, 0], [10.21378, 49.10316, 0], [10.21374, 49.103189999999984, 0], [10.2139, 49.10336000000004, 0], [10.21388, 49.103380000000044, 0], [10.21404, 49.1035, 0], [10.213990000000003, 49.103549999999984, 0], [10.21401, 49.10360000000003, 0], [10.214160000000001, 49.10371000000001, 0], [10.21417, 49.10374999999999, 0], [10.214320000000003, 49.10371000000001, 0], [10.2147, 49.10369, 0], [10.21473, 49.10377, 0], [10.21494, 49.10405000000003, 0], [10.21491, 49.10417000000001, 0], [10.21452, 49.10410999999999, 0], [10.21444, 49.104150000000004, 0], [10.214500000000001, 49.10417000000001, 0], [10.21461, 49.10432, 0], [10.21474, 49.104420000000005, 0], [10.21473, 49.10449000000003, 0], [10.214799999999999, 49.10449000000003, 0], [10.214799999999999, 49.104539999999986, 0], [10.214870000000001, 49.10453000000001, 0], [10.21494, 49.104600000000005, 0], [10.214899999999998, 49.104629999999986, 0], [10.215, 49.10464999999999, 0], [10.21498, 49.10467999999997, 0], [10.21506, 49.104719999999986, 0], [10.2151, 49.10481999999999, 0], [10.215169999999999, 49.10485, 0], [10.21523, 49.10495, 0], [10.21532, 49.10503, 0], [10.21525, 49.105069999999984, 0], [10.21531, 49.10509999999999, 0], [10.2153, 49.105140000000006, 0], [10.21612, 49.105999999999995, 0], [10.21585, 49.106480000000005, 0], [10.21563, 49.10642999999999, 0], [10.2156, 49.10646, 0], [10.21528, 49.10633999999996, 0], [10.21493, 49.106960000000015, 0], [10.21489, 49.10694999999998, 0], [10.21485, 49.10701, 0], [10.214899999999998, 49.107039999999955, 0], [10.21482, 49.107050000000015, 0], [10.214320000000003, 49.10798, 0], [10.21351, 49.11138, 0], [10.21526, 49.11128999999997, 0], [10.21519, 49.11176000000003, 0], [10.215430000000001, 49.113350000000025, 0], [10.216199999999999, 49.113350000000025, 0], [10.21663, 49.11330000000001, 0], [10.21818, 49.11295999999999, 0], [10.21968, 49.11282, 0], [10.22149, 49.11258000000001, 0], [10.2222, 49.11243000000002, 0], [10.223150000000002, 49.11219, 0], [10.22505, 49.11153999999999, 0], [10.22735, 49.11045999999999, 0], [10.22779, 49.110300000000024, 0], [10.227979999999999, 49.11028999999999, 0], [10.229349999999998, 49.11116999999999, 0], [10.22847, 49.1113, 0], [10.22774, 49.111470000000025, 0], [10.227379999999998, 49.111620000000016, 0], [10.22669, 49.11229, 0], [10.22652, 49.11259000000001, 0], [10.22651, 49.11286000000001, 0], [10.226800000000003, 49.11296999999999, 0], [10.227, 49.113159999999965, 0], [10.22722, 49.11327, 0], [10.22981, 49.11328, 0], [10.22982, 49.113320000000016, 0], [10.229239999999999, 49.11453, 0], [10.22911, 49.115309999999994, 0], [10.229210000000002, 49.115610000000004, 0], [10.22937, 49.115909999999985, 0], [10.22934, 49.11594999999997, 0], [10.22948, 49.11703, 0], [10.22956, 49.117050000000006, 0], [10.229170000000002, 49.117399999999975, 0], [10.228730000000002, 49.117670000000004, 0], [10.22845, 49.117760000000004, 0], [10.22629, 49.118330000000014, 0], [10.224790000000002, 49.118979999999965, 0], [10.22474, 49.119039999999984, 0], [10.22509, 49.120190000000036, 0], [10.22517, 49.120220000000046, 0], [10.2253, 49.120190000000036, 0], [10.22552, 49.12007, 0], [10.22625, 49.11989, 0], [10.227779999999997, 49.11962, 0], [10.229189999999997, 49.119230000000016, 0], [10.229910000000002, 49.119140000000016, 0], [10.2302, 49.11913000000001, 0], [10.23054, 49.11916000000002, 0], [10.230690000000001, 49.11926999999997, 0], [10.23075, 49.11959999999999, 0], [10.231649999999998, 49.11968000000002, 0], [10.23282, 49.11971, 0], [10.23367, 49.11977999999999, 0], [10.23488, 49.11998, 0], [10.23511, 49.12017, 0], [10.237120000000003, 49.12048999999999, 0], [10.23721, 49.120329999999996, 0], [10.2377, 49.12065000000004, 0], [10.23877, 49.12126000000001, 0], [10.23863, 49.121399999999994, 0], [10.23919, 49.12164000000001, 0], [10.23929, 49.121579999999994, 0], [10.24053, 49.121970000000005, 0], [10.240789999999999, 49.12210999999999, 0], [10.240749999999998, 49.12216999999998, 0], [10.24106, 49.1224, 0], [10.24124, 49.12262000000001, 0], [10.240380000000002, 49.12307000000001, 0], [10.2401, 49.123350000000016, 0], [10.24007, 49.12344999999999, 0], [10.24011, 49.12365999999997, 0], [10.23998, 49.12396000000001, 0], [10.24, 49.124089999999995, 0], [10.24068, 49.12452999999999, 0], [10.24106, 49.12468999999999, 0], [10.24136, 49.12469999999999, 0], [10.24148, 49.12474, 0], [10.24178, 49.124930000000006, 0], [10.242159999999998, 49.12504999999999, 0], [10.24244, 49.12527, 0], [10.24286, 49.125429999999994, 0], [10.24286, 49.125609999999995, 0], [10.24341, 49.12585999999999, 0], [10.24439, 49.12607, 0], [10.24488, 49.12613999999999, 0], [10.24499, 49.126000000000005, 0], [10.246060000000002, 49.126480000000015, 0], [10.246309999999998, 49.12646999999998, 0], [10.24704, 49.12658999999999, 0], [10.24733, 49.126660000000015, 0], [10.247810000000001, 49.126720000000006, 0], [10.2488, 49.1267, 0], [10.25104, 49.12630000000004, 0], [10.25107, 49.12621999999999, 0], [10.25143, 49.126979999999975, 0], [10.25149, 49.12718000000004, 0], [10.25171, 49.12713999999997, 0], [10.25177, 49.12724, 0], [10.251680000000002, 49.127279999999985, 0], [10.25167, 49.127340000000004, 0], [10.252749999999999, 49.12995999999998, 0], [10.2528, 49.12990000000002, 0], [10.25702, 49.128970000000066, 0], [10.25704, 49.12903, 0], [10.25711, 49.12901999999997, 0], [10.25711, 49.12916000000001, 0], [10.25676, 49.12971999999999, 0], [10.256690000000003, 49.12990000000002, 0], [10.25663, 49.13022000000001, 0], [10.25664, 49.13043999999999, 0], [10.25671, 49.130420000000015, 0], [10.25672, 49.130840000000006, 0], [10.25567, 49.13186000000002, 0], [10.254340000000001, 49.13274999999999, 0], [10.25217, 49.133759999999995, 0], [10.25142, 49.13398000000001, 0], [10.252859999999998, 49.135670000000005, 0], [10.25336, 49.13616999999999, 0], [10.253260000000001, 49.13623000000001, 0], [10.254390000000003, 49.13715000000002, 0], [10.25495, 49.13732999999999, 0], [10.255299999999998, 49.137490000000014, 0], [10.25552, 49.13773999999998, 0], [10.25556, 49.138090000000005, 0], [10.255199999999999, 49.13844, 0], [10.254969999999998, 49.138540000000006, 0], [10.25436, 49.13866999999999, 0], [10.25395, 49.138840000000016, 0], [10.2538, 49.139009999999956, 0], [10.25377, 49.13915, 0], [10.25385, 49.13944000000001, 0], [10.25399, 49.13971000000001, 0], [10.253999999999998, 49.13990000000001, 0], [10.25394, 49.140299999999996, 0], [10.25372, 49.14096000000001, 0], [10.25305, 49.14129, 0], [10.25278, 49.14157, 0], [10.25267, 49.141819999999996, 0], [10.2525, 49.142060000000015, 0], [10.25151, 49.14186999999998, 0], [10.25157, 49.14237, 0], [10.25181, 49.14314000000002, 0], [10.25188, 49.143689999999964, 0], [10.2513, 49.143759999999986, 0], [10.25049, 49.14411999999996, 0], [10.24928, 49.14483999999996, 0], [10.2489, 49.14535999999998, 0], [10.24864, 49.145539999999954, 0], [10.24842, 49.14600999999999, 0], [10.24822, 49.14668, 0], [10.24815, 49.14695000000003, 0], [10.24819, 49.147249999999985, 0], [10.2478, 49.14765000000003, 0], [10.24769, 49.14769000000001, 0], [10.24776, 49.14777999999998, 0], [10.24839, 49.14791999999997, 0], [10.24846, 49.14797999999999, 0], [10.24849, 49.148390000000035, 0], [10.24817, 49.14923999999999, 0], [10.24804, 49.14925000000002, 0], [10.247580000000001, 49.14917, 0], [10.24668, 49.14896000000002, 0], [10.24557, 49.14876000000001, 0], [10.24396, 49.14881, 0], [10.24362, 49.14886000000001, 0], [10.24243, 49.14908, 0], [10.24181, 49.14927, 0], [10.24116, 49.14937999999998, 0], [10.24041, 49.14956000000001, 0], [10.24037, 49.14945, 0], [10.23856, 49.14940999999999, 0], [10.23847, 49.14945, 0], [10.23837, 49.149429999999995, 0], [10.2378, 49.15033, 0], [10.23747, 49.151279999999986, 0], [10.23721, 49.15165999999999, 0], [10.23693, 49.151910000000015, 0], [10.2362, 49.15208000000001, 0], [10.235739999999998, 49.15210999999999, 0], [10.23487, 49.15210999999999, 0], [10.23378, 49.15217999999999, 0], [10.232249999999999, 49.152680000000004, 0], [10.23197, 49.15294, 0], [10.23161, 49.15334000000004, 0], [10.23104, 49.15347, 0], [10.231060000000001, 49.15368000000001, 0], [10.23127, 49.154319999999984, 0], [10.231319999999998, 49.154679999999985, 0], [10.231319999999998, 49.155, 0], [10.231199999999998, 49.15553, 0], [10.23242, 49.15557000000001, 0], [10.232089999999998, 49.15602999999996, 0], [10.23206, 49.156409999999994, 0], [10.23156, 49.15636000000001, 0], [10.23135, 49.15665000000001, 0], [10.23122, 49.15724, 0], [10.23059, 49.157489999999996, 0], [10.22992, 49.15766000000002, 0], [10.22929, 49.15810999999999, 0], [10.22834, 49.159339999999986, 0], [10.22811, 49.15956000000003, 0], [10.22797, 49.15989999999999, 0], [10.226739999999998, 49.16054, 0], [10.2265, 49.16069999999999, 0], [10.22611, 49.160889999999995, 0], [10.22521, 49.16123999999999, 0], [10.22505, 49.161400000000015, 0], [10.22413, 49.161820000000006, 0], [10.22372, 49.16140999999996, 0], [10.22364, 49.16120999999998, 0], [10.2232, 49.160560000000004, 0], [10.22267, 49.16001000000003, 0], [10.22192, 49.16015999999999, 0], [10.22093, 49.16030000000001, 0], [10.22027, 49.16024999999999, 0], [10.21952, 49.16014000000001, 0], [10.21904, 49.160169999999994, 0], [10.218609999999998, 49.16006999999999, 0], [10.21859, 49.16059999999999, 0], [10.21877, 49.16102999999998, 0], [10.21939, 49.16085000000001, 0], [10.21962, 49.16098999999997, 0], [10.21983, 49.16136, 0], [10.21974, 49.16167999999996, 0], [10.21913, 49.162890000000004, 0], [10.21871, 49.16293999999999, 0], [10.21863, 49.163399999999996, 0], [10.21815, 49.16347999999999, 0], [10.21653, 49.16356999999999, 0], [10.216130000000001, 49.16355999999999, 0], [10.21549, 49.16364999999999, 0], [10.21512, 49.16332, 0], [10.21491, 49.16308000000001, 0], [10.21455, 49.162379999999985, 0], [10.21385, 49.162530000000004, 0], [10.21345, 49.16269, 0], [10.21295, 49.162800000000004, 0], [10.212380000000001, 49.16162000000003, 0], [10.21239, 49.16120999999998, 0], [10.212189999999998, 49.16084000000001, 0], [10.211859999999998, 49.16041000000001, 0], [10.21169, 49.16030999999998, 0], [10.21128, 49.160079999999994, 0], [10.21106, 49.16001000000003, 0], [10.21099, 49.160030000000006, 0], [10.210240000000002, 49.15992, 0], [10.20995, 49.15974, 0], [10.209680000000002, 49.15961999999999, 0], [10.20771, 49.159310000000005, 0], [10.20742, 49.159249999999986, 0], [10.206700000000001, 49.15899999999999, 0], [10.20697, 49.158000000000044, 0], [10.2056, 49.15669, 0], [10.20545, 49.15661000000003, 0], [10.205579999999998, 49.15652, 0], [10.205509999999999, 49.15647000000001, 0], [10.20553, 49.15629000000001, 0], [10.20512, 49.155609999999996, 0], [10.20442, 49.15585999999999, 0], [10.20393, 49.155969999999996, 0], [10.20318, 49.15629000000001, 0], [10.202529999999998, 49.15638000000001, 0], [10.20219, 49.15630999999999, 0], [10.20194, 49.15629999999996, 0], [10.20143, 49.156229999999994, 0], [10.20076, 49.15602000000001, 0], [10.20027, 49.15568999999999, 0], [10.20007, 49.155489999999986, 0], [10.196830000000002, 49.155760000000015, 0], [10.19695, 49.156769999999995, 0], [10.19699, 49.15680000000003, 0], [10.19835, 49.15673000000001, 0], [10.19872, 49.156949999999995, 0], [10.198749999999999, 49.15886000000003, 0], [10.19883, 49.15887000000001, 0], [10.19893, 49.15896999999998, 0], [10.19883, 49.15914000000001, 0], [10.19957, 49.16022000000001, 0], [10.19899, 49.16066000000001, 0], [10.19911, 49.16091, 0], [10.19591, 49.16261000000003, 0], [10.196409999999998, 49.16307000000003, 0], [10.196849999999998, 49.16327000000001, 0], [10.19724, 49.16359, 0], [10.19608, 49.164559999999994, 0], [10.194260000000002, 49.165580000000006, 0], [10.19364, 49.16650000000001, 0], [10.193290000000001, 49.16685000000001, 0], [10.19288, 49.167159999999996, 0], [10.19259, 49.16756000000001, 0], [10.19269, 49.16801000000001, 0], [10.1933, 49.168420000000026, 0], [10.19412, 49.16926999999998, 0], [10.19441, 49.169419999999974, 0], [10.19461, 49.16945999999999, 0], [10.19473, 49.16955999999999, 0], [10.194739999999998, 49.169610000000006, 0], [10.19506, 49.16969, 0], [10.19516, 49.16986, 0], [10.19526, 49.16991999999999, 0], [10.19374, 49.170199999999994, 0], [10.19242, 49.170349999999985, 0], [10.19047, 49.17079000000001, 0], [10.19027, 49.170890000000014, 0], [10.18969, 49.170680000000004, 0], [10.188580000000002, 49.17058, 0], [10.18799, 49.169719999999984, 0], [10.18772, 49.169929999999994, 0], [10.18762, 49.17016000000001, 0], [10.18801, 49.17116999999999, 0], [10.1882, 49.17133999999999, 0], [10.18827, 49.17187000000001, 0], [10.188789999999997, 49.171809999999994, 0], [10.18905, 49.17190000000002, 0], [10.18944, 49.17196000000001, 0], [10.189609999999998, 49.17205000000001, 0], [10.189470000000002, 49.17231000000001, 0], [10.18924, 49.17248999999998, 0], [10.18876, 49.17264, 0], [10.18849, 49.172860000000014, 0], [10.18894, 49.17345, 0], [10.189350000000001, 49.173659999999984, 0], [10.19003, 49.17385999999999, 0], [10.18944, 49.174319999999994, 0], [10.18901, 49.17433, 0], [10.1883, 49.173839999999984, 0], [10.188279999999999, 49.17356000000004, 0], [10.18816, 49.17331999999999, 0], [10.187909999999999, 49.17320000000001, 0], [10.18801, 49.17299, 0], [10.187869999999998, 49.172740000000005, 0], [10.187570000000001, 49.172619999999995, 0], [10.18719, 49.172709999999995, 0], [10.18695, 49.17266000000001, 0], [10.18676, 49.17254, 0], [10.18664, 49.17233999999999, 0], [10.186709999999998, 49.171719999999965, 0], [10.18685, 49.171310000000005, 0], [10.187049999999997, 49.171040000000005, 0], [10.18708, 49.17077000000003, 0], [10.18676, 49.17042000000001, 0], [10.18551, 49.170559999999995, 0], [10.18526, 49.17067, 0], [10.18485, 49.17090000000002, 0], [10.18474, 49.17104999999998, 0], [10.184990000000003, 49.17141000000001, 0], [10.18521, 49.17160000000001, 0], [10.185530000000002, 49.171610000000015, 0], [10.1857, 49.171880000000016, 0], [10.185669999999998, 49.17224999999999, 0], [10.185569999999998, 49.17260999999996, 0], [10.18559, 49.172979999999995, 0], [10.1854, 49.17299, 0], [10.18528, 49.17276000000001, 0], [10.18485, 49.17224999999999, 0], [10.18434, 49.17248000000001, 0], [10.183929999999998, 49.17276000000001, 0], [10.18363, 49.17214999999996, 0], [10.18336, 49.17182, 0], [10.1831, 49.17183, 0], [10.18258, 49.17193000000003, 0], [10.18208, 49.17209, 0], [10.18069, 49.172619999999995, 0], [10.17931, 49.17299, 0], [10.17827, 49.17318, 0], [10.17729, 49.173249999999996, 0], [10.17727, 49.17347000000001, 0], [10.17741, 49.173839999999984, 0], [10.17749, 49.174589999999995, 0], [10.177470000000001, 49.17487, 0], [10.17739, 49.17514000000003, 0], [10.17758, 49.17533, 0], [10.17813, 49.17563999999999, 0], [10.17836, 49.176109999999966, 0], [10.17894, 49.17642000000001, 0], [10.17976, 49.176620000000014, 0], [10.1806, 49.17672999999999, 0], [10.181, 49.17654999999999, 0], [10.18123, 49.17670000000001, 0], [10.18127, 49.17685, 0], [10.18109, 49.17699999999999, 0], [10.18108, 49.177400000000006, 0], [10.18113, 49.17771000000002, 0], [10.180970000000002, 49.17815000000002, 0], [10.180779999999999, 49.178510000000045, 0], [10.18067, 49.17902000000001, 0], [10.18103, 49.17942999999997, 0], [10.18109, 49.179730000000006, 0], [10.18104, 49.18048000000002, 0], [10.18113, 49.18075999999999, 0], [10.18131, 49.181070000000005, 0], [10.18155, 49.181659999999994, 0], [10.18144, 49.181970000000035, 0], [10.18135, 49.18260000000001, 0], [10.18044, 49.18266999999997, 0], [10.17967, 49.182420000000036, 0], [10.17908, 49.182420000000036, 0], [10.17846, 49.18227000000002, 0], [10.1775, 49.18185, 0], [10.17638, 49.18159, 0], [10.17645, 49.18124000000003, 0], [10.17632, 49.18079000000003, 0], [10.17612, 49.18038000000004, 0], [10.1762, 49.17990999999998, 0], [10.17477, 49.17952, 0], [10.1741, 49.17939999999999, 0], [10.172649999999999, 49.17923999999999, 0], [10.17137, 49.17923999999999, 0], [10.17124, 49.17844999999997, 0], [10.17103, 49.17800999999997, 0], [10.16953, 49.17806999999999, 0], [10.16809, 49.17822000000001, 0], [10.16758, 49.17839000000001, 0], [10.16765, 49.17892000000003, 0], [10.16775, 49.17917, 0], [10.16739, 49.17942999999997, 0], [10.16687, 49.17930999999999, 0], [10.166630000000001, 49.17929000000001, 0], [10.1662, 49.17942999999997, 0], [10.16641, 49.17966000000004, 0], [10.166780000000001, 49.17993000000004, 0], [10.16665, 49.180090000000035, 0], [10.16594, 49.18050000000002, 0], [10.16594, 49.18072000000001, 0], [10.16689, 49.18093000000002, 0], [10.167249999999997, 49.181190000000015, 0], [10.166809999999998, 49.181280000000015, 0], [10.16649, 49.18146999999996, 0], [10.16635, 49.181640000000016, 0], [10.16613, 49.18179000000001, 0], [10.165300000000002, 49.18213, 0], [10.164930000000002, 49.18221999999997, 0], [10.16413, 49.182469999999995, 0], [10.16359, 49.18258, 0], [10.16312, 49.18272000000002, 0], [10.16258, 49.182950000000005, 0], [10.1623, 49.18272999999999, 0], [10.162150000000002, 49.182500000000005, 0], [10.161880000000002, 49.182590000000005, 0], [10.16094, 49.18272000000002, 0], [10.16029, 49.18299999999999, 0], [10.159719999999998, 49.18299999999999, 0], [10.16029, 49.18326999999999, 0], [10.16086, 49.18347, 0], [10.16071, 49.18350000000004, 0], [10.16045, 49.18376000000001, 0], [10.15988, 49.18377000000001, 0], [10.15908, 49.18381999999997, 0], [10.159310000000001, 49.18405000000001, 0], [10.15966, 49.184259999999995, 0], [10.160489999999998, 49.18508, 0], [10.15989, 49.185310000000044, 0], [10.15955, 49.185389999999984, 0], [10.15934, 49.18547000000004, 0], [10.15845, 49.185959999999994, 0], [10.15767, 49.18666999999999, 0], [10.156970000000001, 49.18769, 0], [10.15695, 49.18813, 0], [10.15742, 49.18847999999997, 0], [10.15714, 49.18905000000001, 0], [10.157170000000002, 49.19011000000003, 0], [10.156669999999998, 49.19012000000001, 0], [10.15614, 49.19009, 0], [10.15565, 49.19001, 0], [10.155079999999998, 49.189970000000045, 0], [10.15427, 49.18997999999999, 0], [10.15335, 49.190049999999985, 0], [10.15283, 49.19001, 0], [10.15275, 49.190169999999995, 0], [10.15327, 49.19048000000001, 0], [10.15328, 49.191010000000006, 0], [10.15464, 49.19096999999999, 0], [10.15464, 49.19162, 0], [10.15573, 49.19156000000001, 0], [10.15599, 49.1917, 0], [10.15662, 49.192319999999995, 0], [10.15699, 49.1926, 0], [10.15648, 49.19263000000001, 0], [10.155859999999999, 49.19279, 0], [10.15522, 49.19288, 0], [10.15459, 49.19290000000001, 0], [10.15408, 49.19301999999999, 0], [10.1522, 49.193190000000016, 0], [10.15111, 49.193359999999956, 0], [10.15068, 49.193460000000016, 0], [10.149319999999998, 49.193899999999985, 0], [10.148389999999997, 49.19402000000002, 0], [10.14738, 49.19418999999999, 0], [10.14671, 49.19425000000001, 0], [10.14622, 49.1944, 0], [10.145360000000002, 49.19454999999999, 0], [10.145240000000001, 49.19457999999997, 0], [10.145269999999998, 49.19469000000001, 0], [10.144870000000001, 49.19478000000001, 0], [10.14352, 49.19521, 0], [10.14199, 49.19538, 0], [10.14213, 49.19585000000001, 0], [10.14214, 49.19605999999999, 0], [10.1421, 49.19639000000001, 0], [10.14199, 49.19672, 0], [10.14125, 49.197599999999994, 0], [10.14085, 49.197810000000004, 0], [10.140490000000002, 49.197720000000004, 0], [10.13979, 49.1977, 0], [10.13942, 49.19744, 0], [10.138889999999998, 49.19722999999999, 0], [10.13834, 49.197130000000016, 0], [10.13761, 49.197689999999994, 0], [10.137849999999998, 49.19807, 0], [10.138139999999998, 49.19830999999999, 0], [10.13731, 49.19884999999999, 0], [10.136809999999999, 49.19901999999999, 0], [10.13583, 49.19914, 0], [10.13548, 49.199250000000006, 0], [10.13539, 49.19954999999999, 0], [10.13554, 49.20012000000003, 0], [10.13509, 49.20024000000001, 0], [10.13445, 49.20012000000003, 0], [10.13401, 49.199989999999985, 0], [10.133129999999998, 49.19981999999999, 0], [10.132210000000002, 49.19932, 0], [10.13161, 49.19914, 0], [10.13118, 49.19917000000001, 0], [10.1326, 49.19880999999998, 0], [10.132990000000001, 49.19857999999999, 0], [10.13305, 49.19839000000002, 0], [10.13303, 49.19816, 0], [10.13283, 49.197779999999995, 0], [10.132760000000001, 49.19767999999999, 0], [10.13125, 49.197629999999975, 0], [10.12963, 49.19737000000001, 0], [10.12896, 49.197209999999984, 0], [10.12921, 49.196909999999974, 0], [10.130020000000002, 49.19647999999998, 0], [10.13026, 49.196259999999995, 0], [10.1302, 49.196169999999995, 0], [10.129789999999998, 49.196020000000004, 0], [10.12913, 49.195660000000004, 0], [10.129060000000003, 49.19559000000001, 0], [10.12696, 49.197299999999984, 0], [10.126970000000002, 49.19731999999996, 0], [10.12715, 49.19756000000001, 0], [10.12805, 49.19812000000002, 0], [10.12814, 49.19815, 0], [10.128259999999997, 49.19812000000002, 0], [10.128940000000002, 49.19851, 0], [10.13017, 49.19887, 0], [10.1301, 49.19900000000001, 0], [10.12937, 49.19888, 0], [10.12881, 49.19884999999999, 0], [10.12835, 49.198769999999996, 0], [10.12835, 49.19865999999999, 0], [10.12748, 49.19888, 0], [10.1269, 49.19896, 0], [10.1264, 49.198980000000006, 0], [10.12575, 49.19892999999999, 0], [10.12529, 49.198950000000025, 0], [10.124860000000002, 49.19887, 0], [10.124769999999998, 49.199659999999994, 0], [10.12453, 49.20067999999998, 0], [10.125630000000001, 49.20127000000002, 0], [10.12651, 49.201660000000004, 0], [10.12779, 49.201629999999994, 0], [10.128859999999998, 49.20149000000001, 0], [10.12887, 49.20183, 0], [10.128749999999998, 49.201809999999966, 0], [10.1287, 49.202229999999986, 0], [10.12877, 49.20266000000001, 0], [10.12993, 49.203, 0], [10.130559999999997, 49.20311000000001, 0], [10.131089999999999, 49.20309, 0], [10.13111, 49.20339999999996, 0], [10.131, 49.20356000000001, 0], [10.130759999999999, 49.203689999999966, 0], [10.12876, 49.20394999999999, 0], [10.12743, 49.204169999999976, 0], [10.12689, 49.205010000000016, 0], [10.126970000000002, 49.20573999999999, 0], [10.12689, 49.20622, 0], [10.12746, 49.20731000000001, 0], [10.12762, 49.20791000000003, 0], [10.12724, 49.20845, 0], [10.12732, 49.20882, 0], [10.127310000000001, 49.209329999999994, 0], [10.12717, 49.209749999999985, 0], [10.124769999999998, 49.20947000000001, 0], [10.12484, 49.20988, 0], [10.12574, 49.21082000000001, 0], [10.126270000000002, 49.21074999999996, 0], [10.12792, 49.21039999999999, 0], [10.12803, 49.21018000000001, 0], [10.128460000000002, 49.21025, 0], [10.12923, 49.210440000000006, 0], [10.12974, 49.210499999999996, 0], [10.12995, 49.210049999999995, 0], [10.13029, 49.20965999999996, 0], [10.130950000000002, 49.20974000000001, 0], [10.131510000000002, 49.20957999999999, 0], [10.132060000000001, 49.20954999999998, 0], [10.13245, 49.209760000000045, 0], [10.13288, 49.20976999999999, 0], [10.133690000000001, 49.20991000000001, 0], [10.134799999999998, 49.20989, 0], [10.135330000000002, 49.20991000000001, 0], [10.135810000000001, 49.20997999999997, 0], [10.1362, 49.20997999999997, 0], [10.1366, 49.209839999999986, 0], [10.13757, 49.20935, 0], [10.13836, 49.20938000000001, 0], [10.138849999999998, 49.209329999999994, 0], [10.139080000000002, 49.208860000000016, 0], [10.139370000000001, 49.2089, 0], [10.13996, 49.20846, 0], [10.140519999999999, 49.20878999999999, 0], [10.13965, 49.20956000000001, 0], [10.13981, 49.209810000000004, 0], [10.139850000000001, 49.20997999999997, 0], [10.139659999999997, 49.21046999999999, 0], [10.140010000000002, 49.21057999999999, 0], [10.13983, 49.21078, 0], [10.13983, 49.21096, 0], [10.139669999999999, 49.211420000000004, 0], [10.139659999999997, 49.21187999999998, 0], [10.1394, 49.21248, 0], [10.13925, 49.21313000000001, 0], [10.138849999999998, 49.21343999999996, 0], [10.138710000000001, 49.21361000000002, 0], [10.138710000000001, 49.21382, 0], [10.138509999999998, 49.214200000000005, 0], [10.1391, 49.21430000000001, 0], [10.13896, 49.21465999999998, 0], [10.13921, 49.21543, 0], [10.139219999999998, 49.215900000000005, 0], [10.13917, 49.21597000000003, 0], [10.13887, 49.21612999999999, 0], [10.138440000000001, 49.21629999999999, 0], [10.13822, 49.21659, 0], [10.13813, 49.21657999999999, 0], [10.13806, 49.216740000000044, 0], [10.136520000000003, 49.21698000000001, 0], [10.13642, 49.21732, 0], [10.13569, 49.21743000000001, 0], [10.134469999999999, 49.21754999999999, 0], [10.13242, 49.21727999999999, 0], [10.13118, 49.21861000000001, 0], [10.13094, 49.21878000000001, 0], [10.13073, 49.21898999999999, 0], [10.13025, 49.21928, 0], [10.130009999999999, 49.21949000000001, 0], [10.12956, 49.22015999999999, 0], [10.129419999999998, 49.22021999999998, 0], [10.12939, 49.22036, 0], [10.1287, 49.22091, 0], [10.12814, 49.22211999999999, 0], [10.12772, 49.22326000000001, 0], [10.12711, 49.223749999999995, 0], [10.12663, 49.22462999999996, 0], [10.126369999999998, 49.22586000000001, 0], [10.12632, 49.225869999999986, 0], [10.12595, 49.22722999999999, 0], [10.12682, 49.22739999999999, 0], [10.126779999999998, 49.22758999999999, 0], [10.12787, 49.22775999999999, 0], [10.127379999999999, 49.22980000000001, 0], [10.12689, 49.229780000000034, 0], [10.12689, 49.23021, 0], [10.12631, 49.23017999999999, 0], [10.12654, 49.23277999999999, 0], [10.126299999999999, 49.232879999999994, 0], [10.12645, 49.23304999999999, 0], [10.126530000000002, 49.23612, 0], [10.12481, 49.23756, 0], [10.1249, 49.23769999999999, 0], [10.12304, 49.23926, 0], [10.123999999999999, 49.239540000000005, 0], [10.124030000000001, 49.239720000000005, 0], [10.123860000000002, 49.23979, 0], [10.12354, 49.240170000000006, 0], [10.12283, 49.24080000000001, 0], [10.12291, 49.24083999999999, 0], [10.12301, 49.24114, 0], [10.12478, 49.24270000000001, 0], [10.1232, 49.2441, 0], [10.12387, 49.24468999999999, 0], [10.12376, 49.24475000000004, 0], [10.124439999999998, 49.245139999999964, 0], [10.12431, 49.24567999999999, 0], [10.12369, 49.24628999999996, 0], [10.123330000000001, 49.24637000000001, 0], [10.12267, 49.246730000000014, 0], [10.12178, 49.24682999999999, 0], [10.12177, 49.24680000000001, 0], [10.12109, 49.24679000000003, 0], [10.120689999999998, 49.246820000000014, 0], [10.119840000000002, 49.246970000000005, 0], [10.12008, 49.24754999999999, 0], [10.120729999999998, 49.24758, 0], [10.12155, 49.24781999999999, 0], [10.1222, 49.247749999999996, 0], [10.12231, 49.248069999999984, 0], [10.12286, 49.24822, 0], [10.123359999999998, 49.24852999999999, 0], [10.12431, 49.24878000000001, 0], [10.124740000000001, 49.24907000000002, 0], [10.1251, 49.249210000000005, 0], [10.125369999999998, 49.24938, 0], [10.12584, 49.24890999999997, 0], [10.12601, 49.24895999999998, 0], [10.12624, 49.24895999999998, 0], [10.126519999999998, 49.24905000000001, 0], [10.12667, 49.24905000000001, 0], [10.127570000000002, 49.24941000000004, 0], [10.127709999999999, 49.24946, 0], [10.12787, 49.249449999999996, 0], [10.12787, 49.24952999999999, 0], [10.12805, 49.24958000000001, 0], [10.12822, 49.24958000000001, 0], [10.12844, 49.24973, 0], [10.12858, 49.249719999999996, 0], [10.12878, 49.24979999999999, 0], [10.128830000000002, 49.24986000000004, 0], [10.12907, 49.24994000000001, 0], [10.12929, 49.25008999999997, 0], [10.12967, 49.25027000000003, 0], [10.12976, 49.25035, 0], [10.12982, 49.25036, 0], [10.12955, 49.25063, 0], [10.1299, 49.25074000000001, 0], [10.13013, 49.250850000000014, 0], [10.13113, 49.251010000000036, 0], [10.13218, 49.251300000000015, 0], [10.13168, 49.25253000000001, 0], [10.13311, 49.25325000000001, 0], [10.13284, 49.25344999999999, 0], [10.132550000000002, 49.25373999999999, 0], [10.132459999999998, 49.25407000000004, 0], [10.13175, 49.25403, 0], [10.13092, 49.25389999999999, 0], [10.13006, 49.25525999999999, 0], [10.12973, 49.255679999999984, 0], [10.12945, 49.25629000000001, 0], [10.12895, 49.256230000000016, 0], [10.1304, 49.2542, 0], [10.12945, 49.25385, 0], [10.12865, 49.253659999999996, 0], [10.12807, 49.25354999999999, 0], [10.12716, 49.25344999999999, 0], [10.12654, 49.254500000000036, 0], [10.1259, 49.255870000000016, 0], [10.12525, 49.255630000000025, 0], [10.12494, 49.255449999999996, 0], [10.12453, 49.25531000000001, 0], [10.124030000000001, 49.25524999999999, 0], [10.123710000000003, 49.25524999999999, 0], [10.12275, 49.255439999999965, 0], [10.12209, 49.25564, 0], [10.12163, 49.255870000000016, 0], [10.12096, 49.255539999999996, 0], [10.12064, 49.255769999999984, 0], [10.12015, 49.255919999999975, 0], [10.119, 49.2561, 0], [10.117660000000003, 49.256069999999994, 0], [10.116830000000002, 49.256080000000026, 0], [10.1164, 49.25599, 0], [10.115360000000003, 49.25603000000001, 0], [10.1148, 49.25594000000004, 0], [10.11429, 49.255930000000006, 0], [10.11324, 49.256129999999985, 0], [10.11277, 49.25630000000001, 0], [10.11225, 49.25650000000002, 0], [10.11191, 49.256699999999995, 0], [10.1117, 49.25686000000002, 0], [10.11117, 49.25711000000001, 0], [10.110819999999999, 49.25733999999997, 0], [10.1093, 49.25783999999999, 0], [10.10984, 49.258070000000004, 0], [10.11068, 49.25827000000004, 0], [10.11094, 49.25839000000002, 0], [10.111930000000001, 49.25856999999999, 0], [10.11237, 49.25832, 0], [10.1127, 49.258070000000004, 0], [10.11313, 49.257960000000026, 0], [10.113489999999999, 49.257930000000016, 0], [10.113900000000001, 49.25832, 0], [10.114390000000002, 49.258629999999954, 0], [10.11447, 49.25853999999998, 0], [10.11493, 49.25873999999999, 0], [10.1151, 49.25853999999998, 0], [10.1157, 49.258430000000004, 0], [10.11579, 49.25810000000001, 0], [10.11577, 49.257529999999974, 0], [10.11564, 49.257529999999974, 0], [10.11529, 49.25761, 0], [10.115320000000002, 49.257329999999996, 0], [10.11593, 49.25719000000001, 0], [10.11741, 49.257149999999996, 0], [10.11857, 49.25748999999999, 0], [10.11908, 49.25773000000001, 0], [10.1186, 49.25810999999999, 0], [10.11837, 49.25844000000001, 0], [10.117980000000001, 49.25873000000004, 0], [10.11715, 49.259150000000005, 0], [10.116570000000001, 49.25898999999998, 0], [10.11595, 49.258910000000014, 0], [10.11622, 49.259379999999965, 0], [10.11644, 49.25968, 0], [10.11667, 49.26017999999999, 0], [10.1167, 49.26043999999999, 0], [10.11666, 49.26151999999999, 0], [10.11656, 49.261799999999994, 0], [10.116390000000003, 49.26271, 0], [10.11665, 49.262879999999996, 0], [10.11678, 49.263059999999996, 0], [10.116610000000001, 49.26379000000003, 0], [10.11652, 49.26378, 0], [10.11652, 49.26396, 0], [10.11684, 49.26420999999999, 0], [10.11628, 49.26495, 0], [10.11621, 49.26514, 0], [10.116240000000001, 49.26534000000001, 0], [10.11607, 49.26557, 0], [10.11538, 49.2655, 0], [10.11533, 49.26564000000002, 0], [10.11446, 49.265799999999984, 0], [10.114409999999998, 49.26624000000001, 0], [10.11432, 49.26659000000001, 0], [10.11447, 49.26689999999999, 0], [10.114720000000002, 49.26702, 0], [10.11498, 49.26734999999999, 0], [10.115229999999999, 49.26758000000001, 0], [10.11548, 49.26766000000001, 0], [10.11588, 49.267570000000006, 0], [10.11682, 49.267600000000016, 0], [10.11749, 49.26755000000003, 0], [10.117639999999998, 49.267960000000016, 0], [10.11776, 49.26848000000001, 0], [10.11822, 49.268400000000014, 0], [10.11857, 49.26830000000001, 0], [10.118389999999998, 49.26820000000001, 0], [10.11864, 49.267960000000016, 0], [10.11911, 49.267390000000006, 0], [10.11964, 49.266940000000005, 0], [10.11982, 49.266820000000024, 0], [10.1199, 49.26684000000003, 0], [10.11987, 49.26708999999997, 0], [10.11991, 49.26725999999999, 0], [10.11969, 49.267619999999994, 0], [10.11983, 49.26794000000001, 0], [10.11956, 49.26855999999998, 0], [10.1198, 49.26869000000002, 0], [10.12031, 49.268849999999986, 0], [10.12022, 49.26893000000001, 0], [10.12042, 49.26920999999999, 0], [10.120619999999999, 49.269600000000025, 0], [10.12142, 49.27065999999999, 0], [10.12171, 49.27114, 0], [10.121619999999998, 49.272159999999985, 0], [10.12146, 49.27275, 0], [10.12227, 49.27377000000001, 0], [10.1226, 49.274280000000005, 0], [10.12318, 49.274789999999996, 0], [10.1236, 49.27496000000002, 0], [10.12387, 49.274969999999996, 0], [10.12447, 49.274910000000006, 0], [10.1252, 49.2749, 0], [10.126409999999998, 49.274760000000015, 0], [10.12635, 49.27521999999999, 0], [10.12648, 49.275319999999994, 0], [10.12675, 49.27539999999999, 0], [10.12667, 49.27553, 0], [10.12807, 49.27593999999999, 0], [10.12884, 49.27568000000002, 0], [10.12999, 49.275450000000006, 0], [10.13118, 49.27474000000001, 0], [10.13126, 49.27453000000003, 0], [10.13081, 49.274429999999995, 0], [10.12982, 49.27438999999998, 0], [10.129349999999999, 49.27434999999997, 0], [10.12822, 49.274159999999995, 0], [10.12619, 49.273740000000004, 0], [10.12552, 49.27368999999999, 0], [10.12543, 49.273390000000006, 0], [10.1252, 49.27306999999999, 0], [10.124630000000002, 49.27313000000001, 0], [10.124030000000001, 49.27327, 0], [10.12338, 49.27335000000002, 0], [10.12273, 49.27337000000003, 0], [10.12244, 49.272729999999996, 0], [10.12325, 49.272429999999986, 0], [10.1233, 49.27208000000002, 0], [10.12367, 49.27098999999998, 0], [10.12383, 49.270610000000005, 0], [10.12353, 49.27044000000001, 0], [10.12331, 49.27020999999999, 0], [10.12425, 49.26919000000001, 0], [10.12462, 49.26886999999999, 0], [10.12516, 49.268280000000004, 0], [10.12554, 49.267990000000026, 0], [10.12587, 49.26765, 0], [10.12625, 49.266970000000015, 0], [10.12705, 49.26611, 0], [10.127300000000002, 49.265660000000025, 0], [10.126710000000001, 49.26527999999999, 0], [10.12644, 49.26518999999996, 0], [10.12618, 49.26487, 0], [10.1261, 49.26449000000002, 0], [10.12611, 49.26415, 0], [10.12657, 49.264309999999995, 0], [10.12654, 49.263919999999985, 0], [10.12662, 49.26364000000001, 0], [10.12643, 49.26274000000001, 0], [10.126299999999999, 49.26240999999996, 0], [10.127179999999997, 49.261979999999994, 0], [10.12739, 49.26173000000003, 0], [10.127640000000001, 49.26150999999999, 0], [10.127800000000002, 49.26156999999998, 0], [10.128, 49.26177999999999, 0], [10.12895, 49.26229000000001, 0], [10.12866, 49.26269999999997, 0], [10.128500000000003, 49.26303999999999, 0], [10.12973, 49.26326, 0], [10.13018, 49.263289999999955, 0], [10.13137, 49.26392999999999, 0], [10.13244, 49.26310000000001, 0], [10.13308, 49.262760000000014, 0], [10.13378, 49.26222999999999, 0], [10.134550000000003, 49.26253, 0], [10.134909999999998, 49.26276999999999, 0], [10.13535, 49.26312999999996, 0], [10.13586, 49.26388, 0], [10.13653, 49.26432999999997, 0], [10.13724, 49.26441, 0], [10.13766, 49.26453000000001, 0], [10.138849999999998, 49.264999999999986, 0], [10.140039999999999, 49.26638, 0], [10.140450000000001, 49.26659999999998, 0], [10.14056, 49.266820000000024, 0], [10.14095, 49.26719, 0], [10.1415, 49.267529999999994, 0], [10.14194, 49.267709999999994, 0], [10.14248, 49.267830000000004, 0], [10.14286, 49.267870000000016, 0], [10.14358, 49.26787999999999, 0], [10.14398, 49.267859999999985, 0], [10.14414, 49.267780000000016, 0], [10.14719, 49.26844, 0], [10.14801, 49.26884000000001, 0], [10.14856, 49.26848000000001, 0], [10.14893, 49.26869000000002, 0], [10.14937, 49.26902999999999, 0], [10.14837, 49.26930999999999, 0], [10.14775, 49.269589999999994, 0], [10.14764, 49.269540000000006, 0], [10.14661, 49.27020999999999, 0], [10.146730000000002, 49.27032000000003, 0], [10.14486, 49.271739999999994, 0], [10.1464, 49.272039999999976, 0], [10.145690000000002, 49.272580000000005, 0], [10.145709999999998, 49.27263000000002, 0], [10.14602, 49.27269000000001, 0], [10.14597, 49.27275999999998, 0], [10.146099999999999, 49.27279999999999, 0], [10.14488, 49.27519000000001, 0], [10.14547, 49.275030000000015, 0], [10.146799999999999, 49.27496000000002, 0], [10.147030000000003, 49.27498000000003, 0], [10.147, 49.27507, 0], [10.14802, 49.27554000000001, 0], [10.14636, 49.27709999999996, 0], [10.150040000000002, 49.278369999999995, 0], [10.15003, 49.27868000000001, 0], [10.15009, 49.27892000000003, 0], [10.15031, 49.27900999999997, 0], [10.150480000000002, 49.27928, 0], [10.150590000000001, 49.27976000000001, 0], [10.15082, 49.280100000000004, 0], [10.15114, 49.28044, 0], [10.151329999999998, 49.28075999999999, 0], [10.15219, 49.28135, 0], [10.152780000000002, 49.281510000000026, 0], [10.15302, 49.28164000000001, 0], [10.15318, 49.281769999999995, 0], [10.15318, 49.28193999999999, 0], [10.153790000000003, 49.281800000000004, 0], [10.15406, 49.281530000000004, 0], [10.15425, 49.28142, 0], [10.154350000000003, 49.28116, 0], [10.15447, 49.28107, 0], [10.155930000000001, 49.28068999999999, 0], [10.1561, 49.280669999999986, 0], [10.15665, 49.28111999999999, 0], [10.15498, 49.28262999999998, 0], [10.15489, 49.282849999999996, 0], [10.15452, 49.28341000000003, 0], [10.15416, 49.28382000000002, 0], [10.15393, 49.284310000000005, 0], [10.1537, 49.284549999999996, 0], [10.15347, 49.28466, 0], [10.15348, 49.284729999999996, 0], [10.15336, 49.28478000000001, 0], [10.15338, 49.284850000000006, 0], [10.1523, 49.28462999999999, 0], [10.1522, 49.28487000000001, 0], [10.1506, 49.28493, 0], [10.15049, 49.28437999999997, 0], [10.149649999999998, 49.28448, 0], [10.1493, 49.284670000000006, 0], [10.14919, 49.28546, 0], [10.14915, 49.28608, 0], [10.14968, 49.28719000000004, 0], [10.149849999999999, 49.28772000000001, 0], [10.149849999999999, 49.288039999999995, 0], [10.14848, 49.28785999999997, 0], [10.147910000000001, 49.28782000000001, 0], [10.14668, 49.28755000000001, 0], [10.145730000000002, 49.287439999999975, 0], [10.1452, 49.287589999999994, 0], [10.144569999999998, 49.287589999999994, 0], [10.144200000000001, 49.287649999999985, 0], [10.143929999999997, 49.28805000000003, 0], [10.14325, 49.28809000000001, 0], [10.14278, 49.288009999999986, 0], [10.14207, 49.287800000000004, 0], [10.14197, 49.28797, 0], [10.141189999999998, 49.288790000000034, 0], [10.141820000000001, 49.289019999999965, 0], [10.14323, 49.28944999999996, 0], [10.142929999999998, 49.28984, 0], [10.14404, 49.29021999999998, 0], [10.14408, 49.290250000000015, 0], [10.14398, 49.29035000000002, 0], [10.14404, 49.29035000000002, 0], [10.1433, 49.29082, 0], [10.14292, 49.29124999999999, 0], [10.14234, 49.29121000000001, 0], [10.13835, 49.29153000000002, 0], [10.13808, 49.291949999999986, 0], [10.13768, 49.29274000000001, 0], [10.13741, 49.29334, 0], [10.13731, 49.29378, 0], [10.13658, 49.29423, 0], [10.13542, 49.29465999999999, 0], [10.13449, 49.295950000000005, 0], [10.13414, 49.29590999999999, 0], [10.134060000000002, 49.29625999999999, 0], [10.133989999999999, 49.29701, 0], [10.13405, 49.29701, 0], [10.13405, 49.29705000000001, 0], [10.13456, 49.29705000000001, 0], [10.13392, 49.29888, 0], [10.133850000000002, 49.2989, 0], [10.13341, 49.29871, 0], [10.133290000000002, 49.298760000000016, 0], [10.13344, 49.298869999999994, 0], [10.13338, 49.30029999999999, 0], [10.13333, 49.300340000000006, 0], [10.132280000000002, 49.30039000000002, 0], [10.13229, 49.30054999999999, 0], [10.132550000000002, 49.30055999999999, 0], [10.132569999999998, 49.30087, 0], [10.132430000000001, 49.301530000000014, 0], [10.13215, 49.30241000000001, 0], [10.132110000000003, 49.30284, 0], [10.132459999999998, 49.302869999999984, 0], [10.13233, 49.304, 0], [10.13146, 49.30506, 0], [10.13304, 49.3057, 0], [10.13358, 49.30601999999996, 0], [10.134469999999999, 49.30644000000001, 0], [10.13557, 49.307439999999986, 0], [10.13648, 49.308040000000005, 0], [10.13641, 49.30805000000001, 0], [10.135440000000001, 49.309650000000005, 0], [10.13549, 49.30972, 0], [10.136740000000001, 49.31034, 0], [10.137400000000001, 49.31082000000001, 0], [10.1383, 49.31139999999996, 0], [10.13833, 49.311469999999986, 0], [10.13902, 49.311890000000005, 0], [10.141270000000002, 49.312929999999966, 0], [10.141299999999998, 49.313030000000026, 0], [10.14158, 49.313019999999995, 0], [10.14169, 49.313170000000014, 0], [10.1427, 49.314160000000015, 0], [10.143760000000002, 49.31576000000001, 0], [10.14395, 49.31585999999999, 0], [10.14514, 49.31634999999997, 0], [10.145240000000001, 49.316329999999994, 0], [10.145379999999998, 49.31639999999999, 0], [10.14408, 49.317859999999996, 0], [10.14402, 49.317859999999996, 0], [10.143460000000001, 49.31895, 0], [10.14333, 49.31927000000002, 0], [10.14322, 49.32030999999998, 0], [10.143, 49.32154, 0], [10.14274, 49.32261, 0], [10.14262, 49.32255000000001, 0], [10.14033, 49.32255000000001, 0], [10.140259999999998, 49.322599999999966, 0], [10.14042, 49.324539999999985, 0], [10.14053, 49.324569999999994, 0], [10.14007, 49.32477, 0], [10.14002, 49.32503, 0], [10.13973, 49.325830000000025, 0], [10.138810000000001, 49.325680000000006, 0], [10.13899, 49.32601, 0], [10.13882, 49.325980000000015, 0], [10.13984, 49.32706999999999, 0], [10.1371, 49.326750000000004, 0], [10.13706, 49.32731000000001, 0], [10.13712, 49.32736, 0], [10.135260000000002, 49.327049999999986, 0], [10.13444, 49.32695000000001, 0], [10.13437, 49.326779999999985, 0], [10.13295, 49.32679000000002, 0], [10.13293, 49.32772, 0], [10.131489999999998, 49.32776000000001, 0], [10.130310000000001, 49.32767999999996, 0], [10.130759999999999, 49.32544999999999, 0], [10.13003, 49.32533999999998, 0], [10.12887, 49.325080000000014, 0], [10.12763, 49.324700000000036, 0], [10.12669, 49.32602, 0], [10.12599, 49.32562999999999, 0], [10.12525, 49.32508999999999, 0], [10.12494, 49.32526999999999, 0], [10.12436, 49.325500000000005, 0], [10.12348, 49.32568999999998, 0], [10.123370000000001, 49.32537999999997, 0], [10.12352, 49.32526999999999, 0], [10.123330000000001, 49.32504, 0], [10.123069999999998, 49.32461000000001, 0], [10.122219999999999, 49.32490999999999, 0], [10.12237, 49.32506000000001, 0], [10.12034, 49.32526999999999, 0], [10.11996, 49.32649000000001, 0], [10.118609999999999, 49.32873000000001, 0], [10.11866, 49.32903999999999, 0], [10.11813, 49.329080000000005, 0], [10.11762, 49.329049999999995, 0], [10.116709999999998, 49.32888000000003, 0], [10.115, 49.32839000000001, 0], [10.114079999999998, 49.32963999999998, 0], [10.11306, 49.329469999999986, 0], [10.11235, 49.32931000000002, 0], [10.11147, 49.329099999999954, 0], [10.1105, 49.32882000000001, 0], [10.10896, 49.33233000000001, 0], [10.10712, 49.33242000000001, 0], [10.10712, 49.33267999999998, 0], [10.10849, 49.332629999999966, 0], [10.1094, 49.33255, 0], [10.11039, 49.33252999999999, 0], [10.11141, 49.33255, 0], [10.111930000000001, 49.33251999999999, 0], [10.112270000000002, 49.33243999999999, 0], [10.112860000000001, 49.33240000000001, 0], [10.11278, 49.332780000000014, 0], [10.11277, 49.33333999999999, 0], [10.11292, 49.33442000000002, 0], [10.11307, 49.33518000000001, 0], [10.1131, 49.33567999999997, 0], [10.1083, 49.33600999999999, 0], [10.1088, 49.337909999999994, 0], [10.10887, 49.33793000000003, 0], [10.108689999999998, 49.33798999999996, 0], [10.10452, 49.338480000000004, 0], [10.10445, 49.33843999999996, 0], [10.10428, 49.34073000000001, 0], [10.10434, 49.34079, 0], [10.104620000000002, 49.34088, 0], [10.10455, 49.340990000000005, 0], [10.10415, 49.34129999999999, 0], [10.103650000000002, 49.34142, 0], [10.10322, 49.341459999999955, 0], [10.10282, 49.34451999999996, 0], [10.10393, 49.34468000000001, 0], [10.10389, 49.34478999999999, 0], [10.10382, 49.34483, 0], [10.10379, 49.346990000000005, 0], [10.10388, 49.34694999999999, 0], [10.10755, 49.34737000000001, 0], [10.10778, 49.347440000000006, 0], [10.10924, 49.34831, 0], [10.109249999999998, 49.34836999999999, 0], [10.10842, 49.34915999999998, 0], [10.10852, 49.34922999999998, 0], [10.1068, 49.35285999999999, 0], [10.10685, 49.35297, 0], [10.10795, 49.35333, 0], [10.10791, 49.353260000000006, 0], [10.10864, 49.35167000000001, 0], [10.10871, 49.35164, 0], [10.1106, 49.351849999999985, 0], [10.111050000000002, 49.35185999999999, 0], [10.11164, 49.35193000000001, 0], [10.11303, 49.35192000000001, 0], [10.11377, 49.35183000000001, 0], [10.113900000000001, 49.351789999999994, 0], [10.113969999999998, 49.35175000000001, 0], [10.11419, 49.35194000000001, 0], [10.11466, 49.35167999999999, 0], [10.11543, 49.35139000000001, 0], [10.11566, 49.35141999999999, 0], [10.11878, 49.35101, 0], [10.11886, 49.35095000000001, 0], [10.11896, 49.350149999999985, 0], [10.119030000000002, 49.3501, 0], [10.1191, 49.35016999999999, 0], [10.122099999999998, 49.35032000000001, 0], [10.122180000000002, 49.350269999999995, 0], [10.12216, 49.35035999999997, 0], [10.12268, 49.35037999999997, 0], [10.12378, 49.350540000000024, 0], [10.12362, 49.351169999999996, 0], [10.123359999999998, 49.35181, 0], [10.123029999999998, 49.35464999999999, 0], [10.12312, 49.35473000000002, 0], [10.12311, 49.35485, 0], [10.12431, 49.35489999999999, 0], [10.12439, 49.35495, 0], [10.124630000000002, 49.35586000000001, 0], [10.12458, 49.35690999999997, 0], [10.12453, 49.35687999999999, 0], [10.11836, 49.35786000000002, 0], [10.118279999999999, 49.357910000000004, 0], [10.11792, 49.3596, 0], [10.117980000000001, 49.35963000000001, 0], [10.11771, 49.35965999999999, 0], [10.114280000000003, 49.359790000000004, 0], [10.113390000000003, 49.35973000000001, 0], [10.113329999999998, 49.359669999999994, 0], [10.11307, 49.36026000000001, 0], [10.112889999999998, 49.360810000000015, 0], [10.11273, 49.36165, 0], [10.11272, 49.36202, 0], [10.11283, 49.36286000000001, 0], [10.11278, 49.36367000000001, 0], [10.11282, 49.363969999999995, 0], [10.113529999999999, 49.36662000000001, 0], [10.11734, 49.36698999999999, 0], [10.11727, 49.36754000000002, 0], [10.11725, 49.36909, 0], [10.11656, 49.370209999999986, 0], [10.11481, 49.3715, 0], [10.114039999999997, 49.372240000000005, 0], [10.113460000000002, 49.372979999999984, 0], [10.11306, 49.37342000000001, 0], [10.11224, 49.37387000000001, 0], [10.11118, 49.37540999999999, 0], [10.110699999999998, 49.375879999999995, 0], [10.10864, 49.37736000000001, 0], [10.10727, 49.37877, 0], [10.10716, 49.378919999999994, 0], [10.108369999999999, 49.380889999999994, 0], [10.10879, 49.38070999999999, 0], [10.10872, 49.380769999999984, 0], [10.10875, 49.38085000000001, 0], [10.10913, 49.38127, 0], [10.109810000000001, 49.382180000000005, 0], [10.11185, 49.38505000000001, 0], [10.11201, 49.38512, 0], [10.11455, 49.38526000000002, 0], [10.11519, 49.38547, 0], [10.11682, 49.38592, 0], [10.11873, 49.38638, 0], [10.121810000000002, 49.38632000000001, 0], [10.12191, 49.386359999999996, 0], [10.1217, 49.3879, 0], [10.12646, 49.3879, 0], [10.12646, 49.38783999999998, 0], [10.12762, 49.38772, 0], [10.1294, 49.387429999999995, 0], [10.12948, 49.38736, 0], [10.130790000000001, 49.387159999999994, 0], [10.13219, 49.38691, 0], [10.13203, 49.386059999999986, 0], [10.13295, 49.38602000000003, 0], [10.132920000000002, 49.38682, 0], [10.13405, 49.38673, 0], [10.13478, 49.38669999999999, 0], [10.136439999999999, 49.38671999999997, 0], [10.13659, 49.38607999999999, 0], [10.13763, 49.38614000000001, 0], [10.13834, 49.38613000000001, 0], [10.139219999999998, 49.38599000000002, 0], [10.13996, 49.38584, 0], [10.139889999999998, 49.385609999999986, 0], [10.13981, 49.384799999999984, 0], [10.139669999999999, 49.38436999999999, 0], [10.139659999999997, 49.384150000000005, 0], [10.13977, 49.38380000000001, 0], [10.13994, 49.38354000000001, 0], [10.14065, 49.38374999999999, 0], [10.14139, 49.383910000000014, 0], [10.14222, 49.384150000000005, 0], [10.1425, 49.38418999999999, 0], [10.14254, 49.384090000000015, 0], [10.142680000000002, 49.38398999999998, 0], [10.14298, 49.38387, 0], [10.144569999999998, 49.383549999999985, 0], [10.14504, 49.38469999999998, 0], [10.14532, 49.38577000000001, 0], [10.146060000000002, 49.38569000000001, 0], [10.14622, 49.38633999999999, 0], [10.1463, 49.38708, 0], [10.14632, 49.38830999999999, 0], [10.14801, 49.38821999999999, 0], [10.150549999999999, 49.388139999999964, 0], [10.15063, 49.388360000000006, 0], [10.151589999999999, 49.388329999999996, 0], [10.152710000000003, 49.388360000000006, 0], [10.15625, 49.38867000000002, 0], [10.15604, 49.389579999999995, 0], [10.15635, 49.38956999999999, 0], [10.15665, 49.39017999999999, 0], [10.156899999999998, 49.390199999999965, 0], [10.156760000000002, 49.39077, 0], [10.157610000000002, 49.39098999999999, 0], [10.158380000000001, 49.39102, 0], [10.15919, 49.390420000000006, 0], [10.159609999999999, 49.39018999999999, 0], [10.160159999999998, 49.39017000000001, 0], [10.16101, 49.39037999999999, 0], [10.160950000000001, 49.39159999999998, 0], [10.16059, 49.392600000000044, 0], [10.16069, 49.39421999999999, 0], [10.16092, 49.39456999999999, 0], [10.16114, 49.39471999999998, 0], [10.16149, 49.39487, 0], [10.161650000000002, 49.39500000000001, 0], [10.16175, 49.39526999999998, 0], [10.16166, 49.39555999999996, 0], [10.16094, 49.39574999999999, 0], [10.160049999999998, 49.395820000000015, 0], [10.158980000000001, 49.396119999999996, 0], [10.1584, 49.39616000000001, 0], [10.158, 49.39632, 0], [10.15754, 49.39646000000002, 0], [10.156789999999999, 49.396270000000015, 0], [10.1561, 49.39643000000001, 0], [10.1554, 49.39649000000003, 0], [10.15506, 49.396589999999975, 0], [10.15494, 49.39669000000001, 0], [10.15416, 49.39708999999999, 0], [10.15441, 49.397279999999995, 0], [10.15439, 49.39751000000001, 0], [10.15443, 49.39762000000002, 0], [10.15457, 49.39771999999999, 0], [10.15445, 49.39792, 0], [10.15445, 49.39798999999999, 0], [10.15422, 49.39822000000001, 0], [10.15428, 49.39831000000001, 0], [10.15427, 49.39857000000001, 0], [10.154190000000002, 49.39876000000001, 0], [10.15398, 49.39868999999999, 0], [10.15383, 49.398709999999994, 0], [10.15346, 49.398830000000004, 0], [10.15298, 49.39885000000001, 0], [10.15258, 49.39894000000001, 0], [10.15168, 49.39904999999999, 0], [10.15147, 49.39913999999999, 0], [10.151410000000002, 49.39913999999999, 0], [10.15131, 49.39905999999996, 0], [10.15123, 49.39909, 0], [10.1511, 49.39929000000001, 0], [10.1509, 49.39931999999999, 0], [10.15075, 49.39947000000001, 0], [10.15064, 49.39947000000001, 0], [10.15042, 49.399310000000014, 0], [10.15032, 49.39932999999996, 0], [10.14999, 49.39956000000004, 0], [10.14989, 49.39958999999999, 0], [10.14973, 49.39958999999999, 0], [10.149579999999998, 49.39967999999999, 0], [10.14939, 49.39971, 0], [10.149280000000001, 49.399940000000015, 0], [10.14908, 49.40001000000001, 0], [10.14901, 49.40009999999998, 0], [10.14885, 49.40012999999999, 0], [10.14845, 49.40033, 0], [10.14826, 49.400360000000006, 0], [10.14815, 49.40046000000001, 0], [10.14792, 49.40055000000001, 0], [10.147719999999998, 49.400769999999994, 0], [10.14771, 49.40087, 0], [10.14761, 49.40093999999996, 0], [10.1476, 49.40105, 0], [10.14748, 49.40115, 0], [10.1473, 49.401219999999995, 0], [10.14726, 49.40129999999999, 0], [10.147279999999999, 49.401389999999964, 0], [10.14704, 49.401489999999995, 0], [10.14696, 49.40156999999999, 0], [10.146660000000002, 49.40174999999999, 0], [10.14615, 49.40194999999997, 0], [10.145800000000001, 49.40205, 0], [10.145609999999998, 49.40205, 0], [10.144760000000002, 49.40244000000001, 0], [10.14427, 49.40249, 0], [10.14404, 49.40259000000003, 0], [10.143859999999998, 49.40263999999999, 0], [10.14368, 49.402750000000026, 0], [10.14308, 49.40281999999999, 0], [10.14289, 49.40289999999999, 0], [10.14266, 49.40287000000001, 0], [10.142310000000002, 49.40290999999999, 0], [10.14173, 49.402859999999976, 0], [10.1414, 49.40294, 0], [10.14128, 49.40299999999999, 0], [10.141229999999998, 49.40307999999999, 0], [10.14104, 49.40314999999998, 0], [10.140940000000002, 49.403160000000014, 0], [10.1408, 49.403129999999976, 0], [10.1405, 49.40299000000002, 0], [10.14019, 49.40296000000001, 0], [10.1401, 49.40307999999999, 0], [10.13998, 49.40311, 0], [10.13961, 49.40308999999999, 0], [10.139329999999998, 49.403009999999995, 0], [10.139080000000002, 49.403009999999995, 0], [10.1389, 49.40308999999999, 0], [10.138970000000002, 49.403250000000014, 0], [10.13896, 49.403670000000005, 0], [10.13961, 49.40362999999999, 0], [10.13971, 49.403760000000034, 0], [10.14035, 49.40384, 0], [10.14087, 49.40380999999999, 0], [10.14184, 49.40383, 0], [10.14172, 49.403520000000015, 0], [10.14261, 49.40343999999999, 0], [10.143049999999999, 49.40335999999999, 0], [10.14321, 49.40365, 0], [10.14417, 49.40355999999997, 0], [10.14407, 49.40339, 0], [10.14463, 49.403269999999964, 0], [10.14572, 49.402919999999995, 0], [10.14746, 49.402469999999994, 0], [10.14806, 49.40242999999998, 0], [10.14857, 49.40223, 0], [10.14935, 49.40136000000001, 0], [10.14974, 49.40198000000001, 0], [10.15119, 49.401440000000036, 0], [10.15131, 49.40122999999997, 0], [10.15148, 49.401129999999995, 0], [10.151620000000001, 49.401189999999986, 0], [10.15194, 49.40124, 0], [10.1522, 49.40124, 0], [10.15186, 49.40174999999999, 0], [10.15163, 49.40241, 0], [10.15176, 49.40244999999999, 0], [10.15169, 49.40307999999999, 0], [10.151549999999999, 49.403099999999995, 0], [10.151410000000002, 49.40332000000001, 0], [10.1512, 49.40350999999998, 0], [10.1516, 49.40379000000004, 0], [10.15241, 49.40422000000004, 0], [10.150920000000001, 49.405189999999976, 0], [10.1508, 49.405230000000046, 0], [10.15043, 49.40549999999999, 0], [10.150150000000002, 49.4059, 0], [10.14995, 49.40630999999999, 0], [10.149880000000001, 49.40629000000001, 0], [10.14979, 49.406679999999994, 0], [10.14986, 49.407190000000014, 0], [10.149849999999999, 49.40771999999998, 0], [10.150000000000002, 49.408469999999994, 0], [10.14982, 49.40848, 0], [10.14989, 49.40923000000001, 0], [10.14972, 49.409459999999996, 0], [10.14915, 49.40984, 0], [10.14938, 49.4101, 0], [10.14937, 49.410270000000025, 0], [10.14872, 49.41073000000003, 0], [10.14857, 49.41078999999999, 0], [10.148609999999998, 49.41097999999997, 0], [10.14783, 49.411160000000024, 0], [10.1482, 49.411730000000006, 0], [10.148389999999997, 49.41195999999999, 0], [10.149579999999998, 49.41176999999999, 0], [10.15012, 49.411789999999996, 0], [10.150960000000001, 49.41156999999998, 0], [10.15115, 49.41144, 0], [10.152490000000002, 49.41163, 0], [10.15241, 49.4118, 0], [10.15209, 49.41219000000001, 0], [10.15171, 49.41241999999997, 0], [10.15144, 49.41248999999999, 0], [10.15057, 49.41258000000002, 0], [10.1493, 49.41299000000001, 0], [10.15032, 49.413520000000005, 0], [10.15019, 49.41380000000004, 0], [10.14996, 49.414049999999975, 0], [10.149110000000002, 49.41368, 0], [10.14908, 49.41385, 0], [10.14883, 49.414210000000026, 0], [10.14755, 49.41354000000001, 0], [10.1473, 49.413730000000015, 0], [10.14697, 49.41413, 0], [10.14715, 49.414180000000016, 0], [10.146979999999997, 49.414559999999994, 0], [10.14696, 49.41474999999997, 0], [10.14683, 49.41499999999999, 0], [10.14693, 49.41502, 0], [10.14675, 49.415310000000005, 0], [10.14678, 49.415639999999996, 0], [10.1467, 49.4161, 0], [10.14644, 49.41602, 0], [10.14611, 49.415989999999994, 0], [10.14612, 49.41666000000001, 0], [10.14618, 49.41687999999999, 0], [10.14635, 49.41691, 0], [10.1464, 49.41752999999997, 0], [10.14638, 49.41769000000002, 0], [10.14612, 49.41781, 0], [10.145840000000002, 49.41819000000001, 0], [10.14542, 49.41851, 0], [10.14575, 49.41885000000002, 0], [10.144760000000002, 49.41985999999997, 0], [10.14461, 49.41994, 0], [10.14458, 49.419820000000016, 0], [10.14441, 49.41978, 0], [10.143569999999999, 49.42081000000002, 0], [10.14332, 49.42103, 0], [10.14267, 49.42152999999999, 0], [10.14185, 49.421989999999994, 0], [10.1414, 49.422470000000004, 0], [10.14047, 49.423130000000015, 0], [10.13974, 49.42372, 0], [10.13948, 49.42389, 0], [10.13942, 49.423850000000016, 0], [10.1388, 49.42419000000001, 0], [10.13735, 49.42466000000002, 0], [10.13783, 49.42526999999998, 0], [10.13816, 49.42606000000001, 0], [10.138249999999998, 49.426140000000004, 0], [10.13843, 49.42616000000001, 0], [10.13847, 49.427010000000024, 0], [10.138619999999998, 49.42740999999998, 0], [10.13838, 49.427899999999994, 0], [10.13832, 49.42818, 0], [10.1381, 49.42857000000001, 0], [10.138000000000002, 49.428450000000026, 0], [10.13746, 49.42888000000002, 0], [10.13738, 49.429010000000005, 0], [10.13712, 49.42921999999999, 0], [10.13669, 49.42967999999999, 0], [10.13577, 49.43043, 0], [10.136399999999998, 49.430800000000005, 0], [10.136140000000001, 49.43096, 0], [10.13575, 49.43110000000004, 0], [10.135430000000001, 49.43106, 0], [10.13431, 49.43177, 0], [10.13368, 49.43212, 0], [10.134290000000002, 49.432709999999986, 0], [10.134319999999999, 49.43268000000003, 0], [10.134869999999998, 49.43333999999996, 0], [10.13546, 49.433279999999996, 0], [10.13571, 49.43333000000001, 0], [10.135949999999998, 49.433279999999996, 0], [10.13623, 49.43334999999999, 0], [10.13676, 49.43332000000001, 0], [10.13695, 49.433359999999965, 0], [10.13715, 49.43321999999998, 0], [10.13754, 49.43314000000004, 0], [10.137689999999997, 49.43309000000002, 0], [10.137809999999998, 49.43309000000002, 0], [10.13801, 49.43317999999999, 0], [10.13783, 49.43337, 0], [10.137110000000002, 49.43386000000004, 0], [10.13645, 49.43376000000001, 0], [10.13562, 49.43396999999999, 0], [10.13546, 49.434109999999976, 0], [10.13483, 49.43455, 0], [10.13434, 49.43481, 0], [10.134290000000002, 49.43496000000002, 0], [10.134620000000002, 49.43502000000001, 0], [10.13452, 49.43552, 0], [10.13434, 49.43549999999999, 0], [10.13403, 49.436769999999996, 0], [10.13382, 49.43709999999999, 0], [10.13378, 49.43714, 0], [10.13308, 49.43737999999999, 0], [10.133129999999998, 49.43772999999999, 0], [10.13312, 49.437929999999994, 0], [10.13252, 49.43781000000001, 0], [10.13194, 49.43773999999999, 0], [10.132019999999999, 49.437780000000004, 0], [10.132060000000001, 49.43787999999998, 0], [10.1314, 49.43799000000001, 0], [10.13097, 49.43797000000001, 0], [10.13007, 49.43815000000001, 0], [10.13006, 49.438109999999995, 0], [10.12872, 49.4384, 0], [10.128500000000003, 49.43858, 0], [10.12819, 49.43871999999996, 0], [10.12783, 49.438680000000005, 0], [10.12715, 49.43887000000001, 0], [10.125809999999998, 49.43945999999997, 0], [10.124769999999998, 49.439989999999995, 0], [10.12439, 49.44024000000002, 0], [10.12404, 49.44075000000001, 0], [10.123710000000003, 49.44135, 0], [10.12324, 49.44109000000003, 0], [10.122699999999998, 49.44069999999999, 0], [10.12205, 49.44109000000003, 0], [10.12184, 49.44094999999999, 0], [10.12156, 49.44109000000003, 0], [10.121520000000002, 49.44134, 0], [10.12107, 49.44188, 0], [10.12039, 49.44234, 0], [10.12014, 49.442710000000005, 0], [10.11949, 49.44342000000003, 0], [10.11889, 49.443929999999995, 0], [10.11788, 49.44298999999998, 0], [10.1169, 49.443389999999994, 0], [10.116049999999998, 49.44364999999999, 0], [10.11572, 49.44370000000001, 0], [10.11484, 49.443689999999975, 0], [10.114419999999999, 49.443640000000016, 0], [10.112559999999998, 49.44328999999999, 0], [10.11102, 49.442740000000015, 0], [10.11036, 49.44247999999999, 0], [10.11019, 49.44236999999998, 0], [10.11017, 49.44225, 0], [10.1105, 49.44174000000001, 0], [10.111050000000002, 49.44121999999999, 0], [10.11133, 49.44123000000002, 0], [10.112519999999998, 49.43925999999999, 0], [10.1128, 49.43887000000001, 0], [10.111820000000002, 49.438559999999995, 0], [10.110850000000001, 49.43966, 0], [10.110109999999999, 49.44031000000001, 0], [10.10965, 49.440560000000005, 0], [10.10943, 49.440650000000005, 0], [10.10903, 49.44096999999999, 0], [10.10887, 49.44103000000001, 0], [10.10874, 49.44118, 0], [10.10854, 49.44127, 0], [10.10838, 49.44139999999999, 0], [10.10809, 49.441520000000025, 0], [10.10755, 49.441869999999994, 0], [10.107439999999999, 49.442049999999995, 0], [10.10722, 49.44216, 0], [10.107140000000001, 49.44224, 0], [10.10716, 49.44236999999998, 0], [10.10712, 49.44243000000003, 0], [10.10694, 49.442530000000005, 0], [10.10694, 49.44256999999999, 0], [10.106810000000001, 49.44263999999998, 0], [10.10678, 49.44269, 0], [10.10662, 49.44275999999999, 0], [10.10662, 49.442800000000005, 0], [10.10583, 49.44328999999999, 0], [10.10621, 49.44367, 0], [10.10621, 49.44387000000003, 0], [10.10611, 49.44409000000002, 0], [10.105839999999999, 49.4444, 0], [10.10467, 49.44457000000003, 0], [10.10386, 49.44479999999999, 0], [10.103349999999999, 49.44500000000002, 0], [10.102650000000002, 49.445430000000016, 0], [10.102129999999999, 49.44570999999999, 0], [10.10162, 49.44594000000001, 0], [10.100380000000001, 49.44644999999997, 0], [10.099859999999998, 49.446560000000005, 0], [10.09902, 49.44682, 0], [10.09869, 49.446950000000044, 0], [10.09842, 49.44716, 0], [10.09813, 49.44726, 0], [10.09743, 49.44744, 0], [10.09709, 49.44747000000001, 0], [10.09664, 49.44746000000001, 0], [10.09643, 49.44749999999999, 0], [10.09598, 49.44764000000001, 0], [10.09512, 49.44800000000001, 0], [10.09488, 49.44807, 0], [10.09539, 49.44884999999999, 0], [10.095329999999999, 49.44891999999999, 0], [10.09542, 49.44890000000001, 0], [10.09545, 49.44894000000002, 0], [10.096369999999999, 49.450440000000015, 0], [10.09688, 49.450950000000006, 0], [10.09712, 49.45131000000001, 0], [10.09717, 49.451449999999994, 0], [10.09731, 49.452169999999995, 0], [10.09698, 49.452330000000046, 0], [10.09712, 49.4529, 0], [10.09719, 49.45366000000001, 0], [10.09736, 49.454499999999996, 0], [10.098, 49.454890000000006, 0], [10.09787, 49.45516000000001, 0], [10.09773, 49.455330000000004, 0], [10.09717, 49.455760000000026, 0], [10.097139999999998, 49.45605999999998, 0], [10.09758, 49.45670000000001, 0], [10.097889999999998, 49.45701, 0], [10.09863, 49.45669000000001, 0], [10.09899, 49.456650000000025, 0], [10.09946, 49.45663999999999, 0], [10.100910000000002, 49.45688000000001, 0], [10.102880000000003, 49.45761999999996, 0], [10.10381, 49.457850000000036, 0], [10.10438, 49.457959999999986, 0], [10.10542, 49.458079999999995, 0], [10.10679, 49.458560000000006, 0], [10.10719, 49.458860000000044, 0], [10.10764, 49.45949999999999, 0], [10.10776, 49.45985000000002, 0], [10.1081, 49.460319999999996, 0], [10.10722, 49.46064000000001, 0], [10.106509999999998, 49.46085000000002, 0], [10.106239999999998, 49.46122, 0], [10.10539, 49.46195, 0], [10.10495, 49.46258, 0], [10.10486, 49.46296000000001, 0], [10.10504, 49.46307999999999, 0], [10.1053, 49.46318000000002, 0], [10.10619, 49.46338, 0], [10.10677, 49.46328999999997, 0], [10.10896, 49.461990000000014, 0], [10.11051, 49.462350000000015, 0], [10.11087, 49.462260000000015, 0], [10.11188, 49.46235999999999, 0], [10.11409, 49.46249, 0], [10.11436, 49.46254999999999, 0], [10.11467, 49.46231, 0], [10.11537, 49.46162000000004, 0], [10.11591, 49.46119999999999, 0], [10.11685, 49.461630000000014, 0], [10.1173, 49.461780000000005, 0], [10.11752, 49.461799999999954, 0], [10.118349999999998, 49.46222, 0], [10.119620000000001, 49.46275000000003, 0], [10.12042, 49.46298999999999, 0], [10.1211, 49.46323000000004, 0], [10.12135, 49.46338, 0], [10.12177, 49.46352999999999, 0], [10.12217, 49.46378999999999, 0], [10.12207, 49.464049999999986, 0], [10.12198, 49.464609999999965, 0], [10.121590000000001, 49.465100000000035, 0], [10.12119, 49.465419999999995, 0], [10.12109, 49.46558999999999, 0], [10.12091, 49.46549000000002, 0], [10.12079, 49.46537000000001, 0], [10.12068, 49.46546000000001, 0], [10.12038, 49.46599000000003, 0], [10.120110000000002, 49.46624, 0], [10.117909999999998, 49.467600000000004, 0], [10.117799999999999, 49.46808999999996, 0], [10.117909999999998, 49.46827000000002, 0], [10.11786, 49.469310000000036, 0], [10.11762, 49.470230000000015, 0], [10.119279999999998, 49.47024999999999, 0], [10.11949, 49.470969999999994, 0], [10.11786, 49.47153, 0], [10.11826, 49.472350000000006, 0], [10.11792, 49.472440000000006, 0], [10.11699, 49.47243, 0], [10.11672, 49.472530000000006, 0], [10.11609, 49.472849999999994, 0], [10.115800000000002, 49.47303999999997, 0], [10.115299999999998, 49.47348999999997, 0], [10.11491, 49.47394000000003, 0], [10.11491, 49.47397999999998, 0], [10.11525, 49.47406999999998, 0], [10.115310000000001, 49.47413, 0], [10.11549, 49.47453999999999, 0], [10.11575, 49.47492999999997, 0], [10.11635, 49.475509999999986, 0], [10.11653, 49.475799999999964, 0], [10.11666, 49.47614999999999, 0], [10.11662, 49.47619, 0], [10.11593, 49.476259999999996, 0], [10.11629, 49.478759999999994, 0], [10.11506, 49.47868, 0], [10.114720000000002, 49.47863000000004, 0], [10.11229, 49.478170000000034, 0], [10.11137, 49.47791000000001, 0], [10.109619999999998, 49.47977, 0], [10.10911, 49.48064000000002, 0], [10.10898, 49.48096000000001, 0], [10.10871, 49.48136000000002, 0], [10.108330000000002, 49.482219999999984, 0], [10.10817, 49.48272, 0], [10.1081, 49.48271, 0], [10.10803, 49.48284000000001, 0], [10.10478, 49.482579999999984, 0], [10.105319999999999, 49.483580000000046, 0], [10.10329, 49.48422999999997, 0], [10.10324, 49.48490000000001, 0], [10.100980000000002, 49.48573999999999, 0], [10.101119999999998, 49.48581999999999, 0], [10.10134, 49.486170000000016, 0], [10.10144, 49.486579999999975, 0], [10.101379999999999, 49.486789999999985, 0], [10.10111, 49.487239999999986, 0], [10.10108, 49.48744000000002, 0], [10.101229999999997, 49.48779999999999, 0], [10.10211, 49.48912999999996, 0], [10.10219, 49.489289999999954, 0], [10.10226, 49.48966999999999, 0], [10.10218, 49.48994999999999, 0], [10.102, 49.490189999999984, 0], [10.10187, 49.490279999999984, 0], [10.101389999999999, 49.490470000000016, 0], [10.10077, 49.49059, 0], [10.10053, 49.49072000000001, 0], [10.10033, 49.490950000000026, 0], [10.10028, 49.49137000000002, 0], [10.100310000000002, 49.49171999999999, 0], [10.10044, 49.49211, 0], [10.100669999999997, 49.49251000000001, 0], [10.1007, 49.49250000000001, 0], [10.10085, 49.49275, 0], [10.10093, 49.49295000000001, 0], [10.101, 49.49322000000001, 0], [10.100980000000002, 49.494020000000035, 0], [10.10107, 49.49417, 0], [10.10122, 49.494309999999984, 0], [10.10208, 49.494789999999995, 0], [10.1031, 49.49520000000004, 0], [10.1042, 49.495600000000024, 0], [10.10464, 49.49567999999999, 0], [10.105, 49.495709999999974, 0], [10.10496, 49.49591000000001, 0], [10.10488, 49.496039999999994, 0], [10.10463, 49.496219999999994, 0], [10.10493, 49.49678000000003, 0], [10.10525, 49.49677, 0], [10.10534, 49.49681000000001, 0], [10.10502, 49.49728999999999, 0], [10.10505, 49.49752000000001, 0], [10.104800000000001, 49.49764999999999, 0], [10.104659999999999, 49.497889999999984, 0], [10.104099999999999, 49.49788000000001, 0], [10.10411, 49.497960000000035, 0], [10.103939999999998, 49.497990000000016, 0], [10.10318, 49.497990000000016, 0], [10.10337, 49.498279999999994, 0], [10.10341, 49.49860999999996, 0], [10.10679, 49.4992, 0], [10.10692, 49.499359999999996, 0], [10.106700000000002, 49.49947, 0], [10.108400000000001, 49.500159999999994, 0], [10.10845, 49.50044, 0], [10.10867, 49.50050999999996, 0], [10.109080000000002, 49.50058000000004, 0], [10.10905, 49.50069000000002, 0], [10.109249999999998, 49.50072, 0], [10.10939, 49.500940000000014, 0], [10.109150000000001, 49.50137999999998, 0], [10.10923, 49.501599999999996, 0], [10.109370000000002, 49.50171000000003, 0], [10.10991, 49.501949999999965, 0], [10.11, 49.502020000000016, 0], [10.11173, 49.502189999999985, 0], [10.11444, 49.50256000000002, 0], [10.11859, 49.504309999999975, 0], [10.118119999999998, 49.50504000000001, 0], [10.11774, 49.50577999999999, 0], [10.11734, 49.50680000000003, 0], [10.11727, 49.507180000000005, 0], [10.117419999999997, 49.50719000000001, 0], [10.117500000000001, 49.507149999999996, 0], [10.12067, 49.50725, 0], [10.120729999999998, 49.50729000000001, 0], [10.12038, 49.50927999999999, 0], [10.1203, 49.509330000000006, 0], [10.12141, 49.50936999999996, 0], [10.121250000000002, 49.51102000000003, 0], [10.11716, 49.51057000000003, 0], [10.11636, 49.510429999999985, 0], [10.11589, 49.51123000000001, 0], [10.11577, 49.51184000000001, 0], [10.11551, 49.51226, 0], [10.11322, 49.51215000000002, 0], [10.11281, 49.512100000000004, 0], [10.1111, 49.51178999999999, 0], [10.108400000000001, 49.51134999999999, 0], [10.107030000000002, 49.513630000000006, 0], [10.10592, 49.514759999999995, 0], [10.10568, 49.51508000000001, 0], [10.104759999999999, 49.51486, 0], [10.1037, 49.51465999999999, 0], [10.10029, 49.513679999999994, 0], [10.09939, 49.51483000000002, 0], [10.09672, 49.51433, 0], [10.09557, 49.514050000000026, 0], [10.095560000000003, 49.51407000000003, 0], [10.09397, 49.51358999999999, 0], [10.09394, 49.51362000000003, 0], [10.09325, 49.513419999999996, 0], [10.09257, 49.513289999999984, 0], [10.090180000000002, 49.51290000000003, 0], [10.08915, 49.51304999999999, 0], [10.08772, 49.512820000000005, 0], [10.08599, 49.512339999999995, 0], [10.084670000000001, 49.51173, 0], [10.08341, 49.51132999999999, 0], [10.0825, 49.51116999999999, 0], [10.08198, 49.51174000000003, 0], [10.08056, 49.51244999999997, 0], [10.07971, 49.51301999999998, 0], [10.07972, 49.513059999999996, 0], [10.08348, 49.51448000000002, 0], [10.08337, 49.514530000000036, 0], [10.08019, 49.518039999999985, 0], [10.08019, 49.51809, 0], [10.07987, 49.51791, 0], [10.07917, 49.51741999999999, 0], [10.07794, 49.518759999999986, 0], [10.07833, 49.518959999999964, 0], [10.07825, 49.51904999999999, 0], [10.07935, 49.51947000000001, 0], [10.0801, 49.51966999999999, 0], [10.08128, 49.519840000000016, 0], [10.08208, 49.520039999999995, 0], [10.081989999999998, 49.520070000000004, 0], [10.081290000000001, 49.52071000000001, 0], [10.07901, 49.523920000000004, 0], [10.080509999999999, 49.52438999999998, 0], [10.08033, 49.52441999999999, 0], [10.078840000000001, 49.5273, 0], [10.07894, 49.527409999999975, 0], [10.07974, 49.527649999999994, 0], [10.07978, 49.52770000000001, 0], [10.080960000000001, 49.527950000000004, 0], [10.082930000000001, 49.52813999999998, 0], [10.085939999999999, 49.528250000000014, 0], [10.086829999999999, 49.5283, 0], [10.088, 49.52841999999998, 0], [10.08767, 49.53058999999999, 0], [10.089489999999998, 49.53045999999998, 0], [10.08964, 49.53036, 0], [10.089719999999998, 49.530370000000005, 0], [10.08941, 49.53154000000001, 0], [10.08895, 49.53246999999999, 0], [10.08859, 49.53365000000002, 0], [10.0919, 49.53442000000004, 0], [10.091480000000002, 49.53487999999999, 0], [10.09101, 49.53548000000001, 0], [10.089950000000002, 49.53710000000001, 0], [10.08938, 49.5377, 0], [10.089119999999998, 49.53808000000001, 0], [10.08813, 49.539950000000005, 0], [10.08779, 49.540700000000015, 0], [10.08759, 49.541240000000016, 0], [10.08749, 49.54173, 0], [10.08745, 49.54226, 0], [10.08387, 49.54220000000001, 0], [10.0837, 49.54293000000001, 0], [10.08369, 49.54323999999997, 0], [10.083750000000002, 49.543350000000004, 0], [10.08376, 49.54357999999999, 0], [10.083630000000001, 49.54357999999999, 0], [10.08385, 49.54366999999996, 0], [10.08387, 49.54414000000003, 0], [10.08403, 49.54484999999997, 0], [10.0841, 49.54546000000002, 0], [10.084039999999998, 49.54599000000002, 0], [10.08411, 49.54645000000002, 0], [10.08452, 49.54730000000001, 0], [10.08313, 49.54727, 0], [10.082629999999998, 49.549620000000004, 0], [10.082559999999999, 49.550610000000006, 0], [10.082590000000001, 49.55178000000001, 0], [10.083310000000003, 49.55184, 0], [10.08322, 49.55336, 0], [10.08321, 49.554069999999996, 0], [10.082930000000001, 49.55466000000001, 0], [10.08366, 49.554730000000006, 0], [10.083109999999998, 49.555330000000026, 0], [10.08267, 49.555679999999995, 0], [10.08318, 49.55593999999999, 0], [10.08268, 49.556160000000006, 0], [10.08142, 49.55664999999999, 0], [10.08068, 49.55718000000002, 0], [10.080640000000002, 49.55731, 0], [10.08093, 49.55811, 0], [10.08112, 49.55814000000001, 0], [10.08086, 49.55848, 0], [10.081670000000003, 49.55883, 0], [10.08047, 49.55991, 0], [10.08068, 49.56000000000003, 0], [10.08092, 49.56013999999999, 0], [10.08068, 49.56032999999999, 0], [10.08038, 49.56079, 0], [10.080250000000001, 49.560869999999994, 0], [10.07968, 49.56082000000001, 0], [10.07928, 49.561229999999995, 0], [10.07885, 49.56137000000001, 0], [10.078990000000001, 49.561679999999996, 0], [10.078440000000002, 49.56233000000003, 0], [10.078180000000001, 49.562479999999994, 0], [10.078319999999998, 49.5626, 0], [10.07649, 49.56345000000002, 0], [10.07864, 49.56506000000002, 0], [10.077, 49.565560000000005, 0], [10.07612, 49.565769999999986, 0], [10.07498, 49.56488999999999, 0], [10.074800000000002, 49.56478999999999, 0], [10.073490000000001, 49.56602000000001, 0], [10.07304, 49.56585000000001, 0], [10.0717, 49.56733, 0], [10.07231, 49.56747999999999, 0], [10.07264, 49.56733, 0], [10.07415, 49.56778, 0], [10.07426, 49.56782000000001, 0], [10.074019999999999, 49.568250000000006, 0], [10.07441, 49.56828999999999, 0], [10.07382, 49.56936999999999, 0], [10.07356, 49.56933000000001, 0], [10.07254, 49.57237000000001, 0], [10.07307, 49.57246999999998, 0], [10.07302, 49.57267999999999, 0], [10.07304, 49.57297, 0], [10.07337, 49.57428999999999, 0], [10.074299999999997, 49.57614000000004, 0], [10.074320000000002, 49.57722000000001, 0], [10.074360000000002, 49.57733000000002, 0], [10.07464, 49.57746, 0], [10.07536, 49.57749000000001, 0], [10.07525, 49.580600000000004, 0], [10.07307, 49.58053000000001, 0], [10.07304, 49.58136999999999, 0], [10.07269, 49.58139, 0], [10.07288, 49.583849999999984, 0], [10.07248, 49.58382000000003, 0], [10.07236, 49.5839, 0], [10.072159999999998, 49.58543000000003, 0], [10.07218, 49.58607000000001, 0], [10.072120000000002, 49.586600000000004, 0], [10.07137, 49.586540000000014, 0], [10.07149, 49.588179999999994, 0], [10.07068, 49.588239999999985, 0], [10.071559999999998, 49.59010000000001, 0], [10.07183, 49.59022999999999, 0], [10.07266, 49.59100000000001, 0], [10.069549999999998, 49.592479999999995, 0], [10.07095, 49.593500000000006, 0], [10.073120000000001, 49.59343999999999, 0], [10.07323, 49.59371999999999, 0], [10.074869999999999, 49.59441000000001, 0], [10.076, 49.59482, 0], [10.074800000000002, 49.59633000000002, 0], [10.07732, 49.597139999999996, 0], [10.07926, 49.59768, 0], [10.08302, 49.59844000000001, 0], [10.082590000000001, 49.60055, 0]], [[10.876169999999998, 49.741359999999986, 0], [10.87601, 49.74162000000001, 0], [10.87567, 49.741569999999996, 0], [10.87485, 49.74173999999999, 0], [10.87457, 49.741499999999974, 0], [10.874060000000002, 49.74162999999999, 0], [10.87381, 49.74135000000001, 0], [10.87338, 49.741420000000005, 0], [10.8732, 49.74095, 0], [10.87361, 49.74094000000002, 0], [10.87415, 49.741029999999995, 0], [10.87517, 49.740759999999966, 0], [10.87521, 49.740399999999994, 0], [10.87554, 49.74019000000001, 0], [10.87621, 49.74036000000001, 0], [10.876620000000003, 49.740520000000004, 0], [10.87646, 49.74092000000002, 0], [10.876169999999998, 49.741359999999986, 0]], [[10.89349, 49.740290000000016, 0], [10.89324, 49.740260000000006, 0], [10.89198, 49.74029999999996, 0], [10.89175, 49.74045000000001, 0], [10.89157, 49.74087, 0], [10.89119, 49.74109999999999, 0], [10.89096, 49.741180000000014, 0], [10.89044, 49.74126000000001, 0], [10.89007, 49.74119999999999, 0], [10.888690000000002, 49.741240000000005, 0], [10.88872, 49.74162999999999, 0], [10.88852, 49.741660000000024, 0], [10.88795, 49.74171000000004, 0], [10.8873, 49.74163999999999, 0], [10.88682, 49.74176, 0], [10.88633, 49.74180999999999, 0], [10.88545, 49.74162000000001, 0], [10.884750000000002, 49.741600000000005, 0], [10.88392, 49.74167, 0], [10.88323, 49.74180000000001, 0], [10.88287, 49.741979999999984, 0], [10.88244, 49.74231, 0], [10.88283, 49.74253999999999, 0], [10.88273, 49.74261999999999, 0], [10.88238, 49.74287000000001, 0], [10.88193, 49.74292, 0], [10.88114, 49.743300000000005, 0], [10.88074, 49.74356000000003, 0], [10.87987, 49.74304999999998, 0], [10.88002, 49.74274, 0], [10.879919999999998, 49.742639999999994, 0], [10.87936, 49.742699999999985, 0], [10.8789, 49.742909999999995, 0], [10.877799999999999, 49.74278000000001, 0], [10.87793, 49.74242000000001, 0], [10.87768, 49.741690000000034, 0], [10.87707, 49.741330000000005, 0], [10.87715, 49.741119999999995, 0], [10.87762, 49.741150000000005, 0], [10.87816, 49.740999999999985, 0], [10.878590000000003, 49.741280000000046, 0], [10.87896, 49.74137999999999, 0], [10.879300000000002, 49.74131, 0], [10.87953, 49.74120999999997, 0], [10.879809999999999, 49.740970000000004, 0], [10.88064, 49.74134000000001, 0], [10.8817, 49.74065999999999, 0], [10.88262, 49.74020999999999, 0], [10.883149999999999, 49.73962000000003, 0], [10.883369999999998, 49.73943, 0], [10.88328, 49.73922999999999, 0], [10.882780000000002, 49.73894999999999, 0], [10.88228, 49.73862, 0], [10.88235, 49.738429999999966, 0], [10.88309, 49.73840999999999, 0], [10.883369999999998, 49.73826, 0], [10.88387, 49.7381, 0], [10.88413, 49.73797999999999, 0], [10.88489, 49.73813999999999, 0], [10.88513, 49.738110000000006, 0], [10.88531, 49.73832999999999, 0], [10.885599999999998, 49.73858000000001, 0], [10.88619, 49.73856000000001, 0], [10.88668, 49.73849999999999, 0], [10.887239999999998, 49.73848000000001, 0], [10.88775, 49.73854, 0], [10.88775, 49.738759999999985, 0], [10.888130000000002, 49.73885999999996, 0], [10.88844, 49.73888000000002, 0], [10.88882, 49.738820000000004, 0], [10.88927, 49.738640000000004, 0], [10.88976, 49.73832999999999, 0], [10.8903, 49.73819, 0], [10.89092, 49.73823999999999, 0], [10.89156, 49.73805999999999, 0], [10.891840000000002, 49.73787999999999, 0], [10.89217, 49.73795000000001, 0], [10.89263, 49.737899999999996, 0], [10.892799999999998, 49.737689999999986, 0], [10.89327, 49.737629999999996, 0], [10.89365, 49.73888000000002, 0], [10.89383, 49.73976999999999, 0], [10.89365, 49.740309999999994, 0], [10.89349, 49.740290000000016, 0]]] + }, + "properties": { + "name": "Regierungsbezirk Mittelfranken", + "description": "\n \n \n \n \n
Gebiet:Regierungsbezirk Mittelfranken
Fläche:7660.0 km²
Anzahl Dateien:1
Größe Download:74.4 MB
\n
Download", + "styleUrl": "https://atlas.bayern.de/?c=677751,5422939&z=7.589&l=atkis,https%3A%2F%2Fgeodaten.bayern.de%2Fodd%2Fm%2F3%2Fdaten%2Fhausumringe%2Fbezirk%2Fkml%2FHU_regierungsbezirk.kml&t=ba#orange", + "srid": "3857" + } + } + ] +} diff --git a/frontend/src/components/MapView/output.json b/frontend/src/components/MapView/output.json new file mode 100644 index 00000000..36c648ee --- /dev/null +++ b/frontend/src/components/MapView/output.json @@ -0,0 +1,439 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "id": "0", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603185.06, + 5426501.29 + ], + [ + 603188.02, + 5426502.03 + ], + [ + 603187.78, + 5426503.2 + ], + [ + 603190.18, + 5426503.72 + ], + [ + 603193.28, + 5426490.21 + ], + [ + 603188.14, + 5426488.96 + ], + [ + 603185.06, + 5426501.29 + ] + ] + ] + } + }, + { + "id": "1", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602871.72, + 5426708.37 + ], + [ + 602891.49, + 5426719.73 + ], + [ + 602894.74, + 5426714.03 + ], + [ + 602875.03, + 5426702.7 + ], + [ + 602871.72, + 5426708.37 + ] + ] + ] + } + }, + { + "id": "2", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603194.51, + 5426496.8 + ], + [ + 603203.35, + 5426499.28 + ], + [ + 603205.01, + 5426493.25 + ], + [ + 603196.13, + 5426490.74 + ], + [ + 603194.51, + 5426496.8 + ] + ] + ] + } + }, + { + "id": "3", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603170.79, + 5426480.85 + ], + [ + 603177.67, + 5426482.3 + ], + [ + 603176.79, + 5426486.22 + ], + [ + 603188.14, + 5426488.96 + ], + [ + 603193.28, + 5426490.21 + ], + [ + 603195.55, + 5426480.31 + ], + [ + 603179.11, + 5426476.51 + ], + [ + 603179.56, + 5426474.57 + ], + [ + 603172.59, + 5426472.89 + ], + [ + 603170.79, + 5426480.85 + ] + ] + ] + } + }, + { + "id": "4", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603195.71, + 5426529.57 + ], + [ + 603197.59, + 5426541.28 + ], + [ + 603203.53, + 5426540.35 + ], + [ + 603201.65, + 5426528.63 + ], + [ + 603200.54, + 5426528.04 + ], + [ + 603196.61, + 5426528.65 + ], + [ + 603195.71, + 5426529.57 + ] + ] + ] + } + }, + { + "id": "5", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603158.42, + 5426494.45 + ], + [ + 603168.37, + 5426496.39 + ], + [ + 603170.41, + 5426484.82 + ], + [ + 603160.45, + 5426482.86 + ], + [ + 603158.42, + 5426494.45 + ] + ] + ] + } + }, + { + "id": "6", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603192.21, + 5426473.14 + ], + [ + 603197.55, + 5426475.39 + ], + [ + 603201.94, + 5426464.4 + ], + [ + 603196.7, + 5426462.41 + ], + [ + 603192.21, + 5426473.14 + ] + ] + ] + } + }, + { + "id": "7", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603165.26, + 5426534.1 + ], + [ + 603173.59, + 5426541.31 + ], + [ + 603179.5, + 5426533.53 + ], + [ + 603185.85, + 5426525.18 + ], + [ + 603188.33, + 5426527.02 + ], + [ + 603191.12, + 5426523.34 + ], + [ + 603188.6, + 5426521.55 + ], + [ + 603179.71, + 5426514.92 + ], + [ + 603165.26, + 5426534.1 + ] + ] + ] + } + }, + { + "id": "8", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603207.73, + 5426536.57 + ], + [ + 603211.75, + 5426538.14 + ], + [ + 603213.5, + 5426534.23 + ], + [ + 603208.64, + 5426532.38 + ], + [ + 603207.98, + 5426535.35 + ], + [ + 603207.73, + 5426536.57 + ] + ] + ] + } + }, + { + "id": "9", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603230.32, + 5426487.01 + ], + [ + 603232.98, + 5426488.17 + ], + [ + 603232.52, + 5426489.2 + ], + [ + 603235.48, + 5426490.48 + ], + [ + 603235.95, + 5426489.45 + ], + [ + 603242.24, + 5426492.21 + ], + [ + 603246.43, + 5426482.6 + ], + [ + 603240.48, + 5426480.0 + ], + [ + 603241.48, + 5426477.73 + ], + [ + 603235.99, + 5426475.32 + ], + [ + 603234.99, + 5426477.6 + ], + [ + 603234.53, + 5426477.39 + ], + [ + 603230.32, + 5426487.01 + ] + ] + ] + } + } + ], + "crs": { + "type": "name", + "properties": { + "name": "urn:ogc:def:crs:EPSG::25832" + } + } +} From 0d8f22a339af0e084103ee0c817cf46bbd2e42e2 Mon Sep 17 00:00:00 2001 From: Lucas Nandico Date: Sat, 1 Jun 2024 12:02:01 +0200 Subject: [PATCH 5/9] implemented highly specialized visualization for hausumringe. switches to markers on certain zoom. merges those markers Signed-off-by: Lucas Nandico --- frontend/src/components/MapView/DataFetch.tsx | 4 +- .../MapView/MapDatasetVisualizer.tsx | 36 +- .../src/components/MapView/output1000.json | 41563 ++++++++++++++++ 3 files changed, 41595 insertions(+), 8 deletions(-) create mode 100644 frontend/src/components/MapView/output1000.json diff --git a/frontend/src/components/MapView/DataFetch.tsx b/frontend/src/components/MapView/DataFetch.tsx index afd1b269..741c0b76 100644 --- a/frontend/src/components/MapView/DataFetch.tsx +++ b/frontend/src/components/MapView/DataFetch.tsx @@ -1,6 +1,6 @@ import { FeatureCollection, Geometry } from "geojson"; import defaultCityLocationData from "./FeatureCollection.json"; -import defaultPolygonData from "./output.json"; +import defaultPolygonData from "./output1000.json"; import { LatLngBounds } from "leaflet"; import { useContext, useEffect, useState } from "react"; import { TabProps, TabsContext } from "../../contexts/TabsContext"; @@ -115,6 +115,8 @@ const useGeoData = ( if (tabProps?.dataset.data.features.length == 0) { setData(geojsonGemeindenPolygons as FeatureCollection); onUpdate(geojsonGemeindenPolygons, bounds); + } else { + console.log("already loaded house_footprints"); } return; diff --git a/frontend/src/components/MapView/MapDatasetVisualizer.tsx b/frontend/src/components/MapView/MapDatasetVisualizer.tsx index f1a740c2..e28241cc 100644 --- a/frontend/src/components/MapView/MapDatasetVisualizer.tsx +++ b/frontend/src/components/MapView/MapDatasetVisualizer.tsx @@ -67,16 +67,38 @@ const MapDatasetVisualizer: React.FC = ({ function coordsToLatLng1(coords: number[]) { var latLng = myCRS.unproject(L.point(coords[0], coords[1])); - console.log(latLng); return latLng; } - const geojsonLayer = L.geoJson(geoData, { - coordsToLatLng: coordsToLatLng1, - }); - geojsonLayer.addTo(map); - map.fitBounds(geojsonLayer.getBounds()); - return; + if (currentMapCache.zoom < 13) { + const markerClusterGroup = L.markerClusterGroup(); + const g = L.geoJson(geoData, { + coordsToLatLng: coordsToLatLng1, + onEachFeature: function (feature, layer) { + if (feature.geometry.type === "Polygon") { + const center = layer.getBounds().getCenter(); + const marker = L.marker(center); + marker.addTo(markerClusterGroup); + console.log(center); + } + }, + }); + + //map.fitBounds(g.getBounds()); + map.addLayer(markerClusterGroup); + return () => { + map.removeLayer(markerClusterGroup); + }; + } else { + const geojsonLayer = L.geoJson(geoData, { + coordsToLatLng: coordsToLatLng1, + }); + geojsonLayer.addTo(map); + + return () => { + map.removeLayer(geojsonLayer); + }; + } } else { const geojsonLayer = L.geoJson(geoData, { pointToLayer: function (_feature, latlng) { diff --git a/frontend/src/components/MapView/output1000.json b/frontend/src/components/MapView/output1000.json new file mode 100644 index 00000000..3ebc118a --- /dev/null +++ b/frontend/src/components/MapView/output1000.json @@ -0,0 +1,41563 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "id": "0", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603185.06, + 5426501.29 + ], + [ + 603188.02, + 5426502.03 + ], + [ + 603187.78, + 5426503.2 + ], + [ + 603190.18, + 5426503.72 + ], + [ + 603193.28, + 5426490.21 + ], + [ + 603188.14, + 5426488.96 + ], + [ + 603185.06, + 5426501.29 + ] + ] + ] + } + }, + { + "id": "1", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602871.72, + 5426708.37 + ], + [ + 602891.49, + 5426719.73 + ], + [ + 602894.74, + 5426714.03 + ], + [ + 602875.03, + 5426702.7 + ], + [ + 602871.72, + 5426708.37 + ] + ] + ] + } + }, + { + "id": "2", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603194.51, + 5426496.8 + ], + [ + 603203.35, + 5426499.28 + ], + [ + 603205.01, + 5426493.25 + ], + [ + 603196.13, + 5426490.74 + ], + [ + 603194.51, + 5426496.8 + ] + ] + ] + } + }, + { + "id": "3", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603170.79, + 5426480.85 + ], + [ + 603177.67, + 5426482.3 + ], + [ + 603176.79, + 5426486.22 + ], + [ + 603188.14, + 5426488.96 + ], + [ + 603193.28, + 5426490.21 + ], + [ + 603195.55, + 5426480.31 + ], + [ + 603179.11, + 5426476.51 + ], + [ + 603179.56, + 5426474.57 + ], + [ + 603172.59, + 5426472.89 + ], + [ + 603170.79, + 5426480.85 + ] + ] + ] + } + }, + { + "id": "4", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603195.71, + 5426529.57 + ], + [ + 603197.59, + 5426541.28 + ], + [ + 603203.53, + 5426540.35 + ], + [ + 603201.65, + 5426528.63 + ], + [ + 603200.54, + 5426528.04 + ], + [ + 603196.61, + 5426528.65 + ], + [ + 603195.71, + 5426529.57 + ] + ] + ] + } + }, + { + "id": "5", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603158.42, + 5426494.45 + ], + [ + 603168.37, + 5426496.39 + ], + [ + 603170.41, + 5426484.82 + ], + [ + 603160.45, + 5426482.86 + ], + [ + 603158.42, + 5426494.45 + ] + ] + ] + } + }, + { + "id": "6", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603192.21, + 5426473.14 + ], + [ + 603197.55, + 5426475.39 + ], + [ + 603201.94, + 5426464.4 + ], + [ + 603196.7, + 5426462.41 + ], + [ + 603192.21, + 5426473.14 + ] + ] + ] + } + }, + { + "id": "7", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603165.26, + 5426534.1 + ], + [ + 603173.59, + 5426541.31 + ], + [ + 603179.5, + 5426533.53 + ], + [ + 603185.85, + 5426525.18 + ], + [ + 603188.33, + 5426527.02 + ], + [ + 603191.12, + 5426523.34 + ], + [ + 603188.6, + 5426521.55 + ], + [ + 603179.71, + 5426514.92 + ], + [ + 603165.26, + 5426534.1 + ] + ] + ] + } + }, + { + "id": "8", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603207.73, + 5426536.57 + ], + [ + 603211.75, + 5426538.14 + ], + [ + 603213.5, + 5426534.23 + ], + [ + 603208.64, + 5426532.38 + ], + [ + 603207.98, + 5426535.35 + ], + [ + 603207.73, + 5426536.57 + ] + ] + ] + } + }, + { + "id": "9", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603230.32, + 5426487.01 + ], + [ + 603232.98, + 5426488.17 + ], + [ + 603232.52, + 5426489.2 + ], + [ + 603235.48, + 5426490.48 + ], + [ + 603235.95, + 5426489.45 + ], + [ + 603242.24, + 5426492.21 + ], + [ + 603246.43, + 5426482.6 + ], + [ + 603240.48, + 5426480.0 + ], + [ + 603241.48, + 5426477.73 + ], + [ + 603235.99, + 5426475.32 + ], + [ + 603234.99, + 5426477.6 + ], + [ + 603234.53, + 5426477.39 + ], + [ + 603230.32, + 5426487.01 + ] + ] + ] + } + }, + { + "id": "10", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603203.31, + 5426499.38 + ], + [ + 603208.0, + 5426500.75 + ], + [ + 603207.38, + 5426503.15 + ], + [ + 603218.89, + 5426506.21 + ], + [ + 603223.83, + 5426488.03 + ], + [ + 603212.15, + 5426484.97 + ], + [ + 603209.61, + 5426494.61 + ], + [ + 603205.01, + 5426493.25 + ], + [ + 603203.35, + 5426499.28 + ], + [ + 603203.31, + 5426499.38 + ] + ] + ] + } + }, + { + "id": "11", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603431.38, + 5426476.01 + ], + [ + 603433.59, + 5426479.53 + ], + [ + 603437.24, + 5426477.18 + ], + [ + 603434.99, + 5426473.7 + ], + [ + 603431.38, + 5426476.01 + ] + ] + ] + } + }, + { + "id": "12", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603191.56, + 5426507.78 + ], + [ + 603200.31, + 5426510.26 + ], + [ + 603203.31, + 5426499.38 + ], + [ + 603203.35, + 5426499.28 + ], + [ + 603194.51, + 5426496.8 + ], + [ + 603191.56, + 5426507.78 + ] + ] + ] + } + }, + { + "id": "13", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603422.92, + 5426484.66 + ], + [ + 603428.36, + 5426493.19 + ], + [ + 603436.81, + 5426487.84 + ], + [ + 603437.08, + 5426485.96 + ], + [ + 603437.5, + 5426485.69 + ], + [ + 603441.93, + 5426482.83 + ], + [ + 603441.49, + 5426482.1 + ], + [ + 603445.54, + 5426479.52 + ], + [ + 603442.62, + 5426474.84 + ], + [ + 603438.56, + 5426477.39 + ], + [ + 603438.1, + 5426476.67 + ], + [ + 603437.24, + 5426477.18 + ], + [ + 603433.59, + 5426479.53 + ], + [ + 603433.2, + 5426479.82 + ], + [ + 603431.43, + 5426479.25 + ], + [ + 603422.92, + 5426484.66 + ] + ] + ] + } + }, + { + "id": "14", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603220.84, + 5426504.22 + ], + [ + 603230.91, + 5426506.67 + ], + [ + 603234.16, + 5426493.29 + ], + [ + 603224.16, + 5426490.88 + ], + [ + 603220.84, + 5426504.22 + ] + ] + ] + } + }, + { + "id": "15", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603201.47, + 5426478.48 + ], + [ + 603210.16, + 5426482.2 + ], + [ + 603213.18, + 5426475.24 + ], + [ + 603204.38, + 5426471.5 + ], + [ + 603201.47, + 5426478.48 + ] + ] + ] + } + }, + { + "id": "16", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602839.92, + 5426702.43 + ], + [ + 602866.27, + 5426717.72 + ], + [ + 602871.72, + 5426708.37 + ], + [ + 602875.03, + 5426702.7 + ], + [ + 602875.67, + 5426701.59 + ], + [ + 602849.32, + 5426686.24 + ], + [ + 602839.92, + 5426702.43 + ] + ] + ] + } + }, + { + "id": "17", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603278.37, + 5426597.82 + ], + [ + 603283.82, + 5426613.15 + ], + [ + 603295.78, + 5426608.95 + ], + [ + 603297.19, + 5426608.44 + ], + [ + 603291.89, + 5426593.44 + ], + [ + 603290.46, + 5426593.94 + ], + [ + 603282.28, + 5426596.83 + ], + [ + 603282.16, + 5426596.47 + ], + [ + 603278.37, + 5426597.82 + ] + ] + ] + } + }, + { + "id": "18", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603060.29, + 5426509.38 + ], + [ + 603064.87, + 5426510.78 + ], + [ + 603065.51, + 5426508.68 + ], + [ + 603060.92, + 5426507.28 + ], + [ + 603060.29, + 5426509.38 + ] + ] + ] + } + }, + { + "id": "19", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603430.98, + 5426651.24 + ], + [ + 603432.88, + 5426651.71 + ], + [ + 603434.77, + 5426652.19 + ], + [ + 603435.73, + 5426648.43 + ], + [ + 603433.84, + 5426647.95 + ], + [ + 603431.95, + 5426647.47 + ], + [ + 603430.98, + 5426651.24 + ] + ] + ] + } + }, + { + "id": "20", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603445.88, + 5426632.72 + ], + [ + 603451.38, + 5426634.87 + ], + [ + 603453.46, + 5426629.5 + ], + [ + 603447.97, + 5426627.37 + ], + [ + 603445.88, + 5426632.72 + ] + ] + ] + } + }, + { + "id": "21", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602904.64, + 5426606.88 + ], + [ + 602907.73, + 5426607.81 + ], + [ + 602908.7, + 5426604.79 + ], + [ + 602905.61, + 5426603.81 + ], + [ + 602904.64, + 5426606.88 + ] + ] + ] + } + }, + { + "id": "22", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603333.25, + 5426657.91 + ], + [ + 603347.25, + 5426658.75 + ], + [ + 603347.65, + 5426651.78 + ], + [ + 603333.66, + 5426650.94 + ], + [ + 603333.25, + 5426657.91 + ] + ] + ] + } + }, + { + "id": "23", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603131.59, + 5426541.68 + ], + [ + 603144.93, + 5426544.28 + ], + [ + 603145.92, + 5426541.61 + ], + [ + 603149.16, + 5426531.42 + ], + [ + 603149.41, + 5426531.5 + ], + [ + 603155.48, + 5426514.34 + ], + [ + 603152.55, + 5426513.33 + ], + [ + 603142.56, + 5426509.9 + ], + [ + 603138.06, + 5426523.06 + ], + [ + 603137.64, + 5426522.93 + ], + [ + 603131.59, + 5426541.68 + ] + ] + ] + } + }, + { + "id": "24", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603159.37, + 5426534.85 + ], + [ + 603160.03, + 5426535.08 + ], + [ + 603159.63, + 5426536.31 + ], + [ + 603163.13, + 5426537.68 + ], + [ + 603165.3, + 5426533.11 + ], + [ + 603160.88, + 5426531.25 + ], + [ + 603159.37, + 5426534.85 + ] + ] + ] + } + }, + { + "id": "25", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603184.46, + 5426550.71 + ], + [ + 603193.36, + 5426558.4 + ], + [ + 603199.79, + 5426550.97 + ], + [ + 603190.87, + 5426543.3 + ], + [ + 603184.46, + 5426550.71 + ] + ] + ] + } + }, + { + "id": "26", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602916.47, + 5426657.77 + ], + [ + 602926.14, + 5426661.35 + ], + [ + 602928.36, + 5426655.56 + ], + [ + 602918.62, + 5426651.97 + ], + [ + 602916.47, + 5426657.77 + ] + ] + ] + } + }, + { + "id": "27", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602910.02, + 5426635.44 + ], + [ + 602916.54, + 5426637.78 + ], + [ + 602923.19, + 5426640.21 + ], + [ + 602925.31, + 5426640.98 + ], + [ + 602928.64, + 5426631.74 + ], + [ + 602926.57, + 5426631.01 + ], + [ + 602928.41, + 5426625.84 + ], + [ + 602923.31, + 5426623.99 + ], + [ + 602921.47, + 5426629.15 + ], + [ + 602913.32, + 5426626.23 + ], + [ + 602910.02, + 5426635.44 + ] + ] + ] + } + }, + { + "id": "28", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603173.59, + 5426541.31 + ], + [ + 603184.46, + 5426550.71 + ], + [ + 603190.87, + 5426543.3 + ], + [ + 603179.5, + 5426533.53 + ], + [ + 603173.59, + 5426541.31 + ] + ] + ] + } + }, + { + "id": "29", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602912.95, + 5426647.8 + ], + [ + 602919.62, + 5426650.2 + ], + [ + 602923.19, + 5426640.21 + ], + [ + 602916.54, + 5426637.78 + ], + [ + 602912.95, + 5426647.8 + ] + ] + ] + } + }, + { + "id": "30", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603188.58, + 5426520.21 + ], + [ + 603193.8, + 5426524.09 + ], + [ + 603196.93, + 5426519.87 + ], + [ + 603195.09, + 5426518.19 + ], + [ + 603191.84, + 5426515.78 + ], + [ + 603188.58, + 5426520.21 + ] + ] + ] + } + }, + { + "id": "31", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602881.19, + 5426627.28 + ], + [ + 602885.77, + 5426629.07 + ], + [ + 602887.81, + 5426623.55 + ], + [ + 602883.28, + 5426621.92 + ], + [ + 602881.19, + 5426627.28 + ] + ] + ] + } + }, + { + "id": "32", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602974.47, + 5426558.45 + ], + [ + 602983.09, + 5426561.6 + ], + [ + 602986.66, + 5426546.05 + ], + [ + 602986.8, + 5426545.68 + ], + [ + 602989.63, + 5426537.65 + ], + [ + 602983.97, + 5426535.52 + ], + [ + 602981.58, + 5426539.08 + ], + [ + 602974.47, + 5426558.45 + ] + ] + ] + } + }, + { + "id": "33", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603089.65, + 5426480.24 + ], + [ + 603101.62, + 5426481.5 + ], + [ + 603102.71, + 5426471.01 + ], + [ + 603093.17, + 5426469.99 + ], + [ + 603093.21, + 5426469.68 + ], + [ + 603090.44, + 5426469.39 + ], + [ + 603090.16, + 5426472.16 + ], + [ + 603090.51, + 5426472.21 + ], + [ + 603089.65, + 5426480.24 + ] + ] + ] + } + }, + { + "id": "34", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603033.19, + 5426557.46 + ], + [ + 603045.28, + 5426560.66 + ], + [ + 603045.82, + 5426558.43 + ], + [ + 603046.25, + 5426558.54 + ], + [ + 603048.38, + 5426549.74 + ], + [ + 603044.49, + 5426548.79 + ], + [ + 603044.82, + 5426547.47 + ], + [ + 603044.48, + 5426546.74 + ], + [ + 603042.52, + 5426546.24 + ], + [ + 603041.87, + 5426546.68 + ], + [ + 603041.53, + 5426548.06 + ], + [ + 603040.48, + 5426547.8 + ], + [ + 603039.71, + 5426550.94 + ], + [ + 603035.09, + 5426549.78 + ], + [ + 603033.19, + 5426557.46 + ] + ] + ] + } + }, + { + "id": "35", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603053.65, + 5426696.2 + ], + [ + 603060.1, + 5426697.3 + ], + [ + 603061.2, + 5426690.87 + ], + [ + 603054.75, + 5426689.76 + ], + [ + 603053.65, + 5426696.2 + ] + ] + ] + } + }, + { + "id": "36", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603269.86, + 5426684.2 + ], + [ + 603275.6, + 5426684.44 + ], + [ + 603275.33, + 5426691.27 + ], + [ + 603305.67, + 5426692.52 + ], + [ + 603306.21, + 5426680.63 + ], + [ + 603270.1, + 5426679.2 + ], + [ + 603269.86, + 5426684.2 + ] + ] + ] + } + }, + { + "id": "37", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603213.5, + 5426700.47 + ], + [ + 603219.8, + 5426700.83 + ], + [ + 603220.07, + 5426694.49 + ], + [ + 603213.77, + 5426694.2 + ], + [ + 603213.5, + 5426700.47 + ] + ] + ] + } + }, + { + "id": "38", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603026.69, + 5426621.07 + ], + [ + 603035.62, + 5426623.07 + ], + [ + 603035.28, + 5426624.5 + ], + [ + 603039.81, + 5426625.54 + ], + [ + 603040.57, + 5426622.26 + ], + [ + 603045.28, + 5426623.31 + ], + [ + 603047.29, + 5426614.26 + ], + [ + 603036.78, + 5426611.91 + ], + [ + 603036.46, + 5426613.38 + ], + [ + 603030.3, + 5426612.01 + ], + [ + 603029.21, + 5426616.93 + ], + [ + 603027.68, + 5426616.59 + ], + [ + 603026.69, + 5426621.07 + ] + ] + ] + } + }, + { + "id": "39", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603219.4, + 5426701.78 + ], + [ + 603219.42, + 5426712.85 + ], + [ + 603235.29, + 5426712.82 + ], + [ + 603235.2, + 5426701.74 + ], + [ + 603219.4, + 5426701.78 + ] + ] + ] + } + }, + { + "id": "40", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603206.29, + 5426712.45 + ], + [ + 603212.26, + 5426712.74 + ], + [ + 603212.55, + 5426706.75 + ], + [ + 603206.6, + 5426706.48 + ], + [ + 603206.29, + 5426712.45 + ] + ] + ] + } + }, + { + "id": "41", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603255.62, + 5426647.51 + ], + [ + 603261.15, + 5426647.82 + ], + [ + 603261.36, + 5426644.12 + ], + [ + 603255.83, + 5426643.81 + ], + [ + 603255.62, + 5426647.51 + ] + ] + ] + } + }, + { + "id": "42", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603191.62, + 5426756.27 + ], + [ + 603240.06, + 5426758.35 + ], + [ + 603240.58, + 5426746.39 + ], + [ + 603241.44, + 5426726.03 + ], + [ + 603241.57, + 5426723.01 + ], + [ + 603193.15, + 5426720.91 + ], + [ + 603191.62, + 5426756.27 + ] + ] + ] + } + }, + { + "id": "43", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602956.03, + 5426535.26 + ], + [ + 602958.32, + 5426536.22 + ], + [ + 602964.56, + 5426538.66 + ], + [ + 602967.52, + 5426531.03 + ], + [ + 602958.96, + 5426527.7 + ], + [ + 602956.11, + 5426535.06 + ], + [ + 602956.03, + 5426535.26 + ] + ] + ] + } + }, + { + "id": "44", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602954.87, + 5426628.34 + ], + [ + 602959.33, + 5426629.43 + ], + [ + 602959.94, + 5426626.91 + ], + [ + 602955.48, + 5426625.83 + ], + [ + 602954.87, + 5426628.34 + ] + ] + ] + } + }, + { + "id": "45", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602978.51, + 5426595.3 + ], + [ + 602984.48, + 5426596.76 + ], + [ + 602985.18, + 5426593.91 + ], + [ + 602979.21, + 5426592.45 + ], + [ + 602978.51, + 5426595.3 + ] + ] + ] + } + }, + { + "id": "46", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603462.73, + 5426471.47 + ], + [ + 603472.4, + 5426489.46 + ], + [ + 603474.25, + 5426488.47 + ], + [ + 603474.49, + 5426488.97 + ], + [ + 603480.63, + 5426485.98 + ], + [ + 603470.7, + 5426467.23 + ], + [ + 603462.73, + 5426471.47 + ] + ] + ] + } + }, + { + "id": "47", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603491.08, + 5426473.16 + ], + [ + 603494.18, + 5426479.52 + ], + [ + 603498.27, + 5426477.57 + ], + [ + 603499.34, + 5426479.74 + ], + [ + 603502.59, + 5426478.14 + ], + [ + 603508.76, + 5426490.14 + ], + [ + 603511.8, + 5426488.6 + ], + [ + 603501.46, + 5426467.65 + ], + [ + 603499.35, + 5426468.72 + ], + [ + 603499.54, + 5426469.13 + ], + [ + 603491.08, + 5426473.16 + ] + ] + ] + } + }, + { + "id": "48", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602955.62, + 5426625.12 + ], + [ + 602970.04, + 5426628.65 + ], + [ + 602988.23, + 5426633.11 + ], + [ + 602993.87, + 5426634.49 + ], + [ + 603002.1, + 5426601.11 + ], + [ + 602984.48, + 5426596.76 + ], + [ + 602978.51, + 5426595.3 + ], + [ + 602963.81, + 5426591.71 + ], + [ + 602955.62, + 5426625.12 + ] + ] + ] + } + }, + { + "id": "49", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602951.0, + 5426538.84 + ], + [ + 602956.59, + 5426541.0 + ], + [ + 602958.32, + 5426536.22 + ], + [ + 602956.03, + 5426535.26 + ], + [ + 602956.11, + 5426535.06 + ], + [ + 602952.77, + 5426533.78 + ], + [ + 602951.0, + 5426538.84 + ] + ] + ] + } + }, + { + "id": "50", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602942.16, + 5426678.17 + ], + [ + 602944.43, + 5426678.73 + ], + [ + 602945.6, + 5426674.7 + ], + [ + 602943.34, + 5426674.05 + ], + [ + 602942.16, + 5426678.17 + ] + ] + ] + } + }, + { + "id": "51", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603042.47, + 5426684.72 + ], + [ + 603043.55, + 5426685.93 + ], + [ + 603042.64, + 5426691.12 + ], + [ + 603052.32, + 5426692.79 + ], + [ + 603053.21, + 5426687.61 + ], + [ + 603054.45, + 5426687.82 + ], + [ + 603055.11, + 5426683.93 + ], + [ + 603053.88, + 5426683.71 + ], + [ + 603054.6, + 5426679.52 + ], + [ + 603044.92, + 5426677.87 + ], + [ + 603044.2, + 5426682.11 + ], + [ + 603042.79, + 5426682.93 + ], + [ + 603042.47, + 5426684.72 + ] + ] + ] + } + }, + { + "id": "52", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602970.07, + 5426676.21 + ], + [ + 602972.67, + 5426676.84 + ], + [ + 602972.58, + 5426677.23 + ], + [ + 602979.45, + 5426678.9 + ], + [ + 602981.29, + 5426671.26 + ], + [ + 602974.41, + 5426669.58 + ], + [ + 602973.47, + 5426673.4 + ], + [ + 602970.89, + 5426672.77 + ], + [ + 602970.07, + 5426676.21 + ] + ] + ] + } + }, + { + "id": "53", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603150.03, + 5426485.97 + ], + [ + 603156.4, + 5426487.17 + ], + [ + 603157.51, + 5426481.27 + ], + [ + 603151.13, + 5426480.07 + ], + [ + 603150.03, + 5426485.97 + ] + ] + ] + } + }, + { + "id": "54", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603155.26, + 5426517.23 + ], + [ + 603161.46, + 5426517.91 + ], + [ + 603161.46, + 5426517.8 + ], + [ + 603164.39, + 5426518.12 + ], + [ + 603166.13, + 5426505.61 + ], + [ + 603156.89, + 5426504.38 + ], + [ + 603155.26, + 5426517.23 + ] + ] + ] + } + }, + { + "id": "55", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603136.04, + 5426481.55 + ], + [ + 603137.39, + 5426481.81 + ], + [ + 603136.37, + 5426487.19 + ], + [ + 603149.32, + 5426489.63 + ], + [ + 603150.03, + 5426485.97 + ], + [ + 603151.13, + 5426480.07 + ], + [ + 603151.41, + 5426478.6 + ], + [ + 603137.1, + 5426475.9 + ], + [ + 603136.04, + 5426481.55 + ] + ] + ] + } + }, + { + "id": "56", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603107.34, + 5426482.13 + ], + [ + 603113.29, + 5426483.21 + ], + [ + 603114.4, + 5426477.2 + ], + [ + 603108.45, + 5426476.09 + ], + [ + 603107.34, + 5426482.13 + ] + ] + ] + } + }, + { + "id": "57", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603145.92, + 5426541.61 + ], + [ + 603156.8, + 5426545.2 + ], + [ + 603159.63, + 5426536.31 + ], + [ + 603160.03, + 5426535.08 + ], + [ + 603159.37, + 5426534.85 + ], + [ + 603149.41, + 5426531.5 + ], + [ + 603149.16, + 5426531.42 + ], + [ + 603145.92, + 5426541.61 + ] + ] + ] + } + }, + { + "id": "58", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603132.82, + 5426868.32 + ], + [ + 603139.48, + 5426869.98 + ], + [ + 603141.84, + 5426860.29 + ], + [ + 603135.16, + 5426858.65 + ], + [ + 603132.82, + 5426868.32 + ] + ] + ] + } + }, + { + "id": "59", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603250.39, + 5426746.85 + ], + [ + 603260.77, + 5426747.28 + ], + [ + 603260.72, + 5426748.82 + ], + [ + 603268.68, + 5426749.18 + ], + [ + 603268.75, + 5426747.8 + ], + [ + 603269.02, + 5426741.37 + ], + [ + 603299.13, + 5426742.65 + ], + [ + 603300.76, + 5426702.93 + ], + [ + 603269.11, + 5426701.58 + ], + [ + 603268.77, + 5426709.13 + ], + [ + 603252.03, + 5426708.48 + ], + [ + 603251.28, + 5426726.43 + ], + [ + 603250.39, + 5426746.85 + ] + ] + ] + } + }, + { + "id": "60", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603251.6, + 5426683.46 + ], + [ + 603253.14, + 5426683.55 + ], + [ + 603252.03, + 5426708.48 + ], + [ + 603268.77, + 5426709.13 + ], + [ + 603269.11, + 5426701.58 + ], + [ + 603269.86, + 5426684.2 + ], + [ + 603270.1, + 5426679.2 + ], + [ + 603266.89, + 5426679.06 + ], + [ + 603267.83, + 5426659.29 + ], + [ + 603271.06, + 5426659.3 + ], + [ + 603271.43, + 5426649.63 + ], + [ + 603270.96, + 5426649.59 + ], + [ + 603254.72, + 5426648.87 + ], + [ + 603253.37, + 5426678.5 + ], + [ + 603251.87, + 5426678.42 + ], + [ + 603251.6, + 5426683.46 + ] + ] + ] + } + }, + { + "id": "61", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602928.12, + 5426592.13 + ], + [ + 602935.06, + 5426594.31 + ], + [ + 602936.95, + 5426588.45 + ], + [ + 602936.62, + 5426588.33 + ], + [ + 602936.67, + 5426588.16 + ], + [ + 602933.88, + 5426587.29 + ], + [ + 602933.24, + 5426589.21 + ], + [ + 602929.53, + 5426588.05 + ], + [ + 602928.12, + 5426592.13 + ] + ] + ] + } + }, + { + "id": "62", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603048.48, + 5426620.24 + ], + [ + 603054.83, + 5426621.71 + ], + [ + 603058.4, + 5426622.51 + ], + [ + 603059.96, + 5426615.69 + ], + [ + 603056.42, + 5426614.93 + ], + [ + 603050.12, + 5426613.45 + ], + [ + 603049.79, + 5426614.82 + ], + [ + 603048.48, + 5426620.24 + ] + ] + ] + } + }, + { + "id": "63", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602888.72, + 5426610.01 + ], + [ + 602892.73, + 5426612.44 + ], + [ + 602895.26, + 5426608.3 + ], + [ + 602896.68, + 5426605.96 + ], + [ + 602892.8, + 5426603.58 + ], + [ + 602891.32, + 5426605.91 + ], + [ + 602888.72, + 5426610.01 + ] + ] + ] + } + }, + { + "id": "64", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603087.2, + 5426543.95 + ], + [ + 603100.28, + 5426546.33 + ], + [ + 603100.84, + 5426543.32 + ], + [ + 603102.28, + 5426543.58 + ], + [ + 603102.74, + 5426541.19 + ], + [ + 603101.3, + 5426540.94 + ], + [ + 603102.01, + 5426537.2 + ], + [ + 603096.95, + 5426536.3 + ], + [ + 603097.39, + 5426533.8 + ], + [ + 603097.16, + 5426533.36 + ], + [ + 603092.82, + 5426532.58 + ], + [ + 603092.59, + 5426532.86 + ], + [ + 603092.14, + 5426535.46 + ], + [ + 603088.92, + 5426534.87 + ], + [ + 603087.2, + 5426543.95 + ] + ] + ] + } + }, + { + "id": "65", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603513.3, + 5426450.76 + ], + [ + 603515.27, + 5426461.09 + ], + [ + 603528.56, + 5426458.51 + ], + [ + 603527.8, + 5426454.6 + ], + [ + 603526.56, + 5426448.21 + ], + [ + 603513.3, + 5426450.76 + ] + ] + ] + } + }, + { + "id": "66", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603526.56, + 5426448.21 + ], + [ + 603527.8, + 5426454.6 + ], + [ + 603531.97, + 5426453.78 + ], + [ + 603530.74, + 5426447.4 + ], + [ + 603526.56, + 5426448.21 + ] + ] + ] + } + }, + { + "id": "67", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603384.7, + 5426580.3 + ], + [ + 603393.36, + 5426583.23 + ], + [ + 603396.12, + 5426575.07 + ], + [ + 603393.42, + 5426574.15 + ], + [ + 603393.57, + 5426573.68 + ], + [ + 603390.11, + 5426572.5 + ], + [ + 603389.95, + 5426572.97 + ], + [ + 603387.47, + 5426572.12 + ], + [ + 603384.7, + 5426580.3 + ] + ] + ] + } + }, + { + "id": "68", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603097.97, + 5426527.61 + ], + [ + 603101.51, + 5426528.38 + ], + [ + 603101.12, + 5426530.42 + ], + [ + 603105.26, + 5426531.25 + ], + [ + 603106.34, + 5426526.02 + ], + [ + 603106.43, + 5426526.04 + ], + [ + 603106.54, + 5426525.45 + ], + [ + 603099.01, + 5426523.87 + ], + [ + 603097.97, + 5426527.61 + ] + ] + ] + } + }, + { + "id": "69", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603082.32, + 5426523.45 + ], + [ + 603089.69, + 5426525.21 + ], + [ + 603090.68, + 5426521.6 + ], + [ + 603082.66, + 5426519.52 + ], + [ + 603082.32, + 5426523.45 + ] + ] + ] + } + }, + { + "id": "70", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603474.49, + 5426488.97 + ], + [ + 603481.51, + 5426503.49 + ], + [ + 603505.43, + 5426492.01 + ], + [ + 603499.34, + 5426479.74 + ], + [ + 603498.27, + 5426477.57 + ], + [ + 603494.18, + 5426479.52 + ], + [ + 603480.63, + 5426485.98 + ], + [ + 603474.49, + 5426488.97 + ] + ] + ] + } + }, + { + "id": "71", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603039.19, + 5426534.22 + ], + [ + 603055.76, + 5426537.93 + ], + [ + 603059.43, + 5426521.39 + ], + [ + 603061.03, + 5426515.54 + ], + [ + 603044.33, + 5426511.61 + ], + [ + 603044.31, + 5426511.7 + ], + [ + 603043.85, + 5426513.46 + ], + [ + 603042.54, + 5426519.38 + ], + [ + 603039.19, + 5426534.22 + ] + ] + ] + } + }, + { + "id": "72", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602952.49, + 5426495.11 + ], + [ + 602958.3, + 5426497.39 + ], + [ + 602959.51, + 5426494.34 + ], + [ + 602953.71, + 5426492.05 + ], + [ + 602952.49, + 5426495.11 + ] + ] + ] + } + }, + { + "id": "73", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603061.57, + 5426539.32 + ], + [ + 603087.2, + 5426543.95 + ], + [ + 603088.92, + 5426534.87 + ], + [ + 603063.14, + 5426530.38 + ], + [ + 603061.57, + 5426539.32 + ] + ] + ] + } + }, + { + "id": "74", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602943.99, + 5426486.09 + ], + [ + 602949.13, + 5426488.21 + ], + [ + 602953.14, + 5426478.5 + ], + [ + 602954.42, + 5426479.05 + ], + [ + 602959.05, + 5426466.74 + ], + [ + 602952.58, + 5426464.23 + ], + [ + 602948.01, + 5426476.38 + ], + [ + 602943.99, + 5426486.09 + ] + ] + ] + } + }, + { + "id": "75", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603059.43, + 5426521.39 + ], + [ + 603081.94, + 5426525.53 + ], + [ + 603082.32, + 5426523.45 + ], + [ + 603082.66, + 5426519.52 + ], + [ + 603061.03, + 5426515.54 + ], + [ + 603059.43, + 5426521.39 + ] + ] + ] + } + }, + { + "id": "76", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603023.99, + 5426509.11 + ], + [ + 603032.33, + 5426511.3 + ], + [ + 603032.54, + 5426510.48 + ], + [ + 603043.85, + 5426513.46 + ], + [ + 603044.31, + 5426511.7 + ], + [ + 603024.55, + 5426506.9 + ], + [ + 603023.99, + 5426509.11 + ] + ] + ] + } + }, + { + "id": "77", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603022.7, + 5426514.25 + ], + [ + 603042.54, + 5426519.38 + ], + [ + 603043.85, + 5426513.46 + ], + [ + 603032.54, + 5426510.48 + ], + [ + 603032.33, + 5426511.3 + ], + [ + 603023.99, + 5426509.11 + ], + [ + 603022.7, + 5426514.25 + ] + ] + ] + } + }, + { + "id": "78", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603028.4, + 5426525.79 + ], + [ + 603031.22, + 5426526.45 + ], + [ + 603032.14, + 5426522.34 + ], + [ + 603029.34, + 5426521.7 + ], + [ + 603028.4, + 5426525.79 + ] + ] + ] + } + }, + { + "id": "79", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603072.94, + 5426499.12 + ], + [ + 603096.87, + 5426504.49 + ], + [ + 603099.25, + 5426494.52 + ], + [ + 603075.2, + 5426489.01 + ], + [ + 603072.94, + 5426499.12 + ] + ] + ] + } + }, + { + "id": "80", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603132.75, + 5426517.52 + ], + [ + 603138.21, + 5426518.96 + ], + [ + 603139.78, + 5426513.04 + ], + [ + 603134.31, + 5426511.58 + ], + [ + 603132.75, + 5426517.52 + ] + ] + ] + } + }, + { + "id": "81", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603450.95, + 5426470.59 + ], + [ + 603453.64, + 5426475.19 + ], + [ + 603456.61, + 5426473.43 + ], + [ + 603453.93, + 5426468.8 + ], + [ + 603450.95, + 5426470.59 + ] + ] + ] + } + }, + { + "id": "82", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603421.44, + 5426504.01 + ], + [ + 603423.66, + 5426506.96 + ], + [ + 603426.61, + 5426504.71 + ], + [ + 603426.53, + 5426504.59 + ], + [ + 603427.4, + 5426503.91 + ], + [ + 603426.75, + 5426503.0 + ], + [ + 603425.84, + 5426503.69 + ], + [ + 603424.37, + 5426501.8 + ], + [ + 603421.44, + 5426504.01 + ] + ] + ] + } + }, + { + "id": "83", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603255.83, + 5426643.81 + ], + [ + 603261.36, + 5426644.12 + ], + [ + 603263.92, + 5426644.26 + ], + [ + 603264.53, + 5426633.62 + ], + [ + 603256.41, + 5426633.22 + ], + [ + 603255.83, + 5426643.81 + ] + ] + ] + } + }, + { + "id": "84", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603270.96, + 5426649.59 + ], + [ + 603271.43, + 5426649.63 + ], + [ + 603274.63, + 5426649.86 + ], + [ + 603275.71, + 5426635.91 + ], + [ + 603272.06, + 5426635.72 + ], + [ + 603270.96, + 5426649.59 + ] + ] + ] + } + }, + { + "id": "85", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603129.88, + 5426528.58 + ], + [ + 603134.23, + 5426529.87 + ], + [ + 603136.29, + 5426523.1 + ], + [ + 603131.92, + 5426521.75 + ], + [ + 603129.88, + 5426528.58 + ] + ] + ] + } + }, + { + "id": "86", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602966.57, + 5426589.34 + ], + [ + 602979.21, + 5426592.45 + ], + [ + 602985.18, + 5426593.91 + ], + [ + 603002.75, + 5426598.23 + ], + [ + 603005.95, + 5426584.93 + ], + [ + 603041.15, + 5426593.44 + ], + [ + 603048.99, + 5426561.58 + ], + [ + 603045.28, + 5426560.66 + ], + [ + 603033.19, + 5426557.46 + ], + [ + 602990.28, + 5426546.93 + ], + [ + 602986.8, + 5426545.68 + ], + [ + 602986.66, + 5426546.05 + ], + [ + 602983.09, + 5426561.6 + ], + [ + 602983.06, + 5426561.7 + ], + [ + 602974.47, + 5426558.45 + ], + [ + 602974.03, + 5426558.34 + ], + [ + 602966.57, + 5426589.34 + ] + ] + ] + } + }, + { + "id": "87", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602931.74, + 5426604.58 + ], + [ + 602947.74, + 5426609.73 + ], + [ + 602953.77, + 5426591.03 + ], + [ + 602945.84, + 5426588.46 + ], + [ + 602954.15, + 5426564.39 + ], + [ + 602945.87, + 5426561.57 + ], + [ + 602936.67, + 5426588.16 + ], + [ + 602936.62, + 5426588.33 + ], + [ + 602936.95, + 5426588.45 + ], + [ + 602935.06, + 5426594.31 + ], + [ + 602931.74, + 5426604.58 + ] + ] + ] + } + }, + { + "id": "88", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603433.14, + 5426630.41 + ], + [ + 603436.34, + 5426631.88 + ], + [ + 603439.35, + 5426625.36 + ], + [ + 603436.13, + 5426623.88 + ], + [ + 603433.14, + 5426630.41 + ] + ] + ] + } + }, + { + "id": "89", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603124.36, + 5426513.38 + ], + [ + 603125.92, + 5426513.78 + ], + [ + 603125.72, + 5426514.58 + ], + [ + 603128.91, + 5426515.41 + ], + [ + 603129.63, + 5426514.7 + ], + [ + 603130.67, + 5426510.61 + ], + [ + 603130.85, + 5426509.98 + ], + [ + 603125.11, + 5426508.99 + ], + [ + 603124.36, + 5426513.38 + ] + ] + ] + } + }, + { + "id": "90", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603107.71, + 5426547.57 + ], + [ + 603118.28, + 5426549.38 + ], + [ + 603119.06, + 5426544.73 + ], + [ + 603120.46, + 5426544.98 + ], + [ + 603120.78, + 5426543.14 + ], + [ + 603119.38, + 5426542.87 + ], + [ + 603120.15, + 5426538.35 + ], + [ + 603109.66, + 5426536.5 + ], + [ + 603107.71, + 5426547.57 + ] + ] + ] + } + }, + { + "id": "91", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603445.43, + 5426602.73 + ], + [ + 603457.03, + 5426608.37 + ], + [ + 603461.77, + 5426598.69 + ], + [ + 603450.17, + 5426593.05 + ], + [ + 603445.43, + 5426602.73 + ] + ] + ] + } + }, + { + "id": "92", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602945.87, + 5426561.57 + ], + [ + 602954.15, + 5426564.39 + ], + [ + 602958.16, + 5426552.78 + ], + [ + 602957.52, + 5426552.57 + ], + [ + 602958.83, + 5426548.74 + ], + [ + 602954.62, + 5426547.29 + ], + [ + 602953.3, + 5426551.12 + ], + [ + 602949.88, + 5426549.96 + ], + [ + 602945.87, + 5426561.57 + ] + ] + ] + } + }, + { + "id": "93", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603405.48, + 5426583.92 + ], + [ + 603418.23, + 5426590.39 + ], + [ + 603423.47, + 5426580.18 + ], + [ + 603411.31, + 5426574.01 + ], + [ + 603409.09, + 5426578.33 + ], + [ + 603407.73, + 5426577.67 + ], + [ + 603406.18, + 5426578.19 + ], + [ + 603405.51, + 5426579.5 + ], + [ + 603406.06, + 5426581.15 + ], + [ + 603406.73, + 5426581.48 + ], + [ + 603405.48, + 5426583.92 + ] + ] + ] + } + }, + { + "id": "94", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603387.48, + 5426590.12 + ], + [ + 603391.35, + 5426591.46 + ], + [ + 603393.21, + 5426584.7 + ], + [ + 603389.33, + 5426583.37 + ], + [ + 603387.48, + 5426590.12 + ] + ] + ] + } + }, + { + "id": "95", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603405.96, + 5426593.65 + ], + [ + 603411.75, + 5426596.63 + ], + [ + 603414.68, + 5426590.81 + ], + [ + 603409.35, + 5426588.09 + ], + [ + 603406.51, + 5426593.65 + ], + [ + 603406.07, + 5426593.42 + ], + [ + 603405.96, + 5426593.65 + ] + ] + ] + } + }, + { + "id": "96", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602963.34, + 5426509.14 + ], + [ + 602973.1, + 5426512.93 + ], + [ + 602976.37, + 5426504.47 + ], + [ + 602966.66, + 5426500.66 + ], + [ + 602963.34, + 5426509.14 + ] + ] + ] + } + }, + { + "id": "97", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603094.54, + 5426522.21 + ], + [ + 603099.14, + 5426523.41 + ], + [ + 603099.01, + 5426523.87 + ], + [ + 603106.54, + 5426525.45 + ], + [ + 603107.26, + 5426521.19 + ], + [ + 603095.76, + 5426516.63 + ], + [ + 603094.54, + 5426522.21 + ] + ] + ] + } + }, + { + "id": "98", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603408.49, + 5426502.05 + ], + [ + 603414.18, + 5426509.52 + ], + [ + 603421.44, + 5426504.01 + ], + [ + 603424.37, + 5426501.8 + ], + [ + 603427.68, + 5426499.28 + ], + [ + 603422.03, + 5426491.77 + ], + [ + 603408.49, + 5426502.05 + ] + ] + ] + } + }, + { + "id": "99", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603547.83, + 5426601.38 + ], + [ + 603579.39, + 5426606.17 + ], + [ + 603579.59, + 5426604.84 + ], + [ + 603579.92, + 5426602.71 + ], + [ + 603587.83, + 5426603.94 + ], + [ + 603597.19, + 5426605.36 + ], + [ + 603599.86, + 5426605.76 + ], + [ + 603600.92, + 5426598.75 + ], + [ + 603588.92, + 5426596.93 + ], + [ + 603580.98, + 5426595.81 + ], + [ + 603549.42, + 5426591.02 + ], + [ + 603547.83, + 5426601.38 + ] + ] + ] + } + }, + { + "id": "100", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602945.98, + 5426502.39 + ], + [ + 602963.34, + 5426509.14 + ], + [ + 602966.66, + 5426500.66 + ], + [ + 602958.3, + 5426497.39 + ], + [ + 602952.49, + 5426495.11 + ], + [ + 602949.35, + 5426493.88 + ], + [ + 602945.98, + 5426502.39 + ] + ] + ] + } + }, + { + "id": "101", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603078.55, + 5426517.99 + ], + [ + 603083.91, + 5426519.2 + ], + [ + 603084.87, + 5426514.79 + ], + [ + 603079.51, + 5426513.59 + ], + [ + 603078.55, + 5426517.99 + ] + ] + ] + } + }, + { + "id": "102", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603483.42, + 5426457.28 + ], + [ + 603485.3, + 5426461.18 + ], + [ + 603483.93, + 5426461.84 + ], + [ + 603485.28, + 5426464.63 + ], + [ + 603486.65, + 5426463.97 + ], + [ + 603491.08, + 5426473.16 + ], + [ + 603499.54, + 5426469.13 + ], + [ + 603499.35, + 5426468.72 + ], + [ + 603491.93, + 5426453.2 + ], + [ + 603483.42, + 5426457.28 + ] + ] + ] + } + }, + { + "id": "103", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603488.08, + 5426544.16 + ], + [ + 603492.54, + 5426546.99 + ], + [ + 603495.36, + 5426542.57 + ], + [ + 603490.89, + 5426539.74 + ], + [ + 603488.08, + 5426544.16 + ] + ] + ] + } + }, + { + "id": "104", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603106.43, + 5426526.04 + ], + [ + 603111.32, + 5426527.05 + ], + [ + 603109.66, + 5426536.5 + ], + [ + 603120.15, + 5426538.35 + ], + [ + 603124.36, + 5426513.38 + ], + [ + 603125.11, + 5426508.99 + ], + [ + 603111.3, + 5426506.62 + ], + [ + 603109.81, + 5426515.31 + ], + [ + 603108.29, + 5426515.09 + ], + [ + 603107.26, + 5426521.19 + ], + [ + 603106.54, + 5426525.45 + ], + [ + 603106.43, + 5426526.04 + ] + ] + ] + } + }, + { + "id": "105", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603336.91, + 5426515.93 + ], + [ + 603342.75, + 5426525.34 + ], + [ + 603355.02, + 5426517.75 + ], + [ + 603349.2, + 5426508.36 + ], + [ + 603336.91, + 5426515.93 + ] + ] + ] + } + }, + { + "id": "106", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603270.67, + 5426545.98 + ], + [ + 603281.61, + 5426553.92 + ], + [ + 603285.31, + 5426548.81 + ], + [ + 603283.88, + 5426547.78 + ], + [ + 603287.51, + 5426542.69 + ], + [ + 603283.43, + 5426539.75 + ], + [ + 603282.79, + 5426540.66 + ], + [ + 603277.09, + 5426536.46 + ], + [ + 603276.4, + 5426537.66 + ], + [ + 603276.63, + 5426537.82 + ], + [ + 603270.67, + 5426545.98 + ] + ] + ] + } + }, + { + "id": "107", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603262.3, + 5426480.76 + ], + [ + 603262.72, + 5426481.7 + ], + [ + 603268.47, + 5426478.84 + ], + [ + 603268.02, + 5426477.93 + ], + [ + 603262.3, + 5426480.76 + ] + ] + ] + } + }, + { + "id": "108", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603256.67, + 5426548.14 + ], + [ + 603263.02, + 5426552.74 + ], + [ + 603264.78, + 5426554.04 + ], + [ + 603270.67, + 5426545.98 + ], + [ + 603276.63, + 5426537.82 + ], + [ + 603276.4, + 5426537.66 + ], + [ + 603268.38, + 5426532.04 + ], + [ + 603265.5, + 5426536.01 + ], + [ + 603262.86, + 5426539.62 + ], + [ + 603257.29, + 5426547.28 + ], + [ + 603256.67, + 5426548.14 + ] + ] + ] + } + }, + { + "id": "109", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603298.05, + 5426532.85 + ], + [ + 603298.18, + 5426537.85 + ], + [ + 603301.97, + 5426537.79 + ], + [ + 603307.04, + 5426537.7 + ], + [ + 603307.3, + 5426537.7 + ], + [ + 603305.12, + 5426532.67 + ], + [ + 603298.05, + 5426532.85 + ] + ] + ] + } + }, + { + "id": "110", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603299.51, + 5426544.9 + ], + [ + 603301.27, + 5426551.85 + ], + [ + 603311.26, + 5426549.51 + ], + [ + 603309.48, + 5426542.54 + ], + [ + 603309.23, + 5426542.6 + ], + [ + 603307.04, + 5426537.7 + ], + [ + 603301.97, + 5426537.79 + ], + [ + 603304.58, + 5426543.7 + ], + [ + 603299.51, + 5426544.9 + ] + ] + ] + } + }, + { + "id": "111", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603330.31, + 5426518.99 + ], + [ + 603333.5, + 5426524.15 + ], + [ + 603338.63, + 5426520.97 + ], + [ + 603335.45, + 5426515.78 + ], + [ + 603330.31, + 5426518.99 + ] + ] + ] + } + }, + { + "id": "112", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603313.86, + 5426531.67 + ], + [ + 603319.07, + 5426545.91 + ], + [ + 603327.5, + 5426542.56 + ], + [ + 603322.3, + 5426528.21 + ], + [ + 603313.86, + 5426531.67 + ] + ] + ] + } + }, + { + "id": "113", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603268.42, + 5426492.29 + ], + [ + 603269.83, + 5426495.18 + ], + [ + 603275.21, + 5426492.45 + ], + [ + 603273.78, + 5426489.57 + ], + [ + 603268.42, + 5426492.29 + ] + ] + ] + } + }, + { + "id": "114", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603236.04, + 5426541.29 + ], + [ + 603238.91, + 5426542.18 + ], + [ + 603239.46, + 5426540.05 + ], + [ + 603236.78, + 5426539.19 + ], + [ + 603236.04, + 5426541.29 + ] + ] + ] + } + }, + { + "id": "115", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603237.27, + 5426559.73 + ], + [ + 603245.0, + 5426561.82 + ], + [ + 603246.42, + 5426556.22 + ], + [ + 603238.68, + 5426554.11 + ], + [ + 603237.27, + 5426559.73 + ] + ] + ] + } + }, + { + "id": "116", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603208.09, + 5426532.17 + ], + [ + 603208.64, + 5426532.38 + ], + [ + 603213.5, + 5426534.23 + ], + [ + 603223.06, + 5426537.92 + ], + [ + 603226.69, + 5426528.36 + ], + [ + 603226.45, + 5426528.27 + ], + [ + 603228.08, + 5426523.58 + ], + [ + 603223.28, + 5426521.89 + ], + [ + 603222.94, + 5426522.85 + ], + [ + 603212.21, + 5426518.63 + ], + [ + 603210.75, + 5426522.35 + ], + [ + 603211.67, + 5426522.93 + ], + [ + 603208.09, + 5426532.17 + ] + ] + ] + } + }, + { + "id": "117", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603206.81, + 5426557.87 + ], + [ + 603218.23, + 5426561.67 + ], + [ + 603221.17, + 5426552.31 + ], + [ + 603209.89, + 5426548.34 + ], + [ + 603207.37, + 5426555.81 + ], + [ + 603206.81, + 5426557.87 + ] + ] + ] + } + }, + { + "id": "118", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603259.28, + 5426483.41 + ], + [ + 603263.83, + 5426492.61 + ], + [ + 603267.66, + 5426490.72 + ], + [ + 603268.42, + 5426492.29 + ], + [ + 603273.78, + 5426489.57 + ], + [ + 603268.47, + 5426478.84 + ], + [ + 603262.72, + 5426481.7 + ], + [ + 603259.28, + 5426483.41 + ] + ] + ] + } + }, + { + "id": "119", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603225.69, + 5426561.24 + ], + [ + 603235.03, + 5426564.03 + ], + [ + 603237.93, + 5426553.85 + ], + [ + 603228.69, + 5426550.77 + ], + [ + 603225.69, + 5426561.24 + ] + ] + ] + } + }, + { + "id": "120", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603225.78, + 5426549.72 + ], + [ + 603228.75, + 5426550.58 + ], + [ + 603228.69, + 5426550.77 + ], + [ + 603237.93, + 5426553.85 + ], + [ + 603241.07, + 5426542.85 + ], + [ + 603239.85, + 5426542.49 + ], + [ + 603238.91, + 5426542.18 + ], + [ + 603236.04, + 5426541.29 + ], + [ + 603231.78, + 5426540.01 + ], + [ + 603228.8, + 5426539.16 + ], + [ + 603225.78, + 5426549.72 + ] + ] + ] + } + }, + { + "id": "121", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603219.4, + 5426548.34 + ], + [ + 603222.58, + 5426549.08 + ], + [ + 603223.4, + 5426545.44 + ], + [ + 603220.21, + 5426544.72 + ], + [ + 603219.4, + 5426548.34 + ] + ] + ] + } + }, + { + "id": "122", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603246.47, + 5426539.44 + ], + [ + 603257.29, + 5426547.28 + ], + [ + 603262.86, + 5426539.62 + ], + [ + 603252.06, + 5426531.76 + ], + [ + 603246.47, + 5426539.44 + ] + ] + ] + } + }, + { + "id": "123", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603234.53, + 5426570.68 + ], + [ + 603242.26, + 5426572.64 + ], + [ + 603245.0, + 5426561.82 + ], + [ + 603237.27, + 5426559.73 + ], + [ + 603234.53, + 5426570.68 + ] + ] + ] + } + }, + { + "id": "124", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603298.96, + 5426576.4 + ], + [ + 603299.64, + 5426590.59 + ], + [ + 603301.41, + 5426596.86 + ], + [ + 603309.58, + 5426596.42 + ], + [ + 603308.56, + 5426575.78 + ], + [ + 603305.42, + 5426575.94 + ], + [ + 603298.96, + 5426576.4 + ] + ] + ] + } + }, + { + "id": "125", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603283.82, + 5426613.15 + ], + [ + 603285.8, + 5426618.73 + ], + [ + 603299.12, + 5426614.03 + ], + [ + 603297.19, + 5426608.44 + ], + [ + 603295.78, + 5426608.95 + ], + [ + 603283.82, + 5426613.15 + ] + ] + ] + } + }, + { + "id": "126", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603251.2, + 5426594.27 + ], + [ + 603253.93, + 5426604.59 + ], + [ + 603268.77, + 5426600.68 + ], + [ + 603268.33, + 5426598.95 + ], + [ + 603266.49, + 5426591.79 + ], + [ + 603266.13, + 5426590.37 + ], + [ + 603251.2, + 5426594.27 + ] + ] + ] + } + }, + { + "id": "127", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603266.49, + 5426591.79 + ], + [ + 603268.33, + 5426598.95 + ], + [ + 603272.26, + 5426597.96 + ], + [ + 603270.66, + 5426591.59 + ], + [ + 603269.72, + 5426590.93 + ], + [ + 603266.49, + 5426591.79 + ] + ] + ] + } + }, + { + "id": "128", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603277.86, + 5426584.29 + ], + [ + 603282.16, + 5426596.47 + ], + [ + 603282.28, + 5426596.83 + ], + [ + 603290.46, + 5426593.94 + ], + [ + 603291.89, + 5426593.44 + ], + [ + 603287.41, + 5426580.86 + ], + [ + 603277.86, + 5426584.29 + ] + ] + ] + } + }, + { + "id": "129", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603402.62, + 5426539.27 + ], + [ + 603407.19, + 5426543.19 + ], + [ + 603413.71, + 5426535.58 + ], + [ + 603409.15, + 5426531.66 + ], + [ + 603402.62, + 5426539.27 + ] + ] + ] + } + }, + { + "id": "130", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603464.65, + 5426570.02 + ], + [ + 603473.11, + 5426574.08 + ], + [ + 603476.69, + 5426566.64 + ], + [ + 603468.31, + 5426562.54 + ], + [ + 603464.65, + 5426570.02 + ] + ] + ] + } + }, + { + "id": "131", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603423.11, + 5426543.14 + ], + [ + 603428.17, + 5426545.77 + ], + [ + 603430.85, + 5426540.68 + ], + [ + 603425.91, + 5426537.99 + ], + [ + 603425.86, + 5426537.95 + ], + [ + 603423.11, + 5426543.14 + ] + ] + ] + } + }, + { + "id": "132", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603468.04, + 5426556.48 + ], + [ + 603470.48, + 5426558.31 + ], + [ + 603473.44, + 5426554.21 + ], + [ + 603470.99, + 5426552.41 + ], + [ + 603468.04, + 5426556.48 + ] + ] + ] + } + }, + { + "id": "133", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603316.59, + 5426584.15 + ], + [ + 603316.78, + 5426589.63 + ], + [ + 603317.0, + 5426596.54 + ], + [ + 603327.38, + 5426596.1 + ], + [ + 603327.13, + 5426593.02 + ], + [ + 603341.69, + 5426592.68 + ], + [ + 603340.84, + 5426583.25 + ], + [ + 603328.91, + 5426584.31 + ], + [ + 603328.85, + 5426583.58 + ], + [ + 603318.51, + 5426584.02 + ], + [ + 603316.59, + 5426584.15 + ] + ] + ] + } + }, + { + "id": "134", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603368.23, + 5426525.77 + ], + [ + 603376.43, + 5426536.11 + ], + [ + 603379.21, + 5426533.88 + ], + [ + 603381.28, + 5426536.46 + ], + [ + 603385.48, + 5426533.12 + ], + [ + 603375.23, + 5426520.23 + ], + [ + 603368.23, + 5426525.77 + ] + ] + ] + } + }, + { + "id": "135", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603379.88, + 5426519.38 + ], + [ + 603390.91, + 5426534.7 + ], + [ + 603394.65, + 5426532.04 + ], + [ + 603385.75, + 5426519.7 + ], + [ + 603386.84, + 5426518.95 + ], + [ + 603384.61, + 5426515.87 + ], + [ + 603379.88, + 5426519.38 + ] + ] + ] + } + }, + { + "id": "136", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602956.72, + 5426677.8 + ], + [ + 602968.99, + 5426680.71 + ], + [ + 602970.07, + 5426676.21 + ], + [ + 602970.89, + 5426672.77 + ], + [ + 602972.88, + 5426664.43 + ], + [ + 602960.59, + 5426661.5 + ], + [ + 602959.64, + 5426665.51 + ], + [ + 602958.27, + 5426665.88 + ], + [ + 602957.7, + 5426668.33 + ], + [ + 602958.73, + 5426669.31 + ], + [ + 602956.72, + 5426677.8 + ] + ] + ] + } + }, + { + "id": "137", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602921.04, + 5426702.83 + ], + [ + 602926.54, + 5426705.34 + ], + [ + 602927.94, + 5426702.31 + ], + [ + 602930.32, + 5426703.29 + ], + [ + 602932.26, + 5426699.08 + ], + [ + 602924.32, + 5426695.43 + ], + [ + 602921.04, + 5426702.83 + ] + ] + ] + } + }, + { + "id": "138", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603425.91, + 5426537.99 + ], + [ + 603430.85, + 5426540.68 + ], + [ + 603428.17, + 5426545.77 + ], + [ + 603427.67, + 5426546.72 + ], + [ + 603439.23, + 5426552.79 + ], + [ + 603444.11, + 5426543.47 + ], + [ + 603432.68, + 5426537.46 + ], + [ + 603433.3, + 5426536.3 + ], + [ + 603428.31, + 5426533.6 + ], + [ + 603425.91, + 5426537.99 + ] + ] + ] + } + }, + { + "id": "139", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603313.35, + 5426622.14 + ], + [ + 603313.35, + 5426622.47 + ], + [ + 603313.4, + 5426625.3 + ], + [ + 603320.85, + 5426625.25 + ], + [ + 603320.78, + 5426615.21 + ], + [ + 603313.61, + 5426615.24 + ], + [ + 603313.65, + 5426622.14 + ], + [ + 603313.35, + 5426622.14 + ] + ] + ] + } + }, + { + "id": "140", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603296.8, + 5426572.41 + ], + [ + 603297.36, + 5426576.27 + ], + [ + 603298.95, + 5426576.12 + ], + [ + 603305.42, + 5426575.94 + ], + [ + 603304.86, + 5426571.94 + ], + [ + 603296.8, + 5426572.41 + ] + ] + ] + } + }, + { + "id": "141", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603316.91, + 5426566.87 + ], + [ + 603317.38, + 5426571.95 + ], + [ + 603320.7, + 5426571.74 + ], + [ + 603320.31, + 5426566.59 + ], + [ + 603316.91, + 5426566.87 + ] + ] + ] + } + }, + { + "id": "142", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603342.63, + 5426618.63 + ], + [ + 603342.95, + 5426625.65 + ], + [ + 603356.85, + 5426625.08 + ], + [ + 603356.73, + 5426622.11 + ], + [ + 603369.92, + 5426621.54 + ], + [ + 603369.49, + 5426610.75 + ], + [ + 603353.91, + 5426611.43 + ], + [ + 603354.17, + 5426618.22 + ], + [ + 603345.88, + 5426618.54 + ], + [ + 603345.87, + 5426618.5 + ], + [ + 603342.63, + 5426618.63 + ] + ] + ] + } + }, + { + "id": "143", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603367.24, + 5426562.87 + ], + [ + 603376.95, + 5426563.96 + ], + [ + 603376.57, + 5426567.23 + ], + [ + 603381.24, + 5426567.73 + ], + [ + 603382.34, + 5426556.95 + ], + [ + 603367.98, + 5426555.34 + ], + [ + 603367.24, + 5426562.87 + ] + ] + ] + } + }, + { + "id": "144", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603308.47, + 5426567.6 + ], + [ + 603310.06, + 5426585.99 + ], + [ + 603310.54, + 5426585.97 + ], + [ + 603310.72, + 5426590.11 + ], + [ + 603316.78, + 5426589.63 + ], + [ + 603316.59, + 5426584.15 + ], + [ + 603318.51, + 5426584.02 + ], + [ + 603317.38, + 5426571.95 + ], + [ + 603316.91, + 5426566.87 + ], + [ + 603308.47, + 5426567.6 + ] + ] + ] + } + }, + { + "id": "145", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603328.1, + 5426574.98 + ], + [ + 603328.85, + 5426583.58 + ], + [ + 603328.91, + 5426584.31 + ], + [ + 603340.84, + 5426583.25 + ], + [ + 603341.2, + 5426583.23 + ], + [ + 603340.39, + 5426573.93 + ], + [ + 603340.01, + 5426573.96 + ], + [ + 603339.01, + 5426562.95 + ], + [ + 603329.76, + 5426563.49 + ], + [ + 603330.83, + 5426574.73 + ], + [ + 603328.1, + 5426574.98 + ] + ] + ] + } + }, + { + "id": "146", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603392.41, + 5426510.71 + ], + [ + 603404.31, + 5426526.62 + ], + [ + 603411.81, + 5426520.33 + ], + [ + 603400.4, + 5426504.81 + ], + [ + 603392.41, + 5426510.71 + ] + ] + ] + } + }, + { + "id": "147", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603167.82, + 5426589.27 + ], + [ + 603177.53, + 5426590.08 + ], + [ + 603178.74, + 5426576.63 + ], + [ + 603169.06, + 5426575.81 + ], + [ + 603167.82, + 5426589.27 + ] + ] + ] + } + }, + { + "id": "148", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603201.46, + 5426622.78 + ], + [ + 603207.64, + 5426622.9 + ], + [ + 603207.79, + 5426619.35 + ], + [ + 603201.59, + 5426619.24 + ], + [ + 603201.46, + 5426622.78 + ] + ] + ] + } + }, + { + "id": "149", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603193.73, + 5426609.44 + ], + [ + 603196.37, + 5426609.55 + ], + [ + 603196.53, + 5426605.63 + ], + [ + 603193.93, + 5426605.5 + ], + [ + 603193.73, + 5426609.44 + ] + ] + ] + } + }, + { + "id": "150", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603208.23, + 5426610.0 + ], + [ + 603214.26, + 5426610.11 + ], + [ + 603214.38, + 5426604.88 + ], + [ + 603208.36, + 5426604.71 + ], + [ + 603208.23, + 5426610.0 + ] + ] + ] + } + }, + { + "id": "151", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603156.37, + 5426601.8 + ], + [ + 603161.37, + 5426602.61 + ], + [ + 603165.75, + 5426603.17 + ], + [ + 603166.01, + 5426600.9 + ], + [ + 603168.37, + 5426601.21 + ], + [ + 603169.17, + 5426595.23 + ], + [ + 603157.24, + 5426593.68 + ], + [ + 603156.46, + 5426599.63 + ], + [ + 603156.37, + 5426601.8 + ] + ] + ] + } + }, + { + "id": "152", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603114.32, + 5426582.29 + ], + [ + 603132.14, + 5426584.98 + ], + [ + 603132.48, + 5426582.75 + ], + [ + 603134.06, + 5426572.38 + ], + [ + 603134.39, + 5426570.17 + ], + [ + 603116.6, + 5426567.46 + ], + [ + 603114.32, + 5426582.29 + ] + ] + ] + } + }, + { + "id": "153", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603081.0, + 5426588.34 + ], + [ + 603090.58, + 5426590.65 + ], + [ + 603091.49, + 5426586.89 + ], + [ + 603084.36, + 5426585.15 + ], + [ + 603084.37, + 5426585.26 + ], + [ + 603081.87, + 5426584.71 + ], + [ + 603081.0, + 5426588.34 + ] + ] + ] + } + }, + { + "id": "154", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603188.16, + 5426589.25 + ], + [ + 603196.49, + 5426589.54 + ], + [ + 603196.92, + 5426580.96 + ], + [ + 603188.6, + 5426580.66 + ], + [ + 603188.16, + 5426589.25 + ] + ] + ] + } + }, + { + "id": "155", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603168.97, + 5426621.84 + ], + [ + 603188.56, + 5426622.75 + ], + [ + 603188.9, + 5426617.29 + ], + [ + 603193.31, + 5426617.48 + ], + [ + 603193.73, + 5426609.44 + ], + [ + 603193.93, + 5426605.5 + ], + [ + 603169.9, + 5426604.31 + ], + [ + 603168.97, + 5426621.84 + ] + ] + ] + } + }, + { + "id": "156", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603233.4, + 5426611.48 + ], + [ + 603233.7, + 5426621.87 + ], + [ + 603233.51, + 5426625.75 + ], + [ + 603237.58, + 5426625.86 + ], + [ + 603240.72, + 5426625.75 + ], + [ + 603240.47, + 5426618.61 + ], + [ + 603237.62, + 5426618.76 + ], + [ + 603237.38, + 5426611.22 + ], + [ + 603234.2, + 5426611.39 + ], + [ + 603233.4, + 5426611.48 + ] + ] + ] + } + }, + { + "id": "157", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603155.17, + 5426613.68 + ], + [ + 603160.21, + 5426614.21 + ], + [ + 603161.37, + 5426602.61 + ], + [ + 603156.37, + 5426601.8 + ], + [ + 603155.17, + 5426613.68 + ] + ] + ] + } + }, + { + "id": "158", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603132.48, + 5426582.75 + ], + [ + 603138.88, + 5426583.75 + ], + [ + 603140.48, + 5426573.39 + ], + [ + 603134.06, + 5426572.38 + ], + [ + 603132.48, + 5426582.75 + ] + ] + ] + } + }, + { + "id": "159", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603232.87, + 5426634.79 + ], + [ + 603237.2, + 5426634.92 + ], + [ + 603237.58, + 5426625.86 + ], + [ + 603233.51, + 5426625.75 + ], + [ + 603233.29, + 5426625.74 + ], + [ + 603232.87, + 5426634.79 + ] + ] + ] + } + }, + { + "id": "160", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603229.64, + 5426669.34 + ], + [ + 603230.78, + 5426669.35 + ], + [ + 603230.7, + 5426665.13 + ], + [ + 603231.82, + 5426665.15 + ], + [ + 603231.79, + 5426663.22 + ], + [ + 603229.66, + 5426663.22 + ], + [ + 603229.64, + 5426669.34 + ] + ] + ] + } + }, + { + "id": "161", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603232.11, + 5426597.48 + ], + [ + 603234.2, + 5426611.39 + ], + [ + 603237.38, + 5426611.22 + ], + [ + 603243.01, + 5426610.39 + ], + [ + 603240.85, + 5426596.17 + ], + [ + 603233.43, + 5426597.28 + ], + [ + 603232.11, + 5426597.48 + ] + ] + ] + } + }, + { + "id": "162", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603231.63, + 5426586.68 + ], + [ + 603233.43, + 5426597.28 + ], + [ + 603240.85, + 5426596.17 + ], + [ + 603239.06, + 5426585.5 + ], + [ + 603238.05, + 5426585.65 + ], + [ + 603231.63, + 5426586.68 + ] + ] + ] + } + }, + { + "id": "163", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603219.96, + 5426601.81 + ], + [ + 603223.65, + 5426617.19 + ], + [ + 603228.58, + 5426615.98 + ], + [ + 603227.56, + 5426611.57 + ], + [ + 603231.31, + 5426610.64 + ], + [ + 603228.73, + 5426599.62 + ], + [ + 603219.96, + 5426601.81 + ] + ] + ] + } + }, + { + "id": "164", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603196.93, + 5426619.15 + ], + [ + 603201.59, + 5426619.24 + ], + [ + 603207.79, + 5426619.35 + ], + [ + 603207.99, + 5426619.36 + ], + [ + 603208.23, + 5426610.0 + ], + [ + 603208.36, + 5426604.71 + ], + [ + 603208.91, + 5426582.19 + ], + [ + 603207.6, + 5426582.15 + ], + [ + 603197.85, + 5426582.0 + ], + [ + 603197.31, + 5426601.95 + ], + [ + 603196.93, + 5426619.15 + ] + ] + ] + } + }, + { + "id": "165", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603148.79, + 5426591.36 + ], + [ + 603160.49, + 5426593.01 + ], + [ + 603163.39, + 5426572.6 + ], + [ + 603151.97, + 5426570.83 + ], + [ + 603148.79, + 5426591.36 + ] + ] + ] + } + }, + { + "id": "166", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603110.51, + 5426603.57 + ], + [ + 603117.24, + 5426604.07 + ], + [ + 603117.98, + 5426594.0 + ], + [ + 603111.27, + 5426593.51 + ], + [ + 603110.51, + 5426603.57 + ] + ] + ] + } + }, + { + "id": "167", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603197.71, + 5426581.96 + ], + [ + 603197.85, + 5426582.0 + ], + [ + 603207.6, + 5426582.15 + ], + [ + 603209.41, + 5426569.9 + ], + [ + 603199.65, + 5426568.56 + ], + [ + 603197.71, + 5426581.96 + ] + ] + ] + } + }, + { + "id": "168", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603230.7, + 5426665.13 + ], + [ + 603230.78, + 5426669.35 + ], + [ + 603230.89, + 5426674.64 + ], + [ + 603238.44, + 5426674.61 + ], + [ + 603238.32, + 5426671.78 + ], + [ + 603239.54, + 5426671.73 + ], + [ + 603239.47, + 5426669.53 + ], + [ + 603238.23, + 5426669.56 + ], + [ + 603238.13, + 5426665.11 + ], + [ + 603231.82, + 5426665.15 + ], + [ + 603230.7, + 5426665.13 + ] + ] + ] + } + }, + { + "id": "169", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603307.19, + 5426612.37 + ], + [ + 603307.27, + 5426622.57 + ], + [ + 603313.35, + 5426622.47 + ], + [ + 603313.35, + 5426622.14 + ], + [ + 603313.35, + 5426612.27 + ], + [ + 603307.19, + 5426612.37 + ] + ] + ] + } + }, + { + "id": "170", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603233.01, + 5426676.78 + ], + [ + 603233.12, + 5426680.18 + ], + [ + 603234.5, + 5426679.96 + ], + [ + 603234.4, + 5426676.72 + ], + [ + 603233.01, + 5426676.78 + ] + ] + ] + } + }, + { + "id": "171", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603283.06, + 5426636.21 + ], + [ + 603298.06, + 5426636.39 + ], + [ + 603298.32, + 5426636.39 + ], + [ + 603298.38, + 5426630.89 + ], + [ + 603298.56, + 5426615.78 + ], + [ + 603283.23, + 5426621.15 + ], + [ + 603283.06, + 5426636.21 + ] + ] + ] + } + }, + { + "id": "172", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603353.54, + 5426464.42 + ], + [ + 603364.11, + 5426466.25 + ], + [ + 603365.09, + 5426460.55 + ], + [ + 603366.36, + 5426460.78 + ], + [ + 603367.77, + 5426452.64 + ], + [ + 603355.91, + 5426450.61 + ], + [ + 603353.54, + 5426464.42 + ] + ] + ] + } + }, + { + "id": "173", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603368.87, + 5426432.73 + ], + [ + 603368.96, + 5426438.72 + ], + [ + 603377.99, + 5426438.55 + ], + [ + 603377.88, + 5426432.51 + ], + [ + 603368.87, + 5426432.73 + ] + ] + ] + } + }, + { + "id": "174", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603375.06, + 5426422.2 + ], + [ + 603375.64, + 5426428.96 + ], + [ + 603383.22, + 5426428.32 + ], + [ + 603382.63, + 5426421.58 + ], + [ + 603375.06, + 5426422.2 + ] + ] + ] + } + }, + { + "id": "175", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603375.61, + 5426490.92 + ], + [ + 603378.05, + 5426493.74 + ], + [ + 603377.76, + 5426493.99 + ], + [ + 603383.9, + 5426501.14 + ], + [ + 603393.56, + 5426492.88 + ], + [ + 603387.39, + 5426485.66 + ], + [ + 603386.9, + 5426486.08 + ], + [ + 603384.46, + 5426483.26 + ], + [ + 603375.61, + 5426490.92 + ] + ] + ] + } + }, + { + "id": "176", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603409.04, + 5426467.9 + ], + [ + 603410.32, + 5426469.45 + ], + [ + 603409.57, + 5426470.08 + ], + [ + 603412.83, + 5426473.95 + ], + [ + 603418.94, + 5426468.71 + ], + [ + 603415.69, + 5426464.88 + ], + [ + 603413.39, + 5426466.88 + ], + [ + 603412.11, + 5426465.34 + ], + [ + 603409.04, + 5426467.9 + ] + ] + ] + } + }, + { + "id": "177", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602592.57, + 5426896.5 + ], + [ + 602611.89, + 5426901.61 + ], + [ + 602615.76, + 5426887.02 + ], + [ + 602596.38, + 5426881.9 + ], + [ + 602592.57, + 5426896.5 + ] + ] + ] + } + }, + { + "id": "178", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603264.33, + 5426501.54 + ], + [ + 603264.92, + 5426514.23 + ], + [ + 603276.11, + 5426513.88 + ], + [ + 603275.21, + 5426492.45 + ], + [ + 603269.83, + 5426495.18 + ], + [ + 603269.79, + 5426501.33 + ], + [ + 603264.33, + 5426501.54 + ] + ] + ] + } + }, + { + "id": "179", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603247.92, + 5426481.16 + ], + [ + 603251.4, + 5426483.3 + ], + [ + 603255.17, + 5426477.22 + ], + [ + 603251.72, + 5426475.09 + ], + [ + 603247.92, + 5426481.16 + ] + ] + ] + } + }, + { + "id": "180", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603331.31, + 5426617.11 + ], + [ + 603336.27, + 5426617.41 + ], + [ + 603336.46, + 5426614.18 + ], + [ + 603331.48, + 5426613.89 + ], + [ + 603331.31, + 5426617.11 + ] + ] + ] + } + }, + { + "id": "181", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603298.02, + 5426638.71 + ], + [ + 603304.54, + 5426638.74 + ], + [ + 603304.65, + 5426630.98 + ], + [ + 603298.38, + 5426630.89 + ], + [ + 603298.32, + 5426636.39 + ], + [ + 603298.06, + 5426636.39 + ], + [ + 603298.02, + 5426638.71 + ] + ] + ] + } + }, + { + "id": "182", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 602990.68, + 5426682.76 + ], + [ + 603009.42, + 5426687.2 + ], + [ + 603009.99, + 5426684.76 + ], + [ + 603007.56, + 5426684.19 + ], + [ + 603008.8, + 5426678.9 + ], + [ + 603009.89, + 5426675.92 + ], + [ + 603006.86, + 5426675.21 + ], + [ + 603007.82, + 5426671.06 + ], + [ + 602999.56, + 5426669.1 + ], + [ + 602998.58, + 5426673.25 + ], + [ + 602993.23, + 5426671.99 + ], + [ + 602990.68, + 5426682.76 + ] + ] + ] + } + }, + { + "id": "183", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 603007.56, + 5426684.19 + ], + [ + 603009.99, + 5426684.76 + ], + [ + 603009.42, + 5426687.2 + ], + [ + 603014.36, + 5426688.37 + ], + [ + 603016.92, + 5426677.57 + ], + [ + 603009.89, + 5426675.92 + ], + [ + 603008.8, + 5426678.9 + ], + [ + 603007.56, + 5426684.19 + ] + ] + ] + } + }, + { + "id": "184", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601197.43, + 5429669.99 + ], + [ + 601201.45, + 5429674.46 + ], + [ + 601206.66, + 5429669.77 + ], + [ + 601202.63, + 5429665.39 + ], + [ + 601197.43, + 5429669.99 + ] + ] + ] + } + }, + { + "id": "185", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601873.45, + 5429382.48 + ], + [ + 601880.14, + 5429384.65 + ], + [ + 601882.31, + 5429377.96 + ], + [ + 601882.46, + 5429377.52 + ], + [ + 601885.42, + 5429368.42 + ], + [ + 601878.7, + 5429366.26 + ], + [ + 601875.63, + 5429375.78 + ], + [ + 601873.45, + 5429382.48 + ] + ] + ] + } + }, + { + "id": "186", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601785.14, + 5429370.32 + ], + [ + 601791.64, + 5429370.58 + ], + [ + 601791.89, + 5429364.59 + ], + [ + 601785.37, + 5429364.32 + ], + [ + 601785.14, + 5429370.32 + ] + ] + ] + } + }, + { + "id": "187", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601418.86, + 5429317.27 + ], + [ + 601439.1, + 5429317.57 + ], + [ + 601439.28, + 5429306.91 + ], + [ + 601419.02, + 5429306.63 + ], + [ + 601418.97, + 5429310.26 + ], + [ + 601418.9, + 5429314.77 + ], + [ + 601418.86, + 5429317.27 + ] + ] + ] + } + }, + { + "id": "188", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601287.66, + 5429497.94 + ], + [ + 601291.06, + 5429498.17 + ], + [ + 601291.27, + 5429492.96 + ], + [ + 601287.9, + 5429492.78 + ], + [ + 601287.66, + 5429497.94 + ] + ] + ] + } + }, + { + "id": "189", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601400.34, + 5429341.86 + ], + [ + 601402.61, + 5429342.08 + ], + [ + 601403.1, + 5429336.27 + ], + [ + 601400.85, + 5429336.02 + ], + [ + 601400.34, + 5429341.86 + ] + ] + ] + } + }, + { + "id": "190", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601261.91, + 5429474.77 + ], + [ + 601267.77, + 5429476.1 + ], + [ + 601268.25, + 5429473.92 + ], + [ + 601269.08, + 5429470.05 + ], + [ + 601263.04, + 5429469.1 + ], + [ + 601261.91, + 5429474.77 + ] + ] + ] + } + }, + { + "id": "191", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601238.85, + 5429493.16 + ], + [ + 601252.86, + 5429494.98 + ], + [ + 601254.3, + 5429484.18 + ], + [ + 601240.24, + 5429482.35 + ], + [ + 601239.44, + 5429491.48 + ], + [ + 601238.85, + 5429493.16 + ] + ] + ] + } + }, + { + "id": "192", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601601.18, + 5429568.12 + ], + [ + 601601.34, + 5429575.33 + ], + [ + 601616.03, + 5429574.66 + ], + [ + 601615.83, + 5429567.58 + ], + [ + 601609.44, + 5429567.82 + ], + [ + 601609.4, + 5429566.58 + ], + [ + 601606.73, + 5429566.66 + ], + [ + 601606.77, + 5429567.91 + ], + [ + 601601.18, + 5429568.12 + ] + ] + ] + } + }, + { + "id": "193", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601715.69, + 5429496.17 + ], + [ + 601715.7, + 5429506.31 + ], + [ + 601728.22, + 5429506.31 + ], + [ + 601728.2, + 5429496.14 + ], + [ + 601715.69, + 5429496.17 + ] + ] + ] + } + }, + { + "id": "194", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601198.28, + 5429510.29 + ], + [ + 601205.25, + 5429510.7 + ], + [ + 601205.5, + 5429506.16 + ], + [ + 601198.59, + 5429505.74 + ], + [ + 601198.28, + 5429510.29 + ] + ] + ] + } + }, + { + "id": "195", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601727.83, + 5429494.6 + ], + [ + 601734.38, + 5429494.59 + ], + [ + 601734.47, + 5429487.6 + ], + [ + 601731.42, + 5429486.98 + ], + [ + 601727.93, + 5429486.42 + ], + [ + 601727.83, + 5429494.6 + ] + ] + ] + } + }, + { + "id": "196", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601689.49, + 5429482.81 + ], + [ + 601689.5, + 5429486.83 + ], + [ + 601695.97, + 5429486.76 + ], + [ + 601695.95, + 5429482.79 + ], + [ + 601689.49, + 5429482.81 + ] + ] + ] + } + }, + { + "id": "197", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601273.77, + 5429509.28 + ], + [ + 601288.09, + 5429510.68 + ], + [ + 601288.95, + 5429502.59 + ], + [ + 601274.57, + 5429501.1 + ], + [ + 601273.83, + 5429508.73 + ], + [ + 601273.77, + 5429509.28 + ] + ] + ] + } + }, + { + "id": "198", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601629.51, + 5429572.0 + ], + [ + 601633.74, + 5429572.45 + ], + [ + 601634.65, + 5429563.1 + ], + [ + 601630.36, + 5429562.72 + ], + [ + 601629.51, + 5429572.0 + ] + ] + ] + } + }, + { + "id": "199", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601230.87, + 5429490.72 + ], + [ + 601239.44, + 5429491.48 + ], + [ + 601240.24, + 5429482.35 + ], + [ + 601240.33, + 5429481.02 + ], + [ + 601235.65, + 5429480.46 + ], + [ + 601235.2, + 5429483.16 + ], + [ + 601231.97, + 5429482.72 + ], + [ + 601230.87, + 5429490.72 + ] + ] + ] + } + }, + { + "id": "200", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601619.92, + 5429571.69 + ], + [ + 601622.95, + 5429571.95 + ], + [ + 601629.46, + 5429572.64 + ], + [ + 601629.51, + 5429572.0 + ], + [ + 601630.36, + 5429562.72 + ], + [ + 601630.42, + 5429562.12 + ], + [ + 601620.93, + 5429561.2 + ], + [ + 601619.92, + 5429571.69 + ] + ] + ] + } + }, + { + "id": "201", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601756.74, + 5429483.81 + ], + [ + 601760.59, + 5429483.9 + ], + [ + 601760.69, + 5429477.17 + ], + [ + 601757.17, + 5429477.09 + ], + [ + 601757.08, + 5429482.27 + ], + [ + 601756.74, + 5429483.81 + ] + ] + ] + } + }, + { + "id": "202", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601793.48, + 5429461.03 + ], + [ + 601807.35, + 5429461.44 + ], + [ + 601807.58, + 5429451.07 + ], + [ + 601793.72, + 5429450.7 + ], + [ + 601793.48, + 5429461.03 + ] + ] + ] + } + }, + { + "id": "203", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601687.68, + 5429442.3 + ], + [ + 601689.89, + 5429450.43 + ], + [ + 601693.56, + 5429449.46 + ], + [ + 601691.36, + 5429441.31 + ], + [ + 601687.68, + 5429442.3 + ] + ] + ] + } + }, + { + "id": "204", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601787.6, + 5429416.66 + ], + [ + 601792.56, + 5429416.76 + ], + [ + 601792.69, + 5429408.73 + ], + [ + 601787.76, + 5429408.62 + ], + [ + 601787.74, + 5429409.7 + ], + [ + 601787.6, + 5429416.66 + ] + ] + ] + } + }, + { + "id": "205", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601622.46, + 5429576.95 + ], + [ + 601628.99, + 5429577.61 + ], + [ + 601629.46, + 5429572.64 + ], + [ + 601622.95, + 5429571.95 + ], + [ + 601622.46, + 5429576.95 + ] + ] + ] + } + }, + { + "id": "206", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601683.74, + 5429475.41 + ], + [ + 601685.4, + 5429477.01 + ], + [ + 601685.44, + 5429479.92 + ], + [ + 601694.43, + 5429479.77 + ], + [ + 601694.29, + 5429471.69 + ], + [ + 601690.43, + 5429471.8 + ], + [ + 601688.79, + 5429470.19 + ], + [ + 601683.74, + 5429475.41 + ] + ] + ] + } + }, + { + "id": "207", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601170.07, + 5429491.32 + ], + [ + 601179.09, + 5429492.3 + ], + [ + 601179.59, + 5429487.92 + ], + [ + 601170.59, + 5429486.84 + ], + [ + 601170.21, + 5429490.23 + ], + [ + 601170.07, + 5429491.32 + ] + ] + ] + } + }, + { + "id": "208", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601393.94, + 5429325.97 + ], + [ + 601399.95, + 5429326.64 + ], + [ + 601400.47, + 5429322.62 + ], + [ + 601394.4, + 5429321.92 + ], + [ + 601393.94, + 5429325.97 + ] + ] + ] + } + }, + { + "id": "209", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601153.24, + 5429500.99 + ], + [ + 601164.27, + 5429502.23 + ], + [ + 601164.83, + 5429497.27 + ], + [ + 601169.31, + 5429497.71 + ], + [ + 601170.07, + 5429491.32 + ], + [ + 601170.21, + 5429490.23 + ], + [ + 601165.88, + 5429489.89 + ], + [ + 601154.63, + 5429488.64 + ], + [ + 601153.24, + 5429500.99 + ] + ] + ] + } + }, + { + "id": "210", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601186.84, + 5429502.48 + ], + [ + 601197.77, + 5429503.77 + ], + [ + 601198.82, + 5429494.71 + ], + [ + 601188.14, + 5429493.47 + ], + [ + 601186.84, + 5429502.48 + ] + ] + ] + } + }, + { + "id": "211", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601777.28, + 5429568.57 + ], + [ + 601785.21, + 5429569.96 + ], + [ + 601785.99, + 5429563.4 + ], + [ + 601778.0, + 5429562.39 + ], + [ + 601777.72, + 5429564.73 + ], + [ + 601777.28, + 5429568.57 + ] + ] + ] + } + }, + { + "id": "212", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601664.23, + 5429442.68 + ], + [ + 601666.19, + 5429447.61 + ], + [ + 601679.39, + 5429442.21 + ], + [ + 601677.42, + 5429437.3 + ], + [ + 601672.39, + 5429439.35 + ], + [ + 601671.57, + 5429437.33 + ], + [ + 601669.44, + 5429438.19 + ], + [ + 601670.26, + 5429440.23 + ], + [ + 601664.23, + 5429442.68 + ] + ] + ] + } + }, + { + "id": "213", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601655.52, + 5429446.44 + ], + [ + 601657.59, + 5429453.16 + ], + [ + 601664.78, + 5429450.9 + ], + [ + 601662.71, + 5429444.2 + ], + [ + 601655.52, + 5429446.44 + ] + ] + ] + } + }, + { + "id": "214", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601205.63, + 5429543.68 + ], + [ + 601212.28, + 5429543.96 + ], + [ + 601212.54, + 5429532.38 + ], + [ + 601205.92, + 5429532.27 + ], + [ + 601205.63, + 5429543.68 + ] + ] + ] + } + }, + { + "id": "215", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601836.27, + 5429393.64 + ], + [ + 601844.35, + 5429393.9 + ], + [ + 601844.51, + 5429387.86 + ], + [ + 601836.47, + 5429387.57 + ], + [ + 601836.27, + 5429393.64 + ] + ] + ] + } + }, + { + "id": "216", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601268.25, + 5429473.92 + ], + [ + 601274.87, + 5429474.85 + ], + [ + 601275.64, + 5429470.52 + ], + [ + 601269.12, + 5429469.68 + ], + [ + 601269.08, + 5429470.05 + ], + [ + 601268.25, + 5429473.92 + ] + ] + ] + } + }, + { + "id": "217", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601803.06, + 5429503.94 + ], + [ + 601804.71, + 5429506.5 + ], + [ + 601807.19, + 5429504.84 + ], + [ + 601805.54, + 5429502.3 + ], + [ + 601803.06, + 5429503.94 + ] + ] + ] + } + }, + { + "id": "218", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601246.58, + 5429542.01 + ], + [ + 601260.79, + 5429542.4 + ], + [ + 601261.02, + 5429535.35 + ], + [ + 601246.75, + 5429535.0 + ], + [ + 601246.58, + 5429542.01 + ] + ] + ] + } + }, + { + "id": "219", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601156.5, + 5429540.54 + ], + [ + 601162.67, + 5429540.97 + ], + [ + 601163.38, + 5429530.81 + ], + [ + 601157.2, + 5429530.36 + ], + [ + 601156.5, + 5429540.54 + ] + ] + ] + } + }, + { + "id": "220", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601143.19, + 5429530.39 + ], + [ + 601149.72, + 5429530.6 + ], + [ + 601149.89, + 5429522.77 + ], + [ + 601143.35, + 5429522.64 + ], + [ + 601143.19, + 5429530.39 + ] + ] + ] + } + }, + { + "id": "221", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601666.19, + 5429447.61 + ], + [ + 601667.37, + 5429450.57 + ], + [ + 601671.68, + 5429448.82 + ], + [ + 601672.99, + 5429452.2 + ], + [ + 601679.99, + 5429449.48 + ], + [ + 601679.05, + 5429447.1 + ], + [ + 601683.66, + 5429445.32 + ], + [ + 601681.99, + 5429441.21 + ], + [ + 601679.39, + 5429442.21 + ], + [ + 601666.19, + 5429447.61 + ] + ] + ] + } + }, + { + "id": "222", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601258.7, + 5429507.17 + ], + [ + 601273.83, + 5429508.73 + ], + [ + 601274.57, + 5429501.1 + ], + [ + 601259.56, + 5429499.49 + ], + [ + 601258.7, + 5429507.17 + ] + ] + ] + } + }, + { + "id": "223", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601764.41, + 5429559.57 + ], + [ + 601778.36, + 5429561.22 + ], + [ + 601779.53, + 5429551.27 + ], + [ + 601765.59, + 5429549.6 + ], + [ + 601764.41, + 5429559.57 + ] + ] + ] + } + }, + { + "id": "224", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601240.08, + 5429541.84 + ], + [ + 601243.23, + 5429541.92 + ], + [ + 601246.58, + 5429542.01 + ], + [ + 601246.75, + 5429535.0 + ], + [ + 601240.22, + 5429534.83 + ], + [ + 601240.08, + 5429541.84 + ] + ] + ] + } + }, + { + "id": "225", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601794.0, + 5429416.82 + ], + [ + 601808.45, + 5429417.0 + ], + [ + 601808.65, + 5429405.0 + ], + [ + 601794.04, + 5429404.81 + ], + [ + 601794.0, + 5429416.82 + ] + ] + ] + } + }, + { + "id": "226", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601633.72, + 5429556.91 + ], + [ + 601635.83, + 5429556.92 + ], + [ + 601635.88, + 5429553.92 + ], + [ + 601633.79, + 5429553.88 + ], + [ + 601633.72, + 5429556.91 + ] + ] + ] + } + }, + { + "id": "227", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601826.52, + 5429386.27 + ], + [ + 601836.63, + 5429386.61 + ], + [ + 601836.92, + 5429377.23 + ], + [ + 601834.32, + 5429377.15 + ], + [ + 601834.47, + 5429372.44 + ], + [ + 601829.08, + 5429372.27 + ], + [ + 601828.93, + 5429376.93 + ], + [ + 601826.85, + 5429376.87 + ], + [ + 601826.52, + 5429386.27 + ] + ] + ] + } + }, + { + "id": "228", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601676.84, + 5429430.78 + ], + [ + 601677.89, + 5429433.35 + ], + [ + 601680.91, + 5429432.02 + ], + [ + 601681.49, + 5429433.35 + ], + [ + 601690.39, + 5429429.6 + ], + [ + 601693.63, + 5429428.55 + ], + [ + 601700.65, + 5429426.27 + ], + [ + 601699.3, + 5429421.93 + ], + [ + 601692.14, + 5429424.28 + ], + [ + 601676.84, + 5429430.78 + ] + ] + ] + } + }, + { + "id": "229", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601258.78, + 5429488.94 + ], + [ + 601266.15, + 5429490.5 + ], + [ + 601268.47, + 5429480.12 + ], + [ + 601268.98, + 5429480.23 + ], + [ + 601269.76, + 5429476.57 + ], + [ + 601267.77, + 5429476.1 + ], + [ + 601261.91, + 5429474.77 + ], + [ + 601258.78, + 5429488.94 + ] + ] + ] + } + }, + { + "id": "230", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601723.34, + 5429541.35 + ], + [ + 601734.93, + 5429542.65 + ], + [ + 601736.03, + 5429533.08 + ], + [ + 601724.43, + 5429531.77 + ], + [ + 601723.34, + 5429541.35 + ] + ] + ] + } + }, + { + "id": "231", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601773.42, + 5429567.88 + ], + [ + 601777.28, + 5429568.57 + ], + [ + 601777.72, + 5429564.73 + ], + [ + 601773.88, + 5429564.39 + ], + [ + 601773.42, + 5429567.88 + ] + ] + ] + } + }, + { + "id": "232", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601101.97, + 5429486.13 + ], + [ + 601104.02, + 5429486.32 + ], + [ + 601103.89, + 5429487.86 + ], + [ + 601104.9, + 5429489.4 + ], + [ + 601107.96, + 5429489.65 + ], + [ + 601108.85, + 5429488.86 + ], + [ + 601109.37, + 5429484.08 + ], + [ + 601102.31, + 5429483.31 + ], + [ + 601101.97, + 5429486.13 + ] + ] + ] + } + }, + { + "id": "233", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601744.38, + 5429482.08 + ], + [ + 601757.08, + 5429482.27 + ], + [ + 601757.17, + 5429477.09 + ], + [ + 601757.25, + 5429471.78 + ], + [ + 601744.54, + 5429471.59 + ], + [ + 601744.38, + 5429482.08 + ] + ] + ] + } + }, + { + "id": "234", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601760.68, + 5429493.25 + ], + [ + 601761.33, + 5429498.72 + ], + [ + 601761.45, + 5429498.81 + ], + [ + 601762.37, + 5429498.53 + ], + [ + 601766.11, + 5429497.55 + ], + [ + 601766.25, + 5429492.67 + ], + [ + 601760.68, + 5429493.25 + ] + ] + ] + } + }, + { + "id": "235", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601169.02, + 5429500.34 + ], + [ + 601186.84, + 5429502.48 + ], + [ + 601188.14, + 5429493.47 + ], + [ + 601188.64, + 5429488.99 + ], + [ + 601179.59, + 5429487.92 + ], + [ + 601179.09, + 5429492.3 + ], + [ + 601170.07, + 5429491.32 + ], + [ + 601169.31, + 5429497.71 + ], + [ + 601169.02, + 5429500.34 + ] + ] + ] + } + }, + { + "id": "236", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601761.45, + 5429498.81 + ], + [ + 601762.12, + 5429504.09 + ], + [ + 601763.77, + 5429503.87 + ], + [ + 601762.37, + 5429498.53 + ], + [ + 601761.45, + 5429498.81 + ] + ] + ] + } + }, + { + "id": "237", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601511.2, + 5427876.23 + ], + [ + 601522.23, + 5427884.12 + ], + [ + 601526.41, + 5427878.36 + ], + [ + 601515.26, + 5427870.43 + ], + [ + 601511.2, + 5427876.23 + ] + ] + ] + } + }, + { + "id": "238", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601852.48, + 5429375.67 + ], + [ + 601873.45, + 5429382.48 + ], + [ + 601875.63, + 5429375.78 + ], + [ + 601854.64, + 5429369.0 + ], + [ + 601852.48, + 5429375.67 + ] + ] + ] + } + }, + { + "id": "239", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601935.7, + 5429434.54 + ], + [ + 601944.28, + 5429435.63 + ], + [ + 601947.67, + 5429430.32 + ], + [ + 601950.45, + 5429430.56 + ], + [ + 601957.16, + 5429424.5 + ], + [ + 601959.29, + 5429417.96 + ], + [ + 601941.76, + 5429414.48 + ], + [ + 601939.81, + 5429424.6 + ], + [ + 601938.41, + 5429431.87 + ], + [ + 601936.05, + 5429431.59 + ], + [ + 601935.7, + 5429434.54 + ] + ] + ] + } + }, + { + "id": "240", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601650.71, + 5429399.75 + ], + [ + 601656.63, + 5429408.67 + ], + [ + 601665.12, + 5429403.24 + ], + [ + 601662.75, + 5429399.83 + ], + [ + 601670.05, + 5429394.76 + ], + [ + 601666.47, + 5429389.31 + ], + [ + 601658.59, + 5429394.53 + ], + [ + 601657.61, + 5429393.0 + ], + [ + 601655.57, + 5429394.3 + ], + [ + 601656.57, + 5429395.87 + ], + [ + 601650.71, + 5429399.75 + ] + ] + ] + } + }, + { + "id": "241", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601657.0, + 5429376.71 + ], + [ + 601658.84, + 5429379.67 + ], + [ + 601660.74, + 5429378.5 + ], + [ + 601658.9, + 5429375.53 + ], + [ + 601657.0, + 5429376.71 + ] + ] + ] + } + }, + { + "id": "242", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601735.4, + 5429445.58 + ], + [ + 601739.41, + 5429445.68 + ], + [ + 601739.52, + 5429437.2 + ], + [ + 601735.49, + 5429437.1 + ], + [ + 601735.4, + 5429445.58 + ] + ] + ] + } + }, + { + "id": "243", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601460.52, + 5427880.42 + ], + [ + 601460.83, + 5427884.12 + ], + [ + 601464.07, + 5427883.86 + ], + [ + 601463.25, + 5427880.12 + ], + [ + 601460.52, + 5427880.42 + ] + ] + ] + } + }, + { + "id": "244", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601443.21, + 5427854.04 + ], + [ + 601446.9, + 5427893.46 + ], + [ + 601447.62, + 5427901.11 + ], + [ + 601451.4, + 5427900.7 + ], + [ + 601452.72, + 5427919.9 + ], + [ + 601459.01, + 5427919.39 + ], + [ + 601471.47, + 5427918.38 + ], + [ + 601471.04, + 5427912.83 + ], + [ + 601470.34, + 5427903.96 + ], + [ + 601473.19, + 5427903.76 + ], + [ + 601473.03, + 5427900.84 + ], + [ + 601481.84, + 5427901.29 + ], + [ + 601482.03, + 5427901.22 + ], + [ + 601482.44, + 5427890.83 + ], + [ + 601461.3, + 5427889.85 + ], + [ + 601460.83, + 5427884.12 + ], + [ + 601460.52, + 5427880.42 + ], + [ + 601458.25, + 5427852.62 + ], + [ + 601443.21, + 5427854.04 + ] + ] + ] + } + }, + { + "id": "245", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601522.44, + 5427857.94 + ], + [ + 601549.49, + 5427867.08 + ], + [ + 601553.44, + 5427855.22 + ], + [ + 601526.41, + 5427846.15 + ], + [ + 601522.44, + 5427857.94 + ] + ] + ] + } + }, + { + "id": "246", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601741.97, + 5429446.57 + ], + [ + 601741.98, + 5429447.91 + ], + [ + 601741.99, + 5429455.76 + ], + [ + 601741.99, + 5429457.1 + ], + [ + 601753.72, + 5429457.11 + ], + [ + 601753.7, + 5429446.57 + ], + [ + 601741.97, + 5429446.57 + ] + ] + ] + } + }, + { + "id": "247", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 600998.22, + 5429577.04 + ], + [ + 601014.55, + 5429580.87 + ], + [ + 601016.13, + 5429573.97 + ], + [ + 600999.8, + 5429570.13 + ], + [ + 600998.22, + 5429577.04 + ] + ] + ] + } + }, + { + "id": "248", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601481.73, + 5427903.23 + ], + [ + 601486.02, + 5427903.47 + ], + [ + 601486.13, + 5427901.51 + ], + [ + 601494.58, + 5427901.93 + ], + [ + 601495.03, + 5427891.48 + ], + [ + 601482.44, + 5427890.83 + ], + [ + 601482.03, + 5427901.22 + ], + [ + 601481.84, + 5427901.29 + ], + [ + 601481.73, + 5427903.23 + ] + ] + ] + } + }, + { + "id": "249", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601026.22, + 5429438.46 + ], + [ + 601026.3, + 5429444.04 + ], + [ + 601026.47, + 5429455.01 + ], + [ + 601026.47, + 5429455.24 + ], + [ + 601051.76, + 5429454.86 + ], + [ + 601051.7, + 5429451.34 + ], + [ + 601051.33, + 5429451.34 + ], + [ + 601051.13, + 5429438.08 + ], + [ + 601026.22, + 5429438.46 + ] + ] + ] + } + }, + { + "id": "250", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601777.59, + 5429474.9 + ], + [ + 601777.91, + 5429474.91 + ], + [ + 601777.86, + 5429477.23 + ], + [ + 601779.85, + 5429477.29 + ], + [ + 601779.74, + 5429480.49 + ], + [ + 601786.1, + 5429480.58 + ], + [ + 601786.22, + 5429473.42 + ], + [ + 601777.61, + 5429473.29 + ], + [ + 601777.59, + 5429474.9 + ] + ] + ] + } + }, + { + "id": "251", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601725.02, + 5429485.95 + ], + [ + 601727.93, + 5429486.42 + ], + [ + 601731.42, + 5429486.98 + ], + [ + 601731.52, + 5429479.58 + ], + [ + 601725.08, + 5429479.49 + ], + [ + 601725.02, + 5429485.95 + ] + ] + ] + } + }, + { + "id": "252", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601753.41, + 5429416.03 + ], + [ + 601759.61, + 5429416.33 + ], + [ + 601759.98, + 5429409.35 + ], + [ + 601753.62, + 5429409.03 + ], + [ + 601753.41, + 5429416.03 + ] + ] + ] + } + }, + { + "id": "253", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601729.06, + 5429415.41 + ], + [ + 601735.22, + 5429415.59 + ], + [ + 601735.34, + 5429409.51 + ], + [ + 601729.26, + 5429409.35 + ], + [ + 601729.06, + 5429415.41 + ] + ] + ] + } + }, + { + "id": "254", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601051.07, + 5429433.8 + ], + [ + 601051.13, + 5429438.08 + ], + [ + 601051.33, + 5429451.34 + ], + [ + 601051.7, + 5429451.34 + ], + [ + 601062.6, + 5429451.19 + ], + [ + 601062.33, + 5429433.63 + ], + [ + 601051.07, + 5429433.8 + ] + ] + ] + } + }, + { + "id": "255", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601744.49, + 5429437.96 + ], + [ + 601744.49, + 5429439.52 + ], + [ + 601745.05, + 5429440.48 + ], + [ + 601746.19, + 5429440.47 + ], + [ + 601746.2, + 5429442.15 + ], + [ + 601756.6, + 5429442.18 + ], + [ + 601756.6, + 5429435.4 + ], + [ + 601746.23, + 5429435.37 + ], + [ + 601746.21, + 5429437.02 + ], + [ + 601745.08, + 5429437.03 + ], + [ + 601744.49, + 5429437.96 + ] + ] + ] + } + }, + { + "id": "256", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601717.9, + 5429438.71 + ], + [ + 601718.01, + 5429448.76 + ], + [ + 601729.55, + 5429448.71 + ], + [ + 601729.45, + 5429438.65 + ], + [ + 601717.9, + 5429438.71 + ] + ] + ] + } + }, + { + "id": "257", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601501.2, + 5427890.34 + ], + [ + 601504.68, + 5427890.66 + ], + [ + 601504.86, + 5427887.62 + ], + [ + 601501.35, + 5427887.3 + ], + [ + 601501.2, + 5427890.34 + ] + ] + ] + } + }, + { + "id": "258", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601735.28, + 5429455.74 + ], + [ + 601741.99, + 5429455.76 + ], + [ + 601741.98, + 5429447.91 + ], + [ + 601735.31, + 5429447.88 + ], + [ + 601735.28, + 5429455.74 + ] + ] + ] + } + }, + { + "id": "259", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601761.08, + 5429442.2 + ], + [ + 601765.36, + 5429442.21 + ], + [ + 601765.37, + 5429433.91 + ], + [ + 601761.09, + 5429433.9 + ], + [ + 601761.08, + 5429442.2 + ] + ] + ] + } + }, + { + "id": "260", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601470.34, + 5427903.96 + ], + [ + 601471.04, + 5427912.83 + ], + [ + 601473.77, + 5427912.55 + ], + [ + 601473.23, + 5427907.4 + ], + [ + 601473.37, + 5427907.38 + ], + [ + 601473.19, + 5427903.76 + ], + [ + 601470.34, + 5427903.96 + ] + ] + ] + } + }, + { + "id": "261", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601731.36, + 5429445.49 + ], + [ + 601735.4, + 5429445.58 + ], + [ + 601735.49, + 5429437.1 + ], + [ + 601731.45, + 5429437.01 + ], + [ + 601731.36, + 5429445.49 + ] + ] + ] + } + }, + { + "id": "262", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601434.31, + 5429423.97 + ], + [ + 601435.74, + 5429424.6 + ], + [ + 601441.71, + 5429427.26 + ], + [ + 601442.38, + 5429427.56 + ], + [ + 601446.06, + 5429419.29 + ], + [ + 601437.99, + 5429415.7 + ], + [ + 601434.31, + 5429423.97 + ] + ] + ] + } + }, + { + "id": "263", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601433.25, + 5429414.1 + ], + [ + 601435.93, + 5429415.34 + ], + [ + 601438.27, + 5429410.18 + ], + [ + 601435.58, + 5429408.96 + ], + [ + 601433.25, + 5429414.1 + ] + ] + ] + } + }, + { + "id": "264", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601021.98, + 5429444.11 + ], + [ + 601022.15, + 5429455.08 + ], + [ + 601026.47, + 5429455.01 + ], + [ + 601026.3, + 5429444.04 + ], + [ + 601021.98, + 5429444.11 + ] + ] + ] + } + }, + { + "id": "265", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601622.63, + 5429327.1 + ], + [ + 601628.66, + 5429332.4 + ], + [ + 601632.95, + 5429327.44 + ], + [ + 601626.86, + 5429322.15 + ], + [ + 601622.63, + 5429327.1 + ] + ] + ] + } + }, + { + "id": "266", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601825.06, + 5429412.3 + ], + [ + 601832.66, + 5429412.44 + ], + [ + 601832.63, + 5429414.03 + ], + [ + 601835.62, + 5429414.12 + ], + [ + 601835.65, + 5429412.49 + ], + [ + 601839.1, + 5429412.57 + ], + [ + 601839.36, + 5429401.07 + ], + [ + 601825.28, + 5429400.8 + ], + [ + 601825.06, + 5429412.3 + ] + ] + ] + } + }, + { + "id": "267", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601615.65, + 5429343.56 + ], + [ + 601622.14, + 5429349.28 + ], + [ + 601628.12, + 5429342.47 + ], + [ + 601621.61, + 5429336.77 + ], + [ + 601619.87, + 5429338.74 + ], + [ + 601619.33, + 5429338.25 + ], + [ + 601616.82, + 5429341.11 + ], + [ + 601617.38, + 5429341.59 + ], + [ + 601615.65, + 5429343.56 + ] + ] + ] + } + }, + { + "id": "268", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601641.64, + 5429372.76 + ], + [ + 601644.84, + 5429377.66 + ], + [ + 601643.1, + 5429378.81 + ], + [ + 601642.54, + 5429379.21 + ], + [ + 601647.58, + 5429387.26 + ], + [ + 601659.03, + 5429379.97 + ], + [ + 601658.84, + 5429379.67 + ], + [ + 601657.0, + 5429376.71 + ], + [ + 601650.86, + 5429366.87 + ], + [ + 601641.64, + 5429372.76 + ] + ] + ] + } + }, + { + "id": "269", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601627.04, + 5429338.3 + ], + [ + 601632.26, + 5429342.94 + ], + [ + 601632.7, + 5429342.43 + ], + [ + 601635.91, + 5429338.82 + ], + [ + 601630.69, + 5429334.2 + ], + [ + 601627.04, + 5429338.3 + ] + ] + ] + } + }, + { + "id": "270", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601432.14, + 5429432.11 + ], + [ + 601437.97, + 5429434.95 + ], + [ + 601438.17, + 5429434.54 + ], + [ + 601439.89, + 5429430.99 + ], + [ + 601440.74, + 5429429.26 + ], + [ + 601434.87, + 5429426.43 + ], + [ + 601432.14, + 5429432.11 + ] + ] + ] + } + }, + { + "id": "271", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601634.82, + 5429324.56 + ], + [ + 601643.28, + 5429332.01 + ], + [ + 601649.56, + 5429324.88 + ], + [ + 601640.01, + 5429316.42 + ], + [ + 601636.69, + 5429320.18 + ], + [ + 601637.81, + 5429321.17 + ], + [ + 601634.82, + 5429324.56 + ] + ] + ] + } + }, + { + "id": "272", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601643.3, + 5429334.01 + ], + [ + 601644.83, + 5429336.69 + ], + [ + 601651.4, + 5429332.92 + ], + [ + 601649.87, + 5429330.25 + ], + [ + 601643.3, + 5429334.01 + ] + ] + ] + } + }, + { + "id": "273", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601434.22, + 5427864.53 + ], + [ + 601436.22, + 5427890.59 + ], + [ + 601440.65, + 5427890.25 + ], + [ + 601438.66, + 5427864.17 + ], + [ + 601434.22, + 5427864.53 + ] + ] + ] + } + }, + { + "id": "274", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601767.01, + 5429445.14 + ], + [ + 601767.05, + 5429457.08 + ], + [ + 601781.0, + 5429457.03 + ], + [ + 601780.99, + 5429445.11 + ], + [ + 601767.01, + 5429445.14 + ] + ] + ] + } + }, + { + "id": "275", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601756.6, + 5429435.4 + ], + [ + 601756.6, + 5429442.18 + ], + [ + 601761.08, + 5429442.2 + ], + [ + 601761.09, + 5429433.9 + ], + [ + 601756.61, + 5429433.88 + ], + [ + 601756.6, + 5429435.4 + ] + ] + ] + } + }, + { + "id": "276", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601735.22, + 5429415.59 + ], + [ + 601750.45, + 5429415.93 + ], + [ + 601750.78, + 5429403.17 + ], + [ + 601743.0, + 5429402.96 + ], + [ + 601742.87, + 5429407.96 + ], + [ + 601735.37, + 5429407.78 + ], + [ + 601735.34, + 5429409.51 + ], + [ + 601735.22, + 5429415.59 + ] + ] + ] + } + }, + { + "id": "277", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601824.51, + 5429438.9 + ], + [ + 601834.51, + 5429439.15 + ], + [ + 601834.54, + 5429438.0 + ], + [ + 601838.53, + 5429438.11 + ], + [ + 601838.82, + 5429427.55 + ], + [ + 601834.45, + 5429427.45 + ], + [ + 601834.5, + 5429425.34 + ], + [ + 601829.04, + 5429425.2 + ], + [ + 601828.98, + 5429427.31 + ], + [ + 601824.79, + 5429427.2 + ], + [ + 601824.51, + 5429438.9 + ] + ] + ] + } + }, + { + "id": "278", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601843.92, + 5429470.13 + ], + [ + 601851.95, + 5429470.53 + ], + [ + 601852.1, + 5429466.71 + ], + [ + 601849.12, + 5429466.56 + ], + [ + 601844.05, + 5429466.31 + ], + [ + 601843.92, + 5429470.13 + ] + ] + ] + } + }, + { + "id": "279", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601647.95, + 5429428.98 + ], + [ + 601653.52, + 5429435.93 + ], + [ + 601654.39, + 5429435.24 + ], + [ + 601655.88, + 5429437.23 + ], + [ + 601658.15, + 5429435.5 + ], + [ + 601656.7, + 5429433.49 + ], + [ + 601661.82, + 5429429.62 + ], + [ + 601656.37, + 5429422.48 + ], + [ + 601647.95, + 5429428.98 + ] + ] + ] + } + }, + { + "id": "280", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601622.61, + 5429443.98 + ], + [ + 601625.76, + 5429450.28 + ], + [ + 601631.05, + 5429447.53 + ], + [ + 601627.97, + 5429441.25 + ], + [ + 601622.61, + 5429443.98 + ] + ] + ] + } + }, + { + "id": "281", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601640.08, + 5429434.98 + ], + [ + 601645.42, + 5429442.1 + ], + [ + 601653.52, + 5429435.93 + ], + [ + 601647.95, + 5429428.98 + ], + [ + 601640.08, + 5429434.98 + ] + ] + ] + } + }, + { + "id": "282", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601835.53, + 5429445.31 + ], + [ + 601843.49, + 5429445.49 + ], + [ + 601843.65, + 5429439.36 + ], + [ + 601835.68, + 5429439.15 + ], + [ + 601835.53, + 5429445.31 + ] + ] + ] + } + }, + { + "id": "283", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601555.83, + 5429577.17 + ], + [ + 601559.37, + 5429577.57 + ], + [ + 601569.66, + 5429578.74 + ], + [ + 601573.7, + 5429579.23 + ], + [ + 601576.72, + 5429579.63 + ], + [ + 601577.36, + 5429573.54 + ], + [ + 601556.47, + 5429571.17 + ], + [ + 601555.83, + 5429577.17 + ] + ] + ] + } + }, + { + "id": "284", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601513.96, + 5429720.06 + ], + [ + 601517.63, + 5429721.16 + ], + [ + 601521.3, + 5429722.26 + ], + [ + 601523.6, + 5429714.58 + ], + [ + 601519.93, + 5429713.48 + ], + [ + 601516.25, + 5429712.39 + ], + [ + 601513.96, + 5429720.06 + ] + ] + ] + } + }, + { + "id": "285", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601568.98, + 5429584.91 + ], + [ + 601572.92, + 5429585.34 + ], + [ + 601573.7, + 5429579.23 + ], + [ + 601569.66, + 5429578.74 + ], + [ + 601568.98, + 5429584.91 + ] + ] + ] + } + }, + { + "id": "286", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601567.05, + 5429629.35 + ], + [ + 601571.14, + 5429629.96 + ], + [ + 601574.31, + 5429611.68 + ], + [ + 601570.24, + 5429610.97 + ], + [ + 601567.05, + 5429629.35 + ] + ] + ] + } + }, + { + "id": "287", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601524.41, + 5429525.43 + ], + [ + 601525.2, + 5429526.32 + ], + [ + 601528.33, + 5429529.55 + ], + [ + 601533.91, + 5429534.98 + ], + [ + 601538.62, + 5429530.09 + ], + [ + 601529.56, + 5429520.65 + ], + [ + 601524.41, + 5429525.43 + ] + ] + ] + } + }, + { + "id": "288", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601555.22, + 5429538.54 + ], + [ + 601563.58, + 5429547.03 + ], + [ + 601569.76, + 5429540.91 + ], + [ + 601561.52, + 5429532.51 + ], + [ + 601555.22, + 5429538.54 + ] + ] + ] + } + }, + { + "id": "289", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601520.09, + 5429531.48 + ], + [ + 601523.28, + 5429534.71 + ], + [ + 601528.33, + 5429529.55 + ], + [ + 601525.2, + 5429526.32 + ], + [ + 601520.09, + 5429531.48 + ] + ] + ] + } + }, + { + "id": "290", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601546.98, + 5429531.09 + ], + [ + 601554.69, + 5429539.1 + ], + [ + 601555.22, + 5429538.54 + ], + [ + 601561.52, + 5429532.51 + ], + [ + 601553.89, + 5429524.55 + ], + [ + 601546.98, + 5429531.09 + ] + ] + ] + } + }, + { + "id": "291", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601547.02, + 5429542.77 + ], + [ + 601550.44, + 5429547.44 + ], + [ + 601554.48, + 5429544.41 + ], + [ + 601551.05, + 5429539.76 + ], + [ + 601547.02, + 5429542.77 + ] + ] + ] + } + }, + { + "id": "292", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601618.01, + 5429474.53 + ], + [ + 601628.65, + 5429474.85 + ], + [ + 601629.09, + 5429465.92 + ], + [ + 601618.45, + 5429465.54 + ], + [ + 601618.01, + 5429474.53 + ] + ] + ] + } + }, + { + "id": "293", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601599.56, + 5429473.98 + ], + [ + 601618.01, + 5429474.53 + ], + [ + 601618.45, + 5429465.54 + ], + [ + 601605.44, + 5429465.02 + ], + [ + 601605.31, + 5429468.18 + ], + [ + 601599.81, + 5429468.04 + ], + [ + 601599.56, + 5429473.98 + ] + ] + ] + } + }, + { + "id": "294", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601731.44, + 5429345.12 + ], + [ + 601745.17, + 5429346.27 + ], + [ + 601745.29, + 5429344.52 + ], + [ + 601746.25, + 5429343.71 + ], + [ + 601746.38, + 5429342.2 + ], + [ + 601745.56, + 5429341.21 + ], + [ + 601746.15, + 5429334.05 + ], + [ + 601732.45, + 5429332.9 + ], + [ + 601731.44, + 5429345.12 + ] + ] + ] + } + }, + { + "id": "295", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601166.21, + 5428963.96 + ], + [ + 601169.5, + 5428967.07 + ], + [ + 601171.89, + 5428964.49 + ], + [ + 601168.63, + 5428961.39 + ], + [ + 601166.21, + 5428963.96 + ] + ] + ] + } + }, + { + "id": "296", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601711.56, + 5429341.37 + ], + [ + 601717.78, + 5429341.91 + ], + [ + 601718.49, + 5429333.89 + ], + [ + 601711.99, + 5429333.39 + ], + [ + 601711.97, + 5429333.63 + ], + [ + 601712.22, + 5429333.65 + ], + [ + 601711.56, + 5429341.37 + ] + ] + ] + } + }, + { + "id": "297", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601532.7, + 5429476.11 + ], + [ + 601534.03, + 5429486.21 + ], + [ + 601550.15, + 5429473.48 + ], + [ + 601545.14, + 5429466.96 + ], + [ + 601532.7, + 5429476.11 + ] + ] + ] + } + }, + { + "id": "298", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601550.65, + 5429497.12 + ], + [ + 601552.06, + 5429497.57 + ], + [ + 601550.66, + 5429501.86 + ], + [ + 601556.23, + 5429503.72 + ], + [ + 601560.87, + 5429489.35 + ], + [ + 601559.56, + 5429488.91 + ], + [ + 601557.41, + 5429488.19 + ], + [ + 601555.34, + 5429487.5 + ], + [ + 601552.55, + 5429496.05 + ], + [ + 601551.14, + 5429495.6 + ], + [ + 601550.65, + 5429497.12 + ] + ] + ] + } + }, + { + "id": "299", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601557.33, + 5429508.58 + ], + [ + 601564.57, + 5429511.16 + ], + [ + 601567.67, + 5429502.13 + ], + [ + 601560.39, + 5429499.64 + ], + [ + 601557.33, + 5429508.58 + ] + ] + ] + } + }, + { + "id": "300", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601869.07, + 5429457.36 + ], + [ + 601870.4, + 5429458.82 + ], + [ + 601872.38, + 5429458.86 + ], + [ + 601873.84, + 5429457.51 + ], + [ + 601873.87, + 5429455.57 + ], + [ + 601872.53, + 5429454.08 + ], + [ + 601870.55, + 5429454.04 + ], + [ + 601869.13, + 5429455.39 + ], + [ + 601869.07, + 5429457.36 + ] + ] + ] + } + }, + { + "id": "301", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601517.01, + 5429519.22 + ], + [ + 601520.74, + 5429524.17 + ], + [ + 601528.69, + 5429518.3 + ], + [ + 601524.96, + 5429513.34 + ], + [ + 601517.01, + 5429519.22 + ] + ] + ] + } + }, + { + "id": "302", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601861.56, + 5429445.79 + ], + [ + 601862.98, + 5429447.36 + ], + [ + 601865.47, + 5429447.47 + ], + [ + 601865.7, + 5429442.69 + ], + [ + 601861.75, + 5429442.49 + ], + [ + 601861.56, + 5429445.79 + ] + ] + ] + } + }, + { + "id": "303", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601865.89, + 5429389.79 + ], + [ + 601873.42, + 5429391.93 + ], + [ + 601874.54, + 5429388.0 + ], + [ + 601874.72, + 5429388.04 + ], + [ + 601874.8, + 5429387.78 + ], + [ + 601867.09, + 5429385.58 + ], + [ + 601865.89, + 5429389.79 + ] + ] + ] + } + }, + { + "id": "304", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601564.57, + 5429511.16 + ], + [ + 601574.54, + 5429514.56 + ], + [ + 601577.38, + 5429505.45 + ], + [ + 601567.67, + 5429502.13 + ], + [ + 601564.57, + 5429511.16 + ] + ] + ] + } + }, + { + "id": "305", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601872.22, + 5429396.13 + ], + [ + 601883.38, + 5429399.31 + ], + [ + 601885.63, + 5429391.29 + ], + [ + 601882.57, + 5429390.28 + ], + [ + 601874.72, + 5429388.04 + ], + [ + 601874.54, + 5429388.0 + ], + [ + 601873.42, + 5429391.93 + ], + [ + 601872.22, + 5429396.13 + ] + ] + ] + } + }, + { + "id": "306", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601694.46, + 5429343.26 + ], + [ + 601711.27, + 5429344.71 + ], + [ + 601711.56, + 5429341.37 + ], + [ + 601712.22, + 5429333.65 + ], + [ + 601711.97, + 5429333.63 + ], + [ + 601695.42, + 5429332.21 + ], + [ + 601694.46, + 5429343.26 + ] + ] + ] + } + }, + { + "id": "307", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601833.35, + 5429349.56 + ], + [ + 601843.61, + 5429349.81 + ], + [ + 601843.74, + 5429344.95 + ], + [ + 601844.85, + 5429344.97 + ], + [ + 601844.94, + 5429341.22 + ], + [ + 601843.83, + 5429341.2 + ], + [ + 601843.85, + 5429340.57 + ], + [ + 601836.83, + 5429340.38 + ], + [ + 601836.86, + 5429339.38 + ], + [ + 601833.59, + 5429339.3 + ], + [ + 601833.35, + 5429349.56 + ] + ] + ] + } + }, + { + "id": "308", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601536.27, + 5429498.64 + ], + [ + 601539.62, + 5429501.17 + ], + [ + 601542.69, + 5429497.11 + ], + [ + 601539.32, + 5429494.58 + ], + [ + 601536.27, + 5429498.64 + ] + ] + ] + } + }, + { + "id": "309", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601596.43, + 5429523.16 + ], + [ + 601598.2, + 5429531.88 + ], + [ + 601609.2, + 5429529.66 + ], + [ + 601607.44, + 5429521.0 + ], + [ + 601596.43, + 5429523.16 + ] + ] + ] + } + }, + { + "id": "310", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601853.04, + 5429439.06 + ], + [ + 601857.68, + 5429439.05 + ], + [ + 601858.05, + 5429431.22 + ], + [ + 601858.09, + 5429431.21 + ], + [ + 601858.35, + 5429425.94 + ], + [ + 601853.32, + 5429425.7 + ], + [ + 601853.22, + 5429427.62 + ], + [ + 601853.05, + 5429431.75 + ], + [ + 601853.36, + 5429431.77 + ], + [ + 601853.04, + 5429439.06 + ] + ] + ] + } + }, + { + "id": "311", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601542.05, + 5429490.03 + ], + [ + 601545.48, + 5429494.06 + ], + [ + 601551.61, + 5429488.85 + ], + [ + 601548.18, + 5429484.84 + ], + [ + 601542.05, + 5429490.03 + ] + ] + ] + } + }, + { + "id": "312", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601287.11, + 5429643.12 + ], + [ + 601293.62, + 5429643.79 + ], + [ + 601294.84, + 5429631.61 + ], + [ + 601288.35, + 5429630.94 + ], + [ + 601287.11, + 5429643.12 + ] + ] + ] + } + }, + { + "id": "313", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601782.05, + 5429348.57 + ], + [ + 601785.16, + 5429348.72 + ], + [ + 601785.25, + 5429344.47 + ], + [ + 601782.2, + 5429344.36 + ], + [ + 601782.09, + 5429347.66 + ], + [ + 601782.05, + 5429348.57 + ] + ] + ] + } + }, + { + "id": "314", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601533.2, + 5429451.3 + ], + [ + 601535.09, + 5429451.69 + ], + [ + 601534.23, + 5429456.23 + ], + [ + 601543.01, + 5429458.23 + ], + [ + 601544.16, + 5429452.8 + ], + [ + 601552.61, + 5429454.83 + ], + [ + 601553.66, + 5429450.13 + ], + [ + 601549.2, + 5429449.07 + ], + [ + 601549.66, + 5429447.1 + ], + [ + 601534.78, + 5429443.69 + ], + [ + 601533.2, + 5429451.3 + ] + ] + ] + } + }, + { + "id": "315", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601844.35, + 5429393.9 + ], + [ + 601850.27, + 5429394.06 + ], + [ + 601850.44, + 5429388.07 + ], + [ + 601844.51, + 5429387.86 + ], + [ + 601844.35, + 5429393.9 + ] + ] + ] + } + }, + { + "id": "316", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601248.39, + 5429592.61 + ], + [ + 601250.76, + 5429593.33 + ], + [ + 601256.35, + 5429595.01 + ], + [ + 601258.27, + 5429588.73 + ], + [ + 601252.01, + 5429586.83 + ], + [ + 601251.98, + 5429586.95 + ], + [ + 601249.6, + 5429586.23 + ], + [ + 601249.05, + 5429589.1 + ], + [ + 601248.39, + 5429592.61 + ] + ] + ] + } + }, + { + "id": "317", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601175.72, + 5429530.0 + ], + [ + 601177.36, + 5429530.06 + ], + [ + 601179.75, + 5429530.13 + ], + [ + 601179.84, + 5429527.44 + ], + [ + 601179.95, + 5429524.11 + ], + [ + 601175.86, + 5429523.99 + ], + [ + 601175.72, + 5429530.0 + ] + ] + ] + } + }, + { + "id": "318", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601755.19, + 5429333.95 + ], + [ + 601756.53, + 5429335.44 + ], + [ + 601757.96, + 5429335.49 + ], + [ + 601757.85, + 5429338.98 + ], + [ + 601756.86, + 5429338.96 + ], + [ + 601756.65, + 5429344.83 + ], + [ + 601769.2, + 5429345.17 + ], + [ + 601769.39, + 5429339.95 + ], + [ + 601770.44, + 5429338.97 + ], + [ + 601770.47, + 5429337.59 + ], + [ + 601769.5, + 5429336.54 + ], + [ + 601769.59, + 5429333.9 + ], + [ + 601760.02, + 5429333.53 + ], + [ + 601760.1, + 5429332.18 + ], + [ + 601758.74, + 5429330.72 + ], + [ + 601756.75, + 5429330.61 + ], + [ + 601755.26, + 5429331.94 + ], + [ + 601755.19, + 5429333.95 + ] + ] + ] + } + }, + { + "id": "319", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601650.19, + 5429442.45 + ], + [ + 601651.63, + 5429445.38 + ], + [ + 601657.08, + 5429442.74 + ], + [ + 601655.65, + 5429439.79 + ], + [ + 601650.19, + 5429442.45 + ] + ] + ] + } + }, + { + "id": "320", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601235.42, + 5429596.51 + ], + [ + 601240.33, + 5429597.43 + ], + [ + 601240.13, + 5429598.52 + ], + [ + 601243.13, + 5429599.09 + ], + [ + 601243.4, + 5429597.64 + ], + [ + 601247.33, + 5429598.35 + ], + [ + 601248.39, + 5429592.61 + ], + [ + 601249.05, + 5429589.1 + ], + [ + 601237.23, + 5429586.88 + ], + [ + 601235.42, + 5429596.51 + ] + ] + ] + } + }, + { + "id": "321", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601797.31, + 5429387.23 + ], + [ + 601808.3, + 5429387.65 + ], + [ + 601808.43, + 5429383.84 + ], + [ + 601807.17, + 5429383.8 + ], + [ + 601807.36, + 5429377.97 + ], + [ + 601801.69, + 5429377.75 + ], + [ + 601801.67, + 5429378.36 + ], + [ + 601797.6, + 5429378.22 + ], + [ + 601797.31, + 5429387.23 + ] + ] + ] + } + }, + { + "id": "322", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601166.87, + 5429537.82 + ], + [ + 601169.81, + 5429538.05 + ], + [ + 601170.41, + 5429530.14 + ], + [ + 601167.47, + 5429529.94 + ], + [ + 601166.87, + 5429537.82 + ] + ] + ] + } + }, + { + "id": "323", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601735.96, + 5429551.29 + ], + [ + 601743.54, + 5429552.09 + ], + [ + 601744.41, + 5429543.39 + ], + [ + 601736.88, + 5429542.57 + ], + [ + 601735.96, + 5429551.29 + ] + ] + ] + } + }, + { + "id": "324", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601123.98, + 5429535.06 + ], + [ + 601139.39, + 5429535.44 + ], + [ + 601139.64, + 5429524.28 + ], + [ + 601131.55, + 5429524.12 + ], + [ + 601131.6, + 5429522.24 + ], + [ + 601124.35, + 5429522.07 + ], + [ + 601124.31, + 5429523.96 + ], + [ + 601124.21, + 5429523.95 + ], + [ + 601123.98, + 5429535.06 + ] + ] + ] + } + }, + { + "id": "325", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601224.94, + 5429538.25 + ], + [ + 601237.7, + 5429538.67 + ], + [ + 601237.88, + 5429533.15 + ], + [ + 601238.07, + 5429527.62 + ], + [ + 601237.72, + 5429527.61 + ], + [ + 601237.79, + 5429525.71 + ], + [ + 601230.71, + 5429525.48 + ], + [ + 601230.65, + 5429527.39 + ], + [ + 601225.23, + 5429527.22 + ], + [ + 601225.09, + 5429532.73 + ], + [ + 601224.94, + 5429538.25 + ] + ] + ] + } + }, + { + "id": "326", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601812.04, + 5429348.73 + ], + [ + 601819.45, + 5429348.98 + ], + [ + 601819.71, + 5429340.86 + ], + [ + 601812.32, + 5429340.63 + ], + [ + 601812.04, + 5429348.73 + ] + ] + ] + } + }, + { + "id": "327", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601512.89, + 5429480.25 + ], + [ + 601514.24, + 5429489.18 + ], + [ + 601517.29, + 5429488.75 + ], + [ + 601534.03, + 5429486.21 + ], + [ + 601532.7, + 5429476.11 + ], + [ + 601515.59, + 5429478.59 + ], + [ + 601515.33, + 5429476.52 + ], + [ + 601513.38, + 5429478.51 + ], + [ + 601512.89, + 5429480.25 + ] + ] + ] + } + }, + { + "id": "328", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601588.16, + 5429524.79 + ], + [ + 601589.83, + 5429533.26 + ], + [ + 601589.93, + 5429533.54 + ], + [ + 601598.2, + 5429531.88 + ], + [ + 601596.43, + 5429523.16 + ], + [ + 601588.16, + 5429524.79 + ] + ] + ] + } + }, + { + "id": "329", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601501.5, + 5429430.37 + ], + [ + 601501.5, + 5429435.43 + ], + [ + 601505.53, + 5429435.38 + ], + [ + 601508.6, + 5429435.35 + ], + [ + 601508.43, + 5429430.43 + ], + [ + 601501.5, + 5429430.37 + ] + ] + ] + } + }, + { + "id": "330", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601181.78, + 5429689.95 + ], + [ + 601188.04, + 5429696.32 + ], + [ + 601198.21, + 5429685.83 + ], + [ + 601191.96, + 5429679.69 + ], + [ + 601189.15, + 5429682.53 + ], + [ + 601188.08, + 5429681.49 + ], + [ + 601186.68, + 5429682.92 + ], + [ + 601187.74, + 5429683.95 + ], + [ + 601181.78, + 5429689.95 + ] + ] + ] + } + }, + { + "id": "331", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601255.51, + 5429630.66 + ], + [ + 601265.54, + 5429642.48 + ], + [ + 601273.98, + 5429635.43 + ], + [ + 601263.94, + 5429623.55 + ], + [ + 601255.51, + 5429630.66 + ] + ] + ] + } + }, + { + "id": "332", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601774.05, + 5429347.39 + ], + [ + 601782.09, + 5429347.66 + ], + [ + 601782.2, + 5429344.36 + ], + [ + 601782.3, + 5429341.44 + ], + [ + 601774.26, + 5429341.13 + ], + [ + 601774.05, + 5429347.39 + ] + ] + ] + } + }, + { + "id": "333", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601720.65, + 5429343.87 + ], + [ + 601727.38, + 5429344.43 + ], + [ + 601727.92, + 5429338.21 + ], + [ + 601721.18, + 5429337.62 + ], + [ + 601720.65, + 5429343.87 + ] + ] + ] + } + }, + { + "id": "334", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601795.56, + 5429341.79 + ], + [ + 601796.97, + 5429341.84 + ], + [ + 601796.78, + 5429348.24 + ], + [ + 601812.04, + 5429348.73 + ], + [ + 601812.32, + 5429340.63 + ], + [ + 601809.54, + 5429340.54 + ], + [ + 601809.57, + 5429339.13 + ], + [ + 601806.57, + 5429339.03 + ], + [ + 601806.59, + 5429338.55 + ], + [ + 601801.13, + 5429338.39 + ], + [ + 601801.12, + 5429338.87 + ], + [ + 601795.67, + 5429338.69 + ], + [ + 601795.56, + 5429341.79 + ] + ] + ] + } + }, + { + "id": "335", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601505.07, + 5429461.51 + ], + [ + 601511.98, + 5429461.5 + ], + [ + 601512.04, + 5429465.11 + ], + [ + 601525.68, + 5429464.96 + ], + [ + 601525.63, + 5429449.43 + ], + [ + 601522.82, + 5429449.43 + ], + [ + 601522.93, + 5429441.18 + ], + [ + 601505.18, + 5429441.2 + ], + [ + 601505.16, + 5429448.17 + ], + [ + 601505.07, + 5429461.51 + ] + ] + ] + } + }, + { + "id": "336", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601498.35, + 5429528.05 + ], + [ + 601499.57, + 5429530.48 + ], + [ + 601503.93, + 5429528.29 + ], + [ + 601502.71, + 5429525.86 + ], + [ + 601498.35, + 5429528.05 + ] + ] + ] + } + }, + { + "id": "337", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601175.39, + 5429701.76 + ], + [ + 601178.05, + 5429704.38 + ], + [ + 601180.72, + 5429707.0 + ], + [ + 601187.01, + 5429700.6 + ], + [ + 601184.36, + 5429697.98 + ], + [ + 601181.69, + 5429695.35 + ], + [ + 601175.39, + 5429701.76 + ] + ] + ] + } + }, + { + "id": "338", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601572.33, + 5429434.42 + ], + [ + 601573.27, + 5429435.86 + ], + [ + 601574.95, + 5429436.22 + ], + [ + 601576.42, + 5429435.29 + ], + [ + 601576.8, + 5429433.61 + ], + [ + 601575.84, + 5429432.16 + ], + [ + 601574.17, + 5429431.79 + ], + [ + 601572.7, + 5429432.73 + ], + [ + 601572.33, + 5429434.42 + ] + ] + ] + } + }, + { + "id": "339", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601398.88, + 5427831.16 + ], + [ + 601401.39, + 5427862.34 + ], + [ + 601407.96, + 5427861.78 + ], + [ + 601410.11, + 5427890.86 + ], + [ + 601420.08, + 5427890.04 + ], + [ + 601430.07, + 5427889.23 + ], + [ + 601427.24, + 5427854.14 + ], + [ + 601434.19, + 5427853.49 + ], + [ + 601432.25, + 5427828.42 + ], + [ + 601425.2, + 5427828.99 + ], + [ + 601415.23, + 5427829.79 + ], + [ + 601405.43, + 5427830.58 + ], + [ + 601405.44, + 5427830.64 + ], + [ + 601398.88, + 5427831.16 + ] + ] + ] + } + }, + { + "id": "340", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601357.63, + 5429488.9 + ], + [ + 601361.0, + 5429488.95 + ], + [ + 601361.54, + 5429484.53 + ], + [ + 601357.77, + 5429484.45 + ], + [ + 601357.63, + 5429488.9 + ] + ] + ] + } + }, + { + "id": "341", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601331.35, + 5429490.79 + ], + [ + 601331.61, + 5429495.49 + ], + [ + 601334.51, + 5429495.34 + ], + [ + 601334.3, + 5429490.71 + ], + [ + 601331.35, + 5429490.79 + ] + ] + ] + } + }, + { + "id": "342", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601352.92, + 5429483.32 + ], + [ + 601361.92, + 5429483.54 + ], + [ + 601362.16, + 5429475.55 + ], + [ + 601353.12, + 5429475.28 + ], + [ + 601352.92, + 5429483.32 + ] + ] + ] + } + }, + { + "id": "343", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601313.11, + 5429512.11 + ], + [ + 601325.57, + 5429512.64 + ], + [ + 601325.98, + 5429503.33 + ], + [ + 601313.51, + 5429502.8 + ], + [ + 601313.11, + 5429512.11 + ] + ] + ] + } + }, + { + "id": "344", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601310.21, + 5429472.36 + ], + [ + 601320.21, + 5429473.48 + ], + [ + 601320.97, + 5429467.0 + ], + [ + 601310.99, + 5429465.95 + ], + [ + 601310.21, + 5429472.36 + ] + ] + ] + } + }, + { + "id": "345", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601338.56, + 5429484.09 + ], + [ + 601339.27, + 5429492.03 + ], + [ + 601339.93, + 5429502.1 + ], + [ + 601340.64, + 5429509.93 + ], + [ + 601349.55, + 5429509.26 + ], + [ + 601347.37, + 5429483.47 + ], + [ + 601338.56, + 5429484.09 + ] + ] + ] + } + }, + { + "id": "346", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601296.13, + 5429538.88 + ], + [ + 601304.61, + 5429539.97 + ], + [ + 601305.4, + 5429539.95 + ], + [ + 601306.65, + 5429528.26 + ], + [ + 601297.54, + 5429527.31 + ], + [ + 601296.13, + 5429538.88 + ] + ] + ] + } + }, + { + "id": "347", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601294.97, + 5429511.33 + ], + [ + 601313.11, + 5429512.11 + ], + [ + 601313.51, + 5429502.8 + ], + [ + 601314.07, + 5429492.68 + ], + [ + 601304.84, + 5429492.3 + ], + [ + 601305.16, + 5429486.25 + ], + [ + 601296.08, + 5429485.9 + ], + [ + 601295.69, + 5429495.38 + ], + [ + 601295.34, + 5429502.42 + ], + [ + 601294.97, + 5429511.33 + ] + ] + ] + } + }, + { + "id": "348", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601334.6, + 5429492.22 + ], + [ + 601335.31, + 5429502.4 + ], + [ + 601339.93, + 5429502.1 + ], + [ + 601339.27, + 5429492.03 + ], + [ + 601334.6, + 5429492.22 + ] + ] + ] + } + }, + { + "id": "349", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601273.2, + 5429539.94 + ], + [ + 601273.56, + 5429546.19 + ], + [ + 601277.49, + 5429546.13 + ], + [ + 601277.46, + 5429540.05 + ], + [ + 601276.11, + 5429540.06 + ], + [ + 601273.2, + 5429539.94 + ] + ] + ] + } + }, + { + "id": "350", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601291.81, + 5429502.29 + ], + [ + 601295.34, + 5429502.42 + ], + [ + 601295.69, + 5429495.38 + ], + [ + 601292.08, + 5429495.28 + ], + [ + 601291.81, + 5429502.29 + ] + ] + ] + } + }, + { + "id": "351", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601288.66, + 5429546.31 + ], + [ + 601288.66, + 5429547.45 + ], + [ + 601295.62, + 5429548.14 + ], + [ + 601295.34, + 5429550.34 + ], + [ + 601303.47, + 5429551.12 + ], + [ + 601304.61, + 5429539.97 + ], + [ + 601296.13, + 5429538.88 + ], + [ + 601289.48, + 5429538.12 + ], + [ + 601288.66, + 5429546.31 + ] + ] + ] + } + }, + { + "id": "352", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601314.7, + 5429527.47 + ], + [ + 601314.88, + 5429529.24 + ], + [ + 601316.36, + 5429530.21 + ], + [ + 601318.07, + 5429529.64 + ], + [ + 601318.67, + 5429528.0 + ], + [ + 601318.37, + 5429527.55 + ], + [ + 601321.86, + 5429526.73 + ], + [ + 601320.88, + 5429522.3 + ], + [ + 601315.84, + 5429523.41 + ], + [ + 601316.49, + 5429526.3 + ], + [ + 601315.98, + 5429526.23 + ], + [ + 601314.7, + 5429527.47 + ] + ] + ] + } + }, + { + "id": "353", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601261.28, + 5429572.96 + ], + [ + 601268.21, + 5429573.62 + ], + [ + 601268.66, + 5429570.03 + ], + [ + 601276.39, + 5429570.69 + ], + [ + 601276.67, + 5429568.73 + ], + [ + 601273.82, + 5429568.17 + ], + [ + 601268.82, + 5429567.69 + ], + [ + 601261.9, + 5429567.02 + ], + [ + 601261.28, + 5429572.96 + ] + ] + ] + } + }, + { + "id": "354", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601269.66, + 5429531.22 + ], + [ + 601281.99, + 5429532.27 + ], + [ + 601282.96, + 5429524.17 + ], + [ + 601269.76, + 5429522.98 + ], + [ + 601269.66, + 5429531.22 + ] + ] + ] + } + }, + { + "id": "355", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601298.82, + 5429473.77 + ], + [ + 601305.39, + 5429474.5 + ], + [ + 601306.02, + 5429469.11 + ], + [ + 601299.38, + 5429468.34 + ], + [ + 601298.82, + 5429473.77 + ] + ] + ] + } + }, + { + "id": "356", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601281.76, + 5429536.9 + ], + [ + 601285.07, + 5429537.25 + ], + [ + 601285.18, + 5429535.82 + ], + [ + 601285.44, + 5429532.61 + ], + [ + 601281.99, + 5429532.27 + ], + [ + 601281.76, + 5429536.9 + ] + ] + ] + } + }, + { + "id": "357", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601263.01, + 5429584.92 + ], + [ + 601266.84, + 5429589.34 + ], + [ + 601269.6, + 5429586.93 + ], + [ + 601271.52, + 5429589.2 + ], + [ + 601285.11, + 5429577.41 + ], + [ + 601279.52, + 5429570.92 + ], + [ + 601275.46, + 5429574.42 + ], + [ + 601273.98, + 5429572.71 + ], + [ + 601270.76, + 5429575.49 + ], + [ + 601270.13, + 5429574.78 + ], + [ + 601263.8, + 5429580.24 + ], + [ + 601265.78, + 5429582.52 + ], + [ + 601263.01, + 5429584.92 + ] + ] + ] + } + }, + { + "id": "358", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601269.44, + 5429539.74 + ], + [ + 601273.2, + 5429539.94 + ], + [ + 601276.11, + 5429540.06 + ], + [ + 601276.08, + 5429533.22 + ], + [ + 601269.59, + 5429532.68 + ], + [ + 601269.44, + 5429539.74 + ] + ] + ] + } + }, + { + "id": "359", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601228.58, + 5429582.82 + ], + [ + 601235.54, + 5429583.42 + ], + [ + 601235.8, + 5429580.46 + ], + [ + 601228.82, + 5429579.89 + ], + [ + 601228.58, + 5429582.82 + ] + ] + ] + } + }, + { + "id": "360", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601281.99, + 5429532.27 + ], + [ + 601285.44, + 5429532.61 + ], + [ + 601291.36, + 5429533.19 + ], + [ + 601294.82, + 5429533.53 + ], + [ + 601295.71, + 5429525.3 + ], + [ + 601282.96, + 5429524.17 + ], + [ + 601281.99, + 5429532.27 + ] + ] + ] + } + }, + { + "id": "361", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601250.37, + 5429580.67 + ], + [ + 601256.27, + 5429581.41 + ], + [ + 601256.57, + 5429578.88 + ], + [ + 601257.38, + 5429572.69 + ], + [ + 601251.28, + 5429571.89 + ], + [ + 601250.65, + 5429578.19 + ], + [ + 601250.37, + 5429580.67 + ] + ] + ] + } + }, + { + "id": "362", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601243.16, + 5429544.82 + ], + [ + 601246.5, + 5429544.91 + ], + [ + 601246.58, + 5429542.01 + ], + [ + 601243.23, + 5429541.92 + ], + [ + 601243.16, + 5429544.82 + ] + ] + ] + } + }, + { + "id": "363", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601582.42, + 5429599.22 + ], + [ + 601593.58, + 5429600.53 + ], + [ + 601594.69, + 5429591.25 + ], + [ + 601583.51, + 5429589.91 + ], + [ + 601582.42, + 5429599.22 + ] + ] + ] + } + }, + { + "id": "364", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601566.9, + 5429602.49 + ], + [ + 601581.83, + 5429604.29 + ], + [ + 601582.42, + 5429599.22 + ], + [ + 601583.51, + 5429589.91 + ], + [ + 601583.93, + 5429586.43 + ], + [ + 601572.92, + 5429585.34 + ], + [ + 601568.98, + 5429584.91 + ], + [ + 601568.63, + 5429588.12 + ], + [ + 601566.9, + 5429602.49 + ] + ] + ] + } + }, + { + "id": "365", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601550.77, + 5429584.13 + ], + [ + 601555.3, + 5429584.72 + ], + [ + 601558.69, + 5429585.08 + ], + [ + 601559.37, + 5429577.57 + ], + [ + 601555.83, + 5429577.17 + ], + [ + 601551.48, + 5429576.74 + ], + [ + 601550.77, + 5429584.13 + ] + ] + ] + } + }, + { + "id": "366", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601274.96, + 5429599.8 + ], + [ + 601275.29, + 5429600.25 + ], + [ + 601279.74, + 5429606.28 + ], + [ + 601286.27, + 5429601.53 + ], + [ + 601281.59, + 5429594.94 + ], + [ + 601274.96, + 5429599.8 + ] + ] + ] + } + }, + { + "id": "367", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601281.59, + 5429594.94 + ], + [ + 601286.27, + 5429601.53 + ], + [ + 601294.63, + 5429595.29 + ], + [ + 601289.84, + 5429588.82 + ], + [ + 601281.59, + 5429594.94 + ] + ] + ] + } + }, + { + "id": "368", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601270.15, + 5429560.95 + ], + [ + 601285.01, + 5429562.95 + ], + [ + 601285.79, + 5429557.14 + ], + [ + 601284.08, + 5429556.9 + ], + [ + 601284.72, + 5429552.08 + ], + [ + 601271.6, + 5429550.28 + ], + [ + 601270.15, + 5429560.95 + ] + ] + ] + } + }, + { + "id": "369", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601259.8, + 5429566.82 + ], + [ + 601261.9, + 5429567.02 + ], + [ + 601268.82, + 5429567.69 + ], + [ + 601273.82, + 5429568.17 + ], + [ + 601276.67, + 5429568.73 + ], + [ + 601280.36, + 5429569.45 + ], + [ + 601280.95, + 5429567.55 + ], + [ + 601281.37, + 5429565.78 + ], + [ + 601280.48, + 5429564.83 + ], + [ + 601274.56, + 5429563.73 + ], + [ + 601260.34, + 5429562.29 + ], + [ + 601259.8, + 5429566.82 + ] + ] + ] + } + }, + { + "id": "370", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601158.51, + 5428942.94 + ], + [ + 601160.21, + 5428943.95 + ], + [ + 601163.95, + 5428941.74 + ], + [ + 601166.54, + 5428937.65 + ], + [ + 601162.94, + 5428935.77 + ], + [ + 601158.51, + 5428942.94 + ] + ] + ] + } + }, + { + "id": "371", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601102.13, + 5428926.44 + ], + [ + 601112.73, + 5428935.08 + ], + [ + 601116.44, + 5428935.55 + ], + [ + 601116.89, + 5428935.0 + ], + [ + 601121.85, + 5428928.96 + ], + [ + 601112.57, + 5428921.25 + ], + [ + 601104.62, + 5428921.13 + ], + [ + 601103.02, + 5428922.68 + ], + [ + 601102.13, + 5428926.44 + ] + ] + ] + } + }, + { + "id": "372", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601140.19, + 5428934.22 + ], + [ + 601157.29, + 5428944.81 + ], + [ + 601158.51, + 5428942.94 + ], + [ + 601162.94, + 5428935.77 + ], + [ + 601166.17, + 5428930.43 + ], + [ + 601161.45, + 5428927.51 + ], + [ + 601162.45, + 5428925.89 + ], + [ + 601156.52, + 5428922.18 + ], + [ + 601155.61, + 5428923.34 + ], + [ + 601149.35, + 5428918.68 + ], + [ + 601140.19, + 5428934.22 + ] + ] + ] + } + }, + { + "id": "373", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601111.2, + 5428939.78 + ], + [ + 601115.64, + 5428941.18 + ], + [ + 601115.32, + 5428942.12 + ], + [ + 601125.06, + 5428945.22 + ], + [ + 601127.25, + 5428938.26 + ], + [ + 601116.89, + 5428935.0 + ], + [ + 601116.44, + 5428935.55 + ], + [ + 601112.73, + 5428935.08 + ], + [ + 601111.2, + 5428939.78 + ] + ] + ] + } + }, + { + "id": "374", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601865.25, + 5429303.89 + ], + [ + 601870.59, + 5429305.13 + ], + [ + 601870.1, + 5429307.27 + ], + [ + 601872.54, + 5429307.85 + ], + [ + 601874.28, + 5429300.77 + ], + [ + 601866.39, + 5429298.94 + ], + [ + 601865.25, + 5429303.89 + ] + ] + ] + } + }, + { + "id": "375", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601695.08, + 5429434.48 + ], + [ + 601695.58, + 5429440.44 + ], + [ + 601701.05, + 5429439.99 + ], + [ + 601700.56, + 5429434.03 + ], + [ + 601695.08, + 5429434.48 + ] + ] + ] + } + }, + { + "id": "376", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601370.72, + 5429577.16 + ], + [ + 601370.96, + 5429580.12 + ], + [ + 601378.83, + 5429579.57 + ], + [ + 601378.58, + 5429576.52 + ], + [ + 601370.72, + 5429577.16 + ] + ] + ] + } + }, + { + "id": "377", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601587.03, + 5429397.39 + ], + [ + 601588.48, + 5429398.24 + ], + [ + 601595.88, + 5429402.63 + ], + [ + 601597.55, + 5429399.8 + ], + [ + 601599.22, + 5429396.97 + ], + [ + 601591.85, + 5429392.59 + ], + [ + 601590.39, + 5429391.72 + ], + [ + 601588.71, + 5429394.55 + ], + [ + 601587.03, + 5429397.39 + ] + ] + ] + } + }, + { + "id": "378", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601824.56, + 5429325.92 + ], + [ + 601826.51, + 5429326.0 + ], + [ + 601828.46, + 5429326.07 + ], + [ + 601828.65, + 5429320.31 + ], + [ + 601826.71, + 5429320.22 + ], + [ + 601824.76, + 5429320.14 + ], + [ + 601824.56, + 5429325.92 + ] + ] + ] + } + }, + { + "id": "379", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601004.2, + 5429558.81 + ], + [ + 601013.95, + 5429561.31 + ], + [ + 601014.7, + 5429558.39 + ], + [ + 601015.46, + 5429555.46 + ], + [ + 601005.71, + 5429552.94 + ], + [ + 601004.95, + 5429555.88 + ], + [ + 601004.2, + 5429558.81 + ] + ] + ] + } + }, + { + "id": "380", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601569.32, + 5429399.76 + ], + [ + 601570.87, + 5429402.31 + ], + [ + 601578.89, + 5429415.53 + ], + [ + 601583.79, + 5429412.56 + ], + [ + 601588.7, + 5429409.59 + ], + [ + 601586.12, + 5429405.31 + ], + [ + 601580.7, + 5429396.36 + ], + [ + 601579.15, + 5429393.79 + ], + [ + 601574.23, + 5429396.78 + ], + [ + 601569.32, + 5429399.76 + ] + ] + ] + } + }, + { + "id": "381", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601798.71, + 5429442.85 + ], + [ + 601803.02, + 5429443.01 + ], + [ + 601807.34, + 5429443.17 + ], + [ + 601807.69, + 5429433.91 + ], + [ + 601803.36, + 5429433.76 + ], + [ + 601799.05, + 5429433.6 + ], + [ + 601798.9, + 5429437.6 + ], + [ + 601798.71, + 5429442.85 + ] + ] + ] + } + }, + { + "id": "382", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601023.65, + 5428916.35 + ], + [ + 601047.51, + 5428933.98 + ], + [ + 601050.09, + 5428930.49 + ], + [ + 601026.22, + 5428912.87 + ], + [ + 601023.65, + 5428916.35 + ] + ] + ] + } + }, + { + "id": "383", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601786.21, + 5429330.18 + ], + [ + 601788.16, + 5429330.2 + ], + [ + 601790.11, + 5429330.24 + ], + [ + 601790.23, + 5429322.6 + ], + [ + 601788.28, + 5429322.57 + ], + [ + 601786.33, + 5429322.54 + ], + [ + 601786.21, + 5429330.18 + ] + ] + ] + } + }, + { + "id": "384", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601628.41, + 5429509.38 + ], + [ + 601629.5, + 5429513.25 + ], + [ + 601639.9, + 5429510.03 + ], + [ + 601638.73, + 5429506.22 + ], + [ + 601628.41, + 5429509.38 + ] + ] + ] + } + }, + { + "id": "385", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601638.73, + 5429506.22 + ], + [ + 601639.9, + 5429510.03 + ], + [ + 601640.27, + 5429511.24 + ], + [ + 601641.81, + 5429516.27 + ], + [ + 601646.24, + 5429514.94 + ], + [ + 601648.98, + 5429514.13 + ], + [ + 601647.41, + 5429509.05 + ], + [ + 601647.2, + 5429508.4 + ], + [ + 601645.29, + 5429508.96 + ], + [ + 601643.99, + 5429504.58 + ], + [ + 601643.2, + 5429504.85 + ], + [ + 601638.73, + 5429506.22 + ] + ] + ] + } + }, + { + "id": "386", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601697.06, + 5429395.39 + ], + [ + 601702.85, + 5429395.42 + ], + [ + 601702.85, + 5429391.9 + ], + [ + 601697.09, + 5429391.86 + ], + [ + 601697.06, + 5429395.39 + ] + ] + ] + } + }, + { + "id": "387", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601694.91, + 5429286.68 + ], + [ + 601713.53, + 5429287.57 + ], + [ + 601713.72, + 5429282.16 + ], + [ + 601700.46, + 5429281.55 + ], + [ + 601697.33, + 5429280.57 + ], + [ + 601697.07, + 5429283.65 + ], + [ + 601694.99, + 5429283.5 + ], + [ + 601694.91, + 5429286.68 + ] + ] + ] + } + }, + { + "id": "388", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601114.84, + 5428916.26 + ], + [ + 601116.54, + 5428919.14 + ], + [ + 601119.92, + 5428920.76 + ], + [ + 601128.45, + 5428915.56 + ], + [ + 601127.32, + 5428913.64 + ], + [ + 601129.0, + 5428912.65 + ], + [ + 601127.47, + 5428910.11 + ], + [ + 601125.71, + 5428911.12 + ], + [ + 601125.04, + 5428910.05 + ], + [ + 601114.84, + 5428916.26 + ] + ] + ] + } + }, + { + "id": "389", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601707.82, + 5429414.85 + ], + [ + 601721.32, + 5429415.23 + ], + [ + 601721.51, + 5429408.55 + ], + [ + 601721.6, + 5429405.16 + ], + [ + 601714.12, + 5429404.94 + ], + [ + 601714.13, + 5429404.57 + ], + [ + 601708.1, + 5429404.43 + ], + [ + 601707.82, + 5429414.85 + ] + ] + ] + } + }, + { + "id": "390", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601788.47, + 5429487.36 + ], + [ + 601798.45, + 5429487.81 + ], + [ + 601798.97, + 5429474.64 + ], + [ + 601793.25, + 5429474.31 + ], + [ + 601788.99, + 5429474.2 + ], + [ + 601788.47, + 5429487.36 + ] + ] + ] + } + }, + { + "id": "391", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601770.02, + 5429416.42 + ], + [ + 601780.3, + 5429416.6 + ], + [ + 601784.05, + 5429416.66 + ], + [ + 601784.25, + 5429409.63 + ], + [ + 601784.34, + 5429406.69 + ], + [ + 601770.32, + 5429406.44 + ], + [ + 601770.02, + 5429416.42 + ] + ] + ] + } + }, + { + "id": "392", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601784.05, + 5429416.66 + ], + [ + 601787.6, + 5429416.66 + ], + [ + 601787.74, + 5429409.7 + ], + [ + 601784.25, + 5429409.63 + ], + [ + 601784.05, + 5429416.66 + ] + ] + ] + } + }, + { + "id": "393", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601063.06, + 5428944.23 + ], + [ + 601081.54, + 5428955.52 + ], + [ + 601083.37, + 5428952.54 + ], + [ + 601064.92, + 5428941.2 + ], + [ + 601063.06, + 5428944.23 + ] + ] + ] + } + }, + { + "id": "394", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601806.1, + 5429467.31 + ], + [ + 601810.16, + 5429467.39 + ], + [ + 601810.15, + 5429467.52 + ], + [ + 601811.56, + 5429467.57 + ], + [ + 601811.65, + 5429464.45 + ], + [ + 601806.16, + 5429464.28 + ], + [ + 601806.1, + 5429467.31 + ] + ] + ] + } + }, + { + "id": "395", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601714.31, + 5429477.88 + ], + [ + 601717.7, + 5429477.91 + ], + [ + 601717.7, + 5429478.41 + ], + [ + 601720.8, + 5429478.44 + ], + [ + 601720.81, + 5429477.94 + ], + [ + 601727.9, + 5429478.0 + ], + [ + 601728.0, + 5429468.37 + ], + [ + 601714.36, + 5429468.23 + ], + [ + 601714.31, + 5429477.88 + ] + ] + ] + } + }, + { + "id": "396", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601763.56, + 5429485.96 + ], + [ + 601777.68, + 5429486.12 + ], + [ + 601777.86, + 5429477.23 + ], + [ + 601777.91, + 5429474.91 + ], + [ + 601777.59, + 5429474.9 + ], + [ + 601771.46, + 5429474.78 + ], + [ + 601771.42, + 5429477.28 + ], + [ + 601763.72, + 5429477.23 + ], + [ + 601763.56, + 5429485.96 + ] + ] + ] + } + }, + { + "id": "397", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601632.7, + 5429342.43 + ], + [ + 601635.1, + 5429344.57 + ], + [ + 601639.02, + 5429341.55 + ], + [ + 601635.91, + 5429338.82 + ], + [ + 601632.7, + 5429342.43 + ] + ] + ] + } + }, + { + "id": "398", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601630.84, + 5429381.99 + ], + [ + 601633.04, + 5429385.39 + ], + [ + 601637.83, + 5429382.3 + ], + [ + 601635.66, + 5429378.96 + ], + [ + 601630.84, + 5429381.99 + ] + ] + ] + } + }, + { + "id": "399", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601849.12, + 5429466.56 + ], + [ + 601852.1, + 5429466.71 + ], + [ + 601852.2, + 5429464.21 + ], + [ + 601849.19, + 5429464.13 + ], + [ + 601849.12, + 5429466.56 + ] + ] + ] + } + }, + { + "id": "400", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601847.69, + 5429438.84 + ], + [ + 601853.04, + 5429439.06 + ], + [ + 601853.36, + 5429431.77 + ], + [ + 601853.05, + 5429431.75 + ], + [ + 601848.05, + 5429431.51 + ], + [ + 601847.69, + 5429438.84 + ] + ] + ] + } + }, + { + "id": "401", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601678.31, + 5429409.48 + ], + [ + 601681.99, + 5429418.25 + ], + [ + 601691.71, + 5429414.18 + ], + [ + 601688.05, + 5429405.45 + ], + [ + 601678.31, + 5429409.48 + ] + ] + ] + } + }, + { + "id": "402", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601679.26, + 5429423.75 + ], + [ + 601680.23, + 5429426.09 + ], + [ + 601683.45, + 5429424.74 + ], + [ + 601682.47, + 5429422.42 + ], + [ + 601679.26, + 5429423.75 + ] + ] + ] + } + }, + { + "id": "403", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601839.1, + 5429412.57 + ], + [ + 601843.09, + 5429412.66 + ], + [ + 601843.36, + 5429401.15 + ], + [ + 601839.36, + 5429401.07 + ], + [ + 601839.1, + 5429412.57 + ] + ] + ] + } + }, + { + "id": "404", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601639.87, + 5429373.89 + ], + [ + 601643.1, + 5429378.81 + ], + [ + 601644.84, + 5429377.66 + ], + [ + 601641.64, + 5429372.76 + ], + [ + 601639.87, + 5429373.89 + ] + ] + ] + } + }, + { + "id": "405", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601643.58, + 5429418.31 + ], + [ + 601645.52, + 5429421.07 + ], + [ + 601649.52, + 5429418.28 + ], + [ + 601647.55, + 5429415.55 + ], + [ + 601643.58, + 5429418.31 + ] + ] + ] + } + }, + { + "id": "406", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601681.5, + 5429420.14 + ], + [ + 601682.47, + 5429422.42 + ], + [ + 601683.45, + 5429424.74 + ], + [ + 601690.82, + 5429421.64 + ], + [ + 601688.87, + 5429417.03 + ], + [ + 601681.5, + 5429420.14 + ] + ] + ] + } + }, + { + "id": "407", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601849.23, + 5429419.72 + ], + [ + 601853.8, + 5429419.82 + ], + [ + 601854.04, + 5429412.69 + ], + [ + 601849.45, + 5429412.55 + ], + [ + 601849.23, + 5429419.72 + ] + ] + ] + } + }, + { + "id": "408", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601721.32, + 5429415.23 + ], + [ + 601729.06, + 5429415.41 + ], + [ + 601729.26, + 5429409.35 + ], + [ + 601729.27, + 5429408.75 + ], + [ + 601721.51, + 5429408.55 + ], + [ + 601721.32, + 5429415.23 + ] + ] + ] + } + }, + { + "id": "409", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601805.95, + 5429474.29 + ], + [ + 601809.99, + 5429474.4 + ], + [ + 601810.03, + 5429474.4 + ], + [ + 601810.15, + 5429467.52 + ], + [ + 601810.16, + 5429467.39 + ], + [ + 601806.1, + 5429467.31 + ], + [ + 601805.95, + 5429474.29 + ] + ] + ] + } + }, + { + "id": "410", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601633.04, + 5429385.39 + ], + [ + 601638.16, + 5429393.37 + ], + [ + 601647.58, + 5429387.26 + ], + [ + 601642.54, + 5429379.21 + ], + [ + 601637.83, + 5429382.3 + ], + [ + 601633.04, + 5429385.39 + ] + ] + ] + } + }, + { + "id": "411", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601596.19, + 5429410.15 + ], + [ + 601596.5, + 5429410.65 + ], + [ + 601597.52, + 5429412.25 + ], + [ + 601597.83, + 5429412.74 + ], + [ + 601601.28, + 5429410.56 + ], + [ + 601600.97, + 5429410.06 + ], + [ + 601599.92, + 5429408.43 + ], + [ + 601599.61, + 5429407.94 + ], + [ + 601596.19, + 5429410.15 + ] + ] + ] + } + }, + { + "id": "412", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601351.72, + 5429453.82 + ], + [ + 601365.67, + 5429454.97 + ], + [ + 601366.26, + 5429448.47 + ], + [ + 601352.25, + 5429447.31 + ], + [ + 601351.72, + 5429453.82 + ] + ] + ] + } + }, + { + "id": "413", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601378.43, + 5429466.01 + ], + [ + 601381.13, + 5429475.44 + ], + [ + 601387.66, + 5429473.62 + ], + [ + 601384.95, + 5429464.12 + ], + [ + 601378.43, + 5429466.01 + ] + ] + ] + } + }, + { + "id": "414", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601805.84, + 5429479.31 + ], + [ + 601809.91, + 5429479.4 + ], + [ + 601809.99, + 5429474.4 + ], + [ + 601805.95, + 5429474.29 + ], + [ + 601805.84, + 5429479.31 + ] + ] + ] + } + }, + { + "id": "415", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601361.61, + 5429504.63 + ], + [ + 601374.64, + 5429504.96 + ], + [ + 601374.9, + 5429495.07 + ], + [ + 601375.13, + 5429485.07 + ], + [ + 601362.15, + 5429484.76 + ], + [ + 601361.61, + 5429504.63 + ] + ] + ] + } + }, + { + "id": "416", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601365.68, + 5429456.18 + ], + [ + 601368.07, + 5429466.37 + ], + [ + 601372.53, + 5429465.31 + ], + [ + 601376.74, + 5429464.24 + ], + [ + 601377.29, + 5429464.12 + ], + [ + 601374.86, + 5429453.95 + ], + [ + 601365.68, + 5429456.18 + ] + ] + ] + } + }, + { + "id": "417", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601361.92, + 5429483.54 + ], + [ + 601364.95, + 5429483.82 + ], + [ + 601365.3, + 5429475.73 + ], + [ + 601365.07, + 5429475.71 + ], + [ + 601362.67, + 5429475.56 + ], + [ + 601362.16, + 5429475.55 + ], + [ + 601361.92, + 5429483.54 + ] + ] + ] + } + }, + { + "id": "418", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601374.64, + 5429504.96 + ], + [ + 601385.9, + 5429505.21 + ], + [ + 601386.02, + 5429495.45 + ], + [ + 601374.9, + 5429495.07 + ], + [ + 601374.64, + 5429504.96 + ] + ] + ] + } + }, + { + "id": "419", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601372.53, + 5429465.31 + ], + [ + 601373.13, + 5429467.63 + ], + [ + 601377.28, + 5429466.68 + ], + [ + 601376.74, + 5429464.24 + ], + [ + 601372.53, + 5429465.31 + ] + ] + ] + } + }, + { + "id": "420", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601609.31, + 5429515.02 + ], + [ + 601611.11, + 5429524.08 + ], + [ + 601614.16, + 5429523.49 + ], + [ + 601613.52, + 5429520.22 + ], + [ + 601618.41, + 5429519.27 + ], + [ + 601617.33, + 5429513.49 + ], + [ + 601609.31, + 5429515.02 + ] + ] + ] + } + }, + { + "id": "421", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601135.45, + 5429501.69 + ], + [ + 601138.19, + 5429501.99 + ], + [ + 601138.0, + 5429503.73 + ], + [ + 601140.69, + 5429504.03 + ], + [ + 601140.88, + 5429502.28 + ], + [ + 601143.8, + 5429502.59 + ], + [ + 601147.44, + 5429502.99 + ], + [ + 601148.79, + 5429490.48 + ], + [ + 601136.81, + 5429489.18 + ], + [ + 601135.45, + 5429501.69 + ] + ] + ] + } + }, + { + "id": "422", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601610.21, + 5429502.72 + ], + [ + 601611.9, + 5429509.12 + ], + [ + 601616.78, + 5429507.8 + ], + [ + 601615.04, + 5429501.4 + ], + [ + 601610.21, + 5429502.72 + ] + ] + ] + } + }, + { + "id": "423", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601348.41, + 5429573.33 + ], + [ + 601348.79, + 5429582.3 + ], + [ + 601367.05, + 5429581.57 + ], + [ + 601366.23, + 5429572.43 + ], + [ + 601348.41, + 5429573.33 + ] + ] + ] + } + }, + { + "id": "424", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601762.37, + 5429498.53 + ], + [ + 601763.77, + 5429503.87 + ], + [ + 601764.0, + 5429504.77 + ], + [ + 601777.5, + 5429501.05 + ], + [ + 601775.89, + 5429494.99 + ], + [ + 601766.11, + 5429497.55 + ], + [ + 601762.37, + 5429498.53 + ] + ] + ] + } + }, + { + "id": "425", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601362.67, + 5429475.56 + ], + [ + 601365.07, + 5429475.71 + ], + [ + 601365.3, + 5429472.01 + ], + [ + 601362.87, + 5429471.84 + ], + [ + 601362.67, + 5429475.56 + ] + ] + ] + } + }, + { + "id": "426", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601125.87, + 5429502.2 + ], + [ + 601132.81, + 5429502.96 + ], + [ + 601133.86, + 5429493.55 + ], + [ + 601126.88, + 5429492.72 + ], + [ + 601125.87, + 5429502.2 + ] + ] + ] + } + }, + { + "id": "427", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601377.37, + 5429462.31 + ], + [ + 601378.43, + 5429466.01 + ], + [ + 601384.95, + 5429464.12 + ], + [ + 601383.89, + 5429460.44 + ], + [ + 601377.37, + 5429462.31 + ] + ] + ] + } + }, + { + "id": "428", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601328.34, + 5429565.46 + ], + [ + 601332.29, + 5429565.46 + ], + [ + 601343.86, + 5429565.29 + ], + [ + 601343.84, + 5429564.98 + ], + [ + 601343.77, + 5429560.06 + ], + [ + 601343.89, + 5429555.87 + ], + [ + 601343.86, + 5429551.57 + ], + [ + 601328.39, + 5429551.67 + ], + [ + 601328.42, + 5429555.97 + ], + [ + 601328.34, + 5429565.46 + ] + ] + ] + } + }, + { + "id": "429", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601413.7, + 5429474.23 + ], + [ + 601419.91, + 5429475.99 + ], + [ + 601421.58, + 5429476.47 + ], + [ + 601425.39, + 5429475.97 + ], + [ + 601427.34, + 5429468.54 + ], + [ + 601422.84, + 5429467.3 + ], + [ + 601423.61, + 5429464.52 + ], + [ + 601416.36, + 5429462.55 + ], + [ + 601415.54, + 5429465.35 + ], + [ + 601416.16, + 5429465.53 + ], + [ + 601413.7, + 5429474.23 + ] + ] + ] + } + }, + { + "id": "430", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601603.25, + 5429551.37 + ], + [ + 601614.03, + 5429551.32 + ], + [ + 601614.08, + 5429549.67 + ], + [ + 601614.15, + 5429543.03 + ], + [ + 601603.4, + 5429543.05 + ], + [ + 601603.25, + 5429551.37 + ] + ] + ] + } + }, + { + "id": "431", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601420.12, + 5429477.73 + ], + [ + 601420.62, + 5429480.44 + ], + [ + 601422.51, + 5429487.46 + ], + [ + 601438.86, + 5429484.3 + ], + [ + 601436.96, + 5429474.47 + ], + [ + 601420.12, + 5429477.73 + ] + ] + ] + } + }, + { + "id": "432", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601422.59, + 5429548.85 + ], + [ + 601436.36, + 5429551.28 + ], + [ + 601437.36, + 5429546.39 + ], + [ + 601423.58, + 5429543.93 + ], + [ + 601422.59, + 5429548.85 + ] + ] + ] + } + }, + { + "id": "433", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601641.69, + 5429532.38 + ], + [ + 601642.51, + 5429541.27 + ], + [ + 601653.44, + 5429540.17 + ], + [ + 601652.61, + 5429531.35 + ], + [ + 601641.69, + 5429532.38 + ] + ] + ] + } + }, + { + "id": "434", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601421.08, + 5429350.94 + ], + [ + 601422.04, + 5429351.08 + ], + [ + 601428.95, + 5429352.06 + ], + [ + 601429.56, + 5429347.31 + ], + [ + 601422.63, + 5429346.49 + ], + [ + 601422.06, + 5429350.04 + ], + [ + 601421.22, + 5429349.9 + ], + [ + 601421.08, + 5429350.94 + ] + ] + ] + } + }, + { + "id": "435", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601415.43, + 5429314.72 + ], + [ + 601418.9, + 5429314.77 + ], + [ + 601418.97, + 5429310.26 + ], + [ + 601415.51, + 5429310.2 + ], + [ + 601415.43, + 5429314.72 + ] + ] + ] + } + }, + { + "id": "436", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601408.0, + 5429539.18 + ], + [ + 601409.65, + 5429543.42 + ], + [ + 601417.54, + 5429540.3 + ], + [ + 601415.94, + 5429536.25 + ], + [ + 601408.89, + 5429538.79 + ], + [ + 601408.0, + 5429539.18 + ] + ] + ] + } + }, + { + "id": "437", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601317.52, + 5429565.57 + ], + [ + 601323.41, + 5429565.54 + ], + [ + 601328.34, + 5429565.46 + ], + [ + 601328.42, + 5429555.97 + ], + [ + 601317.6, + 5429556.1 + ], + [ + 601317.52, + 5429565.57 + ] + ] + ] + } + }, + { + "id": "438", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601421.34, + 5429452.35 + ], + [ + 601428.98, + 5429453.9 + ], + [ + 601429.03, + 5429453.58 + ], + [ + 601429.41, + 5429453.66 + ], + [ + 601430.75, + 5429447.33 + ], + [ + 601422.74, + 5429445.66 + ], + [ + 601421.34, + 5429452.35 + ] + ] + ] + } + }, + { + "id": "439", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601402.62, + 5429362.69 + ], + [ + 601419.12, + 5429365.05 + ], + [ + 601419.44, + 5429362.93 + ], + [ + 601402.94, + 5429360.48 + ], + [ + 601402.62, + 5429362.69 + ] + ] + ] + } + }, + { + "id": "440", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601599.3, + 5429551.38 + ], + [ + 601603.25, + 5429551.37 + ], + [ + 601603.4, + 5429543.05 + ], + [ + 601599.45, + 5429543.06 + ], + [ + 601599.3, + 5429551.38 + ] + ] + ] + } + }, + { + "id": "441", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601412.82, + 5429323.0 + ], + [ + 601423.15, + 5429324.92 + ], + [ + 601423.81, + 5429321.3 + ], + [ + 601413.33, + 5429319.4 + ], + [ + 601412.82, + 5429323.0 + ] + ] + ] + } + }, + { + "id": "442", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601632.45, + 5429533.3 + ], + [ + 601633.23, + 5429542.21 + ], + [ + 601642.51, + 5429541.27 + ], + [ + 601641.69, + 5429532.38 + ], + [ + 601632.45, + 5429533.3 + ] + ] + ] + } + }, + { + "id": "443", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601428.39, + 5429437.5 + ], + [ + 601435.12, + 5429440.79 + ], + [ + 601437.97, + 5429434.95 + ], + [ + 601432.14, + 5429432.11 + ], + [ + 601431.25, + 5429431.67 + ], + [ + 601428.39, + 5429437.5 + ] + ] + ] + } + }, + { + "id": "444", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601419.55, + 5429360.82 + ], + [ + 601427.47, + 5429361.95 + ], + [ + 601428.95, + 5429352.06 + ], + [ + 601422.04, + 5429351.08 + ], + [ + 601421.08, + 5429350.94 + ], + [ + 601419.55, + 5429360.82 + ] + ] + ] + } + }, + { + "id": "445", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601786.93, + 5429447.69 + ], + [ + 601792.46, + 5429447.85 + ], + [ + 601792.5, + 5429445.24 + ], + [ + 601787.0, + 5429445.11 + ], + [ + 601786.93, + 5429447.69 + ] + ] + ] + } + }, + { + "id": "446", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601614.03, + 5429551.32 + ], + [ + 601614.06, + 5429552.88 + ], + [ + 601623.08, + 5429553.1 + ], + [ + 601623.08, + 5429549.89 + ], + [ + 601614.08, + 5429549.67 + ], + [ + 601614.03, + 5429551.32 + ] + ] + ] + } + }, + { + "id": "447", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601418.36, + 5429344.47 + ], + [ + 601429.85, + 5429346.42 + ], + [ + 601430.36, + 5429343.11 + ], + [ + 601418.83, + 5429341.27 + ], + [ + 601418.36, + 5429344.47 + ] + ] + ] + } + }, + { + "id": "448", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601438.22, + 5429463.13 + ], + [ + 601444.04, + 5429463.97 + ], + [ + 601445.18, + 5429456.12 + ], + [ + 601439.3, + 5429455.25 + ], + [ + 601438.44, + 5429461.68 + ], + [ + 601438.22, + 5429463.13 + ] + ] + ] + } + }, + { + "id": "449", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601406.19, + 5429472.11 + ], + [ + 601413.7, + 5429474.23 + ], + [ + 601416.16, + 5429465.53 + ], + [ + 601415.54, + 5429465.35 + ], + [ + 601416.36, + 5429462.55 + ], + [ + 601416.68, + 5429461.43 + ], + [ + 601415.75, + 5429459.71 + ], + [ + 601410.18, + 5429458.1 + ], + [ + 601406.19, + 5429472.11 + ] + ] + ] + } + }, + { + "id": "450", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601361.07, + 5429335.41 + ], + [ + 601364.42, + 5429335.71 + ], + [ + 601364.6, + 5429333.55 + ], + [ + 601361.26, + 5429333.22 + ], + [ + 601361.07, + 5429335.41 + ] + ] + ] + } + }, + { + "id": "451", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601428.1, + 5429460.18 + ], + [ + 601438.44, + 5429461.68 + ], + [ + 601439.3, + 5429455.25 + ], + [ + 601439.33, + 5429455.09 + ], + [ + 601429.41, + 5429453.66 + ], + [ + 601429.03, + 5429453.58 + ], + [ + 601428.98, + 5429453.9 + ], + [ + 601428.1, + 5429460.18 + ] + ] + ] + } + }, + { + "id": "452", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601787.0, + 5429445.11 + ], + [ + 601792.5, + 5429445.24 + ], + [ + 601793.05, + 5429445.25 + ], + [ + 601793.17, + 5429439.15 + ], + [ + 601787.18, + 5429438.99 + ], + [ + 601787.0, + 5429445.11 + ] + ] + ] + } + }, + { + "id": "453", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601442.61, + 5429579.0 + ], + [ + 601444.53, + 5429585.73 + ], + [ + 601450.47, + 5429583.94 + ], + [ + 601448.52, + 5429577.17 + ], + [ + 601442.61, + 5429579.0 + ] + ] + ] + } + }, + { + "id": "454", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601426.3, + 5429337.92 + ], + [ + 601436.25, + 5429339.42 + ], + [ + 601437.61, + 5429330.48 + ], + [ + 601427.68, + 5429329.01 + ], + [ + 601426.3, + 5429337.92 + ] + ] + ] + } + }, + { + "id": "455", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601613.74, + 5429559.33 + ], + [ + 601622.45, + 5429559.51 + ], + [ + 601622.52, + 5429556.76 + ], + [ + 601633.72, + 5429556.91 + ], + [ + 601633.79, + 5429553.88 + ], + [ + 601613.84, + 5429553.47 + ], + [ + 601613.74, + 5429559.33 + ] + ] + ] + } + }, + { + "id": "456", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601437.49, + 5429572.28 + ], + [ + 601439.79, + 5429579.86 + ], + [ + 601442.61, + 5429579.0 + ], + [ + 601448.52, + 5429577.17 + ], + [ + 601446.22, + 5429569.64 + ], + [ + 601441.79, + 5429570.97 + ], + [ + 601439.2, + 5429571.76 + ], + [ + 601437.49, + 5429572.28 + ] + ] + ] + } + }, + { + "id": "457", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601428.79, + 5429603.66 + ], + [ + 601432.81, + 5429604.1 + ], + [ + 601433.85, + 5429591.03 + ], + [ + 601430.36, + 5429591.47 + ], + [ + 601429.84, + 5429591.47 + ], + [ + 601428.79, + 5429603.66 + ] + ] + ] + } + }, + { + "id": "458", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601343.8, + 5429551.48 + ], + [ + 601359.28, + 5429552.26 + ], + [ + 601359.28, + 5429551.89 + ], + [ + 601359.2, + 5429547.33 + ], + [ + 601358.44, + 5429547.29 + ], + [ + 601344.07, + 5429546.54 + ], + [ + 601343.8, + 5429551.48 + ] + ] + ] + } + }, + { + "id": "459", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601371.22, + 5429552.46 + ], + [ + 601380.53, + 5429554.9 + ], + [ + 601383.71, + 5429542.54 + ], + [ + 601374.33, + 5429540.06 + ], + [ + 601372.26, + 5429548.06 + ], + [ + 601372.36, + 5429548.08 + ], + [ + 601371.22, + 5429552.46 + ] + ] + ] + } + }, + { + "id": "460", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601343.77, + 5429560.06 + ], + [ + 601343.84, + 5429564.98 + ], + [ + 601346.69, + 5429564.95 + ], + [ + 601346.71, + 5429559.99 + ], + [ + 601343.77, + 5429560.06 + ] + ] + ] + } + }, + { + "id": "461", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601360.24, + 5429539.93 + ], + [ + 601369.01, + 5429540.11 + ], + [ + 601369.26, + 5429525.68 + ], + [ + 601360.3, + 5429525.54 + ], + [ + 601360.24, + 5429539.93 + ] + ] + ] + } + }, + { + "id": "462", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601405.02, + 5429529.48 + ], + [ + 601408.89, + 5429538.79 + ], + [ + 601415.94, + 5429536.25 + ], + [ + 601419.61, + 5429534.92 + ], + [ + 601416.22, + 5429525.46 + ], + [ + 601405.02, + 5429529.48 + ] + ] + ] + } + }, + { + "id": "463", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601678.55, + 5429544.86 + ], + [ + 601684.58, + 5429545.0 + ], + [ + 601684.71, + 5429538.95 + ], + [ + 601684.74, + 5429537.62 + ], + [ + 601678.69, + 5429537.54 + ], + [ + 601678.55, + 5429544.86 + ] + ] + ] + } + }, + { + "id": "464", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601670.9, + 5429537.44 + ], + [ + 601678.69, + 5429537.54 + ], + [ + 601684.74, + 5429537.62 + ], + [ + 601684.96, + 5429537.62 + ], + [ + 601685.13, + 5429528.6 + ], + [ + 601671.12, + 5429528.41 + ], + [ + 601670.9, + 5429537.44 + ] + ] + ] + } + }, + { + "id": "465", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601360.3, + 5429525.54 + ], + [ + 601369.26, + 5429525.68 + ], + [ + 601369.38, + 5429518.65 + ], + [ + 601360.55, + 5429518.53 + ], + [ + 601360.3, + 5429525.54 + ] + ] + ] + } + }, + { + "id": "466", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601401.19, + 5429530.98 + ], + [ + 601405.02, + 5429540.19 + ], + [ + 601408.0, + 5429539.18 + ], + [ + 601408.89, + 5429538.79 + ], + [ + 601405.02, + 5429529.48 + ], + [ + 601401.19, + 5429530.98 + ] + ] + ] + } + }, + { + "id": "467", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601381.2, + 5429409.69 + ], + [ + 601386.13, + 5429410.43 + ], + [ + 601392.61, + 5429411.01 + ], + [ + 601393.62, + 5429402.19 + ], + [ + 601389.15, + 5429401.67 + ], + [ + 601390.04, + 5429394.52 + ], + [ + 601390.78, + 5429389.31 + ], + [ + 601383.76, + 5429388.51 + ], + [ + 601382.21, + 5429400.9 + ], + [ + 601381.2, + 5429409.69 + ] + ] + ] + } + }, + { + "id": "468", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601323.36, + 5429572.72 + ], + [ + 601332.22, + 5429572.68 + ], + [ + 601332.29, + 5429565.46 + ], + [ + 601328.34, + 5429565.46 + ], + [ + 601323.41, + 5429565.54 + ], + [ + 601323.36, + 5429572.72 + ] + ] + ] + } + }, + { + "id": "469", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601694.11, + 5429537.25 + ], + [ + 601697.69, + 5429537.36 + ], + [ + 601697.62, + 5429539.49 + ], + [ + 601700.66, + 5429539.6 + ], + [ + 601700.84, + 5429534.47 + ], + [ + 601694.28, + 5429534.23 + ], + [ + 601694.11, + 5429537.25 + ] + ] + ] + } + }, + { + "id": "470", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601390.5, + 5429346.28 + ], + [ + 601395.99, + 5429346.97 + ], + [ + 601396.48, + 5429343.02 + ], + [ + 601390.99, + 5429342.33 + ], + [ + 601390.5, + 5429346.28 + ] + ] + ] + } + }, + { + "id": "471", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601443.67, + 5429480.02 + ], + [ + 601443.72, + 5429490.52 + ], + [ + 601448.41, + 5429490.52 + ], + [ + 601448.39, + 5429480.28 + ], + [ + 601448.43, + 5429468.57 + ], + [ + 601444.49, + 5429468.57 + ], + [ + 601444.41, + 5429480.02 + ], + [ + 601443.67, + 5429480.02 + ] + ] + ] + } + }, + { + "id": "472", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601392.61, + 5429411.01 + ], + [ + 601393.46, + 5429411.08 + ], + [ + 601403.13, + 5429412.2 + ], + [ + 601404.14, + 5429403.41 + ], + [ + 601393.62, + 5429402.19 + ], + [ + 601392.61, + 5429411.01 + ] + ] + ] + } + }, + { + "id": "473", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601700.92, + 5429534.21 + ], + [ + 601706.94, + 5429534.45 + ], + [ + 601707.23, + 5429526.99 + ], + [ + 601701.21, + 5429526.71 + ], + [ + 601700.92, + 5429534.21 + ] + ] + ] + } + }, + { + "id": "474", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601361.08, + 5429411.37 + ], + [ + 601367.69, + 5429413.93 + ], + [ + 601372.88, + 5429401.98 + ], + [ + 601366.14, + 5429399.36 + ], + [ + 601361.08, + 5429411.37 + ] + ] + ] + } + }, + { + "id": "475", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601385.71, + 5429415.24 + ], + [ + 601392.92, + 5429416.06 + ], + [ + 601393.46, + 5429411.08 + ], + [ + 601392.61, + 5429411.01 + ], + [ + 601386.13, + 5429410.43 + ], + [ + 601385.71, + 5429415.24 + ] + ] + ] + } + }, + { + "id": "476", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601628.69, + 5429513.47 + ], + [ + 601631.91, + 5429523.38 + ], + [ + 601642.98, + 5429519.93 + ], + [ + 601641.81, + 5429516.27 + ], + [ + 601640.27, + 5429511.24 + ], + [ + 601639.9, + 5429510.03 + ], + [ + 601629.5, + 5429513.25 + ], + [ + 601628.69, + 5429513.47 + ] + ] + ] + } + }, + { + "id": "477", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601137.29, + 5428138.44 + ], + [ + 601141.29, + 5428138.63 + ], + [ + 601141.53, + 5428133.62 + ], + [ + 601137.52, + 5428133.45 + ], + [ + 601137.29, + 5428138.44 + ] + ] + ] + } + }, + { + "id": "478", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601398.73, + 5429353.17 + ], + [ + 601400.17, + 5429359.05 + ], + [ + 601402.34, + 5429358.52 + ], + [ + 601400.79, + 5429352.63 + ], + [ + 601398.73, + 5429353.17 + ] + ] + ] + } + }, + { + "id": "479", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601684.58, + 5429545.0 + ], + [ + 601688.62, + 5429545.09 + ], + [ + 601688.7, + 5429539.04 + ], + [ + 601684.71, + 5429538.95 + ], + [ + 601684.58, + 5429545.0 + ] + ] + ] + } + }, + { + "id": "480", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601692.93, + 5429533.88 + ], + [ + 601700.92, + 5429534.21 + ], + [ + 601701.21, + 5429526.71 + ], + [ + 601693.21, + 5429526.42 + ], + [ + 601692.93, + 5429533.88 + ] + ] + ] + } + }, + { + "id": "481", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601368.87, + 5429297.52 + ], + [ + 601370.27, + 5429297.7 + ], + [ + 601369.86, + 5429300.98 + ], + [ + 601376.03, + 5429301.67 + ], + [ + 601376.61, + 5429296.64 + ], + [ + 601369.06, + 5429295.8 + ], + [ + 601368.87, + 5429297.52 + ] + ] + ] + } + }, + { + "id": "482", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601422.71, + 5429488.52 + ], + [ + 601423.5, + 5429492.56 + ], + [ + 601425.76, + 5429492.22 + ], + [ + 601425.04, + 5429488.19 + ], + [ + 601422.71, + 5429488.52 + ] + ] + ] + } + }, + { + "id": "483", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601390.04, + 5429394.52 + ], + [ + 601409.27, + 5429396.26 + ], + [ + 601409.77, + 5429391.0 + ], + [ + 601390.78, + 5429389.31 + ], + [ + 601390.04, + 5429394.52 + ] + ] + ] + } + }, + { + "id": "484", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601648.46, + 5429555.66 + ], + [ + 601648.46, + 5429557.18 + ], + [ + 601648.47, + 5429558.69 + ], + [ + 601648.68, + 5429558.69 + ], + [ + 601653.35, + 5429558.68 + ], + [ + 601653.59, + 5429558.68 + ], + [ + 601653.59, + 5429557.17 + ], + [ + 601653.59, + 5429555.65 + ], + [ + 601648.46, + 5429555.66 + ] + ] + ] + } + }, + { + "id": "485", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601882.46, + 5429377.52 + ], + [ + 601887.78, + 5429379.25 + ], + [ + 601889.49, + 5429379.81 + ], + [ + 601892.46, + 5429370.68 + ], + [ + 601890.75, + 5429370.13 + ], + [ + 601885.42, + 5429368.42 + ], + [ + 601882.46, + 5429377.52 + ] + ] + ] + } + }, + { + "id": "486", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601358.38, + 5429540.8 + ], + [ + 601358.44, + 5429547.29 + ], + [ + 601359.2, + 5429547.33 + ], + [ + 601359.28, + 5429551.89 + ], + [ + 601363.2, + 5429551.93 + ], + [ + 601364.19, + 5429550.93 + ], + [ + 601364.26, + 5429540.86 + ], + [ + 601358.38, + 5429540.8 + ] + ] + ] + } + }, + { + "id": "487", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601382.4, + 5429558.99 + ], + [ + 601388.52, + 5429557.53 + ], + [ + 601395.47, + 5429556.05 + ], + [ + 601394.99, + 5429554.13 + ], + [ + 601393.08, + 5429546.5 + ], + [ + 601383.19, + 5429549.06 + ], + [ + 601382.4, + 5429558.99 + ] + ] + ] + } + }, + { + "id": "488", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601307.34, + 5429615.61 + ], + [ + 601316.34, + 5429616.37 + ], + [ + 601316.68, + 5429612.36 + ], + [ + 601307.69, + 5429611.59 + ], + [ + 601307.34, + 5429615.61 + ] + ] + ] + } + }, + { + "id": "489", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601395.87, + 5429593.7 + ], + [ + 601399.32, + 5429593.71 + ], + [ + 601399.55, + 5429586.13 + ], + [ + 601396.09, + 5429586.21 + ], + [ + 601395.87, + 5429593.7 + ] + ] + ] + } + }, + { + "id": "490", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601648.68, + 5429558.69 + ], + [ + 601648.68, + 5429560.67 + ], + [ + 601653.35, + 5429560.7 + ], + [ + 601653.35, + 5429558.68 + ], + [ + 601648.68, + 5429558.69 + ] + ] + ] + } + }, + { + "id": "491", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601822.56, + 5429347.95 + ], + [ + 601826.32, + 5429348.04 + ], + [ + 601830.08, + 5429348.14 + ], + [ + 601830.3, + 5429339.17 + ], + [ + 601826.54, + 5429339.08 + ], + [ + 601822.78, + 5429338.98 + ], + [ + 601822.56, + 5429347.95 + ] + ] + ] + } + }, + { + "id": "492", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601757.17, + 5429477.09 + ], + [ + 601760.69, + 5429477.17 + ], + [ + 601760.85, + 5429466.79 + ], + [ + 601757.33, + 5429466.74 + ], + [ + 601757.25, + 5429471.78 + ], + [ + 601757.17, + 5429477.09 + ] + ] + ] + } + }, + { + "id": "493", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601279.74, + 5429606.28 + ], + [ + 601287.96, + 5429617.42 + ], + [ + 601294.45, + 5429612.65 + ], + [ + 601286.27, + 5429601.53 + ], + [ + 601279.74, + 5429606.28 + ] + ] + ] + } + }, + { + "id": "494", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601381.51, + 5429569.61 + ], + [ + 601385.75, + 5429569.9 + ], + [ + 601387.53, + 5429569.98 + ], + [ + 601388.52, + 5429557.53 + ], + [ + 601382.4, + 5429558.99 + ], + [ + 601381.51, + 5429569.61 + ] + ] + ] + } + }, + { + "id": "495", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601393.08, + 5429546.5 + ], + [ + 601394.99, + 5429554.13 + ], + [ + 601401.54, + 5429552.51 + ], + [ + 601399.63, + 5429544.88 + ], + [ + 601393.08, + 5429546.5 + ] + ] + ] + } + }, + { + "id": "496", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601366.5, + 5429572.45 + ], + [ + 601367.16, + 5429580.51 + ], + [ + 601370.97, + 5429580.18 + ], + [ + 601370.96, + 5429580.12 + ], + [ + 601370.72, + 5429577.16 + ], + [ + 601370.28, + 5429572.12 + ], + [ + 601366.5, + 5429572.45 + ] + ] + ] + } + }, + { + "id": "497", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601242.43, + 5429545.49 + ], + [ + 601242.65, + 5429552.55 + ], + [ + 601258.62, + 5429553.05 + ], + [ + 601258.94, + 5429545.52 + ], + [ + 601242.43, + 5429545.49 + ] + ] + ] + } + }, + { + "id": "498", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601693.63, + 5429428.55 + ], + [ + 601694.51, + 5429431.88 + ], + [ + 601701.45, + 5429430.94 + ], + [ + 601700.65, + 5429426.27 + ], + [ + 601693.63, + 5429428.55 + ] + ] + ] + } + }, + { + "id": "499", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601232.97, + 5429555.59 + ], + [ + 601241.63, + 5429555.54 + ], + [ + 601241.67, + 5429552.68 + ], + [ + 601233.08, + 5429552.45 + ], + [ + 601232.97, + 5429555.59 + ] + ] + ] + } + }, + { + "id": "500", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601297.86, + 5429622.11 + ], + [ + 601303.26, + 5429623.08 + ], + [ + 601303.88, + 5429619.56 + ], + [ + 601298.43, + 5429618.61 + ], + [ + 601297.86, + 5429622.11 + ] + ] + ] + } + }, + { + "id": "501", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601280.48, + 5429564.83 + ], + [ + 601281.37, + 5429565.78 + ], + [ + 601280.95, + 5429567.55 + ], + [ + 601285.95, + 5429572.34 + ], + [ + 601287.76, + 5429570.37 + ], + [ + 601290.17, + 5429572.59 + ], + [ + 601296.63, + 5429565.65 + ], + [ + 601291.23, + 5429560.55 + ], + [ + 601286.52, + 5429565.74 + ], + [ + 601281.86, + 5429564.85 + ], + [ + 601280.48, + 5429564.83 + ] + ] + ] + } + }, + { + "id": "502", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601437.74, + 5429599.39 + ], + [ + 601437.74, + 5429604.93 + ], + [ + 601443.22, + 5429604.93 + ], + [ + 601443.2, + 5429599.37 + ], + [ + 601437.74, + 5429599.39 + ] + ] + ] + } + }, + { + "id": "503", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601418.92, + 5429618.59 + ], + [ + 601421.69, + 5429619.02 + ], + [ + 601426.78, + 5429619.41 + ], + [ + 601427.31, + 5429613.92 + ], + [ + 601421.75, + 5429613.33 + ], + [ + 601419.47, + 5429613.12 + ], + [ + 601418.92, + 5429618.59 + ] + ] + ] + } + }, + { + "id": "504", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601655.09, + 5429539.53 + ], + [ + 601655.27, + 5429542.3 + ], + [ + 601659.22, + 5429542.31 + ], + [ + 601659.21, + 5429539.38 + ], + [ + 601655.09, + 5429539.53 + ] + ] + ] + } + }, + { + "id": "505", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601410.25, + 5429482.49 + ], + [ + 601413.93, + 5429501.34 + ], + [ + 601424.79, + 5429499.2 + ], + [ + 601423.5, + 5429492.56 + ], + [ + 601422.71, + 5429488.52 + ], + [ + 601422.51, + 5429487.46 + ], + [ + 601420.62, + 5429480.44 + ], + [ + 601410.25, + 5429482.49 + ] + ] + ] + } + }, + { + "id": "506", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601412.48, + 5429601.32 + ], + [ + 601428.48, + 5429602.13 + ], + [ + 601428.79, + 5429602.14 + ], + [ + 601429.39, + 5429593.63 + ], + [ + 601427.55, + 5429593.52 + ], + [ + 601427.76, + 5429590.7 + ], + [ + 601418.49, + 5429590.14 + ], + [ + 601418.68, + 5429587.39 + ], + [ + 601415.36, + 5429587.15 + ], + [ + 601413.16, + 5429589.93 + ], + [ + 601412.48, + 5429601.32 + ] + ] + ] + } + }, + { + "id": "507", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601438.65, + 5429569.89 + ], + [ + 601439.2, + 5429571.76 + ], + [ + 601441.79, + 5429570.97 + ], + [ + 601441.17, + 5429569.12 + ], + [ + 601438.65, + 5429569.89 + ] + ] + ] + } + }, + { + "id": "508", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601420.1, + 5429570.83 + ], + [ + 601428.28, + 5429571.6 + ], + [ + 601429.82, + 5429557.84 + ], + [ + 601421.5, + 5429556.88 + ], + [ + 601420.1, + 5429570.83 + ] + ] + ] + } + }, + { + "id": "509", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601428.28, + 5429571.6 + ], + [ + 601428.28, + 5429573.26 + ], + [ + 601429.89, + 5429573.53 + ], + [ + 601430.31, + 5429573.59 + ], + [ + 601431.3, + 5429567.23 + ], + [ + 601430.65, + 5429567.1 + ], + [ + 601429.03, + 5429566.96 + ], + [ + 601428.28, + 5429571.6 + ] + ] + ] + } + }, + { + "id": "510", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601419.47, + 5429613.12 + ], + [ + 601421.75, + 5429613.33 + ], + [ + 601421.97, + 5429610.71 + ], + [ + 601419.76, + 5429610.49 + ], + [ + 601419.47, + 5429613.12 + ] + ] + ] + } + }, + { + "id": "511", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601391.77, + 5429586.01 + ], + [ + 601396.09, + 5429586.21 + ], + [ + 601399.55, + 5429586.13 + ], + [ + 601405.5, + 5429586.32 + ], + [ + 601405.7, + 5429577.28 + ], + [ + 601392.0, + 5429576.81 + ], + [ + 601391.77, + 5429586.01 + ] + ] + ] + } + }, + { + "id": "512", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601421.41, + 5429621.51 + ], + [ + 601426.59, + 5429621.88 + ], + [ + 601426.78, + 5429619.41 + ], + [ + 601421.69, + 5429619.02 + ], + [ + 601421.41, + 5429621.51 + ] + ] + ] + } + }, + { + "id": "513", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601394.41, + 5429569.12 + ], + [ + 601406.94, + 5429572.69 + ], + [ + 601410.18, + 5429561.15 + ], + [ + 601409.67, + 5429560.98 + ], + [ + 601410.59, + 5429557.79 + ], + [ + 601403.43, + 5429555.74 + ], + [ + 601401.61, + 5429558.72 + ], + [ + 601397.65, + 5429557.57 + ], + [ + 601394.41, + 5429569.12 + ] + ] + ] + } + }, + { + "id": "514", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601395.99, + 5429605.46 + ], + [ + 601398.21, + 5429605.6 + ], + [ + 601398.42, + 5429602.36 + ], + [ + 601396.16, + 5429601.96 + ], + [ + 601395.99, + 5429605.46 + ] + ] + ] + } + }, + { + "id": "515", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601406.81, + 5429590.37 + ], + [ + 601410.32, + 5429590.57 + ], + [ + 601410.89, + 5429578.47 + ], + [ + 601407.35, + 5429578.29 + ], + [ + 601406.81, + 5429590.37 + ] + ] + ] + } + }, + { + "id": "516", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601419.07, + 5429581.48 + ], + [ + 601427.37, + 5429582.27 + ], + [ + 601428.28, + 5429571.6 + ], + [ + 601420.1, + 5429570.83 + ], + [ + 601419.07, + 5429581.48 + ] + ] + ] + } + }, + { + "id": "517", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601390.92, + 5429567.81 + ], + [ + 601394.2, + 5429568.23 + ], + [ + 601394.55, + 5429565.56 + ], + [ + 601391.28, + 5429565.15 + ], + [ + 601390.92, + 5429567.81 + ] + ] + ] + } + }, + { + "id": "518", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601430.2, + 5429574.48 + ], + [ + 601430.36, + 5429591.47 + ], + [ + 601433.85, + 5429591.03 + ], + [ + 601437.4, + 5429590.59 + ], + [ + 601437.38, + 5429580.59 + ], + [ + 601439.79, + 5429579.86 + ], + [ + 601437.49, + 5429572.28 + ], + [ + 601430.2, + 5429574.48 + ] + ] + ] + } + }, + { + "id": "519", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601391.28, + 5429565.15 + ], + [ + 601394.55, + 5429565.56 + ], + [ + 601394.97, + 5429559.53 + ], + [ + 601391.75, + 5429559.16 + ], + [ + 601391.28, + 5429565.15 + ] + ] + ] + } + }, + { + "id": "520", + "type": "Feature", + "properties": { + "ags": 9571224 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 601381.08, + 5429573.54 + ], + [ + 601385.43, + 5429573.87 + ], + [ + 601387.21, + 5429574.01 + ], + [ + 601387.53, + 5429569.98 + ], + [ + 601385.75, + 5429569.9 + ], + [ + 601381.51, + 5429569.61 + ], + [ + 601381.08, + 5429573.54 + ] + ] + ] + } + }, + { + "id": "521", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597011.24, + 5433050.54 + ], + [ + 597018.35, + 5433051.14 + ], + [ + 597019.06, + 5433042.6 + ], + [ + 597011.97, + 5433041.94 + ], + [ + 597011.24, + 5433050.54 + ] + ] + ] + } + }, + { + "id": "522", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597004.95, + 5433094.42 + ], + [ + 597009.0, + 5433094.92 + ], + [ + 597010.17, + 5433085.68 + ], + [ + 597006.1, + 5433085.17 + ], + [ + 597004.95, + 5433094.42 + ] + ] + ] + } + }, + { + "id": "523", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597018.5, + 5433158.6 + ], + [ + 597018.58, + 5433162.28 + ], + [ + 597022.55, + 5433162.13 + ], + [ + 597021.92, + 5433161.37 + ], + [ + 597021.82, + 5433158.53 + ], + [ + 597018.5, + 5433158.6 + ] + ] + ] + } + }, + { + "id": "524", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597021.79, + 5433154.71 + ], + [ + 597021.82, + 5433158.53 + ], + [ + 597023.03, + 5433158.17 + ], + [ + 597026.32, + 5433156.71 + ], + [ + 597026.31, + 5433154.56 + ], + [ + 597021.79, + 5433154.71 + ] + ] + ] + } + }, + { + "id": "525", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597007.23, + 5433109.33 + ], + [ + 597014.05, + 5433110.85 + ], + [ + 597014.71, + 5433107.96 + ], + [ + 597015.36, + 5433105.07 + ], + [ + 597010.69, + 5433104.09 + ], + [ + 597008.44, + 5433103.62 + ], + [ + 597007.89, + 5433106.21 + ], + [ + 597007.83, + 5433106.47 + ], + [ + 597007.23, + 5433109.33 + ] + ] + ] + } + }, + { + "id": "526", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596803.03, + 5433340.55 + ], + [ + 596813.02, + 5433340.92 + ], + [ + 596823.01, + 5433341.28 + ], + [ + 596824.29, + 5433306.05 + ], + [ + 596822.89, + 5433306.0 + ], + [ + 596814.3, + 5433305.7 + ], + [ + 596805.71, + 5433305.39 + ], + [ + 596804.31, + 5433305.34 + ], + [ + 596803.03, + 5433340.55 + ] + ] + ] + } + }, + { + "id": "527", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596857.62, + 5433302.62 + ], + [ + 596862.48, + 5433302.92 + ], + [ + 596862.85, + 5433296.89 + ], + [ + 596857.99, + 5433296.57 + ], + [ + 596857.62, + 5433302.62 + ] + ] + ] + } + }, + { + "id": "528", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597258.01, + 5433046.29 + ], + [ + 597258.22, + 5433049.52 + ], + [ + 597265.22, + 5433049.07 + ], + [ + 597264.95, + 5433045.82 + ], + [ + 597258.01, + 5433046.29 + ] + ] + ] + } + }, + { + "id": "529", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598779.79, + 5433986.7 + ], + [ + 598784.68, + 5433987.89 + ], + [ + 598785.61, + 5433983.94 + ], + [ + 598780.76, + 5433982.73 + ], + [ + 598779.79, + 5433986.7 + ] + ] + ] + } + }, + { + "id": "530", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597386.02, + 5434075.81 + ], + [ + 597389.36, + 5434075.95 + ], + [ + 597391.99, + 5434076.11 + ], + [ + 597392.14, + 5434072.11 + ], + [ + 597386.16, + 5434071.84 + ], + [ + 597386.02, + 5434075.81 + ] + ] + ] + } + }, + { + "id": "531", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597421.03, + 5434124.06 + ], + [ + 597421.28, + 5434126.82 + ], + [ + 597421.43, + 5434128.36 + ], + [ + 597428.09, + 5434127.7 + ], + [ + 597427.72, + 5434123.38 + ], + [ + 597421.03, + 5434124.06 + ] + ] + ] + } + }, + { + "id": "532", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598241.12, + 5434040.2 + ], + [ + 598243.98, + 5434045.54 + ], + [ + 598245.77, + 5434044.59 + ], + [ + 598247.55, + 5434043.64 + ], + [ + 598244.7, + 5434038.29 + ], + [ + 598242.91, + 5434039.25 + ], + [ + 598241.12, + 5434040.2 + ] + ] + ] + } + }, + { + "id": "533", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598781.82, + 5433974.78 + ], + [ + 598789.03, + 5433976.67 + ], + [ + 598791.61, + 5433967.01 + ], + [ + 598784.37, + 5433965.1 + ], + [ + 598781.82, + 5433974.78 + ] + ] + ] + } + }, + { + "id": "534", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597326.55, + 5434109.73 + ], + [ + 597327.13, + 5434120.32 + ], + [ + 597331.9, + 5434120.86 + ], + [ + 597331.17, + 5434109.27 + ], + [ + 597326.55, + 5434109.73 + ] + ] + ] + } + }, + { + "id": "535", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597321.44, + 5434046.7 + ], + [ + 597323.07, + 5434049.97 + ], + [ + 597323.46, + 5434050.76 + ], + [ + 597326.59, + 5434049.2 + ], + [ + 597324.57, + 5434045.14 + ], + [ + 597321.44, + 5434046.7 + ] + ] + ] + } + }, + { + "id": "536", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598274.0, + 5434659.78 + ], + [ + 598281.24, + 5434660.71 + ], + [ + 598281.37, + 5434659.72 + ], + [ + 598281.11, + 5434659.69 + ], + [ + 598281.43, + 5434657.18 + ], + [ + 598281.88, + 5434653.67 + ], + [ + 598274.91, + 5434652.79 + ], + [ + 598274.46, + 5434656.29 + ], + [ + 598274.0, + 5434659.78 + ] + ] + ] + } + }, + { + "id": "537", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597371.33, + 5434074.87 + ], + [ + 597371.55, + 5434076.77 + ], + [ + 597373.05, + 5434077.93 + ], + [ + 597374.94, + 5434077.7 + ], + [ + 597376.11, + 5434076.23 + ], + [ + 597375.89, + 5434074.3 + ], + [ + 597374.41, + 5434073.15 + ], + [ + 597372.49, + 5434073.38 + ], + [ + 597371.33, + 5434074.87 + ] + ] + ] + } + }, + { + "id": "538", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598273.04, + 5434436.34 + ], + [ + 598274.73, + 5434440.79 + ], + [ + 598280.73, + 5434438.5 + ], + [ + 598279.07, + 5434434.06 + ], + [ + 598273.04, + 5434436.34 + ] + ] + ] + } + }, + { + "id": "539", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597643.71, + 5434089.11 + ], + [ + 597650.52, + 5434095.25 + ], + [ + 597655.97, + 5434089.23 + ], + [ + 597649.15, + 5434083.08 + ], + [ + 597643.71, + 5434089.11 + ] + ] + ] + } + }, + { + "id": "540", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598203.74, + 5434012.65 + ], + [ + 598208.13, + 5434020.49 + ], + [ + 598212.58, + 5434018.0 + ], + [ + 598208.21, + 5434010.18 + ], + [ + 598203.74, + 5434012.65 + ] + ] + ] + } + }, + { + "id": "541", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598201.24, + 5434006.14 + ], + [ + 598203.17, + 5434009.78 + ], + [ + 598205.91, + 5434008.33 + ], + [ + 598203.98, + 5434004.68 + ], + [ + 598201.24, + 5434006.14 + ] + ] + ] + } + }, + { + "id": "542", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597418.08, + 5434124.5 + ], + [ + 597418.31, + 5434127.05 + ], + [ + 597421.28, + 5434126.82 + ], + [ + 597421.03, + 5434124.06 + ], + [ + 597418.08, + 5434124.5 + ] + ] + ] + } + }, + { + "id": "543", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597426.59, + 5434112.31 + ], + [ + 597427.72, + 5434123.38 + ], + [ + 597428.09, + 5434127.7 + ], + [ + 597438.63, + 5434126.68 + ], + [ + 597437.15, + 5434111.3 + ], + [ + 597426.59, + 5434112.31 + ] + ] + ] + } + }, + { + "id": "544", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597242.98, + 5434093.2 + ], + [ + 597245.91, + 5434101.85 + ], + [ + 597255.56, + 5434098.64 + ], + [ + 597252.61, + 5434089.95 + ], + [ + 597246.91, + 5434091.89 + ], + [ + 597242.98, + 5434093.2 + ] + ] + ] + } + }, + { + "id": "545", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597383.46, + 5434125.29 + ], + [ + 597387.83, + 5434141.62 + ], + [ + 597387.82, + 5434141.81 + ], + [ + 597389.65, + 5434141.29 + ], + [ + 597403.5, + 5434137.37 + ], + [ + 597399.24, + 5434122.12 + ], + [ + 597398.52, + 5434119.55 + ], + [ + 597395.38, + 5434120.48 + ], + [ + 597383.54, + 5434123.98 + ], + [ + 597383.86, + 5434125.19 + ], + [ + 597383.46, + 5434125.29 + ] + ] + ] + } + }, + { + "id": "546", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597159.99, + 5434127.56 + ], + [ + 597161.18, + 5434130.43 + ], + [ + 597160.98, + 5434130.52 + ], + [ + 597162.18, + 5434133.4 + ], + [ + 597169.76, + 5434130.25 + ], + [ + 597167.37, + 5434124.49 + ], + [ + 597159.99, + 5434127.56 + ] + ] + ] + } + }, + { + "id": "547", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597413.87, + 5434113.6 + ], + [ + 597415.05, + 5434124.53 + ], + [ + 597418.08, + 5434124.5 + ], + [ + 597421.03, + 5434124.06 + ], + [ + 597427.72, + 5434123.38 + ], + [ + 597426.59, + 5434112.31 + ], + [ + 597413.87, + 5434113.6 + ] + ] + ] + } + }, + { + "id": "548", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597145.18, + 5434123.82 + ], + [ + 597146.28, + 5434126.47 + ], + [ + 597148.6, + 5434132.02 + ], + [ + 597150.09, + 5434131.42 + ], + [ + 597151.39, + 5434134.52 + ], + [ + 597154.47, + 5434133.23 + ], + [ + 597154.94, + 5434134.26 + ], + [ + 597158.51, + 5434132.77 + ], + [ + 597158.07, + 5434131.69 + ], + [ + 597159.01, + 5434131.32 + ], + [ + 597160.98, + 5434130.52 + ], + [ + 597161.18, + 5434130.43 + ], + [ + 597159.99, + 5434127.56 + ], + [ + 597157.1, + 5434120.61 + ], + [ + 597149.47, + 5434123.78 + ], + [ + 597148.85, + 5434122.28 + ], + [ + 597145.18, + 5434123.82 + ] + ] + ] + } + }, + { + "id": "549", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597386.4, + 5434141.96 + ], + [ + 597387.21, + 5434145.64 + ], + [ + 597390.5, + 5434144.91 + ], + [ + 597389.65, + 5434141.29 + ], + [ + 597387.82, + 5434141.81 + ], + [ + 597387.83, + 5434141.62 + ], + [ + 597386.4, + 5434141.96 + ] + ] + ] + } + }, + { + "id": "550", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597191.26, + 5434124.13 + ], + [ + 597195.07, + 5434129.31 + ], + [ + 597200.31, + 5434125.44 + ], + [ + 597199.38, + 5434124.21 + ], + [ + 597196.46, + 5434120.26 + ], + [ + 597191.26, + 5434124.13 + ] + ] + ] + } + }, + { + "id": "551", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597192.27, + 5434114.57 + ], + [ + 597196.46, + 5434120.26 + ], + [ + 597199.38, + 5434124.21 + ], + [ + 597211.5, + 5434115.35 + ], + [ + 597204.43, + 5434105.67 + ], + [ + 597192.27, + 5434114.57 + ] + ] + ] + } + }, + { + "id": "552", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597369.63, + 5434119.17 + ], + [ + 597371.94, + 5434128.27 + ], + [ + 597376.99, + 5434126.97 + ], + [ + 597377.35, + 5434128.35 + ], + [ + 597379.86, + 5434127.7 + ], + [ + 597379.51, + 5434126.31 + ], + [ + 597383.46, + 5434125.29 + ], + [ + 597383.86, + 5434125.19 + ], + [ + 597383.54, + 5434123.98 + ], + [ + 597381.42, + 5434116.12 + ], + [ + 597369.63, + 5434119.17 + ] + ] + ] + } + }, + { + "id": "553", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597437.15, + 5434111.3 + ], + [ + 597438.63, + 5434126.68 + ], + [ + 597444.79, + 5434126.17 + ], + [ + 597444.2, + 5434121.76 + ], + [ + 597447.5, + 5434121.35 + ], + [ + 597447.15, + 5434117.46 + ], + [ + 597450.3, + 5434117.19 + ], + [ + 597449.95, + 5434113.48 + ], + [ + 597446.76, + 5434113.78 + ], + [ + 597446.46, + 5434110.4 + ], + [ + 597437.15, + 5434111.3 + ] + ] + ] + } + }, + { + "id": "554", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597303.37, + 5434089.31 + ], + [ + 597303.77, + 5434094.4 + ], + [ + 597306.88, + 5434094.16 + ], + [ + 597307.24, + 5434099.73 + ], + [ + 597307.65, + 5434106.12 + ], + [ + 597321.63, + 5434105.17 + ], + [ + 597331.51, + 5434104.54 + ], + [ + 597331.07, + 5434098.15 + ], + [ + 597330.64, + 5434091.76 + ], + [ + 597321.23, + 5434092.39 + ], + [ + 597321.1, + 5434089.5 + ], + [ + 597319.49, + 5434088.14 + ], + [ + 597303.37, + 5434089.31 + ] + ] + ] + } + }, + { + "id": "555", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597394.0, + 5434115.35 + ], + [ + 597395.38, + 5434120.48 + ], + [ + 597398.52, + 5434119.55 + ], + [ + 597399.24, + 5434122.12 + ], + [ + 597402.31, + 5434121.13 + ], + [ + 597400.28, + 5434113.45 + ], + [ + 597394.0, + 5434115.35 + ] + ] + ] + } + }, + { + "id": "556", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598433.07, + 5434578.1 + ], + [ + 598433.86, + 5434579.4 + ], + [ + 598434.65, + 5434580.7 + ], + [ + 598437.26, + 5434579.12 + ], + [ + 598436.47, + 5434577.82 + ], + [ + 598435.67, + 5434576.52 + ], + [ + 598433.07, + 5434578.1 + ] + ] + ] + } + }, + { + "id": "557", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598460.57, + 5434575.99 + ], + [ + 598463.64, + 5434581.05 + ], + [ + 598464.75, + 5434582.52 + ], + [ + 598469.32, + 5434579.74 + ], + [ + 598465.3, + 5434573.12 + ], + [ + 598460.57, + 5434575.99 + ] + ] + ] + } + }, + { + "id": "558", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598304.08, + 5434422.93 + ], + [ + 598314.84, + 5434437.44 + ], + [ + 598331.74, + 5434424.81 + ], + [ + 598329.33, + 5434421.57 + ], + [ + 598326.39, + 5434417.63 + ], + [ + 598321.0, + 5434410.37 + ], + [ + 598304.08, + 5434422.93 + ] + ] + ] + } + }, + { + "id": "559", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596873.1, + 5433131.3 + ], + [ + 596873.31, + 5433135.35 + ], + [ + 596881.36, + 5433134.93 + ], + [ + 596881.15, + 5433130.88 + ], + [ + 596873.1, + 5433131.3 + ] + ] + ] + } + }, + { + "id": "560", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596951.4, + 5433078.82 + ], + [ + 596958.66, + 5433080.01 + ], + [ + 596960.81, + 5433067.79 + ], + [ + 596953.54, + 5433066.54 + ], + [ + 596951.4, + 5433078.82 + ] + ] + ] + } + }, + { + "id": "561", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598302.54, + 5434451.66 + ], + [ + 598313.74, + 5434467.13 + ], + [ + 598317.9, + 5434464.11 + ], + [ + 598306.69, + 5434448.66 + ], + [ + 598302.54, + 5434451.66 + ] + ] + ] + } + }, + { + "id": "562", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596933.3, + 5433060.32 + ], + [ + 596939.37, + 5433062.18 + ], + [ + 596943.52, + 5433048.55 + ], + [ + 596937.47, + 5433046.7 + ], + [ + 596935.57, + 5433052.88 + ], + [ + 596934.48, + 5433052.54 + ], + [ + 596933.73, + 5433054.99 + ], + [ + 596934.83, + 5433055.33 + ], + [ + 596933.3, + 5433060.32 + ] + ] + ] + } + }, + { + "id": "563", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598469.82, + 5434568.71 + ], + [ + 598475.32, + 5434580.05 + ], + [ + 598484.73, + 5434575.46 + ], + [ + 598479.2, + 5434564.13 + ], + [ + 598469.82, + 5434568.71 + ] + ] + ] + } + }, + { + "id": "564", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598460.44, + 5434539.64 + ], + [ + 598461.03, + 5434540.92 + ], + [ + 598460.74, + 5434541.06 + ], + [ + 598466.28, + 5434552.91 + ], + [ + 598475.42, + 5434548.65 + ], + [ + 598469.87, + 5434536.79 + ], + [ + 598464.58, + 5434539.26 + ], + [ + 598463.98, + 5434537.98 + ], + [ + 598460.44, + 5434539.64 + ] + ] + ] + } + }, + { + "id": "565", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598292.59, + 5434458.47 + ], + [ + 598304.27, + 5434474.48 + ], + [ + 598313.88, + 5434467.34 + ], + [ + 598313.74, + 5434467.13 + ], + [ + 598302.54, + 5434451.66 + ], + [ + 598302.28, + 5434451.3 + ], + [ + 598292.59, + 5434458.47 + ] + ] + ] + } + }, + { + "id": "566", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596903.45, + 5433090.69 + ], + [ + 596913.52, + 5433093.95 + ], + [ + 596915.14, + 5433089.05 + ], + [ + 596928.09, + 5433093.15 + ], + [ + 596929.6, + 5433088.41 + ], + [ + 596926.33, + 5433087.36 + ], + [ + 596927.48, + 5433083.76 + ], + [ + 596917.13, + 5433080.46 + ], + [ + 596918.17, + 5433077.23 + ], + [ + 596913.9, + 5433075.86 + ], + [ + 596912.87, + 5433079.1 + ], + [ + 596907.76, + 5433077.46 + ], + [ + 596903.45, + 5433090.69 + ] + ] + ] + } + }, + { + "id": "567", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598244.64, + 5434415.84 + ], + [ + 598247.82, + 5434424.27 + ], + [ + 598249.24, + 5434428.01 + ], + [ + 598253.6, + 5434426.43 + ], + [ + 598252.22, + 5434422.63 + ], + [ + 598254.37, + 5434421.8 + ], + [ + 598251.2, + 5434413.37 + ], + [ + 598244.64, + 5434415.84 + ] + ] + ] + } + }, + { + "id": "568", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598339.77, + 5434435.88 + ], + [ + 598344.72, + 5434442.36 + ], + [ + 598355.0, + 5434434.36 + ], + [ + 598354.03, + 5434433.1 + ], + [ + 598349.99, + 5434428.0 + ], + [ + 598339.77, + 5434435.88 + ] + ] + ] + } + }, + { + "id": "569", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598347.46, + 5434424.79 + ], + [ + 598349.99, + 5434428.0 + ], + [ + 598354.03, + 5434433.1 + ], + [ + 598370.45, + 5434420.53 + ], + [ + 598364.04, + 5434412.04 + ], + [ + 598347.46, + 5434424.79 + ] + ] + ] + } + }, + { + "id": "570", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598441.79, + 5434511.33 + ], + [ + 598443.24, + 5434514.55 + ], + [ + 598452.58, + 5434510.29 + ], + [ + 598451.13, + 5434507.09 + ], + [ + 598441.79, + 5434511.33 + ] + ] + ] + } + }, + { + "id": "571", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598446.72, + 5434532.75 + ], + [ + 598448.89, + 5434537.5 + ], + [ + 598454.51, + 5434535.0 + ], + [ + 598454.47, + 5434534.91 + ], + [ + 598452.49, + 5434530.5 + ], + [ + 598452.38, + 5434530.25 + ], + [ + 598449.2, + 5434531.66 + ], + [ + 598446.72, + 5434532.75 + ] + ] + ] + } + }, + { + "id": "572", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598378.11, + 5434560.1 + ], + [ + 598379.99, + 5434562.67 + ], + [ + 598383.01, + 5434560.47 + ], + [ + 598381.13, + 5434557.89 + ], + [ + 598379.52, + 5434559.07 + ], + [ + 598378.11, + 5434560.1 + ] + ] + ] + } + }, + { + "id": "573", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598392.27, + 5434570.24 + ], + [ + 598394.09, + 5434572.57 + ], + [ + 598398.53, + 5434569.11 + ], + [ + 598398.43, + 5434568.97 + ], + [ + 598399.48, + 5434568.28 + ], + [ + 598401.6, + 5434566.72 + ], + [ + 598399.8, + 5434564.4 + ], + [ + 598392.27, + 5434570.24 + ] + ] + ] + } + }, + { + "id": "574", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596876.81, + 5433171.55 + ], + [ + 596877.59, + 5433184.03 + ], + [ + 596889.64, + 5433183.26 + ], + [ + 596888.85, + 5433170.79 + ], + [ + 596876.81, + 5433171.55 + ] + ] + ] + } + }, + { + "id": "575", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596902.12, + 5433188.25 + ], + [ + 596905.76, + 5433198.82 + ], + [ + 596911.59, + 5433196.88 + ], + [ + 596907.96, + 5433186.25 + ], + [ + 596902.12, + 5433188.25 + ] + ] + ] + } + }, + { + "id": "576", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598405.49, + 5434581.66 + ], + [ + 598410.75, + 5434588.49 + ], + [ + 598415.25, + 5434585.12 + ], + [ + 598416.1, + 5434586.27 + ], + [ + 598423.45, + 5434580.74 + ], + [ + 598420.71, + 5434577.12 + ], + [ + 598419.68, + 5434577.9 + ], + [ + 598417.08, + 5434574.47 + ], + [ + 598416.34, + 5434575.03 + ], + [ + 598414.0, + 5434571.93 + ], + [ + 598406.53, + 5434577.63 + ], + [ + 598408.09, + 5434579.7 + ], + [ + 598405.49, + 5434581.66 + ] + ] + ] + } + }, + { + "id": "577", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596877.59, + 5433184.03 + ], + [ + 596878.01, + 5433190.17 + ], + [ + 596878.63, + 5433200.11 + ], + [ + 596879.49, + 5433213.82 + ], + [ + 596891.5, + 5433213.22 + ], + [ + 596889.64, + 5433183.26 + ], + [ + 596877.59, + 5433184.03 + ] + ] + ] + } + }, + { + "id": "578", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598428.16, + 5434554.6 + ], + [ + 598429.98, + 5434557.41 + ], + [ + 598437.37, + 5434552.68 + ], + [ + 598433.98, + 5434547.43 + ], + [ + 598428.72, + 5434550.96 + ], + [ + 598428.89, + 5434551.19 + ], + [ + 598430.22, + 5434553.27 + ], + [ + 598428.16, + 5434554.6 + ] + ] + ] + } + }, + { + "id": "579", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596955.13, + 5433109.54 + ], + [ + 596965.53, + 5433111.33 + ], + [ + 596967.57, + 5433099.51 + ], + [ + 596957.17, + 5433097.71 + ], + [ + 596955.13, + 5433109.54 + ] + ] + ] + } + }, + { + "id": "580", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596957.17, + 5433097.71 + ], + [ + 596967.57, + 5433099.51 + ], + [ + 596972.71, + 5433069.76 + ], + [ + 596971.76, + 5433069.59 + ], + [ + 596973.03, + 5433062.01 + ], + [ + 596964.66, + 5433060.57 + ], + [ + 596962.13, + 5433060.21 + ], + [ + 596962.08, + 5433060.49 + ], + [ + 596960.81, + 5433067.79 + ], + [ + 596958.66, + 5433080.01 + ], + [ + 596957.41, + 5433087.63 + ], + [ + 596958.87, + 5433087.89 + ], + [ + 596957.17, + 5433097.71 + ] + ] + ] + } + }, + { + "id": "581", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596897.88, + 5433094.67 + ], + [ + 596903.12, + 5433096.52 + ], + [ + 596904.32, + 5433093.19 + ], + [ + 596899.09, + 5433091.3 + ], + [ + 596897.88, + 5433094.67 + ] + ] + ] + } + }, + { + "id": "582", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598408.39, + 5434593.58 + ], + [ + 598410.47, + 5434596.48 + ], + [ + 598416.56, + 5434592.06 + ], + [ + 598414.51, + 5434589.2 + ], + [ + 598408.39, + 5434593.58 + ] + ] + ] + } + }, + { + "id": "583", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598424.12, + 5434606.5 + ], + [ + 598429.32, + 5434613.55 + ], + [ + 598429.6, + 5434613.35 + ], + [ + 598429.43, + 5434613.11 + ], + [ + 598432.36, + 5434610.95 + ], + [ + 598432.93, + 5434611.72 + ], + [ + 598439.95, + 5434606.52 + ], + [ + 598440.13, + 5434606.77 + ], + [ + 598440.39, + 5434606.57 + ], + [ + 598434.57, + 5434598.69 + ], + [ + 598434.29, + 5434598.9 + ], + [ + 598434.46, + 5434599.11 + ], + [ + 598426.84, + 5434604.83 + ], + [ + 598427.43, + 5434605.63 + ], + [ + 598425.16, + 5434607.34 + ], + [ + 598424.38, + 5434606.3 + ], + [ + 598424.12, + 5434606.5 + ] + ] + ] + } + }, + { + "id": "584", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598431.84, + 5434568.42 + ], + [ + 598433.04, + 5434570.39 + ], + [ + 598438.46, + 5434579.29 + ], + [ + 598449.7, + 5434572.39 + ], + [ + 598442.2, + 5434560.04 + ], + [ + 598437.43, + 5434562.95 + ], + [ + 598438.35, + 5434564.46 + ], + [ + 598431.84, + 5434568.42 + ] + ] + ] + } + }, + { + "id": "585", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596927.3, + 5433095.68 + ], + [ + 596933.49, + 5433097.7 + ], + [ + 596935.82, + 5433090.38 + ], + [ + 596929.6, + 5433088.41 + ], + [ + 596928.09, + 5433093.15 + ], + [ + 596927.3, + 5433095.68 + ] + ] + ] + } + }, + { + "id": "586", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598752.89, + 5433884.56 + ], + [ + 598753.95, + 5433889.58 + ], + [ + 598757.91, + 5433888.7 + ], + [ + 598756.78, + 5433883.62 + ], + [ + 598752.89, + 5433884.56 + ] + ] + ] + } + }, + { + "id": "587", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598453.64, + 5434589.84 + ], + [ + 598459.69, + 5434596.78 + ], + [ + 598468.74, + 5434588.89 + ], + [ + 598462.69, + 5434581.97 + ], + [ + 598453.64, + 5434589.84 + ] + ] + ] + } + }, + { + "id": "588", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598445.03, + 5434518.83 + ], + [ + 598448.47, + 5434526.21 + ], + [ + 598447.08, + 5434526.85 + ], + [ + 598449.2, + 5434531.66 + ], + [ + 598452.38, + 5434530.25 + ], + [ + 598457.79, + 5434528.03 + ], + [ + 598460.48, + 5434526.92 + ], + [ + 598458.72, + 5434523.02 + ], + [ + 598461.06, + 5434521.97 + ], + [ + 598458.57, + 5434516.43 + ], + [ + 598456.26, + 5434517.47 + ], + [ + 598454.88, + 5434514.42 + ], + [ + 598445.03, + 5434518.83 + ] + ] + ] + } + }, + { + "id": "589", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598326.39, + 5434417.63 + ], + [ + 598329.33, + 5434421.57 + ], + [ + 598338.04, + 5434415.07 + ], + [ + 598334.75, + 5434411.37 + ], + [ + 598326.39, + 5434417.63 + ] + ] + ] + } + }, + { + "id": "590", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596889.46, + 5433235.76 + ], + [ + 596889.55, + 5433238.92 + ], + [ + 596893.31, + 5433238.8 + ], + [ + 596893.23, + 5433235.66 + ], + [ + 596889.46, + 5433235.76 + ] + ] + ] + } + }, + { + "id": "591", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596892.96, + 5433215.16 + ], + [ + 596893.41, + 5433224.54 + ], + [ + 596906.26, + 5433223.92 + ], + [ + 596905.78, + 5433214.6 + ], + [ + 596892.96, + 5433215.16 + ] + ] + ] + } + }, + { + "id": "592", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598272.7, + 5434468.53 + ], + [ + 598281.03, + 5434484.94 + ], + [ + 598290.05, + 5434480.4 + ], + [ + 598289.94, + 5434480.17 + ], + [ + 598293.55, + 5434478.38 + ], + [ + 598288.96, + 5434469.31 + ], + [ + 598285.35, + 5434471.15 + ], + [ + 598281.71, + 5434464.0 + ], + [ + 598272.7, + 5434468.53 + ] + ] + ] + } + }, + { + "id": "593", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598313.8, + 5434491.72 + ], + [ + 598321.21, + 5434500.32 + ], + [ + 598326.85, + 5434495.47 + ], + [ + 598324.81, + 5434493.14 + ], + [ + 598319.41, + 5434486.87 + ], + [ + 598313.8, + 5434491.72 + ] + ] + ] + } + }, + { + "id": "594", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596895.23, + 5433256.05 + ], + [ + 596904.43, + 5433257.1 + ], + [ + 596905.2, + 5433249.88 + ], + [ + 596895.97, + 5433248.9 + ], + [ + 596895.23, + 5433256.05 + ] + ] + ] + } + }, + { + "id": "595", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598333.55, + 5434409.76 + ], + [ + 598334.75, + 5434411.37 + ], + [ + 598338.04, + 5434415.07 + ], + [ + 598342.93, + 5434410.66 + ], + [ + 598338.82, + 5434405.48 + ], + [ + 598333.55, + 5434409.76 + ] + ] + ] + } + }, + { + "id": "596", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596905.76, + 5433198.82 + ], + [ + 596908.9, + 5433207.8 + ], + [ + 596910.31, + 5433207.33 + ], + [ + 596911.34, + 5433210.14 + ], + [ + 596915.6, + 5433208.67 + ], + [ + 596914.76, + 5433205.7 + ], + [ + 596911.59, + 5433196.88 + ], + [ + 596905.76, + 5433198.82 + ] + ] + ] + } + }, + { + "id": "597", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598319.41, + 5434486.87 + ], + [ + 598324.81, + 5434493.14 + ], + [ + 598329.61, + 5434488.96 + ], + [ + 598330.83, + 5434490.35 + ], + [ + 598332.41, + 5434488.99 + ], + [ + 598331.19, + 5434487.59 + ], + [ + 598332.78, + 5434486.2 + ], + [ + 598327.35, + 5434479.99 + ], + [ + 598319.41, + 5434486.87 + ] + ] + ] + } + }, + { + "id": "598", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598430.62, + 5434502.68 + ], + [ + 598435.32, + 5434512.96 + ], + [ + 598448.67, + 5434506.91 + ], + [ + 598446.58, + 5434502.31 + ], + [ + 598445.21, + 5434502.92 + ], + [ + 598443.22, + 5434498.56 + ], + [ + 598437.51, + 5434501.17 + ], + [ + 598436.89, + 5434499.83 + ], + [ + 598430.62, + 5434502.68 + ] + ] + ] + } + }, + { + "id": "599", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598279.79, + 5434422.18 + ], + [ + 598283.19, + 5434431.58 + ], + [ + 598294.66, + 5434427.48 + ], + [ + 598291.32, + 5434418.05 + ], + [ + 598279.79, + 5434422.18 + ] + ] + ] + } + }, + { + "id": "600", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598265.84, + 5434455.03 + ], + [ + 598272.7, + 5434468.53 + ], + [ + 598281.71, + 5434464.0 + ], + [ + 598274.78, + 5434450.4 + ], + [ + 598265.84, + 5434455.03 + ] + ] + ] + } + }, + { + "id": "601", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598258.97, + 5434476.06 + ], + [ + 598260.61, + 5434479.22 + ], + [ + 598261.5, + 5434478.75 + ], + [ + 598263.25, + 5434482.09 + ], + [ + 598267.25, + 5434479.94 + ], + [ + 598263.96, + 5434473.51 + ], + [ + 598258.97, + 5434476.06 + ] + ] + ] + } + }, + { + "id": "602", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597993.7, + 5434641.59 + ], + [ + 597995.56, + 5434644.05 + ], + [ + 598000.36, + 5434640.42 + ], + [ + 597997.4, + 5434636.71 + ], + [ + 597996.0, + 5434637.83 + ], + [ + 597996.98, + 5434639.13 + ], + [ + 597993.7, + 5434641.59 + ] + ] + ] + } + }, + { + "id": "603", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597988.46, + 5434638.82 + ], + [ + 597990.21, + 5434644.46 + ], + [ + 597993.16, + 5434643.59 + ], + [ + 597991.39, + 5434637.92 + ], + [ + 597988.46, + 5434638.82 + ] + ] + ] + } + }, + { + "id": "604", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598002.91, + 5434630.23 + ], + [ + 598003.99, + 5434632.99 + ], + [ + 598005.86, + 5434632.26 + ], + [ + 598004.79, + 5434629.51 + ], + [ + 598002.91, + 5434630.23 + ] + ] + ] + } + }, + { + "id": "605", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597984.31, + 5434724.7 + ], + [ + 597991.2, + 5434726.09 + ], + [ + 597993.11, + 5434716.75 + ], + [ + 597986.19, + 5434715.37 + ], + [ + 597984.31, + 5434724.7 + ] + ] + ] + } + }, + { + "id": "606", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598006.52, + 5434600.58 + ], + [ + 598008.22, + 5434609.33 + ], + [ + 598012.67, + 5434608.51 + ], + [ + 598010.99, + 5434599.72 + ], + [ + 598006.52, + 5434600.58 + ] + ] + ] + } + }, + { + "id": "607", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597966.87, + 5434673.18 + ], + [ + 597969.45, + 5434681.69 + ], + [ + 597982.65, + 5434677.67 + ], + [ + 597979.98, + 5434669.1 + ], + [ + 597975.04, + 5434670.64 + ], + [ + 597971.21, + 5434671.72 + ], + [ + 597966.87, + 5434673.18 + ] + ] + ] + } + }, + { + "id": "608", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597982.76, + 5434661.34 + ], + [ + 597985.53, + 5434668.89 + ], + [ + 597994.91, + 5434665.44 + ], + [ + 597992.13, + 5434657.86 + ], + [ + 597989.59, + 5434658.78 + ], + [ + 597982.76, + 5434661.34 + ] + ] + ] + } + }, + { + "id": "609", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597969.57, + 5434666.87 + ], + [ + 597971.21, + 5434671.72 + ], + [ + 597975.04, + 5434670.64 + ], + [ + 597973.49, + 5434665.67 + ], + [ + 597970.26, + 5434666.66 + ], + [ + 597969.57, + 5434666.87 + ] + ] + ] + } + }, + { + "id": "610", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597975.32, + 5434643.61 + ], + [ + 597979.6, + 5434655.99 + ], + [ + 597980.65, + 5434655.62 + ], + [ + 597982.76, + 5434661.34 + ], + [ + 597989.59, + 5434658.78 + ], + [ + 597988.44, + 5434655.63 + ], + [ + 597985.36, + 5434656.76 + ], + [ + 597981.85, + 5434646.38 + ], + [ + 597981.04, + 5434646.68 + ], + [ + 597979.39, + 5434642.13 + ], + [ + 597975.32, + 5434643.61 + ] + ] + ] + } + }, + { + "id": "611", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597965.24, + 5434660.18 + ], + [ + 597967.47, + 5434667.37 + ], + [ + 597969.57, + 5434666.87 + ], + [ + 597970.26, + 5434666.66 + ], + [ + 597968.9, + 5434661.47 + ], + [ + 597969.52, + 5434661.3 + ], + [ + 597968.93, + 5434659.05 + ], + [ + 597965.24, + 5434660.18 + ] + ] + ] + } + }, + { + "id": "612", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597983.24, + 5434636.26 + ], + [ + 597986.32, + 5434645.8 + ], + [ + 597989.67, + 5434644.71 + ], + [ + 597986.61, + 5434635.13 + ], + [ + 597983.24, + 5434636.26 + ] + ] + ] + } + }, + { + "id": "613", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597825.68, + 5434654.15 + ], + [ + 597834.43, + 5434659.04 + ], + [ + 597837.88, + 5434652.87 + ], + [ + 597829.12, + 5434647.99 + ], + [ + 597825.68, + 5434654.15 + ] + ] + ] + } + }, + { + "id": "614", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597422.1, + 5434031.33 + ], + [ + 597423.84, + 5434046.54 + ], + [ + 597424.03, + 5434048.25 + ], + [ + 597431.37, + 5434047.41 + ], + [ + 597429.44, + 5434030.49 + ], + [ + 597422.1, + 5434031.33 + ] + ] + ] + } + }, + { + "id": "615", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596914.94, + 5433209.67 + ], + [ + 596917.99, + 5433237.82 + ], + [ + 596928.69, + 5433236.58 + ], + [ + 596925.62, + 5433208.5 + ], + [ + 596914.94, + 5433209.67 + ] + ] + ] + } + }, + { + "id": "616", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598034.85, + 5434598.37 + ], + [ + 598041.31, + 5434603.15 + ], + [ + 598047.36, + 5434595.17 + ], + [ + 598041.06, + 5434590.4 + ], + [ + 598038.28, + 5434588.39 + ], + [ + 598035.1, + 5434592.59 + ], + [ + 598035.75, + 5434593.1 + ], + [ + 598035.14, + 5434593.87 + ], + [ + 598037.15, + 5434595.46 + ], + [ + 598034.85, + 5434598.37 + ] + ] + ] + } + }, + { + "id": "617", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596872.06, + 5433118.61 + ], + [ + 596872.65, + 5433128.94 + ], + [ + 596888.31, + 5433127.99 + ], + [ + 596887.7, + 5433117.71 + ], + [ + 596872.06, + 5433118.61 + ] + ] + ] + } + }, + { + "id": "618", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596873.31, + 5433135.35 + ], + [ + 596873.55, + 5433140.1 + ], + [ + 596881.61, + 5433139.7 + ], + [ + 596881.36, + 5433134.93 + ], + [ + 596873.31, + 5433135.35 + ] + ] + ] + } + }, + { + "id": "619", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597412.66, + 5434051.86 + ], + [ + 597417.31, + 5434073.33 + ], + [ + 597422.89, + 5434072.18 + ], + [ + 597422.91, + 5434072.28 + ], + [ + 597428.68, + 5434070.87 + ], + [ + 597424.2, + 5434049.33 + ], + [ + 597417.37, + 5434050.83 + ], + [ + 597412.66, + 5434051.86 + ] + ] + ] + } + }, + { + "id": "620", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596886.17, + 5433255.17 + ], + [ + 596895.23, + 5433256.05 + ], + [ + 596895.97, + 5433248.9 + ], + [ + 596887.01, + 5433247.97 + ], + [ + 596886.17, + 5433255.17 + ] + ] + ] + } + }, + { + "id": "621", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598020.35, + 5434616.22 + ], + [ + 598026.7, + 5434621.32 + ], + [ + 598030.1, + 5434617.04 + ], + [ + 598031.03, + 5434617.78 + ], + [ + 598032.28, + 5434616.19 + ], + [ + 598031.35, + 5434615.44 + ], + [ + 598037.42, + 5434607.92 + ], + [ + 598031.82, + 5434603.44 + ], + [ + 598028.64, + 5434607.39 + ], + [ + 598025.53, + 5434611.35 + ], + [ + 598024.75, + 5434610.72 + ], + [ + 598020.35, + 5434616.22 + ] + ] + ] + } + }, + { + "id": "622", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597515.37, + 5433850.42 + ], + [ + 597524.6, + 5433852.31 + ], + [ + 597527.19, + 5433840.3 + ], + [ + 597517.9, + 5433838.34 + ], + [ + 597515.37, + 5433850.42 + ] + ] + ] + } + }, + { + "id": "623", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596884.57, + 5433229.91 + ], + [ + 596884.63, + 5433235.88 + ], + [ + 596889.46, + 5433235.76 + ], + [ + 596893.23, + 5433235.66 + ], + [ + 596900.48, + 5433235.48 + ], + [ + 596900.55, + 5433231.77 + ], + [ + 596906.52, + 5433231.47 + ], + [ + 596906.26, + 5433223.92 + ], + [ + 596893.41, + 5433224.54 + ], + [ + 596893.54, + 5433229.54 + ], + [ + 596884.57, + 5433229.91 + ] + ] + ] + } + }, + { + "id": "624", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597436.31, + 5434020.07 + ], + [ + 597436.64, + 5434030.55 + ], + [ + 597440.72, + 5434030.36 + ], + [ + 597440.23, + 5434019.88 + ], + [ + 597436.31, + 5434020.07 + ] + ] + ] + } + }, + { + "id": "625", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598006.01, + 5434623.72 + ], + [ + 598009.92, + 5434628.47 + ], + [ + 598008.92, + 5434629.29 + ], + [ + 598010.08, + 5434630.69 + ], + [ + 598007.04, + 5434633.21 + ], + [ + 598013.75, + 5434641.19 + ], + [ + 598016.6, + 5434638.81 + ], + [ + 598017.65, + 5434640.06 + ], + [ + 598020.0, + 5434638.12 + ], + [ + 598018.95, + 5434636.86 + ], + [ + 598021.74, + 5434634.53 + ], + [ + 598020.14, + 5434632.62 + ], + [ + 598020.53, + 5434632.29 + ], + [ + 598019.99, + 5434631.64 + ], + [ + 598019.59, + 5434631.97 + ], + [ + 598017.15, + 5434629.13 + ], + [ + 598018.17, + 5434628.3 + ], + [ + 598010.99, + 5434619.6 + ], + [ + 598006.01, + 5434623.72 + ] + ] + ] + } + }, + { + "id": "626", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597416.92, + 5434047.82 + ], + [ + 597417.37, + 5434050.83 + ], + [ + 597424.2, + 5434049.33 + ], + [ + 597424.03, + 5434048.25 + ], + [ + 597423.84, + 5434046.54 + ], + [ + 597416.92, + 5434047.82 + ] + ] + ] + } + }, + { + "id": "627", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597998.57, + 5434653.13 + ], + [ + 598004.56, + 5434659.31 + ], + [ + 598012.1, + 5434652.0 + ], + [ + 598006.23, + 5434645.84 + ], + [ + 598001.91, + 5434649.96 + ], + [ + 597998.57, + 5434653.13 + ] + ] + ] + } + }, + { + "id": "628", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597994.07, + 5434648.41 + ], + [ + 597998.57, + 5434653.13 + ], + [ + 598001.91, + 5434649.96 + ], + [ + 597997.41, + 5434645.24 + ], + [ + 597996.88, + 5434645.75 + ], + [ + 597996.15, + 5434644.98 + ], + [ + 597995.14, + 5434645.94 + ], + [ + 597995.86, + 5434646.7 + ], + [ + 597994.07, + 5434648.41 + ] + ] + ] + } + }, + { + "id": "629", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597337.46, + 5434139.86 + ], + [ + 597340.05, + 5434147.9 + ], + [ + 597345.89, + 5434146.0 + ], + [ + 597350.3, + 5434144.57 + ], + [ + 597347.69, + 5434136.54 + ], + [ + 597345.02, + 5434137.4 + ], + [ + 597344.73, + 5434136.5 + ], + [ + 597341.4, + 5434137.57 + ], + [ + 597341.68, + 5434138.48 + ], + [ + 597337.46, + 5434139.86 + ] + ] + ] + } + }, + { + "id": "630", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597339.64, + 5434148.03 + ], + [ + 597341.91, + 5434154.85 + ], + [ + 597348.1, + 5434152.81 + ], + [ + 597345.89, + 5434146.0 + ], + [ + 597340.05, + 5434147.9 + ], + [ + 597339.64, + 5434148.03 + ] + ] + ] + } + }, + { + "id": "631", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597888.24, + 5434157.78 + ], + [ + 597892.03, + 5434158.45 + ], + [ + 597893.48, + 5434150.18 + ], + [ + 597889.74, + 5434149.6 + ], + [ + 597888.24, + 5434157.78 + ] + ] + ] + } + }, + { + "id": "632", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597385.6, + 5434149.25 + ], + [ + 597385.96, + 5434152.65 + ], + [ + 597389.4, + 5434152.3 + ], + [ + 597389.05, + 5434148.89 + ], + [ + 597385.6, + 5434149.25 + ] + ] + ] + } + }, + { + "id": "633", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598056.61, + 5434565.81 + ], + [ + 598063.5, + 5434573.04 + ], + [ + 598070.21, + 5434566.95 + ], + [ + 598064.33, + 5434560.68 + ], + [ + 598058.91, + 5434565.55 + ], + [ + 598057.89, + 5434564.42 + ], + [ + 598056.61, + 5434565.81 + ] + ] + ] + } + }, + { + "id": "634", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598051.25, + 5434570.9 + ], + [ + 598059.66, + 5434579.78 + ], + [ + 598065.02, + 5434574.68 + ], + [ + 598063.5, + 5434573.04 + ], + [ + 598056.61, + 5434565.81 + ], + [ + 598051.25, + 5434570.9 + ] + ] + ] + } + }, + { + "id": "635", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598050.87, + 5434515.65 + ], + [ + 598054.29, + 5434525.01 + ], + [ + 598059.93, + 5434522.95 + ], + [ + 598065.57, + 5434520.88 + ], + [ + 598061.44, + 5434509.61 + ], + [ + 598055.81, + 5434511.71 + ], + [ + 598056.5, + 5434513.61 + ], + [ + 598050.87, + 5434515.65 + ] + ] + ] + } + }, + { + "id": "636", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598054.29, + 5434525.01 + ], + [ + 598056.52, + 5434531.12 + ], + [ + 598062.16, + 5434529.06 + ], + [ + 598059.93, + 5434522.95 + ], + [ + 598054.29, + 5434525.01 + ] + ] + ] + } + }, + { + "id": "637", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598077.18, + 5434552.69 + ], + [ + 598078.39, + 5434554.83 + ], + [ + 598077.97, + 5434555.09 + ], + [ + 598080.97, + 5434560.3 + ], + [ + 598086.32, + 5434557.17 + ], + [ + 598083.36, + 5434551.94 + ], + [ + 598082.53, + 5434552.46 + ], + [ + 598081.36, + 5434550.31 + ], + [ + 598077.18, + 5434552.69 + ] + ] + ] + } + }, + { + "id": "638", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598067.96, + 5434562.46 + ], + [ + 598072.1, + 5434566.79 + ], + [ + 598076.45, + 5434562.67 + ], + [ + 598072.29, + 5434558.32 + ], + [ + 598067.96, + 5434562.46 + ] + ] + ] + } + }, + { + "id": "639", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598028.94, + 5434527.46 + ], + [ + 598032.26, + 5434537.73 + ], + [ + 598035.74, + 5434536.61 + ], + [ + 598036.12, + 5434537.81 + ], + [ + 598042.97, + 5434535.62 + ], + [ + 598039.29, + 5434524.14 + ], + [ + 598028.94, + 5434527.46 + ] + ] + ] + } + }, + { + "id": "640", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598058.75, + 5434545.33 + ], + [ + 598064.25, + 5434554.97 + ], + [ + 598069.99, + 5434551.71 + ], + [ + 598064.42, + 5434542.03 + ], + [ + 598058.75, + 5434545.33 + ] + ] + ] + } + }, + { + "id": "641", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598093.18, + 5434673.17 + ], + [ + 598121.51, + 5434719.44 + ], + [ + 598142.34, + 5434706.7 + ], + [ + 598114.05, + 5434660.37 + ], + [ + 598093.18, + 5434673.17 + ] + ] + ] + } + }, + { + "id": "642", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598028.82, + 5434538.84 + ], + [ + 598030.97, + 5434545.54 + ], + [ + 598037.88, + 5434543.33 + ], + [ + 598036.12, + 5434537.81 + ], + [ + 598035.74, + 5434536.61 + ], + [ + 598032.26, + 5434537.73 + ], + [ + 598028.82, + 5434538.84 + ] + ] + ] + } + }, + { + "id": "643", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598119.43, + 5434527.51 + ], + [ + 598121.15, + 5434533.8 + ], + [ + 598126.99, + 5434532.25 + ], + [ + 598125.26, + 5434525.93 + ], + [ + 598119.43, + 5434527.51 + ] + ] + ] + } + }, + { + "id": "644", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598300.46, + 5434557.95 + ], + [ + 598303.38, + 5434562.15 + ], + [ + 598307.34, + 5434559.42 + ], + [ + 598306.88, + 5434556.59 + ], + [ + 598305.38, + 5434554.54 + ], + [ + 598300.46, + 5434557.95 + ] + ] + ] + } + }, + { + "id": "645", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598277.51, + 5434598.02 + ], + [ + 598284.9, + 5434608.13 + ], + [ + 598305.63, + 5434592.85 + ], + [ + 598298.21, + 5434582.77 + ], + [ + 598277.51, + 5434598.02 + ] + ] + ] + } + }, + { + "id": "646", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598159.77, + 5434493.13 + ], + [ + 598160.8, + 5434511.6 + ], + [ + 598172.28, + 5434510.99 + ], + [ + 598171.35, + 5434493.37 + ], + [ + 598171.28, + 5434492.51 + ], + [ + 598167.21, + 5434492.74 + ], + [ + 598159.77, + 5434493.13 + ] + ] + ] + } + }, + { + "id": "647", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598135.34, + 5434487.97 + ], + [ + 598136.55, + 5434506.02 + ], + [ + 598147.07, + 5434505.32 + ], + [ + 598145.67, + 5434488.64 + ], + [ + 598144.19, + 5434487.38 + ], + [ + 598135.34, + 5434487.97 + ] + ] + ] + } + }, + { + "id": "648", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598088.44, + 5434496.01 + ], + [ + 598091.69, + 5434505.22 + ], + [ + 598100.24, + 5434502.18 + ], + [ + 598096.98, + 5434492.97 + ], + [ + 598088.44, + 5434496.01 + ] + ] + ] + } + }, + { + "id": "649", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598087.5, + 5434519.9 + ], + [ + 598089.0, + 5434524.13 + ], + [ + 598094.86, + 5434521.94 + ], + [ + 598093.37, + 5434517.76 + ], + [ + 598087.5, + 5434519.9 + ] + ] + ] + } + }, + { + "id": "650", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598146.03, + 5434463.13 + ], + [ + 598146.71, + 5434466.4 + ], + [ + 598148.03, + 5434472.76 + ], + [ + 598148.27, + 5434473.86 + ], + [ + 598152.79, + 5434472.92 + ], + [ + 598153.28, + 5434475.33 + ], + [ + 598158.41, + 5434474.26 + ], + [ + 598157.91, + 5434471.84 + ], + [ + 598160.49, + 5434471.29 + ], + [ + 598160.01, + 5434468.96 + ], + [ + 598160.48, + 5434468.87 + ], + [ + 598161.26, + 5434467.66 + ], + [ + 598160.99, + 5434466.33 + ], + [ + 598159.78, + 5434465.56 + ], + [ + 598159.31, + 5434465.65 + ], + [ + 598158.23, + 5434460.52 + ], + [ + 598146.03, + 5434463.13 + ] + ] + ] + } + }, + { + "id": "651", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598174.94, + 5434481.72 + ], + [ + 598176.03, + 5434492.78 + ], + [ + 598185.44, + 5434491.57 + ], + [ + 598184.36, + 5434480.5 + ], + [ + 598174.94, + 5434481.72 + ] + ] + ] + } + }, + { + "id": "652", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598212.62, + 5434511.8 + ], + [ + 598213.33, + 5434516.52 + ], + [ + 598216.28, + 5434516.08 + ], + [ + 598215.56, + 5434511.37 + ], + [ + 598212.62, + 5434511.8 + ] + ] + ] + } + }, + { + "id": "653", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598136.55, + 5434506.02 + ], + [ + 598137.56, + 5434521.23 + ], + [ + 598144.0, + 5434520.69 + ], + [ + 598144.18, + 5434523.02 + ], + [ + 598150.41, + 5434522.54 + ], + [ + 598150.2, + 5434520.21 + ], + [ + 598156.67, + 5434519.6 + ], + [ + 598156.04, + 5434511.98 + ], + [ + 598151.17, + 5434512.2 + ], + [ + 598151.07, + 5434510.0 + ], + [ + 598147.25, + 5434510.14 + ], + [ + 598147.07, + 5434505.32 + ], + [ + 598136.55, + 5434506.02 + ] + ] + ] + } + }, + { + "id": "654", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598128.22, + 5434474.7 + ], + [ + 598129.66, + 5434482.6 + ], + [ + 598144.59, + 5434479.4 + ], + [ + 598143.17, + 5434471.58 + ], + [ + 598128.22, + 5434474.7 + ] + ] + ] + } + }, + { + "id": "655", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598166.22, + 5434482.86 + ], + [ + 598166.78, + 5434488.37 + ], + [ + 598167.21, + 5434492.74 + ], + [ + 598171.28, + 5434492.51 + ], + [ + 598171.35, + 5434493.37 + ], + [ + 598176.03, + 5434492.78 + ], + [ + 598174.94, + 5434481.72 + ], + [ + 598166.22, + 5434482.86 + ] + ] + ] + } + }, + { + "id": "656", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598123.16, + 5434486.25 + ], + [ + 598125.93, + 5434493.82 + ], + [ + 598130.58, + 5434491.85 + ], + [ + 598128.37, + 5434485.42 + ], + [ + 598126.92, + 5434485.02 + ], + [ + 598123.16, + 5434486.25 + ] + ] + ] + } + }, + { + "id": "657", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598143.52, + 5434467.06 + ], + [ + 598144.85, + 5434473.41 + ], + [ + 598148.03, + 5434472.76 + ], + [ + 598146.71, + 5434466.4 + ], + [ + 598143.52, + 5434467.06 + ] + ] + ] + } + }, + { + "id": "658", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598088.49, + 5434483.01 + ], + [ + 598090.35, + 5434486.47 + ], + [ + 598094.69, + 5434484.14 + ], + [ + 598092.84, + 5434480.68 + ], + [ + 598088.49, + 5434483.01 + ] + ] + ] + } + }, + { + "id": "659", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598096.98, + 5434492.97 + ], + [ + 598100.24, + 5434502.18 + ], + [ + 598100.8, + 5434501.98 + ], + [ + 598104.5, + 5434512.05 + ], + [ + 598104.74, + 5434512.71 + ], + [ + 598109.13, + 5434511.19 + ], + [ + 598110.01, + 5434513.73 + ], + [ + 598135.17, + 5434504.98 + ], + [ + 598131.09, + 5434493.39 + ], + [ + 598123.43, + 5434496.08 + ], + [ + 598120.65, + 5434488.11 + ], + [ + 598107.61, + 5434492.59 + ], + [ + 598106.57, + 5434489.57 + ], + [ + 598096.98, + 5434492.97 + ] + ] + ] + } + }, + { + "id": "660", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598089.26, + 5434506.07 + ], + [ + 598092.8, + 5434516.16 + ], + [ + 598093.37, + 5434517.76 + ], + [ + 598094.86, + 5434521.94 + ], + [ + 598095.22, + 5434522.95 + ], + [ + 598097.25, + 5434528.62 + ], + [ + 598097.28, + 5434528.69 + ], + [ + 598108.84, + 5434524.63 + ], + [ + 598104.74, + 5434512.71 + ], + [ + 598104.5, + 5434512.05 + ], + [ + 598100.8, + 5434501.98 + ], + [ + 598100.24, + 5434502.18 + ], + [ + 598091.69, + 5434505.22 + ], + [ + 598089.26, + 5434506.07 + ] + ] + ] + } + }, + { + "id": "661", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598395.89, + 5434435.47 + ], + [ + 598400.76, + 5434442.19 + ], + [ + 598404.3, + 5434439.66 + ], + [ + 598411.43, + 5434434.55 + ], + [ + 598411.59, + 5434434.77 + ], + [ + 598420.83, + 5434428.03 + ], + [ + 598415.88, + 5434421.1 + ], + [ + 598395.89, + 5434435.47 + ] + ] + ] + } + }, + { + "id": "662", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597080.26, + 5433135.13 + ], + [ + 597083.22, + 5433139.75 + ], + [ + 597086.17, + 5433144.38 + ], + [ + 597099.46, + 5433135.89 + ], + [ + 597096.51, + 5433131.27 + ], + [ + 597095.04, + 5433128.96 + ], + [ + 597093.56, + 5433126.65 + ], + [ + 597080.26, + 5433135.13 + ] + ] + ] + } + }, + { + "id": "663", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596848.98, + 5433343.32 + ], + [ + 596857.62, + 5433343.56 + ], + [ + 596858.24, + 5433324.82 + ], + [ + 596858.86, + 5433306.08 + ], + [ + 596850.21, + 5433305.79 + ], + [ + 596849.9, + 5433315.17 + ], + [ + 596849.59, + 5433324.55 + ], + [ + 596848.98, + 5433343.32 + ] + ] + ] + } + }, + { + "id": "664", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598352.06, + 5434455.9 + ], + [ + 598358.45, + 5434469.51 + ], + [ + 598366.18, + 5434465.89 + ], + [ + 598359.8, + 5434452.28 + ], + [ + 598352.06, + 5434455.9 + ] + ] + ] + } + }, + { + "id": "665", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596805.71, + 5433305.39 + ], + [ + 596814.3, + 5433305.7 + ], + [ + 596822.89, + 5433306.0 + ], + [ + 596823.25, + 5433296.03 + ], + [ + 596814.66, + 5433295.72 + ], + [ + 596806.06, + 5433295.42 + ], + [ + 596805.71, + 5433305.39 + ] + ] + ] + } + }, + { + "id": "666", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597093.56, + 5433126.65 + ], + [ + 597095.04, + 5433128.96 + ], + [ + 597096.51, + 5433131.27 + ], + [ + 597099.46, + 5433135.89 + ], + [ + 597101.07, + 5433134.8 + ], + [ + 597106.5, + 5433131.33 + ], + [ + 597103.57, + 5433126.75 + ], + [ + 597100.64, + 5433122.18 + ], + [ + 597095.24, + 5433125.65 + ], + [ + 597093.56, + 5433126.65 + ] + ] + ] + } + }, + { + "id": "667", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598384.31, + 5434453.94 + ], + [ + 598396.1, + 5434470.42 + ], + [ + 598416.35, + 5434455.95 + ], + [ + 598414.42, + 5434453.18 + ], + [ + 598414.18, + 5434453.35 + ], + [ + 598404.3, + 5434439.66 + ], + [ + 598400.76, + 5434442.19 + ], + [ + 598384.31, + 5434453.94 + ] + ] + ] + } + }, + { + "id": "668", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596802.66, + 5433350.83 + ], + [ + 596812.68, + 5433351.18 + ], + [ + 596822.7, + 5433351.53 + ], + [ + 596823.01, + 5433341.28 + ], + [ + 596813.02, + 5433340.92 + ], + [ + 596803.03, + 5433340.55 + ], + [ + 596802.66, + 5433350.83 + ] + ] + ] + } + }, + { + "id": "669", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598404.3, + 5434439.66 + ], + [ + 598414.18, + 5434453.35 + ], + [ + 598414.42, + 5434453.18 + ], + [ + 598421.27, + 5434448.29 + ], + [ + 598418.35, + 5434444.2 + ], + [ + 598420.12, + 5434442.92 + ], + [ + 598415.93, + 5434437.1 + ], + [ + 598414.15, + 5434438.37 + ], + [ + 598411.59, + 5434434.77 + ], + [ + 598411.43, + 5434434.55 + ], + [ + 598404.3, + 5434439.66 + ] + ] + ] + } + }, + { + "id": "670", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598331.27, + 5434501.08 + ], + [ + 598333.61, + 5434506.13 + ], + [ + 598341.42, + 5434502.54 + ], + [ + 598339.08, + 5434497.48 + ], + [ + 598331.27, + 5434501.08 + ] + ] + ] + } + }, + { + "id": "671", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597090.18, + 5433078.31 + ], + [ + 597094.49, + 5433079.77 + ], + [ + 597096.12, + 5433074.63 + ], + [ + 597091.78, + 5433073.26 + ], + [ + 597090.18, + 5433078.31 + ] + ] + ] + } + }, + { + "id": "672", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597153.49, + 5433040.52 + ], + [ + 597157.28, + 5433042.09 + ], + [ + 597159.19, + 5433037.34 + ], + [ + 597155.44, + 5433035.83 + ], + [ + 597153.49, + 5433040.52 + ] + ] + ] + } + }, + { + "id": "673", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597067.4, + 5433096.54 + ], + [ + 597089.14, + 5433099.22 + ], + [ + 597090.88, + 5433087.9 + ], + [ + 597072.86, + 5433085.88 + ], + [ + 597069.3, + 5433085.28 + ], + [ + 597067.4, + 5433096.54 + ] + ] + ] + } + }, + { + "id": "674", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597077.43, + 5433083.76 + ], + [ + 597083.05, + 5433084.49 + ], + [ + 597084.13, + 5433075.48 + ], + [ + 597078.61, + 5433074.72 + ], + [ + 597077.43, + 5433083.76 + ] + ] + ] + } + }, + { + "id": "675", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597050.27, + 5433122.33 + ], + [ + 597062.68, + 5433124.33 + ], + [ + 597064.14, + 5433115.32 + ], + [ + 597052.87, + 5433113.49 + ], + [ + 597051.78, + 5433113.32 + ], + [ + 597050.27, + 5433122.33 + ] + ] + ] + } + }, + { + "id": "676", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597000.27, + 5433151.19 + ], + [ + 597000.58, + 5433163.23 + ], + [ + 597018.62, + 5433162.83 + ], + [ + 597018.58, + 5433162.28 + ], + [ + 597018.5, + 5433158.6 + ], + [ + 597018.38, + 5433153.43 + ], + [ + 597018.26, + 5433150.73 + ], + [ + 597000.27, + 5433151.19 + ] + ] + ] + } + }, + { + "id": "677", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597124.72, + 5433021.06 + ], + [ + 597129.14, + 5433023.44 + ], + [ + 597133.01, + 5433016.25 + ], + [ + 597128.58, + 5433013.91 + ], + [ + 597124.72, + 5433021.06 + ] + ] + ] + } + }, + { + "id": "678", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597192.54, + 5433052.15 + ], + [ + 597196.42, + 5433053.14 + ], + [ + 597197.88, + 5433047.47 + ], + [ + 597193.97, + 5433046.59 + ], + [ + 597192.54, + 5433052.15 + ] + ] + ] + } + }, + { + "id": "679", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597248.79, + 5433046.88 + ], + [ + 597249.47, + 5433058.1 + ], + [ + 597254.08, + 5433057.8 + ], + [ + 597258.74, + 5433057.48 + ], + [ + 597258.67, + 5433056.49 + ], + [ + 597259.66, + 5433056.43 + ], + [ + 597267.15, + 5433055.93 + ], + [ + 597266.92, + 5433052.46 + ], + [ + 597266.69, + 5433048.98 + ], + [ + 597265.22, + 5433049.07 + ], + [ + 597258.22, + 5433049.52 + ], + [ + 597258.01, + 5433046.29 + ], + [ + 597253.4, + 5433046.58 + ], + [ + 597248.79, + 5433046.88 + ] + ] + ] + } + }, + { + "id": "680", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597266.33, + 5433036.74 + ], + [ + 597266.52, + 5433039.77 + ], + [ + 597268.06, + 5433039.68 + ], + [ + 597268.48, + 5433045.61 + ], + [ + 597276.95, + 5433045.1 + ], + [ + 597276.46, + 5433038.14 + ], + [ + 597270.18, + 5433038.5 + ], + [ + 597270.05, + 5433036.51 + ], + [ + 597266.33, + 5433036.74 + ] + ] + ] + } + }, + { + "id": "681", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597270.05, + 5433036.51 + ], + [ + 597270.18, + 5433038.5 + ], + [ + 597276.46, + 5433038.14 + ], + [ + 597276.95, + 5433045.1 + ], + [ + 597279.48, + 5433044.95 + ], + [ + 597278.78, + 5433035.84 + ], + [ + 597270.05, + 5433036.51 + ] + ] + ] + } + }, + { + "id": "682", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597082.05, + 5433060.93 + ], + [ + 597094.43, + 5433064.87 + ], + [ + 597097.29, + 5433065.78 + ], + [ + 597100.32, + 5433056.25 + ], + [ + 597085.07, + 5433051.42 + ], + [ + 597082.05, + 5433060.93 + ] + ] + ] + } + }, + { + "id": "683", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597051.34, + 5433110.72 + ], + [ + 597053.28, + 5433111.11 + ], + [ + 597052.87, + 5433113.49 + ], + [ + 597064.14, + 5433115.32 + ], + [ + 597067.4, + 5433096.54 + ], + [ + 597069.3, + 5433085.28 + ], + [ + 597072.86, + 5433085.88 + ], + [ + 597073.4, + 5433082.63 + ], + [ + 597056.35, + 5433079.72 + ], + [ + 597054.52, + 5433094.57 + ], + [ + 597051.34, + 5433110.72 + ] + ] + ] + } + }, + { + "id": "684", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597018.24, + 5433148.3 + ], + [ + 597018.26, + 5433150.73 + ], + [ + 597018.38, + 5433153.43 + ], + [ + 597018.5, + 5433158.6 + ], + [ + 597021.82, + 5433158.53 + ], + [ + 597021.79, + 5433154.71 + ], + [ + 597026.31, + 5433154.56 + ], + [ + 597026.26, + 5433148.18 + ], + [ + 597018.24, + 5433148.3 + ] + ] + ] + } + }, + { + "id": "685", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597091.78, + 5433073.26 + ], + [ + 597096.12, + 5433074.63 + ], + [ + 597098.77, + 5433066.25 + ], + [ + 597097.29, + 5433065.78 + ], + [ + 597094.43, + 5433064.87 + ], + [ + 597091.78, + 5433073.26 + ] + ] + ] + } + }, + { + "id": "686", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598398.09, + 5434509.6 + ], + [ + 598400.91, + 5434513.84 + ], + [ + 598403.74, + 5434512.04 + ], + [ + 598409.56, + 5434508.18 + ], + [ + 598406.31, + 5434503.08 + ], + [ + 598406.18, + 5434502.88 + ], + [ + 598404.04, + 5434504.28 + ], + [ + 598404.18, + 5434504.5 + ], + [ + 598400.21, + 5434507.12 + ], + [ + 598400.71, + 5434507.87 + ], + [ + 598398.09, + 5434509.6 + ] + ] + ] + } + }, + { + "id": "687", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597028.75, + 5433112.37 + ], + [ + 597039.37, + 5433113.34 + ], + [ + 597040.17, + 5433102.29 + ], + [ + 597034.77, + 5433101.9 + ], + [ + 597029.64, + 5433101.33 + ], + [ + 597028.75, + 5433112.37 + ] + ] + ] + } + }, + { + "id": "688", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597013.3, + 5433114.18 + ], + [ + 597013.47, + 5433114.22 + ], + [ + 597023.96, + 5433116.29 + ], + [ + 597026.47, + 5433104.54 + ], + [ + 597015.97, + 5433102.36 + ], + [ + 597015.36, + 5433105.07 + ], + [ + 597014.71, + 5433107.96 + ], + [ + 597014.05, + 5433110.85 + ], + [ + 597013.3, + 5433114.18 + ] + ] + ] + } + }, + { + "id": "689", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598353.98, + 5434519.99 + ], + [ + 598359.91, + 5434527.97 + ], + [ + 598360.55, + 5434528.83 + ], + [ + 598366.59, + 5434524.34 + ], + [ + 598368.61, + 5434522.84 + ], + [ + 598365.84, + 5434519.11 + ], + [ + 598364.63, + 5434520.0 + ], + [ + 598361.02, + 5434515.15 + ], + [ + 598362.23, + 5434514.25 + ], + [ + 598362.04, + 5434514.0 + ], + [ + 598353.98, + 5434519.99 + ] + ] + ] + } + }, + { + "id": "690", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598398.95, + 5434527.12 + ], + [ + 598404.74, + 5434536.23 + ], + [ + 598415.41, + 5434529.46 + ], + [ + 598409.58, + 5434520.37 + ], + [ + 598398.95, + 5434527.12 + ] + ] + ] + } + }, + { + "id": "691", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598403.74, + 5434512.04 + ], + [ + 598407.5, + 5434517.7 + ], + [ + 598413.29, + 5434513.84 + ], + [ + 598409.56, + 5434508.18 + ], + [ + 598403.74, + 5434512.04 + ] + ] + ] + } + }, + { + "id": "692", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598365.95, + 5434536.23 + ], + [ + 598375.57, + 5434548.56 + ], + [ + 598382.72, + 5434542.99 + ], + [ + 598376.84, + 5434535.47 + ], + [ + 598379.17, + 5434533.65 + ], + [ + 598375.41, + 5434528.84 + ], + [ + 598365.95, + 5434536.23 + ] + ] + ] + } + }, + { + "id": "693", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598399.48, + 5434568.28 + ], + [ + 598401.57, + 5434571.09 + ], + [ + 598411.41, + 5434563.85 + ], + [ + 598409.3, + 5434561.01 + ], + [ + 598401.6, + 5434566.72 + ], + [ + 598399.48, + 5434568.28 + ] + ] + ] + } + }, + { + "id": "694", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598384.74, + 5434500.51 + ], + [ + 598386.94, + 5434503.83 + ], + [ + 598386.91, + 5434503.85 + ], + [ + 598389.69, + 5434508.05 + ], + [ + 598392.46, + 5434512.26 + ], + [ + 598400.21, + 5434507.12 + ], + [ + 598404.18, + 5434504.5 + ], + [ + 598404.04, + 5434504.28 + ], + [ + 598406.18, + 5434502.88 + ], + [ + 598406.31, + 5434503.08 + ], + [ + 598407.49, + 5434502.33 + ], + [ + 598405.85, + 5434499.81 + ], + [ + 598404.21, + 5434497.29 + ], + [ + 598400.86, + 5434499.46 + ], + [ + 598398.67, + 5434496.08 + ], + [ + 598391.46, + 5434500.78 + ], + [ + 598389.28, + 5434497.51 + ], + [ + 598384.74, + 5434500.51 + ] + ] + ] + } + }, + { + "id": "695", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598382.22, + 5434545.54 + ], + [ + 598385.54, + 5434549.92 + ], + [ + 598391.65, + 5434545.29 + ], + [ + 598388.3, + 5434540.9 + ], + [ + 598382.22, + 5434545.54 + ] + ] + ] + } + }, + { + "id": "696", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598415.01, + 5434549.57 + ], + [ + 598420.83, + 5434557.27 + ], + [ + 598428.89, + 5434551.19 + ], + [ + 598428.72, + 5434550.96 + ], + [ + 598423.09, + 5434543.51 + ], + [ + 598415.01, + 5434549.57 + ] + ] + ] + } + }, + { + "id": "697", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598429.98, + 5434557.41 + ], + [ + 598432.04, + 5434560.59 + ], + [ + 598433.36, + 5434559.73 + ], + [ + 598435.24, + 5434562.63 + ], + [ + 598436.64, + 5434561.73 + ], + [ + 598437.43, + 5434562.95 + ], + [ + 598442.2, + 5434560.04 + ], + [ + 598442.89, + 5434559.62 + ], + [ + 598440.01, + 5434555.16 + ], + [ + 598439.29, + 5434555.62 + ], + [ + 598437.49, + 5434552.84 + ], + [ + 598437.37, + 5434552.68 + ], + [ + 598429.98, + 5434557.41 + ] + ] + ] + } + }, + { + "id": "698", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596868.09, + 5433190.26 + ], + [ + 596868.58, + 5433200.28 + ], + [ + 596878.63, + 5433200.11 + ], + [ + 596878.01, + 5433190.17 + ], + [ + 596868.09, + 5433190.26 + ] + ] + ] + } + }, + { + "id": "699", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598385.15, + 5434561.11 + ], + [ + 598392.27, + 5434570.24 + ], + [ + 598399.8, + 5434564.4 + ], + [ + 598395.47, + 5434558.81 + ], + [ + 598394.99, + 5434559.18 + ], + [ + 598392.43, + 5434555.87 + ], + [ + 598392.91, + 5434555.51 + ], + [ + 598392.71, + 5434555.25 + ], + [ + 598385.15, + 5434561.11 + ] + ] + ] + } + }, + { + "id": "700", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596979.13, + 5433078.99 + ], + [ + 596985.14, + 5433079.68 + ], + [ + 596986.52, + 5433067.79 + ], + [ + 596980.45, + 5433067.07 + ], + [ + 596979.13, + 5433078.99 + ] + ] + ] + } + }, + { + "id": "701", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597477.06, + 5432862.96 + ], + [ + 597477.61, + 5432865.28 + ], + [ + 597479.91, + 5432864.7 + ], + [ + 597479.37, + 5432862.38 + ], + [ + 597477.06, + 5432862.96 + ] + ] + ] + } + }, + { + "id": "702", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596990.36, + 5433105.15 + ], + [ + 596999.46, + 5433108.02 + ], + [ + 597000.86, + 5433108.52 + ], + [ + 597005.02, + 5433087.36 + ], + [ + 596994.32, + 5433085.22 + ], + [ + 596990.36, + 5433105.15 + ] + ] + ] + } + }, + { + "id": "703", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597520.47, + 5433128.62 + ], + [ + 597524.02, + 5433138.34 + ], + [ + 597530.38, + 5433135.64 + ], + [ + 597530.07, + 5433134.91 + ], + [ + 597526.99, + 5433126.18 + ], + [ + 597521.22, + 5433128.34 + ], + [ + 597520.47, + 5433128.62 + ] + ] + ] + } + }, + { + "id": "704", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597004.65, + 5433122.43 + ], + [ + 597011.34, + 5433123.9 + ], + [ + 597010.63, + 5433127.39 + ], + [ + 597021.1, + 5433129.55 + ], + [ + 597023.96, + 5433116.29 + ], + [ + 597013.47, + 5433114.22 + ], + [ + 597013.3, + 5433114.18 + ], + [ + 597006.79, + 5433112.68 + ], + [ + 597004.65, + 5433122.43 + ] + ] + ] + } + }, + { + "id": "705", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598428.13, + 5434469.02 + ], + [ + 598428.73, + 5434470.31 + ], + [ + 598429.7, + 5434472.39 + ], + [ + 598438.99, + 5434468.04 + ], + [ + 598438.01, + 5434465.98 + ], + [ + 598437.4, + 5434464.71 + ], + [ + 598428.13, + 5434469.02 + ] + ] + ] + } + }, + { + "id": "706", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598357.4, + 5434529.83 + ], + [ + 598360.99, + 5434534.64 + ], + [ + 598369.53, + 5434528.29 + ], + [ + 598366.59, + 5434524.34 + ], + [ + 598360.55, + 5434528.83 + ], + [ + 598359.91, + 5434527.97 + ], + [ + 598357.4, + 5434529.83 + ] + ] + ] + } + }, + { + "id": "707", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597034.77, + 5433101.9 + ], + [ + 597040.17, + 5433102.29 + ], + [ + 597039.37, + 5433113.34 + ], + [ + 597049.62, + 5433114.19 + ], + [ + 597051.23, + 5433093.13 + ], + [ + 597035.57, + 5433091.89 + ], + [ + 597034.77, + 5433101.9 + ] + ] + ] + } + }, + { + "id": "708", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596961.37, + 5433060.36 + ], + [ + 596962.08, + 5433060.49 + ], + [ + 596962.13, + 5433060.21 + ], + [ + 596964.66, + 5433060.57 + ], + [ + 596973.03, + 5433062.01 + ], + [ + 596975.84, + 5433046.04 + ], + [ + 596967.34, + 5433044.59 + ], + [ + 596965.64, + 5433054.69 + ], + [ + 596962.41, + 5433054.16 + ], + [ + 596961.37, + 5433060.36 + ] + ] + ] + } + }, + { + "id": "709", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596985.48, + 5433115.55 + ], + [ + 596986.9, + 5433116.0 + ], + [ + 596985.85, + 5433119.3 + ], + [ + 596994.95, + 5433122.31 + ], + [ + 596999.46, + 5433108.02 + ], + [ + 596990.36, + 5433105.15 + ], + [ + 596987.7, + 5433113.51 + ], + [ + 596986.25, + 5433113.04 + ], + [ + 596985.48, + 5433115.55 + ] + ] + ] + } + }, + { + "id": "710", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597525.73, + 5433120.14 + ], + [ + 597529.13, + 5433129.72 + ], + [ + 597544.73, + 5433124.19 + ], + [ + 597544.1, + 5433122.4 + ], + [ + 597545.01, + 5433121.97 + ], + [ + 597545.74, + 5433121.27 + ], + [ + 597546.21, + 5433120.37 + ], + [ + 597546.36, + 5433119.37 + ], + [ + 597546.18, + 5433118.37 + ], + [ + 597545.69, + 5433117.49 + ], + [ + 597544.95, + 5433116.8 + ], + [ + 597544.02, + 5433116.4 + ], + [ + 597543.01, + 5433116.31 + ], + [ + 597542.03, + 5433116.55 + ], + [ + 597541.37, + 5433114.68 + ], + [ + 597525.73, + 5433120.14 + ] + ] + ] + } + }, + { + "id": "711", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598417.8, + 5434479.97 + ], + [ + 598423.24, + 5434491.85 + ], + [ + 598432.37, + 5434487.67 + ], + [ + 598426.93, + 5434475.79 + ], + [ + 598424.19, + 5434477.05 + ], + [ + 598417.8, + 5434479.97 + ] + ] + ] + } + }, + { + "id": "712", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598212.62, + 5434620.23 + ], + [ + 598213.14, + 5434622.47 + ], + [ + 598219.35, + 5434621.0 + ], + [ + 598218.84, + 5434618.79 + ], + [ + 598212.62, + 5434620.23 + ] + ] + ] + } + }, + { + "id": "713", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598212.46, + 5434568.1 + ], + [ + 598217.77, + 5434587.38 + ], + [ + 598226.96, + 5434584.79 + ], + [ + 598221.6, + 5434565.55 + ], + [ + 598212.46, + 5434568.1 + ] + ] + ] + } + }, + { + "id": "714", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598210.64, + 5434611.71 + ], + [ + 598211.09, + 5434613.63 + ], + [ + 598217.21, + 5434612.2 + ], + [ + 598216.76, + 5434610.28 + ], + [ + 598210.64, + 5434611.71 + ] + ] + ] + } + }, + { + "id": "715", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598234.96, + 5434615.2 + ], + [ + 598236.18, + 5434620.67 + ], + [ + 598242.81, + 5434619.2 + ], + [ + 598241.6, + 5434613.74 + ], + [ + 598234.96, + 5434615.2 + ] + ] + ] + } + }, + { + "id": "716", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598202.86, + 5434617.71 + ], + [ + 598205.76, + 5434630.94 + ], + [ + 598210.94, + 5434629.84 + ], + [ + 598209.85, + 5434624.86 + ], + [ + 598210.11, + 5434624.8 + ], + [ + 598208.26, + 5434616.47 + ], + [ + 598202.86, + 5434617.71 + ] + ] + ] + } + }, + { + "id": "717", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598179.98, + 5434588.79 + ], + [ + 598180.42, + 5434590.8 + ], + [ + 598180.52, + 5434590.78 + ], + [ + 598182.63, + 5434599.39 + ], + [ + 598182.87, + 5434599.33 + ], + [ + 598188.72, + 5434597.94 + ], + [ + 598193.82, + 5434596.72 + ], + [ + 598192.38, + 5434590.57 + ], + [ + 598192.21, + 5434590.61 + ], + [ + 598191.13, + 5434586.13 + ], + [ + 598179.98, + 5434588.79 + ] + ] + ] + } + }, + { + "id": "718", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598211.09, + 5434613.63 + ], + [ + 598211.34, + 5434614.7 + ], + [ + 598212.62, + 5434620.23 + ], + [ + 598218.84, + 5434618.79 + ], + [ + 598218.98, + 5434618.76 + ], + [ + 598217.45, + 5434612.14 + ], + [ + 598217.21, + 5434612.2 + ], + [ + 598211.09, + 5434613.63 + ] + ] + ] + } + }, + { + "id": "719", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598182.87, + 5434599.33 + ], + [ + 598183.3, + 5434601.21 + ], + [ + 598184.49, + 5434606.13 + ], + [ + 598190.35, + 5434604.73 + ], + [ + 598189.18, + 5434599.84 + ], + [ + 598188.72, + 5434597.94 + ], + [ + 598182.87, + 5434599.33 + ] + ] + ] + } + }, + { + "id": "720", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598235.26, + 5434641.9 + ], + [ + 598236.8, + 5434648.26 + ], + [ + 598245.81, + 5434646.1 + ], + [ + 598244.32, + 5434639.74 + ], + [ + 598235.26, + 5434641.9 + ] + ] + ] + } + }, + { + "id": "721", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598210.2, + 5434559.92 + ], + [ + 598211.38, + 5434564.16 + ], + [ + 598212.27, + 5434567.4 + ], + [ + 598212.46, + 5434568.1 + ], + [ + 598221.6, + 5434565.55 + ], + [ + 598219.34, + 5434557.38 + ], + [ + 598210.2, + 5434559.92 + ] + ] + ] + } + }, + { + "id": "722", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598207.24, + 5434757.05 + ], + [ + 598213.52, + 5434757.91 + ], + [ + 598214.16, + 5434753.48 + ], + [ + 598207.89, + 5434752.59 + ], + [ + 598207.24, + 5434757.05 + ] + ] + ] + } + }, + { + "id": "723", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598225.57, + 5434656.36 + ], + [ + 598227.49, + 5434663.6 + ], + [ + 598228.93, + 5434663.21 + ], + [ + 598230.51, + 5434669.13 + ], + [ + 598246.48, + 5434664.84 + ], + [ + 598243.78, + 5434654.82 + ], + [ + 598237.07, + 5434656.63 + ], + [ + 598236.19, + 5434653.38 + ], + [ + 598225.57, + 5434656.36 + ] + ] + ] + } + }, + { + "id": "724", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598206.52, + 5434565.5 + ], + [ + 598207.41, + 5434568.74 + ], + [ + 598212.27, + 5434567.4 + ], + [ + 598211.38, + 5434564.16 + ], + [ + 598206.52, + 5434565.5 + ] + ] + ] + } + }, + { + "id": "725", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598299.53, + 5434534.52 + ], + [ + 598307.6, + 5434544.95 + ], + [ + 598317.16, + 5434537.53 + ], + [ + 598309.1, + 5434527.1 + ], + [ + 598299.53, + 5434534.52 + ] + ] + ] + } + }, + { + "id": "726", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598241.01, + 5434569.64 + ], + [ + 598243.12, + 5434574.71 + ], + [ + 598250.96, + 5434571.43 + ], + [ + 598248.85, + 5434566.37 + ], + [ + 598241.01, + 5434569.64 + ] + ] + ] + } + }, + { + "id": "727", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598287.42, + 5434566.82 + ], + [ + 598289.27, + 5434567.54 + ], + [ + 598291.31, + 5434570.49 + ], + [ + 598303.38, + 5434562.15 + ], + [ + 598300.46, + 5434557.95 + ], + [ + 598305.38, + 5434554.54 + ], + [ + 598300.05, + 5434547.26 + ], + [ + 598290.67, + 5434554.06 + ], + [ + 598291.99, + 5434555.88 + ], + [ + 598288.22, + 5434558.72 + ], + [ + 598290.46, + 5434559.64 + ], + [ + 598287.42, + 5434566.82 + ] + ] + ] + } + }, + { + "id": "728", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598282.84, + 5434543.26 + ], + [ + 598290.67, + 5434554.06 + ], + [ + 598300.05, + 5434547.26 + ], + [ + 598291.31, + 5434535.29 + ], + [ + 598285.38, + 5434539.58 + ], + [ + 598286.26, + 5434540.79 + ], + [ + 598282.84, + 5434543.26 + ] + ] + ] + } + }, + { + "id": "729", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598323.81, + 5434562.59 + ], + [ + 598328.87, + 5434568.83 + ], + [ + 598337.91, + 5434561.49 + ], + [ + 598332.86, + 5434555.23 + ], + [ + 598323.81, + 5434562.59 + ] + ] + ] + } + }, + { + "id": "730", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598262.03, + 5434572.81 + ], + [ + 598281.48, + 5434580.83 + ], + [ + 598283.92, + 5434575.02 + ], + [ + 598285.3, + 5434575.6 + ], + [ + 598285.94, + 5434574.08 + ], + [ + 598284.56, + 5434573.48 + ], + [ + 598287.42, + 5434566.82 + ], + [ + 598290.46, + 5434559.64 + ], + [ + 598288.22, + 5434558.72 + ], + [ + 598267.34, + 5434550.17 + ], + [ + 598263.57, + 5434559.34 + ], + [ + 598266.98, + 5434560.81 + ], + [ + 598262.03, + 5434572.81 + ] + ] + ] + } + }, + { + "id": "731", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598317.15, + 5434528.11 + ], + [ + 598318.54, + 5434530.76 + ], + [ + 598322.11, + 5434528.93 + ], + [ + 598320.76, + 5434526.27 + ], + [ + 598317.15, + 5434528.11 + ] + ] + ] + } + }, + { + "id": "732", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598307.6, + 5434544.95 + ], + [ + 598314.49, + 5434553.86 + ], + [ + 598324.06, + 5434546.47 + ], + [ + 598317.16, + 5434537.53 + ], + [ + 598307.6, + 5434544.95 + ] + ] + ] + } + }, + { + "id": "733", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598333.82, + 5434554.34 + ], + [ + 598346.19, + 5434571.02 + ], + [ + 598360.69, + 5434560.27 + ], + [ + 598348.32, + 5434543.6 + ], + [ + 598333.82, + 5434554.34 + ] + ] + ] + } + }, + { + "id": "734", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598416.43, + 5434476.98 + ], + [ + 598417.8, + 5434479.97 + ], + [ + 598424.19, + 5434477.05 + ], + [ + 598422.82, + 5434474.05 + ], + [ + 598416.43, + 5434476.98 + ] + ] + ] + } + }, + { + "id": "735", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598159.52, + 5434488.73 + ], + [ + 598159.77, + 5434493.13 + ], + [ + 598167.21, + 5434492.74 + ], + [ + 598166.78, + 5434488.37 + ], + [ + 598159.52, + 5434488.73 + ] + ] + ] + } + }, + { + "id": "736", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597439.85, + 5434082.46 + ], + [ + 597441.73, + 5434092.88 + ], + [ + 597455.56, + 5434090.47 + ], + [ + 597453.75, + 5434080.05 + ], + [ + 597448.38, + 5434080.97 + ], + [ + 597447.7, + 5434077.05 + ], + [ + 597443.68, + 5434077.74 + ], + [ + 597444.36, + 5434081.68 + ], + [ + 597439.85, + 5434082.46 + ] + ] + ] + } + }, + { + "id": "737", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597474.32, + 5434080.01 + ], + [ + 597475.49, + 5434087.04 + ], + [ + 597482.14, + 5434085.8 + ], + [ + 597495.66, + 5434082.59 + ], + [ + 597505.28, + 5434080.32 + ], + [ + 597503.72, + 5434073.46 + ], + [ + 597477.45, + 5434079.42 + ], + [ + 597474.32, + 5434080.01 + ] + ] + ] + } + }, + { + "id": "738", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597464.08, + 5434076.65 + ], + [ + 597466.13, + 5434088.65 + ], + [ + 597475.49, + 5434087.04 + ], + [ + 597474.32, + 5434080.01 + ], + [ + 597473.42, + 5434075.01 + ], + [ + 597464.08, + 5434076.65 + ] + ] + ] + } + }, + { + "id": "739", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597606.42, + 5434076.67 + ], + [ + 597606.47, + 5434076.7 + ], + [ + 597613.95, + 5434083.24 + ], + [ + 597614.0, + 5434083.29 + ], + [ + 597616.41, + 5434080.52 + ], + [ + 597608.84, + 5434073.93 + ], + [ + 597606.42, + 5434076.67 + ] + ] + ] + } + }, + { + "id": "740", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597327.64, + 5434051.31 + ], + [ + 597331.08, + 5434058.26 + ], + [ + 597336.01, + 5434055.81 + ], + [ + 597332.59, + 5434048.86 + ], + [ + 597327.64, + 5434051.31 + ] + ] + ] + } + }, + { + "id": "741", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597606.07, + 5434059.79 + ], + [ + 597613.14, + 5434068.46 + ], + [ + 597624.26, + 5434059.37 + ], + [ + 597617.42, + 5434050.72 + ], + [ + 597606.07, + 5434059.79 + ] + ] + ] + } + }, + { + "id": "742", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597615.08, + 5434075.37 + ], + [ + 597620.24, + 5434078.55 + ], + [ + 597622.07, + 5434075.53 + ], + [ + 597616.88, + 5434072.39 + ], + [ + 597615.08, + 5434075.37 + ] + ] + ] + } + }, + { + "id": "743", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597629.36, + 5434103.22 + ], + [ + 597639.76, + 5434104.69 + ], + [ + 597640.65, + 5434098.14 + ], + [ + 597630.32, + 5434096.74 + ], + [ + 597629.36, + 5434103.22 + ] + ] + ] + } + }, + { + "id": "744", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597578.01, + 5434051.08 + ], + [ + 597585.05, + 5434060.08 + ], + [ + 597590.76, + 5434055.6 + ], + [ + 597591.19, + 5434056.15 + ], + [ + 597593.61, + 5434054.24 + ], + [ + 597593.2, + 5434053.7 + ], + [ + 597597.03, + 5434050.7 + ], + [ + 597589.98, + 5434041.72 + ], + [ + 597578.01, + 5434051.08 + ] + ] + ] + } + }, + { + "id": "745", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598204.49, + 5434604.25 + ], + [ + 598206.44, + 5434612.69 + ], + [ + 598207.14, + 5434615.69 + ], + [ + 598211.34, + 5434614.7 + ], + [ + 598211.09, + 5434613.63 + ], + [ + 598210.64, + 5434611.71 + ], + [ + 598216.76, + 5434610.28 + ], + [ + 598217.04, + 5434610.22 + ], + [ + 598215.15, + 5434602.06 + ], + [ + 598215.1, + 5434601.82 + ], + [ + 598204.49, + 5434604.25 + ] + ] + ] + } + }, + { + "id": "746", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597598.14, + 5434049.78 + ], + [ + 597606.07, + 5434059.79 + ], + [ + 597617.42, + 5434050.72 + ], + [ + 597609.69, + 5434040.8 + ], + [ + 597598.14, + 5434049.78 + ] + ] + ] + } + }, + { + "id": "747", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597300.91, + 5434044.46 + ], + [ + 597302.99, + 5434048.02 + ], + [ + 597306.6, + 5434045.92 + ], + [ + 597304.57, + 5434042.41 + ], + [ + 597300.91, + 5434044.46 + ] + ] + ] + } + }, + { + "id": "748", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597418.38, + 5434132.74 + ], + [ + 597419.6, + 5434142.18 + ], + [ + 597434.06, + 5434140.74 + ], + [ + 597434.01, + 5434140.24 + ], + [ + 597436.76, + 5434139.97 + ], + [ + 597436.51, + 5434135.73 + ], + [ + 597433.82, + 5434135.94 + ], + [ + 597433.35, + 5434131.21 + ], + [ + 597418.38, + 5434132.74 + ] + ] + ] + } + }, + { + "id": "749", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597316.65, + 5434054.12 + ], + [ + 597321.17, + 5434063.17 + ], + [ + 597331.08, + 5434058.26 + ], + [ + 597327.64, + 5434051.31 + ], + [ + 597326.59, + 5434049.2 + ], + [ + 597323.46, + 5434050.76 + ], + [ + 597323.07, + 5434049.97 + ], + [ + 597319.4, + 5434051.79 + ], + [ + 597319.78, + 5434052.57 + ], + [ + 597316.65, + 5434054.12 + ] + ] + ] + } + }, + { + "id": "750", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598087.61, + 5434525.76 + ], + [ + 598088.79, + 5434529.04 + ], + [ + 598089.65, + 5434531.43 + ], + [ + 598097.25, + 5434528.62 + ], + [ + 598095.22, + 5434522.95 + ], + [ + 598088.03, + 5434525.61 + ], + [ + 598087.61, + 5434525.76 + ] + ] + ] + } + }, + { + "id": "751", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597485.45, + 5434119.25 + ], + [ + 597485.63, + 5434125.89 + ], + [ + 597491.28, + 5434125.73 + ], + [ + 597491.39, + 5434129.71 + ], + [ + 597500.61, + 5434129.46 + ], + [ + 597500.46, + 5434118.9 + ], + [ + 597485.45, + 5434119.25 + ] + ] + ] + } + }, + { + "id": "752", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598091.0, + 5434535.34 + ], + [ + 598094.98, + 5434546.72 + ], + [ + 598099.72, + 5434545.06 + ], + [ + 598095.75, + 5434533.69 + ], + [ + 598091.0, + 5434535.34 + ] + ] + ] + } + }, + { + "id": "753", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598074.29, + 5434504.15 + ], + [ + 598077.95, + 5434521.03 + ], + [ + 598081.58, + 5434537.16 + ], + [ + 598085.95, + 5434536.07 + ], + [ + 598085.99, + 5434536.22 + ], + [ + 598090.16, + 5434535.25 + ], + [ + 598088.79, + 5434529.04 + ], + [ + 598087.61, + 5434525.76 + ], + [ + 598088.03, + 5434525.61 + ], + [ + 598087.13, + 5434521.52 + ], + [ + 598086.65, + 5434519.38 + ], + [ + 598082.41, + 5434520.36 + ], + [ + 598082.33, + 5434519.99 + ], + [ + 598081.11, + 5434514.11 + ], + [ + 598082.45, + 5434513.79 + ], + [ + 598080.21, + 5434503.01 + ], + [ + 598074.29, + 5434504.15 + ] + ] + ] + } + }, + { + "id": "754", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597410.69, + 5434110.44 + ], + [ + 597411.04, + 5434113.36 + ], + [ + 597414.95, + 5434112.9 + ], + [ + 597414.62, + 5434109.98 + ], + [ + 597410.69, + 5434110.44 + ] + ] + ] + } + }, + { + "id": "755", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597417.76, + 5434088.74 + ], + [ + 597418.42, + 5434092.46 + ], + [ + 597418.86, + 5434095.0 + ], + [ + 597419.06, + 5434096.14 + ], + [ + 597426.22, + 5434094.88 + ], + [ + 597429.42, + 5434094.31 + ], + [ + 597428.75, + 5434090.6 + ], + [ + 597428.09, + 5434086.9 + ], + [ + 597423.43, + 5434087.73 + ], + [ + 597423.25, + 5434086.75 + ], + [ + 597418.34, + 5434087.63 + ], + [ + 597418.51, + 5434088.61 + ], + [ + 597417.76, + 5434088.74 + ] + ] + ] + } + }, + { + "id": "756", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597409.82, + 5434090.12 + ], + [ + 597410.94, + 5434096.4 + ], + [ + 597418.86, + 5434095.0 + ], + [ + 597418.42, + 5434092.46 + ], + [ + 597417.76, + 5434088.74 + ], + [ + 597409.82, + 5434090.12 + ] + ] + ] + } + }, + { + "id": "757", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597439.05, + 5434047.5 + ], + [ + 597441.1, + 5434057.34 + ], + [ + 597441.59, + 5434057.24 + ], + [ + 597442.5, + 5434061.45 + ], + [ + 597446.51, + 5434060.57 + ], + [ + 597446.56, + 5434060.83 + ], + [ + 597452.56, + 5434059.51 + ], + [ + 597449.42, + 5434045.1 + ], + [ + 597444.77, + 5434046.12 + ], + [ + 597443.7, + 5434045.35 + ], + [ + 597442.13, + 5434045.77 + ], + [ + 597441.37, + 5434047.02 + ], + [ + 597439.05, + 5434047.5 + ] + ] + ] + } + }, + { + "id": "758", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597453.48, + 5434078.51 + ], + [ + 597453.75, + 5434080.05 + ], + [ + 597455.56, + 5434090.47 + ], + [ + 597466.13, + 5434088.65 + ], + [ + 597464.08, + 5434076.65 + ], + [ + 597453.48, + 5434078.51 + ] + ] + ] + } + }, + { + "id": "759", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597452.98, + 5434112.49 + ], + [ + 597453.4, + 5434116.89 + ], + [ + 597454.54, + 5434128.67 + ], + [ + 597474.31, + 5434127.3 + ], + [ + 597476.88, + 5434127.11 + ], + [ + 597479.57, + 5434126.93 + ], + [ + 597479.04, + 5434119.43 + ], + [ + 597476.21, + 5434114.78 + ], + [ + 597474.22, + 5434114.93 + ], + [ + 597474.08, + 5434113.13 + ], + [ + 597473.92, + 5434111.0 + ], + [ + 597465.39, + 5434111.63 + ], + [ + 597465.21, + 5434111.64 + ], + [ + 597465.22, + 5434111.93 + ], + [ + 597462.22, + 5434112.14 + ], + [ + 597462.21, + 5434111.83 + ], + [ + 597462.02, + 5434111.84 + ], + [ + 597452.98, + 5434112.49 + ] + ] + ] + } + }, + { + "id": "760", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597495.66, + 5434082.59 + ], + [ + 597497.14, + 5434088.83 + ], + [ + 597506.69, + 5434086.54 + ], + [ + 597505.28, + 5434080.32 + ], + [ + 597495.66, + 5434082.59 + ] + ] + ] + } + }, + { + "id": "761", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597293.28, + 5434079.03 + ], + [ + 597297.79, + 5434086.53 + ], + [ + 597308.89, + 5434079.65 + ], + [ + 597304.3, + 5434072.14 + ], + [ + 597293.28, + 5434079.03 + ] + ] + ] + } + }, + { + "id": "762", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598024.26, + 5434598.29 + ], + [ + 598030.22, + 5434603.08 + ], + [ + 598032.45, + 5434600.3 + ], + [ + 598025.77, + 5434594.92 + ], + [ + 598024.71, + 5434596.13 + ], + [ + 598025.51, + 5434596.81 + ], + [ + 598024.26, + 5434598.29 + ] + ] + ] + } + }, + { + "id": "763", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598019.26, + 5434606.33 + ], + [ + 598024.75, + 5434610.72 + ], + [ + 598025.53, + 5434611.35 + ], + [ + 598028.64, + 5434607.39 + ], + [ + 598022.43, + 5434602.38 + ], + [ + 598019.26, + 5434606.33 + ] + ] + ] + } + }, + { + "id": "764", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598027.11, + 5434594.76 + ], + [ + 598030.77, + 5434597.06 + ], + [ + 598033.06, + 5434593.42 + ], + [ + 598029.43, + 5434591.12 + ], + [ + 598027.11, + 5434594.76 + ] + ] + ] + } + }, + { + "id": "765", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598010.87, + 5434597.86 + ], + [ + 598011.09, + 5434599.87 + ], + [ + 598012.77, + 5434608.5 + ], + [ + 598018.09, + 5434607.46 + ], + [ + 598016.97, + 5434601.69 + ], + [ + 598015.1, + 5434602.05 + ], + [ + 598014.16, + 5434597.26 + ], + [ + 598010.87, + 5434597.86 + ] + ] + ] + } + }, + { + "id": "766", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598036.25, + 5434580.46 + ], + [ + 598038.48, + 5434581.78 + ], + [ + 598041.02, + 5434577.49 + ], + [ + 598038.75, + 5434576.16 + ], + [ + 598036.25, + 5434580.46 + ] + ] + ] + } + }, + { + "id": "767", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597341.07, + 5434086.37 + ], + [ + 597345.96, + 5434096.45 + ], + [ + 597351.49, + 5434093.75 + ], + [ + 597346.55, + 5434083.6 + ], + [ + 597341.07, + 5434086.37 + ] + ] + ] + } + }, + { + "id": "768", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597287.64, + 5434102.65 + ], + [ + 597290.16, + 5434104.7 + ], + [ + 597294.07, + 5434107.89 + ], + [ + 597297.98, + 5434103.25 + ], + [ + 597291.52, + 5434097.93 + ], + [ + 597287.64, + 5434102.65 + ] + ] + ] + } + }, + { + "id": "769", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597382.09, + 5434083.9 + ], + [ + 597387.01, + 5434084.08 + ], + [ + 597387.0, + 5434084.16 + ], + [ + 597389.0, + 5434084.24 + ], + [ + 597389.36, + 5434075.95 + ], + [ + 597386.02, + 5434075.81 + ], + [ + 597382.69, + 5434075.67 + ], + [ + 597382.09, + 5434083.9 + ] + ] + ] + } + }, + { + "id": "770", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598287.72, + 5434666.89 + ], + [ + 598302.16, + 5434668.74 + ], + [ + 598303.57, + 5434657.79 + ], + [ + 598289.52, + 5434655.97 + ], + [ + 598289.15, + 5434655.92 + ], + [ + 598288.51, + 5434660.62 + ], + [ + 598287.72, + 5434666.89 + ] + ] + ] + } + }, + { + "id": "771", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598404.35, + 5434649.07 + ], + [ + 598407.39, + 5434653.13 + ], + [ + 598409.27, + 5434651.7 + ], + [ + 598406.2, + 5434647.67 + ], + [ + 598404.35, + 5434649.07 + ] + ] + ] + } + }, + { + "id": "772", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598281.11, + 5434659.69 + ], + [ + 598281.37, + 5434659.72 + ], + [ + 598288.51, + 5434660.62 + ], + [ + 598289.15, + 5434655.92 + ], + [ + 598289.52, + 5434655.97 + ], + [ + 598289.69, + 5434654.68 + ], + [ + 598281.88, + 5434653.67 + ], + [ + 598281.43, + 5434657.18 + ], + [ + 598281.11, + 5434659.69 + ] + ] + ] + } + }, + { + "id": "773", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597353.04, + 5434093.62 + ], + [ + 597354.46, + 5434096.28 + ], + [ + 597358.45, + 5434103.78 + ], + [ + 597363.46, + 5434101.11 + ], + [ + 597358.05, + 5434090.95 + ], + [ + 597353.04, + 5434093.62 + ] + ] + ] + } + }, + { + "id": "774", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597317.35, + 5434071.5 + ], + [ + 597320.98, + 5434080.85 + ], + [ + 597328.45, + 5434077.95 + ], + [ + 597324.87, + 5434068.57 + ], + [ + 597317.35, + 5434071.5 + ] + ] + ] + } + }, + { + "id": "775", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597320.98, + 5434080.85 + ], + [ + 597323.33, + 5434086.9 + ], + [ + 597330.77, + 5434084.03 + ], + [ + 597328.45, + 5434077.95 + ], + [ + 597320.98, + 5434080.85 + ] + ] + ] + } + }, + { + "id": "776", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598405.69, + 5434647.0 + ], + [ + 598406.2, + 5434647.67 + ], + [ + 598409.27, + 5434651.7 + ], + [ + 598415.94, + 5434646.62 + ], + [ + 598412.52, + 5434642.11 + ], + [ + 598412.37, + 5434641.92 + ], + [ + 598407.26, + 5434645.81 + ], + [ + 598405.69, + 5434647.0 + ] + ] + ] + } + }, + { + "id": "777", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597339.33, + 5434104.22 + ], + [ + 597343.63, + 5434112.56 + ], + [ + 597345.11, + 5434111.85 + ], + [ + 597346.92, + 5434115.48 + ], + [ + 597355.85, + 5434110.57 + ], + [ + 597353.59, + 5434106.21 + ], + [ + 597358.45, + 5434103.78 + ], + [ + 597354.46, + 5434096.28 + ], + [ + 597339.33, + 5434104.22 + ] + ] + ] + } + }, + { + "id": "778", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597336.8, + 5434077.91 + ], + [ + 597341.07, + 5434086.37 + ], + [ + 597346.55, + 5434083.6 + ], + [ + 597342.25, + 5434075.09 + ], + [ + 597336.8, + 5434077.91 + ] + ] + ] + } + }, + { + "id": "779", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597374.9, + 5434098.18 + ], + [ + 597386.46, + 5434098.67 + ], + [ + 597387.0, + 5434084.16 + ], + [ + 597387.01, + 5434084.08 + ], + [ + 597382.09, + 5434083.9 + ], + [ + 597375.52, + 5434083.63 + ], + [ + 597375.41, + 5434084.04 + ], + [ + 597375.12, + 5434092.21 + ], + [ + 597374.9, + 5434098.18 + ] + ] + ] + } + }, + { + "id": "780", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597272.76, + 5434095.73 + ], + [ + 597280.89, + 5434109.05 + ], + [ + 597286.04, + 5434105.86 + ], + [ + 597277.9, + 5434092.55 + ], + [ + 597272.76, + 5434095.73 + ] + ] + ] + } + }, + { + "id": "781", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597239.99, + 5434107.4 + ], + [ + 597241.64, + 5434112.21 + ], + [ + 597248.86, + 5434109.78 + ], + [ + 597247.28, + 5434105.01 + ], + [ + 597239.99, + 5434107.4 + ] + ] + ] + } + }, + { + "id": "782", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596541.29, + 5433735.19 + ], + [ + 596541.76, + 5433735.48 + ], + [ + 596548.65, + 5433739.6 + ], + [ + 596549.38, + 5433740.04 + ], + [ + 596551.84, + 5433741.51 + ], + [ + 596555.27, + 5433735.47 + ], + [ + 596553.03, + 5433734.15 + ], + [ + 596552.9, + 5433734.07 + ], + [ + 596547.1, + 5433730.65 + ], + [ + 596544.68, + 5433729.23 + ], + [ + 596541.29, + 5433735.19 + ] + ] + ] + } + }, + { + "id": "783", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596540.46, + 5433737.66 + ], + [ + 596547.32, + 5433741.82 + ], + [ + 596548.65, + 5433739.6 + ], + [ + 596541.76, + 5433735.48 + ], + [ + 596540.46, + 5433737.66 + ] + ] + ] + } + }, + { + "id": "784", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596525.64, + 5433857.98 + ], + [ + 596531.47, + 5433858.88 + ], + [ + 596532.01, + 5433855.38 + ], + [ + 596526.2, + 5433854.47 + ], + [ + 596525.64, + 5433857.98 + ] + ] + ] + } + }, + { + "id": "785", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596526.2, + 5433854.47 + ], + [ + 596532.01, + 5433855.38 + ], + [ + 596533.19, + 5433855.56 + ], + [ + 596534.76, + 5433845.58 + ], + [ + 596527.81, + 5433844.46 + ], + [ + 596526.2, + 5433854.47 + ] + ] + ] + } + }, + { + "id": "786", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597910.36, + 5434145.94 + ], + [ + 597918.86, + 5434146.51 + ], + [ + 597919.76, + 5434132.82 + ], + [ + 597911.27, + 5434132.24 + ], + [ + 597910.36, + 5434145.94 + ] + ] + ] + } + }, + { + "id": "787", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597933.52, + 5434114.84 + ], + [ + 597938.06, + 5434115.14 + ], + [ + 597938.89, + 5434102.95 + ], + [ + 597935.4, + 5434102.72 + ], + [ + 597934.36, + 5434102.64 + ], + [ + 597933.52, + 5434114.84 + ] + ] + ] + } + }, + { + "id": "788", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597901.18, + 5434157.49 + ], + [ + 597917.82, + 5434161.28 + ], + [ + 597918.0, + 5434160.57 + ], + [ + 597919.76, + 5434153.37 + ], + [ + 597903.08, + 5434149.3 + ], + [ + 597901.18, + 5434157.49 + ] + ] + ] + } + }, + { + "id": "789", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597368.49, + 5434147.89 + ], + [ + 597369.17, + 5434154.39 + ], + [ + 597385.96, + 5434152.65 + ], + [ + 597385.6, + 5434149.25 + ], + [ + 597385.28, + 5434146.11 + ], + [ + 597368.49, + 5434147.89 + ] + ] + ] + } + }, + { + "id": "790", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597893.28, + 5434131.13 + ], + [ + 597906.91, + 5434131.94 + ], + [ + 597907.58, + 5434120.88 + ], + [ + 597904.15, + 5434120.64 + ], + [ + 597904.33, + 5434118.1 + ], + [ + 597899.58, + 5434117.81 + ], + [ + 597899.41, + 5434120.34 + ], + [ + 597894.09, + 5434119.99 + ], + [ + 597893.28, + 5434131.13 + ] + ] + ] + } + }, + { + "id": "791", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598637.4, + 5433948.19 + ], + [ + 598654.36, + 5433952.94 + ], + [ + 598654.36, + 5433952.8 + ], + [ + 598698.06, + 5433965.16 + ], + [ + 598701.39, + 5433953.03 + ], + [ + 598701.71, + 5433951.87 + ], + [ + 598676.78, + 5433944.87 + ], + [ + 598677.12, + 5433943.67 + ], + [ + 598672.99, + 5433942.5 + ], + [ + 598658.49, + 5433938.38 + ], + [ + 598662.46, + 5433924.0 + ], + [ + 598645.51, + 5433919.22 + ], + [ + 598637.4, + 5433948.19 + ] + ] + ] + } + }, + { + "id": "792", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597935.4, + 5434102.72 + ], + [ + 597938.89, + 5434102.95 + ], + [ + 597938.06, + 5434115.14 + ], + [ + 597946.8, + 5434115.71 + ], + [ + 597950.29, + 5434115.95 + ], + [ + 597951.64, + 5434096.05 + ], + [ + 597948.15, + 5434095.81 + ], + [ + 597939.41, + 5434095.18 + ], + [ + 597935.92, + 5434094.95 + ], + [ + 597935.4, + 5434102.72 + ] + ] + ] + } + }, + { + "id": "793", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597906.91, + 5434131.94 + ], + [ + 597911.27, + 5434132.24 + ], + [ + 597919.76, + 5434132.82 + ], + [ + 597933.64, + 5434133.75 + ], + [ + 597934.39, + 5434122.73 + ], + [ + 597907.58, + 5434120.88 + ], + [ + 597906.91, + 5434131.94 + ] + ] + ] + } + }, + { + "id": "794", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596545.01, + 5433728.65 + ], + [ + 596547.53, + 5433729.91 + ], + [ + 596549.5, + 5433726.53 + ], + [ + 596547.03, + 5433725.12 + ], + [ + 596545.01, + 5433728.65 + ] + ] + ] + } + }, + { + "id": "795", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597279.45, + 5434061.56 + ], + [ + 597284.82, + 5434069.68 + ], + [ + 597287.84, + 5434067.68 + ], + [ + 597288.67, + 5434068.93 + ], + [ + 597292.49, + 5434066.38 + ], + [ + 597292.6, + 5434066.33 + ], + [ + 597291.78, + 5434065.08 + ], + [ + 597294.39, + 5434063.35 + ], + [ + 597295.22, + 5434062.8 + ], + [ + 597289.86, + 5434054.68 + ], + [ + 597285.69, + 5434057.43 + ], + [ + 597284.4, + 5434057.69 + ], + [ + 597283.49, + 5434058.31 + ], + [ + 597282.79, + 5434059.36 + ], + [ + 597279.45, + 5434061.56 + ] + ] + ] + } + }, + { + "id": "796", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598401.79, + 5434638.68 + ], + [ + 598407.26, + 5434645.81 + ], + [ + 598412.37, + 5434641.92 + ], + [ + 598412.52, + 5434642.11 + ], + [ + 598420.17, + 5434636.27 + ], + [ + 598412.95, + 5434626.87 + ], + [ + 598407.58, + 5434630.99 + ], + [ + 598409.74, + 5434633.8 + ], + [ + 598407.78, + 5434635.31 + ], + [ + 598407.2, + 5434634.54 + ], + [ + 598406.99, + 5434634.7 + ], + [ + 598401.79, + 5434638.68 + ] + ] + ] + } + }, + { + "id": "797", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597291.78, + 5434065.08 + ], + [ + 597292.6, + 5434066.33 + ], + [ + 597292.49, + 5434066.38 + ], + [ + 597293.11, + 5434067.35 + ], + [ + 597296.43, + 5434072.36 + ], + [ + 597301.45, + 5434069.06 + ], + [ + 597298.15, + 5434064.08 + ], + [ + 597295.88, + 5434065.58 + ], + [ + 597294.39, + 5434063.35 + ], + [ + 597291.78, + 5434065.08 + ] + ] + ] + } + }, + { + "id": "798", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597157.28, + 5433042.09 + ], + [ + 597162.39, + 5433044.21 + ], + [ + 597165.12, + 5433037.57 + ], + [ + 597168.26, + 5433038.86 + ], + [ + 597170.2, + 5433034.25 + ], + [ + 597181.23, + 5433037.98 + ], + [ + 597185.13, + 5433026.6 + ], + [ + 597166.11, + 5433020.07 + ], + [ + 597159.19, + 5433037.34 + ], + [ + 597157.28, + 5433042.09 + ] + ] + ] + } + }, + { + "id": "799", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597618.84, + 5434087.95 + ], + [ + 597628.37, + 5434092.22 + ], + [ + 597630.99, + 5434086.39 + ], + [ + 597621.48, + 5434081.99 + ], + [ + 597618.84, + 5434087.95 + ] + ] + ] + } + }, + { + "id": "800", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596562.1, + 5433660.41 + ], + [ + 596565.32, + 5433663.55 + ], + [ + 596568.98, + 5433659.79 + ], + [ + 596565.75, + 5433656.65 + ], + [ + 596562.1, + 5433660.41 + ] + ] + ] + } + }, + { + "id": "801", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598224.91, + 5434483.93 + ], + [ + 598229.93, + 5434494.43 + ], + [ + 598243.05, + 5434488.15 + ], + [ + 598238.07, + 5434477.63 + ], + [ + 598224.91, + 5434483.93 + ] + ] + ] + } + }, + { + "id": "802", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597659.64, + 5434285.53 + ], + [ + 597660.2, + 5434286.01 + ], + [ + 597661.42, + 5434284.62 + ], + [ + 597660.87, + 5434284.13 + ], + [ + 597659.64, + 5434285.53 + ] + ] + ] + } + }, + { + "id": "803", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596382.61, + 5433356.77 + ], + [ + 596386.7, + 5433357.15 + ], + [ + 596387.14, + 5433350.8 + ], + [ + 596386.42, + 5433350.73 + ], + [ + 596383.19, + 5433350.44 + ], + [ + 596382.61, + 5433356.77 + ] + ] + ] + } + }, + { + "id": "804", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596404.75, + 5433368.63 + ], + [ + 596405.22, + 5433370.32 + ], + [ + 596410.51, + 5433368.9 + ], + [ + 596409.35, + 5433364.57 + ], + [ + 596405.97, + 5433365.47 + ], + [ + 596406.68, + 5433368.1 + ], + [ + 596404.75, + 5433368.63 + ] + ] + ] + } + }, + { + "id": "805", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596383.19, + 5433350.44 + ], + [ + 596386.42, + 5433350.73 + ], + [ + 596387.26, + 5433343.86 + ], + [ + 596384.17, + 5433343.42 + ], + [ + 596383.19, + 5433350.44 + ] + ] + ] + } + }, + { + "id": "806", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597173.24, + 5433064.76 + ], + [ + 597173.91, + 5433064.96 + ], + [ + 597173.37, + 5433066.8 + ], + [ + 597183.97, + 5433069.91 + ], + [ + 597186.71, + 5433060.56 + ], + [ + 597176.13, + 5433057.44 + ], + [ + 597175.04, + 5433061.13 + ], + [ + 597174.36, + 5433060.94 + ], + [ + 597173.24, + 5433064.76 + ] + ] + ] + } + }, + { + "id": "807", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596943.29, + 5433370.53 + ], + [ + 596949.95, + 5433371.26 + ], + [ + 596951.02, + 5433361.37 + ], + [ + 596944.34, + 5433360.64 + ], + [ + 596943.29, + 5433370.53 + ] + ] + ] + } + }, + { + "id": "808", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597195.1, + 5433058.17 + ], + [ + 597206.69, + 5433061.23 + ], + [ + 597209.51, + 5433050.52 + ], + [ + 597197.88, + 5433047.47 + ], + [ + 597196.42, + 5433053.14 + ], + [ + 597195.1, + 5433058.17 + ] + ] + ] + } + }, + { + "id": "809", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597117.61, + 5433068.57 + ], + [ + 597123.84, + 5433069.86 + ], + [ + 597124.75, + 5433064.96 + ], + [ + 597118.62, + 5433063.64 + ], + [ + 597117.61, + 5433068.57 + ] + ] + ] + } + }, + { + "id": "810", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596528.59, + 5433656.67 + ], + [ + 596532.89, + 5433661.22 + ], + [ + 596537.11, + 5433657.32 + ], + [ + 596532.89, + 5433652.76 + ], + [ + 596528.59, + 5433656.67 + ] + ] + ] + } + }, + { + "id": "811", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596449.47, + 5433719.16 + ], + [ + 596454.36, + 5433723.8 + ], + [ + 596456.16, + 5433721.9 + ], + [ + 596457.25, + 5433722.95 + ], + [ + 596461.72, + 5433718.25 + ], + [ + 596461.27, + 5433717.82 + ], + [ + 596455.8, + 5433712.53 + ], + [ + 596449.47, + 5433719.16 + ] + ] + ] + } + }, + { + "id": "812", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596448.97, + 5433705.96 + ], + [ + 596451.86, + 5433708.69 + ], + [ + 596459.09, + 5433701.1 + ], + [ + 596459.27, + 5433701.26 + ], + [ + 596460.04, + 5433700.45 + ], + [ + 596456.96, + 5433697.54 + ], + [ + 596448.97, + 5433705.96 + ] + ] + ] + } + }, + { + "id": "813", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596451.86, + 5433708.69 + ], + [ + 596455.8, + 5433712.53 + ], + [ + 596461.27, + 5433717.82 + ], + [ + 596468.58, + 5433710.12 + ], + [ + 596465.24, + 5433706.94 + ], + [ + 596466.01, + 5433706.13 + ], + [ + 596463.31, + 5433703.55 + ], + [ + 596462.53, + 5433704.36 + ], + [ + 596459.27, + 5433701.26 + ], + [ + 596459.09, + 5433701.1 + ], + [ + 596451.86, + 5433708.69 + ] + ] + ] + } + }, + { + "id": "814", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597508.52, + 5434122.34 + ], + [ + 597508.6, + 5434127.24 + ], + [ + 597508.63, + 5434129.15 + ], + [ + 597508.68, + 5434132.16 + ], + [ + 597518.45, + 5434132.01 + ], + [ + 597518.39, + 5434127.1 + ], + [ + 597518.32, + 5434122.2 + ], + [ + 597508.52, + 5434122.34 + ] + ] + ] + } + }, + { + "id": "815", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596428.98, + 5433747.28 + ], + [ + 596432.75, + 5433748.56 + ], + [ + 596432.59, + 5433749.05 + ], + [ + 596438.4, + 5433751.05 + ], + [ + 596442.24, + 5433740.01 + ], + [ + 596442.35, + 5433739.7 + ], + [ + 596441.76, + 5433739.5 + ], + [ + 596439.45, + 5433738.7 + ], + [ + 596437.99, + 5433738.2 + ], + [ + 596436.53, + 5433737.68 + ], + [ + 596436.37, + 5433738.14 + ], + [ + 596432.6, + 5433736.86 + ], + [ + 596428.98, + 5433747.28 + ] + ] + ] + } + }, + { + "id": "816", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596439.45, + 5433738.7 + ], + [ + 596441.76, + 5433739.5 + ], + [ + 596442.35, + 5433739.7 + ], + [ + 596442.24, + 5433740.01 + ], + [ + 596445.54, + 5433741.2 + ], + [ + 596445.64, + 5433740.88 + ], + [ + 596447.77, + 5433734.77 + ], + [ + 596447.78, + 5433734.72 + ], + [ + 596443.93, + 5433733.36 + ], + [ + 596441.61, + 5433732.59 + ], + [ + 596439.45, + 5433738.7 + ] + ] + ] + } + }, + { + "id": "817", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 596445.64, + 5433740.88 + ], + [ + 596450.36, + 5433742.5 + ], + [ + 596453.64, + 5433733.06 + ], + [ + 596450.15, + 5433731.85 + ], + [ + 596449.0, + 5433735.18 + ], + [ + 596447.77, + 5433734.77 + ], + [ + 596445.64, + 5433740.88 + ] + ] + ] + } + }, + { + "id": "818", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598787.27, + 5433841.85 + ], + [ + 598798.2, + 5433846.27 + ], + [ + 598800.81, + 5433839.85 + ], + [ + 598789.86, + 5433835.41 + ], + [ + 598787.27, + 5433841.85 + ] + ] + ] + } + }, + { + "id": "819", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598789.86, + 5433835.41 + ], + [ + 598800.81, + 5433839.85 + ], + [ + 598805.75, + 5433827.69 + ], + [ + 598807.09, + 5433828.23 + ], + [ + 598808.74, + 5433824.19 + ], + [ + 598803.01, + 5433821.84 + ], + [ + 598801.47, + 5433825.59 + ], + [ + 598797.5, + 5433823.96 + ], + [ + 598794.11, + 5433832.24 + ], + [ + 598791.58, + 5433831.21 + ], + [ + 598789.86, + 5433835.41 + ] + ] + ] + } + }, + { + "id": "820", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 598760.3, + 5433908.13 + ], + [ + 598770.13, + 5433911.94 + ], + [ + 598771.46, + 5433908.73 + ], + [ + 598772.86, + 5433909.29 + ], + [ + 598774.08, + 5433906.28 + ], + [ + 598782.07, + 5433909.38 + ], + [ + 598788.74, + 5433892.49 + ], + [ + 598779.41, + 5433889.11 + ], + [ + 598769.66, + 5433885.14 + ], + [ + 598760.3, + 5433908.13 + ] + ] + ] + } + }, + { + "id": "821", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 597157.74, + 5434110.13 + ], + [ + 597159.48, + 5434114.33 + ], + [ + 597161.38, + 5434113.54 + ], + [ + 597163.27, + 5434112.76 + ], + [ + 597161.54, + 5434108.56 + ], + [ + 597159.64, + 5434109.34 + ], + [ + 597157.74, + 5434110.13 + ] + ] + ] + } + }, + { + "id": "822", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591976.8, + 5437393.69 + ], + [ + 591977.81, + 5437399.61 + ], + [ + 591986.08, + 5437398.32 + ], + [ + 591985.13, + 5437392.36 + ], + [ + 591976.8, + 5437393.69 + ] + ] + ] + } + }, + { + "id": "823", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591390.53, + 5437602.6 + ], + [ + 591390.85, + 5437607.11 + ], + [ + 591395.35, + 5437606.79 + ], + [ + 591395.04, + 5437602.27 + ], + [ + 591390.53, + 5437602.6 + ] + ] + ] + } + }, + { + "id": "824", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591260.46, + 5436898.72 + ], + [ + 591262.53, + 5436899.22 + ], + [ + 591264.6, + 5436899.73 + ], + [ + 591265.36, + 5436896.63 + ], + [ + 591263.28, + 5436896.12 + ], + [ + 591261.21, + 5436895.62 + ], + [ + 591260.46, + 5436898.72 + ] + ] + ] + } + }, + { + "id": "825", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591202.94, + 5437454.83 + ], + [ + 591210.8, + 5437456.34 + ], + [ + 591211.61, + 5437452.09 + ], + [ + 591203.76, + 5437450.58 + ], + [ + 591202.94, + 5437454.83 + ] + ] + ] + } + }, + { + "id": "826", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591913.41, + 5437255.07 + ], + [ + 591914.38, + 5437258.55 + ], + [ + 591917.74, + 5437257.57 + ], + [ + 591916.75, + 5437254.16 + ], + [ + 591913.41, + 5437255.07 + ] + ] + ] + } + }, + { + "id": "827", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591977.14, + 5437341.23 + ], + [ + 591977.27, + 5437342.71 + ], + [ + 591977.23, + 5437345.04 + ], + [ + 591980.48, + 5437344.9 + ], + [ + 591980.19, + 5437340.83 + ], + [ + 591977.14, + 5437341.23 + ] + ] + ] + } + }, + { + "id": "828", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592053.16, + 5437238.01 + ], + [ + 592053.81, + 5437242.13 + ], + [ + 592054.25, + 5437244.93 + ], + [ + 592054.85, + 5437245.36 + ], + [ + 592055.46, + 5437245.8 + ], + [ + 592067.89, + 5437243.81 + ], + [ + 592065.62, + 5437229.49 + ], + [ + 592058.43, + 5437230.63 + ], + [ + 592059.44, + 5437237.03 + ], + [ + 592053.35, + 5437237.99 + ], + [ + 592053.16, + 5437238.01 + ] + ] + ] + } + }, + { + "id": "829", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591989.63, + 5437375.34 + ], + [ + 591990.85, + 5437378.79 + ], + [ + 591993.37, + 5437378.4 + ], + [ + 591993.39, + 5437378.57 + ], + [ + 592000.03, + 5437376.92 + ], + [ + 591999.02, + 5437372.47 + ], + [ + 591989.63, + 5437375.34 + ] + ] + ] + } + }, + { + "id": "830", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592048.41, + 5437234.63 + ], + [ + 592050.13, + 5437245.58 + ], + [ + 592054.25, + 5437244.93 + ], + [ + 592053.81, + 5437242.13 + ], + [ + 592053.16, + 5437238.01 + ], + [ + 592053.35, + 5437237.99 + ], + [ + 592052.73, + 5437234.08 + ], + [ + 592048.75, + 5437234.72 + ], + [ + 592048.74, + 5437234.58 + ], + [ + 592048.41, + 5437234.63 + ] + ] + ] + } + }, + { + "id": "831", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591928.55, + 5437304.31 + ], + [ + 591929.61, + 5437307.49 + ], + [ + 591931.51, + 5437306.86 + ], + [ + 591933.36, + 5437306.24 + ], + [ + 591935.4, + 5437305.56 + ], + [ + 591934.33, + 5437302.36 + ], + [ + 591932.3, + 5437303.05 + ], + [ + 591930.44, + 5437303.67 + ], + [ + 591928.55, + 5437304.31 + ] + ] + ] + } + }, + { + "id": "832", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591213.1, + 5437596.88 + ], + [ + 591222.11, + 5437598.03 + ], + [ + 591222.58, + 5437594.29 + ], + [ + 591223.04, + 5437590.54 + ], + [ + 591214.06, + 5437589.43 + ], + [ + 591213.58, + 5437593.15 + ], + [ + 591213.1, + 5437596.88 + ] + ] + ] + } + }, + { + "id": "833", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591360.93, + 5437615.28 + ], + [ + 591384.94, + 5437619.16 + ], + [ + 591385.95, + 5437612.96 + ], + [ + 591386.94, + 5437606.78 + ], + [ + 591362.93, + 5437602.9 + ], + [ + 591362.77, + 5437603.9 + ], + [ + 591361.94, + 5437609.09 + ], + [ + 591361.26, + 5437613.26 + ], + [ + 591360.93, + 5437615.28 + ] + ] + ] + } + }, + { + "id": "834", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591399.19, + 5437641.91 + ], + [ + 591404.36, + 5437643.28 + ], + [ + 591404.71, + 5437641.95 + ], + [ + 591405.44, + 5437642.13 + ], + [ + 591409.18, + 5437643.13 + ], + [ + 591412.04, + 5437632.39 + ], + [ + 591407.57, + 5437631.21 + ], + [ + 591408.06, + 5437629.4 + ], + [ + 591402.87, + 5437628.03 + ], + [ + 591399.6, + 5437640.33 + ], + [ + 591399.19, + 5437641.91 + ] + ] + ] + } + }, + { + "id": "835", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591395.73, + 5437648.59 + ], + [ + 591402.47, + 5437650.4 + ], + [ + 591404.36, + 5437643.28 + ], + [ + 591399.19, + 5437641.91 + ], + [ + 591399.6, + 5437640.33 + ], + [ + 591398.03, + 5437639.91 + ], + [ + 591395.73, + 5437648.59 + ] + ] + ] + } + }, + { + "id": "836", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592129.63, + 5437261.39 + ], + [ + 592131.81, + 5437265.89 + ], + [ + 592138.46, + 5437262.59 + ], + [ + 592136.24, + 5437258.11 + ], + [ + 592129.63, + 5437261.39 + ] + ] + ] + } + }, + { + "id": "837", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591937.41, + 5437286.0 + ], + [ + 591938.97, + 5437291.85 + ], + [ + 591941.89, + 5437291.07 + ], + [ + 591944.8, + 5437290.3 + ], + [ + 591943.26, + 5437284.46 + ], + [ + 591940.33, + 5437285.23 + ], + [ + 591937.41, + 5437286.0 + ] + ] + ] + } + }, + { + "id": "838", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591940.61, + 5437308.32 + ], + [ + 591941.07, + 5437309.77 + ], + [ + 591941.54, + 5437311.22 + ], + [ + 591946.34, + 5437309.67 + ], + [ + 591945.86, + 5437308.22 + ], + [ + 591945.39, + 5437306.77 + ], + [ + 591940.61, + 5437308.32 + ] + ] + ] + } + }, + { + "id": "839", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591909.24, + 5437323.46 + ], + [ + 591910.17, + 5437326.49 + ], + [ + 591917.85, + 5437324.02 + ], + [ + 591916.83, + 5437320.94 + ], + [ + 591909.24, + 5437323.46 + ] + ] + ] + } + }, + { + "id": "840", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591273.64, + 5437565.47 + ], + [ + 591278.77, + 5437566.83 + ], + [ + 591281.55, + 5437554.88 + ], + [ + 591279.78, + 5437554.48 + ], + [ + 591276.44, + 5437553.74 + ], + [ + 591273.64, + 5437565.47 + ] + ] + ] + } + }, + { + "id": "841", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591866.42, + 5437318.6 + ], + [ + 591876.38, + 5437328.95 + ], + [ + 591880.75, + 5437324.72 + ], + [ + 591870.7, + 5437314.4 + ], + [ + 591866.42, + 5437318.6 + ] + ] + ] + } + }, + { + "id": "842", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591875.15, + 5437339.24 + ], + [ + 591875.33, + 5437339.54 + ], + [ + 591878.21, + 5437344.09 + ], + [ + 591880.6, + 5437347.87 + ], + [ + 591882.16, + 5437346.88 + ], + [ + 591883.78, + 5437345.86 + ], + [ + 591886.31, + 5437344.25 + ], + [ + 591892.16, + 5437340.54 + ], + [ + 591896.52, + 5437337.86 + ], + [ + 591891.0, + 5437329.26 + ], + [ + 591875.15, + 5437339.24 + ] + ] + ] + } + }, + { + "id": "843", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591845.77, + 5437337.43 + ], + [ + 591854.98, + 5437343.05 + ], + [ + 591861.64, + 5437347.1 + ], + [ + 591867.6, + 5437337.77 + ], + [ + 591851.73, + 5437327.89 + ], + [ + 591845.77, + 5437337.43 + ] + ] + ] + } + }, + { + "id": "844", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591195.85, + 5437592.9 + ], + [ + 591201.31, + 5437593.64 + ], + [ + 591201.98, + 5437588.7 + ], + [ + 591196.53, + 5437587.95 + ], + [ + 591195.85, + 5437592.9 + ] + ] + ] + } + }, + { + "id": "845", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591196.53, + 5437587.95 + ], + [ + 591201.98, + 5437588.7 + ], + [ + 591203.29, + 5437578.83 + ], + [ + 591197.84, + 5437578.1 + ], + [ + 591196.53, + 5437587.95 + ] + ] + ] + } + }, + { + "id": "846", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591258.99, + 5437498.25 + ], + [ + 591263.03, + 5437498.25 + ], + [ + 591263.05, + 5437481.15 + ], + [ + 591259.01, + 5437481.15 + ], + [ + 591258.99, + 5437498.25 + ] + ] + ] + } + }, + { + "id": "847", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591882.21, + 5437359.95 + ], + [ + 591885.83, + 5437362.09 + ], + [ + 591887.03, + 5437360.04 + ], + [ + 591883.43, + 5437357.89 + ], + [ + 591882.21, + 5437359.95 + ] + ] + ] + } + }, + { + "id": "848", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591856.31, + 5437355.47 + ], + [ + 591866.58, + 5437362.0 + ], + [ + 591867.13, + 5437361.12 + ], + [ + 591873.4, + 5437351.2 + ], + [ + 591877.86, + 5437344.14 + ], + [ + 591874.08, + 5437341.79 + ], + [ + 591867.6, + 5437337.77 + ], + [ + 591861.64, + 5437347.1 + ], + [ + 591856.31, + 5437355.47 + ] + ] + ] + } + }, + { + "id": "849", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591241.89, + 5437538.91 + ], + [ + 591245.01, + 5437539.48 + ], + [ + 591246.47, + 5437539.76 + ], + [ + 591253.37, + 5437541.04 + ], + [ + 591256.51, + 5437541.62 + ], + [ + 591258.62, + 5437530.33 + ], + [ + 591249.39, + 5437528.62 + ], + [ + 591250.32, + 5437523.64 + ], + [ + 591244.84, + 5437522.61 + ], + [ + 591243.99, + 5437527.62 + ], + [ + 591243.65, + 5437529.58 + ], + [ + 591242.32, + 5437530.49 + ], + [ + 591241.92, + 5437532.6 + ], + [ + 591242.83, + 5437533.88 + ], + [ + 591241.89, + 5437538.91 + ] + ] + ] + } + }, + { + "id": "850", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591386.12, + 5436832.08 + ], + [ + 591387.93, + 5436839.69 + ], + [ + 591396.75, + 5436837.59 + ], + [ + 591394.96, + 5436829.98 + ], + [ + 591386.12, + 5436832.08 + ] + ] + ] + } + }, + { + "id": "851", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591844.1, + 5437339.7 + ], + [ + 591852.77, + 5437346.06 + ], + [ + 591854.98, + 5437343.05 + ], + [ + 591845.77, + 5437337.43 + ], + [ + 591844.1, + 5437339.7 + ] + ] + ] + } + }, + { + "id": "852", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591831.74, + 5437409.33 + ], + [ + 591839.82, + 5437411.71 + ], + [ + 591840.72, + 5437410.32 + ], + [ + 591833.94, + 5437405.99 + ], + [ + 591831.74, + 5437409.33 + ] + ] + ] + } + }, + { + "id": "853", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591378.99, + 5436891.26 + ], + [ + 591388.37, + 5436891.64 + ], + [ + 591388.89, + 5436879.22 + ], + [ + 591379.5, + 5436878.81 + ], + [ + 591378.99, + 5436891.26 + ] + ] + ] + } + }, + { + "id": "854", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591229.93, + 5437476.26 + ], + [ + 591241.11, + 5437476.93 + ], + [ + 591241.82, + 5437465.06 + ], + [ + 591230.63, + 5437464.4 + ], + [ + 591230.02, + 5437474.83 + ], + [ + 591229.93, + 5437476.26 + ] + ] + ] + } + }, + { + "id": "855", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591833.85, + 5437405.93 + ], + [ + 591833.94, + 5437405.99 + ], + [ + 591840.72, + 5437410.32 + ], + [ + 591840.93, + 5437410.45 + ], + [ + 591846.91, + 5437401.45 + ], + [ + 591847.02, + 5437401.28 + ], + [ + 591839.98, + 5437396.85 + ], + [ + 591833.85, + 5437405.93 + ] + ] + ] + } + }, + { + "id": "856", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591222.57, + 5437457.45 + ], + [ + 591227.88, + 5437458.07 + ], + [ + 591228.13, + 5437455.17 + ], + [ + 591222.89, + 5437454.67 + ], + [ + 591222.57, + 5437457.45 + ] + ] + ] + } + }, + { + "id": "857", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591217.35, + 5437479.1 + ], + [ + 591229.71, + 5437480.11 + ], + [ + 591229.93, + 5437476.26 + ], + [ + 591230.02, + 5437474.83 + ], + [ + 591220.55, + 5437474.13 + ], + [ + 591217.63, + 5437473.92 + ], + [ + 591217.63, + 5437474.2 + ], + [ + 591217.35, + 5437479.1 + ] + ] + ] + } + }, + { + "id": "858", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591276.41, + 5437464.1 + ], + [ + 591276.49, + 5437476.75 + ], + [ + 591285.87, + 5437476.7 + ], + [ + 591285.81, + 5437464.08 + ], + [ + 591276.41, + 5437464.1 + ] + ] + ] + } + }, + { + "id": "859", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591213.7, + 5437446.57 + ], + [ + 591222.88, + 5437448.36 + ], + [ + 591223.28, + 5437446.28 + ], + [ + 591224.51, + 5437446.52 + ], + [ + 591225.19, + 5437442.85 + ], + [ + 591223.96, + 5437442.61 + ], + [ + 591225.03, + 5437436.96 + ], + [ + 591215.86, + 5437435.2 + ], + [ + 591215.32, + 5437438.09 + ], + [ + 591214.94, + 5437440.05 + ], + [ + 591213.7, + 5437446.57 + ] + ] + ] + } + }, + { + "id": "860", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591398.41, + 5436879.97 + ], + [ + 591404.98, + 5436880.09 + ], + [ + 591405.12, + 5436867.53 + ], + [ + 591398.53, + 5436867.42 + ], + [ + 591398.41, + 5436879.97 + ] + ] + ] + } + }, + { + "id": "861", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591252.76, + 5437479.1 + ], + [ + 591252.76, + 5437498.26 + ], + [ + 591258.99, + 5437498.25 + ], + [ + 591259.01, + 5437481.15 + ], + [ + 591259.01, + 5437479.1 + ], + [ + 591252.76, + 5437479.1 + ] + ] + ] + } + }, + { + "id": "862", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591206.04, + 5437438.75 + ], + [ + 591212.43, + 5437439.96 + ], + [ + 591212.5, + 5437439.59 + ], + [ + 591214.94, + 5437440.05 + ], + [ + 591215.32, + 5437438.09 + ], + [ + 591212.86, + 5437437.63 + ], + [ + 591214.07, + 5437431.13 + ], + [ + 591207.7, + 5437429.9 + ], + [ + 591206.04, + 5437438.75 + ] + ] + ] + } + }, + { + "id": "863", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591216.49, + 5437474.14 + ], + [ + 591217.63, + 5437474.2 + ], + [ + 591217.63, + 5437473.92 + ], + [ + 591220.55, + 5437474.13 + ], + [ + 591220.97, + 5437467.07 + ], + [ + 591216.92, + 5437466.86 + ], + [ + 591216.49, + 5437474.14 + ] + ] + ] + } + }, + { + "id": "864", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591404.98, + 5436880.09 + ], + [ + 591406.58, + 5436880.14 + ], + [ + 591406.72, + 5436867.56 + ], + [ + 591405.12, + 5436867.53 + ], + [ + 591404.98, + 5436880.09 + ] + ] + ] + } + }, + { + "id": "865", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591274.19, + 5437485.78 + ], + [ + 591280.21, + 5437485.79 + ], + [ + 591280.21, + 5437478.28 + ], + [ + 591274.2, + 5437478.27 + ], + [ + 591274.19, + 5437485.78 + ] + ] + ] + } + }, + { + "id": "866", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591393.0, + 5436851.68 + ], + [ + 591405.03, + 5436852.23 + ], + [ + 591405.25, + 5436848.11 + ], + [ + 591393.27, + 5436847.5 + ], + [ + 591393.0, + 5436851.68 + ] + ] + ] + } + }, + { + "id": "867", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591867.13, + 5437361.12 + ], + [ + 591871.01, + 5437363.59 + ], + [ + 591877.22, + 5437353.76 + ], + [ + 591873.4, + 5437351.2 + ], + [ + 591867.13, + 5437361.12 + ] + ] + ] + } + }, + { + "id": "868", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591915.27, + 5437288.6 + ], + [ + 591917.51, + 5437295.59 + ], + [ + 591916.55, + 5437295.89 + ], + [ + 591917.25, + 5437298.08 + ], + [ + 591918.2, + 5437297.78 + ], + [ + 591920.83, + 5437305.96 + ], + [ + 591927.71, + 5437303.75 + ], + [ + 591927.1, + 5437301.74 + ], + [ + 591929.25, + 5437301.08 + ], + [ + 591926.56, + 5437292.69 + ], + [ + 591924.42, + 5437293.36 + ], + [ + 591922.17, + 5437286.38 + ], + [ + 591915.27, + 5437288.6 + ] + ] + ] + } + }, + { + "id": "869", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591439.82, + 5437400.17 + ], + [ + 591441.83, + 5437405.9 + ], + [ + 591455.16, + 5437401.23 + ], + [ + 591453.14, + 5437395.49 + ], + [ + 591442.58, + 5437399.2 + ], + [ + 591439.82, + 5437400.17 + ] + ] + ] + } + }, + { + "id": "870", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591882.16, + 5437346.88 + ], + [ + 591882.83, + 5437347.96 + ], + [ + 591884.45, + 5437346.92 + ], + [ + 591883.78, + 5437345.86 + ], + [ + 591882.16, + 5437346.88 + ] + ] + ] + } + }, + { + "id": "871", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591886.31, + 5437344.25 + ], + [ + 591889.97, + 5437350.18 + ], + [ + 591895.79, + 5437346.44 + ], + [ + 591892.16, + 5437340.54 + ], + [ + 591886.31, + 5437344.25 + ] + ] + ] + } + }, + { + "id": "872", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591242.7, + 5437551.8 + ], + [ + 591244.16, + 5437552.07 + ], + [ + 591251.05, + 5437553.34 + ], + [ + 591252.82, + 5437543.99 + ], + [ + 591253.37, + 5437541.04 + ], + [ + 591246.47, + 5437539.76 + ], + [ + 591245.01, + 5437539.48 + ], + [ + 591242.7, + 5437551.8 + ] + ] + ] + } + }, + { + "id": "873", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591905.9, + 5437310.3 + ], + [ + 591909.05, + 5437319.65 + ], + [ + 591908.16, + 5437319.96 + ], + [ + 591909.24, + 5437323.46 + ], + [ + 591916.83, + 5437320.94 + ], + [ + 591915.66, + 5437317.48 + ], + [ + 591919.64, + 5437316.13 + ], + [ + 591916.45, + 5437306.74 + ], + [ + 591905.9, + 5437310.3 + ] + ] + ] + } + }, + { + "id": "874", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591874.08, + 5437341.79 + ], + [ + 591877.86, + 5437344.14 + ], + [ + 591878.21, + 5437344.09 + ], + [ + 591875.33, + 5437339.54 + ], + [ + 591874.08, + 5437341.79 + ] + ] + ] + } + }, + { + "id": "875", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592125.14, + 5437332.69 + ], + [ + 592129.46, + 5437342.19 + ], + [ + 592142.39, + 5437336.32 + ], + [ + 592142.15, + 5437335.76 + ], + [ + 592138.13, + 5437326.85 + ], + [ + 592125.14, + 5437332.69 + ] + ] + ] + } + }, + { + "id": "876", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592094.75, + 5437306.99 + ], + [ + 592097.07, + 5437312.58 + ], + [ + 592107.68, + 5437308.3 + ], + [ + 592112.7, + 5437306.27 + ], + [ + 592113.75, + 5437308.89 + ], + [ + 592121.14, + 5437305.91 + ], + [ + 592117.78, + 5437297.66 + ], + [ + 592094.75, + 5437306.99 + ] + ] + ] + } + }, + { + "id": "877", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591438.82, + 5437397.34 + ], + [ + 591439.82, + 5437400.17 + ], + [ + 591442.58, + 5437399.2 + ], + [ + 591441.64, + 5437396.35 + ], + [ + 591438.82, + 5437397.34 + ] + ] + ] + } + }, + { + "id": "878", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592087.2, + 5437274.16 + ], + [ + 592089.43, + 5437278.39 + ], + [ + 592089.29, + 5437278.46 + ], + [ + 592091.71, + 5437283.06 + ], + [ + 592097.14, + 5437280.28 + ], + [ + 592097.47, + 5437280.87 + ], + [ + 592103.21, + 5437277.77 + ], + [ + 592098.24, + 5437268.34 + ], + [ + 592087.2, + 5437274.16 + ] + ] + ] + } + }, + { + "id": "879", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591258.92, + 5437555.02 + ], + [ + 591266.85, + 5437556.26 + ], + [ + 591267.48, + 5437552.27 + ], + [ + 591259.54, + 5437551.01 + ], + [ + 591258.92, + 5437555.02 + ] + ] + ] + } + }, + { + "id": "880", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592099.62, + 5437287.3 + ], + [ + 592101.97, + 5437292.66 + ], + [ + 592104.93, + 5437291.06 + ], + [ + 592102.22, + 5437285.84 + ], + [ + 592099.62, + 5437287.3 + ] + ] + ] + } + }, + { + "id": "881", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591883.43, + 5437357.89 + ], + [ + 591887.03, + 5437360.04 + ], + [ + 591891.23, + 5437352.89 + ], + [ + 591887.66, + 5437350.77 + ], + [ + 591883.43, + 5437357.89 + ] + ] + ] + } + }, + { + "id": "882", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592138.0, + 5437287.03 + ], + [ + 592142.58, + 5437295.21 + ], + [ + 592149.77, + 5437291.11 + ], + [ + 592145.15, + 5437282.97 + ], + [ + 592138.0, + 5437287.03 + ] + ] + ] + } + }, + { + "id": "883", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592117.87, + 5437277.86 + ], + [ + 592119.78, + 5437281.54 + ], + [ + 592125.03, + 5437278.81 + ], + [ + 592123.11, + 5437275.14 + ], + [ + 592117.87, + 5437277.86 + ] + ] + ] + } + }, + { + "id": "884", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592018.99, + 5437283.56 + ], + [ + 592020.27, + 5437294.98 + ], + [ + 592034.0, + 5437293.53 + ], + [ + 592032.79, + 5437282.09 + ], + [ + 592021.82, + 5437283.26 + ], + [ + 592018.99, + 5437283.56 + ] + ] + ] + } + }, + { + "id": "885", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592008.17, + 5437284.66 + ], + [ + 592009.44, + 5437296.09 + ], + [ + 592020.27, + 5437294.98 + ], + [ + 592018.99, + 5437283.56 + ], + [ + 592008.17, + 5437284.66 + ] + ] + ] + } + }, + { + "id": "886", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592055.39, + 5437319.26 + ], + [ + 592055.66, + 5437330.44 + ], + [ + 592081.42, + 5437329.87 + ], + [ + 592081.17, + 5437318.7 + ], + [ + 592055.39, + 5437319.26 + ] + ] + ] + } + }, + { + "id": "887", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591980.94, + 5437268.68 + ], + [ + 591990.13, + 5437289.2 + ], + [ + 592000.02, + 5437284.76 + ], + [ + 591993.46, + 5437270.17 + ], + [ + 591992.21, + 5437267.39 + ], + [ + 591991.23, + 5437265.18 + ], + [ + 591988.7, + 5437265.2 + ], + [ + 591980.94, + 5437268.68 + ] + ] + ] + } + }, + { + "id": "888", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591231.42, + 5437599.08 + ], + [ + 591241.34, + 5437600.18 + ], + [ + 591243.11, + 5437584.31 + ], + [ + 591233.2, + 5437583.18 + ], + [ + 591231.42, + 5437599.08 + ] + ] + ] + } + }, + { + "id": "889", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591292.02, + 5437600.77 + ], + [ + 591302.48, + 5437602.42 + ], + [ + 591303.8, + 5437594.21 + ], + [ + 591293.32, + 5437592.59 + ], + [ + 591292.02, + 5437600.77 + ] + ] + ] + } + }, + { + "id": "890", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591306.18, + 5437598.16 + ], + [ + 591318.47, + 5437600.05 + ], + [ + 591320.92, + 5437584.22 + ], + [ + 591308.63, + 5437582.23 + ], + [ + 591306.18, + 5437598.16 + ] + ] + ] + } + }, + { + "id": "891", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592012.12, + 5437300.63 + ], + [ + 592012.52, + 5437304.37 + ], + [ + 592021.16, + 5437303.51 + ], + [ + 592020.79, + 5437299.77 + ], + [ + 592012.12, + 5437300.63 + ] + ] + ] + } + }, + { + "id": "892", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592048.9, + 5437291.7 + ], + [ + 592049.35, + 5437295.9 + ], + [ + 592067.36, + 5437293.97 + ], + [ + 592066.91, + 5437289.77 + ], + [ + 592066.08, + 5437289.86 + ], + [ + 592048.9, + 5437291.7 + ] + ] + ] + } + }, + { + "id": "893", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591986.12, + 5437304.29 + ], + [ + 591987.47, + 5437308.43 + ], + [ + 591993.91, + 5437306.37 + ], + [ + 591992.59, + 5437302.22 + ], + [ + 591986.12, + 5437304.29 + ] + ] + ] + } + }, + { + "id": "894", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591974.85, + 5437381.3 + ], + [ + 591976.8, + 5437393.69 + ], + [ + 591985.13, + 5437392.36 + ], + [ + 591995.3, + 5437390.73 + ], + [ + 591993.39, + 5437378.57 + ], + [ + 591993.37, + 5437378.4 + ], + [ + 591990.85, + 5437378.79 + ], + [ + 591974.85, + 5437381.3 + ] + ] + ] + } + }, + { + "id": "895", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591347.0, + 5437621.84 + ], + [ + 591347.4, + 5437629.87 + ], + [ + 591356.13, + 5437629.43 + ], + [ + 591356.12, + 5437629.21 + ], + [ + 591355.74, + 5437621.62 + ], + [ + 591355.72, + 5437621.42 + ], + [ + 591347.0, + 5437621.84 + ] + ] + ] + } + }, + { + "id": "896", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591224.33, + 5437575.33 + ], + [ + 591228.99, + 5437576.08 + ], + [ + 591228.72, + 5437577.75 + ], + [ + 591233.19, + 5437578.44 + ], + [ + 591233.46, + 5437576.74 + ], + [ + 591234.07, + 5437576.84 + ], + [ + 591235.71, + 5437566.11 + ], + [ + 591225.96, + 5437564.6 + ], + [ + 591224.33, + 5437575.33 + ] + ] + ] + } + }, + { + "id": "897", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592032.44, + 5437308.73 + ], + [ + 592034.37, + 5437314.96 + ], + [ + 592039.88, + 5437313.24 + ], + [ + 592037.93, + 5437307.03 + ], + [ + 592032.44, + 5437308.73 + ] + ] + ] + } + }, + { + "id": "898", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591996.44, + 5437309.22 + ], + [ + 591998.15, + 5437314.75 + ], + [ + 591998.97, + 5437317.41 + ], + [ + 592008.96, + 5437314.29 + ], + [ + 592006.47, + 5437306.15 + ], + [ + 591996.44, + 5437309.22 + ] + ] + ] + } + }, + { + "id": "899", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592128.94, + 5437292.17 + ], + [ + 592133.51, + 5437300.37 + ], + [ + 592142.58, + 5437295.21 + ], + [ + 592138.0, + 5437287.03 + ], + [ + 592128.94, + 5437292.17 + ] + ] + ] + } + }, + { + "id": "900", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592108.41, + 5437277.85 + ], + [ + 592109.56, + 5437280.06 + ], + [ + 592117.01, + 5437276.19 + ], + [ + 592115.75, + 5437273.75 + ], + [ + 592108.41, + 5437277.85 + ] + ] + ] + } + }, + { + "id": "901", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592033.71, + 5437320.74 + ], + [ + 592034.75, + 5437324.15 + ], + [ + 592040.19, + 5437322.37 + ], + [ + 592039.12, + 5437318.99 + ], + [ + 592033.71, + 5437320.74 + ] + ] + ] + } + }, + { + "id": "902", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591998.97, + 5437317.41 + ], + [ + 591999.66, + 5437319.68 + ], + [ + 592002.46, + 5437328.54 + ], + [ + 592012.44, + 5437325.43 + ], + [ + 592008.96, + 5437314.29 + ], + [ + 591998.97, + 5437317.41 + ] + ] + ] + } + }, + { + "id": "903", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592048.12, + 5437284.49 + ], + [ + 592048.9, + 5437291.7 + ], + [ + 592066.08, + 5437289.86 + ], + [ + 592065.32, + 5437282.66 + ], + [ + 592048.12, + 5437284.49 + ] + ] + ] + } + }, + { + "id": "904", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591992.21, + 5437267.39 + ], + [ + 591993.46, + 5437270.17 + ], + [ + 591996.12, + 5437268.98 + ], + [ + 591994.88, + 5437266.22 + ], + [ + 591992.21, + 5437267.39 + ] + ] + ] + } + }, + { + "id": "905", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591989.52, + 5437317.41 + ], + [ + 591991.1, + 5437322.37 + ], + [ + 591999.66, + 5437319.68 + ], + [ + 591998.97, + 5437317.41 + ], + [ + 591998.15, + 5437314.75 + ], + [ + 591989.52, + 5437317.41 + ] + ] + ] + } + }, + { + "id": "906", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592003.12, + 5437330.67 + ], + [ + 592006.35, + 5437341.25 + ], + [ + 592036.99, + 5437331.43 + ], + [ + 592034.86, + 5437324.48 + ], + [ + 592034.75, + 5437324.15 + ], + [ + 592033.71, + 5437320.74 + ], + [ + 592003.12, + 5437330.67 + ] + ] + ] + } + }, + { + "id": "907", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592009.44, + 5437296.09 + ], + [ + 592010.65, + 5437299.23 + ], + [ + 592020.6, + 5437298.35 + ], + [ + 592020.27, + 5437294.98 + ], + [ + 592009.44, + 5437296.09 + ] + ] + ] + } + }, + { + "id": "908", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592101.42, + 5437284.31 + ], + [ + 592102.22, + 5437285.84 + ], + [ + 592104.93, + 5437291.06 + ], + [ + 592108.14, + 5437297.26 + ], + [ + 592123.7, + 5437289.14 + ], + [ + 592119.78, + 5437281.54 + ], + [ + 592117.87, + 5437277.86 + ], + [ + 592117.01, + 5437276.19 + ], + [ + 592109.56, + 5437280.06 + ], + [ + 592101.42, + 5437284.31 + ] + ] + ] + } + }, + { + "id": "909", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592006.83, + 5437272.65 + ], + [ + 592008.17, + 5437284.66 + ], + [ + 592018.99, + 5437283.56 + ], + [ + 592021.82, + 5437283.26 + ], + [ + 592020.41, + 5437271.28 + ], + [ + 592006.83, + 5437272.65 + ] + ] + ] + } + }, + { + "id": "910", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592034.86, + 5437324.48 + ], + [ + 592036.99, + 5437331.43 + ], + [ + 592041.56, + 5437329.97 + ], + [ + 592039.46, + 5437323.04 + ], + [ + 592034.86, + 5437324.48 + ] + ] + ] + } + }, + { + "id": "911", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591319.15, + 5437604.54 + ], + [ + 591319.57, + 5437614.62 + ], + [ + 591319.75, + 5437618.6 + ], + [ + 591342.14, + 5437617.73 + ], + [ + 591342.04, + 5437613.76 + ], + [ + 591341.73, + 5437607.33 + ], + [ + 591337.31, + 5437607.52 + ], + [ + 591337.16, + 5437603.86 + ], + [ + 591319.15, + 5437604.54 + ] + ] + ] + } + }, + { + "id": "912", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591987.53, + 5437368.47 + ], + [ + 591989.63, + 5437375.34 + ], + [ + 591999.02, + 5437372.47 + ], + [ + 591999.37, + 5437372.36 + ], + [ + 591997.27, + 5437365.5 + ], + [ + 591987.53, + 5437368.47 + ] + ] + ] + } + }, + { + "id": "913", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591308.49, + 5437582.2 + ], + [ + 591308.63, + 5437582.23 + ], + [ + 591320.92, + 5437584.22 + ], + [ + 591328.05, + 5437585.39 + ], + [ + 591330.0, + 5437573.5 + ], + [ + 591310.48, + 5437570.27 + ], + [ + 591308.49, + 5437582.2 + ] + ] + ] + } + }, + { + "id": "914", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591954.66, + 5437376.62 + ], + [ + 591955.63, + 5437382.74 + ], + [ + 591956.87, + 5437382.54 + ], + [ + 591957.48, + 5437386.19 + ], + [ + 591968.33, + 5437384.5 + ], + [ + 591966.81, + 5437374.7 + ], + [ + 591954.66, + 5437376.62 + ] + ] + ] + } + }, + { + "id": "915", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591300.0, + 5437620.41 + ], + [ + 591307.01, + 5437621.54 + ], + [ + 591309.97, + 5437622.02 + ], + [ + 591312.01, + 5437609.4 + ], + [ + 591309.05, + 5437608.93 + ], + [ + 591302.03, + 5437607.81 + ], + [ + 591300.0, + 5437620.41 + ] + ] + ] + } + }, + { + "id": "916", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591881.09, + 5437308.59 + ], + [ + 591892.97, + 5437320.73 + ], + [ + 591893.74, + 5437319.98 + ], + [ + 591892.14, + 5437315.0 + ], + [ + 591895.29, + 5437313.93 + ], + [ + 591894.07, + 5437313.14 + ], + [ + 591892.95, + 5437314.32 + ], + [ + 591883.92, + 5437305.7 + ], + [ + 591881.09, + 5437308.59 + ] + ] + ] + } + }, + { + "id": "917", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591892.14, + 5437315.0 + ], + [ + 591893.74, + 5437319.98 + ], + [ + 591895.18, + 5437324.43 + ], + [ + 591908.16, + 5437319.96 + ], + [ + 591909.05, + 5437319.65 + ], + [ + 591905.9, + 5437310.3 + ], + [ + 591895.29, + 5437313.93 + ], + [ + 591892.14, + 5437315.0 + ] + ] + ] + } + }, + { + "id": "918", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591976.29, + 5437334.01 + ], + [ + 591977.14, + 5437341.23 + ], + [ + 591980.19, + 5437340.83 + ], + [ + 591980.99, + 5437340.73 + ], + [ + 591980.19, + 5437333.55 + ], + [ + 591976.29, + 5437334.01 + ] + ] + ] + } + }, + { + "id": "919", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591341.34, + 5437598.46 + ], + [ + 591341.54, + 5437603.34 + ], + [ + 591341.59, + 5437604.64 + ], + [ + 591347.06, + 5437604.4 + ], + [ + 591351.16, + 5437604.23 + ], + [ + 591350.89, + 5437598.05 + ], + [ + 591341.34, + 5437598.46 + ] + ] + ] + } + }, + { + "id": "920", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591329.49, + 5436941.59 + ], + [ + 591334.82, + 5436942.05 + ], + [ + 591340.16, + 5436942.51 + ], + [ + 591341.07, + 5436931.91 + ], + [ + 591335.72, + 5436931.46 + ], + [ + 591330.37, + 5436931.0 + ], + [ + 591329.49, + 5436941.59 + ] + ] + ] + } + }, + { + "id": "921", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591356.8, + 5437612.54 + ], + [ + 591361.26, + 5437613.26 + ], + [ + 591361.94, + 5437609.09 + ], + [ + 591362.77, + 5437603.9 + ], + [ + 591362.93, + 5437602.9 + ], + [ + 591361.19, + 5437602.63 + ], + [ + 591361.02, + 5437603.61 + ], + [ + 591358.37, + 5437603.18 + ], + [ + 591356.8, + 5437612.54 + ] + ] + ] + } + }, + { + "id": "922", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591228.01, + 5437508.17 + ], + [ + 591239.16, + 5437509.06 + ], + [ + 591241.11, + 5437476.93 + ], + [ + 591229.93, + 5437476.26 + ], + [ + 591229.71, + 5437480.11 + ], + [ + 591228.01, + 5437508.17 + ] + ] + ] + } + }, + { + "id": "923", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591367.65, + 5436865.02 + ], + [ + 591367.67, + 5436865.77 + ], + [ + 591367.84, + 5436871.28 + ], + [ + 591383.26, + 5436870.84 + ], + [ + 591383.3, + 5436864.6 + ], + [ + 591367.65, + 5436865.02 + ] + ] + ] + } + }, + { + "id": "924", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591138.47, + 5437379.9 + ], + [ + 591139.03, + 5437391.46 + ], + [ + 591145.03, + 5437391.22 + ], + [ + 591144.44, + 5437379.62 + ], + [ + 591138.47, + 5437379.9 + ] + ] + ] + } + }, + { + "id": "925", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591382.65, + 5436851.2 + ], + [ + 591383.3, + 5436863.57 + ], + [ + 591404.38, + 5436864.33 + ], + [ + 591405.03, + 5436852.23 + ], + [ + 591393.0, + 5436851.68 + ], + [ + 591382.65, + 5436851.2 + ] + ] + ] + } + }, + { + "id": "926", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591354.62, + 5436890.27 + ], + [ + 591362.66, + 5436890.59 + ], + [ + 591362.91, + 5436884.54 + ], + [ + 591354.86, + 5436884.22 + ], + [ + 591354.62, + 5436890.27 + ] + ] + ] + } + }, + { + "id": "927", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591119.31, + 5437412.74 + ], + [ + 591121.96, + 5437413.14 + ], + [ + 591131.9, + 5437414.44 + ], + [ + 591133.73, + 5437402.64 + ], + [ + 591121.12, + 5437400.72 + ], + [ + 591119.31, + 5437412.74 + ] + ] + ] + } + }, + { + "id": "928", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591124.87, + 5437427.16 + ], + [ + 591131.1, + 5437428.1 + ], + [ + 591131.36, + 5437426.41 + ], + [ + 591131.42, + 5437426.06 + ], + [ + 591130.14, + 5437425.86 + ], + [ + 591130.38, + 5437424.23 + ], + [ + 591125.44, + 5437423.46 + ], + [ + 591124.87, + 5437427.16 + ] + ] + ] + } + }, + { + "id": "929", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591353.46, + 5436827.44 + ], + [ + 591355.49, + 5436836.29 + ], + [ + 591373.88, + 5436831.95 + ], + [ + 591371.8, + 5436823.12 + ], + [ + 591353.46, + 5436827.44 + ] + ] + ] + } + }, + { + "id": "930", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591120.51, + 5437422.71 + ], + [ + 591125.44, + 5437423.46 + ], + [ + 591130.38, + 5437424.23 + ], + [ + 591131.9, + 5437414.44 + ], + [ + 591121.96, + 5437413.14 + ], + [ + 591120.51, + 5437422.71 + ] + ] + ] + } + }, + { + "id": "931", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591140.58, + 5437436.82 + ], + [ + 591152.04, + 5437438.53 + ], + [ + 591153.4, + 5437429.33 + ], + [ + 591141.91, + 5437427.61 + ], + [ + 591140.58, + 5437436.82 + ] + ] + ] + } + }, + { + "id": "932", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591362.66, + 5436890.59 + ], + [ + 591378.99, + 5436891.26 + ], + [ + 591379.5, + 5436878.81 + ], + [ + 591363.17, + 5436878.13 + ], + [ + 591362.91, + 5436884.54 + ], + [ + 591362.66, + 5436890.59 + ] + ] + ] + } + }, + { + "id": "933", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591134.35, + 5437435.91 + ], + [ + 591140.58, + 5437436.82 + ], + [ + 591141.91, + 5437427.61 + ], + [ + 591135.73, + 5437426.7 + ], + [ + 591135.68, + 5437427.06 + ], + [ + 591134.35, + 5437435.91 + ] + ] + ] + } + }, + { + "id": "934", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591351.86, + 5436851.85 + ], + [ + 591352.24, + 5436865.44 + ], + [ + 591367.65, + 5436865.02 + ], + [ + 591383.3, + 5436864.6 + ], + [ + 591383.3, + 5436863.57 + ], + [ + 591382.65, + 5436851.2 + ], + [ + 591382.61, + 5436850.91 + ], + [ + 591366.78, + 5436851.4 + ], + [ + 591366.75, + 5436850.5 + ], + [ + 591365.04, + 5436850.54 + ], + [ + 591365.07, + 5436851.44 + ], + [ + 591351.86, + 5436851.85 + ] + ] + ] + } + }, + { + "id": "935", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591330.38, + 5436930.85 + ], + [ + 591339.76, + 5436931.64 + ], + [ + 591340.01, + 5436929.94 + ], + [ + 591339.74, + 5436929.92 + ], + [ + 591340.14, + 5436925.36 + ], + [ + 591331.01, + 5436924.55 + ], + [ + 591330.38, + 5436930.85 + ] + ] + ] + } + }, + { + "id": "936", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591352.43, + 5436909.1 + ], + [ + 591362.51, + 5436909.44 + ], + [ + 591362.75, + 5436904.35 + ], + [ + 591352.66, + 5436904.02 + ], + [ + 591352.43, + 5436909.1 + ] + ] + ] + } + }, + { + "id": "937", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591924.2, + 5437101.39 + ], + [ + 591926.34, + 5437110.16 + ], + [ + 591933.96, + 5437108.29 + ], + [ + 591933.18, + 5437105.11 + ], + [ + 591931.81, + 5437099.52 + ], + [ + 591924.2, + 5437101.39 + ] + ] + ] + } + }, + { + "id": "938", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591288.02, + 5436928.17 + ], + [ + 591288.27, + 5436940.3 + ], + [ + 591301.12, + 5436939.99 + ], + [ + 591312.72, + 5436939.83 + ], + [ + 591312.51, + 5436927.79 + ], + [ + 591288.02, + 5436928.17 + ] + ] + ] + } + }, + { + "id": "939", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591312.51, + 5436927.79 + ], + [ + 591312.72, + 5436939.83 + ], + [ + 591325.21, + 5436939.61 + ], + [ + 591325.01, + 5436927.6 + ], + [ + 591312.51, + 5436927.79 + ] + ] + ] + } + }, + { + "id": "940", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591357.79, + 5436925.94 + ], + [ + 591358.73, + 5436926.29 + ], + [ + 591365.6, + 5436929.0 + ], + [ + 591371.73, + 5436931.41 + ], + [ + 591380.94, + 5436907.95 + ], + [ + 591367.01, + 5436902.41 + ], + [ + 591357.79, + 5436925.94 + ] + ] + ] + } + }, + { + "id": "941", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591935.7, + 5437095.21 + ], + [ + 591937.9, + 5437103.91 + ], + [ + 591938.71, + 5437107.12 + ], + [ + 591941.73, + 5437119.03 + ], + [ + 591947.11, + 5437117.66 + ], + [ + 591941.06, + 5437093.84 + ], + [ + 591935.7, + 5437095.21 + ] + ] + ] + } + }, + { + "id": "942", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591888.17, + 5437095.07 + ], + [ + 591889.58, + 5437100.83 + ], + [ + 591902.9, + 5437097.59 + ], + [ + 591903.17, + 5437097.54 + ], + [ + 591901.74, + 5437091.74 + ], + [ + 591888.17, + 5437095.07 + ] + ] + ] + } + }, + { + "id": "943", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591288.27, + 5436940.3 + ], + [ + 591288.76, + 5436964.64 + ], + [ + 591301.51, + 5436964.44 + ], + [ + 591301.12, + 5436939.99 + ], + [ + 591288.27, + 5436940.3 + ] + ] + ] + } + }, + { + "id": "944", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591888.37, + 5437122.39 + ], + [ + 591889.4, + 5437126.74 + ], + [ + 591909.04, + 5437122.02 + ], + [ + 591909.19, + 5437121.98 + ], + [ + 591908.11, + 5437117.63 + ], + [ + 591888.37, + 5437122.39 + ] + ] + ] + } + }, + { + "id": "945", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591357.3, + 5436929.95 + ], + [ + 591364.19, + 5436932.63 + ], + [ + 591365.6, + 5436929.0 + ], + [ + 591358.73, + 5436926.29 + ], + [ + 591357.3, + 5436929.95 + ] + ] + ] + } + }, + { + "id": "946", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591933.18, + 5437105.11 + ], + [ + 591933.96, + 5437108.29 + ], + [ + 591938.71, + 5437107.12 + ], + [ + 591937.9, + 5437103.91 + ], + [ + 591933.18, + 5437105.11 + ] + ] + ] + } + }, + { + "id": "947", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591370.68, + 5436959.75 + ], + [ + 591372.78, + 5436959.95 + ], + [ + 591382.57, + 5436960.88 + ], + [ + 591383.31, + 5436952.32 + ], + [ + 591379.94, + 5436952.01 + ], + [ + 591380.11, + 5436950.21 + ], + [ + 591377.04, + 5436949.94 + ], + [ + 591376.87, + 5436951.75 + ], + [ + 591373.52, + 5436951.45 + ], + [ + 591371.41, + 5436951.3 + ], + [ + 591370.68, + 5436959.75 + ] + ] + ] + } + }, + { + "id": "948", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591838.94, + 5437109.32 + ], + [ + 591841.56, + 5437120.08 + ], + [ + 591861.15, + 5437115.3 + ], + [ + 591860.85, + 5437114.09 + ], + [ + 591859.43, + 5437108.14 + ], + [ + 591858.45, + 5437104.45 + ], + [ + 591838.94, + 5437109.32 + ] + ] + ] + } + }, + { + "id": "949", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591859.43, + 5437108.14 + ], + [ + 591860.85, + 5437114.09 + ], + [ + 591870.15, + 5437111.78 + ], + [ + 591868.73, + 5437105.89 + ], + [ + 591859.43, + 5437108.14 + ] + ] + ] + } + }, + { + "id": "950", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591268.25, + 5436926.31 + ], + [ + 591274.22, + 5436927.17 + ], + [ + 591275.39, + 5436919.21 + ], + [ + 591269.41, + 5436918.35 + ], + [ + 591268.25, + 5436926.31 + ] + ] + ] + } + }, + { + "id": "951", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591819.72, + 5437111.88 + ], + [ + 591821.61, + 5437119.41 + ], + [ + 591836.43, + 5437115.68 + ], + [ + 591834.55, + 5437108.17 + ], + [ + 591819.72, + 5437111.88 + ] + ] + ] + } + }, + { + "id": "952", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591889.4, + 5437126.74 + ], + [ + 591890.51, + 5437131.39 + ], + [ + 591910.23, + 5437126.66 + ], + [ + 591909.04, + 5437122.02 + ], + [ + 591889.4, + 5437126.74 + ] + ] + ] + } + }, + { + "id": "953", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591383.29, + 5436949.35 + ], + [ + 591387.76, + 5436949.74 + ], + [ + 591388.37, + 5436942.78 + ], + [ + 591383.9, + 5436942.38 + ], + [ + 591383.29, + 5436949.35 + ] + ] + ] + } + }, + { + "id": "954", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591339.74, + 5436929.92 + ], + [ + 591340.01, + 5436929.94 + ], + [ + 591353.23, + 5436931.45 + ], + [ + 591354.26, + 5436920.57 + ], + [ + 591341.18, + 5436919.11 + ], + [ + 591340.49, + 5436925.39 + ], + [ + 591340.14, + 5436925.36 + ], + [ + 591339.74, + 5436929.92 + ] + ] + ] + } + }, + { + "id": "955", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591868.73, + 5437105.89 + ], + [ + 591870.15, + 5437111.78 + ], + [ + 591873.62, + 5437125.96 + ], + [ + 591888.37, + 5437122.39 + ], + [ + 591908.11, + 5437117.63 + ], + [ + 591903.17, + 5437097.54 + ], + [ + 591902.9, + 5437097.59 + ], + [ + 591889.58, + 5437100.83 + ], + [ + 591879.84, + 5437103.19 + ], + [ + 591868.73, + 5437105.89 + ] + ] + ] + } + }, + { + "id": "956", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591889.78, + 5437275.28 + ], + [ + 591891.95, + 5437280.93 + ], + [ + 591911.54, + 5437273.38 + ], + [ + 591909.34, + 5437267.8 + ], + [ + 591889.78, + 5437275.28 + ] + ] + ] + } + }, + { + "id": "957", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592034.61, + 5437250.33 + ], + [ + 592035.02, + 5437254.49 + ], + [ + 592038.95, + 5437254.12 + ], + [ + 592038.31, + 5437246.78 + ], + [ + 592035.54, + 5437247.02 + ], + [ + 592035.82, + 5437250.23 + ], + [ + 592034.61, + 5437250.33 + ] + ] + ] + } + }, + { + "id": "958", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591849.82, + 5437306.64 + ], + [ + 591856.39, + 5437314.37 + ], + [ + 591862.61, + 5437309.04 + ], + [ + 591856.05, + 5437301.21 + ], + [ + 591849.82, + 5437306.64 + ] + ] + ] + } + }, + { + "id": "959", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591883.34, + 5437287.31 + ], + [ + 591884.82, + 5437289.66 + ], + [ + 591887.28, + 5437288.12 + ], + [ + 591885.8, + 5437285.79 + ], + [ + 591883.34, + 5437287.31 + ] + ] + ] + } + }, + { + "id": "960", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591914.52, + 5437260.99 + ], + [ + 591917.41, + 5437271.48 + ], + [ + 591922.83, + 5437270.0 + ], + [ + 591922.96, + 5437270.34 + ], + [ + 591925.86, + 5437269.51 + ], + [ + 591925.74, + 5437269.17 + ], + [ + 591928.19, + 5437268.48 + ], + [ + 591928.66, + 5437267.63 + ], + [ + 591928.27, + 5437266.19 + ], + [ + 591926.77, + 5437260.79 + ], + [ + 591926.18, + 5437258.66 + ], + [ + 591920.18, + 5437260.34 + ], + [ + 591919.96, + 5437259.51 + ], + [ + 591914.52, + 5437260.99 + ] + ] + ] + } + }, + { + "id": "961", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591926.77, + 5437260.79 + ], + [ + 591928.27, + 5437266.19 + ], + [ + 591936.38, + 5437263.76 + ], + [ + 591934.88, + 5437258.38 + ], + [ + 591926.77, + 5437260.79 + ] + ] + ] + } + }, + { + "id": "962", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592070.96, + 5437241.1 + ], + [ + 592071.9, + 5437247.06 + ], + [ + 592075.38, + 5437246.51 + ], + [ + 592074.45, + 5437240.56 + ], + [ + 592070.96, + 5437241.1 + ] + ] + ] + } + }, + { + "id": "963", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591847.81, + 5437304.3 + ], + [ + 591849.82, + 5437306.64 + ], + [ + 591856.05, + 5437301.21 + ], + [ + 591854.01, + 5437298.93 + ], + [ + 591847.81, + 5437304.3 + ] + ] + ] + } + }, + { + "id": "964", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 592073.29, + 5437233.18 + ], + [ + 592075.98, + 5437241.28 + ], + [ + 592078.81, + 5437240.35 + ], + [ + 592079.67, + 5437242.91 + ], + [ + 592084.06, + 5437241.45 + ], + [ + 592083.22, + 5437238.92 + ], + [ + 592085.82, + 5437238.06 + ], + [ + 592083.18, + 5437229.96 + ], + [ + 592073.29, + 5437233.18 + ] + ] + ] + } + }, + { + "id": "965", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591271.74, + 5436895.56 + ], + [ + 591282.68, + 5436897.15 + ], + [ + 591284.25, + 5436885.35 + ], + [ + 591275.92, + 5436884.59 + ], + [ + 591273.26, + 5436884.34 + ], + [ + 591271.74, + 5436895.56 + ] + ] + ] + } + }, + { + "id": "966", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591258.8, + 5436905.58 + ], + [ + 591260.86, + 5436906.08 + ], + [ + 591262.92, + 5436906.57 + ], + [ + 591264.6, + 5436899.73 + ], + [ + 591262.53, + 5436899.22 + ], + [ + 591260.46, + 5436898.72 + ], + [ + 591258.8, + 5436905.58 + ] + ] + ] + } + }, + { + "id": "967", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591408.69, + 5437556.98 + ], + [ + 591419.39, + 5437558.15 + ], + [ + 591420.46, + 5437548.17 + ], + [ + 591409.77, + 5437546.99 + ], + [ + 591409.45, + 5437549.73 + ], + [ + 591408.69, + 5437556.98 + ] + ] + ] + } + }, + { + "id": "968", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591319.67, + 5436811.82 + ], + [ + 591326.05, + 5436813.04 + ], + [ + 591327.28, + 5436806.56 + ], + [ + 591324.13, + 5436805.95 + ], + [ + 591320.94, + 5436805.32 + ], + [ + 591320.4, + 5436808.03 + ], + [ + 591319.67, + 5436811.82 + ] + ] + ] + } + }, + { + "id": "969", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591305.33, + 5436904.9 + ], + [ + 591311.0, + 5436914.67 + ], + [ + 591320.08, + 5436909.42 + ], + [ + 591314.39, + 5436899.63 + ], + [ + 591305.33, + 5436904.9 + ] + ] + ] + } + }, + { + "id": "970", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591378.04, + 5437556.65 + ], + [ + 591380.91, + 5437556.96 + ], + [ + 591381.24, + 5437553.98 + ], + [ + 591378.36, + 5437553.66 + ], + [ + 591378.04, + 5437556.65 + ] + ] + ] + } + }, + { + "id": "971", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591326.7, + 5437595.28 + ], + [ + 591332.92, + 5437596.29 + ], + [ + 591334.53, + 5437586.45 + ], + [ + 591328.3, + 5437585.43 + ], + [ + 591326.7, + 5437595.28 + ] + ] + ] + } + }, + { + "id": "972", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591401.77, + 5437556.22 + ], + [ + 591408.69, + 5437556.98 + ], + [ + 591409.45, + 5437549.73 + ], + [ + 591402.52, + 5437548.93 + ], + [ + 591401.77, + 5437556.22 + ] + ] + ] + } + }, + { + "id": "973", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591322.42, + 5436867.89 + ], + [ + 591322.9, + 5436886.29 + ], + [ + 591333.4, + 5436886.03 + ], + [ + 591332.98, + 5436867.62 + ], + [ + 591322.42, + 5436867.89 + ] + ] + ] + } + }, + { + "id": "974", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591417.63, + 5437573.36 + ], + [ + 591418.46, + 5437578.31 + ], + [ + 591428.34, + 5437576.67 + ], + [ + 591427.51, + 5437571.73 + ], + [ + 591417.63, + 5437573.36 + ] + ] + ] + } + }, + { + "id": "975", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591280.89, + 5437549.39 + ], + [ + 591288.45, + 5437551.06 + ], + [ + 591290.63, + 5437541.2 + ], + [ + 591283.06, + 5437539.53 + ], + [ + 591280.89, + 5437549.39 + ] + ] + ] + } + }, + { + "id": "976", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591280.39, + 5436857.34 + ], + [ + 591286.26, + 5436858.83 + ], + [ + 591287.27, + 5436854.85 + ], + [ + 591281.41, + 5436853.35 + ], + [ + 591280.39, + 5436857.34 + ] + ] + ] + } + }, + { + "id": "977", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591402.49, + 5437531.69 + ], + [ + 591407.62, + 5437531.92 + ], + [ + 591407.93, + 5437524.82 + ], + [ + 591402.8, + 5437524.59 + ], + [ + 591402.49, + 5437531.69 + ] + ] + ] + } + }, + { + "id": "978", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591417.07, + 5437569.92 + ], + [ + 591417.63, + 5437573.36 + ], + [ + 591427.51, + 5437571.73 + ], + [ + 591426.94, + 5437568.28 + ], + [ + 591417.07, + 5437569.92 + ] + ] + ] + } + }, + { + "id": "979", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591368.51, + 5437552.59 + ], + [ + 591372.82, + 5437553.06 + ], + [ + 591378.36, + 5437553.66 + ], + [ + 591381.24, + 5437553.98 + ], + [ + 591401.77, + 5437556.22 + ], + [ + 591402.52, + 5437548.93 + ], + [ + 591402.74, + 5437546.85 + ], + [ + 591369.49, + 5437543.31 + ], + [ + 591368.51, + 5437552.59 + ] + ] + ] + } + }, + { + "id": "980", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591328.05, + 5437585.39 + ], + [ + 591328.3, + 5437585.43 + ], + [ + 591334.53, + 5437586.45 + ], + [ + 591339.51, + 5437587.25 + ], + [ + 591341.47, + 5437575.4 + ], + [ + 591330.0, + 5437573.5 + ], + [ + 591328.05, + 5437585.39 + ] + ] + ] + } + }, + { + "id": "981", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591288.85, + 5437572.8 + ], + [ + 591291.76, + 5437573.12 + ], + [ + 591292.54, + 5437566.13 + ], + [ + 591289.59, + 5437565.8 + ], + [ + 591288.85, + 5437572.8 + ] + ] + ] + } + }, + { + "id": "982", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591314.39, + 5436899.63 + ], + [ + 591320.08, + 5436909.42 + ], + [ + 591332.38, + 5436902.3 + ], + [ + 591326.7, + 5436892.47 + ], + [ + 591314.39, + 5436899.63 + ] + ] + ] + } + }, + { + "id": "983", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591286.85, + 5437558.29 + ], + [ + 591290.71, + 5437559.17 + ], + [ + 591292.13, + 5437552.8 + ], + [ + 591288.26, + 5437551.93 + ], + [ + 591287.32, + 5437556.17 + ], + [ + 591286.85, + 5437558.29 + ] + ] + ] + } + }, + { + "id": "984", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591281.09, + 5436853.26 + ], + [ + 591281.41, + 5436853.35 + ], + [ + 591287.27, + 5436854.85 + ], + [ + 591290.49, + 5436855.67 + ], + [ + 591295.08, + 5436836.69 + ], + [ + 591296.84, + 5436830.51 + ], + [ + 591297.38, + 5436828.58 + ], + [ + 591297.1, + 5436828.5 + ], + [ + 591292.42, + 5436827.25 + ], + [ + 591288.01, + 5436826.07 + ], + [ + 591285.75, + 5436834.51 + ], + [ + 591281.09, + 5436853.26 + ] + ] + ] + } + }, + { + "id": "985", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591270.44, + 5436905.17 + ], + [ + 591281.4, + 5436906.76 + ], + [ + 591282.68, + 5436897.15 + ], + [ + 591271.74, + 5436895.56 + ], + [ + 591270.44, + 5436905.17 + ] + ] + ] + } + }, + { + "id": "986", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591275.92, + 5436884.59 + ], + [ + 591284.25, + 5436885.35 + ], + [ + 591301.43, + 5436886.15 + ], + [ + 591301.9, + 5436876.09 + ], + [ + 591276.38, + 5436874.96 + ], + [ + 591275.92, + 5436884.59 + ] + ] + ] + } + }, + { + "id": "987", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591296.03, + 5436817.6 + ], + [ + 591299.74, + 5436818.67 + ], + [ + 591303.4, + 5436819.7 + ], + [ + 591304.75, + 5436820.11 + ], + [ + 591307.69, + 5436809.92 + ], + [ + 591298.95, + 5436807.42 + ], + [ + 591296.03, + 5436817.6 + ] + ] + ] + } + }, + { + "id": "988", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591311.83, + 5436806.38 + ], + [ + 591320.4, + 5436808.03 + ], + [ + 591320.94, + 5436805.32 + ], + [ + 591324.13, + 5436805.95 + ], + [ + 591325.21, + 5436800.33 + ], + [ + 591320.5, + 5436799.42 + ], + [ + 591320.89, + 5436797.44 + ], + [ + 591317.48, + 5436796.78 + ], + [ + 591317.39, + 5436797.27 + ], + [ + 591313.72, + 5436796.56 + ], + [ + 591311.83, + 5436806.38 + ] + ] + ] + } + }, + { + "id": "989", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591304.03, + 5437539.83 + ], + [ + 591315.01, + 5437540.97 + ], + [ + 591316.37, + 5437529.28 + ], + [ + 591305.41, + 5437528.02 + ], + [ + 591304.66, + 5437534.25 + ], + [ + 591304.03, + 5437539.83 + ] + ] + ] + } + }, + { + "id": "990", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591325.94, + 5437540.53 + ], + [ + 591326.22, + 5437545.09 + ], + [ + 591335.02, + 5437542.34 + ], + [ + 591333.7, + 5437538.12 + ], + [ + 591325.94, + 5437540.53 + ] + ] + ] + } + }, + { + "id": "991", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591318.14, + 5436778.83 + ], + [ + 591321.66, + 5436779.53 + ], + [ + 591322.47, + 5436775.41 + ], + [ + 591322.34, + 5436775.36 + ], + [ + 591322.47, + 5436774.56 + ], + [ + 591319.25, + 5436773.94 + ], + [ + 591319.09, + 5436774.76 + ], + [ + 591318.92, + 5436774.72 + ], + [ + 591318.14, + 5436778.83 + ] + ] + ] + } + }, + { + "id": "992", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591326.22, + 5437545.09 + ], + [ + 591328.97, + 5437553.82 + ], + [ + 591341.51, + 5437549.89 + ], + [ + 591341.2, + 5437548.91 + ], + [ + 591338.79, + 5437541.16 + ], + [ + 591335.02, + 5437542.34 + ], + [ + 591326.22, + 5437545.09 + ] + ] + ] + } + }, + { + "id": "993", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591317.04, + 5436784.53 + ], + [ + 591320.55, + 5436785.2 + ], + [ + 591321.66, + 5436779.53 + ], + [ + 591318.14, + 5436778.83 + ], + [ + 591317.04, + 5436784.53 + ] + ] + ] + } + }, + { + "id": "994", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591368.05, + 5437556.9 + ], + [ + 591372.33, + 5437557.37 + ], + [ + 591372.82, + 5437553.06 + ], + [ + 591368.51, + 5437552.59 + ], + [ + 591368.05, + 5437556.9 + ] + ] + ] + } + }, + { + "id": "995", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591312.31, + 5436845.45 + ], + [ + 591312.92, + 5436847.44 + ], + [ + 591314.23, + 5436851.71 + ], + [ + 591329.59, + 5436846.99 + ], + [ + 591327.67, + 5436840.76 + ], + [ + 591312.31, + 5436845.45 + ] + ] + ] + } + }, + { + "id": "996", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591279.78, + 5437554.48 + ], + [ + 591281.55, + 5437554.88 + ], + [ + 591287.32, + 5437556.17 + ], + [ + 591288.26, + 5437551.93 + ], + [ + 591288.45, + 5437551.06 + ], + [ + 591280.89, + 5437549.39 + ], + [ + 591279.78, + 5437554.48 + ] + ] + ] + } + }, + { + "id": "997", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591301.86, + 5436831.2 + ], + [ + 591308.28, + 5436832.1 + ], + [ + 591309.07, + 5436825.9 + ], + [ + 591302.68, + 5436825.0 + ], + [ + 591301.86, + 5436831.2 + ] + ] + ] + } + }, + { + "id": "998", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591296.84, + 5436830.51 + ], + [ + 591301.86, + 5436831.2 + ], + [ + 591302.68, + 5436825.0 + ], + [ + 591303.4, + 5436819.7 + ], + [ + 591299.74, + 5436818.67 + ], + [ + 591297.67, + 5436826.36 + ], + [ + 591297.1, + 5436828.5 + ], + [ + 591297.38, + 5436828.58 + ], + [ + 591296.84, + 5436830.51 + ] + ] + ] + } + }, + { + "id": "999", + "type": "Feature", + "properties": { + "ags": 9571136 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + 591291.76, + 5437573.12 + ], + [ + 591305.7, + 5437574.67 + ], + [ + 591306.48, + 5437567.68 + ], + [ + 591292.54, + 5437566.13 + ], + [ + 591291.76, + 5437573.12 + ] + ] + ] + } + } + ], + "crs": { + "type": "name", + "properties": { + "name": "urn:ogc:def:crs:EPSG::25832" + } + } +} From 862710d4e876ce8639d2e0352c16c3ace947ab44 Mon Sep 17 00:00:00 2001 From: Lucas Nandico Date: Sun, 2 Jun 2024 07:04:39 +0200 Subject: [PATCH 6/9] small cleanup Signed-off-by: Lucas Nandico --- frontend/src/components/MapView/DataFetch.tsx | 4 +-- .../MapView/MapDatasetVisualizer.tsx | 35 +++++++++---------- frontend/src/components/MapView/MapView.tsx | 24 +------------ 3 files changed, 19 insertions(+), 44 deletions(-) diff --git a/frontend/src/components/MapView/DataFetch.tsx b/frontend/src/components/MapView/DataFetch.tsx index 8d3bf303..69e8c4f8 100644 --- a/frontend/src/components/MapView/DataFetch.tsx +++ b/frontend/src/components/MapView/DataFetch.tsx @@ -3,10 +3,9 @@ import defaultCityLocationData from "./FeatureCollection.json"; import defaultPolygonData from "./output1000.json"; import { LatLngBounds } from "leaflet"; import { useContext, useEffect, useState } from "react"; -import { TabProps, TabsContext } from "../../contexts/TabsContext"; +import { TabsContext } from "../../contexts/TabsContext"; import { AlertContext } from "../../contexts/AlertContext"; import axios from "axios"; -import { MapContext } from "../../contexts/MapContext"; const geojsonCities: FeatureCollection = defaultCityLocationData as FeatureCollection; const geojsonGemeindenPolygons: FeatureCollection = @@ -85,7 +84,6 @@ const useGeoData = ( return; } - // eslint-disable-next-line @typescript-eslint/no-unused-vars const fetchData = async (bounds: LatLngBounds): Promise => { try { // Define the query parameters diff --git a/frontend/src/components/MapView/MapDatasetVisualizer.tsx b/frontend/src/components/MapView/MapDatasetVisualizer.tsx index e28241cc..2f4d54fd 100644 --- a/frontend/src/components/MapView/MapDatasetVisualizer.tsx +++ b/frontend/src/components/MapView/MapDatasetVisualizer.tsx @@ -7,7 +7,6 @@ import { TabsContext } from "../../contexts/TabsContext"; import useGeoData from "./DataFetch"; import L from "leaflet"; import { LatLngBounds } from "leaflet"; -import proj4 from "proj4"; import "proj4leaflet"; interface MapDatasetVisualizerProps { @@ -19,7 +18,7 @@ const MapDatasetVisualizer: React.FC = ({ }) => { const map = useMap(); const { currentMapCache } = useContext(MapContext); - const { currentTabsCache, setCurrentTabsCache } = useContext(TabsContext); + const { setCurrentTabsCache } = useContext(TabsContext); const updateDatasetData = useCallback( (newData: FeatureCollection, bounds: LatLngBounds) => { @@ -52,31 +51,31 @@ const MapDatasetVisualizer: React.FC = ({ currentMapCache.zoom, updateDatasetData ); + const myCRS = new L.Proj.CRS( + "EPSG:25832", + "+proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs" + ); + const coordsToLatLng = (coords: number[]) => { + const latLng = myCRS.unproject(L.point(coords[0], coords[1])); + return latLng; + }; useEffect(() => { if (!geoData) return; - // todo: if type is marker do this, dont do this with areas if (dataset.id === "house_footprints") { console.log("hi from data visualizer"); - const myCRS = new L.Proj.CRS( - "EPSG:25832", - "+proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs" - ); - - function coordsToLatLng1(coords: number[]) { - var latLng = myCRS.unproject(L.point(coords[0], coords[1])); - return latLng; - } - if (currentMapCache.zoom < 13) { const markerClusterGroup = L.markerClusterGroup(); - const g = L.geoJson(geoData, { - coordsToLatLng: coordsToLatLng1, - onEachFeature: function (feature, layer) { + L.geoJson(geoData, { + coordsToLatLng: coordsToLatLng, + onEachFeature: function (feature, featureLayer) { if (feature.geometry.type === "Polygon") { - const center = layer.getBounds().getCenter(); + const bounds = ( + featureLayer as unknown as { getBounds: () => L.LatLngBounds } + ).getBounds(); + const center = bounds.getCenter(); const marker = L.marker(center); marker.addTo(markerClusterGroup); console.log(center); @@ -116,7 +115,7 @@ const MapDatasetVisualizer: React.FC = ({ map.removeLayer(markerClusterGroup); }; } - }, [dataset.markerIcon, currentMapCache.zoom, map, geoData]); + }, [dataset, currentMapCache.zoom, map, geoData]); return null; }; diff --git a/frontend/src/components/MapView/MapView.tsx b/frontend/src/components/MapView/MapView.tsx index cada61df..81532936 100644 --- a/frontend/src/components/MapView/MapView.tsx +++ b/frontend/src/components/MapView/MapView.tsx @@ -19,6 +19,7 @@ import { TabProps, TabsContext } from "../../contexts/TabsContext"; import { FeatureCollection } from "geojson"; import { Dataset } from "../DatasetsList/DatasetsList"; import MapDatasetVisualizer from "./MapDatasetVisualizer"; +import MapEventsHandler from "./MapEventsHandler"; const DefaultIcon = L.icon({ iconUrl: icon, @@ -104,29 +105,6 @@ const MapView: React.FC = ({ datasetId }) => { zoomControl={false} > - {pinnedFeatureCollections.map((dataset: Dataset, index: number) => ( - { - if (dataset.markerIcon) - return L.marker(latlng, { icon: dataset.markerIcon }); - else return L.marker(latlng); - }} - /> - ))} - {!isCurrentDataPinned && geoData && ( - { - if (tabProps && tabProps.dataset.markerIcon) - return L.marker(latlng, { icon: tabProps.dataset.markerIcon }); - else return L.marker(latlng); - }} - /> - )}*/} {pinnedFeatureCollections.map((dataset: Dataset, index: number) => ( From 63cdcc1846a187f6346d78a74776cf96625caca2 Mon Sep 17 00:00:00 2001 From: Lucas Nandico Date: Mon, 3 Jun 2024 11:51:56 +0200 Subject: [PATCH 7/9] added zoom warning label, linter fixes, changed icon satellite Signed-off-by: Lucas Nandico --- .../components/DatasetsList/DatasetsList.tsx | 9 +-- .../components/DatasetsList/MarkersTypes.tsx | 6 ++ frontend/src/components/MapView/DataFetch.tsx | 6 +- .../MapView/MapDatasetVisualizer.tsx | 9 ++- .../components/MapView/MapEventsHandler.tsx | 1 + .../src/components/MapView/MapOptions.tsx | 9 ++- frontend/src/components/MapView/MapView.tsx | 77 +++++++++---------- .../components/MapView/ZoomWarningLabel.tsx | 61 +++++++++++++++ 8 files changed, 121 insertions(+), 57 deletions(-) create mode 100644 frontend/src/components/DatasetsList/MarkersTypes.tsx create mode 100644 frontend/src/components/MapView/ZoomWarningLabel.tsx diff --git a/frontend/src/components/DatasetsList/DatasetsList.tsx b/frontend/src/components/DatasetsList/DatasetsList.tsx index 320a3cce..2d06cf3d 100644 --- a/frontend/src/components/DatasetsList/DatasetsList.tsx +++ b/frontend/src/components/DatasetsList/DatasetsList.tsx @@ -21,13 +21,7 @@ import { FeatureCollection } from "geojson"; import L, { Icon as LIcon, DivIcon, LatLngBounds } from "leaflet"; import { createRoot } from "react-dom/client"; import { flushSync } from "react-dom"; - -// Enum for types of markers -enum MarkersTypes { - Markers = "markers", // Map will display single coordinates with markers on top. - Areas = "areas", // Map will display polygon areas. - None = "none", // Map will not display anything. -} +import { MarkersTypes } from "./MarkersTypes"; // Dataset Type export type Dataset = { @@ -73,6 +67,7 @@ const datasetsData: Dataset[] = [ datasetIcon: MapTrifold, markerIcon: undefined, data: emptyFeatureCollection, + lastDataRequestBounds: L.latLngBounds(L.latLng(0, 0), L.latLng(0, 0)), }, { id: "charging_stations", diff --git a/frontend/src/components/DatasetsList/MarkersTypes.tsx b/frontend/src/components/DatasetsList/MarkersTypes.tsx new file mode 100644 index 00000000..0f1ba3fa --- /dev/null +++ b/frontend/src/components/DatasetsList/MarkersTypes.tsx @@ -0,0 +1,6 @@ +// Enum for types of markers +export enum MarkersTypes { + Markers = "markers", // Map will display single coordinates with markers on top. + Areas = "areas", // Map will display polygon areas. + None = "none", // Map will not display anything. +} diff --git a/frontend/src/components/MapView/DataFetch.tsx b/frontend/src/components/MapView/DataFetch.tsx index 69e8c4f8..4023821f 100644 --- a/frontend/src/components/MapView/DataFetch.tsx +++ b/frontend/src/components/MapView/DataFetch.tsx @@ -66,11 +66,13 @@ const useGeoData = ( }; useEffect(() => { + if (id === "empty_map") return; if (tabProps && tabProps.dataset.lastDataRequestBounds === bounds) { console.log("SAME AS LAST TIME"); return; } if (tabProps && tabProps.dataset.type === "markers" && zoom <= 10) { + setData(undefined); console.log("too far away"); return; } @@ -79,7 +81,8 @@ const useGeoData = ( setData(geojsonGemeindenPolygons as FeatureCollection); onUpdate(geojsonGemeindenPolygons, bounds); } else { - console.log("already loaded house_footprints"); + setData(geojsonGemeindenPolygons as FeatureCollection); + //console.log("already loaded house_footprints"); } return; @@ -136,6 +139,7 @@ const useGeoData = ( }; fetchData(bounds); + // eslint-disable-next-line react-hooks/exhaustive-deps }, [bounds, zoom, id]); return data; diff --git a/frontend/src/components/MapView/MapDatasetVisualizer.tsx b/frontend/src/components/MapView/MapDatasetVisualizer.tsx index 2f4d54fd..067e4a04 100644 --- a/frontend/src/components/MapView/MapDatasetVisualizer.tsx +++ b/frontend/src/components/MapView/MapDatasetVisualizer.tsx @@ -8,6 +8,7 @@ import useGeoData from "./DataFetch"; import L from "leaflet"; import { LatLngBounds } from "leaflet"; import "proj4leaflet"; +import "proj4"; interface MapDatasetVisualizerProps { dataset: Dataset; @@ -55,7 +56,7 @@ const MapDatasetVisualizer: React.FC = ({ "EPSG:25832", "+proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs" ); - const coordsToLatLng = (coords: number[]) => { + const coordsToLatLngWithCRS = (coords: number[]) => { const latLng = myCRS.unproject(L.point(coords[0], coords[1])); return latLng; }; @@ -69,7 +70,7 @@ const MapDatasetVisualizer: React.FC = ({ if (currentMapCache.zoom < 13) { const markerClusterGroup = L.markerClusterGroup(); L.geoJson(geoData, { - coordsToLatLng: coordsToLatLng, + coordsToLatLng: coordsToLatLngWithCRS, onEachFeature: function (feature, featureLayer) { if (feature.geometry.type === "Polygon") { const bounds = ( @@ -78,7 +79,6 @@ const MapDatasetVisualizer: React.FC = ({ const center = bounds.getCenter(); const marker = L.marker(center); marker.addTo(markerClusterGroup); - console.log(center); } }, }); @@ -90,7 +90,7 @@ const MapDatasetVisualizer: React.FC = ({ }; } else { const geojsonLayer = L.geoJson(geoData, { - coordsToLatLng: coordsToLatLng1, + coordsToLatLng: coordsToLatLngWithCRS, }); geojsonLayer.addTo(map); @@ -115,6 +115,7 @@ const MapDatasetVisualizer: React.FC = ({ map.removeLayer(markerClusterGroup); }; } + // eslint-disable-next-line react-hooks/exhaustive-deps }, [dataset, currentMapCache.zoom, map, geoData]); return null; diff --git a/frontend/src/components/MapView/MapEventsHandler.tsx b/frontend/src/components/MapView/MapEventsHandler.tsx index b4e81085..98349944 100644 --- a/frontend/src/components/MapView/MapEventsHandler.tsx +++ b/frontend/src/components/MapView/MapEventsHandler.tsx @@ -43,6 +43,7 @@ const MapEventsHandler = () => { }); }, moveend: (event) => { + console.log("updates"); setCurrentMapCache({ ...currentMapCache, mapCenter: event.target.getCenter(), diff --git a/frontend/src/components/MapView/MapOptions.tsx b/frontend/src/components/MapView/MapOptions.tsx index 3850416c..9f9382a0 100644 --- a/frontend/src/components/MapView/MapOptions.tsx +++ b/frontend/src/components/MapView/MapOptions.tsx @@ -1,5 +1,5 @@ import { useState } from "react"; -import { Stack, MagnifyingGlass } from "@phosphor-icons/react"; +import { MagnifyingGlass, ArrowsClockwise } from "@phosphor-icons/react"; import "./MapOptions.css"; import { Tooltip } from "@mui/material"; import SearchPopUp from "../PopUp/SearchPopUp"; @@ -25,9 +25,12 @@ const MapOptions: React.FC = ({ toggleShowSatellite }) => { /> - +
- +
= ({ datasetId }) => { - const { currentTabsCache, setCurrentTabsCache } = useContext(TabsContext); + const { currentTabsCache } = useContext(TabsContext); const [map, setMap] = useState(null); const { currentMapCache, setCurrentMapCache } = useContext(MapContext); const [showSatellite, setShowSatellite] = useState(false); @@ -42,41 +42,19 @@ const MapView: React.FC = ({ datasetId }) => { setShowSatellite((prevShowSatellite: boolean) => !prevShowSatellite); }; - const updateDatasetData = useCallback( - (newData: FeatureCollection) => { - setCurrentTabsCache((prevCache) => { - const updatedTabs = prevCache.openedTabs.map((tab) => { - if (tab.dataset.id === datasetId) { - return { - ...tab, - dataset: { - ...tab.dataset, - data: newData, - }, - }; - } - return tab; - }); - - return { - ...prevCache, - openedTabs: updatedTabs, - }; - }); - }, - [datasetId, setCurrentTabsCache] - ); - - const geoData = useGeoData( - datasetId, - currentMapCache.mapBounds, - currentMapCache.zoom, - updateDatasetData - ); - useEffect(() => { if (map) { - setCurrentMapCache((prev) => ({ ...prev, mapInstance: map })); + const initialBounds = map.getBounds(); + const initialCenter = map.getCenter(); + const initialZoom = map.getZoom(); + + setCurrentMapCache((prevCache) => ({ + ...prevCache, + mapInstance: map, + mapCenter: initialCenter, + mapBounds: initialBounds, + zoom: initialZoom, + })); } }, [map, setCurrentMapCache]); @@ -91,8 +69,10 @@ const MapView: React.FC = ({ datasetId }) => { // Check if the current geoData is in the pinnedFeatureCollections const isCurrentDataPinned = pinnedFeatureCollections.some( - (dataset: Dataset) => dataset.data === geoData + (dataset: Dataset) => dataset.id === datasetId ); + //console.log("current data pinned" + isCurrentDataPinned); + const minZoomForLabel = 10; return (
@@ -103,6 +83,8 @@ const MapView: React.FC = ({ datasetId }) => { className="map" ref={setMap} zoomControl={false} + maxBounds={L.latLngBounds([47.1512, 5.6259], [54.967, 15.4446])} + minZoom={6} > @@ -118,7 +100,7 @@ const MapView: React.FC = ({ datasetId }) => { {showSatellite ? (
= ({ datasetId }) => { format="image/png" transparent={true} attribution='© Bundesamt für Kartographie und Geodäsie (BKG), Bayerische Vermessungverwaltung, Sources' + bounds={L.latLngBounds([47.141, 5.561], [55.054, 15.579])} /> = ({ datasetId }) => { format="image/png" transparent={true} attribution="© © Europäische Union, enthält Copernicus Sentinel-2 Daten 2020, verarbeitet durch das Bundesamt für Kartographie und Geodäsie (BKG)" + bounds={L.latLngBounds([47.141, 5.561], [55.054, 15.579])} />
) : ( - + +
+ )} + {tabProps && tabProps.dataset.type === MarkersTypes.Markers && ( + )} diff --git a/frontend/src/components/MapView/ZoomWarningLabel.tsx b/frontend/src/components/MapView/ZoomWarningLabel.tsx new file mode 100644 index 00000000..31d70059 --- /dev/null +++ b/frontend/src/components/MapView/ZoomWarningLabel.tsx @@ -0,0 +1,61 @@ +import React, { useEffect } from "react"; +import { useMap } from "react-leaflet"; +import { Box, Typography } from "@mui/material"; + +interface CenterLabelProps { + label: string; + minZoom: number; +} + +const ZoomWarningLabel: React.FC = ({ label, minZoom }) => { + const map = useMap(); + + useEffect(() => { + const onZoomEnd = () => { + console.log("check label"); + const currentZoom = map.getZoom(); + const labelElement = document.getElementById("center-label"); + + if (labelElement) { + if (currentZoom <= minZoom) { + labelElement.style.display = "block"; + } else { + labelElement.style.display = "none"; + } + } + }; + + map.on("zoomend", onZoomEnd); + + // Initial check + onZoomEnd(); + + return () => { + map.off("zoomend", onZoomEnd); + }; + }, [map, minZoom]); + + return ( + + + {label} + + + ); +}; + +export default ZoomWarningLabel; From 2ee6da35bf1992468f56e9e715fecf5d2e267085 Mon Sep 17 00:00:00 2001 From: Lucas Nandico Date: Mon, 3 Jun 2024 11:53:49 +0200 Subject: [PATCH 8/9] removed wrong import Signed-off-by: Lucas Nandico --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index 016b2ed0..6a91d349 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,5 @@ "deploy:build": "docker compose up --build -d", "deploy:frontend:dev": "cd frontend/ && npm run dev", "deploy:backend:api": "cd backend/src/BIE.Core/BIE.Core.API/bin/build && BIE.Core.API" - }, - "dependencies": { - "@types/leaflet.markercluster": "^1.5.4", - "leaflet.markercluster": "^1.5.3" } } From 9b13f60726749e62f41ce93f5ed94744ff99668b Mon Sep 17 00:00:00 2001 From: Lucas Nandico Date: Mon, 3 Jun 2024 12:20:41 +0200 Subject: [PATCH 9/9] regenerated package lock Signed-off-by: Lucas Nandico --- frontend/package-lock.json | 1051 +++++++++++++++++++++++++++--------- 1 file changed, 807 insertions(+), 244 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 76a5164f..50fafa26 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -58,11 +58,11 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.24.2", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz", - "integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.6.tgz", + "integrity": "sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA==", "dependencies": { - "@babel/highlight": "^7.24.2", + "@babel/highlight": "^7.24.6", "picocolors": "^1.0.0" }, "engines": { @@ -70,30 +70,30 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.24.4", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.4.tgz", - "integrity": "sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.6.tgz", + "integrity": "sha512-aC2DGhBq5eEdyXWqrDInSqQjO0k8xtPRf5YylULqx8MCd6jBtzqfta/3ETMRpuKIc5hyswfO80ObyA1MvkCcUQ==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.24.5", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.5.tgz", - "integrity": "sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.6.tgz", + "integrity": "sha512-qAHSfAdVyFmIvl0VHELib8xar7ONuSHrE2hLnsaWkYNTI68dmi1x8GYDhJjMI/e7XWal9QBlZkwbOnkcw7Z8gQ==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.24.2", - "@babel/generator": "^7.24.5", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-module-transforms": "^7.24.5", - "@babel/helpers": "^7.24.5", - "@babel/parser": "^7.24.5", - "@babel/template": "^7.24.0", - "@babel/traverse": "^7.24.5", - "@babel/types": "^7.24.5", + "@babel/code-frame": "^7.24.6", + "@babel/generator": "^7.24.6", + "@babel/helper-compilation-targets": "^7.24.6", + "@babel/helper-module-transforms": "^7.24.6", + "@babel/helpers": "^7.24.6", + "@babel/parser": "^7.24.6", + "@babel/template": "^7.24.6", + "@babel/traverse": "^7.24.6", + "@babel/types": "^7.24.6", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -124,12 +124,12 @@ } }, "node_modules/@babel/generator": { - "version": "7.24.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.5.tgz", - "integrity": "sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.6.tgz", + "integrity": "sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg==", "dev": true, "dependencies": { - "@babel/types": "^7.24.5", + "@babel/types": "^7.24.6", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" @@ -139,13 +139,13 @@ } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", - "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.6.tgz", + "integrity": "sha512-VZQ57UsDGlX/5fFA7GkVPplZhHsVc+vuErWgdOiysI9Ksnw0Pbbd6pnPiR/mmJyKHgyIW0c7KT32gmhiF+cirg==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.23.5", - "@babel/helper-validator-option": "^7.23.5", + "@babel/compat-data": "^7.24.6", + "@babel/helper-validator-option": "^7.24.6", "browserslist": "^4.22.2", "lru-cache": "^5.1.1", "semver": "^6.3.1" @@ -164,61 +164,61 @@ } }, "node_modules/@babel/helper-environment-visitor": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", - "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz", + "integrity": "sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-function-name": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", - "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.6.tgz", + "integrity": "sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w==", "dev": true, "dependencies": { - "@babel/template": "^7.22.15", - "@babel/types": "^7.23.0" + "@babel/template": "^7.24.6", + "@babel/types": "^7.24.6" }, "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.24.6", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.6.tgz", + "integrity": "sha512-SF/EMrC3OD7dSta1bLJIlrsVxwtd0UpjRJqLno6125epQMJ/kyFmpTT4pbvPbdQHzCHg+biQ7Syo8lnDtbR+uA==", "dev": true, "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.24.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { - "version": "7.24.3", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz", - "integrity": "sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.6.tgz", + "integrity": "sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g==", "dependencies": { - "@babel/types": "^7.24.0" + "@babel/types": "^7.24.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.24.5", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz", - "integrity": "sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.6.tgz", + "integrity": "sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA==", "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-module-imports": "^7.24.3", - "@babel/helper-simple-access": "^7.24.5", - "@babel/helper-split-export-declaration": "^7.24.5", - "@babel/helper-validator-identifier": "^7.24.5" + "@babel/helper-environment-visitor": "^7.24.6", + "@babel/helper-module-imports": "^7.24.6", + "@babel/helper-simple-access": "^7.24.6", + "@babel/helper-split-export-declaration": "^7.24.6", + "@babel/helper-validator-identifier": "^7.24.6" }, "engines": { "node": ">=6.9.0" @@ -228,83 +228,82 @@ } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.24.5", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.5.tgz", - "integrity": "sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.6.tgz", + "integrity": "sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-simple-access": { - "version": "7.24.5", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz", - "integrity": "sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.6.tgz", + "integrity": "sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g==", "dev": true, "dependencies": { - "@babel/types": "^7.24.5" + "@babel/types": "^7.24.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-split-export-declaration": { - "version": "7.24.5", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz", - "integrity": "sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz", + "integrity": "sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw==", "dev": true, "dependencies": { - "@babel/types": "^7.24.5" + "@babel/types": "^7.24.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-string-parser": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz", - "integrity": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz", + "integrity": "sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.24.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz", - "integrity": "sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz", + "integrity": "sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", - "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.6.tgz", + "integrity": "sha512-Jktc8KkF3zIkePb48QO+IapbXlSapOW9S+ogZZkcO6bABgYAxtZcjZ/O005111YLf+j4M84uEgwYoidDkXbCkQ==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.24.5", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.5.tgz", - "integrity": "sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.6.tgz", + "integrity": "sha512-V2PI+NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46+r/A6WeUR1+P3TeQ49dspGPNd/E3n9AnnA==", "dev": true, "dependencies": { - "@babel/template": "^7.24.0", - "@babel/traverse": "^7.24.5", - "@babel/types": "^7.24.5" + "@babel/template": "^7.24.6", + "@babel/types": "^7.24.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/highlight": { - "version": "7.24.5", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.5.tgz", - "integrity": "sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.6.tgz", + "integrity": "sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==", "dependencies": { - "@babel/helper-validator-identifier": "^7.24.5", + "@babel/helper-validator-identifier": "^7.24.6", "chalk": "^2.4.2", "js-tokens": "^4.0.0", "picocolors": "^1.0.0" @@ -314,9 +313,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.24.5", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.5.tgz", - "integrity": "sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.6.tgz", + "integrity": "sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -326,12 +325,12 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-self": { - "version": "7.24.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.24.5.tgz", - "integrity": "sha512-RtCJoUO2oYrYwFPtR1/jkoBEcFuI1ae9a9IMxeyAVa3a1Ap4AnxmyIKG2b2FaJKqkidw/0cxRbWN+HOs6ZWd1w==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.24.6.tgz", + "integrity": "sha512-FfZfHXtQ5jYPQsCRyLpOv2GeLIIJhs8aydpNh39vRDjhD411XcfWDni5i7OjP/Rs8GAtTn7sWFFELJSHqkIxYg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.5" + "@babel/helper-plugin-utils": "^7.24.6" }, "engines": { "node": ">=6.9.0" @@ -341,12 +340,12 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-source": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.24.1.tgz", - "integrity": "sha512-1v202n7aUq4uXAieRTKcwPzNyphlCuqHHDcdSNc+vdhoTEZcFMh+L5yZuCmGaIO7bs1nJUNfHB89TZyoL48xNA==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.24.6.tgz", + "integrity": "sha512-BQTBCXmFRreU3oTUXcGKuPOfXAGb1liNY4AvvFKsOBAJ89RKcTsIrSsnMYkj59fNa66OFKnSa4AJZfy5Y4B9WA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-plugin-utils": "^7.24.6" }, "engines": { "node": ">=6.9.0" @@ -356,9 +355,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.24.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.5.tgz", - "integrity": "sha512-Nms86NXrsaeU9vbBJKni6gXiEXZ4CVpYVzEjDH9Sb8vmZ3UljyA1GSOJl/6LGPO8EHLuSF9H+IxNXHPX8QHJ4g==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.6.tgz", + "integrity": "sha512-Ja18XcETdEl5mzzACGd+DKgaGJzPTCow7EglgwTmHdwokzDFYh/MHua6lU6DV/hjF2IaOJ4oX2nqnjG7RElKOw==", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -367,33 +366,33 @@ } }, "node_modules/@babel/template": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz", - "integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.6.tgz", + "integrity": "sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.23.5", - "@babel/parser": "^7.24.0", - "@babel/types": "^7.24.0" + "@babel/code-frame": "^7.24.6", + "@babel/parser": "^7.24.6", + "@babel/types": "^7.24.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.24.5", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.5.tgz", - "integrity": "sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.24.2", - "@babel/generator": "^7.24.5", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.24.5", - "@babel/parser": "^7.24.5", - "@babel/types": "^7.24.5", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.6.tgz", + "integrity": "sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.24.6", + "@babel/generator": "^7.24.6", + "@babel/helper-environment-visitor": "^7.24.6", + "@babel/helper-function-name": "^7.24.6", + "@babel/helper-hoist-variables": "^7.24.6", + "@babel/helper-split-export-declaration": "^7.24.6", + "@babel/parser": "^7.24.6", + "@babel/types": "^7.24.6", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -402,12 +401,12 @@ } }, "node_modules/@babel/types": { - "version": "7.24.5", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.5.tgz", - "integrity": "sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.6.tgz", + "integrity": "sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==", "dependencies": { - "@babel/helper-string-parser": "^7.24.1", - "@babel/helper-validator-identifier": "^7.24.5", + "@babel/helper-string-parser": "^7.24.6", + "@babel/helper-validator-identifier": "^7.24.6", "to-fast-properties": "^2.0.0" }, "engines": { @@ -547,6 +546,358 @@ "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz", "integrity": "sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==" }, + "node_modules/@esbuild/aix-ppc64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.20.2.tgz", + "integrity": "sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.20.2.tgz", + "integrity": "sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.20.2.tgz", + "integrity": "sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-x64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.20.2.tgz", + "integrity": "sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-arm64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.20.2.tgz", + "integrity": "sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-x64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.20.2.tgz", + "integrity": "sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.20.2.tgz", + "integrity": "sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-x64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.20.2.tgz", + "integrity": "sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.20.2.tgz", + "integrity": "sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.20.2.tgz", + "integrity": "sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.20.2.tgz", + "integrity": "sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.20.2.tgz", + "integrity": "sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==", + "cpu": [ + "loong64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.20.2.tgz", + "integrity": "sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==", + "cpu": [ + "mips64el" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.20.2.tgz", + "integrity": "sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.20.2.tgz", + "integrity": "sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.20.2.tgz", + "integrity": "sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.20.2.tgz", + "integrity": "sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.20.2.tgz", + "integrity": "sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.20.2.tgz", + "integrity": "sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.20.2.tgz", + "integrity": "sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.20.2.tgz", + "integrity": "sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.20.2.tgz", + "integrity": "sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, "node_modules/@esbuild/win32-x64": { "version": "0.20.2", "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.20.2.tgz", @@ -657,9 +1008,9 @@ } }, "node_modules/@floating-ui/core": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.1.tgz", - "integrity": "sha512-42UH54oPZHPdRHdw6BgoBD6cg/eVTmVrFcgeRDM3jbO7uxSoipVcmcIGFcA5jmOHO5apcyvBhkSKES3fQJnu7A==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.2.tgz", + "integrity": "sha512-+2XpQV9LLZeanU4ZevzRnGFg2neDeKHgFLjP6YLW+tly0IvrhqT4u8enLGjLH3qeh85g19xY5rsAusfwTdn5lg==", "dependencies": { "@floating-ui/utils": "^0.2.0" } @@ -674,9 +1025,9 @@ } }, "node_modules/@floating-ui/react-dom": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.0.9.tgz", - "integrity": "sha512-q0umO0+LQK4+p6aGyvzASqKbKOJcAHJ7ycE9CuUvfx3s9zTHWmGJTPOIlM/hmSBfUfg/XfY5YhLBLR/LHwShQQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.0.tgz", + "integrity": "sha512-lNzj5EQmEKn5FFKc04+zasr09h/uX8RtJRNj5gUXsSQIXHVWTVh+hVAg1vOMCexkX8EgvemMvIFpQfkosnVNyA==", "dependencies": { "@floating-ui/dom": "^1.0.0" }, @@ -839,18 +1190,18 @@ } }, "node_modules/@mui/core-downloads-tracker": { - "version": "5.15.17", - "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.15.17.tgz", - "integrity": "sha512-DVAejDQkjNnIac7MfP8sLzuo7fyrBPxNdXe+6bYqOqg1z2OPTlfFAejSNzWe7UenRMuFu9/AyFXj/X2vN2w6dA==", + "version": "5.15.19", + "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.15.19.tgz", + "integrity": "sha512-tCHSi/Tomez9ERynFhZRvFO6n9ATyrPs+2N80DMDzp6xDVirbBjEwhPcE+x7Lj+nwYw0SqFkOxyvMP0irnm55w==", "funding": { "type": "opencollective", "url": "https://opencollective.com/mui-org" } }, "node_modules/@mui/icons-material": { - "version": "5.15.17", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.17.tgz", - "integrity": "sha512-xVzl2De7IY36s/keHX45YMiCpsIx3mNv2xwDgtBkRSnZQtVk+Gqufwj1ktUxEyjzEhBl0+PiNJqYC31C+n1n6A==", + "version": "5.15.19", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.15.19.tgz", + "integrity": "sha512-RsEiRxA5azN9b8gI7JRqekkgvxQUlitoBOtZglflb8cUDyP12/cP4gRwhb44Ea1/zwwGGjAj66ZJpGHhKfibNA==", "dependencies": { "@babel/runtime": "^7.23.9" }, @@ -913,13 +1264,13 @@ } }, "node_modules/@mui/material": { - "version": "5.15.17", - "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.15.17.tgz", - "integrity": "sha512-ru/MLvTkCh0AZXmqwIpqGTOoVBS/sX48zArXq/DvktxXZx4fskiRA2PEc7Rk5ZlFiZhKh4moL4an+l8zZwq49Q==", + "version": "5.15.19", + "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.15.19.tgz", + "integrity": "sha512-lp5xQBbcRuxNtjpWU0BWZgIrv2XLUz4RJ0RqFXBdESIsKoGCQZ6P3wwU5ZPuj5TjssNiKv9AlM+vHopRxZhvVQ==", "dependencies": { "@babel/runtime": "^7.23.9", "@mui/base": "5.0.0-beta.40", - "@mui/core-downloads-tracker": "^5.15.17", + "@mui/core-downloads-tracker": "^5.15.19", "@mui/system": "^5.15.15", "@mui/types": "^7.2.14", "@mui/utils": "^5.15.14", @@ -1093,12 +1444,12 @@ } }, "node_modules/@mui/x-data-grid": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.4.0.tgz", - "integrity": "sha512-ILu0AVqqHQf4wN/nblsJ/k7PkvlB115vQ/FEiYk7neZlc/kOJOUyst3MWMVClAecZ8+JEs476q40xd4r1CtMfw==", + "version": "7.6.1", + "resolved": "https://registry.npmjs.org/@mui/x-data-grid/-/x-data-grid-7.6.1.tgz", + "integrity": "sha512-ZUQqSvmJgNQAgwLqVp/XUgNgKFb3zdsBQTbYCagjAK7Saq3iPDJkTb7FNSyT8UN0G6Kqogxgd9fKJW4L4ku1zQ==", "dependencies": { - "@babel/runtime": "^7.24.0", - "@mui/system": "^5.15.14", + "@babel/runtime": "^7.24.6", + "@mui/system": "^5.15.15", "@mui/utils": "^5.15.14", "clsx": "^2.1.1", "prop-types": "^15.8.1", @@ -1183,10 +1534,205 @@ "react-dom": "^18.0.0" } }, + "node_modules/@rollup/rollup-android-arm-eabi": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.18.0.tgz", + "integrity": "sha512-Tya6xypR10giZV1XzxmH5wr25VcZSncG0pZIjfePT0OVBvqNEurzValetGNarVrGiq66EBVAFn15iYX4w6FKgQ==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-android-arm64": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.18.0.tgz", + "integrity": "sha512-avCea0RAP03lTsDhEyfy+hpfr85KfyTctMADqHVhLAF3MlIkq83CP8UfAHUssgXTYd+6er6PaAhx/QGv4L1EiA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.18.0.tgz", + "integrity": "sha512-IWfdwU7KDSm07Ty0PuA/W2JYoZ4iTj3TUQjkVsO/6U+4I1jN5lcR71ZEvRh52sDOERdnNhhHU57UITXz5jC1/w==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.18.0.tgz", + "integrity": "sha512-n2LMsUz7Ynu7DoQrSQkBf8iNrjOGyPLrdSg802vk6XT3FtsgX6JbE8IHRvposskFm9SNxzkLYGSq9QdpLYpRNA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.18.0.tgz", + "integrity": "sha512-C/zbRYRXFjWvz9Z4haRxcTdnkPt1BtCkz+7RtBSuNmKzMzp3ZxdM28Mpccn6pt28/UWUCTXa+b0Mx1k3g6NOMA==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm-musleabihf": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.18.0.tgz", + "integrity": "sha512-l3m9ewPgjQSXrUMHg93vt0hYCGnrMOcUpTz6FLtbwljo2HluS4zTXFy2571YQbisTnfTKPZ01u/ukJdQTLGh9A==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.18.0.tgz", + "integrity": "sha512-rJ5D47d8WD7J+7STKdCUAgmQk49xuFrRi9pZkWoRD1UeSMakbcepWXPF8ycChBoAqs1pb2wzvbY6Q33WmN2ftw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.18.0.tgz", + "integrity": "sha512-be6Yx37b24ZwxQ+wOQXXLZqpq4jTckJhtGlWGZs68TgdKXJgw54lUUoFYrg6Zs/kjzAQwEwYbp8JxZVzZLRepQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.18.0.tgz", + "integrity": "sha512-hNVMQK+qrA9Todu9+wqrXOHxFiD5YmdEi3paj6vP02Kx1hjd2LLYR2eaN7DsEshg09+9uzWi2W18MJDlG0cxJA==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.18.0.tgz", + "integrity": "sha512-ROCM7i+m1NfdrsmvwSzoxp9HFtmKGHEqu5NNDiZWQtXLA8S5HBCkVvKAxJ8U+CVctHwV2Gb5VUaK7UAkzhDjlg==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-s390x-gnu": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.18.0.tgz", + "integrity": "sha512-0UyyRHyDN42QL+NbqevXIIUnKA47A+45WyasO+y2bGJ1mhQrfrtXUpTxCOrfxCR4esV3/RLYyucGVPiUsO8xjg==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.18.0.tgz", + "integrity": "sha512-xuglR2rBVHA5UsI8h8UbX4VJ470PtGCf5Vpswh7p2ukaqBGFTnsfzxUBetoWBWymHMxbIG0Cmx7Y9qDZzr648w==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.18.0.tgz", + "integrity": "sha512-LKaqQL9osY/ir2geuLVvRRs+utWUNilzdE90TpyoX0eNqPzWjRm14oMEE+YLve4k/NAqCdPkGYDaDF5Sw+xBfg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.18.0.tgz", + "integrity": "sha512-7J6TkZQFGo9qBKH0pk2cEVSRhJbL6MtfWxth7Y5YmZs57Pi+4x6c2dStAUvaQkHQLnEQv1jzBUW43GvZW8OFqA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.18.0.tgz", + "integrity": "sha512-Txjh+IxBPbkUB9+SXZMpv+b/vnTEtFyfWZgJ6iyCmt2tdx0OF5WhFowLmnh8ENGNpfUlUZkdI//4IEmhwPieNg==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, "node_modules/@rollup/rollup-win32-x64-msvc": { - "version": "4.17.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.17.2.tgz", - "integrity": "sha512-TGGO7v7qOq4CYmSBVEYpI1Y5xDuCEnbVC5Vth8mOsW0gDSzxNrVERPc790IGHsrT2dQSimgMr9Ub3Y1Jci5/8w==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.18.0.tgz", + "integrity": "sha512-UOo5FdvOL0+eIVTgS4tIdbW+TtnBLWg1YBCcU2KWM7nuNwRz9bksDX1bekJJCpu25N1DVWaCwnT39dVQxzqS8g==", "cpu": [ "x64" ], @@ -1229,9 +1775,9 @@ } }, "node_modules/@types/babel__traverse": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.5.tgz", - "integrity": "sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==", + "version": "7.20.6", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", + "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==", "dev": true, "dependencies": { "@babel/types": "^7.20.7" @@ -1265,9 +1811,9 @@ } }, "node_modules/@types/node": { - "version": "20.12.13", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.13.tgz", - "integrity": "sha512-gBGeanV41c1L171rR7wjbMiEpEI/l5XFQdLLfhr/REwpgDy/4U8y89+i8kRiLzDyZdOkXh+cRaTetUnCYutoXA==", + "version": "20.14.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.0.tgz", + "integrity": "sha512-5cHBxFGJx6L4s56Bubp4fglrEpmyJypsqI6RgzMfBHWUJQGWAAi8cWcgetEbZXHYXo9C2Fa4EEds/uSyS4cxmA==", "dev": true, "dependencies": { "undici-types": "~5.26.4" @@ -1299,9 +1845,9 @@ "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" }, "node_modules/@types/react": { - "version": "18.3.2", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.2.tgz", - "integrity": "sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w==", + "version": "18.3.3", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz", + "integrity": "sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" @@ -1325,16 +1871,16 @@ } }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.9.0.tgz", - "integrity": "sha512-6e+X0X3sFe/G/54aC3jt0txuMTURqLyekmEHViqyA2VnxhLMpvA6nqmcjIy+Cr9tLDHPssA74BP5Mx9HQIxBEA==", + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.11.0.tgz", + "integrity": "sha512-P+qEahbgeHW4JQ/87FuItjBj8O3MYv5gELDzr8QaQ7fsll1gSMTYb6j87MYyxwf3DtD7uGFB9ShwgmCJB5KmaQ==", "dev": true, "dependencies": { "@eslint-community/regexpp": "^4.10.0", - "@typescript-eslint/scope-manager": "7.9.0", - "@typescript-eslint/type-utils": "7.9.0", - "@typescript-eslint/utils": "7.9.0", - "@typescript-eslint/visitor-keys": "7.9.0", + "@typescript-eslint/scope-manager": "7.11.0", + "@typescript-eslint/type-utils": "7.11.0", + "@typescript-eslint/utils": "7.11.0", + "@typescript-eslint/visitor-keys": "7.11.0", "graphemer": "^1.4.0", "ignore": "^5.3.1", "natural-compare": "^1.4.0", @@ -1358,15 +1904,15 @@ } }, "node_modules/@typescript-eslint/parser": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.9.0.tgz", - "integrity": "sha512-qHMJfkL5qvgQB2aLvhUSXxbK7OLnDkwPzFalg458pxQgfxKDfT1ZDbHQM/I6mDIf/svlMkj21kzKuQ2ixJlatQ==", + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.11.0.tgz", + "integrity": "sha512-yimw99teuaXVWsBcPO1Ais02kwJ1jmNA1KxE7ng0aT7ndr1pT1wqj0OJnsYVGKKlc4QJai86l/025L6z8CljOg==", "dev": true, "dependencies": { - "@typescript-eslint/scope-manager": "7.9.0", - "@typescript-eslint/types": "7.9.0", - "@typescript-eslint/typescript-estree": "7.9.0", - "@typescript-eslint/visitor-keys": "7.9.0", + "@typescript-eslint/scope-manager": "7.11.0", + "@typescript-eslint/types": "7.11.0", + "@typescript-eslint/typescript-estree": "7.11.0", + "@typescript-eslint/visitor-keys": "7.11.0", "debug": "^4.3.4" }, "engines": { @@ -1386,13 +1932,13 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.9.0.tgz", - "integrity": "sha512-ZwPK4DeCDxr3GJltRz5iZejPFAAr4Wk3+2WIBaj1L5PYK5RgxExu/Y68FFVclN0y6GGwH8q+KgKRCvaTmFBbgQ==", + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.11.0.tgz", + "integrity": "sha512-27tGdVEiutD4POirLZX4YzT180vevUURJl4wJGmm6TrQoiYwuxTIY98PBp6L2oN+JQxzE0URvYlzJaBHIekXAw==", "dev": true, "dependencies": { - "@typescript-eslint/types": "7.9.0", - "@typescript-eslint/visitor-keys": "7.9.0" + "@typescript-eslint/types": "7.11.0", + "@typescript-eslint/visitor-keys": "7.11.0" }, "engines": { "node": "^18.18.0 || >=20.0.0" @@ -1403,13 +1949,13 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.9.0.tgz", - "integrity": "sha512-6Qy8dfut0PFrFRAZsGzuLoM4hre4gjzWJB6sUvdunCYZsYemTkzZNwF1rnGea326PHPT3zn5Lmg32M/xfJfByA==", + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.11.0.tgz", + "integrity": "sha512-WmppUEgYy+y1NTseNMJ6mCFxt03/7jTOy08bcg7bxJJdsM4nuhnchyBbE8vryveaJUf62noH7LodPSo5Z0WUCg==", "dev": true, "dependencies": { - "@typescript-eslint/typescript-estree": "7.9.0", - "@typescript-eslint/utils": "7.9.0", + "@typescript-eslint/typescript-estree": "7.11.0", + "@typescript-eslint/utils": "7.11.0", "debug": "^4.3.4", "ts-api-utils": "^1.3.0" }, @@ -1430,9 +1976,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.9.0.tgz", - "integrity": "sha512-oZQD9HEWQanl9UfsbGVcZ2cGaR0YT5476xfWE0oE5kQa2sNK2frxOlkeacLOTh9po4AlUT5rtkGyYM5kew0z5w==", + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.11.0.tgz", + "integrity": "sha512-MPEsDRZTyCiXkD4vd3zywDCifi7tatc4K37KqTprCvaXptP7Xlpdw0NR2hRJTetG5TxbWDB79Ys4kLmHliEo/w==", "dev": true, "engines": { "node": "^18.18.0 || >=20.0.0" @@ -1443,13 +1989,13 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.9.0.tgz", - "integrity": "sha512-zBCMCkrb2YjpKV3LA0ZJubtKCDxLttxfdGmwZvTqqWevUPN0FZvSI26FalGFFUZU/9YQK/A4xcQF9o/VVaCKAg==", + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.11.0.tgz", + "integrity": "sha512-cxkhZ2C/iyi3/6U9EPc5y+a6csqHItndvN/CzbNXTNrsC3/ASoYQZEt9uMaEp+xFNjasqQyszp5TumAVKKvJeQ==", "dev": true, "dependencies": { - "@typescript-eslint/types": "7.9.0", - "@typescript-eslint/visitor-keys": "7.9.0", + "@typescript-eslint/types": "7.11.0", + "@typescript-eslint/visitor-keys": "7.11.0", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -1471,15 +2017,15 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.9.0.tgz", - "integrity": "sha512-5KVRQCzZajmT4Ep+NEgjXCvjuypVvYHUW7RHlXzNPuak2oWpVoD1jf5xCP0dPAuNIchjC7uQyvbdaSTFaLqSdA==", + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.11.0.tgz", + "integrity": "sha512-xlAWwPleNRHwF37AhrZurOxA1wyXowW4PqVXZVUNCLjB48CqdPJoJWkrpH2nij9Q3Lb7rtWindtoXwxjxlKKCA==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "7.9.0", - "@typescript-eslint/types": "7.9.0", - "@typescript-eslint/typescript-estree": "7.9.0" + "@typescript-eslint/scope-manager": "7.11.0", + "@typescript-eslint/types": "7.11.0", + "@typescript-eslint/typescript-estree": "7.11.0" }, "engines": { "node": "^18.18.0 || >=20.0.0" @@ -1493,12 +2039,12 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.9.0.tgz", - "integrity": "sha512-iESPx2TNLDNGQLyjKhUvIKprlP49XNEK+MvIf9nIO7ZZaZdbnfWKHnXAgufpxqfA0YryH8XToi4+CjBgVnFTSQ==", + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.11.0.tgz", + "integrity": "sha512-7syYk4MzjxTEk0g/w3iqtgxnFQspDJfn6QKD36xMuuhTzjcxY7F8EmBLnALjVyaOF1/bVocu3bS/2/F7rXrveQ==", "dev": true, "dependencies": { - "@typescript-eslint/types": "7.9.0", + "@typescript-eslint/types": "7.11.0", "eslint-visitor-keys": "^3.4.3" }, "engines": { @@ -1516,16 +2062,16 @@ "dev": true }, "node_modules/@vitejs/plugin-react": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.2.1.tgz", - "integrity": "sha512-oojO9IDc4nCUUi8qIR11KoQm0XFFLIwsRBwHRR4d/88IWghn1y6ckz/bJ8GHDCsYEJee8mDzqtJxh15/cisJNQ==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.3.0.tgz", + "integrity": "sha512-KcEbMsn4Dpk+LIbHMj7gDPRKaTMStxxWRkRmxsg/jVdFdJCZWt1SchZcf0M4t8lIKdwwMsEyzhrcOXRrDPtOBw==", "dev": true, "dependencies": { - "@babel/core": "^7.23.5", - "@babel/plugin-transform-react-jsx-self": "^7.23.3", - "@babel/plugin-transform-react-jsx-source": "^7.23.3", + "@babel/core": "^7.24.5", + "@babel/plugin-transform-react-jsx-self": "^7.24.5", + "@babel/plugin-transform-react-jsx-source": "^7.24.1", "@types/babel__core": "^7.20.5", - "react-refresh": "^0.14.0" + "react-refresh": "^0.14.2" }, "engines": { "node": "^14.18.0 || >=16.0.0" @@ -1651,12 +2197,12 @@ } }, "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dev": true, "dependencies": { - "fill-range": "^7.0.1" + "fill-range": "^7.1.1" }, "engines": { "node": ">=8" @@ -1703,9 +2249,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001618", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001618.tgz", - "integrity": "sha512-p407+D1tIkDvsEAPS22lJxLQQaG8OTBEqo0KhzfABGk0TU4juBNDSfH0hyAp/HRyx+M8L17z/ltyhxh27FTfQg==", + "version": "1.0.30001627", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001627.tgz", + "integrity": "sha512-4zgNiB8nTyV/tHhwZrFs88ryjls/lHiqFhrxCW4qSTeuRByBVnPYpDInchOIySWknznucaf31Z4KYqjfbrecVw==", "dev": true, "funding": [ { @@ -1821,9 +2367,9 @@ "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" }, "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", "dev": true, "dependencies": { "ms": "2.1.2" @@ -1885,9 +2431,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.768", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.768.tgz", - "integrity": "sha512-z2U3QcvNuxdkk33YV7R1bVMNq7fL23vq3WfO5BHcqrm4TnDGReouBfYKLEFh5umoK1XACjEwp8mmnhXk2EJigw==", + "version": "1.4.788", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.788.tgz", + "integrity": "sha512-ubp5+Ev/VV8KuRoWnfP2QF2Bg+O2ZFdb49DiiNbz2VmgkIqrnyYaqIOqj8A6K/3p1xV0QcU5hBQ1+BmB6ot1OA==", "dev": true }, "node_modules/error-ex": { @@ -2294,9 +2840,9 @@ } }, "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==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dev": true, "dependencies": { "to-regex-range": "^5.0.1" @@ -2384,6 +2930,20 @@ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "dev": true }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, "node_modules/function-bind": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", @@ -2413,6 +2973,7 @@ "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Glob versions prior to v9 are no longer supported", "dev": true, "dependencies": { "fs.realpath": "^1.0.0", @@ -2567,6 +3128,7 @@ "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", "dev": true, "dependencies": { "once": "^1.3.0", @@ -2809,12 +3371,12 @@ "integrity": "sha512-awNbTOqCxK1DBGjalK3xqWIstBZgN6fxsMSiXLs9/spqWkF2pAhb2rrYCFSsr1/tT7PhcDGjZndG8SWYn0byYA==" }, "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", + "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", "dev": true, "dependencies": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" }, "engines": { @@ -3256,6 +3818,7 @@ "version": "3.0.2", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", "dev": true, "dependencies": { "glob": "^7.1.3" @@ -3268,9 +3831,9 @@ } }, "node_modules/rollup": { - "version": "4.17.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.17.2.tgz", - "integrity": "sha512-/9ClTJPByC0U4zNLowV1tMBe8yMEAxewtR3cUNX5BoEpGH3dQEWpJLr6CLp0fPdYRF/fzVOgvDb1zXuakwF5kQ==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.18.0.tgz", + "integrity": "sha512-QmJz14PX3rzbJCN1SG4Xe/bAAX2a6NpCP8ab2vfu2GiUr8AQcr2nCV/oEO3yneFarB67zk8ShlIyWb2LGTb3Sg==", "dev": true, "dependencies": { "@types/estree": "1.0.5" @@ -3283,22 +3846,22 @@ "npm": ">=8.0.0" }, "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.17.2", - "@rollup/rollup-android-arm64": "4.17.2", - "@rollup/rollup-darwin-arm64": "4.17.2", - "@rollup/rollup-darwin-x64": "4.17.2", - "@rollup/rollup-linux-arm-gnueabihf": "4.17.2", - "@rollup/rollup-linux-arm-musleabihf": "4.17.2", - "@rollup/rollup-linux-arm64-gnu": "4.17.2", - "@rollup/rollup-linux-arm64-musl": "4.17.2", - "@rollup/rollup-linux-powerpc64le-gnu": "4.17.2", - "@rollup/rollup-linux-riscv64-gnu": "4.17.2", - "@rollup/rollup-linux-s390x-gnu": "4.17.2", - "@rollup/rollup-linux-x64-gnu": "4.17.2", - "@rollup/rollup-linux-x64-musl": "4.17.2", - "@rollup/rollup-win32-arm64-msvc": "4.17.2", - "@rollup/rollup-win32-ia32-msvc": "4.17.2", - "@rollup/rollup-win32-x64-msvc": "4.17.2", + "@rollup/rollup-android-arm-eabi": "4.18.0", + "@rollup/rollup-android-arm64": "4.18.0", + "@rollup/rollup-darwin-arm64": "4.18.0", + "@rollup/rollup-darwin-x64": "4.18.0", + "@rollup/rollup-linux-arm-gnueabihf": "4.18.0", + "@rollup/rollup-linux-arm-musleabihf": "4.18.0", + "@rollup/rollup-linux-arm64-gnu": "4.18.0", + "@rollup/rollup-linux-arm64-musl": "4.18.0", + "@rollup/rollup-linux-powerpc64le-gnu": "4.18.0", + "@rollup/rollup-linux-riscv64-gnu": "4.18.0", + "@rollup/rollup-linux-s390x-gnu": "4.18.0", + "@rollup/rollup-linux-x64-gnu": "4.18.0", + "@rollup/rollup-linux-x64-musl": "4.18.0", + "@rollup/rollup-win32-arm64-msvc": "4.18.0", + "@rollup/rollup-win32-ia32-msvc": "4.18.0", + "@rollup/rollup-win32-x64-msvc": "4.18.0", "fsevents": "~2.3.2" } }, @@ -3564,9 +4127,9 @@ } }, "node_modules/vite": { - "version": "5.2.11", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.11.tgz", - "integrity": "sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==", + "version": "5.2.12", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.12.tgz", + "integrity": "sha512-/gC8GxzxMK5ntBwb48pR32GGhENnjtY30G4A0jemunsBkiEZFw60s8InGpN8gkhHEkjnRK1aSAxeQgwvFhUHAA==", "dev": true, "dependencies": { "esbuild": "^0.20.1",