diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..26b21a2 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @zefir-git diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..665b5d9 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,19 @@ +version: 2 +updates: + - package-ecosystem: npm + directory: / + schedule: + interval: weekly + day: monday + time: "06:00" + reviewers: + - zefir-git + + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + day: monday + time: "06:00" + reviewers: + - zefir-git diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml new file mode 100644 index 0000000..6274065 --- /dev/null +++ b/.github/workflows/ci.yaml @@ -0,0 +1,93 @@ +name: CI + +on: + push: + branches: [main] + pull_request: + branches: [main] + release: + types: [published] + +jobs: + build: + name: Build + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Setup Node.js + uses: actions/setup-node@v4 + with: + node-version: 20 + registry-url: https://registry.npmjs.org/ + cache: npm + + - name: Install latest NPM + run: npm i -g npm@latest + + - name: Install dependencies + run: npm ci + + - name: Build + run: npm run build + + - name: Pack + run: npm pack + + - name: Upload package artifact + uses: actions/upload-artifact@v4 + with: + name: package + path: eatc-ltc-0.0.0-dev.tgz + publish: + name: Publish + needs: build + if: github.event_name == 'release' + runs-on: ubuntu-latest + permissions: + contents: read + id-token: write + pages: write + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Setup Node.js + uses: actions/setup-node@v4 + with: + node-version: 20 + registry-url: https://registry.npmjs.org/ + cache: npm + + - name: Install latest NPM + run: npm i -g npm@latest + + - name: Install dependencies + run: npm ci + + - name: Download build artifact + uses: actions/download-artifact@v4 + with: + name: package + path: ./package + + - name: Extract build package + working-directory: ./package + run: tar -xzf eatc-ltc-0.0.0-dev.tgz + + - name: Set version from release tag + run: npm version ${{ github.event.release.tag_name }} --git-tag-version=false + + - name: Copy package.json to build package + run: cp package.json package/package + + - name: Generate Endless ATC config + working-directory: ./package/package + run: npm run gen + + - name: Upload to release + uses: cloudnode-pro/release-upload-asset@1.0.2 + with: + gh-token: ${{ github.token }} + files: ./package/package/LTCC.ini; type=text/plain diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml new file mode 100644 index 0000000..1cf9b0a --- /dev/null +++ b/.github/workflows/codeql.yaml @@ -0,0 +1,40 @@ +name: CodeQL + +on: + push: + branches: [main] + pull_request: + branches: [main] + schedule: + - cron: "0 6 * * 1" + +jobs: + analyze: + name: Analyse (${{ matrix.language }}) + runs-on: ubuntu-latest + timeout-minutes: 360 + permissions: + security-events: write + packages: read + actions: read + contents: read + + strategy: + fail-fast: false + matrix: + language: [javascript-typescript] + + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Initialise CodeQL + uses: github/codeql-action/init@v3 + with: + languages: ${{ matrix.language }} + build-mode: ${{ matrix.build-mode }} + + - name: Perform CodeQL analysis + uses: github/codeql-action/analyze@v3 + with: + category: "/language:${{matrix.language}}" diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa8804e --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +node_modules/ +dist/ +LTCC.ini diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..2f0ddec --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..334ba91 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/LTCC.ini b/LTCC.ini deleted file mode 100644 index 23d56c5..0000000 --- a/LTCC.ini +++ /dev/null @@ -1,15250 +0,0 @@ -# -# London Terminal Control for EndlessATC -# Version: v0.0.0 -# https://github.com/zefir-git/eatc-ltc -# eatc+ltc@zefir.pro -# -# Copyright © 2025 Zefir Kirilov. -# This file is free software: you can redistribute it and/or modify it under the -# terms of the GNU General Public License as published by the Free Software -# Foundation, either version 3 of the License, or (at your option) any later -# version. -# -# This custom airport is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this file. If not, see . -# - -[airspace] -radius = 50 -zoom = 5 -elevation = 83 -floor = 1300 -descendaltitude = 19000 -ceiling = 20000 -above = 22000 -speedrestriction = 100, 250 -localizerspeed = 4, 160 -diversionaltitude = 3000 -transitionaltitude = 6000 -usa = false -metric = false -letters = 2 -separation = 4 -automatic = true -strictspawn = true -name = London Control, London Control -decimaldegrees = true -center = N51.487247, W0.466539 -magneticvar = 0 - -beacons = - LON, N51.487247, W0.466539, 0, London - LAM, N51.646025, E0.151703, -263, Lambourne - BIG, N51.330875, E0.034811, 302, Biggin - OCK, N51.305047, W0.447183, 328, Ockham - BNN, N51.726164, W0.54975, 116, Bovingdon -# BPK, N51.749736, W0.106736, 0, Brookmans Park - BKY, N51.989722, E0.061944, 0, Barkway -# STAR Endpoints with holds - TIMBA, N50.9530683, E0.236122, 308, Timba - WILLO, N50.984967, W0.191750, -283, Willo - ZAGZO, N52.303603, W0.231261, 149, Zagzo - ABBOT, N52.016111, E0.599581, 264, Abbot - JACKO, N51.735736, E1.426667, -264, Jacko - GODLU, N51.166233, E1.284517, 309, Godlu -# STAR Entrypoints - ROTNO, N50.857242, E0.778111, 0, Rotno - LOGAN, N51.747589, E1.611828, -289, Logan - SOPIT, N51.958289, W1.107319, 0, Sopit - HAZEL, N51.005286, W0.984461, 0, Hazel - SIRIC, N51.343381, W1.566358, 0, Siric - TEBRA, N51.49655, E1.60439, 0, Tebra - ARNUN, N51.057217, E0.931383, 216, Arnun - AMDUT, N50.674417, E0.796217, 312, Amdut - TELTU, N50.811089, W0.754914, 0, Teltu - KIDLI, N51.771389, W1.361353, 0, Kidli - AVANT, N50.820000, W0.938347, 0, Avant - GWC, N50.855219, W0.756736, -175, Goodwood - FINMA, N51.996447, W1.053706, 0, Finma - UNDUG, N50.789919, E0.425008, 319, Undug - SOVAT, N50.779353, E1.466667, 0, Sovat -# KONAN: moved ≈10 NMI closer to GODLU -# For LC only, do not use this moved beacon for other STARs. - KONAN, N51.1521, E1.7126, 0, Konan - TIXEX, N52.130000, W1.012000, 0, Tixex - NETVU, N50.412500, E0.481667, 0, Netvu - SOXUX, N50.596200, E0.929300, 0, Soxux - -handoff = - 180, London Control, London Control, 129.425 - 270, London Control, London Control, 126.075 - 360, London Control, London Control, 127.1 - 90, Amsterdam Radar, Amsterdam Radar, 134.375 - -boundary = - N51.9880, E1.1803 - N51.984444, E1.383889 - N51.872778, E1.443056 - N51.651389, E1.416667 - N51.2766, E1.4431 - N50.8978, E1.2426 - N50.751944, E0.75 - N50.666667, E0.5 - N50.666667, W0.372222 - N50.773889, W0.485556 - N50.773889, W0.828333 - N50.813333, W0.870556 - N50.824444, W1.287222 - N50.909722, W1.059722 - N51.072222, W1.115833 - N51.058056, W1.22 - N51.332222, W1.155 - N51.396667, W1.139444 - N51.409722, W1.245556 - N51.438611, W1.480556 - N51.601944, W1.429722 - N51.573056, W1.193889 - N51.738889, W1.011389 - N51.9625, W1.190556 - N52.0974, W0.6550 - N52.2414, W0.4239 - N52.28283088, W0.461351 - N52.44215311, W0.61707441 - N52.44085253, W0.23774491 - N52.31529158, W0.11641702 - N52.30055192, W0.04441931 - N52.28669956, E0.15971167 - N52.18443075, E0.23691795 - N52.184444, E0.545 - N52.205833, E0.805278 - N52.120278, E0.863611 - N52.0441, E1.0151 - N51.9880, E1.1803 - -[airport1] -name = London Heathrow Airport, Heathrow -code = LTCC -runways = - lln, 27R, N51.477667, W0.433333, 269, 12799, 0, 1014, 77, 3, 269, 3, 89, IVLAR, 10, ABAVI, 10, 118.7, Tower - lls, 27L, N51.465000, W0.434167, 269, 12001, 0, 1010, 75, 3, 269, 3, 89, NEKSA, 10, BENPA, 10, 118.5, Tower -climbaltitude = 6000 -entrypoints = -# LOGAN2H - 76, LOGAN, 20000 - 76, LOGAN, 20000 - 76, LOGAN, 20000 - 76, LOGAN, 20000 -# ALESO1H - 130, ROTNO, 18000 - 130, ROTNO, 18000 - 130, ROTNO, 18000 -# HAZEL1H - 214, HAZEL, 13000 - 214, HAZEL, 13000 - 214, HAZEL, 13000 -# SIRIC1H - 261, SIRIC, 14000 - 261, SIRIC, 14000 - 261, SIRIC, 14000 -# NUGRA1H - 320, SOPIT, 15000 - 320, SOPIT, 15000 - 320, SOPIT, 15000 - -flow = 200 - -# This is only used for showing SID endpoints. -# Actual SIDs are flown as defined in departure routes. -sids = - CPT, N51.491572, W1.219692, Compton - MAXIT, N51.249722, W0.561944, Maxit - UMLAT, N51.672222, W0.694167, Umlat - DET, N51.303889, E0.597222, Dett-ling - GOGSI, N51.290833, W1.000556, Gogsi - BPK, N51.749736, W0.106736, Brookmans Park - -airlines = - BAW, 10.00, a320, Speedbird, e - BAW, 5.29, a319, Speedbird, e - BAW, 4.92, a20n, Speedbird, e - BAW, 4.91, a320, Speedbird, s - SHT, 4.20, a320, Shuttle, n - DLH, 3.14, a20n, Lufthansa, e - EIN, 2.61, a20n, Shamrock, w - BAW, 2.45, b772, Speedbird, w - BAW, 2.27, a20n, Speedbird, s - SHT, 2.25, a319, Shuttle, n - BAW, 1.99, a21n, Speedbird, e - UAL, 1.92, b763, United, w - BAW, 1.70, a319, Speedbird, s - AAL, 1.64, b772, American, w - EWG, 1.46, a319, Eurowings, e - BAW, 1.40, a35k, Speedbird, w - SAS, 1.38, a20n, Scandinavian, n - BAW, 1.35, a21n, Speedbird, s - AAL, 1.28, b77w, American, w - BAW, 1.27, b772, Speedbird, e - SHT, 1.27, a20n, Shuttle, n - BAW, 1.25, b78x, Speedbird, w - IBE, 1.15, a20n, Iberia, s - UAE, 1.13, a388, Emirates, e - VIR, 1.06, a35k, Virgin, w - VIR, 1.04, a339, Virgin, w - BAW, 1.03, a320, Speedbird, n - SHT, 0.99, a21n, Shuttle, n - AFR, 0.97, bcs3, Airfrans, s - BAW, 0.97, b77w, Speedbird, w - BAW, 0.92, b789, Speedbird, e - QTR, 0.86, b77w, Qatari, e - VIR, 0.82, b789, Virgin, w - SWR, 0.78, bcs3, Swiss, s - AAL, 0.76, b789, American, w - DAL, 0.75, b764, Delta, w - VIR, 0.74, a333, Virgin, w - BAW, 0.72, b788, Speedbird, w - BAW, 0.71, a35k, Speedbird, s - DAL, 0.68, a332, Delta, w - FIN, 0.68, a321, Finnair, e - BAW, 0.68, a388, Speedbird, w - BAW, 0.67, a319, Speedbird, n - VIR, 0.65, a35k, Virgin, e - SVA, 0.65, b77w, Saudia, e - BAW, 0.65, b789, Speedbird, w - SWR, 0.65, a20n, Swiss, e - AUA, 0.64, a20n, Austrian, e - SAS, 0.64, a20n, Scandinavian, e - BAW, 0.64, a20n, Speedbird, n - UAL, 0.61, b772, United, w - JBU, 0.61, a21n, Jetblue, w - THY, 0.61, a21n, Turkish, e - LOG, 0.60, e145, Logan, w - TAP, 0.58, a21n, Air Portugal, s - VIR, 0.57, b789, Virgin, n - EWG, 0.54, a20n, Eurowings, e - VIR, 0.54, b789, Virgin, e - KLM, 0.53, e295, KLM, e - BAW, 0.51, b788, Speedbird, e - TAP, 0.50, a20n, Air Portugal, s - VLG, 0.49, a320, Vueling, s - KLM, 0.47, b738, KLM, e - LOT, 0.47, b38m, Lot, e - BAW, 0.45, b772, Speedbird, s - CPA, 0.45, a359, Cathay, e - BAW, 0.43, b789, Speedbird, n - BEL, 0.43, a20n, Beeline, e - UAL, 0.40, b772, United, n - BAW, 0.40, b77w, Speedbird, e - UAL, 0.40, b789, United, w - MSR, 0.39, a20n, Egyptair, e - BAW, 0.39, a21n, Speedbird, w - EIN, 0.39, a320, Shamrock, w - AEE, 0.39, a21n, Aegean, e - BAW, 0.39, b772, Speedbird, n - SIA, 0.38, b77w, Singapore, e - KMM, 0.38, a20n, Sky Knight, s - BAW, 0.38, b78x, Speedbird, n - BAW, 0.36, b77w, Speedbird, s - THA, 0.36, b77w, Thai, e - BAW, 0.36, a388, Speedbird, e - CPA, 0.36, b77w, Cathay, e - VIR, 0.36, b789, Virgin, s - KAC, 0.36, b77w, Kuwaiti, e - BAW, 0.36, a320, Speedbird, w - ACA, 0.35, a333, Air Canada, w - GFA, 0.35, b789, Gulf Air, e - QTR, 0.35, a388, Qatari, e - SIA, 0.35, a388, Singapore, e - MAS, 0.35, a359, Malaysian, e - BAW, 0.33, a35k, Speedbird, e - AIC, 0.33, a359, Air India, e - AIC, 0.33, b77w, Air India, e - ETD, 0.32, a388, Etihad, e - ACA, 0.32, b77w, Air Canada, n - LOG, 0.31, at45, Logan, n - DAL, 0.31, a339, Delta, w - EIN, 0.31, a21n, Shamrock, w - SHT, 0.29, a320, Shuttle, s - AEE, 0.29, a20n, Aegean, e - CES, 0.29, b77w, China Eastern, e - SWR, 0.28, a21n, Swiss, e - ACA, 0.26, b77w, Air Canada, w - THY, 0.26, a359, Turkish, e - SVA, 0.25, b78x, Saudia, e - MEA, 0.25, a21n, Cedar Jet, e - BAW, 0.25, b788, Speedbird, n - RWD, 0.24, a332, Rwandair, s - ELY, 0.24, b789, El Al, e - FIN, 0.24, a359, Finnair, e - ALK, 0.22, a333, Srilankan, e - BAW, 0.22, b77w, Speedbird, n - BAW, 0.22, a21n, Speedbird, n - ETD, 0.22, b789, Etihad, e - THY, 0.22, b77w, Turkish, e - KLM, 0.21, e190, KLM, e - ACA, 0.21, b38m, Air Canada, w - AIC, 0.21, b789, Air India, e - BAW, 0.21, a35k, Speedbird, n - LOG, 0.21, at76, Logan, n - BAW, 0.21, a388, Speedbird, n - BAW, 0.21, a20n, Speedbird, w - QFA, 0.19, b789, Qantas, e - JAL, 0.19, a35k, Japanair, n - AVA, 0.19, b788, Avianca, w - QTR, 0.18, a359, Qatari, e - HVN, 0.18, b789, Vietnam Airlines, e - BAW, 0.18, b78x, Speedbird, s - OMA, 0.18, b789, Oman Air, e - KAL, 0.18, b77w, Koreanair, n - ANA, 0.18, b77w, All Nippon, n - RJA, 0.18, b788, Jordanian, e - WJA, 0.18, b789, Westjet, n - AMX, 0.18, b789, Aeromexico, w - JAL, 0.17, b788, Japanair, n - BAW, 0.17, a388, Speedbird, s - EVA, 0.17, b77w, Eva, e - CSN, 0.17, a359, China Southern, e - CCA, 0.17, b77w, Air China, e - VIR, 0.17, a35k, Virgin, s - TAM, 0.17, b77w, TAM, s - MSR, 0.17, b77w, Egyptair, e - BCS, 0.17, a306, Postman, e - BEL, 0.15, a319, Beeline, e - CSN, 0.15, b789, China Southern, e - CCA, 0.15, a359, Air China, e - VIR, 0.15, a339, Virgin, e - ACA, 0.15, b789, Air Canada, w - AIC, 0.15, b788, Air India, e - SHT, 0.15, a319, Shuttle, s - QFA, 0.14, a388, Qantas, e - QTR, 0.14, b77l, Qatari, e - BAW, 0.14, a319, Speedbird, w - SVA, 0.14, b789, Saudia, e - ICE, 0.14, a21n, Iceair, n - ETH, 0.13, a359, Ethiopian, e - ICE, 0.13, b38m, Iceair, n - SWR, 0.13, bcs3, Swiss, e - CSZ, 0.13, a333, Shenzhen Air, e - LZB, 0.13, bcs3, Flying Bulgaria, e - ASL, 0.13, a319, Air Serbia, e - ETD, 0.13, b78x, Etihad, e - AHY, 0.11, b788, Azal, e - AAR, 0.11, a359, Asiana, n - CAL, 0.11, a359, Dynasty, e - KQA, 0.11, a333, Kenya, s - BAW, 0.11, b788, Speedbird, s - IBE, 0.11, a359, Iberia, s - ACA, 0.11, b789, Air Canada, e - AFR, 0.11, a320, Airfrans, s - DLH, 0.10, a21n, Lufthansa, e - SWR, 0.10, bcs1, Swiss, s - BCS, 0.10, a306, Postman, n - GCR, 0.10, a332, Bo Hai, e - CPA, 0.10, a35k, Cathay, e - ACA, 0.10, b789, Air Canada, n - MEA, 0.08, a320, Cedar Jet, e - BCS, 0.08, a306, Postman, s - EWG, 0.08, a320, Eurowings, e - RBA, 0.08, b788, Brunei, e - RAM, 0.08, b788, Royalair Maroc, s - VIR, 0.08, a333, Virgin, n - AFR, 0.07, a318, Airfrans, s - EWG, 0.07, a21n, Eurowings, e - SHT, 0.07, a20n, Shuttle, s - CTN, 0.07, a319, Croatia, e - RAM, 0.07, b38m, Royalair Maroc, s - CCA, 0.07, a333, Air China, e - TAR, 0.07, a20n, Tunair, s - DAL, 0.07, a333, Delta, w - ASL, 0.07, a320, Air Serbia, e - DAL, 0.07, a339, Delta, n - ACA, 0.07, b77w, Air Canada, e - VLG, 0.06, a20n, Vueling, s - CSN, 0.06, b788, China Southern, e - SWR, 0.06, e295, Swiss, e - RAM, 0.06, b789, Royalair Maroc, s - KQA, 0.06, b788, Kenya, s - DAH, 0.06, a332, Air Algerie, s - RJA, 0.06, a320, Jordanian, e - CBJ, 0.06, a333, Capital Jet, e - SWR, 0.06, e290, Swiss, e - KZR, 0.06, a21n, Astanaline, e - BBC, 0.06, b789, Bangladesh, e - DAH, 0.06, b738, Air Algerie, s - UAE, 0.06, b77l, Emirates, e - ELY, 0.04, b788, El Al, e - FIN, 0.04, a333, Finnair, e - BBC, 0.04, b788, Bangladesh, e - DAL, 0.04, b763, Delta, w - ICE, 0.04, b752, Iceair, n - UZB, 0.04, b788, Uzbek, e - BAW, 0.04, b789, Speedbird, s - BAW, 0.04, b78x, Speedbird, e - AFR, 0.04, a319, Airfrans, s - IBE, 0.04, a333, Iberia, s - CPA, 0.04, b748, Cathay, e - ETH, 0.04, a35k, Ethiopian, e - KAL, 0.04, b77l, Koreanair, n - ICE, 0.04, b39m, Iceair, n - CHH, 0.04, b789, Hainan, e - VIR, 0.04, a35k, Virgin, n - KLM, 0.03, b737, KLM, e - QTR, 0.03, b77w, Qatari, n - CTN, 0.03, a320, Croatia, e - SAS, 0.03, a320, Scandinavian, n - FIN, 0.03, a319, Finnair, e - VIR, 0.03, a333, Virgin, e - KLM, 0.03, b739, KLM, e - SIA, 0.03, b744, Singapore, e - CPA, 0.03, b744, Cathay, e - BAW, 0.03, b77l, Speedbird, w - AAL, 0.03, b788, American, w - VLG, 0.03, a321, Vueling, s - EIN, 0.03, a20n, Shamrock, n - THY, 0.03, a333, Turkish, e - UAL, 0.03, b763, United, n - THY, 0.03, a321, Turkish, e - VIR, 0.03, a339, Virgin, n - GFA, 0.03, b789, Gulf Air, n - QFA, 0.01, b789, Qantas, n - KLM, 0.01, e75l, KLM, e - KAL, 0.01, b748, Koreanair, e - IBE, 0.01, a332, Iberia, s - LOT, 0.01, b738, Lot, e - DLH, 0.01, a320, Lufthansa, e - SWR, 0.01, bcs1, Swiss, e - UAL, 0.01, b764, United, w - AFR, 0.01, e190, Airfrans, s - DLH, 0.01, a321, Lufthansa, e - EIN, 0.01, b788, Shamrock, w - SHT, 0.01, a20n, Shuttle, e - RJA, 0.01, a321, Jordanian, e - SWR, 0.01, a321, Swiss, e - FIN, 0.01, a320, Finnair, e - AUA, 0.01, a320, Austrian, e - KLM, 0.01, a21n, KLM, e - JAL, 0.01, b789, Japanair, n - AAL, 0.01, b77w, American, n - BEL, 0.01, a320, Beeline, e - QTR, 0.01, a35k, Qatari, e - SWR, 0.01, a320, Swiss, e - AIC, 0.01, b77l, Air India, e - DAL, 0.01, b764, Delta, n - FJO, 0.01, e550, Flex Europe, e - CPA, 0.01, a35k, Cathay, n - ETH, 0.01, a359, Ethiopian, s - THY, 0.01, b77l, Turkish, e - UAE, 0.01, a388, Emirates, n - TOM, 0.01, b789, Tomjet, n - RWD, 0.01, a332, Rwandair, n - CFD, 0.01, b77w, Aeronaut, n - ETD, 0.01, b78x, Etihad, n - ETD, 0.01, b789, Etihad, n - SHT, 0.01, a319, Shuttle, e - UZB, 0.01, a21n, Uzbek, e - SHT, 0.01, a320, Shuttle, e - THY, 0.01, b789, Turkish, e - SVA, 0.01, a21n, Saudia, e - -[departure100s] -runway = lls -route1 = - CPT3G, Compton three golf -# Intersection with LON R255 - N51.464761, W0.591922 -# LON R255 D7 - N51.456959, W0.647119 -# WOD - N51.452778, W0.878889, 4000 -# CPT - N51.491572, W1.219692, 6000 - -route2 = - MAXIT1G, Maxit one golf -# Intersection with LON R239 - N51.464518, W0.527153 -# LON R239 D5.5 - N51.440040, W0.592401 -# BUR QDR 161 LON D7.7 - N51.394633, W0.608689, 3000 -# BUR QDR 161 LON D12 - N51.300214, W0.556698 -# MAXIT - N51.249722, W0.561944, 6000 - -route3 = - BPK7G, Brookmans park seven golf -# "climb" - N51.464799, W0.504623 -# BUR QDM 297 LON D3 - N51.476756, W0.544910 -# BUR QDM 297 LON D6 - N51.502307, W0.625133 -# CHT QDM 53 LON R304 - N51.562711, W0.647241, 4000 -# CHT - N51.623056, W0.518611, 6000 -# BPK - N51.749736, W0.106736, 6000 - -route4 = - UMLAT1G, Umlat one golf -# "climb" - N51.464799, W0.504623 -# BUR QDM 297 LON D3 - N51.476756, W0.544910 -# BUR (instead of BUR QDM 297 LON D7 for simplicity) - N51.518889, W0.677222, 3000 -# UMLAT - N51.672222, W0.694167, 6000 - -route5 = - DET2G, Dett-ling two golf -# I-LL D1 - N51.464540, W0.509040 -# EPM - N51.319444, W0.371944, 4000 -# DET D29 - N51.316237, W0.173774, 6000 -# DET - N51.303889, E0.597222, 6000 - -route6 = - GOGSI2G, Gogsi two golf -# Intersection with LON R255 - N51.464761, W0.591922 -# LON R255 D7 - N51.456959, W0.647119 -# WOD (instead of WOD QDM 268 LON D13 for simplicity) - N51.452778, W0.878889, 4000 -# GOGSI - N51.290833, W1.000556, 6000 - -[departure100n] -runway = lln -route1 = - CPT3F, Compton three foxtrot -# Intersection with LON R255 - N51.477164, W0.504138 -# LON R255 D7 - N51.456959, W0.647119 -# WOD - N51.452778, W0.878889, 4000 -# CPT - N51.491572, W1.219692, 6000 - -route2 = - MAXIT1F, Maxit one foxtrot -# Intersection with LON R255 - N51.477164, W0.504138 -# LON R255 D5 - N51.465641, W0.595549 -# BUR QDR 161 LON D7.7 - N51.394633, W0.608689, 3000 -# BUR QDR 161 LON D12 - N51.300214, W0.556698 -# MAXIT - N51.249722, W0.561944 - -route3 = - BPK7F, Brookmans park seven foxtrot -# BUR QDM 297 LON D3 - N51.476756, W0.544910 -# BUR QDM 297 LON D6 - N51.502307, W0.625133 -# CHT QDM 53 LON R304 - N51.562711, W0.647241, 4000 -# CHT - N51.623056, W0.518611, 6000 -# BPK - N51.749736, W0.106736, 6000 - -route4 = - UMLAT1F, Umlat one foxtrot -# BUR QDM 297 LON D3 - N51.476756, W0.544910 -# BUR (instead of BUR QDM 297 LON D7 for simplicity) - N51.518889, W0.677222, 3000 -# UMLAT - N51.672222, W0.694167, 6000 - -route5 = - DET2F, Dett-ling two foxtrot -# LON D4 (instead of LON D2 because traffic turning too early) - N51.4770, W0.5711 -# EPM - N51.319444, W0.371944, 4000 -# DET D29 - N51.316237, W0.173774, 6000 -# DET - N51.303889, E0.597222, 6000 - -route6 = - GOGSI2F, Gogsi two foxtrot -# Intersection with LON R255 - N51.477164, W0.504138 -# LON R255 D7 - N51.456959, W0.647119 -# WOD (instead of WOD QDM 268 LON D13 for simplicity) - N51.452778, W0.878889, 4000 -# GOGSI - N51.290833, W1.000556, 6000 - -[approach100s] -runway = lls -beacon = ROTNO -route1 = - 314, ALESO1H, aleso one hotel -# ROTNO - N50.857242, E0.778111 -# ETVAX - N50.968608, E0.598964, 18000 -# TIGER - N51.067172, E0.439317 -# LLE01 - N51.187211, E0.256022, 0, 250 -# BIG - N51.330875, E0.034811, 7000, 220 - end, hold - -[approach100n] -runway = lln -beacon = ROTNO -route1 = - 314, ALESO1H, aleso one hotel -# ROTNO - N50.857242, E0.778111 -# ETVAX - N50.968608, E0.598964, 18000 -# TIGER - N51.067172, E0.439317 -# LLE01 - N51.187211, E0.256022, 0, 250 -# BIG - N51.330875, E0.034811, 7000, 220 - end, hold - -[approach101s] -runway = lls -beacon = LOGAN -route1 = - 0, LOGAN2H, Logan two hotel -# LOGAN - N51.747589, E1.611828, 25000 -# SABER - N51.703822, E0.949497, 16000 -# BRASO - N51.685158, E0.683342 -# WESUL - N51.670914, E0.485908, 0, 250 -# LAM - N51.646025, E0.151703, 7000, 220 - end, hold - -[approach101n] -runway = lln -beacon = LOGAN -route1 = - 0, LOGAN2H, Logan two hotel -# LOGAN - N51.747589, E1.611828, 25000 -# SABER - N51.703822, E0.949497, 16000 -# BRASO - N51.685158, E0.683342 -# WESUL - N51.670914, E0.485908, 0, 250 -# LAM - N51.646025, E0.151703, 7000, 220 - end, hold - -[approach102s] -runway = lls -beacon = SOPIT -route1 = - 139, NUGRA1H, Nugra one hotel -# SOPIT (speed necessary to prevent unnecessary expediting) - N51.958289, W1.107319, 15000, 270 -# WCO (altitude necessary to prevent unnecessary expediting) - N51.852919, W0.962408, 13000, 220 -# BNN - N51.726164, W0.54975, 7000, 220 - end, hold - -[approach102n] -runway = lln -beacon = SOPIT -route1 = - 139, NUGRA1H, Nugra one hotel -# SOPIT (speed necessary to prevent unnecessary expediting) - N51.958289, W1.107319, 15000, 270 -# WCO (altitude necessary to prevent unnecessary expediting) - N51.852919, W0.962408, 13000, 220 -# BNN - N51.726164, W0.54975, 7000, 220 - end, hold - -[approach103s] -runway = lls -beacon = HAZEL -route1 = - 0, HAZEL1H, Hazel one hotel -# HAZEL - N51.005286, W0.984461, 13000 -# LLS01 - N51.172775, W0.685675, 0, 250 -# OCK - N51.305047, W0.447183, 7000, 220 - end, hold - -[approach103n] -runway = lln -beacon = HAZEL -route1 = - 96, HAZEL1H, Hazel one hotel -# HAZEL - N51.005286, W0.984461, 13000 -# LLS01 - N51.172775, W0.685675, 0, 250 -# OCK - N51.305047, W0.447183, 7000, 220 - end, hold - -[approach104s] -runway = lls -beacon = SIRIC -route1 = - 96, SIRIC1H, Siric one hotel -# SIRIC - N51.343381, W1.566358, 14000 -# NIGIT - N51.313044, W1.170753 -# LLW03 - N51.309119, W0.765817, 0, 250 -# OCK - N51.305047, W0.447183, 7000, 220 - end, hold - -[approach104n] -runway = lln -beacon = SIRIC -route1 = - 0, SIRIC1H, Siric one hotel -# SIRIC - N51.343381, W1.566358, 14000 -# NIGIT - N51.313044, W1.170753 -# LLW03 - N51.309119, W0.765817, 0, 250 -# OCK - N51.305047, W0.447183, 7000, 220 - end, hold - -[airport2] -name = London Gatwick Airport, Gatwick -code = KK -runways = - kks, 26L, N51.150667, W0.172000, 257, 10883, 1394, 1296, 196, 3, 257, 3, 77, OLEVI, 10.6, ABIBI, 10.6, 124.23, Gatwick Tower - kkn, 26R, N51.151000, W0.182667, 257, 8402, 1362, 1053, 195, 3, 257, 3, 77, ARPIT, 10.6, MEBIG, 10.6, 124.23, Gatwick Tower -climbaltitude = 4000 - -entrypoints = -# TEBRA2G - 83, TEBRA, 15000 -# KONAN2G - 105, ARNUN, 16000 -# KUNAV1G - 135, AMDUT, 14000 -# OTMET1G - 214, TELTU, 16000 -# VASUX1G - 207, TELTU, 14000 -# KIDLI1G - 297, KIDLI, 15000 -# ABSAV1G - 208, AVANT, 15000 -# SIRIC1G - 261, SIRIC, 14000 - -flow = 10 - -# This is only used for showing SID endpoints. -# Actual SIDs are flown as defined in departure routes. -sids = - FRANE, N51.404003, E0.647275, Frane - BOGNA, N50.720700, W0.150600, Bogna - NOVMA, N51.013953, W0.785003, Novma - WIZAD, N51.116667, E0.953056, Wizad - CLN, N51.848472, E1.147589, Clancton - -airlines = - EZY, 10.00, a320, Easy, s - EZY, 6.45, a320, Easy, e - VLG, 5.13, a320, Vueling, s - EZY, 4.87, a320, Easy, n - EFW, 4.72, a321, Griffin, s - EFW, 4.37, a320, Griffin, s - RYR, 4.31, b738, Ryanair, w - WMT, 3.60, a21n, Wizz Malta, e - EZY, 3.50, a319, Easy, n - EZY, 3.35, a319, Easy, s - WUK, 3.15, a21n, Wizz Go, e - BAW, 3.10, b772, Speedbird, w - AUR, 2.94, at76, Ayline, s - EZY, 2.94, a21n, Easy, s - EZY, 2.18, a319, Easy, e - NOZ, 1.93, b738, Nordic, n - EZY, 1.88, a20n, Easy, s - TOM, 1.88, b738, Tomjet, s - EZY, 1.83, a20n, Easy, e - WUK, 1.78, a21n, Wizz Go, s - EFW, 1.52, a320, Griffin, e - UAE, 1.27, a388, Emirates, e - EZS, 1.27, a320, Topswiss, s - TOM, 1.22, b38m, Tomjet, s - WZZ, 1.22, a21n, Wizz Air, e - EJU, 1.12, a320, Alpine, s - EZY, 1.12, a20n, Easy, n - NSZ, 1.07, b738, Rednose, e - UBT, 0.96, b789, Longboat, w - AEA, 0.96, b738, Europa, s - TOM, 0.96, b789, Tomjet, w - AIC, 0.96, b788, Air India, e - NSZ, 0.86, b38m, Rednose, n - BTI, 0.86, bcs3, Airbaltic, e - EJU, 0.81, a320, Alpine, e - THY, 0.76, a21n, Turkish, e - IBS, 0.76, a320, Iberexpres, s - EZE, 0.66, at76, Eastflight, w - VLG, 0.66, a319, Vueling, e - CCA, 0.66, a359, Air China, e - QTR, 0.66, b788, Qatari, e - BAW, 0.66, b772, Speedbird, e - EJU, 0.66, a319, Alpine, s - VLG, 0.66, a20n, Vueling, s - EJU, 0.61, a20n, Alpine, e - RYR, 0.61, b38m, Ryanair, s - TAP, 0.56, a320, Air Portugal, s - CES, 0.56, b77w, China Eastern, e - VLG, 0.56, a320, Vueling, e - TOM, 0.51, b738, Tomjet, e - EJU, 0.51, a319, Alpine, e - KMM, 0.46, a20n, Sky Knight, s - APK, 0.46, b772, Peace Bird, s - TAP, 0.46, e195, Air Portugal, s - RAM, 0.46, b738, Royalair Maroc, s - TOM, 0.46, b38m, Tomjet, e - TAP, 0.41, e190, Air Portugal, s - SHT, 0.41, a320, Shuttle, n - BAW, 0.41, b772, Speedbird, s - AWC, 0.41, a320, Zap, s - WMT, 0.41, a321, Wizz Malta, e - MAU, 0.36, a359, Airmauritius, e - EZY, 0.36, a21n, Easy, e - THY, 0.36, b738, Turkish, e - RYR, 0.36, b38m, Ryanair, w - EXS, 0.36, b738, Channex, s - SEH, 0.36, a21n, Air Crete, e - NSZ, 0.36, b738, Rednose, n - ICE, 0.30, b38m, Iceair, n - EJU, 0.30, a21n, Alpine, s - SIA, 0.30, a359, Singapore, e - TOM, 0.30, b788, Tomjet, w - ETH, 0.30, a359, Ethiopian, e - BAW, 0.30, a320, Speedbird, s - SXS, 0.30, b38m, Sunexpress, e - AEE, 0.30, a21n, Aegean, e - TSC, 0.30, a21n, Transat, w - EZE, 0.30, e170, Eastflight, w - EFW, 0.25, a321, Griffin, e - TOM, 0.25, b788, Tomjet, e - NSZ, 0.25, b38m, Rednose, e - TOM, 0.25, b38m, Tomjet, n - VLG, 0.25, a321, Vueling, s - SWR, 0.25, bcs1, Swiss, e - TSC, 0.20, a332, Transat, w - EZS, 0.20, a320, Topswiss, e - TOM, 0.20, b738, Tomjet, n - UBT, 0.20, b789, Longboat, s - EZY, 0.20, a21n, Easy, n - SWR, 0.20, bcs3, Swiss, s - AHY, 0.20, b788, Azal, e - BAW, 0.20, b77w, Speedbird, w - BAW, 0.15, b772, Speedbird, n - WZZ, 0.15, a321, Wizz Air, e - CSN, 0.15, b789, China Southern, e - SXS, 0.15, b738, Sunexpress, e - CSN, 0.15, b788, China Southern, e - SWU, 0.15, dh8d, Skyalps, e - TUA, 0.15, b77l, Turkmenistan, e - SVA, 0.15, b789, Saudia, e - EFW, 0.15, a320, Griffin, n - WZZ, 0.15, a20n, Wizz Air, e - MAC, 0.15, a320, Arabia Maroc, s - TOM, 0.15, b788, Tomjet, s - SVA, 0.15, b77w, Saudia, e - TAR, 0.10, a20n, Tunair, s - AUR, 0.10, a320, Ayline, s - EZS, 0.10, a20n, Topswiss, s - RYR, 0.10, b738, Ryanair, s - AWC, 0.10, a321, Zap, n - BAW, 0.10, a321, Speedbird, s - SVA, 0.10, b78x, Saudia, e - VOE, 0.10, a320, Volotea, e - UBT, 0.10, b789, Longboat, n - EZE, 0.10, e170, Eastflight, n - THY, 0.10, a321, Turkish, e - AWC, 0.10, a321, Zap, e - TOM, 0.10, b788, Tomjet, n - RYR, 0.10, b738, Ryanair, n - THY, 0.10, b739, Turkish, e - LBT, 0.10, a320, Nouvelair, s - EJU, 0.10, a21n, Alpine, e - MAU, 0.10, a339, Airmauritius, e - TAP, 0.10, a20n, Air Portugal, s - SEH, 0.10, a20n, Air Crete, e - EFW, 0.05, a321, Griffin, n - SWR, 0.05, e295, Swiss, e - UZB, 0.05, a21n, Uzbek, e - WZZ, 0.05, a320, Wizz Air, e - MAC, 0.05, a321, Arabia Maroc, s - EXS, 0.05, b738, Channex, e - CFE, 0.05, e190, Flyer, s - ICE, 0.05, b39m, Iceair, n - LBT, 0.05, a20n, Nouvelair, s - WUK, 0.05, a21n, Wizz Go, n - EZY, 0.05, a20n, Easy, w - UBD, 0.05, a320, Urair, e - SWR, 0.05, e195, Swiss, e - EJU, 0.05, a320, Alpine, n - QTR, 0.05, b788, Qatari, n - AWC, 0.05, a320, Zap, n - EXS, 0.05, b738, Channex, n - MSR, 0.05, a21n, Egyptair, e - SIA, 0.05, a359, Singapore, w - ETH, 0.05, a359, Ethiopian, s - SWR, 0.05, bcs3, Swiss, e - AUR, 0.05, at75, Ayline, s - AUR, 0.05, a320, Ayline, n - TOM, 0.05, b789, Tomjet, n - EJU, 0.05, a20n, Alpine, s - TUI, 0.05, b738, Tuifly, e - UAE, 0.05, b77w, Emirates, e - VLG, 0.05, a20n, Vueling, e - ICE, 0.05, a21n, Iceair, n - SWR, 0.05, a320, Swiss, e - -[departure200s] -runway = kks -route1 = - LAM6M, Lambourne six mike -# I-WWW D2.3 (should have 220 KIAS) - N51.130750, W0.315917 -# (turn approximation, DET R258 D34, should have 220 KIAS) - N51.182926, W0.285706 -# DET R258 D29 (should have 4000 ft 250 KIAS) - N51.201131, W0.156156 -# ACORN (should have 5000 ft) - N51.249923, E0.196733 -# DET R258 D10.5 - N51.267242, E0.324059 -# (turn approximation, LAM R156 D20) - N51.341774, E0.368411 -# LAM R156 D15 (should have 5000 ft) - N51.417874, E0.314504 -# LAM R156 D10 (should have 6000 ft) - N51.493949, E0.260418 -# LAM (should have 6000 ft) - N51.646025, E0.151703 - -route2 = - FRANE1M, Frane one mike -# I-WWW D2.3 (should have 220 KIAS) - N51.130750, W0.315917 -# (turn approximation, DET R258 D34, should have 220 KIAS) - N51.182926, W0.285706 -# DET R258 D29 (should have 5000 ft 250 KIAS) - N51.201131, W0.156156 -# ACORN (should have 5000 ft) - N51.249923, E0.196733 -# DVR R276 D31.9 - N51.215086, E0.516241 -# DET (should have 5000 ft) - N51.303889, E0.597222 -# FRANE (should have 6000 ft) - N51.404003, E0.647275 - -route3 = - NOVMA1M, Novma one mike -# RWY Heading MID D10 - N51.121444, W0.383333 -# RWY Heading MID D8 - N51.115083, W0.428972 -# MID (should have 4000 ft) - N51.053953, W0.625003 -# NOVMA (should have 4000 ft) - N51.013953, W0.785003 - -route4 = - WIZAD4M, Wizad four mike -# I-WWW D2.3 (6000 ft set to override default climb) - N51.130750, W0.315917, 6000 -# MAY R282 D13 - N51.072997, W0.295653 -# MAY R282 D9 - N51.063172, W0.178706 -# MAY - N51.017183, E0.116122 -# DVR R258 D35 - N51.057575, E0.449200 -# WIZAD (should have 6000 ft) - N51.116667, E0.953056 - -route5 = - TIGER3M, Tiger three mike -# I-WWW D2.3 (5000 ft set to override default climb) - N51.130750, W0.315917, 5000 -# MAY R282 D13 - N51.072997, W0.295653 -# MAY R282 D9 - N51.063172, W0.178706 -# MAY (should have 5000 ft) - N51.017183, E0.116122 -# TIGER (should have 5000 ft) - N51.084258, E0.515525 -# LAM (should have 5000 ft) - N51.646025, E0.151703 - -route6 = - DAGGA1M, Dagga one mike -# I-WWW D2.3 (5000 ft set to override default climb) - N51.130750, W0.315917, 5000 -# MAY R282 D13 - N51.072997, W0.295653 -# MAY R282 D9 - N51.063172, W0.178706 -# MAY (should have 5000 ft) - N51.017183, E0.116122 -# TIGER (should have 5000 ft) - N51.084258, E0.515525 -# DET (should have 5000 ft) - N51.303889, E0.597222 -# DAGGA (should have 5000 ft) - N51.821944, E0.794167 -# CLN (should have 5000 ft) - N51.848472, E1.147589 - -route7 = - BOGNA1X, Bogna one x-ray -# KKW06 (should have 220 KIAS; 5000 ft set to override default climb) - N51.123914, W0.364925, 5000 -# KKW08 (should have 220 KIAS) - N51.115789, W0.423022 -# KKS11 (should have 220 KIAS) - N51.078453, W0.418267 -# KKS17 (should have 5000 ft 250 KIAS) - N51.006314, W0.409097 -# KKS20 (should have 6000 ft) - N50.923342, W0.398581 -# KKS25 (should have 6000 ft) - N50.832867, W0.387150 -# BOGNA (should have 6000 ft) - N50.720700, W0.150600 - -[departure200n] -runway = kkn -route1 = - LAM6V, Lambourne six victor -# I-WWW D2.3 (should have 220 KIAS) - N51.130750, W0.315917 -# (turn approximation, DET R258 D34, should have 220 KIAS) - N51.182926, W0.285706 -# DET R258 D29 (should have 4000 ft 250 KIAS) - N51.201131, W0.156156 -# ACORN (should have 5000 ft) - N51.249923, E0.196733 -# DET R258 D10.5 - N51.267242, E0.324059 -# (turn approximation, LAM R156 D20) - N51.341774, E0.368411 -# LAM R156 D15 (should have 5000 ft) - N51.417874, E0.314504 -# LAM R156 D10 (should have 6000 ft) - N51.493949, E0.260418 -# LAM (should have 6000 ft) - N51.646025, E0.151703 - -route2 = - FRANE1V, Frane one victor -# I-WWW D2.3 (should have 220 KIAS) - N51.130750, W0.315917 -# (turn approximation, DET R258 D34, should have 220 KIAS) - N51.182926, W0.285706 -# DET R258 D29 (should have 4000 ft 250 KIAS) - N51.201131, W0.156156 -# ACORN (should have 5000 ft) - N51.249923, E0.196733 -# DVR R276 D31.9 - N51.215086, E0.516241 -# DET (should have 5000 ft) - N51.303889, E0.597222 -# FRANE (should have 6000 ft) - N51.404003, E0.647275 - -route3 = - NOVMA1V, Novma one victor -# RWY Heading MID D10 - N51.121444, W0.383333 -# RWY Heading MID D8 - N51.115083, W0.428972 -# MID (should have 4000 ft) - N51.053953, W0.625003 -# NOVMA (should have 4000 ft) - N51.013953, W0.785003 - -route4 = - WIZAD4V, Wizad four victor -# I-WWW D2.3 (6000 set to override default climb) - N51.130750, W0.315917, 6000 -# MAY R282 D13 - N51.072997, W0.295653 -# MAY R282 D9 - N51.063172, W0.178706 -# MAY - N51.017183, E0.116122 -# DVR R258 D35 - N51.057575, E0.449200 -# WIZAD (should have 6000 ft) - N51.116667, E0.953056 - -route5 = - TIGER3V, Tiger three victor -# I-WWW D2.3 (5000 set to override default climb) - N51.130750, W0.315917, 5000 -# MAY R282 D13 - N51.072997, W0.295653 -# MAY R282 D9 - N51.063172, W0.178706 -# MAY (should have 5000 ft) - N51.017183, E0.116122 -# TIGER (should have 5000 ft) - N51.084258, E0.515525 -# LAM (should have 5000 ft) - N51.646025, E0.151703 - -[approach200s] -runway = kks -beacon = TEBRA -route1 = - 0, TEBRA2G, Tebra two golf -# TEBRA - N51.49655, E1.60439 -# ABTUM - N51.434350, E1.374717, 14000 -# ARNUN - N51.057217, E0.931383 -# KKE63 - N50.982417, E0.681050, 0, 250 -# LARCK - N50.911619, E0.446647, 0, 250 -# TIMBA - N50.9530683, E0.236122, 7000, 220 - end, hold - -[approach200n] -runway = kkn -beacon = TEBRA -route1 = - 0, TEBRA2G, Tebra two golf -# TEBRA - N51.49655, E1.60439 -# ABTUM - N51.434350, E1.374717, 14000 -# ARNUN - N51.057217, E0.931383 -# KKE63 - N50.982417, E0.681050, 0, 250 -# LARCK - N50.911619, E0.446647, 0, 250 -# TIMBA - N50.9530683, E0.236122, 7000, 220 - end, hold - -[approach201s] -runway = kks -beacon = ARNUN -route1 = - 0, KONAN2G, Konan two golf -# KONAN -# N51.130764, E2.000000 -# ARNUN - N51.057217, E0.931383 -# KKE63 - N50.982417, E0.681050, 0, 250 -# LARCK - N50.911619, E0.446647, 0, 250 -# TIMBA - N50.9530683, E0.236122, 7000, 220 - end, hold - -[approach201n] -runway = kkn -beacon = ARNUN -route1 = - 0, KONAN2G, Konan two golf -# KONAN -# N51.130764, E2.000000 -# ARNUN - N51.057217, E0.931383 -# KKE63 - N50.982417, E0.681050, 0, 250 -# LARCK - N50.911619, E0.446647, 0, 250 -# TIMBA - N50.9530683, E0.236122, 7000, 220 - end, hold - -[approach202s] -runway = kks -beacon = AMDUT -route1 = - 312, KUNAV1G, Kunav one golf -# AMDUT - N50.674417, E0.796217, 16000 -# KKE64 - N50.821047, E0.508478, 0, 250 -# TIMBA - N50.9530683, E0.236122, 7000, 220 - end, hold - -[approach202n] -runway = kkn -beacon = AMDUT -route1 = - 312, KUNAV1G, Kunav one golf -# AMDUT - N50.674417, E0.796217, 16000 -# KKE64 - N50.821047, E0.508478, 0, 250 -# TIMBA - N50.9530683, E0.236122, 7000, 220 - end, hold - -[approach203s] -runway = kks -beacon = TELTU -route1 = - 67, OTMET1G, Otmet one golf -# TELTU - N50.811089, W0.754914, 13000, 250 -# HOLLY - N50.886717, W0.095064, 0, 220 -# (course to fix path terminator approximation) - N50.9010, E0.0283 -# (course to fix path terminator approximation) - N50.9548, E0.0197 -# WILLO - N50.984967, W0.191750, 7000, 220 - end, hold - -route2 = - 50, VASUX1G, Vasux one golf -# TELTU - N50.811089, W0.754914, 13000, 250 -# HOLLY - N50.886717, W0.095064, 0, 220 -# (course to fix path terminator approximation) - N50.9010, E0.0283 -# (course to fix path terminator approximation) - N50.9548, E0.0197 -# WILLO - N50.984967, W0.191750, 7000, 220 - end, hold - -[approach203n] -runway = kkn -beacon = TELTU -route1 = - 67, OTMET1G, Otmet one golf -# TELTU - N50.811089, W0.754914, 13000, 250 -# HOLLY - N50.886717, W0.095064, 0, 220 -# (course to fix path terminator approximation) - N50.9010, E0.0283 -# (course to fix path terminator approximation) - N50.9548, E0.0197 -# WILLO - N50.984967, W0.191750, 7000, 220 - end, hold - -route2 = - 50, VASUX1G, Vasux one golf -# TELTU - N50.811089, W0.754914, 13000, 250 -# HOLLY - N50.886717, W0.095064, 0, 220 -# (course to fix path terminator approximation) - N50.9010, E0.0283 -# (course to fix path terminator approximation) - N50.9548, E0.0197 -# WILLO - N50.984967, W0.191750, 7000, 220 - end, hold - -[approach204s] -runway = kks -beacon = KIDLI -route1 = - 146, KIDLI1G, Kidli one golf -# KIDLI - N51.771389, W1.361353, 15000 -# MID - N51.053953, W0.625003 -# TUFOZ - N51.016947, W0.506753, 0, 250 -# HOLLY - N50.886717, W0.095064, 0, 220 -# (course to fix path terminator approximation) - N50.9010, E0.0283 -# (course to fix path terminator approximation) - N50.9548, E0.0197 -# WILLO - N50.984967, W0.191750, 7000, 220 - end, hold - -[approach204n] -runway = kkn -beacon = KIDLI -route1 = - 146, KIDLI1G, Kidli one golf -# KIDLI - N51.771389, W1.361353, 15000 -# MID - N51.053953, W0.625003 -# TUFOZ - N51.016947, W0.506753, 0, 250 -# HOLLY - N50.886717, W0.095064, 0, 220 -# (course to fix path terminator approximation) - N50.9010, E0.0283 -# (course to fix path terminator approximation) - N50.9548, E0.0197 -# WILLO - N50.984967, W0.191750, 7000, 220 - end, hold - -[approach205s] -runway = kks -beacon = AVANT -route1 = - 0, ABSAV1G, Absav one golf -# AVANT - N50.820000, W0.938347 -# GWC - N50.855219, W0.756736, 13000, 220 -# HOLLY - N50.886717, W0.095064, 0, 220 -# (course to fix path terminator approximation) - N50.9010, E0.0283 -# (course to fix path terminator approximation) - N50.9548, E0.0197 -# WILLO - N50.984967, W0.191750, 7000, 220 - end, hold - -[approach205n] -runway = kkn -beacon = AVANT -route1 = - 0, ABSAV1G, Absav one golf -# AVANT - N50.820000, W0.938347 -# GWC - N50.855219, W0.756736, 13000, 220 -# HOLLY - N50.886717, W0.095064, 0, 220 -# (course to fix path terminator approximation) - N50.9010, E0.0283 -# (course to fix path terminator approximation) - N50.9548, E0.0197 -# WILLO - N50.984967, W0.191750, 7000, 220 - end, hold - -[approach206s] -runway = kks -beacon = GWC -route1 = - 0, GWC1G, Goodwood one golf -# GWC - N50.855219, W0.756736, 13000, 220 -# HOLLY - N50.886717, W0.095064, 0, 220 -# (course to fix path terminator approximation) - N50.9010, E0.0283 -# (course to fix path terminator approximation) - N50.9548, E0.0197 -# WILLO - N50.984967, W0.191750, 7000, 220 - end, hold - -[approach206n] -runway = kkn -beacon = GWC -route1 = - 0, GWC1G, Goodwood one golf -# GWC - N50.855219, W0.756736, 13000, 220 -# HOLLY - N50.886717, W0.095064, 0, 220 -# (course to fix path terminator approximation) - N50.9010, E0.0283 -# (course to fix path terminator approximation) - N50.9548, E0.0197 -# WILLO - N50.984967, W0.191750, 7000, 220 - end, hold - -[approach207s] -runway = kks -beacon = SIRIC -route1 = - 0, SIRIC1G, Siric one golf -# SIRIC - N51.343381, W1.566358, 14000 -# NIGIT - N51.313044, W1.170753 -# MID - N51.053953, W0.625003 -# TUFOZ - N51.016947, W0.506753, 0, 250 -# HOLLY - N50.886717, W0.095064, 0, 220 -# (course to fix path terminator approximation) - N50.9010, E0.0283 -# (course to fix path terminator approximation) - N50.9548, E0.0197 -# WILLO - N50.984967, W0.191750, 7000, 220 - end, hold - -[approach207n] -runway = kkn -beacon = SIRIC -route1 = - 0, SIRIC1G, Siric one golf -# SIRIC - N51.343381, W1.566358, 14000 -# NIGIT - N51.313044, W1.170753 -# MID - N51.053953, W0.625003 -# TUFOZ - N51.016947, W0.506753, 0, 250 -# HOLLY - N50.886717, W0.095064, 0, 220 -# (course to fix path terminator approximation) - N50.9010, E0.0283 -# (course to fix path terminator approximation) - N50.9548, E0.0197 -# WILLO - N50.984967, W0.191750, 7000, 220 - end, hold - -[airport3] -name = London Stansted Airport, Stansted -code = SS -runways = - ss, 22, N51.895167, E0.250000, 222, 10003, 0, 984, 348, 3, 222, 3, 42, TOTVO, 10.4, EKVEG, 10.4, 123.805, Stansted Tower - -entrypoints = -# 180, TELTU, 18000 -# 330, FINMA, 15000 -# 90, ABBOT, 10000 - -flow = 30 - -airlines = - RYR, 10.00, b738, Ryanair, e - RYR, 5.57, b738, Ryanair, s - RYR, 3.80, b38m, Ryanair, s - RYR, 3.77, b38m, Ryanair, e - RYR, 2.00, b738, Ryanair, w - RUK, 1.46, b738, Blue Max, e - EXS, 1.11, b738, Channex, s - PGT, 0.71, a21n, Sunturk, e - RUK, 0.71, b738, Blue Max, n - RUK, 0.63, b738, Blue Max, w - RUK, 0.60, b738, Blue Max, s - RYR, 0.54, a320, Ryanair, e - RYR, 0.49, b738, Ryanair, n - EZY, 0.46, a320, Easy, n - RYR, 0.43, b38m, Ryanair, w - PGT, 0.43, a20n, Sunturk, e - UAE, 0.40, b77w, Emirates, e - FDX, 0.34, b77l, Fedex, w - TKJ, 0.34, b738, Anatolia, e - BCS, 0.31, b752, Postman, e - EZY, 0.26, a20n, Easy, w - EZY, 0.23, a320, Easy, w - RYR, 0.23, b38m, Ryanair, n - FPY, 0.20, a20n, Player, n - EZY, 0.20, a20n, Easy, n - QTR, 0.20, b77l, Qatari, e - RUK, 0.20, b38m, Blue Max, s - EZY, 0.20, a319, Easy, n - CSG, 0.17, b77l, Southern Cargo, e - FDX, 0.17, b763, Fedex, s - BCS, 0.14, a306, Postman, e - BCS, 0.14, b752, Postman, w - TAY, 0.14, b738, Quality, e - BCS, 0.14, b734, Postman, e - UPS, 0.14, b763, UPS, w - FDX, 0.14, b763, Fedex, w - CWY, 0.14, be20, Causeway, w - UPS, 0.14, b763, UPS, e - EJU, 0.14, a20n, Alpine, e - PGT, 0.14, a320, Sunturk, e - SXS, 0.11, b738, Sunexpress, e - AWC, 0.11, a333, Zap, e - CLX, 0.11, b744, Cargolux, e - BCS, 0.11, b763, Postman, e - TKJ, 0.11, a321, Anatolia, e - HYM, 0.11, b738, Sky Moldova, e - EXS, 0.11, b738, Channex, e - BRO, 0.09, b733, Broadsword, w - RYR, 0.09, a320, Ryanair, s - FDX, 0.09, b77l, Fedex, s - HKC, 0.09, a332, Mascot, e - HYS, 0.09, a320, Sky Europe, e - NJE, 0.09, e55p, Fraction, s - EJU, 0.09, a319, Alpine, e - THY, 0.09, a332, Turkish, e - TOM, 0.09, b738, Tomjet, e - TOM, 0.09, b738, Tomjet, s - SXS, 0.09, b38m, Sunexpress, e - HYM, 0.06, a319, Sky Moldova, e - AWC, 0.06, a321, Zap, s - RJA, 0.06, a320, Jordanian, e - FIA, 0.06, a320, Fia Airlines, e - AAR, 0.06, b744, Asiana, e - SYG, 0.06, b738, Synergy, w - CFE, 0.06, e190, Flyer, s - EZY, 0.06, a319, Easy, w - CKK, 0.06, b77l, Cargo King, e - FLJ, 0.03, e550, Flexair, w - EDC, 0.03, e550, Saltire, w - LXJ, 0.03, glf4, Flexjet, w - PEA, 0.03, e55p, Peach, s - VJH, 0.03, e35l, Vista Germany, e - AZG, 0.03, b744, Silk West, e - AXY, 0.03, e35l, Legend, s - KRH, 0.03, a21n, Sparrowhawk, e - PGT, 0.03, b738, Sunturk, e - BFY, 0.03, glex, Mwango Best, e - IFA, 0.03, lj60, Red Angel, s - NPT, 0.03, b733, Neptune, w - VJT, 0.03, cl35, Vista Jet, s - CLX, 0.03, b748, Cargolux, e - CLF, 0.03, e550, Clifton, w - QQE, 0.03, glf6, Q-Rex, w - HFM, 0.03, a332, Moonraker, w - QQE, 0.03, glf6, Q-Rex, e - NJE, 0.03, e55p, Fraction, e - RJA, 0.03, a321, Jordanian, e - AXY, 0.03, e190, Legend, e - ABF, 0.03, e550, Skywings, e - TOM, 0.03, b38m, Tomjet, e - RRR, 0.03, a332, Ascot, s - TOM, 0.03, b38m, Tomjet, w - CFE, 0.03, e190, Flyer, e - RRR, 0.03, a332, Ascot, e - PGT, 0.03, a321, Sunturk, e - EZS, 0.03, a320, Topswiss, e - NJE, 0.03, cl35, Fraction, e - FIA, 0.03, a321, Fia Airlines, e - EZS, 0.03, a320, Topswiss, s - AWC, 0.03, a21n, Zap, s - LJC, 0.03, pc24, Little Jet, w - ROJ, 0.03, b737, Royaljet, e - GNJ, 0.03, cl60, Gain Jet, w - GRB, 0.03, glf3, Gray Bird, s - ASY, 0.03, a343, Aussie, e - VJT, 0.03, c56x, Vista Jet, s - TKJ, 0.03, b38m, Anatolia, e - HYM, 0.03, a320, Sky Moldova, e - EXS, 0.03, a320, Channex, n - -[airport4] -name = London Luton Airport, Luton -code = GW -runways = - gw, 25, N51.877044, W0.354486, 254, 7093, 0, 269, 515, 3, 254, 3, 74, FITME, 10.7, ODWAD, 10.5, 132.55, Luton Tower - -entrypoints = -# LOGAN2A - 78, LOGAN, 10000 -# FINMA1N - 312, FINMA, 15000 -# LISTO1N - 325, FINMA, 15000 -# TELTU1N - 197, TELTU, 19000 -# UNDUG1N - 141, UNDUG, 25000 -# SIRIC1N - 261, SIRIC, 18000 - -flow = 5 -climbaltitude = 5000 - -# This is only used for showing SID endpoints. -# Actual SIDs are flown as defined in departure routes. -sids = - DET, N51.303889, E0.597222, Dett-ling - MATCH, N51.779222, E0.250000, Match - RODNI, N51.715833, W0.861667, Rodney - OLNEY, N52.127778, W0.734167, Olney - -airlines = - WUK, 10.00, a21n, Wizz Go, e - EZY, 3.82, a20n, Easy, s - WZZ, 2.68, a21n, Wizz Air, e - EZY, 2.28, a320, Easy, s - WMT, 2.24, a320, Wizz Malta, e - EZY, 1.83, a20n, Easy, e - WZZ, 1.54, a320, Wizz Air, e - EZY, 1.26, a319, Easy, n - RYR, 1.26, b38m, Ryanair, w - RYR, 1.14, b38m, Ryanair, s - WZZ, 1.06, a321, Wizz Air, e - RYR, 1.02, b38m, Ryanair, e - EZY, 1.02, a319, Easy, s - RYR, 0.93, b738, Ryanair, e - RYR, 0.85, b738, Ryanair, w - EZY, 0.81, a319, Easy, e - EZY, 0.73, a320, Easy, n - EZY, 0.73, a20n, Easy, n - EZY, 0.69, a320, Easy, e - WMT, 0.69, a321, Wizz Malta, e - WMT, 0.65, a21n, Wizz Malta, e - ELY, 0.57, b738, El Al, e - BCS, 0.53, a306, Postman, e - RYR, 0.45, b738, Ryanair, s - ISR, 0.45, a320, Israir, e - WZZ, 0.41, a20n, Wizz Air, e - EZY, 0.41, a20n, Easy, w - EZY, 0.41, a320, Easy, w - EZY, 0.41, a319, Easy, w - WUK, 0.28, a21n, Wizz Go, n - WMT, 0.28, a20n, Wizz Malta, e - BCS, 0.28, b752, Postman, e - BCS, 0.24, b752, Postman, s - EJU, 0.20, a20n, Alpine, e - NJE, 0.20, c68a, Fraction, s - VJT, 0.16, gl7t, Vista Jet, s - VJH, 0.16, e35l, Vista Germany, s - WUK, 0.16, a321, Wizz Go, e - VJT, 0.12, cl35, Vista Jet, e - FIA, 0.12, a320, Fia Airlines, e - JFA, 0.12, pc12, Mosquito, s - NJE, 0.12, c68a, Fraction, n - EDC, 0.12, e550, Saltire, n - NJE, 0.12, glex, Fraction, w - NJE, 0.12, e55p, Fraction, e - VJH, 0.12, c56x, Vista Germany, s - VJT, 0.12, glex, Vista Jet, s - VJT, 0.08, cl60, Vista Jet, w - NJE, 0.08, c68a, Fraction, w - NJE, 0.08, cl60, Fraction, e - FLJ, 0.08, e550, Flexair, s - SCO, 0.08, c56x, Braveheart, s - QQE, 0.08, glf6, Q-Rex, w - CBM, 0.08, be20, Cambrian, s - VTB, 0.08, c650, Suxair, e - FJO, 0.08, e550, Flex Europe, w - LNX, 0.08, c56x, Lonex, n - ELG, 0.08, c25a, Elangeni, s - VJT, 0.08, crj2, Vista Jet, s - JME, 0.08, glex, Jetman, w - VJT, 0.08, cl35, Vista Jet, s - WUK, 0.08, a21n, Wizz Go, s - VJT, 0.08, glex, Vista Jet, w - TOM, 0.08, b738, Tomjet, s - VJH, 0.08, e35l, Vista Germany, e - JBC, 0.08, be4w, Jetbee, e - NJE, 0.08, e55p, Fraction, s - TYW, 0.08, c55b, Tyrol Ambulance, s - QQE, 0.08, glf6, Q-Rex, n - VJT, 0.08, glex, Vista Jet, n - NJE, 0.08, c68a, Fraction, e - PTN, 0.08, pc24, Platoon, e - NJE, 0.08, cl35, Fraction, s - EJU, 0.08, a319, Alpine, e - PDY, 0.08, ga6c, Pendley, s - NJE, 0.08, c56x, Fraction, s - VJH, 0.08, e55p, Vista Germany, s - EDC, 0.08, e550, Saltire, w - VJT, 0.08, cl35, Vista Jet, n - VJT, 0.08, cl60, Vista Jet, e - PNC, 0.04, c56x, Prince Aviation, e - MNB, 0.04, a321, Black Sea, e - NJE, 0.04, glex, Fraction, s - VJT, 0.04, gl7t, Vista Jet, n - EZE, 0.04, e170, Eastflight, s - PVD, 0.04, e550, Pad Aviation, s - JFA, 0.04, pc12, Mosquito, e - JME, 0.04, c56x, Jetman, e - EJA, 0.04, gl5t, Execjet, w - ISR, 0.04, b737, Israir, e - VJT, 0.04, c56x, Vista Jet, e - TOM, 0.04, b738, Tomjet, e - SXN, 0.04, c525, Saxonair, s - JFA, 0.04, pc24, Mosquito, e - JTY, 0.04, e35l, Jetology, s - NJE, 0.04, cl60, Fraction, s - NJU, 0.04, c56x, Artisan, w - BOM, 0.04, e55p, Batman, e - NJU, 0.04, c56x, Artisan, s - NJE, 0.04, glex, Fraction, n - AMB, 0.04, lj35, Civil Air Ambulance, e - GCK, 0.04, cl35, Glock, s - ISR, 0.04, b738, Israir, e - LXJ, 0.04, glf6, Flexjet, w - KRH, 0.04, e35l, Sparrowhawk, e - EDC, 0.04, c68a, Saltire, s - LJC, 0.04, c55b, Little Jet, n - FJO, 0.04, glf6, Flex Europe, s - IRL, 0.04, pc12, Irish, s - NJE, 0.04, c56x, Fraction, e - LJC, 0.04, c55b, Little Jet, e - VAJ, 0.04, gl5t, Trubadix, s - WZZ, 0.04, a20n, Wizz Air, s - AXY, 0.04, e190, Legend, e - FLJ, 0.04, e550, Flexair, n - SXN, 0.04, c525, Saxonair, e - VJT, 0.04, glex, Vista Jet, e - LSM, 0.04, fa7x, Titan, s - FJO, 0.04, e550, Flex Europe, e - ESW, 0.04, glf5, W-Business, e - JFA, 0.04, pc24, Mosquito, s - TOM, 0.04, b738, Tomjet, n - LXJ, 0.04, glf4, Flexjet, w - EJA, 0.04, glex, Execjet, w - PTN, 0.04, pc24, Platoon, w - EZE, 0.04, e170, Eastflight, n - FJO, 0.04, e550, Flex Europe, s - IXR, 0.04, c25a, X-Bird, s - VOS, 0.04, glf6, Jetsal, w - VJT, 0.04, gl7t, Vista Jet, w - TOM, 0.04, b38m, Tomjet, e - VJH, 0.04, fa7x, Vista Germany, w - EZT, 0.04, a320, Thai Ezy, w - AXY, 0.04, crj2, Legend, e - AXY, 0.04, crj2, Legend, s - EZS, 0.04, a20n, Topswiss, e - ELY, 0.04, b738, El Al, n - CLF, 0.04, e550, Clifton, e - ECA, 0.04, c25a, Dark Knight, e - EJM, 0.04, cl60, Jet Speed, w - ORT, 0.04, e55p, Skywalker, n - FLJ, 0.04, e550, Flexair, e - VJH, 0.04, fa7x, Vista Germany, s - VJH, 0.04, e55p, Vista Germany, e - FIA, 0.04, a321, Fia Airlines, e - CBM, 0.04, be20, Cambrian, w - VJT, 0.04, gl7t, Vista Jet, e - KRH, 0.04, e35l, Sparrowhawk, n - PEA, 0.04, e50p, Peach, s - GMA, 0.04, be20, Gama, n - TFL, 0.04, b38m, Orange, e - JAF, 0.04, b738, Beauty, e - BRO, 0.04, b733, Broadsword, n - FJO, 0.04, glf6, Flex Europe, w - TOM, 0.04, b38m, Tomjet, s - VJH, 0.04, c56x, Vista Germany, n - RYR, 0.04, b38m, Ryanair, n - -[departure400] -runway = gw -route1 = - MATCH3Y, Match three yankee -# GWS01 (should have 220 KIAs) - N51.855550, W0.420697 -# GWS06 (should have 3000 ft 220 KIAS) - N51.784953, W0.491225 -# GWS12 (should have 3000 ft 220 KIAS) - N51.782458, W0.328994 -# GWE16 (should have 250 KIAS) - N51.772789, W0.262994 -# GWE19 (should have 5000 ft) - N51.761267, W0.184689 -# BPK (should have 5000 ft) - N51.749736, W0.106736 -# MATCH (should have 5000 ft) - N51.779222, E0.250000 - -route2 = - DET3Y, Dett-ling three yankee -# GWS01 (should have 220 KIAs) - N51.855550, W0.420697 -# GWS06 (should have 3000 ft 220 KIAS) - N51.784953, W0.491225 -# GWS12 (should have 3000 ft 220 KIAS) - N51.782458, W0.328994 -# GWE16 (should have 250 KIAS) - N51.772789, W0.262994 -# GWE19 (should have 5000 ft) - N51.761267, W0.184689 -# BPK (should have 5000 ft) - N51.749736, W0.106736 -# GWE37 (should have 5000 ft) - N51.716642, E0.282847 -# NEPNA (should have 5000 ft) - N51.499536, E0.449042 -# DET (should have 5000 ft) - N51.303889, E0.597222 - -route3 = - RODNI1B, Rodney one bravo -# BNN R031 D7 - N51.825974, W0.452677 -# HEN (should have 5000 ft) - N51.759722, W0.790278 -# RODNI (should have 5000 ft) - N51.715833, W0.861667 - -route4 = - OLNEY2B, Olney two bravo -# BNN R031 D7 - N51.825974, W0.452677 -# (turn approximation, instead of HEN QDM 255° BNN R003) - N51.808700, W0.556669 -# BNN R344 D6 (should have 4000 ft) - N51.822135, W0.594276 -# BNN R344 D9 (should have 5000 ft) - N51.870114, W0.616610 -# BNN R344 D15 (should have 6000 ft) - N51.966060, W0.661422 -# OLNEY (should have 6000 ft) - N52.127778, W0.734167 - -[approach400] -runway = gw -beacon = ZAGZO -# Approach Transition -route1 = - 0, ZAGZO1T, zagzo one tango -# ZAGZO - N52.303603, W0.231261, 8000, 220 -# EFFUT - N52.195100, W0.200100, 8000 -# GWN30 - N52.101911, W0.198364, 6000 -# GWN26 - N52.052053, W0.302139, 5000 -# GWN22 - N51.996747, W0.277214 -# GWE17 - N52.004672, W0.112719, 5000, 185 -# FITME - N51.924586, W0.077044, 3000 - 8, 3000 - -[approach401] -runway = gw -beacon = LOGAN -route1 = - 0, LOGAN2A, Logan two alpha -# LOGAN - N51.747589, E1.611828, 10000 -# CLN - N51.848472, E1.147589, 0, 250 -# ABBOT - N52.016111, E0.599581, 8000, 220 - end, hold - -[approach402] -runway = gw -beacon = DET, N51.303889, E0.597222, 0, Dett-ling -route1 = - 0, DET2A, Dett-ling two alpha -# DET - N51.303889, E0.597222, 17000 -# LOFFO - N51.836667, E0.598992, 0, 250 -# ABBOT - N52.016111, E0.599581, 8000, 220 - end, hold - -[approach403] -runway = gw -beacon = FINMA -route1 = - 83, FINMA1N, Finma one november -# FINMA - N51.996447, W1.053706, 15000 -# WOBUN - N52.019519, W0.733333, 0, 250 -# EDCOX - N52.216578, W0.405533, 0, 220 -# JUMZI - N52.328772, W0.408419 -# ZAGZO - N52.303603, W0.231261, 8000, 220 - end, hold - -route2 = - 149, LISTO1N, Listo one november -# FINMA - N51.996447, W1.053706, 15000 -# WOBUN - N52.019519, W0.733333, 0, 250 -# EDCOX - N52.216578, W0.405533, 0, 220 -# JUMZI - N52.328772, W0.408419 -# ZAGZO - N52.303603, W0.231261, 8000, 220 - end, hold - -[approach404] -runway = gw -beacon = SILVA, N51.847594, W1.005389, 0, Silva -route1 = - 0, SILVA1N, Silva one november -# SILVA - N51.847594, W1.005389 -# WOBUN - N52.019519, W0.733333, 0, 250 -# EDCOX - N52.216578, W0.405533, 0, 220 -# JUMZI - N52.328772, W0.408419 -# ZAGZO - N52.303603, W0.231261, 8000, 220 - end, hold - -[approach405] -runway = gw -beacon = TELTU -route1 = - 0, TELTU1N, Teltu one november -# TELTU - N50.811089, W0.754914, 19000 -# MOREZ - N51.209419, W0.496833 -# VATON - N51.434397, W0.348917 -# OZZOT - N51.674703, W0.164703, 15000 -# BPK - N51.749736, W0.106736, 0, 250 -# ILLOC - N51.921444, E0.182389 -# OXDUF - N52.110056, E0.316667 -# COCCU - N52.267872, W0.056117, 0, 220 -# JUMZI - N52.328772, W0.408419 -# ZAGZO - N52.303603, W0.231261, 8000, 220 - end, hold - -[approach406] -runway = gw -beacon = UNDUG -route1 = - 0, UNDUG1N, Undug one november -# UNDUG - N50.789919, E0.425008 -# MAY - N51.017183, E0.116122, 20000 -# VATON - N51.434397, W0.348917 -# OZZOT - N51.674703, W0.164703, 15000 -# BPK - N51.749736, W0.106736, 0, 250 -# ILLOC - N51.921444, E0.182389 -# OXDUF - N52.110056, E0.316667 -# COCCU - N52.267872, W0.056117, 0, 220 -# JUMZI - N52.328772, W0.408419 -# ZAGZO - N52.303603, W0.231261, 8000, 220 - end, hold - -[approach407] -runway = gw -beacon = SIRIC -route1 = - 0, SIRIC1N, Siric one november -# SIRIC - N51.343381, W1.566358, 18000 -# NIGIT - N51.313044, W1.170753 -# VATON - N51.434397, W0.348917 -# OZZOT - N51.674703, W0.164703, 15000 -# BPK - N51.749736, W0.106736, 0, 250 -# ILLOC - N51.921444, E0.182389 -# OXDUF - N52.110056, E0.316667 -# COCCU - N52.267872, W0.056117, 0, 220 -# JUMZI - N52.328772, W0.408419 -# ZAGZO - N52.303603, W0.231261, 8000, 220 - end, hold - -[airport5] -name = London City Airport, London City -code = LC -runways = - lc, 27, N51.505000, E0.065000, 273, 4948, 295, 341, 19, 5.5, 273, 5.5, 93, 0, 0, 0, 0, 118.08, City Tower - -entrypoints = -# XAMAN1C - 79, LOGAN, 9000 -# SUMUM1C - 83, LOGAN, 9000 -# SOVAT1C - 120, SOVAT, 14000 -# KONAN1C - 104, KONAN, 10000 -# LISTO1C - 330, TIXEX, 33000 -# AVANT1C - 208, AVANT, 19000 -# NEVIL1C - 138, SOXUX, 14000 - -flow = 5 -climbaltitude = 3000 - -# This is only used for showing SID endpoints. -# Actual SIDs are flown as defined in departure routes. -sids = - SOQQA, N51.606597, E0.391231, Soqqa - SAXBI, N51.751119, W0.187158, Saxbi - ODUKU, N51.592161, E0.287631, Oduku - -airlines = - CFE, 10.00, e190, Flyer, e - CFE, 7.64, e190, Flyer, n - KLM, 5.00, e190, KLM, e - CFE, 4.72, e190, Flyer, w - ITY, 4.15, bcs1, Itarrow, e - LGL, 3.96, dh8d, Luxair, e - CFE, 1.70, e190, Flyer, s - DLA, 1.32, e190, Dolomiti, e - SWR, 1.13, bcs1, Swiss, e - LOG, 1.04, at76, Logan, w - SWR, 0.75, e290, Swiss, e - LOT, 0.57, e190, Lot, e - ITY, 0.57, bcs3, Itarrow, e - NJE, 0.38, e55p, Fraction, e - AUR, 0.28, at76, Ayline, s - NJE, 0.19, e55p, Fraction, w - JFA, 0.09, pc24, Mosquito, n - NJE, 0.09, c68a, Fraction, e - NJE, 0.09, c68a, Fraction, s - MCK, 0.09, c25a, Maverick, s - NJE, 0.09, c56x, Fraction, w - PVD, 0.09, e55p, Pad Aviation, s - NJE, 0.09, cl35, Fraction, s - BCP, 0.09, pc24, Sybajet, w - SHT, 0.09, a21n, Shuttle, n - GAC, 0.09, c510, Dream Team, e - NJE, 0.09, cl60, Fraction, s - FJO, 0.09, e550, Flex Europe, e - FJO, 0.09, e550, Flex Europe, s - LOG, 0.09, at76, Logan, n - PVD, 0.09, e55p, Pad Aviation, e - EFD, 0.09, c25b, Ever Flight, e - NJE, 0.09, c68a, Fraction, w - -[departure500] -runway = lc -route1 = - SOQQA1A, Soqqa one alpha -# LCW01 (should have 210 KIAS) - N51.506778, E0.005772 -# LCN02 (should have 210 KIAS) - N51.568914, W0.004475 -# LCN06 (should have 250 KIAS) - N51.602411, E0.188561 -# SOQQA (should have 250 KIAS) - N51.606597, E0.391231 - -route2 = - BPK1A, Brookmans park one alpha -# LCW01 (should have 200 KIAS) - N51.506778, E0.005772 -# LCN01 (should have 200 KIAS) - N51.559011, W0.019225 -# LCN04 (should have 200 KIAS) - N51.576875, E0.015775 -# LCN05 (should have 200 KIAS) - N51.594006, E0.049381 -# BPK (should have 200 KIAS) - N51.749736, W0.106736 - -route3 = - SAXBI1A, Saxbi one alpha -# LCW01 (should have 200 KIAS) - N51.506778, E0.005772 -# LCN01 (should have 200 KIAS) - N51.559011, W0.019225 -# LCN04 (should have 200 KIAS) - N51.576875, E0.015775 -# LCN05 (should have 200 KIAS) - N51.594006, E0.049381 -# BPK (should have 200 KIAS) - N51.749736, W0.106736 -# SAXBI (should have 250 KIAS) - N51.751119, W0.187158 - -route4 = - ODUKU1A, Oduku one alpha -# LCW01 (should have 210 KIAS) - N51.506778, E0.005772 -# LCN02 (should have 210 KIAS) - N51.568914, W0.004475 -# LCE04 (should have 250 KIAS) - N51.605472, E0.206314 -# ODUKU (should have 250 KIAS) - N51.592161, E0.287631 - -[approach500] -runway = lc -beacon = GODLU -# Approach Transition -route1 = - 0, LAVNO1G, Lavno one golf -# GODLU - N51.166233, E1.284517, 10000, 210 -# ELMIV - N51.342522, E1.259267 -# LCE11 - N51.417936, E1.309669 -# LCE12 - N51.499492, E1.318522 -# LCE13 - N51.578461, E1.284664, 10000 -# RAVSA - N51.474725, E0.920478, 6000 -# GAPGI - N51.479136, E0.805831, 6000 -# ATPEV - N51.488347, E0.556317 -# LCE07 - N51.491450, E0.468803, 4000 -# TOPDU - N51.496033, E0.336061 -# LAVNO (N51.499761, E0.224769, 3000, 185) - 6, 3000, 185 - -[approach501] -runway = lc -beacon = JACKO -# Approach Transition -route1 = - 0, LAVNO1J, Lavno one juliet -# JACKO - N51.735736, E1.426667, 9000, 210 -# NONVA - N51.646236, E1.362308 -# BABKU - N51.588775, E1.321175 -# LCE21 - N51.501894, E1.358353 -# LCE22 - N51.412186, E1.348536 -# LCE23 - N51.329244, E1.293039, 9000 -# RAVSA - N51.474725, E0.920478, 6000 -# GAPGI - N51.479136, E0.805831, 6000 -# ATPEV - N51.488347, E0.556317 -# LCE07 - N51.491450, E0.468803, 4000 -# TOPDU - N51.496033, E0.336061 -# LAVNO (N51.499761, E0.224769, 3000, 185) - 6, 3000, 185 - -[approach502] -runway = lc -beacon = KONAN -route1 = - 0, KONAN1C, Konan one charlie -# KONAN - N51.1475, E1.7368 -# This fix does nothing. Only purpose is to fix a bug in which traffic -# won’t DCT GODLU, which means you won’t be able to select the LAVNO1G. - N51.1581, E1.5935 -# GODLU - N51.166233, E1.284517, 10000, 210 - end, hold - -[approach503] -runway = lc -beacon = LOGAN -route1 = - 264, XAMAN1C, Xaman one charlie -# LOGAN - N51.747589, E1.611828, 0, 250 -# JACKO - N51.735736, E1.426667, 9000, 210 - end, hold - -route2 = - 289, SUMUM1C, Sumum one charlie -# LOGAN - N51.747589, E1.611828, 0, 250 -# JACKO - N51.735736, E1.426667, 9000, 210 - end, hold - -[approach504] -runway = lc -beacon = SOVAT -route1 = - 0, SOVAT1C, Sovat one charlie -# SOVAT - N50.779353, E1.466667 -# ERKEX - N50.877950, E1.326933, 0, 250 -# OKVAP - N50.963600, E1.332217, 0, 250, 0, 250 -# GODLU - N51.166233, E1.284517, 10000, 210 - end, hold - -[approach505] -runway = lc -beacon = TIXEX -route1 = - 0, LISTO1C, Listo one charlie -# TIXEX - N52.130000, W1.012000 -# ODVOD - N52.132217, E0.148050, 22000 -# ROPMU - N52.104017, E0.488100 -# NUDNA - N52.065250, E0.837933, 0, 250 -# INLIM - N51.906383, E1.320250, 12000 -# JACKO - N51.735736, E1.426667, 9000, 210 - end, hold - -[approach506] -runway = lc -beacon = AVANT -route1 = - 0, AVANT1C, Avant one charlie -# AVANT - N50.820000, W0.938347, 19000 -# BIG - N51.330875, E0.034811, 16000 -# UMTUM - N51.207583, E1.017439, 0, 250 -# GODLU - N51.166233, E1.284517, 10000, 210 - end, hold - -[approach507] -runway = lc -beacon = SOXUX -route1 = - 0, NEVIL1C, Nevil one charlie -# SOXUX - N50.596200, E0.929300 -# OKVAP - N50.963600, E1.332217 -# GODLU - N51.166233, E1.284517, 10000, 210 - end, hold - -[airport6] -name = London Southend Airport, Southend -code = MC -runways = - mc, 23, N51.574333, E0.702000, 233, 6089, 814, 0, 38, 3, 233, 3.5, 53, 0, 0, 0, 0, 127.73, Southend Tower - -flow = 10 - -entrypoints = -# 75, LOGAN, 8000 -# 180, OKVAP, 9000 -# 270, FINMA, 15000 -# 225, SILVA, 13000 - -airlines = - EJU, 10.00, a20n, Alpine, e - EZS, 10.00, a320, Topswiss, s - EJU, 5.00, a319, Alpine, s - EJU, 5.00, a20n, Alpine, s - VJH, 5.00, e35l, Vista Germany, w - ENT, 5.00, b38m, Enter, e - EJU, 5.00, a320, Alpine, s - VJT, 5.00, cl35, Vista Jet, w - WZZ, 5.00, a320, Wizz Air, e - ECA, 5.00, c25a, Dark Knight, s - NJE, 5.00, e55p, Fraction, s - EZY, 5.00, a20n, Easy, s - -[airport7] -name = Southampton Airport, Southampton -code = HI -runways = - hi, 20, N50.957167, W1.353000, 199, 5653, 148, 240, 44, 3.1, 199, 3.0, 19, 0, 0, 0, 0, 118.205, Southampton Tower - -[configurations] -# Westerly operations -# Landing 27L -config1 = - 0, lls, land - 0, lln, start - 8, kks, landstart - 12, gw, landstart - 18, lc, landstart - -# Landing 27R -config2 = - 0, lls, start - 0, lln, land - 8, kks, landstart - 12, gw, landstart - 18, lc, landstart - -# 27L to dual approaches -config3 = - 0, lls, land - 0, lln, start - 8, kks, landstart - 12, gw, landstart - 18, lc, landstart - 23, lln, landstart - -# 27R to dual approaches -config4 = - 0, lls, start - 0, lln, land - 8, kks, landstart - 12, gw, landstart - 18, lc, landstart - 23, lls, landstart - -[area1] -shape = polygon -altitude = 0 -name = 0 -labelpos = N50.947361111111, E0.029666666666667 -points = - N50.750692, E0.131914 - N050.43.59.220, E000.12.04.000 - N050.49.54.330, E000.25.00.000 - N51.08.57.000, E000.34.57.460 - N051.14.58.390, W000.04.15.190 - N051.14.58.390, W000.04.15.190 - N051.11.24.000, W000.29.51.000 - N051.10.11.900, W000.33.32.000 - N051.08.35.860, W000.40.45.640 - N51.053953, W0.625003 - N050.58.34.460, W000.34.24.730 - N50.750692, E0.131914 - -[area2] -shape = polygon -altitude = 0 -name = -labelpos = N000, W000 -points = - N51.1896731, W0.1902778, - N51.1890739, W0.1790856, - N51.1872936, W0.1682161, - N51.1843836, W0.1579828, - N51.1804281, W0.1486811, - N51.1755406, W0.1405783, - N51.1698622, W0.1339078, - N51.1635567, W0.1288611, - N51.1568056, W0.1255833, - N51.1498031, W0.1241675, - N51.1427508, W0.1246539, - N51.1358519, W0.1270275, - N51.1293042, W0.1312192, - N51.1232961, W0.1371078, - N51.1180006, W0.1445236, - N51.1135692, W0.1532533, - N51.1101292, W0.1630456, - N51.1077794, W0.1736194, - N51.1065878, W0.1846714, - N51.1065878, W0.1958842, - N51.1077794, W0.2069361, - N51.1101292, W0.2175100, - N51.1135692, W0.2273022, - N51.1180006, W0.2360319, - N51.1232961, W0.2434478, - N51.1293042, W0.2493364, - N51.1358519, W0.2535281, - N51.1427508, W0.2559017, - N51.1498031, W0.2563881, - N51.1568056, W0.2549722, - N51.1635567, W0.2516944, - N51.1698622, W0.2466478, - N51.1755406, W0.2399772, - N51.1804281, W0.2318744, - N51.1843836, W0.2225728, - N51.1872936, W0.2123394, - N51.1890739, W0.2014700, - N51.1896731, W0.1902778, - -[area3] -shape = polygon -altitude = 0 -name = GND -labelpos = N51.139027777778, W0.27269444444444 -points = - N51.2161111, W.1913889 - N51.2000000, E0.0613889 - N51.1686658, E0.0724742 - N51.1285775, E0.0725786 - N51.0972222, E0.0616667 - N51.0444444, W0.3230556 - N51.0672333, W0.3583997 - N51.0946744, W0.3841328 - N51.1251786, W0.3988000 - N51.1570022, W0.4015411 - N51.1883333, W0.3922222 - N51.2161111, W0.1913889 - -[area4] -shape = polygon -altitude = 1000 -name = 1000 -labelpos = N51.088555555556, W0.041027777777778 -points = - N51.0166667, E0.0827778 - N51.0166667, W0.4291667 - N51.0414514, W0.4585006 - N51.0687731, W0.4814844 - N51.1284361, W0.5062206 - N51.1593517, W0.5073536 - N51.1900000, W0.5008333 - N51.2716667, E0.0925000 - N51.2431678, E0.1191083 - N51.2124492, E0.1384456 - N51.1802392, E0.1500936 - N51.1062350, E0.1471633 - N51.0744269, E0.1330189 - N51.0443417, E0.1113792 - N51.0166667, E0.0827778 - -[area5] -shape = polygon -altitude = 0 -name = EGLL NOT YOUR AIRSPACE -labelpos = N000, W000 -points = - N051.43.34.190, W000.32.59.100 - N051.32.02.000, W001.00.04.000 - N051.24.32.000, W000.59.57.000 - N051.18.18.610, W000.55.40.000 - N051.18.18.170, W000.26.49.860 - N051.19.51.150, E000.02.05.320 - N051.30.15.880, E000.03.16.440 - N051.38.45.690, E000.09.06.130 - N051.38.48.550, W000.16.38.670 - N051.43.34.190, W000.32.59.100 - -[area6] -shape = polygon -altitude = 0 -name = EGSS NOT YOUR AIRSPACE -labelpos = N000, W000 -Points= - N51.78327322, E0.60164399 - N51.75222708, E0.21910472 - N51.6819444, E0.1144444 - N51.6848079, E0.1024994 - N51.6879577, E0.0907416 - N51.6913729, E0.0791761 - N51.6950490, E0.0678187 - N51.6989811, E0.0566845 - N51.7031639, E0.0457885 - N51.7075918, E0.0351453 - N51.7122589, E0.0247692 - N51.7171590, E0.0146742 - N51.7222856, E0.0048739 - N51.7276317, W0.0046186 - N51.7331902, W0.0137903 - N51.7389537, W0.0226290 - N51.7449144, W0.0311227 - N51.7510644, W0.0392598 - N51.7573954, W0.0470292 - N51.7638889, W0.0544444 - N51.85044481, W0.00826470 - N51.84490486, W0.04045769 - N52.10162156, W0.28647946 - N52.10184691, W0.05184652 - N52.18443824, W0.09114107 - N52.18437286, E0.54542077 - N52.19691171, E0.69728495 - N51.97629301, E0.79637851 - N51.89023473, E0.58557757 - N51.78327322, E0.60164399 - -[area7] -shape = polygon -altiude = 0 -name = EGGW NOT YOUR AIRSPACE -labelpos = N000, W000 -points = - 51.85044481, W0.0082647 - 51.86278498, W0.00160306 - 52.02420682, E0.00017886 - 52.013944, W0.052644 - 52.10184691, W0.05184652 - 52.18443824, E0.09114107 - 52.18443075, E0.23691795 - 52.28669956, E0.15971167 - 52.30055192, W0.04441931 - 52.31529158, W0.11641702 - 52.44085253, W0.23774491 - 52.44215311, W0.61707441 - 52.28283088, W0.461351 - 52.1465259, W0.3412 - 52.07811933, W0.33553771 - 52.01055642, W0.4756745 - 52.05444285, W0.57806567 - 51.96353105, W0.68012966 - 51.89889082, W0.83494953 - 51.78290883, W0.81053019 - 51.80274834, W0.69860998 - 51.73570952, W0.66797895 - 51.85044481, W0.0082647 - -[area10] -shape = polygon -points = - N051.44.50.963, E001.36.42.798 - N051.16.35.101, E001.26.35.562 - N051.17.36.464, E000.56.41.951 - N051.18.56.218, E000.49.16.548 - N051.18.26.420, E000.49.07.515 - N051.18.13.999, E000.35.49.878 - N051.14.10.679, E000.25.14.180 - N051.14.16.798, E000.22.36.199 - N051.18.21.516, E000.01.49.239 - N051.25.18.895, E000.02.31.290 - N051.25.41.654, W000.08.37.949 - N051.27.00.376, W000.08.13.734 - N051.28.32.075, W000.08.06.928 - N051.30.12.972, W000.08.24.033 - N051.31.56.124, W000.09.05.913 - N051.33.21.053, W000.10.00.549 - N051.34.49.402, W000.11.16.792 - N051.35.48.350, W000.12.25.521 - N051.35.19.699, E000.03.30.092 - N051.38.23.002, E000.03.54.384 - N051.44.50.963, E001.36.42.798 - -[area11] -shape = polygon -points = - N51.864944444444, E0.021666666666667 - N51.833972222222, E0.035361111111111 - N51.803611111111, E0.065638888888889 - N51.775666666667, E0.11097222222222 - N51.76125, E0.15425 - N51.752027777778, E0.21975 - N51.765111111111, E0.38502777777778 - N51.651472222222, E0.23688888888889 - N51.574583333333, E0.35955555555556 - N51.345611111111, E0.56077777777778 - N51.271222222222, E0.51338888888889 - N51.20425, E0.33819444444444 - N50.999277777778, E0.26077777777778 - N50.984222222222, E0.22536111111111 - N50.927944444444, W0.16938888888889 - N50.974666666667, W0.57394444444444 - N51.142861111111, W0.68005555555556 - N51.170444444444, W0.55647222222222 - N51.342888888889, W0.66683333333333 - N51.350972222222, W0.70958333333333 - N51.353388888889, W0.71280555555556 - N51.352138888889, W0.71675 - N51.39325, W0.92130555555556 - N51.581805555556, W0.92161111111111 - N51.587555555556, W0.81688888888889 - N51.608472222222, W0.76869444444444 - N51.734888888889, W0.66930555555556 - N51.850444444444, W0.0094166666666667 - N51.862583333333, W0.0011944444444444 - N51.864944444444, E0.021666666666667 - -[area12] -shape = polygon -name = 3500 -labelpos = N52.017166666667, E0.40827777777778 -altitude = 3500 -points = - N52.018638888889, E0.25019444444444 - N52.011305555556, E0.3025 - N51.987666666667, E0.37180555555556 - N51.958611111111, E0.41461111111111 - N51.929555555556, E0.43758333333333 - N51.904138888889, E0.44788888888889 - N51.972527777778, E0.55525 - N52.017888888889, E0.50969444444444 - N52.069805555556, E0.41419444444444 - N52.087583333333, E0.35516666666667 - N52.018638888889, E0.25019444444444 - -[area13] -shape = polygon -name = 2500 -labelpos = N51.979916666667, E0.082055555555556 -altitude = 2500 -points = - N51.861111111111, W0.0021666666666667 - N51.865138888889, E0.022305555555556 - N52.087472222222, E0.35586111111111 - N52.023305555556, E5.5555555555556E-5 - N51.861111111111, W0.0021666666666667 - -[area14] -shape = polygon -name = GND -labelpos = N51.884527777778, E0.23277777777778 -altitude = 0 -points = - N52.017833333333, E0.25094444444444 - N52.008805555556, E0.31408333333333 - N51.985, E0.37713888888889 - N51.959777777778, E0.41258333333333 - N51.9245, E0.44086111111111 - N51.90425, E0.44769444444444 - N51.752472222222, E0.21963888888889 - N51.765694444444, E0.138 - N51.787611111111, E0.087055555555556 - N51.815138888889, E0.05075 - N51.848222222222, E0.027027777777778 - N51.864861111111, E0.022638888888889 - N52.017833333333, E0.25094444444444 - -[area15] -shape = polygon -name = 2500 -labelpos = N51.842138888889, E0.41547222222222 -altitude = 2500 -points = - N51.765194444444, E0.38497222222222 - N51.896583333333, E0.58436111111111 - N51.936027777778, E0.57411111111111 - N51.973194444444, E0.55330555555556 - N51.752111111111, E0.21733333333333 - N51.765194444444, E0.38497222222222 - -[area16] -shape = polygon -points = - N51.587138888889, W0.81625 - N51.672777777778, W0.82133333333333 - N51.760027777778, W0.93022222222222 - N51.838111111111, W0.49280555555556 - N51.962666666667, W0.36355555555556 - N52.050472222222, E0.15327777777778 - N52.101777777778, E0.23097222222222 - N52.100722222222, E0.43005555555556 - N52.039472222222, E0.67786111111111 - N51.734027777778, E0.73633333333333 - N51.570638888889, E0.83186111111111 - N51.355361111111, E0.83302777777778 - N51.15175, E0.77316666666667 - N51.013583333333, E0.36094444444444 - N51.073416666667, E0.28972222222222 - N51.204861111111, E0.33666666666667 - N51.272361111111, E0.5125 - N51.344833333333, E0.56041666666667 - N51.574583333333, E0.35994444444444 - N51.652027777778, E0.23586111111111 - N51.763722222222, E0.38525 - N51.752416666667, E0.21947222222222 - N51.7645, E0.14069444444444 - N51.792583333333, E0.080833333333333 - N51.831166666667, E0.037333333333333 - N51.865027777778, E0.021583333333333 - N51.862583333333, W0.0015555555555556 - N51.850638888889, W0.00825 - N51.735055555556, W0.66963888888889 - N51.608083333333, W0.77036111111111 - N51.587138888889, W0.81625 - -[area17] -shape = polygon -name = 1000 -labelpos = N51.504722222222, E0.154972222222222 -altitude = 1000 -points = - N51.596166666667, W0.20630555555556 - N51.57875, W0.18533333333333 - N51.550833333333, W0.16127777777778 - N51.521194444444, W0.14480555555556 - N51.493611111111, W0.13616666666667 - N51.463305555556, W0.13397222222222 - N51.428027777778, W0.14113888888889 - N51.418416666667, E0.15905555555556 - N51.42525, E0.17197222222222 - N51.434583333333, E0.18647222222222 - N51.447277777778, E0.20172222222222 - N51.466027777778, E0.21630555555556 - N51.48675, E0.22575 - N51.514833333333, E0.22852777777778 - N51.538194444444, E0.22002777777778 - N51.559805555556, E0.20513888888889 - N51.574277777778, E0.18869444444444 - N51.584555555556, E0.17308333333333 - N51.596166666667, W0.20630555555556 - -[area18] -shape = polygon -name = GND -labelpos = N51.504722222222, E0.054972222222222 -altitude = 0 -points = - N51.578916666667, W0.18647222222222 - N51.550833333333, W0.16127777777778 - N51.521194444444, W0.14480555555556 - N51.493611111111, W0.13616666666667 - N51.463305555556, W0.13397222222222 - N51.444305555556, W0.13572222222222 - N51.435527777778, E0.12875 - N51.449833333333, E0.15430555555556 - N51.470388888889, E0.17597222222222 - N51.500833333333, E0.18827777777778 - N51.538305555556, E0.17694444444444 - N51.560972222222, E0.15205555555556 - N51.568416666667, E0.14041666666667 - N51.578916666667, W0.18647222222222 - -[area19] -shape = polygon -name = GND -labelpos = N51.473805555556, W0.56105555555556 -altitude = 0 -points = - N51.602694444444, W0.21488888888889 - N51.585444444444, W0.19233333333333 - N51.550833333333, W0.16127777777778 - N51.521194444444, W0.14480555555556 - N51.493611111111, W0.13616666666667 - N51.463305555556, W0.13397222222222 - N51.417805555556, W0.14427777777778 - N51.393694444444, W0.15844444444444 - N51.363555555556, W0.18230555555556 - N51.337027777778, W0.21505555555556 - N51.336777777778, W0.63297222222222 - N51.350638888889, W0.70977777777778 - N51.375083333333, W0.73472222222222 - N51.410388888889, W0.75841666666667 - N51.455361111111, W0.77288888888889 - N51.506222222222, W0.76863888888889 - N51.548333333333, W0.74861111111111 - N51.580361111111, W0.72036111111111 - N51.602861111111, W0.69283333333333 - N51.602694444444, W0.21488888888889 - -[area20] -shape = polygon -name = GND -labelpos = N51.871666666667, W0.37216666666667 -altitude = 0 -points = - N51.749916666667, W0.58380555555556 - N51.80725, W0.252 - N51.838444444444, W0.15947222222222 - N51.876694444444, W0.15336111111111 - N51.921972222222, W0.16788888888889 - N51.964388888889, W0.20994444444444 - N51.982277777778, W0.24052777777778 - N51.962972222222, W0.36286111111111 - N51.916777777778, W0.40644444444444 - N51.878944444444, W0.64122222222222 - N51.749916666667, W0.58380555555556 - -[area21] -shape = polygon -name = 2500 -labelpos = N51.840027777778, W0.67611111111111 -altitude = 2500 -points = - N51.736555555556, W0.66863888888889 - N51.750027777778, W0.58225 - N51.878833333333, W0.64111111111111 - N51.863555555556, W0.72736111111111 - N51.736555555556, W0.66863888888889 - -[area22] -shape = polygon -name = 3500 -labelpos = N51.860277777778, W0.78108333333333 -altitude = 3500 -points = - N51.782555555556, W0.81144444444444 - N51.801444444444, W0.69861111111111 - N51.863388888889, W0.72713888888889 - N51.917027777778, W0.73247222222222 - N51.961638888889, W0.68136111111111 - N51.897805555556, W0.83666666666667 - N51.782555555556, W0.81144444444444 - -[area23] -shape = polygon -name = 4500 -labelpos = N51.971694444444, W0.60369444444444 -altitude = 4500 -points = - N51.864194444444, W0.72725 - N51.917388888889, W0.73119444444444 - N52.054333333333, W0.57766666666667 - N52.009527777778, W0.47561111111111 - N51.882083333333, W0.61861111111111 - N51.864194444444, W0.72725 - -[area24] -shape = polygon -name = 3500 -labelpos = N51.947472222222, W0.46769444444444 -altitude = 3500 -points = - N51.883027777778, W0.61841666666667 - N51.919638888889, W0.40730555555556 - N51.961388888889, W0.36213888888889 - N52.009583333333, W0.47611111111111 - N51.883027777778, W0.61841666666667 - -[area25] -shape = polygon -name = 3500 -labelpos = N52.024666666667, W0.33080555555556 -altitude = 3500 -points = - N52.009583333333, W0.47611111111111 - N51.961805555556, W0.36147222222222 - N51.992666666667, W0.18427777777778 - N52.09975, W0.28475 - N52.009583333333, W0.47611111111111 - -[area26] -shape = polygon -name = 2500 -labelpos = N51.931888888889, W0.099638888888889 -altitude = 2500 -points = - N51.808555555556, W0.25116666666667 - N51.850527777778, W0.0084166666666667 - N51.862527777778, W0.0018611111111111 - N52.023388888889, E0.00061111111111111 - N51.982444444444, W0.24197222222222 - N51.970527777778, W0.21877777777778 - N51.950083333333, W0.19155555555556 - N51.918166666667, W0.16511111111111 - N51.886722222222, W0.15458333333333 - N51.857083333333, W0.15594444444444 - N51.839416666667, W0.16133333333333 - N51.808555555556, W0.25116666666667 - -[area27] -shape = polygon -points = - N51.072777777778, E0.28875 - N51.013666666667, E0.36130555555556 - N50.865916666667, W0.071138888888889 - N50.907, W0.35636111111111 - N50.975472222222, W.5755 - N50.9265, W0.16905555555556 - N50.983722222222, E0.22447222222222 - N51.000972222222, E0.26158333333333 - N51.072777777778, E0.28875 - -[area28] -shape = polygon -points = - N50.974416666667, W0.57480555555556 - N50.966416666667, W0.6305 - -[area29] -shape = polygon -points = - N50.690472222222, W0.39927777777778 - N50.66725, W0.49541666666667 - N50.601722222222, W0.64258333333333 - N50.772972222222, W0.82733333333333 - N50.772333333333, W0.48602777777778 - N50.690472222222, W0.39927777777778 - N50.772333333333, W0.48602777777778 - N50.959416666667, W0.68225 - N50.919944444444, W0.98291666666667 - N50.772972222222, W0.82738888888889 - N50.773111111111, W0.4865 - N50.690472222222, W0.39927777777778 - -[area30] -shape = polygon -points = - N50.917027777778, W0.38266666666667 - N50.974611111111, W0.57330555555556 - N51.141944444444, W0.68313888888889 - N51.170694444444, W0.55683333333333 - N51.342805555556, W0.66566666666667 - N51.342805555556, W0.66566666666667 - N51.58275, W0.92186111111111 - N51.575361111111, W1.0011388888889 - N51.408111111111, W1.00025 - N50.957666666667, W0.70808333333333 - N50.96125, W0.68383333333333 - N50.917361111111, W0.63883333333333 - N50.917027777778, W0.38266666666667 - -#EGMC -[area31] -shape = polygon -labelpos = N51.604805555556, E0.75280555555556 -altitude = 0 -name = GND -points = - N51.579166666667, E0.48361111111111 - N51.561083333333, E0.48291666666667 - N51.53675, E0.48797222222222 - N51.519277777778, E.49705555555556 - N51.496944444444, E.51558333333333 - N51.478138888889, E.54030555555556 - N51.465388888889, E.56358333333333 - N51.455916666667, E.58830555555556 - N51.45, E0.60852777777778 - N51.455333333333, E0.66486111111111 - N51.590722222222, E0.9675 - N51.612527777778, E0.96169444444444 - N51.640555555556, E0.94647222222222 - N51.668444444444, E0.92180555555556 - N51.682305555556, E0.90561111111111 - N51.719638888889, E0.79619444444444 - N51.579166666667, E0.48361111111111 - -[area32] -shape = polygon -labelpos = N51.452055555556, E0.52475 -altitude = 1000 -name = 1000 -points = - N51.579166666667, E0.48361111111111 - N51.561083333333, E0.48291666666667 - N51.53675, E0.48797222222222 - N51.519277777778, E0.49705555555556 - N51.496944444444, E0.51558333333333 - N51.478138888889, E0.54030555555556 - N51.465388888889, E0.56358333333333 - N51.455916666667, E0.58830555555556 - N51.45, E0.60852777777778 - N51.455333333333, E0.66486111111111 - N51.590722222222, E0.9675 - N51.612527777778, E0.96169444444444 - N51.640555555556, E0.94647222222222 - N51.668444444444, E0.92180555555556 - N51.682305555556, E0.90561111111111 - N51.719638888889, E0.79619444444444 - N51.579166666667, E0.48361111111111 - N51.576944444444, E0.41058333333333 - N51.530861111111, E0.39966666666667 - N51.412805555556, E0.53411111111111 - N51.424472222222, E0.66566666666667 - N51.584138888889, E1.0205555555556 - N51.623444444444, E1.0111111111111 - N51.659083333333, E0.99147222222222 - N51.699638888889, E0.95002777777778 - N51.730722222222, E0.89913888888889 - N51.738361111111, E0.77047222222222 - N51.576944444444, E0.41058333333333 - -[area33] -shape = polygon -points = - N51.464361111111, E0.45622222222222 - N51.413305555556, E0.53319444444444 - N51.424527777778, E0.666 - N51.584583333333, E1.0221944444444 - N51.593111111111, E1.0210277777778 - N51.631, E1.1067777777778 - N51.642722222222, E1.2952222222222 - N51.702694444444, E1.3572777777778 - N51.822111111111, E1.3370277777778 - N51.865722222222, E1.248 - N51.842555555556, E0.98877777777778 - N51.787777777778, E0.83447222222222 - N51.742694444444, E0.73463888888889 - N51.731555555556, E0.58486111111111 - N51.662138888889, E0.43152777777778 - N51.529166666667, E0.40094444444444 - N51.464361111111, E0.45622222222222 - -[background] -#outline -line1 = - N47.87, W4.3563061111111 - N47.970388888889, W4.4375280555556 - N47.970388888889, W4.4375280555556 - N48.0105, W4.5379719444444 - N48.0105, W4.5379719444444 - N48.028028055556, W4.5346669444444 - N48.028028055556, W4.5346669444444 - N48.002166944444, W4.5696388888889 - N48.002166944444, W4.5696388888889 - N48.028888888889, W4.6338330555556 - N48.028888888889, W4.6338330555556 - N48.026361111111, W4.6971111111111 - N48.026361111111, W4.6971111111111 - N48.040916944444, W4.7400280555556 - N48.040916944444, W4.7400280555556 - N48.045916944444, W4.7067219444444 - N48.045916944444, W4.7067219444444 - N48.067221944444, W4.7162780555556 - N48.067221944444, W4.7162780555556 - N48.088, W4.4913330555556 - N48.088, W4.4913330555556 - N48.109666944444, W4.4220830555556 - N48.109666944444, W4.4220830555556 - N48.111361111111, W4.3679719444444 - N48.111361111111, W4.3679719444444 - N48.092166944444, W4.30375 - N48.092166944444, W4.30375 - N48.135083055556, W4.2733330555556 - N48.135083055556, W4.2733330555556 - N48.157583055556, W4.2791938888889 - N48.157583055556, W4.2791938888889 - N48.162611111111, W4.2992219444444 - N48.162611111111, W4.2992219444444 - N48.204666944444, W4.3195830555556 - N48.204666944444, W4.3195830555556 - N48.208056111111, W4.3754169444444 - N48.208056111111, W4.3754169444444 - N48.238833055556, W4.4321669444444 - N48.238833055556, W4.4321669444444 - N48.233028055556, W4.5021388888889 - N48.233028055556, W4.5021388888889 - N48.219278055556, W4.4975280555556 - N48.219278055556, W4.4975280555556 - N48.169693888889, W4.5570830555556 - N48.169693888889, W4.5570830555556 - N48.212638888889, W4.5550561111111 - N48.212638888889, W4.5550561111111 - N48.233416944444, W4.5758611111111 - N48.233416944444, W4.5758611111111 - N48.25425, W4.5491938888889 - N48.25425, W4.5491938888889 - N48.256333055556, W4.62875 - N48.256333055556, W4.62875 - N48.283416944444, W4.6333611111111 - N48.283416944444, W4.6333611111111 - N48.285528055556, W4.5721388888889 - N48.285528055556, W4.5721388888889 - N48.32175, W4.5833611111111 - N48.32175, W4.5833611111111 - N48.344693888889, W4.5363330555556 - N48.344693888889, W4.5363330555556 - N48.301778055556, W4.5575 - N48.301778055556, W4.5575 - N48.286361111111, W4.5405 - N48.286361111111, W4.5405 - N48.298888888889, W4.5254719444444 - N48.298888888889, W4.5254719444444 - N48.282138888889, W4.5129719444444 - N48.282138888889, W4.5129719444444 - N48.294693888889, W4.4204719444444 - N48.294693888889, W4.4204719444444 - N48.276361111111, W4.39625 - N48.276361111111, W4.39625 - N48.297166944444, W4.2779719444444 - N48.297166944444, W4.2779719444444 - N48.285943888889, W4.2692219444444 - N48.285943888889, W4.2692219444444 - N48.2905, W4.2862780555556 - N48.2905, W4.2862780555556 - N48.275943888889, W4.2917219444444 - N48.275943888889, W4.2917219444444 - N48.266333055556, W4.2604169444444 - N48.266333055556, W4.2604169444444 - N48.259693888889, W4.2720830555556 - N48.259693888889, W4.2720830555556 - N48.259693888889, W4.2245830555556 - N48.259693888889, W4.2245830555556 - N48.242193888889, W4.21125 - N48.242193888889, W4.21125 - N48.250111111111, W4.1575561111111 - N48.250111111111, W4.1575561111111 - N48.263, W4.2213330555556 - N48.263, W4.2213330555556 - N48.260943888889, W4.2394888888889 - N48.260943888889, W4.2394888888889 - N48.278888888889, W4.2821388888889 - N48.278888888889, W4.2821388888889 - N48.298416944444, W4.1875 - N48.298416944444, W4.1875 - N48.300528055556, W4.2371111111111 - N48.300528055556, W4.2371111111111 - N48.315528055556, W4.2296111111111 - N48.315528055556, W4.2296111111111 - N48.301361111111, W4.2496388888889 - N48.301361111111, W4.2496388888889 - N48.314221944444, W4.2842219444444 - N48.314221944444, W4.2842219444444 - N48.328861111111, W4.2521111111111 - N48.328861111111, W4.2521111111111 - N48.313056111111, W4.2929169444444 - N48.313056111111, W4.2929169444444 - N48.317611111111, W4.3400561111111 - N48.317611111111, W4.3400561111111 - N48.358056111111, W4.2696388888889 - N48.358056111111, W4.2696388888889 - N48.340556111111, W4.3320830555556 - N48.340556111111, W4.3320830555556 - N48.360916944444, W4.3233611111111 - N48.360916944444, W4.3233611111111 - N48.344693888889, W4.3571388888889 - N48.344693888889, W4.3571388888889 - N48.358056111111, W4.3446388888889 - N48.358056111111, W4.3446388888889 - N48.326333055556, W4.37875 - N48.326333055556, W4.37875 - N48.326778055556, W4.4183611111111 - N48.326778055556, W4.4183611111111 - N48.343028055556, W4.3971111111111 - N48.343028055556, W4.3971111111111 - N48.32925, W4.4567219444444 - N48.32925, W4.4567219444444 - N48.388056111111, W4.4021388888889 - N48.388056111111, W4.4021388888889 - N48.428028055556, W4.30125 - N48.428028055556, W4.30125 - N48.401306111111, W4.3721111111111 - N48.401306111111, W4.3721111111111 - N48.409721944444, W4.38625 - N48.409721944444, W4.38625 - N48.3905, W4.4029719444444 - N48.3905, W4.4029719444444 - N48.396388888889, W4.4346111111111 - N48.396388888889, W4.4346111111111 - N48.381361111111, W4.4471388888889 - N48.381361111111, W4.4471388888889 - N48.387221944444, W4.4996388888889 - N48.387221944444, W4.4996388888889 - N48.358861111111, W4.5355280555556 - N48.358861111111, W4.5355280555556 - N48.336333055556, W4.6121938888889 - N48.336333055556, W4.6121938888889 - N48.356361111111, W4.6821669444444 - N48.356361111111, W4.6821669444444 - N48.331361111111, W4.7113330555556 - N48.331361111111, W4.7113330555556 - N48.331361111111, W4.7746388888889 - N48.331361111111, W4.7746388888889 - N48.355083055556, W4.7850830555556 - N48.355083055556, W4.7850830555556 - N48.362583055556, W4.7700830555556 - N48.362583055556, W4.7700830555556 - N48.369278055556, W4.79175 - N48.369278055556, W4.79175 - N48.379278055556, W4.7642219444444 - N48.379278055556, W4.7642219444444 - N48.415971944444, W4.7975830555556 - N48.415971944444, W4.7975830555556 - N48.465528055556, W4.7729719444444 - N48.465528055556, W4.7729719444444 - N48.475083055556, W4.7350561111111 - N48.475083055556, W4.7350561111111 - N48.472193888889, W4.7638330555556 - N48.472193888889, W4.7638330555556 - N48.506778055556, W4.7801111111111 - N48.506778055556, W4.7801111111111 - N48.559693888889, W4.7313330555556 - N48.559693888889, W4.7313330555556 - N48.556333055556, W4.7038611111111 - N48.556333055556, W4.7038611111111 - N48.573, W4.7088061111111 - N48.573, W4.7088061111111 - N48.578861111111, W4.6321111111111 - N48.578861111111, W4.6321111111111 - N48.560528055556, W4.578 - N48.560528055556, W4.578 - N48.578416944444, W4.6150561111111 - N48.578416944444, W4.6150561111111 - N48.599278055556, W4.6100280555556 - N48.599278055556, W4.6100280555556 - N48.608833055556, W4.6012780555556 - N48.608833055556, W4.6012780555556 - N48.595528055556, W4.5963061111111 - N48.595528055556, W4.5963061111111 - N48.593833055556, W4.5279438888889 - N48.593833055556, W4.5279438888889 - N48.610943888889, W4.5717219444444 - N48.610943888889, W4.5717219444444 - N48.639721944444, W4.5438330555556 - N48.639721944444, W4.5438330555556 - N48.623833055556, W4.513 - N48.623833055556, W4.513 - N48.639721944444, W4.4104719444444 - N48.639721944444, W4.4104719444444 - N48.657193888889, W4.4388061111111 - N48.657193888889, W4.4388061111111 - N48.679693888889, W4.3487780555556 - N48.679693888889, W4.3487780555556 - N48.666361111111, W4.3004719444444 - N48.666361111111, W4.3004719444444 - N48.646778055556, W4.3208330555556 - N48.646778055556, W4.3208330555556 - N48.634666944444, W4.3046669444444 - N48.634666944444, W4.3046669444444 - N48.651361111111, W4.2771669444444 - N48.651361111111, W4.2771669444444 - N48.653861111111, W4.2004719444444 - N48.653861111111, W4.2004719444444 - N48.660111111111, W4.2250280555556 - N48.660111111111, W4.2250280555556 - N48.688833055556, W4.1871669444444 - N48.688833055556, W4.1871669444444 - N48.697221944444, W4.1029438888889 - N48.697221944444, W4.1029438888889 - N48.676333055556, W4.063 - N48.676333055556, W4.063 - N48.703471944444, W4.0576111111111 - N48.703471944444, W4.0576111111111 - N48.729666944444, W4.0087780555556 - N48.729666944444, W4.0087780555556 - N48.712861111111, W3.9991938888889 - N48.712861111111, W3.9991938888889 - N48.726638888889, W3.97125 - N48.726638888889, W3.97125 - N48.646221944444, W3.9558888888889 - N48.646221944444, W3.9558888888889 - N48.675388888889, W3.9241938888889 - N48.675388888889, W3.9241938888889 - N48.672916944444, W3.8992219444444 - N48.672916944444, W3.8992219444444 - N48.652471944444, W3.903 - N48.652471944444, W3.903 - N48.62125, W3.8566938888889 - N48.62125, W3.8566938888889 - N48.672471944444, W3.86625 - N48.672471944444, W3.86625 - N48.660443888889, W3.8491669444444 - N48.660443888889, W3.8491669444444 - N48.685778055556, W3.8579438888889 - N48.685778055556, W3.8579438888889 - N48.717888888889, W3.8208611111111 - N48.717888888889, W3.8208611111111 - N48.702056111111, W3.7884169444444 - N48.702056111111, W3.7884169444444 - N48.70625, W3.7233061111111 - N48.70625, W3.7233061111111 - N48.687083055556, W3.6825561111111 - N48.687083055556, W3.6825561111111 - N48.697056111111, W3.6458611111111 - N48.697056111111, W3.6458611111111 - N48.666221944444, W3.6541669444444 - N48.666221944444, W3.6541669444444 - N48.68625, W3.6283611111111 - N48.68625, W3.6283611111111 - N48.669556111111, W3.5983330555556 - N48.669556111111, W3.5983330555556 - N48.683278055556, W3.5704438888889 - N48.683278055556, W3.5704438888889 - N48.726221944444, W3.585 - N48.726221944444, W3.585 - N48.732471944444, W3.5237780555556 - N48.732471944444, W3.5237780555556 - N48.757056111111, W3.5866669444444 - N48.757056111111, W3.5866669444444 - N48.789111111111, W3.5871111111111 - N48.789111111111, W3.5871111111111 - N48.797028055556, W3.5450280555556 - N48.797028055556, W3.5450280555556 - N48.815, W3.5496388888889 - N48.815, W3.5496388888889 - N48.81875, W3.5208611111111 - N48.81875, W3.5208611111111 - N48.83625, W3.5150830555556 - N48.83625, W3.5150830555556 - N48.824583055556, W3.5041388888889 - N48.824583055556, W3.5041388888889 - N48.837083055556, W3.4800280555556 - N48.837083055556, W3.4800280555556 - N48.815416944444, W3.4583611111111 - N48.815416944444, W3.4583611111111 - N48.819583055556, W3.4291669444444 - N48.819583055556, W3.4291669444444 - N48.797083055556, W3.4433330555556 - N48.797083055556, W3.4433330555556 - N48.80125, W3.3950561111111 - N48.80125, W3.3950561111111 - N48.815416944444, W3.3916938888889 - N48.815416944444, W3.3916938888889 - N48.838778055556, W3.3241938888889 - N48.838778055556, W3.3241938888889 - N48.834583055556, W3.2675 - N48.834583055556, W3.2675 - N48.870416944444, W3.2275 - N48.870416944444, W3.2275 - N48.847471944444, W3.2095561111111 - N48.847471944444, W3.2095561111111 - N48.835806111111, W3.2220561111111 - N48.835806111111, W3.2220561111111 - N48.836638888889, W3.2045830555556 - N48.836638888889, W3.2045830555556 - N48.80625, W3.2133611111111 - N48.80625, W3.2133611111111 - N48.852861111111, W3.1708888888889 - N48.852861111111, W3.1708888888889 - N48.88375, W3.0766669444444 - N48.88375, W3.0766669444444 - N48.866666944444, W3.1004719444444 - N48.866666944444, W3.1004719444444 - N48.856666944444, W3.0788061111111 - N48.856666944444, W3.0788061111111 - N48.859971944444, W3.0963061111111 - N48.859971944444, W3.0963061111111 - N48.8325, W3.0996111111111 - N48.8325, W3.0996111111111 - N48.829138888889, W3.0812780555556 - N48.829138888889, W3.0812780555556 - N48.784166944444, W3.1004719444444 - N48.784166944444, W3.1004719444444 - N48.750361111111, W3.1350561111111 - N48.750361111111, W3.1350561111111 - N48.769138888889, W3.1004438888889 - N48.769138888889, W3.1004438888889 - N48.820416944444, W3.0758888888889 - N48.820416944444, W3.0758888888889 - N48.822083055556, W3.0150830555556 - N48.822083055556, W3.0150830555556 - N48.800833055556, W3.0071111111111 - N48.800833055556, W3.0071111111111 - N48.784943888889, W3.0462780555556 - N48.784943888889, W3.0462780555556 - N48.782028055556, W3.0116938888889 - N48.782028055556, W3.0116938888889 - N48.777528055556, W3.0295830555556 - N48.777528055556, W3.0295830555556 - N48.764556111111, W3 - N48.764556111111, W3 - N48.772888888889, W2.9516938888889 - N48.772888888889, W2.9516938888889 - N48.755861111111, W2.9312219444444 - N48.755861111111, W2.9312219444444 - N48.721638888889, W2.9479438888889 - N48.721638888889, W2.9479438888889 - N48.654971944444, W2.8303888888889 - N48.654971944444, W2.8303888888889 - N48.594528055556, W2.8225 - N48.594528055556, W2.8225 - N48.55625, W2.7150830555556 - N48.55625, W2.7150830555556 - N48.530028055556, W2.72875 - N48.530028055556, W2.72875 - N48.496193888889, W2.6866938888889 - N48.496193888889, W2.6866938888889 - N48.534583055556, W2.6817219444444 - N48.534583055556, W2.6817219444444 - N48.522888888889, W2.6291669444444 - N48.522888888889, W2.6291669444444 - N48.537471944444, W2.6338061111111 - N48.537471944444, W2.6338061111111 - N48.599583055556, W2.5549719444444 - N48.599583055556, W2.5549719444444 - N48.622888888889, W2.4750561111111 - N48.622888888889, W2.4750561111111 - N48.64625, W2.4883611111111 - N48.64625, W2.4883611111111 - N48.653721944444, W2.4375 - N48.653721944444, W2.4375 - N48.634556111111, W2.4184169444444 - N48.634556111111, W2.4184169444444 - N48.690388888889, W2.3191388888889 - N48.690388888889, W2.3191388888889 - N48.672083055556, W2.3133330555556 - N48.672083055556, W2.3133330555556 - N48.667443888889, W2.28625 - N48.667443888889, W2.28625 - N48.620388888889, W2.3366938888889 - N48.620388888889, W2.3366938888889 - N48.612111111111, W2.3141669444444 - N48.612111111111, W2.3141669444444 - N48.645443888889, W2.2467219444444 - N48.645443888889, W2.2467219444444 - N48.57375, W2.2133611111111 - N48.57375, W2.2133611111111 - N48.611221944444, W2.1950280555556 - N48.611221944444, W2.1950280555556 - N48.577888888889, W2.1824719444444 - N48.577888888889, W2.1824719444444 - N48.587471944444, W2.1579438888889 - N48.587471944444, W2.1579438888889 - N48.597471944444, W2.1754438888889 - N48.597471944444, W2.1754438888889 - N48.618721944444, W2.1525280555556 - N48.618721944444, W2.1525280555556 - N48.604528055556, W2.1258888888889 - N48.604528055556, W2.1258888888889 - N48.633693888889, W2.1525280555556 - N48.633693888889, W2.1525280555556 - N48.639583055556, W2.04925 - N48.639583055556, W2.04925 - N48.625833055556, W2.0579438888889 - N48.625833055556, W2.0579438888889 - N48.624971944444, W2.0321111111111 - N48.624971944444, W2.0321111111111 - N48.604943888889, W2.0346388888889 - N48.604943888889, W2.0346388888889 - N48.578306111111, W1.9970830555556 - N48.578306111111, W1.9970830555556 - N48.571666944444, W2.0154719444444 - N48.571666944444, W2.0154719444444 - N48.536221944444, W1.9750280555556 - N48.536221944444, W1.9750280555556 - N48.549943888889, W1.9629719444444 - N48.549943888889, W1.9629719444444 - N48.583333055556, W1.9896669444444 - N48.583333055556, W1.9896669444444 - N48.578306111111, W1.9571388888889 - N48.578306111111, W1.9571388888889 - N48.598721944444, W2.0150561111111 - N48.598721944444, W2.0150561111111 - N48.614111111111, W2.0045830555556 - N48.614111111111, W2.0045830555556 - N48.650806111111, W2.033 - N48.650806111111, W2.033 - N48.668721944444, W1.98925 - N48.668721944444, W1.98925 - N48.684583055556, W1.9925561111111 - N48.684583055556, W1.9925561111111 - N48.684583055556, W1.9416669444444 - N48.684583055556, W1.9416669444444 - N48.689971944444, W1.9629719444444 - N48.689971944444, W1.9629719444444 - N48.702916944444, W1.9350561111111 - N48.702916944444, W1.9350561111111 - N48.690416944444, W1.9050280555556 - N48.690416944444, W1.9050280555556 - N48.712083055556, W1.8433888888889 - N48.712083055556, W1.8433888888889 - N48.679971944444, W1.8371111111111 - N48.679971944444, W1.8371111111111 - N48.645806111111, W1.8721111111111 - N48.645806111111, W1.8721111111111 - N48.616221944444, W1.8425280555556 - N48.616221944444, W1.8425280555556 - N48.603721944444, W1.7716669444444 - N48.603721944444, W1.7716669444444 - N48.617888888889, W1.6350280555556 - N48.617888888889, W1.6350280555556 - N48.639611111111, W1.5925280555556 - N48.639611111111, W1.5925280555556 - N48.621221944444, W1.5117219444444 - N48.621221944444, W1.5117219444444 - N48.632056111111, W1.51 - N48.632056111111, W1.51 - N48.625416944444, W1.4700561111111 - N48.625416944444, W1.4700561111111 - N48.643721944444, W1.43 - N48.643721944444, W1.43 - N48.63375, W1.3575 - N48.63375, W1.3575 - N48.659138888889, W1.4128888888889 - N48.659138888889, W1.4128888888889 - N48.67625, W1.3892219444444 - N48.67625, W1.3892219444444 - N48.655388888889, W1.4475830555556 - N48.655388888889, W1.4475830555556 - N48.672083055556, W1.4533611111111 - N48.672083055556, W1.4533611111111 - N48.687056111111, W1.5050280555556 - N48.687056111111, W1.5050280555556 - N48.73125, W1.5300561111111 - N48.73125, W1.5300561111111 - N48.744166944444, W1.5704438888889 - N48.744166944444, W1.5704438888889 - N48.821638888889, W1.5762780555556 - N48.821638888889, W1.5762780555556 - N48.835806111111, W1.6154438888889 - N48.835806111111, W1.6154438888889 - N48.856638888889, W1.5804169444444 - N48.856638888889, W1.5804169444444 - N48.932916944444, W1.5575280555556 - N48.932916944444, W1.5575280555556 - N48.9175, W1.5495561111111 - N48.9175, W1.5495561111111 - N49.024971944444, W1.5579719444444 - N49.024971944444, W1.5579719444444 - N49.035416944444, W1.5342219444444 - N49.035416944444, W1.5342219444444 - N49.039556111111, W1.5600830555556 - N49.039556111111, W1.5600830555556 - N49.003693888889, W1.575 - N49.003693888889, W1.575 - N49.009166944444, W1.5879719444444 - N49.009166944444, W1.5879719444444 - N49.096638888889, W1.6112219444444 - N49.096638888889, W1.6112219444444 - N49.137471944444, W1.57875 - N49.137471944444, W1.57875 - N49.144166944444, W1.5971111111111 - N49.144166944444, W1.5971111111111 - N49.220833055556, W1.6121111111111 - N49.220833055556, W1.6121111111111 - N49.219971944444, W1.5479438888889 - N49.219971944444, W1.5479438888889 - N49.237056111111, W1.6133061111111 - N49.237056111111, W1.6133061111111 - N49.212888888889, W1.6308888888889 - N49.212888888889, W1.6308888888889 - N49.284166944444, W1.6795830555556 - N49.284166944444, W1.6795830555556 - N49.2825, W1.65875 - N49.2825, W1.65875 - N49.323306111111, W1.7120830555556 - N49.323306111111, W1.7120830555556 - N49.332916944444, W1.6758330555556 - N49.332916944444, W1.6758330555556 - N49.347888888889, W1.7174719444444 - N49.347888888889, W1.7174719444444 - N49.327916944444, W1.7241938888889 - N49.327916944444, W1.7241938888889 - N49.372856944444, W1.7807730555556 - N49.372856944444, W1.7807730555556 - N49.373721944444, W1.7608888888889 - N49.373721944444, W1.7608888888889 - N49.374138888889, W1.8112780555556 - N49.374138888889, W1.8112780555556 - N49.496666944444, W1.8453888888889 - N49.496666944444, W1.8453888888889 - N49.527528055556, W1.8879438888889 - N49.527528055556, W1.8879438888889 - N49.573333055556, W1.8420830555556 - N49.573333055556, W1.8420830555556 - N49.6225, W1.8463061111111 - N49.6225, W1.8463061111111 - N49.657083055556, W1.8716938888889 - N49.657083055556, W1.8716938888889 - N49.675806111111, W1.9488061111111 - N49.675806111111, W1.9488061111111 - N49.727861111111, W1.9400280555556 - N49.727861111111, W1.9400280555556 - N49.707083055556, W1.8875280555556 - N49.707083055556, W1.8875280555556 - N49.720443888889, W1.8508330555556 - N49.720443888889, W1.8508330555556 - N49.691221944444, W1.8241669444444 - N49.691221944444, W1.8241669444444 - N49.674556111111, W1.6883061111111 - N49.674556111111, W1.6883061111111 - N49.659611111111, W1.6733888888889 - N49.659611111111, W1.6733888888889 - N49.661221944444, W1.6308611111111 - N49.661221944444, W1.6308611111111 - N49.644556111111, W1.6225280555556 - N49.644556111111, W1.6225280555556 - N49.662916944444, W1.5083330555556 - N49.662916944444, W1.5083330555556 - N49.700388888889, W1.4750280555556 - N49.700388888889, W1.4750280555556 - N49.698778055556, W1.2658611111111 - N49.698778055556, W1.2658611111111 - N49.609166944444, W1.2296388888889 - N49.609166944444, W1.2296388888889 - N49.612916944444, W1.255 - N49.612916944444, W1.255 - N49.572056111111, W1.2758888888889 - N49.572056111111, W1.2758888888889 - N49.587056111111, W1.275 - N49.587056111111, W1.275 - N49.582916944444, W1.2992219444444 - N49.582916944444, W1.2992219444444 - N49.55, W1.3104438888889 - N49.55, W1.3104438888889 - N49.412528055556, W1.1721111111111 - N49.412528055556, W1.1721111111111 - N49.350833055556, W1.1829719444444 - N49.350833055556, W1.1829719444444 - N49.360443888889, W1.1409169444444 - N49.360443888889, W1.1409169444444 - N49.326221944444, W1.1158061111111 - N49.326221944444, W1.1158061111111 - N49.36, W1.1204719444444 - N49.36, W1.1204719444444 - N49.388721944444, W1.0816388888889 - N49.388721944444, W1.0816388888889 - N49.397888888889, W0.99333305555556 - N49.397888888889, W0.99333305555556 - N49.393721944444, W0.92330611111111 - N49.393721944444, W0.92330611111111 - N49.363693888889, W0.8525 - N49.363693888889, W0.8525 - N49.348721944444, W0.74169388888889 - N49.348721944444, W0.74169388888889 - N49.336221944444, W0.40511111111111 - N49.336221944444, W0.40511111111111 - N49.290443888889, W0.25255611111111 - N49.290443888889, W0.25255611111111 - N49.2775, W0.22961111111111 - N49.2775, W0.22961111111111 - N49.284556111111, W0.21916694444444 - N49.284556111111, W0.21916694444444 - N49.299528055556, W0.09 - N49.299528055556, W0.09 - N49.327935, E0 - N49.327935, E0 - N49.327943888889, E2.8055555555556E-5 - N49.327943888889, E2.8055555555556E-5 - N49.364583055556, E0.074083055555556 - N49.364583055556, E0.074083055555556 - N49.35125, E0.094193888888889 - N49.35125, E0.094193888888889 - N49.367471944444, E0.077861111111111 - N49.367471944444, E0.077861111111111 - N49.404583055556, E0.13 - N49.404583055556, E0.13 - N49.425361111111, E0.21575 - N49.425361111111, E0.21575 - N49.416221944444, E0.24911111111111 - N49.416221944444, E0.24911111111111 - N49.427888888889, E0.23241694444444 - N49.427888888889, E0.23241694444444 - N49.432056111111, E0.38994388888889 - N49.432056111111, E0.38994388888889 - N49.440361111111, E0.37330611111111 - N49.440361111111, E0.37330611111111 - N49.480806111111, E0.48616694444444 - N49.480806111111, E0.48616694444444 - N49.449556111111, E0.36247194444444 - N49.449556111111, E0.36247194444444 - N49.457083055556, E0.15744388888889 - N49.457083055556, E0.15744388888889 - N49.480416944444, E0.091638888888889 - N49.480416944444, E0.091638888888889 - N49.467861111111, E0.14997194444444 - N49.467861111111, E0.14997194444444 - N49.475833055556, E0.17372194444444 - N49.475833055556, E0.17372194444444 - N49.480388888889, E0.10919388888889 - N49.480388888889, E0.10919388888889 - N49.516666944444, E0.065443888888889 - N49.516666944444, E0.065443888888889 - N49.6875, E0.16294388888889 - N49.6875, E0.16294388888889 - N49.714583055556, E0.20577805555556 - N49.714583055556, E0.20577805555556 - N49.746221944444, E0.33327805555556 - N49.746221944444, E0.33327805555556 - N49.852056111111, E0.57994388888889 - N49.852056111111, E0.57994388888889 - N49.873693888889, E0.77913888888889 - N49.873693888889, E0.77913888888889 - N49.91875, E0.96161111111111 - N49.91875, E0.96161111111111 - N49.916221944444, E1.0249719444444 - N49.916221944444, E1.0249719444444 - N49.934583055556, E1.0849438888889 - N49.934583055556, E1.0849438888889 - N49.917916944444, E1.0925 - N49.917916944444, E1.0925 - N49.933721944444, E1.0916111111111 - N49.933721944444, E1.0916111111111 - N49.971221944444, E1.2008330555556 - N49.971221944444, E1.2008330555556 - N50.101666944444, E1.4441111111111 - N50.101666944444, E1.4441111111111 - N50.209583055556, E1.52 - N50.209583055556, E1.52 - N50.221221944444, E1.5699169444444 - N50.221221944444, E1.5699169444444 - N50.19625, E1.5949719444444 - N50.19625, E1.5949719444444 - N50.183306111111, E1.6657780555556 - N50.183306111111, E1.6657780555556 - N50.194111111111, E1.6724169444444 - N50.194111111111, E1.6724169444444 - N50.189556111111, E1.6432780555556 - N50.189556111111, E1.6432780555556 - N50.199138888889, E1.6524438888889 - N50.199138888889, E1.6524438888889 - N50.204138888889, E1.6307780555556 - N50.204138888889, E1.6307780555556 - N50.215, E1.6558330555556 - N50.215, E1.6558330555556 - N50.213721944444, E1.6232780555556 - N50.213721944444, E1.6232780555556 - N50.259166944444, E1.5858061111111 - N50.259166944444, E1.5858061111111 - N50.261221944444, E1.5516388888889 - N50.261221944444, E1.5516388888889 - N50.2775, E1.5391111111111 - N50.2775, E1.5391111111111 - N50.360806111111, E1.5541388888889 - N50.360806111111, E1.5541388888889 - N50.369166944444, E1.6091388888889 - N50.369166944444, E1.6091388888889 - N50.396666944444, E1.5541111111111 - N50.396666944444, E1.5541111111111 - N50.532443888889, E1.5807780555556 - N50.532443888889, E1.5807780555556 - N50.536666944444, E1.6124719444444 - N50.536666944444, E1.6124719444444 - N50.567471944444, E1.5775 - N50.567471944444, E1.5775 - N50.699166944444, E1.5591388888889 - N50.699166944444, E1.5591388888889 - N50.723306111111, E1.5657780555556 - N50.723306111111, E1.5657780555556 - N50.729138888889, E1.5941111111111 - N50.729138888889, E1.5941111111111 - N50.773278055556, E1.6041388888889 - N50.773278055556, E1.6041388888889 - N50.872916944444, E1.5832780555556 - N50.872916944444, E1.5832780555556 - N50.884583055556, E1.6516388888889 - N50.884583055556, E1.6516388888889 - N50.954528055556, E1.7715561111111 - N50.954528055556, E1.7715561111111 - N51.076193888889, E2.5 - N51.076193888889, E2.5 - N51.167, E2.7616669444444 - N51.167, E2.7616669444444 - N51.306193888889, E3.0831669444444 - N51.306193888889, E3.0831669444444 - N51.331221944444, E3.1798330555556 - N51.331221944444, E3.1798330555556 - N51.348721944444, E3.1948611111111 - N51.348721944444, E3.1948611111111 - N51.332916944444, E3.1965280555556 - N51.332916944444, E3.1965280555556 - N51.408721944444, E3.5065280555556 - N51.408721944444, E3.5065280555556 - N51.372, E3.6848330555556 - N51.372, E3.6848330555556 - N51.343693888889, E3.7398611111111 - N51.343693888889, E3.7398611111111 - N51.346221944444, E3.8048061111111 - N51.346221944444, E3.8048061111111 - N51.334528055556, E3.8114438888889 - N51.334528055556, E3.8114438888889 - N51.344528055556, E3.8131669444444 - N51.344528055556, E3.8131669444444 - N51.337083055556, E3.8648061111111 - N51.337083055556, E3.8648061111111 - N51.365388888889, E3.9548330555556 - N51.365388888889, E3.9548330555556 - N51.407861111111, E3.9748061111111 - N51.407861111111, E3.9748061111111 - N51.402861111111, E4.0132219444444 - N51.402861111111, E4.0132219444444 - N51.369138888889, E4.0474169444444 - N51.369138888889, E4.0474169444444 - N51.339528055556, E4.1332780555556 - N51.339528055556, E4.1332780555556 - N51.353693888889, E4.1366388888889 - N51.353693888889, E4.1366388888889 - N51.348306111111, E4.1758061111111 - N51.348306111111, E4.1758061111111 - N51.366638888889, E4.1508061111111 - N51.366638888889, E4.1508061111111 - N51.357, E4.1799438888889 - N51.357, E4.1799438888889 - N51.377028055556, E4.1849169444444 - N51.377028055556, E4.1849169444444 - N51.352138888889, E4.2503061111111 - N51.352138888889, E4.2503061111111 - N51.404083055556, E4.2318330555556 - N51.404083055556, E4.2318330555556 - N51.395361111111, E4.1449719444444 - N51.395361111111, E4.1449719444444 - N51.407056111111, E4.0815830555556 - N51.407056111111, E4.0815830555556 - N51.459556111111, E3.9748061111111 - N51.459556111111, E3.9748061111111 - N51.448278055556, E3.9273061111111 - N51.448278055556, E3.9273061111111 - N51.392888888889, E3.8998061111111 - N51.392888888889, E3.8998061111111 - N51.385416944444, E3.8131669444444 - N51.385416944444, E3.8131669444444 - N51.409556111111, E3.7731388888889 - N51.409556111111, E3.7731388888889 - N51.414138888889, E3.7256111111111 - N51.414138888889, E3.7256111111111 - N51.449971944444, E3.6789719444444 - N51.449971944444, E3.6789719444444 - N51.452471944444, E3.7040561111111 - N51.452471944444, E3.7040561111111 - N51.463693888889, E3.6965280555556 - N51.463693888889, E3.6965280555556 - N51.442056111111, E3.6364719444444 - N51.442056111111, E3.6364719444444 - N51.450361111111, E3.5981938888889 - N51.450361111111, E3.5981938888889 - N51.438721944444, E3.5731938888889 - N51.438721944444, E3.5731938888889 - N51.533278055556, E3.4306388888889 - N51.533278055556, E3.4306388888889 - N51.595361111111, E3.5681938888889 - N51.595361111111, E3.5681938888889 - N51.592028055556, E3.7198611111111 - N51.592028055556, E3.7198611111111 - N51.607028055556, E3.8348061111111 - N51.607028055556, E3.8348061111111 - N51.601611111111, E3.8639719444444 - N51.601611111111, E3.8639719444444 - N51.565778055556, E3.9006669444444 - N51.565778055556, E3.9006669444444 - N51.542056111111, E3.8715280555556 - N51.542056111111, E3.8715280555556 - N51.545361111111, E3.9248061111111 - N51.545361111111, E3.9248061111111 - N51.527888888889, E3.9414719444444 - N51.527888888889, E3.9414719444444 - N51.503721944444, E4.0499719444444 - N51.503721944444, E4.0499719444444 - N51.449943888889, E4.0924169444444 - N51.449943888889, E4.0924169444444 - N51.433693888889, E4.1366111111111 - N51.433693888889, E4.1366111111111 - N51.432943888889, E4.2284719444444 - N51.432943888889, E4.2284719444444 - N51.449888888889, E4.2924438888889 - N51.449888888889, E4.2924438888889 - N51.487443888889, E4.2807219444444 - N51.487443888889, E4.2807219444444 - N51.51325, E4.2274438888889 - N51.51325, E4.2274438888889 - N51.539083055556, E4.2340830555556 - N51.539083055556, E4.2340830555556 - N51.506166944444, E4.2049169444444 - N51.506166944444, E4.2049169444444 - N51.522861111111, E4.1583061111111 - N51.522861111111, E4.1583061111111 - N51.526193888889, E4.0716388888889 - N51.526193888889, E4.0716388888889 - N51.589943888889, E3.984 - N51.589943888889, E3.984 - N51.612861111111, E4.0965830555556 - N51.612861111111, E4.0965830555556 - N51.606193888889, E4.1765830555556 - N51.606193888889, E4.1765830555556 - N51.578693888889, E4.2082219444444 - N51.578693888889, E4.2082219444444 - N51.611583055556, E4.1925 - N51.611583055556, E4.1925 - N51.612028055556, E4.125 - N51.612028055556, E4.125 - N51.632443888889, E4.0974438888889 - N51.632443888889, E4.0974438888889 - N51.647443888889, E4.1041388888889 - N51.647443888889, E4.1041388888889 - N51.654528055556, E4.1333061111111 - N51.654528055556, E4.1333061111111 - N51.632861111111, E4.1999438888889 - N51.632861111111, E4.1999438888889 - N51.631166944444, E4.2732780555556 - N51.631166944444, E4.2732780555556 - N51.65825, E4.3741111111111 - N51.65825, E4.3741111111111 - N51.701193888889, E4.4215561111111 - N51.701193888889, E4.4215561111111 - N51.6845, E4.5549438888889 - N51.6845, E4.5549438888889 - N51.713278055556, E4.64575 -line2 = - N51.726193888889, E4.6365561111111 - N51.700361111111, E4.5248888888889 - N51.700361111111, E4.5248888888889 - N51.720333055556, E4.4016388888889 - N51.720333055556, E4.4016388888889 - N51.767028055556, E4.2466388888889 - N51.767028055556, E4.2466388888889 - N51.777416944444, E4.2308330555556 - N51.777416944444, E4.2308330555556 - N51.784943888889, E4.2458611111111 - N51.784943888889, E4.2458611111111 - N51.817861111111, E4.1599719444444 - N51.817861111111, E4.1599719444444 - N51.836193888889, E4.0565830555556 - N51.836193888889, E4.0565830555556 - N51.851611111111, E4.0641388888889 - N51.851611111111, E4.0641388888889 - N51.88825, E4.0257780555556 - N51.88825, E4.0257780555556 - N51.914943888889, E4.0541669444444 - N51.914943888889, E4.0541669444444 - N51.915721944444, E4.0308330555556 - N51.915721944444, E4.0308330555556 - N51.963278055556, E4.0075280555556 - N51.963278055556, E4.0075280555556 - N51.983638888889, E4.0399719444444 - N51.983638888889, E4.0399719444444 - N51.974083055556, E4.0808061111111 - N51.974083055556, E4.0808061111111 - N51.962861111111, E4.0799719444444 - N51.962861111111, E4.0799719444444 - N51.969916944444, E4.0625 - N51.969916944444, E4.0625 - N51.943278055556, E4.0724719444444 - N51.943278055556, E4.0724719444444 - N51.9345, E4.0465830555556 - N51.9345, E4.0465830555556 - N51.944083055556, E4.0891388888889 - N51.944083055556, E4.0891388888889 - N51.9695, E4.0966669444444 - N51.9695, E4.0966669444444 - N51.963028055556, E4.1346111111111 - N51.963028055556, E4.1346111111111 - N51.984888888889, E4.0907780555556 - N51.984888888889, E4.0907780555556 - N52.000778055556, E4.1341388888889 - N52.000778055556, E4.1341388888889 - N52.170861111111, E4.3575280555556 - N52.170861111111, E4.3575280555556 - N52.348333055556, E4.5091388888889 - N52.348333055556, E4.5091388888889 - N52.463333055556, E4.5708330555556 - N52.463333055556, E4.5708330555556 - N52.474138888889, E4.6107780555556 - N52.474138888889, E4.6107780555556 - N52.469138888889, E4.5708611111111 - N52.469138888889, E4.5708611111111 - N52.736638888889, E4.6424438888889 - N52.736638888889, E4.6424438888889 - N52.967056111111, E4.7333330555556 - N52.967056111111, E4.7333330555556 - N52.969556111111, E4.7816669444444 - N52.969556111111, E4.7816669444444 - N52.952111111111, E4.7916111111111 - N52.952111111111, E4.7916111111111 - N52.9675, E4.8041669444444 - N52.9675, E4.8041669444444 - N52.913278055556, E4.8141111111111 - N52.913278055556, E4.8141111111111 - N52.892056111111, E4.8749438888889 - N52.892056111111, E4.8749438888889 - N52.908693888889, E4.9416938888889 - N52.908693888889, E4.9416938888889 - N52.932861111111, E4.9716669444444 - N52.932861111111, E4.9716669444444 - N52.940388888889, E5.0365830555556 - N52.940388888889, E5.0365830555556 - N52.849111111111, E5.1207780555556 - N52.849111111111, E5.1207780555556 - N52.781611111111, E5.1091111111111 - N52.781611111111, E5.1091111111111 - N52.758333055556, E5.1274719444444 - N52.758333055556, E5.1274719444444 - N52.740361111111, E5.155 - N52.740361111111, E5.155 - N52.757888888889, E5.1949169444444 - N52.757888888889, E5.1949169444444 - N52.741638888889, E5.2908061111111 - N52.741638888889, E5.2908061111111 - N52.704111111111, E5.3024719444444 - N52.704111111111, E5.3024719444444 - N52.686611111111, E5.2508061111111 - N52.686611111111, E5.2508061111111 - N52.658278055556, E5.2424719444444 - N52.658278055556, E5.2424719444444 - N52.637028055556, E5.2032219444444 - N52.637028055556, E5.2032219444444 - N52.620388888889, E5.1333330555556 - N52.620388888889, E5.1333330555556 - N52.642888888889, E5.08825 - N52.642888888889, E5.08825 - N52.629943888889, E5.0207219444444 - N52.629943888889, E5.0207219444444 - N52.569111111111, E5.0358330555556 - N52.569111111111, E5.0358330555556 - N52.507471944444, E5.0908061111111 - N52.507471944444, E5.0908061111111 - N52.485778055556, E5.0640561111111 - N52.485778055556, E5.0640561111111 - N52.467471944444, E5.0724438888889 - N52.467471944444, E5.0724438888889 - N52.465778055556, E5.0390830555556 - N52.465778055556, E5.0390830555556 - N52.444138888889, E5.0558611111111 - N52.444138888889, E5.0558611111111 - N52.441193888889, E5.0866388888889 - N52.441193888889, E5.0866388888889 - N52.491193888889, E5.0999438888889 - N52.491193888889, E5.0999438888889 - N52.4675, E5.1107780555556 - N52.4675, E5.1107780555556 - N52.461638888889, E5.1408061111111 - N52.461638888889, E5.1408061111111 - N52.449138888889, E5.1024438888889 - N52.449138888889, E5.1024438888889 - N52.372, E5.0165830555556 - N52.372, E5.0165830555556 - N52.384166944444, E4.9308061111111 - N52.384166944444, E4.9308061111111 - N52.368693888889, E4.9583061111111 - N52.368693888889, E4.9583061111111 - N52.377746111111, E4.9660138888889 - N52.377746111111, E4.9660138888889 - N52.337028055556, E5.0349438888889 - N52.337028055556, E5.0349438888889 - N52.341166944444, E5.0983330555556 - N52.341166944444, E5.0983330555556 - N52.306193888889, E5.17325 - N52.306193888889, E5.17325 - N52.310333055556, E5.2532780555556 - N52.310333055556, E5.2532780555556 - N52.326221944444, E5.2566111111111 - N52.326221944444, E5.2566111111111 - N52.332888888889, E5.2199438888889 - N52.332888888889, E5.2199438888889 - N52.326638888889, E5.1408061111111 - N52.326638888889, E5.1408061111111 - N52.381638888889, E5.1191111111111 - N52.381638888889, E5.1191111111111 - N52.506166944444, E5.4216388888889 - N52.506166944444, E5.4216388888889 - N52.554556111111, E5.4598888888889 - N52.554556111111, E5.4598888888889 - N52.557083055556, E5.4949719444444 - N52.557083055556, E5.4949719444444 - N52.59875, E5.5649438888889 - N52.59875, E5.5649438888889 - N52.612028055556, E5.6383330555556 - N52.612028055556, E5.6383330555556 - N52.582888888889, E5.7616388888889 - N52.582888888889, E5.7616388888889 - N52.584138888889, E5.8441388888889 - N52.584138888889, E5.8441388888889 - N52.61275, E5.8421388888889 - N52.61275, E5.8421388888889 - N52.612861111111, E5.655 - N52.612861111111, E5.655 - N52.661638888889, E5.5875280555556 - N52.661638888889, E5.5875280555556 - N52.768306111111, E5.5958061111111 - N52.768306111111, E5.5958061111111 - N52.830778055556, E5.6625280555556 - N52.830778055556, E5.6625280555556 - N52.841638888889, E5.7125 - N52.841638888889, E5.7125 - N52.84125, E5.6666388888889 - N52.84125, E5.6666388888889 - N52.859556111111, E5.6466388888889 - N52.859556111111, E5.6466388888889 - N52.833721944444, E5.5699169444444 - N52.833721944444, E5.5699169444444 - N52.854556111111, E5.46825 - N52.854556111111, E5.46825 - N52.847888888889, E5.42325 - N52.847888888889, E5.42325 - N52.880778055556, E5.3574169444444 - N52.880778055556, E5.3574169444444 - N52.919111111111, E5.4073888888889 - N52.919111111111, E5.4073888888889 - N53.022471944444, E5.4074438888889 - N53.022471944444, E5.4074438888889 - N53.051666944444, E5.3758061111111 - N53.051666944444, E5.3758061111111 - N53.055, E5.3975 - N53.055, E5.3975 - N53.065833055556, E5.3640830555556 - N53.065833055556, E5.3640830555556 - N53.076221944444, E5.3616111111111 - N53.076221944444, E5.3616111111111 - N53.065806111111, E5.3875 - N53.065806111111, E5.3875 - N53.085833055556, E5.3774169444444 - N53.085833055556, E5.3774169444444 - N53.067056111111, E5.3399719444444 - N53.067056111111, E5.3399719444444 - N53.075833055556, E5.3341111111111 - N53.075833055556, E5.3341111111111 - N53.122471944444, E5.4007780555556 - N53.122471944444, E5.4007780555556 - N53.217471944444, E5.4408061111111 - N53.217471944444, E5.4408061111111 - N53.302888888889, E5.59 - N53.302888888889, E5.59 - N53.377916944444, E5.8633330555556 - N53.377916944444, E5.8633330555556 - N53.39625, E5.8783330555556 - N53.39625, E5.8783330555556 - N53.386221944444, E5.9166111111111 - N53.386221944444, E5.9166111111111 - N53.415388888889, E6.1883611111111 - N53.415388888889, E6.1883611111111 - N53.399138888889, E6.16075 - N53.399138888889, E6.16075 - N53.336666944444, E6.1791388888889 - N53.336666944444, E6.1791388888889 - N53.357056111111, E6.1866669444444 - N53.357056111111, E6.1866669444444 - N53.344556111111, E6.2016111111111 - N53.344556111111, E6.2016111111111 - N53.355416944444, E6.2166388888889 - N53.355416944444, E6.2166388888889 - N53.33625, E6.2965830555556 - N53.33625, E6.2965830555556 - N53.354795, E6.2387319444444 - N53.354795, E6.2387319444444 - N53.369556111111, E6.2433061111111 - N53.369556111111, E6.2433061111111 - N53.364971944444, E6.1908061111111 - N53.364971944444, E6.1908061111111 - N53.37375, E6.1832780555556 - N53.37375, E6.1832780555556 - N53.374971944444, E6.2308330555556 - N53.374971944444, E6.2308330555556 - N53.379111111111, E6.1857780555556 - N53.379111111111, E6.1857780555556 - N53.384166944444, E6.2008330555556 - N53.384166944444, E6.2008330555556 - N53.385, E6.1825280555556 - N53.385, E6.1825280555556 - N53.403306111111, E6.1824719444444 - N53.403306111111, E6.1824719444444 - N53.390361111111, E6.2516111111111 - N53.390361111111, E6.2516111111111 - N53.407443888889, E6.19575 - N53.407443888889, E6.19575 - N53.417056111111, E6.2549438888889 - N53.417056111111, E6.2549438888889 - N53.395416944444, E6.3099438888889 - N53.395416944444, E6.3099438888889 - N53.462056111111, E6.6900280555556 - N53.462056111111, E6.6900280555556 - N53.464556111111, E6.8133061111111 - N53.464556111111, E6.8133061111111 - N53.441638888889, E6.8791388888889 - N53.441638888889, E6.8791388888889 - N53.349971944444, E6.9024719444444 - N53.349971944444, E6.9024719444444 - N53.305806111111, E7.0220561111111 - N53.305806111111, E7.0220561111111 - N53.30775, E7.0995280555556 - N53.30775, E7.0995280555556 - N53.296916944444, E7.0795280555556 - N53.296916944444, E7.0795280555556 - N53.257278055556, E7.0954169444444 - N53.257278055556, E7.0954169444444 - N53.237916944444, E7.2085561111111 - N53.237916944444, E7.2085561111111 - N53.32, E7.2478330555556 - N53.32, E7.2478330555556 - N53.3195, E7.3351388888889 - N53.3195, E7.3351388888889 - N53.288916944444, E7.396 - N53.288916944444, E7.396 - N53.239721944444, E7.3959438888889 - N53.239721944444, E7.3959438888889 - N53.222528055556, E7.4284438888889 - N53.222528055556, E7.4284438888889 - N53.238, E7.3993330555556 - N53.238, E7.3993330555556 - N53.291416944444, E7.3976111111111 - N53.291416944444, E7.3976111111111 - N53.322, E7.3385 - N53.322, E7.3385 - N53.3375, E7.0254438888889 - N53.3375, E7.0254438888889 - N53.347971944444, E7.0096938888889 - N53.347971944444, E7.0096938888889 - N53.4865, E7.0297219444444 - N53.4865, E7.0297219444444 - N53.517721944444, E7.0605561111111 - N53.517721944444, E7.0605561111111 - N53.506833055556, E7.1038611111111 - N53.506833055556, E7.1038611111111 - N53.516416944444, E7.1213330555556 - N53.516416944444, E7.1213330555556 - N53.523943888889, E7.1063330555556 - N53.523943888889, E7.1063330555556 - N53.534693888889, E7.1480280555556 - N53.534693888889, E7.1480280555556 - N53.5715, E7.08975 - N53.5715, E7.08975 - N53.585721944444, E7.0930280555556 - N53.585721944444, E7.0930280555556 - N53.664, E7.223 - N53.664, E7.223 - N53.681833055556, E7.2871669444444 - N53.681833055556, E7.2871669444444 - N53.6865, E7.4720830555556 - N53.6865, E7.4720830555556 - N53.67225, E7.5253888888889 - N53.67225, E7.5253888888889 - N53.702861111111, E7.6936111111111 - N53.702861111111, E7.6936111111111 - N53.718306111111, E7.9567219444444 - N53.718306111111, E7.9567219444444 - N53.704166944444, E8.0340830555556 - N53.704166944444, E8.0340830555556 - N53.687471944444, E8.0174438888889 - N53.687471944444, E8.0174438888889 - N53.644971944444, E8.0408061111111 - N53.644971944444, E8.0408061111111 - N53.647528055556, E8.0824438888889 - N53.647528055556, E8.0824438888889 - N53.559971944444, E8.16075 -line3 = - N53.515416944444, E8.1483061111111 - N53.506638888889, E8.0607780555556 - N53.506638888889, E8.0607780555556 - N53.468306111111, E8.0691938888889 - N53.468306111111, E8.0691938888889 - N53.446221944444, E8.0999719444444 -line4 = - N52.999166944444, E4.7707780555556 - N52.998306111111, E4.7708330555556 - N52.998306111111, E4.7708330555556 - N52.987056111111, E4.7282780555556 - N52.987056111111, E4.7282780555556 - N52.996638888889, E4.7141669444444 - N52.996638888889, E4.7141669444444 - N53.0675, E4.7208061111111 - N53.0675, E4.7208061111111 - N53.183721944444, E4.8583330555556 - N53.183721944444, E4.8583330555556 - N53.134166944444, E4.9091669444444 - N53.134166944444, E4.9091669444444 - N53.080806111111, E4.9008330555556 - N53.080806111111, E4.9008330555556 - N53.004971944444, E4.7958330555556 - N53.004971944444, E4.7958330555556 - N53.01, E4.7525 - N53.01, E4.7525 - N52.999166944444, E4.7707780555556 -line5 = - N53.362443888889, E5.1524719444444 - N53.368333055556, E5.1524719444444 - N53.368333055556, E5.1524719444444 - N53.402083055556, E5.2016669444444 - N53.402083055556, E5.2016669444444 - N53.451221944444, E5.5233611111111 - N53.451221944444, E5.5233611111111 - N53.4475, E5.5741111111111 - N53.4475, E5.5741111111111 - N53.423721944444, E5.4649438888889 - N53.423721944444, E5.4649438888889 - N53.414556111111, E5.4715830555556 - N53.414556111111, E5.4715830555556 - N53.419583055556, E5.4466388888889 - N53.419583055556, E5.4466388888889 - N53.404556111111, E5.4583061111111 - N53.404556111111, E5.4583061111111 - N53.40375, E5.3916669444444 - N53.40375, E5.3916669444444 - N53.377083055556, E5.3249719444444 - N53.377083055556, E5.3249719444444 - N53.36625, E5.2216669444444 - N53.36625, E5.2216669444444 - N53.342888888889, E5.1849719444444 - N53.342888888889, E5.1849719444444 - N53.362443888889, E5.1524719444444 -line6 = - N53.444971944444, E5.6091669444444 - N53.450806111111, E5.6091388888889 - N53.450806111111, E5.6091388888889 - N53.470416944444, E5.6283330555556 - N53.470416944444, E5.6283330555556 - N53.459583055556, E5.6916669444444 - N53.459583055556, E5.6916669444444 - N53.462471944444, E5.9691111111111 - N53.462471944444, E5.9691111111111 - N53.434583055556, E5.7733611111111 - N53.434583055556, E5.7733611111111 - N53.442916944444, E5.7266669444444 - N53.442916944444, E5.7266669444444 - N53.424556111111, E5.6799719444444 - N53.424556111111, E5.6799719444444 - N53.425388888889, E5.6399719444444 - N53.425388888889, E5.6399719444444 - N53.444971944444, E5.6091669444444 -line7 = - N53.466611111111, E6.1191388888889 - N53.4725, E6.1191111111111 - N53.4725, E6.1191111111111 - N53.498721944444, E6.1583330555556 - N53.498721944444, E6.1583330555556 - N53.504166944444, E6.3375280555556 - N53.504166944444, E6.3375280555556 - N53.476221944444, E6.2432780555556 - N53.476221944444, E6.2432780555556 - N53.47125, E6.1599719444444 - N53.47125, E6.1599719444444 - N53.450388888889, E6.1266388888889 - N53.450388888889, E6.1266388888889 - N53.466611111111, E6.1191388888889 -line8 = - N53.288721944444, E5 - N53.28875, E5.0016388888889 - N53.28875, E5.0016388888889 - N53.307083055556, E5.0582780555556 - N53.307083055556, E5.0582780555556 - N53.303278055556, E5.0991669444444 - N53.303278055556, E5.0991669444444 - N53.267083055556, E4.9749719444444 - N53.267083055556, E4.9749719444444 - N53.2475, E4.9824169444444 - N53.2475, E4.9824169444444 - N53.214583055556, E4.9183330555556 - N53.214583055556, E4.9183330555556 - N53.2175, E4.8524719444444 - N53.2175, E4.8524719444444 - N53.288721944444, E5 -line9 = - N53.583306111111, E6.6575280555556 - N53.595833055556, E6.6575 - N53.595833055556, E6.6575 - N53.623721944444, E6.74325 - N53.623721944444, E6.74325 - N53.604943888889, E6.8141388888889 - N53.604943888889, E6.8141388888889 - N53.583333055556, E6.7174719444444 - N53.583333055556, E6.7174719444444 - N53.5675, E6.7590830555556 - N53.5675, E6.7590830555556 - N53.557888888889, E6.7516388888889 - N53.557888888889, E6.7516388888889 - N53.583306111111, E6.6575280555556 -line10 = - N53.709193888889, E7.1398061111111 - N53.711693888889, E7.13975 - N53.711693888889, E7.13975 - N53.726166944444, E7.2005561111111 - N53.726166944444, E7.2005561111111 - N53.723833055556, E7.3480280555556 - N53.723833055556, E7.3480280555556 - N53.706056111111, E7.2572219444444 - N53.706056111111, E7.2572219444444 - N53.699528055556, E7.1538888888889 - N53.699528055556, E7.1538888888889 - N53.709193888889, E7.1398061111111 -line11 = - N53.733721944444, E7.4646111111111 - N53.734528055556, E7.4645830555556 - N53.734528055556, E7.4645830555556 - N53.758278055556, E7.4921111111111 - N53.758278055556, E7.4921111111111 - N53.752638888889, E7.6312219444444 - N53.752638888889, E7.6312219444444 - N53.742193888889, E7.6270280555556 - N53.742193888889, E7.6270280555556 - N53.746528055556, E7.517 - N53.746528055556, E7.517 - N53.724028055556, E7.497 - N53.724028055556, E7.497 - N53.733721944444, E7.4646111111111 -line12 = - N53.75675, E7.6661388888889 - N53.762556111111, E7.6661388888889 - N53.762556111111, E7.6661388888889 - N53.781306111111, E7.70025 - N53.781306111111, E7.70025 - N53.777416944444, E7.8143611111111 - N53.777416944444, E7.8143611111111 - N53.760361111111, E7.7585830555556 - N53.760361111111, E7.7585830555556 - N53.75675, E7.6661388888889 -line13 = - N53.675361111111, E7 - N53.675388888889, E6.9966111111111 - N53.675388888889, E6.9966111111111 - N53.665806111111, E6.8741388888889 - N53.665806111111, E6.8741388888889 - N53.683388888889, E7.0931388888889 - N53.683388888889, E7.0931388888889 - N53.675361111111, E7 -line14 = - N53.635, E6.8657780555556 - N53.637443888889, E6.86575 - N53.637443888889, E6.86575 - N53.655416944444, E6.8833061111111 - N53.655416944444, E6.8833061111111 - N53.647471944444, E6.9257780555556 - N53.647471944444, E6.9257780555556 - N53.623721944444, E6.8999719444444 - N53.623721944444, E6.8999719444444 - N53.635, E6.8657780555556 -line15 = - N53.789056111111, E7.8476669444444 - N53.791556111111, E7.8476938888889 - N53.791556111111, E7.8476938888889 - N53.796028055556, E7.9118061111111 - N53.796028055556, E7.9118061111111 - N53.777971944444, E7.9742219444444 - N53.777971944444, E7.9742219444444 - N53.788556111111, E7.8751669444444 - N53.788556111111, E7.8751669444444 - N53.775193888889, E7.8685 - N53.775193888889, E7.8685 - N53.789056111111, E7.8476669444444 -line16 = - N53.727166944444, E7.3612780555556 - N53.730528055556, E7.3613330555556 - N53.730528055556, E7.3613330555556 - N53.738388888889, E7.3987780555556 - N53.738388888889, E7.3987780555556 - N53.722861111111, E7.4379438888889 - N53.722861111111, E7.4379438888889 - N53.727166944444, E7.3612780555556 -line17 = - N53.538306111111, E6.4341111111111 - N53.548306111111, E6.4340830555556 - N53.548306111111, E6.4340830555556 - N53.534166944444, E6.5058611111111 - N53.534166944444, E6.5058611111111 - N53.538306111111, E6.4341111111111 -line18 = - N53.539166944444, E6.5674719444444 - N53.543333055556, E6.5674169444444 - N53.543333055556, E6.5674169444444 - N53.547471944444, E6.6141669444444 - N53.547471944444, E6.6141669444444 - N53.533721944444, E6.5916388888889 - N53.533721944444, E6.5916388888889 - N53.539166944444, E6.5674719444444 -line19 = - N53.456638888889, E6.0340830555556 - N53.458306111111, E6.0341669444444 - N53.458306111111, E6.0341669444444 - N53.451638888889, E6.0624719444444 - N53.451638888889, E6.0624719444444 - N53.442888888889, E6.0432780555556 - N53.442888888889, E6.0432780555556 - N53.456638888889, E6.0340830555556 -line20 = - N53.291638888889, E5.1208061111111 - N53.294971944444, E5.1207780555556 - N53.294971944444, E5.1207780555556 - N53.304971944444, E5.1508061111111 - N53.304971944444, E5.1508061111111 - N53.291638888889, E5.1208061111111 -line21 = - N53.5925, E6.8508611111111 - N53.597443888889, E6.8508061111111 - N53.597443888889, E6.8508061111111 - N53.599971944444, E6.8708061111111 - N53.599971944444, E6.8708061111111 - N53.5925, E6.8508611111111 -line22 = - N53.5225, E6.5625 - N53.527471944444, E6.5625 - N53.527471944444, E6.5625 - N53.523361111111, E6.5791938888889 - N53.523361111111, E6.5791938888889 - N53.5225, E6.5625 -line23 = - N53.518278055556, E6.3875 - N53.518693888889, E6.3883611111111 - N53.518693888889, E6.3883611111111 - N53.516666944444, E6.4074438888889 - N53.516666944444, E6.4074438888889 - N53.518278055556, E6.3875 -line24 = - N50.787943888889, E0 - N50.787888888889, W0.005 - N50.787888888889, W0.005 - N50.812056111111, W0.1 - N50.812056111111, W0.1 - N50.830416944444, W0.27833305555556 - N50.830416944444, W0.27833305555556 - N50.824971944444, W0.25088888888889 - N50.824971944444, W0.25088888888889 - N50.803693888889, W0.39166694444444 - N50.803693888889, W0.39166694444444 - N50.807083055556, W0.54838888888889 - N50.807083055556, W0.54838888888889 - N50.756221944444, W0.75338888888889 - N50.756221944444, W0.75338888888889 - N50.770443888889, W0.76502805555556 - N50.770443888889, W0.76502805555556 - N50.76, W0.78416694444444 - N50.76, W0.78416694444444 - N50.753333055556, W0.75427805555556 - N50.753333055556, W0.75427805555556 - N50.720443888889, W0.79333305555556 - N50.720443888889, W0.79333305555556 - N50.778278055556, W0.91752805555556 - N50.778278055556, W0.91752805555556 - N50.80625, W0.88166694444444 - N50.80625, W0.88166694444444 - N50.802888888889, W0.82838888888889 - N50.802888888889, W0.82838888888889 - N50.829556111111, W0.81333305555556 - N50.829556111111, W0.81333305555556 - N50.807036944444, W0.85294888888889 - N50.807036944444, W0.85294888888889 - N50.815, W0.87252805555556 - N50.815, W0.87252805555556 - N50.835, W0.86080611111111 - N50.835, W0.86080611111111 - N50.810361111111, W0.88166694444444 - N50.810361111111, W0.88166694444444 - N50.835806111111, W0.89583305555556 - N50.835806111111, W0.89583305555556 - N50.837056111111, W0.91672194444444 - N50.837056111111, W0.91672194444444 - N50.801193888889, W0.91505611111111 - N50.801193888889, W0.91505611111111 - N50.813333055556, W0.94588888888889 - N50.813333055556, W0.94588888888889 - N50.834166944444, W0.93758305555556 - N50.834166944444, W0.93758305555556 - N50.829138888889, W0.92247194444444 - N50.829138888889, W0.92247194444444 - N50.84375, W0.93336111111111 - N50.84375, W0.93336111111111 - N50.842916944444, W1.0050830555556 - N50.842916944444, W1.0050830555556 - N50.82375, W1.0300561111111 - N50.82375, W1.0300561111111 - N50.827083055556, W1.0899719444444 - N50.827083055556, W1.0899719444444 - N50.843778055556, W1.1084169444444 - N50.843778055556, W1.1084169444444 - N50.832916944444, W1.1216669444444 - N50.832916944444, W1.1216669444444 - N50.84375, W1.1783061111111 - N50.84375, W1.1783061111111 - N50.794138888889, W1.1191669444444 - N50.794138888889, W1.1191669444444 - N50.783306111111, W1.1408611111111 - N50.783306111111, W1.1408611111111 - N50.789166944444, W1.1142219444444 - N50.789166944444, W1.1142219444444 - N50.77125, W1.1450561111111 - N50.77125, W1.1450561111111 - N50.838306111111, W1.3108330555556 - N50.838306111111, W1.3108330555556 - N50.879556111111, W1.3033888888889 - N50.879556111111, W1.3033888888889 - N50.847471944444, W1.3125830555556 - N50.847471944444, W1.3125830555556 - N50.847028055556, W1.33 - N50.847028055556, W1.33 - N50.894583055556, W1.3883611111111 - N50.894583055556, W1.3883611111111 - N50.88125, W1.3983888888889 - N50.88125, W1.3983888888889 - N50.91625, W1.4800280555556 - N50.91625, W1.4800280555556 - N50.841638888889, W1.3608611111111 - N50.841638888889, W1.3608611111111 - N50.841611111111, W1.3341669444444 - N50.841611111111, W1.3341669444444 - N50.815028055556, W1.3308888888889 - N50.815028055556, W1.3308888888889 - N50.819166944444, W1.3091938888889 - N50.819166944444, W1.3091938888889 - N50.783721944444, W1.3433330555556 - N50.783721944444, W1.3433330555556 - N50.783693888889, W1.4117219444444 - N50.783693888889, W1.4117219444444 - N50.770833055556, W1.3975561111111 - N50.770833055556, W1.3975561111111 - N50.757056111111, W1.5300280555556 - N50.757056111111, W1.5300280555556 - N50.734111111111, W1.5325280555556 - N50.734111111111, W1.5325280555556 - N50.714166944444, W1.5758888888889 - N50.714166944444, W1.5758888888889 - N50.70375, W1.5516669444444 - N50.70375, W1.5516669444444 - N50.734556111111, W1.6950561111111 - N50.734556111111, W1.6950561111111 - N50.722083055556, W1.7433330555556 - N50.722083055556, W1.7433330555556 - N50.729166944444, W1.7825561111111 - N50.729166944444, W1.7825561111111 - N50.72, W1.7408888888889 - N50.72, W1.7408888888889 - N50.710388888889, W1.7500280555556 - N50.710388888889, W1.7500280555556 - N50.712943888889, W1.8833611111111 - N50.712943888889, W1.8833611111111 - N50.68375, W1.9516388888889 - N50.68375, W1.9516388888889 - N50.698361111111, W1.9358611111111 - N50.698361111111, W1.9358611111111 - N50.715, W1.9591388888889 - N50.715, W1.9591388888889 - N50.712056111111, W1.9867219444444 - N50.712056111111, W1.9867219444444 - N50.734556111111, W2.0033330555556 - N50.734556111111, W2.0033330555556 - N50.709138888889, W1.9875 - N50.709138888889, W1.9875 - N50.709556111111, W2.0167219444444 - N50.709556111111, W2.0167219444444 - N50.730443888889, W2.0434169444444 - N50.730443888889, W2.0434169444444 - N50.7125, W2.0408611111111 - N50.7125, W2.0408611111111 - N50.712471944444, W2.0675830555556 - N50.712471944444, W2.0675830555556 - N50.686666944444, W2.0824719444444 - N50.686666944444, W2.0824719444444 - N50.707056111111, W2.0334169444444 - N50.707056111111, W2.0334169444444 - N50.699971944444, W2.0191938888889 - N50.699971944444, W2.0191938888889 - N50.668778055556, W2.045 - N50.668778055556, W2.045 - N50.681221944444, W2.0166938888889 - N50.681221944444, W2.0166938888889 - N50.668721944444, W2.0016938888889 - N50.668721944444, W2.0016938888889 - N50.677056111111, W1.9817219444444 - N50.677056111111, W1.9817219444444 - N50.662916944444, W1.9767219444444 - N50.662916944444, W1.9767219444444 - N50.679971944444, W1.9492219444444 - N50.679971944444, W1.9492219444444 - N50.6475, W1.9508330555556 - N50.6475, W1.9508330555556 - N50.641638888889, W1.9241938888889 - N50.641638888889, W1.9241938888889 - N50.620806111111, W1.9558330555556 - N50.620806111111, W1.9558330555556 - N50.594166944444, W1.9525561111111 - N50.594166944444, W1.9525561111111 - N50.575388888889, W2.0583611111111 - N50.575388888889, W2.0583611111111 - N50.59125, W2.0683611111111 - N50.59125, W2.0683611111111 - N50.621221944444, W2.1983888888889 - N50.621221944444, W2.1983888888889 - N50.614556111111, W2.2450830555556 - N50.614556111111, W2.2450830555556 - N50.63375, W2.4266938888889 - N50.63375, W2.4266938888889 - N50.616638888889, W2.4508611111111 - N50.616638888889, W2.4508611111111 - N50.594943888889, W2.4325561111111 - N50.594943888889, W2.4325561111111 - N50.599556111111, W2.4516938888889 - N50.599556111111, W2.4516938888889 - N50.581638888889, W2.4691938888889 - N50.581638888889, W2.4691938888889 - N50.569166944444, W2.4225280555556 - N50.569166944444, W2.4225280555556 - N50.549138888889, W2.4158888888889 - N50.549138888889, W2.4158888888889 - N50.512888888889, W2.4566388888889 - N50.512888888889, W2.4566388888889 - N50.559193888889, W2.4509169444444 - N50.559193888889, W2.4509169444444 - N50.587471944444, W2.4908611111111 - N50.587471944444, W2.4908611111111 - N50.656193888889, W2.6217219444444 - N50.656193888889, W2.6217219444444 - N50.71625, W2.7934169444444 - N50.71625, W2.7934169444444 - N50.732111111111, W2.9100280555556 - N50.732111111111, W2.9100280555556 - N50.702888888889, W2.9833611111111 - N50.702888888889, W2.9833611111111 - N50.70125, W3.0783330555556 - N50.70125, W3.0783330555556 - N50.682083055556, W3.0983330555556 - N50.682083055556, W3.0983330555556 - N50.677056111111, W3.2266669444444 - N50.677056111111, W3.2266669444444 - N50.605388888889, W3.3600280555556 - N50.605388888889, W3.3600280555556 - N50.615806111111, W3.4275 - N50.615806111111, W3.4275 - N50.631638888889, W3.4192219444444 - N50.631638888889, W3.4192219444444 - N50.687056111111, W3.4766938888889 - N50.687056111111, W3.4766938888889 - N50.604138888889, W3.4424719444444 - N50.604138888889, W3.4424719444444 - N50.606666944444, W3.4258061111111 - N50.606666944444, W3.4258061111111 - N50.538721944444, W3.4967219444444 - N50.538721944444, W3.4967219444444 - N50.5375, W3.58425 - N50.5375, W3.58425 - N50.536638888889, W3.4975 - N50.536638888889, W3.4975 - N50.479971944444, W3.5141669444444 - N50.479971944444, W3.5141669444444 - N50.459971944444, W3.4808611111111 - N50.459971944444, W3.4808611111111 - N50.4575, W3.5375561111111 - N50.4575, W3.5375561111111 - N50.424138888889, W3.5608611111111 - N50.424138888889, W3.5608611111111 - N50.401278055556, W3.5450280555556 - N50.401278055556, W3.5450280555556 - N50.398333055556, W3.4825561111111 - N50.398333055556, W3.4825561111111 - N50.344166944444, W3.5192219444444 - N50.344166944444, W3.5192219444444 - N50.336693888889, W3.5558888888889 - N50.336693888889, W3.5558888888889 - N50.382983888889, W3.5876838888889 - N50.382983888889, W3.5876838888889 - N50.389971944444, W3.5792219444444 - N50.389971944444, W3.5792219444444 - N50.397056111111, W3.6333611111111 - N50.397056111111, W3.6333611111111 - N50.402528055556, W3.6358330555556 - N50.402528055556, W3.6358330555556 - N50.39125, W3.66 - N50.39125, W3.66 - N50.3875, W3.5941938888889 - N50.3875, W3.5941938888889 - N50.334193888889, W3.5641669444444 - N50.334193888889, W3.5641669444444 - N50.290833055556, W3.6408611111111 - N50.290833055556, W3.6408611111111 - N50.239971944444, W3.6592219444444 - N50.239971944444, W3.6592219444444 - N50.218693888889, W3.6433611111111 - N50.218693888889, W3.6433611111111 - N50.199556111111, W3.7233611111111 - N50.199556111111, W3.7233611111111 - N50.218721944444, W3.7683330555556 - N50.218721944444, W3.7683330555556 - N50.232568055556, W3.7643619444444 - N50.232568055556, W3.7643619444444 - N50.241638888889, W3.73425 - N50.241638888889, W3.73425 - N50.23875, W3.7567219444444 - N50.23875, W3.7567219444444 - N50.25, W3.7575280555556 - N50.25, W3.7575280555556 - N50.265833055556, W3.7274719444444 - N50.265833055556, W3.7274719444444 - N50.252888888889, W3.7583611111111 - N50.252888888889, W3.7583611111111 - N50.278693888889, W3.7766938888889 - N50.278693888889, W3.7766938888889 - N50.261638888889, W3.7675 - N50.261638888889, W3.7675 - N50.2525, W3.7858061111111 - N50.2525, W3.7858061111111 - N50.237471944444, W3.7608888888889 - N50.237471944444, W3.7608888888889 - N50.20625, W3.7900280555556 - N50.20625, W3.7900280555556 - N50.212916944444, W3.8183330555556 - N50.212916944444, W3.8183330555556 - N50.24, W3.8725 - N50.24, W3.8725 - N50.2575, W3.8608888888889 - N50.2575, W3.8608888888889 - N50.274971944444, W3.8841938888889 - N50.274971944444, W3.8841938888889 - N50.287471944444, W3.8625 - N50.287471944444, W3.8625 - N50.278721944444, W3.8950561111111 - N50.278721944444, W3.8950561111111 - N50.294138888889, W3.9441938888889 - N50.294138888889, W3.9441938888889 - N50.328721944444, W3.9350561111111 - N50.328721944444, W3.9350561111111 - N50.30125, W3.9617219444444 - N50.30125, W3.9617219444444 - N50.292056111111, W4.0516938888889 - N50.292056111111, W4.0516938888889 - N50.304138888889, W4.0775561111111 - N50.304138888889, W4.0775561111111 - N50.312056111111, W4.055 - N50.312056111111, W4.055 - N50.317471944444, W4.1225561111111 - N50.317471944444, W4.1225561111111 - N50.358306111111, W4.1342219444444 - N50.358306111111, W4.1342219444444 - N50.361666944444, W4.1125280555556 - N50.361666944444, W4.1125280555556 - N50.362056111111, W4.1833330555556 - N50.362056111111, W4.1833330555556 - N50.391638888889, W4.1875561111111 - N50.391638888889, W4.1875561111111 - N50.397471944444, W4.2142219444444 - N50.397471944444, W4.2142219444444 - N50.390361111111, W4.2283330555556 - N50.390361111111, W4.2283330555556 - N50.369138888889, W4.1942219444444 - N50.369138888889, W4.1942219444444 - N50.362471944444, W4.2358330555556 - N50.362471944444, W4.2358330555556 - N50.355806111111, W4.1958611111111 - N50.355806111111, W4.1958611111111 - N50.345388888889, W4.2083611111111 - N50.345388888889, W4.2083611111111 - N50.35875, W4.1766388888889 - N50.35875, W4.1766388888889 - N50.344971944444, W4.1658611111111 - N50.344971944444, W4.1658611111111 - N50.331666944444, W4.2008611111111 - N50.331666944444, W4.2008611111111 - N50.315833055556, W4.1892219444444 - N50.315833055556, W4.1892219444444 - N50.30875, W4.2233888888889 - N50.30875, W4.2233888888889 - N50.33, W4.2291938888889 - N50.33, W4.2291938888889 - N50.359583055556, W4.3167780555556 - N50.359583055556, W4.3167780555556 - N50.35875, W4.4366938888889 - N50.35875, W4.4366938888889 - N50.330388888889, W4.475 - N50.330388888889, W4.475 - N50.322056111111, W4.5366669444444 - N50.322056111111, W4.5366669444444 - N50.322111111111, W4.6333611111111 - N50.322111111111, W4.6333611111111 - N50.332888888889, W4.6333888888889 - N50.332888888889, W4.6333888888889 - N50.31125, W4.6733888888889 - N50.31125, W4.6733888888889 - N50.345388888889, W4.6983330555556 - N50.345388888889, W4.6983330555556 - N50.331278055556, W4.7567219444444 - N50.331278055556, W4.7567219444444 - N50.295833055556, W4.7541669444444 - N50.295833055556, W4.7541669444444 - N50.283306111111, W4.7858061111111 - N50.283306111111, W4.7858061111111 - N50.250806111111, W4.7708611111111 - N50.250806111111, W4.7708611111111 - N50.218306111111, W4.8009169444444 - N50.218306111111, W4.8009169444444 - N50.23375, W4.8650561111111 - N50.23375, W4.8650561111111 - N50.193721944444, W4.92 - N50.193721944444, W4.92 - N50.202916944444, W4.9516938888889 - N50.202916944444, W4.9516938888889 - N50.13625, W5.01 - N50.13625, W5.01 - N50.148306111111, W5.0191938888889 - N50.148306111111, W5.0191938888889 - N50.159166944444, W4.9942219444444 - N50.159166944444, W4.9942219444444 - N50.153278055556, W5.0291669444444 - N50.153278055556, W5.0291669444444 - N50.185833055556, W5.0158611111111 - N50.185833055556, W5.0158611111111 - N50.180806111111, W5.0291669444444 - N50.180806111111, W5.0291669444444 - N50.2, W5.0358611111111 - N50.2, W5.0358611111111 - N50.224166944444, W5.0058330555556 - N50.224166944444, W5.0058330555556 - N50.24, W5.0158330555556 - N50.24, W5.0158330555556 - N50.190443888889, W5.0600280555556 - N50.190443888889, W5.0600280555556 - N50.204556111111, W5.0683611111111 - N50.204556111111, W5.0683611111111 - N50.205388888889, W5.1083611111111 - N50.205388888889, W5.1083611111111 - N50.187471944444, W5.0558888888889 - N50.187471944444, W5.0558888888889 - N50.179971944444, W5.0758330555556 - N50.179971944444, W5.0758330555556 - N50.172471944444, W5.0458888888889 - N50.172471944444, W5.0458888888889 - N50.159193888889, W5.0541388888889 - N50.159193888889, W5.0541388888889 - N50.165806111111, W5.0958611111111 - N50.165806111111, W5.0958611111111 - N50.141638888889, W5.0408611111111 - N50.141638888889, W5.0408611111111 - N50.137471944444, W5.0774719444444 - N50.137471944444, W5.0774719444444 - N50.097916944444, W5.0983888888889 - N50.097916944444, W5.0983888888889 - N50.097056111111, W5.1383061111111 - N50.097056111111, W5.1383061111111 - N50.107916944444, W5.1383611111111 - N50.107916944444, W5.1383611111111 - N50.093778055556, W5.1616938888889 - N50.093778055556, W5.1616938888889 - N50.107916944444, W5.1633061111111 - N50.107916944444, W5.1633061111111 - N50.09125, W5.1616669444444 - N50.09125, W5.1616669444444 - N50.089971944444, W5.2091938888889 - N50.089971944444, W5.2091938888889 - N50.09125, W5.1033330555556 - N50.09125, W5.1033330555556 - N50.083306111111, W5.0775280555556 - N50.083306111111, W5.0775280555556 - N50.049138888889, W5.0591938888889 - N50.049138888889, W5.0591938888889 - N50.002888888889, W5.1033061111111 - N50.002888888889, W5.1033061111111 - N50, W5.1689169444444 - N50, W5.1689169444444 - N49.957083055556, W5.2042219444444 - N49.957083055556, W5.2042219444444 - N49.997028055556, W5.2675830555556 - N49.997028055556, W5.2675830555556 - N50.0325, W5.2658061111111 - N50.0325, W5.2658061111111 - N50.078333055556, W5.3141938888889 - N50.078333055556, W5.3141938888889 - N50.102083055556, W5.3934169444444 - N50.102083055556, W5.3934169444444 - N50.095388888889, W5.4317219444444 - N50.095388888889, W5.4317219444444 - N50.12625, W5.4900561111111 - N50.12625, W5.4900561111111 - N50.106666944444, W5.5474719444444 - N50.106666944444, W5.5474719444444 - N50.084971944444, W5.53425 - N50.084971944444, W5.53425 - N50.050388888889, W5.5766938888889 - N50.050388888889, W5.5766938888889 - N50.033721944444, W5.6817219444444 - N50.033721944444, W5.6817219444444 - N50.061666944444, W5.7158888888889 - N50.061666944444, W5.7158888888889 - N50.0875, W5.6908061111111 - N50.0875, W5.6908061111111 - N50.126638888889, W5.7108611111111 - N50.126638888889, W5.7108611111111 - N50.164166944444, W5.6758061111111 - N50.164166944444, W5.6758061111111 - N50.167111111111, W5.63 - N50.167111111111, W5.63 - N50.192083055556, W5.6016669444444 - N50.192083055556, W5.6016669444444 - N50.21875, W5.5000280555556 - N50.21875, W5.5000280555556 - N50.2175, W5.4758330555556 - N50.2175, W5.4758330555556 - N50.177083055556, W5.4366388888889 - N50.177083055556, W5.4366388888889 - N50.238333055556, W5.3975561111111 - N50.238333055556, W5.3975561111111 - N50.239556111111, W5.335 - N50.239556111111, W5.335 - N50.284138888889, W5.2458330555556 - N50.284138888889, W5.2458330555556 - N50.316638888889, W5.2375280555556 - N50.316638888889, W5.2375280555556 - N50.345833055556, W5.1558888888889 - N50.345833055556, W5.1558888888889 - N50.401666944444, W5.1508330555556 - N50.401666944444, W5.1508330555556 - N50.4025, W5.0825 - N50.4025, W5.0825 - N50.410833055556, W5.1274719444444 - N50.410833055556, W5.1274719444444 - N50.431666944444, W5.0608061111111 - N50.431666944444, W5.0608061111111 - N50.470833055556, W5.0525 - N50.470833055556, W5.0525 - N50.471666944444, W5.0341938888889 - N50.471666944444, W5.0341938888889 - N50.547528055556, W5.0375280555556 - N50.547528055556, W5.0375280555556 - N50.540361111111, W4.9866669444444 - N50.540361111111, W4.9866669444444 - N50.567083055556, W4.9466938888889 - N50.567083055556, W4.9466938888889 - N50.522028055556, W4.9400280555556 - N50.522028055556, W4.9400280555556 - N50.53125, W4.9183611111111 - N50.53125, W4.9183611111111 - N50.520028055556, W4.8425561111111 - N50.520028055556, W4.8425561111111 - N50.542471944444, W4.9291938888889 - N50.542471944444, W4.9291938888889 - N50.574971944444, W4.9192219444444 - N50.574971944444, W4.9192219444444 - N50.586666944444, W4.9374719444444 - N50.586666944444, W4.9374719444444 - N50.58125, W4.8850280555556 - N50.58125, W4.8850280555556 - N50.593721944444, W4.8733330555556 - N50.593721944444, W4.8733330555556 - N50.597471944444, W4.7975830555556 - N50.597471944444, W4.7975830555556 - N50.6675, W4.7675280555556 - N50.6675, W4.7675280555556 - N50.694138888889, W4.6841938888889 - N50.694138888889, W4.6841938888889 - N50.7375, W4.6558888888889 - N50.7375, W4.6558888888889 - N50.780861111111, W4.5641669444444 - N50.780861111111, W4.5641669444444 - N50.829166944444, W4.5508330555556 - N50.829166944444, W4.5508330555556 - N50.903333055556, W4.5708888888889 - N50.903333055556, W4.5708888888889 - N51.020778055556, W4.5275280555556 - N51.020778055556, W4.5275280555556 - N51.02125, W4.4650561111111 - N51.02125, W4.4650561111111 - N50.987943888889, W4.3433888888889 - N50.987943888889, W4.3433888888889 - N50.997528055556, W4.3042219444444 - N50.997528055556, W4.3042219444444 - N51.063721944444, W4.2266938888889 - N51.063721944444, W4.2266938888889 - N51.053306111111, W4.1908330555556 - N51.053306111111, W4.1908330555556 - N51.02125, W4.2000561111111 - N51.02125, W4.2000561111111 - N51.070303888889, W4.170715 - N51.070303888889, W4.170715 - N51.088778055556, W4.1166669444444 - N51.088778055556, W4.1166669444444 - N51.078306111111, W4.0675561111111 - N51.078306111111, W4.0675561111111 - N51.092056111111, W4.1250830555556 - N51.092056111111, W4.1250830555556 - N51.063721944444, W4.19 - N51.063721944444, W4.19 - N51.074166944444, W4.2174719444444 - N51.074166944444, W4.2174719444444 - N51.114971944444, W4.2241669444444 - N51.114971944444, W4.2241669444444 - N51.140806111111, W4.2608888888889 - N51.140806111111, W4.2608888888889 - N51.15, W4.2175561111111 - N51.15, W4.2175561111111 - N51.186638888889, W4.2309169444444 - N51.186638888889, W4.2309169444444 - N51.212083055556, W4.12 - N51.212083055556, W4.12 - N51.206221944444, W4.0416938888889 - N51.206221944444, W4.0416938888889 - N51.230388888889, W3.9250561111111 - N51.230388888889, W3.9250561111111 - N51.23125, W3.81 - N51.23125, W3.81 - N51.244556111111, W3.7850280555556 - N51.244556111111, W3.7850280555556 - N51.21625, W3.6233611111111 - N51.21625, W3.6233611111111 - N51.231221944444, W3.5383330555556 - N51.231221944444, W3.5383330555556 - N51.207056111111, W3.4433330555556 - N51.207056111111, W3.4433330555556 - N51.181221944444, W3.4050280555556 - N51.181221944444, W3.4050280555556 - N51.179611111111, W3.2766388888889 - N51.179611111111, W3.2766388888889 - N51.207916944444, W3.1516388888889 - N51.207916944444, W3.1516388888889 - N51.202056111111, W3.0567219444444 - N51.202056111111, W3.0567219444444 - N51.218693888889, W3.0183888888889 - N51.218693888889, W3.0183888888889 - N51.177056111111, W3.0567219444444 - N51.177056111111, W3.0567219444444 - N51.22, W2.9891669444444 - N51.22, W2.9891669444444 - N51.265806111111, W3.0225 - N51.265806111111, W3.0225 - N51.316611111111, W3.0108611111111 - N51.316611111111, W3.0108611111111 - N51.326666944444, W3.0358330555556 - N51.326666944444, W3.0358330555556 - N51.317473055556, W2.9945088888889 - N51.317473055556, W2.9945088888889 - N51.299138888889, W2.9941669444444 - N51.299138888889, W2.9941669444444 - N51.293333055556, W2.9725 - N51.293333055556, W2.9725 - N51.3, W2.9925280555556 - N51.3, W2.9925280555556 - N51.355, W2.9941669444444 - N51.355, W2.9941669444444 - N51.365833055556, W2.96425 - N51.365833055556, W2.96425 - N51.387471944444, W2.9791938888889 - N51.387471944444, W2.9791938888889 - N51.395, W2.9125561111111 - N51.395, W2.9125561111111 - N51.485416944444, W2.7966938888889 - N51.485416944444, W2.7966938888889 - N51.499583055556, W2.7183330555556 - N51.499583055556, W2.7183330555556 - N51.485806111111, W2.68925 - N51.485806111111, W2.68925 - N51.504138888889, W2.7141938888889 - N51.504138888889, W2.7141938888889 - N51.572471944444, W2.6641938888889 - N51.572471944444, W2.6641938888889 - N51.627471944444, W2.5825830555556 - N51.627471944444, W2.5825830555556 - N51.665806111111, W2.5575280555556 - N51.665806111111, W2.5575280555556 - N51.695, W2.4941388888889 - N51.695, W2.4941388888889 - N51.722086111111, W2.4791930555556 - N51.722086111111, W2.4791930555556 - N51.757443888889, W2.3841388888889 - N51.757443888889, W2.3841388888889 - N51.773306111111, W2.3875280555556 - N51.773306111111, W2.3875280555556 - N51.789166944444, W2.4475 - N51.789166944444, W2.4475 - N51.810806111111, W2.4341669444444 - N51.810806111111, W2.4341669444444 - N51.790388888889, W2.3733888888889 - N51.790388888889, W2.3733888888889 - N51.7975, W2.3475830555556 - N51.7975, W2.3475830555556 - N51.799971944444, W2.3492219444444 - N51.799971944444, W2.3492219444444 - N51.792861111111, W2.3650561111111 - N51.792861111111, W2.3650561111111 - N51.817083055556, W2.42 - N51.817083055556, W2.42 - N51.810833055556, W2.4408888888889 - N51.810833055556, W2.4408888888889 - N51.786611111111, W2.4508611111111 - N51.786611111111, W2.4508611111111 - N51.771666944444, W2.4041938888889 - N51.771666944444, W2.4041938888889 - N51.707056111111, W2.5083330555556 - N51.707056111111, W2.5083330555556 - N51.670778055556, W2.6091938888889 - N51.670778055556, W2.6091938888889 - N51.609166944444, W2.6475 - N51.609166944444, W2.6475 - N51.631221944444, W2.6666938888889 - N51.631221944444, W2.6666938888889 - N51.618278055556, W2.6575280555556 - N51.618278055556, W2.6575280555556 - N51.579556111111, W2.7116938888889 - N51.579556111111, W2.7116938888889 - N51.530416944444, W2.9067219444444 - N51.530416944444, W2.9067219444444 - N51.5425, W2.9808611111111 - N51.5425, W2.9808611111111 - N51.556666944444, W2.9658330555556 - N51.556666944444, W2.9658330555556 - N51.582083055556, W2.9833330555556 - N51.582083055556, W2.9833330555556 - N51.554943888889, W2.9708611111111 - N51.554943888889, W2.9708611111111 - N51.533306111111, W2.9958888888889 - N51.533306111111, W2.9958888888889 - N51.488306111111, W3.1208330555556 - N51.488306111111, W3.1208330555556 - N51.449556111111, W3.15675 - N51.449556111111, W3.15675 - N51.473306111111, W3.1658611111111 - N51.473306111111, W3.1658611111111 - N51.40375, W3.17 - N51.40375, W3.17 - N51.390388888889, W3.2600280555556 - N51.390388888889, W3.2600280555556 - N51.401193888889, W3.2533330555556 - N51.401193888889, W3.2533330555556 - N51.383721944444, W3.2783330555556 - N51.383721944444, W3.2783330555556 - N51.380388888889, W3.4034169444444 - N51.380388888889, W3.4034169444444 - N51.399556111111, W3.5600280555556 - N51.399556111111, W3.5600280555556 - N51.461666944444, W3.6425 - N51.461666944444, W3.6425 - N51.473721944444, W3.6316938888889 - N51.473721944444, W3.6316938888889 - N51.479193888889, W3.7225 - N51.479193888889, W3.7225 - N51.579138888889, W3.8125 - N51.579138888889, W3.8125 - N51.585806111111, W3.7808330555556 - N51.585806111111, W3.7808330555556 - N51.582888888889, W3.8067219444444 - N51.582888888889, W3.8067219444444 - N51.608278055556, W3.8425561111111 - N51.608278055556, W3.8425561111111 - N51.62875, W3.8316669444444 - N51.62875, W3.8316669444444 - N51.616221944444, W3.8483061111111 - N51.616221944444, W3.8483061111111 - N51.602083055556, W3.9800830555556 - N51.602083055556, W3.9800830555556 - N51.588361111111, W3.9959169444444 - N51.588361111111, W3.9959169444444 - N51.562083055556, W3.9816938888889 - N51.562083055556, W3.9816938888889 - N51.567056111111, W4.0350561111111 - N51.567056111111, W4.0350561111111 - N51.555416944444, W4.0666669444444 - N51.555416944444, W4.0666669444444 - N51.567916944444, W4.1400830555556 - N51.567916944444, W4.1400830555556 - N51.5575, W4.1591669444444 - N51.5575, W4.1591669444444 - N51.540416944444, W4.1483611111111 - N51.540416944444, W4.1483611111111 - N51.54625, W4.1983330555556 - N51.54625, W4.1983330555556 - N51.535388888889, W4.2100561111111 - N51.535388888889, W4.2100561111111 - N51.560388888889, W4.3067219444444 - N51.560388888889, W4.3067219444444 - N51.579138888889, W4.2891938888889 - N51.579138888889, W4.2891938888889 - N51.61, W4.3075830555556 - N51.61, W4.3075830555556 - N51.647861111111, W4.2450830555556 - N51.647861111111, W4.2450830555556 - N51.625388888889, W4.2416938888889 - N51.625388888889, W4.2416938888889 - N51.622888888889, W4.1700830555556 - N51.622888888889, W4.1700830555556 - N51.658443888889, W4.0828611111111 - N51.658443888889, W4.0828611111111 - N51.652916944444, W4.1516669444444 - N51.652916944444, W4.1516669444444 - N51.682861111111, W4.2067219444444 - N51.682861111111, W4.2067219444444 - N51.667028055556, W4.2783888888889 - N51.667028055556, W4.2783888888889 - N51.679111111111, W4.3308888888889 - N51.679111111111, W4.3308888888889 - N51.718333055556, W4.3775561111111 - N51.718333055556, W4.3775561111111 - N51.72875, W4.375 - N51.72875, W4.375 - N51.723361111111, W4.3075561111111 - N51.723361111111, W4.3075561111111 - N51.745, W4.3775280555556 - N51.745, W4.3775280555556 - N51.786611111111, W4.3674719444444 - N51.786611111111, W4.3674719444444 - N51.797888888889, W4.3350280555556 - N51.797888888889, W4.3350280555556 - N51.79, W4.3708888888889 - N51.79, W4.3708888888889 - N51.756221944444, W4.4033611111111 - N51.756221944444, W4.4033611111111 - N51.78, W4.4491938888889 - N51.78, W4.4491938888889 - N51.765778055556, W4.4625561111111 - N51.765778055556, W4.4625561111111 - N51.737861111111, W4.4333061111111 - N51.737861111111, W4.4333061111111 - N51.727083055556, W4.6750830555556 - N51.727083055556, W4.6750830555556 - N51.650388888889, W4.7117219444444 - N51.650388888889, W4.7117219444444 - N51.652056111111, W4.7566669444444 - N51.652056111111, W4.7566669444444 - N51.632861111111, W4.7833611111111 - N51.632861111111, W4.7833611111111 - N51.644556111111, W4.86175 - N51.644556111111, W4.86175 - N51.625861111111, W4.89925 - N51.625861111111, W4.89925 - N51.609138888889, W4.8975280555556 - N51.609138888889, W4.8975280555556 - N51.595388888889, W4.9500561111111 - N51.595388888889, W4.9500561111111 - N51.619583055556, W5.0599719444444 - N51.619583055556, W5.0599719444444 - N51.661638888889, W5.0658330555556 - N51.661638888889, W5.0658330555556 - N51.679971944444, W5.1258330555556 - N51.679971944444, W5.1258330555556 - N51.690388888889, W5.1033330555556 - N51.690388888889, W5.1033330555556 - N51.675388888889, W5.0500280555556 - N51.675388888889, W5.0500280555556 - N51.694556111111, W5.035 - N51.694556111111, W5.035 - N51.672028055556, W4.9383611111111 - N51.672028055556, W4.9383611111111 - N51.6775, W4.9225280555556 - N51.6775, W4.9225280555556 - N51.686666944444, W4.9792219444444 - N51.686666944444, W4.9792219444444 - N51.702916944444, W4.9317219444444 - N51.702916944444, W4.9317219444444 - N51.692083055556, W4.8966669444444 - N51.692083055556, W4.8966669444444 - N51.699138888889, W4.9192219444444 - N51.699138888889, W4.9192219444444 - N51.717138888889, W4.8901111111111 - N51.717138888889, W4.8901111111111 - N51.697888888889, W4.9833888888889 - N51.697888888889, W4.9833888888889 - N51.705416944444, W5.0866669444444 - N51.705416944444, W5.0866669444444 - N51.73625, W5.09675 - N51.73625, W5.09675 - N51.709556111111, W5.1167219444444 - N51.709556111111, W5.1167219444444 - N51.711221944444, W5.1566938888889 - N51.711221944444, W5.1566938888889 - N51.726611111111, W5.1674719444444 - N51.726611111111, W5.1674719444444 - N51.700833055556, W5.1508888888889 - N51.700833055556, W5.1508888888889 - N51.679583055556, W5.1783611111111 - N51.679583055556, W5.1783611111111 - N51.706638888889, W5.1892219444444 - N51.706638888889, W5.1892219444444 - N51.735806111111, W5.2558330555556 - N51.735806111111, W5.2558330555556 - N51.73375, W5.2133330555556 - N51.73375, W5.2133330555556 - N51.771221944444, W5.1616938888889 - N51.771221944444, W5.1616938888889 - N51.774193888889, W5.1108330555556 - N51.774193888889, W5.1108330555556 - N51.853306111111, W5.1275280555556 - N51.853306111111, W5.1275280555556 - N51.871221944444, W5.1967219444444 - N51.871221944444, W5.1967219444444 - N51.860806111111, W5.3208330555556 - N51.860806111111, W5.3208330555556 - N51.90875, W5.3067219444444 - N51.90875, W5.3067219444444 - N51.932083055556, W5.2133888888889 - N51.932083055556, W5.2133888888889 - N51.950443888889, W5.1967219444444 - N51.950443888889, W5.1967219444444 - N51.969166944444, W5.0875280555556 - N51.969166944444, W5.0875280555556 - N51.995, W5.0958611111111 - N51.995, W5.0958611111111 - N52.005806111111, W5.0741388888889 - N52.005806111111, W5.0741388888889 - N52.0175, W5.0908888888889 - N52.0175, W5.0908888888889 - N52.032083055556, W5.0700830555556 - N52.032083055556, W5.0700830555556 - N52.02625, W4.9916388888889 - N52.02625, W4.9916388888889 - N52.011638888889, W4.97425 - N52.011638888889, W4.97425 - N52.0025, W4.9942219444444 - N52.0025, W4.9942219444444 - N51.99625, W4.9733330555556 - N51.99625, W4.9733330555556 - N52.011638888889, W4.9225 - N52.011638888889, W4.9225 - N52.035416944444, W4.9100280555556 - N52.035416944444, W4.9100280555556 - N52.020416944444, W4.8866938888889 - N52.020416944444, W4.8866938888889 - N52.02125, W4.8283330555556 - N52.02125, W4.8283330555556 - N52.042471944444, W4.8475280555556 - N52.042471944444, W4.8475280555556 - N52.068278055556, W4.7758611111111 - N52.068278055556, W4.7758611111111 - N52.117888888889, W4.7316388888889 - N52.117888888889, W4.7316388888889 - N52.102471944444, W4.6875561111111 - N52.102471944444, W4.6875561111111 - N52.084583055556, W4.6817219444444 - N52.084583055556, W4.6817219444444 - N52.129556111111, W4.6867219444444 - N52.129556111111, W4.6867219444444 - N52.14375, W4.5733888888889 - N52.14375, W4.5733888888889 - N52.133721944444, W4.52175 - N52.133721944444, W4.52175 - N52.21625, W4.3766669444444 - N52.21625, W4.3766669444444 - N52.212083055556, W4.3267219444444 - N52.212083055556, W4.3267219444444 - N52.264943888889, W4.2041669444444 - N52.264943888889, W4.2041669444444 - N52.397471944444, W4.0909169444444 - N52.397471944444, W4.0909169444444 - N52.478361111111, W4.0558888888889 - N52.478361111111, W4.0558888888889 - N52.531638888889, W4.0592219444444 - N52.531638888889, W4.0592219444444 - N52.522888888889, W4.0150280555556 - N52.522888888889, W4.0150280555556 - N52.553333055556, W3.9375 - N52.553333055556, W3.9375 - N52.541278055556, W4.0683611111111 - N52.541278055556, W4.0683611111111 - N52.6075, W4.1308330555556 - N52.6075, W4.1308330555556 - N52.709943888889, W4.0575280555556 - N52.709943888889, W4.0575280555556 - N52.739111111111, W3.9641669444444 - N52.739111111111, W3.9641669444444 - N52.722083055556, W4.0616669444444 - N52.722083055556, W4.0616669444444 - N52.808361111111, W4.1509169444444 - N52.808361111111, W4.1509169444444 - N52.829971944444, W4.1175561111111 - N52.829971944444, W4.1175561111111 - N52.895, W4.1475561111111 - N52.895, W4.1475561111111 - N52.901221944444, W4.0850280555556 - N52.901221944444, W4.0850280555556 - N52.922943888889, W4.0583611111111 - N52.922943888889, W4.0583611111111 - N52.908721944444, W4.1033330555556 - N52.908721944444, W4.1033330555556 - N52.927056111111, W4.1249719444444 - N52.927056111111, W4.1249719444444 - N52.904583055556, W4.1533888888889 - N52.904583055556, W4.1533888888889 - N52.917888888889, W4.22675 - N52.917888888889, W4.22675 - N52.90875, W4.3183611111111 - N52.90875, W4.3183611111111 - N52.892028055556, W4.3267219444444 - N52.892028055556, W4.3267219444444 - N52.893778055556, W4.3950561111111 - N52.893778055556, W4.3950561111111 - N52.856666944444, W4.4791938888889 - N52.856666944444, W4.4791938888889 - N52.846638888889, W4.4691388888889 - N52.846638888889, W4.4691388888889 - N52.8275, W4.5058061111111 - N52.8275, W4.5058061111111 - N52.794166944444, W4.4875280555556 - N52.794166944444, W4.4875280555556 - N52.777083055556, W4.5300561111111 - N52.777083055556, W4.5300561111111 - N52.800806111111, W4.5391669444444 - N52.800806111111, W4.5391669444444 - N52.824556111111, W4.6000561111111 - N52.824556111111, W4.6000561111111 - N52.798778055556, W4.6449719444444 - N52.798778055556, W4.6449719444444 - N52.80375, W4.7200561111111 - N52.80375, W4.7200561111111 - N52.782083055556, W4.7333330555556 - N52.782083055556, W4.7333330555556 - N52.795, W4.7691669444444 - N52.795, W4.7691669444444 - N52.855, W4.7258611111111 - N52.855, W4.7258611111111 - N52.877471944444, W4.6708888888889 - N52.877471944444, W4.6708888888889 - N52.906638888889, W4.6508611111111 - N52.906638888889, W4.6508611111111 - N52.949583055556, W4.5666669444444 - N52.949583055556, W4.5666669444444 - N52.938721944444, W4.56175 - N52.938721944444, W4.56175 - N52.940388888889, W4.5233330555556 - N52.940388888889, W4.5233330555556 - N53.034166944444, W4.3541669444444 - N53.034166944444, W4.3541669444444 - N53.113333055556, W4.3508611111111 - N53.113333055556, W4.3508611111111 - N53.12125, W4.3216938888889 - N53.12125, W4.3216938888889 - N53.100806111111, W4.3175561111111 - N53.100806111111, W4.3175561111111 - N53.126638888889, W4.3158888888889 - N53.126638888889, W4.3158888888889 - N53.183306111111, W4.2158330555556 - N53.183306111111, W4.2158330555556 - N53.212471944444, W4.1991669444444 - N53.212471944444, W4.1991669444444 - N53.237916944444, W4.1283330555556 - N53.237916944444, W4.1283330555556 - N53.237083055556, W4.0383888888889 - N53.237083055556, W4.0383888888889 - N53.296278055556, W3.8533330555556 - N53.296278055556, W3.8533330555556 - N53.275, W3.8158611111111 - N53.275, W3.8158611111111 - N53.243721944444, W3.8166938888889 - N53.243721944444, W3.8166938888889 - N53.275806111111, W3.7991938888889 - N53.275806111111, W3.7991938888889 - N53.293333055556, W3.8391669444444 - N53.293333055556, W3.8391669444444 - N53.340388888889, W3.8767219444444 - N53.340388888889, W3.8767219444444 - N53.337916944444, W3.8333611111111 - N53.337916944444, W3.8333611111111 - N53.322083055556, W3.8183611111111 - N53.322083055556, W3.8183611111111 - N53.328721944444, W3.7733061111111 - N53.328721944444, W3.7733061111111 - N53.295361111111, W3.7117219444444 - N53.295361111111, W3.7117219444444 - N53.292056111111, W3.6066938888889 - N53.292056111111, W3.6066938888889 - N53.317056111111, W3.5150561111111 - N53.317056111111, W3.5150561111111 - N53.30125, W3.4966669444444 - N53.30125, W3.4966669444444 - N53.315806111111, W3.5091388888889 - N53.315806111111, W3.5091388888889 - N53.328721944444, W3.4817219444444 - N53.328721944444, W3.4817219444444 - N53.356278055556, W3.3133611111111 - N53.356278055556, W3.3133611111111 - N53.324166944444, W3.2825280555556 - N53.324166944444, W3.2825280555556 - N53.232916944444, W3.0783330555556 - N53.232916944444, W3.0783330555556 - N53.252471944444, W3.1025561111111 - N53.252471944444, W3.1025561111111 - N53.2525, W3.0758061111111 - N53.2525, W3.0758061111111 - N53.267471944444, W3.1058061111111 - N53.267471944444, W3.1058061111111 - N53.2775, W3.0741388888889 - N53.2775, W3.0741388888889 - N53.288306111111, W3.1125280555556 - N53.288306111111, W3.1125280555556 - N53.320833055556, W3.1258611111111 - N53.320833055556, W3.1258611111111 - N53.313306111111, W3.1075561111111 - N53.313306111111, W3.1075561111111 - N53.389166944444, W3.2058061111111 - N53.389166944444, W3.2058061111111 - N53.442056111111, W3.0450561111111 - N53.442056111111, W3.0450561111111 - N53.326666944444, W2.9541388888889 - N53.326666944444, W2.9541388888889 - N53.292888888889, W2.8833061111111 - N53.292888888889, W2.8833061111111 - N53.290388888889, W2.8500561111111 - N53.290388888889, W2.8500561111111 - N53.307056111111, W2.8434169444444 - N53.307056111111, W2.8434169444444 - N53.295388888889, W2.7900280555556 - N53.295388888889, W2.7900280555556 - N53.313361111111, W2.7541938888889 - N53.313361111111, W2.7541938888889 - N53.341611111111, W2.7608888888889 - N53.341611111111, W2.7608888888889 - N53.354971944444, W2.6808611111111 - N53.354971944444, W2.6808611111111 - N53.347056111111, W2.7649719444444 - N53.347056111111, W2.7649719444444 - N53.320388888889, W2.79 - N53.320388888889, W2.79 - N53.335361111111, W2.8900561111111 - N53.335361111111, W2.8900561111111 - N53.380778055556, W2.9825280555556 - N53.380778055556, W2.9825280555556 - N53.521611111111, W3.0675561111111 - N53.521611111111, W3.0675561111111 - N53.545861111111, W3.1075561111111 - N53.545861111111, W3.1075561111111 - N53.574166944444, W3.1008330555556 - N53.574166944444, W3.1008330555556 - N53.695806111111, W2.9808611111111 - N53.695806111111, W2.9808611111111 - N53.728693888889, W2.905 - N53.728693888889, W2.905 - N53.732083055556, W2.8550280555556 - N53.732083055556, W2.8550280555556 - N53.714971944444, W2.8274719444444 - N53.714971944444, W2.8274719444444 - N53.733333055556, W2.8541669444444 - N53.733333055556, W2.8541669444444 - N53.742083055556, W2.8333330555556 - N53.742083055556, W2.8333330555556 - N53.730416944444, W2.9200280555556 - N53.730416944444, W2.9200280555556 - N53.742471944444, W3.0308888888889 - N53.742471944444, W3.0308888888889 - N53.768306111111, W3.0608330555556 - N53.768306111111, W3.0608330555556 - N53.845806111111, W3.0591938888889 - N53.845806111111, W3.0591938888889 - N53.921611111111, W3.0508888888889 - N53.921611111111, W3.0508888888889 - N53.926638888889, W3.0041938888889 - N53.926638888889, W3.0041938888889 - N53.901666944444, W3.0125 - N53.901666944444, W3.0125 - N53.859556111111, W2.9683330555556 - N53.859556111111, W2.9683330555556 - N53.930778055556, W2.9992219444444 - N53.930778055556, W2.9992219444444 - N53.952888888889, W2.925 - N53.952888888889, W2.925 - N53.945388888889, W2.885 - N53.945388888889, W2.885 - N53.9575, W2.8891938888889 - N53.9575, W2.8891938888889 - N53.964193888889, W2.8508330555556 - N53.964193888889, W2.8508330555556 - N53.978333055556, W2.8808061111111 - N53.978333055556, W2.8808061111111 - N53.999583055556, W2.8566388888889 - N53.999583055556, W2.8566388888889 - N53.9975, W2.8341669444444 - N53.9975, W2.8341669444444 - N54.009943888889, W2.8359438888889 - N54.009943888889, W2.8359438888889 - N54.009528055556, W2.8667780555556 - N54.009528055556, W2.8667780555556 - N53.988721944444, W2.8816669444444 - N53.988721944444, W2.8816669444444 - N54.032443888889, W2.9259438888889 - N54.032443888889, W2.9259438888889 - N54.071611111111, W2.8792780555556 - N54.071611111111, W2.8792780555556 - N54.086611111111, W2.8193330555556 - N54.086611111111, W2.8193330555556 - N54.126638888889, W2.791 - N54.126638888889, W2.791 - N54.132443888889, W2.821 - N54.132443888889, W2.821 - N54.179943888889, W2.8642780555556 - N54.179943888889, W2.8642780555556 - N54.224111111111, W2.7926388888889 - N54.224111111111, W2.7926388888889 - N54.239943888889, W2.7992780555556 - N54.239943888889, W2.7992780555556 - N54.203693888889, W2.8434719444444 - N54.203693888889, W2.8434719444444 - N54.18825, W2.9076388888889 - N54.18825, W2.9076388888889 - N54.147861111111, W2.93175 - N54.147861111111, W2.93175 - N54.152443888889, W2.9976669444444 - N54.152443888889, W2.9976669444444 - N54.169971944444, W2.99425 - N54.169971944444, W2.99425 - N54.189971944444, W3.0325561111111 - N54.189971944444, W3.0325561111111 - N54.201638888889, W3.0158330555556 - N54.201638888889, W3.0158330555556 - N54.222528055556, W3.0291669444444 - N54.222528055556, W3.0291669444444 - N54.227471944444, W3.0524719444444 - N54.227471944444, W3.0524719444444 - N54.208306111111, W3.0375561111111 - N54.208306111111, W3.0375561111111 - N54.161666944444, W3.0608330555556 - N54.161666944444, W3.0608330555556 - N54.079138888889, W3.1692219444444 - N54.079138888889, W3.1692219444444 - N54.061193888889, W3.1516938888889 - N54.061193888889, W3.1516938888889 - N54.100416944444, W3.1917780555556 - N54.100416944444, W3.1917780555556 - N54.089556111111, W3.2216938888889 - N54.089556111111, W3.2216938888889 - N54.103306111111, W3.1991388888889 - N54.103306111111, W3.1991388888889 - N54.091221944444, W3.225 - N54.091221944444, W3.225 - N54.100833055556, W3.2408888888889 - N54.100833055556, W3.2408888888889 - N54.151638888889, W3.2375 - N54.151638888889, W3.2375 - N54.159166944444, W3.2625280555556 - N54.159166944444, W3.2625280555556 - N54.177471944444, W3.2158330555556 - N54.177471944444, W3.2158330555556 - N54.226638888889, W3.1925280555556 - N54.226638888889, W3.1925280555556 - N54.252471944444, W3.2158330555556 - N54.252471944444, W3.2158330555556 - N54.222471944444, W3.2525 - N54.222471944444, W3.2525 - N54.189943888889, W3.2508330555556 - N54.189943888889, W3.2508330555556 - N54.189138888889, W3.3258611111111 - N54.189138888889, W3.3258611111111 - N54.279138888889, W3.4225561111111 - N54.279138888889, W3.4225561111111 - N54.331693888889, W3.4258061111111 - N54.331693888889, W3.4258061111111 - N54.346666944444, W3.4058888888889 - N54.346666944444, W3.4058888888889 - N54.363721944444, W3.4383611111111 - N54.363721944444, W3.4383611111111 - N54.348306111111, W3.4191388888889 - N54.348306111111, W3.4191388888889 - N54.342471944444, W3.4392219444444 - N54.342471944444, W3.4392219444444 - N54.508333055556, W3.6425280555556 - N54.508333055556, W3.6425280555556 - N54.564943888889, W3.5841938888889 - N54.564943888889, W3.5841938888889 - N54.645778055556, W3.57925 - N54.645778055556, W3.57925 - N54.714971944444, W3.5125280555556 - N54.714971944444, W3.5125280555556 - N54.755833055556, W3.4391388888889 - N54.755833055556, W3.4391388888889 - N54.798333055556, W3.4425561111111 - N54.798333055556, W3.4425561111111 - N54.867471944444, W3.4041388888889 - N54.867471944444, W3.4041388888889 - N54.897888888889, W3.3450280555556 - N54.897888888889, W3.3450280555556 - N54.869166944444, W3.2825561111111 - N54.869166944444, W3.2825561111111 - N54.890833055556, W3.2925 - N54.890833055556, W3.2925 - N54.8925, W3.2625280555556 - N54.8925, W3.2625280555556 - N54.908721944444, W3.2566669444444 - N54.908721944444, W3.2566669444444 - N54.910806111111, W3.3159169444444 - N54.910806111111, W3.3159169444444 - N54.94125, W3.2816669444444 - N54.94125, W3.2816669444444 - N54.952861111111, W3.2033330555556 - N54.952861111111, W3.2033330555556 - N54.926221944444, W3.1151111111111 - N54.926221944444, W3.1151111111111 - N54.942083055556, W3.0284169444444 - N54.942083055556, W3.0284169444444 - N54.945806111111, W3.0975 - N54.945806111111, W3.0975 - N54.982471944444, W3.0525561111111 - N54.982471944444, W3.0525561111111 - N54.961221944444, W3.1483330555556 - N54.961221944444, W3.1483330555556 - N54.97375, W3.2083888888889 - N54.97375, W3.2083888888889 - N54.972916944444, W3.2783061111111 - N54.972916944444, W3.2783061111111 - N54.962888888889, W3.27675 - N54.962888888889, W3.27675 - N54.975416944444, W3.3283330555556 - N54.975416944444, W3.3283330555556 - N54.97125, W3.4083611111111 - N54.97125, W3.4083611111111 - N54.990388888889, W3.4483330555556 - N54.990388888889, W3.4483330555556 - N54.970388888889, W3.4600280555556 - N54.970388888889, W3.4600280555556 - N54.961193888889, W3.5133888888889 - N54.961193888889, W3.5133888888889 - N54.972471944444, W3.5608330555556 - N54.972471944444, W3.5608330555556 - N55.007888888889, W3.5866388888889 - N55.007888888889, W3.5866388888889 - N54.930833055556, W3.5908888888889 - N54.930833055556, W3.5908888888889 - N54.904138888889, W3.5658330555556 - N54.904138888889, W3.5658330555556 - N54.871638888889, W3.5975280555556 - N54.871638888889, W3.5975280555556 - N54.882888888889, W3.7017219444444 - N54.882888888889, W3.7017219444444 - N54.849583055556, W3.7916388888889 - N54.849583055556, W3.7916388888889 - N54.887943888889, W3.8233888888889 - N54.887943888889, W3.8233888888889 - N54.841638888889, W3.8108611111111 - N54.841638888889, W3.8108611111111 - N54.862056111111, W3.8433330555556 - N54.862056111111, W3.8433330555556 - N54.843333055556, W3.8375 - N54.843333055556, W3.8375 - N54.844971944444, W3.86425 - N54.844971944444, W3.86425 - N54.82, W3.8275280555556 - N54.82, W3.8275280555556 - N54.766221944444, W3.9766669444444 - N54.766221944444, W3.9766669444444 - N54.777471944444, W4.061 - N54.777471944444, W4.061 - N54.840443888889, W4.0568330555556 - N54.840443888889, W4.0568330555556 - N54.814138888889, W4.0893330555556 - N54.814138888889, W4.0893330555556 - N54.765833055556, W4.0926938888889 - N54.765833055556, W4.0926938888889 - N54.787916944444, W4.1235 - N54.787916944444, W4.1235 - N54.777056111111, W4.1518330555556 - N54.777056111111, W4.1518330555556 - N54.825, W4.221 - N54.825, W4.221 - N54.866638888889, W4.20425 - N54.866638888889, W4.20425 - N54.833778055556, W4.2651669444444 - N54.833778055556, W4.2651669444444 - N54.842111111111, W4.3050830555556 - N54.842111111111, W4.3050830555556 - N54.876666944444, W4.3842780555556 - N54.876666944444, W4.3842780555556 - N54.916306111111, W4.4001111111111 - N54.916306111111, W4.4001111111111 - N54.893388888889, W4.3976388888889 - N54.893388888889, W4.3976388888889 - N54.867528055556, W4.4343330555556 - N54.867528055556, W4.4343330555556 - N54.825833055556, W4.411 - N54.825833055556, W4.411 - N54.800833055556, W4.341 - N54.800833055556, W4.341 - N54.788806111111, W4.3468061111111 - N54.788806111111, W4.3468061111111 - N54.793361111111, W4.3676111111111 - N54.793361111111, W4.3676111111111 - N54.773333055556, W4.3709719444444 - N54.773333055556, W4.3709719444444 - N54.709971944444, W4.3476388888889 - N54.709971944444, W4.3476388888889 - N54.675388888889, W4.3934719444444 - N54.675388888889, W4.3934719444444 - N54.70875, W4.5133888888889 - N54.70875, W4.5133888888889 - N54.74, W4.5775830555556 - N54.74, W4.5775830555556 - N54.775416944444, W4.6017780555556 - N54.775416944444, W4.6017780555556 - N54.823806111111, W4.7117219444444 - N54.823806111111, W4.7117219444444 - N54.831278055556, W4.7834438888889 - N54.831278055556, W4.7834438888889 - N54.862556111111, W4.8141938888889 - N54.862556111111, W4.8141938888889 - N54.86875, W4.8567219444444 - N54.86875, W4.8567219444444 - N54.853806111111, W4.8601111111111 - N54.853806111111, W4.8601111111111 - N54.830056111111, W4.9376111111111 - N54.830056111111, W4.9376111111111 - N54.801693888889, W4.9591669444444 - N54.801693888889, W4.9591669444444 - N54.700833055556, W4.90425 - N54.700833055556, W4.90425 - N54.681721944444, W4.86425 - N54.681721944444, W4.86425 - N54.651693888889, W4.8825561111111 - N54.651693888889, W4.8825561111111 - N54.63125, W4.8567219444444 - N54.63125, W4.8567219444444 - N54.663361111111, W4.9676111111111 - N54.663361111111, W4.9676111111111 - N54.725861111111, W4.9575830555556 - N54.725861111111, W4.9575830555556 - N54.734221944444, W4.9942780555556 - N54.734221944444, W4.9942780555556 - N54.781666944444, W5.0125 - N54.781666944444, W5.0125 - N54.854943888889, W5.1458330555556 - N54.854943888889, W5.1458330555556 - N54.913278055556, W5.1874719444444 - N54.913278055556, W5.1874719444444 - N55, W5.1708330555556 - N55, W5.1708330555556 - N55.014971944444, W5.0941669444444 - N55.014971944444, W5.0941669444444 - N54.966666944444, W5.0558611111111 - N54.966666944444, W5.0558611111111 - N54.964166944444, W5.0725 - N54.964166944444, W5.0725 - N54.925, W5.0625561111111 - N54.925, W5.0625561111111 - N54.907083055556, W5.0283611111111 - N54.907083055556, W5.0283611111111 - N54.911833055556, W5 - N54.911833055556, W5 - N55.031611111111, W5.0625280555556 - N55.031611111111, W5.0625280555556 - N55.091638888889, W5.0091938888889 - N55.091638888889, W5.0091938888889 - N55.139166944444, W4.9991938888889 - N55.139166944444, W4.9991938888889 - N55.223333055556, W4.8675280555556 - N55.223333055556, W4.8675280555556 - N55.280806111111, W4.8408061111111 - N55.280806111111, W4.8408061111111 - N55.325806111111, W4.8492219444444 - N55.325806111111, W4.8492219444444 - N55.360806111111, W4.7758061111111 - N55.360806111111, W4.7758061111111 - N55.401693888889, W4.7709169444444 - N55.401693888889, W4.7709169444444 - N55.424611111111, W4.7367219444444 - N55.424611111111, W4.7367219444444 - N55.441693888889, W4.6525561111111 - N55.441693888889, W4.6525561111111 - N55.495, W4.6225 - N55.495, W4.6225 - N55.517471944444, W4.6308611111111 - N55.517471944444, W4.6308611111111 - N55.544971944444, W4.6874719444444 - N55.544971944444, W4.6874719444444 - N55.550806111111, W4.6608330555556 - N55.550806111111, W4.6608330555556 - N55.602528055556, W4.6975 - N55.602528055556, W4.6975 - N55.615806111111, W4.6858611111111 - N55.615806111111, W4.6858611111111 - N55.632916944444, W4.7150561111111 - N55.632916944444, W4.7150561111111 - N55.605416944444, W4.6984438888889 - N55.605416944444, W4.6984438888889 - N55.628721944444, W4.7534169444444 - N55.628721944444, W4.7534169444444 - N55.63375, W4.8200280555556 - N55.63375, W4.8200280555556 - N55.681638888889, W4.8658611111111 - N55.681638888889, W4.8658611111111 - N55.6975, W4.9091669444444 - N55.6975, W4.9091669444444 - N55.723306111111, W4.9058611111111 - N55.723306111111, W4.9058611111111 - N55.7575, W4.8592780555556 - N55.7575, W4.8592780555556 - N55.889166944444, W4.90425 - N55.889166944444, W4.90425 - N55.907528055556, W4.8792780555556 - N55.907528055556, W4.8792780555556 - N55.942471944444, W4.8841938888889 - N55.942471944444, W4.8841938888889 - N55.96375, W4.7900830555556 - N55.96375, W4.7900830555556 - N55.934583055556, W4.6799719444444 - N55.934583055556, W4.6799719444444 - N55.925416944444, W4.4850561111111 - N55.925416944444, W4.4850561111111 - N55.903306111111, W4.4275280555556 - N55.903306111111, W4.4275280555556 - N55.927056111111, W4.4800280555556 - N55.927056111111, W4.4800280555556 - N55.96625, W4.7016938888889 - N55.96625, W4.7016938888889 - N55.990806111111, W4.7041938888889 - N55.990806111111, W4.7041938888889 - N56.014971944444, W4.7909169444444 - N56.014971944444, W4.7909169444444 - N56.080416944444, W4.8350830555556 - N56.080416944444, W4.8350830555556 - N56.044166944444, W4.8358061111111 - N56.044166944444, W4.8358061111111 - N55.987471944444, W4.7674719444444 - N55.987471944444, W4.7674719444444 - N55.986638888889, W4.8559169444444 - N55.986638888889, W4.8559169444444 - N56.060833055556, W4.8808611111111 - N56.060833055556, W4.8808611111111 - N56.207083055556, W4.75175 - N56.207083055556, W4.75175 - N56.100416944444, W4.8633888888889 - N56.100416944444, W4.8633888888889 - N56.116638888889, W4.8925830555556 - N56.116638888889, W4.8925830555556 - N56.1725, W4.9042219444444 - N56.1725, W4.9042219444444 - N56.165833055556, W4.9175830555556 - N56.165833055556, W4.9175830555556 - N56.115, W4.9125 - N56.115, W4.9125 - N56.092471944444, W4.8758611111111 - N56.092471944444, W4.8758611111111 - N56.052471944444, W4.9158330555556 - N56.052471944444, W4.9158330555556 - N55.986638888889, W4.8959169444444 - N55.986638888889, W4.8959169444444 - N55.9925, W4.9658330555556 - N55.9925, W4.9658330555556 - N55.963333055556, W4.9092219444444 - N55.963333055556, W4.9092219444444 - N55.861666944444, W4.9792219444444 - N55.861666944444, W4.9792219444444 - N55.869971944444, W5.0475830555556 - N55.869971944444, W5.0475830555556 - N55.946666944444, W5.0692219444444 - N55.946666944444, W5.0692219444444 - N56.008721944444, W5.1250561111111 - N56.008721944444, W5.1250561111111 - N55.897528055556, W5.0758611111111 - N55.897528055556, W5.0758611111111 - N55.898778055556, W5.1133888888889 - N55.898778055556, W5.1133888888889 - N55.939193888889, W5.1908330555556 - N55.939193888889, W5.1908330555556 - N55.980416944444, W5.1933888888889 - N55.980416944444, W5.1933888888889 - N55.935, W5.1958888888889 - N55.935, W5.1958888888889 - N55.898306111111, W5.2425830555556 - N55.898306111111, W5.2425830555556 - N55.826666944444, W5.2059169444444 - N55.826666944444, W5.2059169444444 - N55.851221944444, W5.2650280555556 - N55.851221944444, W5.2650280555556 - N55.851638888889, W5.3158888888889 - N55.851638888889, W5.3158888888889 - N55.870028055556, W5.3125 - N55.870028055556, W5.3125 - N55.899138888889, W5.3541669444444 - N55.899138888889, W5.3541669444444 - N55.954166944444, W5.3325830555556 - N55.954166944444, W5.3325830555556 - N55.994943888889, W5.3459169444444 - N55.994943888889, W5.3459169444444 - N56.106693888889, W5.2075561111111 - N56.106693888889, W5.2075561111111 - N56.129166944444, W5.2042219444444 - N56.129166944444, W5.2042219444444 - N56.165833055556, W5.0842219444444 - N56.165833055556, W5.0842219444444 - N56.208306111111, W5.0625561111111 - N56.208306111111, W5.0625561111111 - N56.240443888889, W4.9883330555556 - N56.240443888889, W4.9883330555556 - N56.233721944444, W5.0483611111111 - N56.233721944444, W5.0483611111111 - N56.244971944444, W5.0575561111111 - N56.244971944444, W5.0575561111111 - N56.169971944444, W5.1192219444444 - N56.169971944444, W5.1192219444444 - N56.128278055556, W5.2375 - N56.128278055556, W5.2375 - N56.057861111111, W5.315 - N56.057861111111, W5.315 - N56.0675, W5.3358888888889 - N56.0675, W5.3358888888889 - N56.030806111111, W5.3391938888889 - N56.030806111111, W5.3391938888889 - N56.002916944444, W5.3833330555556 - N56.002916944444, W5.3833330555556 - N56.000361111111, W5.4083611111111 - N56.000361111111, W5.4083611111111 - N56.032471944444, W5.4425280555556 - N56.032471944444, W5.4425280555556 - N55.969166944444, W5.4509169444444 - N55.969166944444, W5.4509169444444 - N55.869166944444, W5.3958888888889 - N55.869166944444, W5.3958888888889 - N55.865, W5.4142219444444 - N55.865, W5.4142219444444 - N55.826666944444, W5.3408611111111 - N55.826666944444, W5.3408611111111 - N55.773361111111, W5.3175 - N55.773361111111, W5.3175 - N55.752056111111, W5.3950830555556 - N55.752056111111, W5.3950830555556 - N55.705833055556, W5.4526111111111 - N55.705833055556, W5.4526111111111 - N55.642471944444, W5.4841669444444 - N55.642471944444, W5.4841669444444 - N55.575028055556, W5.4608611111111 - N55.575028055556, W5.4608611111111 - N55.578361111111, W5.4908888888889 - N55.578361111111, W5.4908888888889 - N55.529166944444, W5.4908888888889 - N55.529166944444, W5.4908888888889 - N55.434166944444, W5.5525561111111 - N55.434166944444, W5.5525561111111 - N55.425833055556, W5.6042219444444 - N55.425833055556, W5.6042219444444 - N55.415861111111, W5.5491669444444 - N55.415861111111, W5.5491669444444 - N55.364166944444, W5.5175 - N55.364166944444, W5.5175 - N55.305388888889, W5.6067219444444 - N55.305388888889, W5.6067219444444 - N55.30625, W5.6883330555556 - N55.30625, W5.6883330555556 - N55.287916944444, W5.7600280555556 - N55.287916944444, W5.7600280555556 - N55.3025, W5.8058611111111 - N55.3025, W5.8058611111111 - N55.392471944444, W5.7991938888889 - N55.392471944444, W5.7991938888889 - N55.440833055556, W5.7191669444444 - N55.440833055556, W5.7191669444444 - N55.571638888889, W5.7208611111111 - N55.571638888889, W5.7208611111111 - N55.616666944444, W5.6825280555556 - N55.616666944444, W5.6825280555556 - N55.6825, W5.6791388888889 - N55.6825, W5.6791388888889 - N55.7, W5.6358888888889 - N55.7, W5.6358888888889 - N55.763306111111, W5.5758611111111 - N55.763306111111, W5.5758611111111 - N55.804971944444, W5.4808330555556 - N55.804971944444, W5.4808330555556 - N55.855778055556, W5.4408330555556 - N55.855778055556, W5.4408330555556 - N55.796638888889, W5.5209169444444 - N55.796638888889, W5.5209169444444 - N55.759583055556, W5.61175 - N55.759583055556, W5.61175 - N55.791666944444, W5.6091669444444 - N55.791666944444, W5.6091669444444 - N55.785416944444, W5.64175 - N55.785416944444, W5.64175 - N55.805833055556, W5.6725280555556 - N55.805833055556, W5.6725280555556 - N55.865806111111, W5.6541938888889 - N55.865806111111, W5.6541938888889 - N55.935, W5.5758611111111 - N55.935, W5.5758611111111 - N55.884556111111, W5.6817219444444 - N55.884556111111, W5.6817219444444 - N55.929138888889, W5.6841669444444 - N55.929138888889, W5.6841669444444 - N56.039971944444, W5.5675 - N56.039971944444, W5.5675 - N56.0225, W5.6275830555556 - N56.0225, W5.6275830555556 - N56.009971944444, W5.6175830555556 - N56.009971944444, W5.6175830555556 - N55.982916944444, W5.6600830555556 - N55.982916944444, W5.6600830555556 - N55.996638888889, W5.6558330555556 - N55.996638888889, W5.6558330555556 - N55.930416944444, W5.6933888888889 - N55.930416944444, W5.6933888888889 - N55.94, W5.7092219444444 - N55.94, W5.7092219444444 - N55.964971944444, W5.6824719444444 - N55.964971944444, W5.6824719444444 - N55.950806111111, W5.7192219444444 - N55.950806111111, W5.7192219444444 - N56.091611111111, W5.5892219444444 - N56.091611111111, W5.5892219444444 - N56.092916944444, W5.5567219444444 - N56.092916944444, W5.5567219444444 - N56.075833055556, W5.5309169444444 - N56.075833055556, W5.5309169444444 - N56.099971944444, W5.5308611111111 - N56.099971944444, W5.5308611111111 - N56.1125, W5.5709169444444 - N56.1125, W5.5709169444444 - N56.1875, W5.5041669444444 - N56.1875, W5.5041669444444 - N56.131666944444, W5.6175561111111 - N56.131666944444, W5.6175561111111 - N56.214971944444, W5.5441669444444 - N56.214971944444, W5.5441669444444 - N56.237528055556, W5.5692219444444 - N56.237528055556, W5.5692219444444 - N56.254971944444, W5.4858061111111 - N56.254971944444, W5.4858061111111 - N56.268778055556, W5.5067219444444 - N56.268778055556, W5.5067219444444 - N56.249111111111, W5.5992219444444 - N56.249111111111, W5.5992219444444 - N56.3325, W5.5792219444444 - N56.3325, W5.5792219444444 - N56.348721944444, W5.5517219444444 - N56.348721944444, W5.5517219444444 - N56.342056111111, W5.515 - N56.342056111111, W5.515 - N56.3625, W5.4458330555556 - N56.3625, W5.4458330555556 - N56.36125, W5.49675 - N56.36125, W5.49675 - N56.345388888889, W5.5216938888889 - N56.345388888889, W5.5216938888889 - N56.3575, W5.5409438888889 - N56.3575, W5.5409438888889 - N56.394971944444, W5.5174719444444 - N56.394971944444, W5.5174719444444 - N56.41, W5.4741938888889 - N56.41, W5.4741938888889 - N56.435833055556, W5.4858611111111 - N56.435833055556, W5.4858611111111 - N56.447028055556, W5.4649719444444 - N56.447028055556, W5.4649719444444 - N56.458778055556, W5.3517219444444 - N56.458778055556, W5.3517219444444 - N56.448721944444, W5.2850561111111 - N56.448721944444, W5.2850561111111 - N56.453416111111, W5.2662119444444 - N56.453416111111, W5.2662119444444 - N56.437916944444, W5.2483330555556 - N56.437916944444, W5.2483330555556 - N56.447083055556, W5.1950280555556 - N56.447083055556, W5.1950280555556 - N56.565, W5.0441938888889 - N56.565, W5.0441938888889 - N56.561638888889, W5.0775 - N56.561638888889, W5.0775 - N56.452916944444, W5.2017219444444 - N56.452916944444, W5.2017219444444 - N56.447028055556, W5.2300280555556 - N56.447028055556, W5.2300280555556 - N56.470416944444, W5.3399719444444 - N56.470416944444, W5.3399719444444 - N56.457083055556, W5.40675 - N56.457083055556, W5.40675 - N56.506221944444, W5.42175 - N56.506221944444, W5.42175 - N56.474528055556, W5.45675 - N56.474528055556, W5.45675 - N56.487083055556, W5.4550830555556 - N56.487083055556, W5.4550830555556 - N56.480806111111, W5.4741669444444 - N56.480806111111, W5.4741669444444 - N56.529166944444, W5.4275561111111 - N56.529166944444, W5.4275561111111 - N56.534166944444, W5.4041161111111 - N56.534166944444, W5.4041161111111 - N56.5225, W5.4125561111111 - N56.5225, W5.4125561111111 - N56.509583055556, W5.3800561111111 - N56.509583055556, W5.3800561111111 - N56.551638888889, W5.2458888888889 - N56.551638888889, W5.2458888888889 - N56.549583055556, W5.3116938888889 - N56.549583055556, W5.3116938888889 - N56.52375, W5.3650280555556 - N56.52375, W5.3650280555556 - N56.539138888889, W5.4158888888889 - N56.539138888889, W5.4158888888889 - N56.559166944444, W5.4108611111111 - N56.559166944444, W5.4108611111111 - N56.565806111111, W5.3708611111111 - N56.565806111111, W5.3708611111111 - N56.576638888889, W5.3892219444444 - N56.576638888889, W5.3892219444444 - N56.605806111111, W5.3625 - N56.605806111111, W5.3625 - N56.639943888889, W5.2975280555556 - N56.639943888889, W5.2975280555556 - N56.648306111111, W5.3275561111111 - N56.648306111111, W5.3275561111111 - N56.686221944444, W5.2250830555556 - N56.686221944444, W5.2250830555556 - N56.676221944444, W5.1517219444444 - N56.676221944444, W5.1517219444444 - N56.712471944444, W5.0041669444444 - N56.712471944444, W5.0041669444444 - N56.684583055556, W5.1600830555556 - N56.684583055556, W5.1600830555556 - N56.702111111111, W5.2466669444444 - N56.702111111111, W5.2466669444444 - N56.8325, W5.0891669444444 - N56.8325, W5.0891669444444 - N56.852083055556, W5.1783611111111 - N56.852083055556, W5.1783611111111 - N56.858693888889, W5.3366669444444 - N56.858693888889, W5.3366669444444 - N56.847888888889, W5.3167219444444 - N56.847888888889, W5.3167219444444 - N56.846221944444, W5.175 - N56.846221944444, W5.175 - N56.824166944444, W5.1225280555556 - N56.824166944444, W5.1225280555556 - N56.765833055556, W5.2375830555556 - N56.765833055556, W5.2375830555556 - N56.719138888889, W5.2425830555556 - N56.719138888889, W5.2425830555556 - N56.700388888889, W5.2850280555556 - N56.700388888889, W5.2850280555556 - N56.711193888889, W5.3016669444444 - N56.711193888889, W5.3016669444444 - N56.614528055556, W5.4717219444444 - N56.614528055556, W5.4717219444444 - N56.615806111111, W5.5275 - N56.615806111111, W5.5275 - N56.605, W5.4942219444444 - N56.605, W5.4942219444444 - N56.553361111111, W5.5475280555556 - N56.553361111111, W5.5475280555556 - N56.496193888889, W5.6866938888889 - N56.496193888889, W5.6866938888889 - N56.512861111111, W5.7000561111111 - N56.512861111111, W5.7000561111111 - N56.51625, W5.7567780555556 - N56.51625, W5.7567780555556 - N56.530778055556, W5.7725 - N56.530778055556, W5.7725 - N56.562056111111, W5.745 - N56.562056111111, W5.745 - N56.531278055556, W5.7866669444444 - N56.531278055556, W5.7866669444444 - N56.550806111111, W5.9075830555556 - N56.550806111111, W5.9075830555556 - N56.619971944444, W6.0058611111111 - N56.619971944444, W6.0058611111111 - N56.649166944444, W6.0074719444444 - N56.649166944444, W6.0074719444444 - N56.657056111111, W5.9067219444444 - N56.657056111111, W5.9067219444444 - N56.621221944444, W5.8317219444444 - N56.621221944444, W5.8317219444444 - N56.651666944444, W5.8825830555556 - N56.651666944444, W5.8825830555556 - N56.700388888889, W5.75 - N56.700388888889, W5.75 - N56.677083055556, W5.675 - N56.677083055556, W5.675 - N56.687056111111, W5.5400561111111 - N56.687056111111, W5.5400561111111 - N56.68125, W5.6600561111111 - N56.68125, W5.6600561111111 - N56.709556111111, W5.7200561111111 - N56.709556111111, W5.7200561111111 - N56.713721944444, W5.7766938888889 - N56.713721944444, W5.7766938888889 - N56.673721944444, W5.84 - N56.673721944444, W5.84 - N56.675361111111, W5.9266938888889 - N56.675361111111, W5.9266938888889 - N56.687888888889, W5.9400280555556 - N56.687888888889, W5.9400280555556 - N56.671221944444, W5.9766669444444 - N56.671221944444, W5.9766669444444 - N56.692916944444, W6.0583611111111 - N56.692916944444, W6.0583611111111 - N56.68625, W6.18675 - N56.68625, W6.18675 - N56.725833055556, W6.2291669444444 - N56.725833055556, W6.2291669444444 - N56.736611111111, W6.1858888888889 - N56.736611111111, W6.1858888888889 - N56.755388888889, W6.1883330555556 - N56.755388888889, W6.1883330555556 - N56.768721944444, W5.9833330555556 - N56.768721944444, W5.9833330555556 - N56.784583055556, W5.9617219444444 - N56.784583055556, W5.9617219444444 - N56.749556111111, W5.9100280555556 - N56.749556111111, W5.9100280555556 - N56.762083055556, W5.8866938888889 - N56.762083055556, W5.8866938888889 - N56.743333055556, W5.8758888888889 - N56.743333055556, W5.8758888888889 - N56.740416944444, W5.8466938888889 - N56.740416944444, W5.8466938888889 - N56.760778055556, W5.8541669444444 - N56.760778055556, W5.8541669444444 - N56.764166944444, W5.8908888888889 - N56.764166944444, W5.8908888888889 - N56.784583055556, W5.8884169444444 - N56.784583055556, W5.8884169444444 - N56.770388888889, W5.8333888888889 - N56.770388888889, W5.8333888888889 - N56.792056111111, W5.7983061111111 - N56.792056111111, W5.7983061111111 - N56.781638888889, W5.7541669444444 - N56.781638888889, W5.7541669444444 - N56.810388888889, W5.8683330555556 - N56.810388888889, W5.8683330555556 - N56.832528055556, W5.8592219444444 - N56.832528055556, W5.8592219444444 - N56.843721944444, W5.7183330555556 - N56.843721944444, W5.7183330555556 - N56.875028055556, W5.6725561111111 - N56.875028055556, W5.6725561111111 - N56.850416944444, W5.7283888888889 - N56.850416944444, W5.7283888888889 - N56.859166944444, W5.78925 - N56.859166944444, W5.78925 - N56.884166944444, W5.7241669444444 - N56.884166944444, W5.7241669444444 - N56.894556111111, W5.7367219444444 - N56.894556111111, W5.7367219444444 - N56.873721944444, W5.8866388888889 - N56.873721944444, W5.8866388888889 - N56.889111111111, W5.9242219444444 - N56.889111111111, W5.9242219444444 - N56.90625, W5.8899719444444 - N56.90625, W5.8899719444444 - N56.9, W5.8508061111111 - N56.9, W5.8508061111111 - N56.919138888889, W5.8875280555556 - N56.919138888889, W5.8875280555556 - N56.966638888889, W5.8441938888889 - N56.966638888889, W5.8441938888889 - N56.960833055556, W5.8191938888889 - N56.960833055556, W5.8191938888889 - N56.971666944444, W5.8475 - N56.971666944444, W5.8475 - N57.007443888889, W5.8325 - N57.007443888889, W5.8325 - N57.018693888889, W5.7267219444444 - N57.018693888889, W5.7267219444444 - N56.991666944444, W5.7091388888889 - N56.991666944444, W5.7091388888889 - N56.969611111111, W5.6366938888889 - N56.969611111111, W5.6366938888889 - N56.994138888889, W5.5091938888889 - N56.994138888889, W5.5091938888889 - N57.003721944444, W5.5233611111111 - N57.003721944444, W5.5233611111111 - N56.98125, W5.6200561111111 - N56.98125, W5.6200561111111 - N56.994193888889, W5.6641388888889 - N56.994193888889, W5.6641388888889 - N57.032888888889, W5.6750280555556 - N57.032888888889, W5.6750280555556 - N57.040388888889, W5.7084169444444 - N57.040388888889, W5.7084169444444 - N57.02875, W5.7366669444444 - N57.02875, W5.7366669444444 - N57.05125, W5.7616938888889 - N57.05125, W5.7616938888889 - N57.045028055556, W5.7808061111111 - N57.045028055556, W5.7808061111111 - N57.066638888889, W5.79425 - N57.066638888889, W5.79425 - N57.118778055556, W5.7200280555556 - N57.118778055556, W5.7200280555556 - N57.119556111111, W5.5916669444444 - N57.119556111111, W5.5916669444444 - N57.08375, W5.5201111111111 - N57.08375, W5.5201111111111 - N57.097888888889, W5.5100561111111 - N57.097888888889, W5.5100561111111 - N57.108306111111, W5.3875280555556 - N57.108306111111, W5.3875280555556 - N57.102916944444, W5.5316938888889 - N57.102916944444, W5.5316938888889 - N57.132888888889, W5.5616388888889 - N57.132888888889, W5.5616388888889 - N57.142028055556, W5.66 - N57.142028055556, W5.66 - N57.161666944444, W5.6925 - N57.161666944444, W5.6925 - N57.2125, W5.6258330555556 - N57.2125, W5.6258330555556 - N57.239943888889, W5.6525280555556 - N57.239943888889, W5.6525280555556 - N57.259583055556, W5.5983330555556 - N57.259583055556, W5.5983330555556 - N57.270388888889, W5.5216669444444 - N57.270388888889, W5.5216669444444 - N57.212916944444, W5.4317219444444 - N57.212916944444, W5.4317219444444 - N57.2325, W5.3925 - N57.2325, W5.3925 - N57.239583055556, W5.4550830555556 - N57.239583055556, W5.4550830555556 - N57.278721944444, W5.5150830555556 - N57.278721944444, W5.5150830555556 - N57.270416944444, W5.5933061111111 - N57.270416944444, W5.5933061111111 - N57.285416944444, W5.6450561111111 - N57.285416944444, W5.6450561111111 - N57.282528055556, W5.7325280555556 - N57.282528055556, W5.7325280555556 - N57.306666944444, W5.7274719444444 - N57.306666944444, W5.7274719444444 - N57.325778055556, W5.6741111111111 - N57.325778055556, W5.6741111111111 - N57.34125, W5.6850561111111 - N57.34125, W5.6850561111111 - N57.354556111111, W5.5333611111111 - N57.354556111111, W5.5333611111111 - N57.392471944444, W5.4575561111111 - N57.392471944444, W5.4575561111111 - N57.421638888889, W5.4441669444444 - N57.421638888889, W5.4441669444444 - N57.357111111111, W5.5483330555556 - N57.357111111111, W5.5483330555556 - N57.366638888889, W5.6342219444444 - N57.366638888889, W5.6342219444444 - N57.389971944444, W5.5958611111111 - N57.389971944444, W5.5958611111111 - N57.415416944444, W5.61 - N57.415416944444, W5.61 - N57.350388888889, W5.7449438888889 - N57.350388888889, W5.7449438888889 - N57.346221944444, W5.7866669444444 - N57.346221944444, W5.7866669444444 - N57.374556111111, W5.8083611111111 - N57.374556111111, W5.8083611111111 - N57.364138888889, W5.8225561111111 - N57.364138888889, W5.8225561111111 - N57.439138888889, W5.8074719444444 - N57.439138888889, W5.8074719444444 - N57.441221944444, W5.8516669444444 - N57.441221944444, W5.8516669444444 - N57.470833055556, W5.8725280555556 - N57.470833055556, W5.8725280555556 - N57.575833055556, W5.8425561111111 - N57.575833055556, W5.8425561111111 - N57.585388888889, W5.8100280555556 - N57.585388888889, W5.8100280555556 - N57.544528055556, W5.7400280555556 - N57.544528055556, W5.7400280555556 - N57.541221944444, W5.7083611111111 - N57.541221944444, W5.7083611111111 - N57.556221944444, W5.7084169444444 - N57.556221944444, W5.7084169444444 - N57.531638888889, W5.6975 - N57.531638888889, W5.6975 - N57.510361111111, W5.6483888888889 - N57.510361111111, W5.6483888888889 - N57.542028055556, W5.6567219444444 - N57.542028055556, W5.6567219444444 - N57.522056111111, W5.6216669444444 - N57.522056111111, W5.6216669444444 - N57.53625, W5.6033611111111 - N57.53625, W5.6033611111111 - N57.530388888889, W5.53175 - N57.530388888889, W5.53175 - N57.540833055556, W5.5125280555556 - N57.540833055556, W5.5125280555556 - N57.55625, W5.5883330555556 - N57.55625, W5.5883330555556 - N57.545388888889, W5.6683330555556 - N57.545388888889, W5.6683330555556 - N57.624166944444, W5.7575280555556 - N57.624166944444, W5.7575280555556 - N57.639166944444, W5.8175 - N57.639166944444, W5.8175 - N57.697056111111, W5.785 - N57.697056111111, W5.785 - N57.707083055556, W5.7334169444444 - N57.707083055556, W5.7334169444444 - N57.689583055556, W5.6817219444444 - N57.689583055556, W5.6817219444444 - N57.699971944444, W5.6741669444444 - N57.699971944444, W5.6741669444444 - N57.730388888889, W5.6983888888889 - N57.730388888889, W5.6983888888889 - N57.749193888889, W5.8125 - N57.749193888889, W5.8125 - N57.855, W5.8142219444444 - N57.855, W5.8142219444444 - N57.870416944444, W5.7600561111111 - N57.870416944444, W5.7600561111111 - N57.867888888889, W5.6833888888889 - N57.867888888889, W5.6833888888889 - N57.799138888889, W5.6658888888889 - N57.799138888889, W5.6658888888889 - N57.767888888889, W5.6183061111111 - N57.767888888889, W5.6183061111111 - N57.7725, W5.5975 - N57.7725, W5.5975 - N57.789943888889, W5.6224719444444 - N57.789943888889, W5.6224719444444 - N57.790861111111, W5.5791669444444 - N57.790861111111, W5.5791669444444 - N57.800861111111, W5.5975 - N57.800861111111, W5.5975 - N57.837471944444, W5.5841938888889 - N57.837471944444, W5.5841938888889 - N57.855361111111, W5.6433888888889 - N57.855361111111, W5.6433888888889 - N57.875833055556, W5.6559169444444 - N57.875833055556, W5.6559169444444 - N57.924556111111, W5.6200561111111 - N57.924556111111, W5.6200561111111 - N57.917888888889, W5.5633888888889 - N57.917888888889, W5.5633888888889 - N57.867471944444, W5.5375280555556 - N57.867471944444, W5.5375280555556 - N57.852083055556, W5.4666669444444 - N57.852083055556, W5.4666669444444 - N57.90875, W5.4216669444444 - N57.90875, W5.4216669444444 - N57.863721944444, W5.3184169444444 - N57.863721944444, W5.3184169444444 - N57.842888888889, W5.2200280555556 - N57.842888888889, W5.2200280555556 - N57.905416944444, W5.3383611111111 - N57.905416944444, W5.3383611111111 - N57.911666944444, W5.3941938888889 - N57.911666944444, W5.3941938888889 - N57.932443888889, W5.4025561111111 - N57.932443888889, W5.4025561111111 - N57.938693888889, W5.3583330555556 - N57.938693888889, W5.3583330555556 - N57.91375, W5.3283888888889 - N57.91375, W5.3283888888889 - N57.917888888889, W5.2416938888889 - N57.917888888889, W5.2416938888889 - N57.874583055556, W5.1283888888889 - N57.874583055556, W5.1283888888889 - N57.819138888889, W5.0725280555556 - N57.819138888889, W5.0725280555556 - N57.870833055556, W5.1008611111111 - N57.870833055556, W5.1008611111111 - N57.924166944444, W5.2241938888889 - N57.924166944444, W5.2241938888889 - N57.9525, W5.1775561111111 - N57.9525, W5.1775561111111 - N57.944556111111, W5.1949719444444 - N57.944556111111, W5.1949719444444 - N57.95625, W5.1950561111111 - N57.95625, W5.1950561111111 - N57.977943888889, W5.31 - N57.977943888889, W5.31 - N58.03125, W5.3683611111111 - N58.03125, W5.3683611111111 - N58.032443888889, W5.4225561111111 - N58.032443888889, W5.4225561111111 - N58.0525, W5.4158330555556 - N58.0525, W5.4158330555556 - N58.075806111111, W5.4591938888889 - N58.075806111111, W5.4591938888889 - N58.10625, W5.4250830555556 - N58.10625, W5.4250830555556 - N58.05875, W5.3567219444444 - N58.05875, W5.3567219444444 - N58.08125, W5.34 - N58.08125, W5.34 - N58.065416944444, W5.3033330555556 - N58.065416944444, W5.3033330555556 - N58.101666944444, W5.2708611111111 - N58.101666944444, W5.2708611111111 - N58.12, W5.3042780555556 - N58.12, W5.3042780555556 - N58.124138888889, W5.2675830555556 - N58.124138888889, W5.2675830555556 - N58.138278055556, W5.3009169444444 - N58.138278055556, W5.3009169444444 - N58.149138888889, W5.2442219444444 - N58.149138888889, W5.2442219444444 - N58.153721944444, W5.3083888888889 - N58.153721944444, W5.3083888888889 - N58.165806111111, W5.2825 - N58.165806111111, W5.2825 - N58.163306111111, W5.3141938888889 - N58.163306111111, W5.3141938888889 - N58.175806111111, W5.3075561111111 - N58.175806111111, W5.3075561111111 - N58.235806111111, W5.4075280555556 - N58.235806111111, W5.4075280555556 - N58.264528055556, W5.3783888888889 - N58.264528055556, W5.3783888888889 - N58.224528055556, W5.3100830555556 - N58.224528055556, W5.3100830555556 - N58.254583055556, W5.2383061111111 - N58.254583055556, W5.2383061111111 - N58.242888888889, W5.1716938888889 - N58.242888888889, W5.1716938888889 - N58.26, W5.1659438888889 - N58.26, W5.1659438888889 - N58.270388888889, W5.1200830555556 - N58.270388888889, W5.1200830555556 - N58.247943888889, W5.06 - N58.247943888889, W5.06 - N58.25875, W5.0184169444444 - N58.25875, W5.0184169444444 - N58.227083055556, W4.9649719444444 - N58.227083055556, W4.9649719444444 - N58.251666944444, W4.9958611111111 - N58.251666944444, W4.9958611111111 - N58.256666944444, W4.9225561111111 - N58.256666944444, W4.9225561111111 - N58.263693888889, W5.0833330555556 - N58.263693888889, W5.0833330555556 - N58.291638888889, W5.1425 - N58.291638888889, W5.1425 - N58.321638888889, W5.1326111111111 - N58.321638888889, W5.1326111111111 - N58.323333055556, W5.1708611111111 - N58.323333055556, W5.1708611111111 - N58.352471944444, W5.1825280555556 - N58.352471944444, W5.1825280555556 - N58.354166944444, W5.1558330555556 - N58.354166944444, W5.1558330555556 - N58.364138888889, W5.17425 - N58.364138888889, W5.17425 - N58.413721944444, W5.14 - N58.413721944444, W5.14 - N58.380806111111, W5.0309169444444 - N58.380806111111, W5.0309169444444 - N58.403333055556, W5.0708061111111 - N58.403333055556, W5.0708061111111 - N58.411278055556, W5.0350561111111 - N58.411278055556, W5.0350561111111 - N58.414138888889, W5.1141669444444 - N58.414138888889, W5.1141669444444 - N58.417443888889, W5.0758611111111 - N58.417443888889, W5.0758611111111 - N58.425028055556, W5.1157780555556 - N58.425028055556, W5.1157780555556 - N58.452888888889, W5.0783888888889 - N58.452888888889, W5.0783888888889 - N58.449528055556, W5.0317219444444 - N58.449528055556, W5.0317219444444 - N58.426638888889, W4.9908611111111 - N58.426638888889, W4.9908611111111 - N58.452861111111, W5.0166669444444 - N58.452861111111, W5.0166669444444 - N58.457056111111, W5.0750561111111 - N58.457056111111, W5.0750561111111 - N58.463333055556, W5.0575561111111 - N58.463333055556, W5.0575561111111 - N58.490806111111, W5.1258611111111 - N58.490806111111, W5.1258611111111 - N58.523306111111, W5.1158061111111 - N58.523306111111, W5.1158061111111 - N58.563306111111, W5.0308888888889 - N58.563306111111, W5.0308888888889 - N58.627916944444, W5.0033611111111 - N58.627916944444, W5.0033611111111 - N58.598306111111, W4.82925 - N58.598306111111, W4.82925 - N58.548361111111, W4.7958888888889 - N58.548361111111, W4.7958888888889 - N58.523361111111, W4.8325561111111 - N58.523361111111, W4.8325561111111 - N58.517028055556, W4.8117219444444 - N58.517028055556, W4.8117219444444 - N58.548278055556, W4.7808061111111 - N58.548278055556, W4.7808061111111 - N58.576693888889, W4.8009169444444 - N58.576693888889, W4.8009169444444 - N58.58, W4.7674719444444 - N58.58, W4.7674719444444 - N58.602056111111, W4.7934169444444 - N58.602056111111, W4.7934169444444 - N58.605861111111, W4.7708330555556 - N58.605861111111, W4.7708330555556 - N58.567888888889, W4.7350830555556 - N58.567888888889, W4.7350830555556 - N58.552471944444, W4.6542219444444 - N58.552471944444, W4.6542219444444 - N58.447888888889, W4.7516938888889 - N58.447888888889, W4.7516938888889 - N58.484971944444, W4.6658611111111 - N58.484971944444, W4.6658611111111 - N58.52, W4.6475561111111 - N58.52, W4.6475561111111 - N58.526221944444, W4.6200280555556 - N58.526221944444, W4.6200280555556 - N58.514971944444, W4.6159169444444 - N58.514971944444, W4.6159169444444 - N58.582888888889, W4.5800830555556 - N58.582888888889, W4.5800830555556 - N58.577083055556, W4.5050830555556 - N58.577083055556, W4.5050830555556 - N58.550416944444, W4.4533330555556 - N58.550416944444, W4.4533330555556 - N58.557028055556, W4.4366669444444 - N58.557028055556, W4.4366669444444 - N58.521693888889, W4.4091669444444 - N58.521693888889, W4.4091669444444 - N58.495833055556, W4.4558611111111 - N58.495833055556, W4.4558611111111 - N58.444556111111, W4.4766938888889 - N58.444556111111, W4.4766938888889 - N58.537916944444, W4.3550561111111 - N58.537916944444, W4.3550561111111 - N58.544583055556, W4.3 - N58.544583055556, W4.3 - N58.535833055556, W4.2658611111111 - N58.535833055556, W4.2658611111111 - N58.519556111111, W4.2683330555556 - N58.519556111111, W4.2683330555556 - N58.527083055556, W4.2400280555556 - N58.527083055556, W4.2400280555556 - N58.515416944444, W4.2250280555556 - N58.515416944444, W4.2250280555556 - N58.535028055556, W4.2458888888889 - N58.535028055556, W4.2458888888889 - N58.533333055556, W4.2125561111111 - N58.533333055556, W4.2125561111111 - N58.552083055556, W4.2150561111111 - N58.552083055556, W4.2150561111111 - N58.54375, W4.1783330555556 - N58.54375, W4.1783330555556 - N58.570388888889, W4.1283330555556 - N58.570388888889, W4.1283330555556 - N58.55375, W4.0717219444444 - N58.55375, W4.0717219444444 - N58.60375, W4.0200561111111 - N58.60375, W4.0200561111111 - N58.567916944444, W4.0066388888889 - N58.567916944444, W4.0066388888889 - N58.574528055556, W3.9333611111111 - N58.574528055556, W3.9333611111111 - N58.558721944444, W3.91 - N58.558721944444, W3.91 - N58.57375, W3.8050280555556 - N58.57375, W3.8050280555556 - N58.564556111111, W3.7784169444444 - N58.564556111111, W3.7784169444444 - N58.622028055556, W3.6566938888889 - N58.622028055556, W3.6566938888889 - N58.623721944444, W3.5366669444444 - N58.623721944444, W3.5366669444444 - N58.607471944444, W3.5508330555556 - N58.607471944444, W3.5508330555556 - N58.599583055556, W3.5284169444444 - N58.599583055556, W3.5284169444444 - N58.612861111111, W3.4583330555556 - N58.612861111111, W3.4583330555556 - N58.594528055556, W3.3733330555556 - N58.594528055556, W3.3733330555556 - N58.618333055556, W3.3508330555556 - N58.618333055556, W3.3508330555556 - N58.641638888889, W3.4141938888889 - N58.641638888889, W3.4141938888889 - N58.672888888889, W3.3750280555556 - N58.672888888889, W3.3750280555556 - N58.644556111111, W3.3099719444444 - N58.644556111111, W3.3099719444444 - N58.661221944444, W3.1916938888889 - N58.661221944444, W3.1916938888889 - N58.638721944444, W3.1600561111111 - N58.638721944444, W3.1600561111111 - N58.643333055556, W3.0224719444444 - N58.643333055556, W3.0224719444444 - N58.504971944444, W3.1341669444444 - N58.504971944444, W3.1341669444444 - N58.477888888889, W3.1150280555556 - N58.477888888889, W3.1150280555556 - N58.479971944444, W3.0491388888889 - N58.479971944444, W3.0491388888889 - N58.449971944444, W3.0508330555556 - N58.449971944444, W3.0508330555556 - N58.441638888889, W3.0842219444444 - N58.441638888889, W3.0842219444444 - N58.430028055556, W3.0691938888889 - N58.430028055556, W3.0691938888889 - N58.370778055556, W3.10925 - N58.370778055556, W3.10925 - N58.311638888889, W3.2075561111111 - N58.311638888889, W3.2075561111111 - N58.272943888889, W3.3733061111111 - N58.272943888889, W3.3733061111111 - N58.168306111111, W3.5125280555556 - N58.168306111111, W3.5125280555556 - N58.058693888889, W3.7983611111111 - N58.058693888889, W3.7983611111111 - N58.006638888889, W3.8475 - N58.006638888889, W3.8475 - N57.969583055556, W3.9800561111111 - N57.969583055556, W3.9800561111111 - N57.933721944444, W4.0050561111111 - N57.933721944444, W4.0050561111111 - N57.933361111111, W4.0308888888889 - N57.933361111111, W4.0308888888889 - N57.948693888889, W4.0150280555556 - N57.948693888889, W4.0150280555556 - N57.943693888889, W4.0483330555556 - N57.943693888889, W4.0483330555556 - N57.957443888889, W4.0825561111111 - N57.957443888889, W4.0825561111111 - N57.937028055556, W4.0683061111111 - N57.937028055556, W4.0683061111111 - N57.9255, W3.9984719444444 - N57.9255, W3.9984719444444 - N57.861221944444, W4.0116938888889 - N57.861221944444, W4.0116938888889 - N57.867888888889, W4.0683061111111 - N57.867888888889, W4.0683061111111 - N57.84875, W4.1133061111111 - N57.84875, W4.1133061111111 - N57.856693888889, W4.1508888888889 - N57.856693888889, W4.1508888888889 - N57.871221944444, W4.1384169444444 - N57.871221944444, W4.1384169444444 - N57.858778055556, W4.1666938888889 - N57.858778055556, W4.1666938888889 - N57.87375, W4.2233888888889 - N57.87375, W4.2233888888889 - N57.860416944444, W4.285 - N57.860416944444, W4.285 - N57.885, W4.3559169444444 - N57.885, W4.3559169444444 - N57.852083055556, W4.2966938888889 - N57.852083055556, W4.2966938888889 - N57.862861111111, W4.1916669444444 - N57.862861111111, W4.1916669444444 - N57.833721944444, W4.1617219444444 - N57.833721944444, W4.1617219444444 - N57.829556111111, W4.1216938888889 - N57.829556111111, W4.1216938888889 - N57.844556111111, W4.135 - N57.844556111111, W4.135 - N57.815416944444, W4.0500561111111 - N57.815416944444, W4.0500561111111 - N57.84625, W3.9650280555556 - N57.84625, W3.9650280555556 - N57.829138888889, W3.9191388888889 - N57.829138888889, W3.9191388888889 - N57.812056111111, W3.9466938888889 - N57.812056111111, W3.9466938888889 - N57.822056111111, W3.8716938888889 - N57.822056111111, W3.8716938888889 - N57.86125, W3.8116669444444 - N57.86125, W3.8116669444444 - N57.865028055556, W3.7725561111111 - N57.865028055556, W3.7725561111111 - N57.692888888889, W3.9767219444444 - N57.692888888889, W3.9767219444444 - N57.694138888889, W4.0341938888889 - N57.694138888889, W4.0341938888889 - N57.737888888889, W4.0216938888889 - N57.737888888889, W4.0216938888889 - N57.727916944444, W4.0833611111111 - N57.727916944444, W4.0833611111111 - N57.687056111111, W4.1616938888889 - N57.687056111111, W4.1616938888889 - N57.68125, W4.2833611111111 - N57.68125, W4.2833611111111 - N57.574943888889, W4.4441938888889 - N57.574943888889, W4.4441938888889 - N57.671221944444, W4.2300830555556 - N57.671221944444, W4.2300830555556 - N57.675388888889, W4.1633611111111 - N57.675388888889, W4.1633611111111 - N57.657916944444, W4.1600280555556 - N57.657916944444, W4.1600280555556 - N57.680416944444, W3.9967219444444 - N57.680416944444, W3.9967219444444 - N57.605778055556, W4.1025830555556 - N57.605778055556, W4.1025830555556 - N57.574193888889, W4.0891938888889 - N57.574193888889, W4.0891938888889 - N57.574556111111, W4.1450561111111 - N57.574556111111, W4.1450561111111 - N57.545416944444, W4.1866938888889 - N57.545416944444, W4.1866938888889 - N57.549556111111, W4.2466669444444 - N57.549556111111, W4.2466669444444 - N57.536638888889, W4.1908611111111 - N57.536638888889, W4.1908611111111 - N57.499583055556, W4.2366938888889 - N57.499583055556, W4.2366938888889 - N57.511221944444, W4.3833611111111 - N57.511221944444, W4.3833611111111 - N57.486193888889, W4.4383611111111 - N57.486193888889, W4.4383611111111 - N57.497083055556, W4.4083611111111 - N57.497083055556, W4.4083611111111 - N57.48125, W4.3816938888889 - N57.48125, W4.3816938888889 - N57.482111111111, W4.2900280555556 - N57.482111111111, W4.2900280555556 - N57.49625, W4.22175 - N57.49625, W4.22175 - N57.484583055556, W4.1833330555556 - N57.484583055556, W4.1833330555556 - N57.516666944444, W4.1491669444444 - N57.516666944444, W4.1491669444444 - N57.515416944444, W4.115 - N57.515416944444, W4.115 - N57.559166944444, W4.0425830555556 - N57.559166944444, W4.0425830555556 - N57.5825, W4.0775561111111 - N57.5825, W4.0775561111111 - N57.591221944444, W4.0583611111111 - N57.591221944444, W4.0583611111111 - N57.592056111111, W3.8550561111111 - N57.592056111111, W3.8550561111111 - N57.662083055556, W3.67 - N57.662083055556, W3.67 - N57.658333055556, W3.6208888888889 - N57.658333055556, W3.6208888888889 - N57.63125, W3.6333888888889 - N57.63125, W3.6333888888889 - N57.631221944444, W3.5916938888889 - N57.631221944444, W3.5916938888889 - N57.644138888889, W3.5841388888889 - N57.644138888889, W3.5841388888889 - N57.664556111111, W3.6217219444444 - N57.664556111111, W3.6217219444444 - N57.662916944444, W3.5333611111111 - N57.662916944444, W3.5333611111111 - N57.682471944444, W3.4925561111111 - N57.682471944444, W3.4925561111111 - N57.704583055556, W3.4949719444444 - N57.704583055556, W3.4949719444444 - N57.724583055556, W3.3450280555556 - N57.724583055556, W3.3450280555556 - N57.725443888889, W3.2817219444444 - N57.725443888889, W3.2817219444444 - N57.718721944444, W3.2766669444444 - N57.718721944444, W3.2766669444444 - N57.668721944444, W3.1 - N57.668721944444, W3.1 - N57.665388888889, W3.03675 - N57.665388888889, W3.03675 - N57.707083055556, W2.8600830555556 - N57.707083055556, W2.8600830555556 - N57.682916944444, W2.7416669444444 - N57.682916944444, W2.7416669444444 - N57.692056111111, W2.7183888888889 - N57.692056111111, W2.7183888888889 - N57.683721944444, W2.5733888888889 - N57.683721944444, W2.5733888888889 - N57.665361111111, W2.5133611111111 - N57.665361111111, W2.5133611111111 - N57.671221944444, W2.3450830555556 - N57.671221944444, W2.3450830555556 - N57.696193888889, W2.2983888888889 - N57.696193888889, W2.2983888888889 - N57.672083055556, W2.1850561111111 - N57.672083055556, W2.1850561111111 - N57.70125, W2.12175 - N57.70125, W2.12175 - N57.699583055556, W2.0033330555556 - N57.699583055556, W2.0033330555556 - N57.680416944444, W1.9883611111111 - N57.680416944444, W1.9883611111111 - N57.675388888889, W1.9183330555556 - N57.675388888889, W1.9183330555556 - N57.639971944444, W1.8875830555556 - N57.639971944444, W1.8875830555556 - N57.610833055556, W1.8191669444444 - N57.610833055556, W1.8191669444444 - N57.5175, W1.7991938888889 - N57.5175, W1.7991938888889 - N57.503333055556, W1.7641388888889 - N57.503333055556, W1.7641388888889 - N57.5025, W1.7875 - N57.5025, W1.7875 - N57.483306111111, W1.7925830555556 - N57.483306111111, W1.7925830555556 - N57.470806111111, W1.7675830555556 - N57.470806111111, W1.7675830555556 - N57.410778055556, W1.8326111111111 - N57.410778055556, W1.8326111111111 - N57.4075, W1.8591669444444 - N57.4075, W1.8591669444444 - N57.389943888889, W1.8558611111111 - N57.389943888889, W1.8558611111111 - N57.310388888889, W1.9833611111111 - N57.310388888889, W1.9833611111111 - N57.330833055556, W1.9942219444444 - N57.330833055556, W1.9942219444444 - N57.300861111111, W1.9908061111111 - N57.300861111111, W1.9908061111111 - N57.175806111111, W2.0858330555556 - N57.175806111111, W2.0858330555556 - N57.124166944444, W2.04925 - N57.124166944444, W2.04925 - N56.9675, W2.2058330555556 - N56.9675, W2.2058330555556 - N56.908361111111, W2.1975 - N56.908361111111, W2.1975 - N56.864111111111, W2.2308330555556 - N56.864111111111, W2.2308330555556 - N56.795833055556, W2.3225 - N56.795833055556, W2.3225 - N56.750833055556, W2.4375 - N56.750833055556, W2.4375 - N56.704583055556, W2.4533330555556 - N56.704583055556, W2.4533330555556 - N56.705833055556, W2.4809169444444 - N56.705833055556, W2.4809169444444 - N56.721221944444, W2.4784438888889 - N56.721221944444, W2.4784438888889 - N56.722943888889, W2.5166938888889 - N56.722943888889, W2.5166938888889 - N56.709556111111, W2.5266938888889 - N56.709556111111, W2.5266938888889 - N56.718278055556, W2.5391388888889 - N56.718278055556, W2.5391388888889 - N56.699528055556, W2.5166669444444 - N56.699528055556, W2.5166669444444 - N56.700861111111, W2.4358611111111 - N56.700861111111, W2.4358611111111 - N56.661666944444, W2.5025561111111 - N56.661666944444, W2.5025561111111 - N56.634971944444, W2.5075561111111 - N56.634971944444, W2.5075561111111 - N56.62, W2.4825 - N56.62, W2.4825 - N56.566638888889, W2.53925 - N56.566638888889, W2.53925 - N56.494943888889, W2.7175 - N56.494943888889, W2.7175 - N56.462083055556, W2.7367219444444 - N56.462083055556, W2.7367219444444 - N56.479583055556, W2.79175 - N56.479583055556, W2.79175 - N56.450416944444, W2.9834169444444 - N56.450416944444, W2.9834169444444 - N56.457056111111, W3.0516669444444 - N56.457056111111, W3.0516669444444 - N56.375388888889, W3.2133888888889 - N56.375388888889, W3.2133888888889 - N56.35625, W3.2933330555556 - N56.35625, W3.2933330555556 - N56.380833055556, W3.3775280555556 - N56.380833055556, W3.3775280555556 - N56.354138888889, W3.3075 - N56.354138888889, W3.3075 - N56.347056111111, W3.3183330555556 - N56.347056111111, W3.3183330555556 - N56.35125, W3.2534438888889 - N56.35125, W3.2534438888889 - N56.420416944444, W2.9934169444444 - N56.420416944444, W2.9934169444444 - N56.451193888889, W2.9266388888889 - N56.451193888889, W2.9266388888889 - N56.438721944444, W2.8633330555556 - N56.438721944444, W2.8633330555556 - N56.44625, W2.8133611111111 - N56.44625, W2.8133611111111 - N56.376666944444, W2.8258330555556 - N56.376666944444, W2.8258330555556 - N56.353306111111, W2.9108061111111 - N56.353306111111, W2.9108061111111 - N56.353721944444, W2.8333330555556 - N56.353721944444, W2.8333330555556 - N56.36625, W2.8183611111111 - N56.36625, W2.8183611111111 - N56.332083055556, W2.7767219444444 - N56.332083055556, W2.7767219444444 - N56.3175, W2.6591669444444 - N56.3175, W2.6591669444444 - N56.279971944444, W2.5875 - N56.279971944444, W2.5875 - N56.2675, W2.5958611111111 - N56.2675, W2.5958611111111 - N56.182888888889, W2.8116669444444 - N56.182888888889, W2.8116669444444 - N56.185416944444, W2.8684438888889 - N56.185416944444, W2.8684438888889 - N56.207861111111, W2.9016388888889 - N56.207861111111, W2.9016388888889 - N56.207056111111, W2.9683888888889 - N56.207056111111, W2.9683888888889 - N56.115, W3.1508888888889 - N56.115, W3.1508888888889 - N56.060416944444, W3.1784169444444 - N56.060416944444, W3.1784169444444 - N56.054556111111, W3.2850280555556 - N56.054556111111, W3.2850280555556 - N56.033693888889, W3.3216669444444 - N56.033693888889, W3.3216669444444 - N56.027111111111, W3.3950561111111 - N56.027111111111, W3.3950561111111 - N56.007056111111, W3.3984169444444 - N56.007056111111, W3.3984169444444 - N56.056221944444, W3.5750280555556 - N56.056221944444, W3.5750280555556 - N56.056221944444, W3.60175 - N56.056221944444, W3.60175 - N56.043721944444, W3.6033888888889 - N56.043721944444, W3.6033888888889 - N56.047028055556, W3.6883611111111 - N56.047028055556, W3.6883611111111 - N56.117471944444, W3.8491388888889 - N56.117471944444, W3.8491388888889 - N56.099583055556, W3.8383330555556 - N56.099583055556, W3.8383330555556 - N56.094546111111, W3.8011661111111 - N56.094546111111, W3.8011661111111 - N56.064111111111, W3.7341669444444 - N56.064111111111, W3.7341669444444 - N56.026221944444, W3.7167219444444 - N56.026221944444, W3.7167219444444 - N56.034138888889, W3.6791669444444 - N56.034138888889, W3.6791669444444 - N56.006221944444, W3.6833611111111 - N56.006221944444, W3.6833611111111 - N56.02125, W3.6033330555556 - N56.02125, W3.6033330555556 - N55.99875, W3.5100280555556 - N55.99875, W3.5100280555556 - N55.990388888889, W3.3916388888889 - N55.990388888889, W3.3916388888889 - N56.002083055556, W3.35175 - N56.002083055556, W3.35175 - N55.977916944444, W3.3033061111111 - N55.977916944444, W3.3033061111111 - N55.982056111111, W3.16675 - N55.982056111111, W3.16675 - N55.992916944444, W3.1816669444444 - N55.992916944444, W3.1816669444444 - N55.946193888889, W3.0683888888889 - N55.946193888889, W3.0683888888889 - N55.97625, W2.9150280555556 - N55.97625, W2.9150280555556 - N56.011638888889, W2.8925830555556 - N56.011638888889, W2.8925830555556 - N56.014971944444, W2.8525280555556 - N56.014971944444, W2.8525280555556 - N56.036666944444, W2.86925 - N56.036666944444, W2.86925 - N56.062916944444, W2.8166388888889 - N56.062916944444, W2.8166388888889 - N56.061278055556, W2.6801111111111 - N56.061278055556, W2.6801111111111 - N56.023333055556, W2.58425 - N56.023333055556, W2.58425 - N55.997888888889, W2.5983611111111 - N55.997888888889, W2.5983611111111 - N56.006221944444, W2.5133330555556 - N56.006221944444, W2.5133330555556 - N55.930388888889, W2.3333888888889 - N55.930388888889, W2.3333888888889 - N55.93125, W2.2183061111111 - N55.93125, W2.2183061111111 - N55.915806111111, W2.1375561111111 - N55.915806111111, W2.1375561111111 - N55.890806111111, W2.13425 - N55.890806111111, W2.13425 - N55.8725, W2.0758888888889 - N55.8725, W2.0758888888889 - N55.842528055556, W2.0708330555556 - N55.842528055556, W2.0708330555556 - N55.785028055556, W1.9992219444444 - N55.785028055556, W1.9992219444444 - N55.768333055556, W1.9908611111111 - N55.768333055556, W1.9908611111111 - N55.768306111111, W2.0291669444444 - N55.768306111111, W2.0291669444444 - N55.7, W1.8741938888889 - N55.7, W1.8741938888889 - N55.708306111111, W1.9175 - N55.708306111111, W1.9175 - N55.638721944444, W1.8333888888889 - N55.638721944444, W1.8333888888889 - N55.634583055556, W1.8050561111111 - N55.634583055556, W1.8050561111111 - N55.657471944444, W1.7875 - N55.657471944444, W1.7875 - N55.620833055556, W1.7475 - N55.620833055556, W1.7475 - N55.615806111111, W1.7825280555556 - N55.615806111111, W1.7825280555556 - N55.604556111111, W1.7683611111111 - N55.604556111111, W1.7683611111111 - N55.617056111111, W1.7250280555556 - N55.617056111111, W1.7250280555556 - N55.582471944444, W1.6408061111111 - N55.582471944444, W1.6408061111111 - N55.551638888889, W1.6225561111111 - N55.551638888889, W1.6225561111111 - N55.538306111111, W1.6392219444444 - N55.538306111111, W1.6392219444444 - N55.491638888889, W1.5908888888889 - N55.491638888889, W1.5908888888889 - N55.431638888889, W1.5775561111111 - N55.431638888889, W1.5775561111111 - N55.406638888889, W1.5775561111111 - N55.406638888889, W1.5775561111111 - N55.386666944444, W1.6225830555556 - N55.386666944444, W1.6225830555556 - N55.337471944444, W1.5692219444444 - N55.337471944444, W1.5692219444444 - N55.344166944444, W1.6091669444444 - N55.344166944444, W1.6091669444444 - N55.320833055556, W1.5475 - N55.320833055556, W1.5475 - N55.270833055556, W1.5692219444444 - N55.270833055556, W1.5692219444444 - N55.185, W1.4975830555556 - N55.185, W1.4975830555556 - N55.160416944444, W1.5233330555556 - N55.160416944444, W1.5233330555556 - N55.165, W1.5725 - N55.165, W1.5725 - N55.1575, W1.5225561111111 - N55.1575, W1.5225561111111 - N55.1175, W1.4808061111111 - N55.1175, W1.4808061111111 - N55.123306111111, W1.4975280555556 - N55.123306111111, W1.4975280555556 - N55.103278055556, W1.4942219444444 - N55.103278055556, W1.4942219444444 - N55.0175, W1.4125 - N55.0175, W1.4125 - N55.0025, W1.44425 - N55.0025, W1.44425 - N55.00375, W1.4133330555556 - N55.00375, W1.4133330555556 - N54.964193888889, W1.3558611111111 - N54.964193888889, W1.3558611111111 - N54.912471944444, W1.3675 - N54.912471944444, W1.3675 - N54.765833055556, W1.3008330555556 - N54.765833055556, W1.3008330555556 - N54.696611111111, W1.1758330555556 - N54.696611111111, W1.1758330555556 - N54.698278055556, W1.1958611111111 - N54.698278055556, W1.1958611111111 - N54.676666944444, W1.1975 - N54.676666944444, W1.1975 - N54.646638888889, W1.1591669444444 - N54.646638888889, W1.1591669444444 - N54.621611111111, W1.1991669444444 - N54.621611111111, W1.1991669444444 - N54.629583055556, W1.1667219444444 - N54.629583055556, W1.1667219444444 - N54.611666944444, W1.1591938888889 - N54.611666944444, W1.1591938888889 - N54.580833055556, W1.2125561111111 - N54.580833055556, W1.2125561111111 - N54.601666944444, W1.1508888888889 - N54.601666944444, W1.1508888888889 - N54.64875, W1.1366388888889 - N54.64875, W1.1366388888889 - N54.629583055556, W1.1216669444444 - N54.629583055556, W1.1216669444444 - N54.590361111111, W0.98836111111111 - N54.590361111111, W0.98836111111111 - N54.557888888889, W0.77341694444444 - N54.557888888889, W0.77341694444444 - N54.527916944444, W0.74166694444444 - N54.527916944444, W0.74166694444444 - N54.532083055556, W0.70502805555556 - N54.532083055556, W0.70502805555556 - N54.502888888889, W0.66841694444444 - N54.502888888889, W0.66841694444444 - N54.479528055556, W0.56672194444444 - N54.479528055556, W0.56672194444444 - N54.446666944444, W0.51919388888889 - N54.446666944444, W0.51919388888889 - N54.419193888889, W0.52419388888889 - N54.419193888889, W0.52419388888889 - N54.380028055556, W0.45252805555556 - N54.380028055556, W0.45252805555556 - N54.245778055556, W0.36419388888889 - N54.245778055556, W0.36419388888889 - N54.218361111111, W0.26580611111111 - N54.218361111111, W0.26580611111111 - N54.189943888889, W0.27925 - N54.189943888889, W0.27925 - N54.162056111111, W0.23333305555556 - N54.162056111111, W0.23333305555556 - N54.119943888889, W0.077528055555556 - N54.119943888889, W0.077528055555556 - N54.091638888889, W0.1775 - N54.091638888889, W0.1775 - N54.025778055556, W0.21591694444444 - N54.025778055556, W0.21591694444444 - N53.9025, W0.15588888888889 - N53.9025, W0.15588888888889 - N53.763775, E0 - N53.763775, E0 - N53.76375, E2.8055555555556E-5 - N53.76375, E2.8055555555556E-5 - N53.646666944444, E0.13416694444444 - N53.646666944444, E0.13416694444444 - N53.6, E0.15247194444444 - N53.6, E0.15247194444444 - N53.571221944444, E0.11 - N53.571221944444, E0.11 - N53.606666944444, E0.14741694444444 - N53.606666944444, E0.14741694444444 - N53.630388888889, E0.10827805555556 - N53.630388888889, E0.10827805555556 - N53.648693888889, E0.034943888888889 - N53.648693888889, E0.034943888888889 - N53.640621944444, E0 - N53.640621944444, E0 - N53.627916944444, W0.055 - N53.627916944444, W0.055 - N53.633721944444, W0.10338888888889 - N53.633721944444, W0.10338888888889 - N53.742888888889, W0.26502805555556 - N53.742888888889, W0.26502805555556 - N53.707861111111, W0.54666694444444 - N53.707861111111, W0.54666694444444 - N53.730388888889, W0.63005611111111 - N53.730388888889, W0.63005611111111 - N53.702888888889, W0.69838888888889 - N53.702888888889, W0.69838888888889 - N53.695833055556, W0.78083305555556 - N53.695833055556, W0.78083305555556 - N53.699166944444, W0.70080611111111 - N53.699166944444, W0.70080611111111 - N53.67, W0.6925 - N53.67, W0.6925 - N53.637083055556, W0.71666694444444 - N53.637083055556, W0.71666694444444 - N53.671638888889, W0.6875 - N53.671638888889, W0.6875 - N53.694138888889, W0.69752805555556 - N53.694138888889, W0.69752805555556 - N53.712916944444, W0.62672194444444 - N53.712916944444, W0.62672194444444 - N53.677888888889, W0.51838888888889 - N53.677888888889, W0.51838888888889 - N53.697083055556, W0.47502805555556 - N53.697083055556, W0.47502805555556 - N53.713721944444, W0.29341694444444 - N53.713721944444, W0.29341694444444 - N53.650806111111, W0.22419388888889 - N53.650806111111, W0.22419388888889 - N53.580416944444, W0.095056111111111 - N53.580416944444, W0.095056111111111 - N53.584971944444, W0.070861111111111 - N53.584971944444, W0.070861111111111 - N53.573721944444, W0.093416944444444 - N53.573721944444, W0.093416944444444 - N53.582083055556, W0.06175 - N53.582083055556, W0.06175 - N53.543721944444, E0 - N53.543721944444, E0 - N53.49375, E0.086638888888889 - N53.49375, E0.086638888888889 - N53.490443888889, E0.11491694444444 - N53.490443888889, E0.11491694444444 - N53.50375, E0.11497194444444 - N53.50375, E0.11497194444444 - N53.483693888889, E0.13166694444444 - N53.483693888889, E0.13166694444444 - N53.49375, E0.14830611111111 - N53.49375, E0.14830611111111 - N53.479193888889, E0.16744388888889 - N53.479193888889, E0.16744388888889 - N53.271611111111, E0.32247194444444 - N53.271611111111, E0.32247194444444 - N53.175, E0.3575 - N53.175, E0.3575 - N53.094971944444, E0.33583305555556 - N53.094971944444, E0.33583305555556 - N53.097083055556, E0.30830611111111 - N53.097083055556, E0.30830611111111 - N53.024971944444, E0.17744388888889 - N53.024971944444, E0.17744388888889 - N52.975, E0.10577805555556 - N52.975, E0.10577805555556 - N52.929166944444, E0.075778055555556 - N52.929166944444, E0.075778055555556 - N52.914943888889, E0.025806111111111 - N52.914943888889, E0.025806111111111 - N52.903306111111, E0.032471944444444 - N52.903306111111, E0.032471944444444 - N52.888421944444, E0 - N52.888421944444, E0 - N52.884971944444, W0.0075280555555556 - N52.884971944444, W0.0075280555555556 - N52.885416944444, E0 - N52.885416944444, E0 - N52.897028055556, E0.028278055555556 - N52.897028055556, E0.028278055555556 - N52.885416944444, E0.14158305555556 - N52.885416944444, E0.14158305555556 - N52.873278055556, E0.17411111111111 - N52.873278055556, E0.17411111111111 - N52.816221944444, E0.21663888888889 - N52.816221944444, E0.21663888888889 - N52.812861111111, E0.32163888888889 - N52.812861111111, E0.32163888888889 - N52.782888888889, E0.37491694444444 - N52.782888888889, E0.37491694444444 - N52.814943888889, E0.37911111111111 - N52.814943888889, E0.37911111111111 - N52.844166944444, E0.44580611111111 - N52.844166944444, E0.44580611111111 - N52.947471944444, E0.48916694444444 - N52.947471944444, E0.48916694444444 - N52.977056111111, E0.54497194444444 - N52.977056111111, E0.54497194444444 - N52.971221944444, E0.61661111111111 - N52.971221944444, E0.61661111111111 - N52.98875, E0.69502805555556 - N52.98875, E0.69502805555556 - N52.981221944444, E0.74830611111111 - N52.981221944444, E0.74830611111111 - N52.974138888889, E0.73080611111111 - N52.974138888889, E0.73080611111111 - N52.968721944444, E0.75169388888889 - N52.968721944444, E0.75169388888889 - N52.978721944444, E0.77333305555556 - N52.978721944444, E0.77333305555556 - N52.967888888889, E0.85502805555556 - N52.967888888889, E0.85502805555556 - N52.979556111111, E0.86994388888889 - N52.979556111111, E0.86994388888889 - N52.962028055556, E0.90836111111111 - N52.962028055556, E0.90836111111111 - N52.967471944444, E1.0358061111111 - N52.967471944444, E1.0358061111111 - N52.968721944444, E0.96827805555556 - N52.968721944444, E0.96827805555556 - N52.980416944444, E0.98333305555556 - N52.980416944444, E0.98333305555556 - N52.933721944444, E1.3016111111111 - N52.933721944444, E1.3016111111111 - N52.879111111111, E1.4407780555556 - N52.879111111111, E1.4407780555556 - N52.729971944444, E1.6941938888889 - N52.729971944444, E1.6941938888889 - N52.6325, E1.7458061111111 - N52.6325, E1.7458061111111 - N52.549943888889, E1.7357780555556 - N52.549943888889, E1.7357780555556 - N52.478333055556, E1.7658061111111 - N52.478333055556, E1.7658061111111 - N52.445, E1.7341111111111 - N52.445, E1.7341111111111 - N52.389971944444, E1.7291669444444 - N52.389971944444, E1.7291669444444 - N52.2825, E1.6358061111111 - N52.2825, E1.6358061111111 - N52.184111111111, E1.6241388888889 - N52.184111111111, E1.6241388888889 - N52.084943888889, E1.5808611111111 - N52.084943888889, E1.5808611111111 - N52.047471944444, E1.4708330555556 - N52.047471944444, E1.4708330555556 - N51.987056111111, E1.4032780555556 - N51.987056111111, E1.4032780555556 - N52.009138888889, E1.3591669444444 - N52.009138888889, E1.3591669444444 - N51.978278055556, E1.3925 - N51.978278055556, E1.3925 - N51.930388888889, E1.3199438888889 - N51.930388888889, E1.3199438888889 - N51.990778055556, E1.2791111111111 - N51.990778055556, E1.2791111111111 - N52.029583055556, E1.1682780555556 - N52.029583055556, E1.1682780555556 - N51.994583055556, E1.2149719444444 - N51.994583055556, E1.2149719444444 - N51.986638888889, E1.2690830555556 - N51.986638888889, E1.2690830555556 - N51.955778055556, E1.2791388888889 - N51.955778055556, E1.2791388888889 - N51.95375, E1.1883061111111 - N51.95375, E1.1883061111111 - N51.967056111111, E1.1632780555556 - N51.967056111111, E1.1632780555556 - N51.952028055556, E1.1299719444444 - N51.952028055556, E1.1299719444444 - N51.95, E1.06075 - N51.95, E1.06075 - N51.938721944444, E1.1216669444444 - N51.938721944444, E1.1216669444444 - N51.946638888889, E1.2908061111111 - N51.946638888889, E1.2908061111111 - N51.884166944444, E1.2424169444444 - N51.884166944444, E1.2424169444444 - N51.881638888889, E1.2008061111111 - N51.881638888889, E1.2008061111111 - N51.88375, E1.2533330555556 - N51.88375, E1.2533330555556 - N51.867056111111, E1.26825 - N51.867056111111, E1.26825 - N51.884556111111, E1.27 - N51.884556111111, E1.27 - N51.870806111111, E1.2941388888889 - N51.870806111111, E1.2941388888889 - N51.815833055556, E1.2358611111111 - N51.815833055556, E1.2358611111111 - N51.773693888889, E1.13 - N51.773693888889, E1.13 - N51.767888888889, E1.0433611111111 - N51.767888888889, E1.0433611111111 - N51.801638888889, E1.0191388888889 - N51.801638888889, E1.0191388888889 - N51.800833055556, E1.0491111111111 - N51.800833055556, E1.0491111111111 - N51.807528055556, E1.0025 - N51.807528055556, E1.0025 - N51.84875, E0.96994388888889 - N51.84875, E0.96994388888889 - N51.816638888889, E0.98241694444444 - N51.816638888889, E0.98241694444444 - N51.82875, E0.96494388888889 - N51.82875, E0.96494388888889 - N51.820806111111, E0.94575 - N51.820806111111, E0.94575 - N51.805806111111, E0.99241694444444 - N51.805806111111, E0.99241694444444 - N51.807056111111, E0.92661111111111 - N51.807056111111, E0.92661111111111 - N51.795806111111, E0.92075 - N51.795806111111, E0.92075 - N51.804945, E0.97223 - N51.804945, E0.97223 - N51.798306111111, E1.0041938888889 - N51.798306111111, E1.0041938888889 - N51.784583055556, E0.98997194444444 - N51.784583055556, E0.98997194444444 - N51.771221944444, E0.92825 - N51.771221944444, E0.92825 - N51.774138888889, E0.89911111111111 - N51.774138888889, E0.89911111111111 - N51.792888888889, E0.91666694444444 - N51.792888888889, E0.91666694444444 - N51.77375, E0.89330611111111 - N51.77375, E0.89330611111111 - N51.782888888889, E0.85330611111111 - N51.782888888889, E0.85330611111111 - N51.768333055556, E0.90408305555556 - N51.768333055556, E0.90408305555556 - N51.770833055556, E0.8525 - N51.770833055556, E0.8525 - N51.755833055556, E0.88413888888889 - N51.755833055556, E0.88413888888889 - N51.735388888889, E0.84663888888889 - N51.735388888889, E0.84663888888889 - N51.742888888889, E0.79330611111111 - N51.742888888889, E0.79330611111111 - N51.726638888889, E0.6925 - N51.726638888889, E0.6925 - N51.717916944444, E0.70827805555556 - N51.717916944444, E0.70827805555556 - N51.728721944444, E0.72327805555556 - N51.728721944444, E0.72327805555556 - N51.716638888889, E0.73077805555556 - N51.716638888889, E0.73077805555556 - N51.715388888889, E0.71327805555556 - N51.715388888889, E0.71327805555556 - N51.7075, E0.76919388888889 - N51.7075, E0.76919388888889 - N51.689556111111, E0.75327805555556 - N51.689556111111, E0.75327805555556 - N51.717861111111, E0.79497194444444 - N51.717861111111, E0.79497194444444 - N51.716221944444, E0.85491694444444 - N51.716221944444, E0.85491694444444 - N51.74375, E0.89830611111111 - N51.74375, E0.89830611111111 - N51.743361111111, E0.93741694444444 - N51.743361111111, E0.93741694444444 - N51.683333055556, E0.95411111111111 - N51.683333055556, E0.95411111111111 - N51.6325, E0.9375 - N51.6325, E0.9375 - N51.617833055556, E0.86011111111111 - N51.617833055556, E0.86011111111111 - N51.605306111111, E0.86855611111111 - N51.605306111111, E0.86855611111111 - N51.617916944444, E0.95494388888889 - N51.617916944444, E0.95494388888889 - N51.590806111111, E0.93252805555556 - N51.590806111111, E0.93252805555556 - N51.519583055556, E0.785 - N51.519583055556, E0.785 - N51.538693888889, E0.57169388888889 - N51.538693888889, E0.57169388888889 - N51.520806111111, E0.64083305555556 - N51.520806111111, E0.64083305555556 - N51.504556111111, E0.46158305555556 - N51.504556111111, E0.46158305555556 - N51.459971944444, E0.43583305555556 - N51.459971944444, E0.43583305555556 - N51.452083055556, E0.40161111111111 - N51.452083055556, E0.40161111111111 - N51.450443888889, E0.34330611111111 - N51.450443888889, E0.34330611111111 - N51.472083055556, E0.31827805555556 - N51.472083055556, E0.31827805555556 - N51.465861111111, E0.25416694444444 - N51.465861111111, E0.25416694444444 - N51.45375, E0.28333305555556 - N51.45375, E0.28333305555556 - N51.467056111111, E0.31327805555556 - N51.467056111111, E0.31327805555556 - N51.44875, E0.335 - N51.44875, E0.335 - N51.443721944444, E0.41663888888889 - N51.443721944444, E0.41663888888889 - N51.454138888889, E0.45919388888889 - N51.454138888889, E0.45919388888889 - N51.486221944444, E0.48163888888889 - N51.486221944444, E0.48163888888889 - N51.473721944444, E0.69327805555556 - N51.473721944444, E0.69327805555556 - N51.456611111111, E0.72413888888889 - N51.456611111111, E0.72413888888889 - N51.433721944444, E0.71497194444444 - N51.433721944444, E0.71497194444444 - N51.439556111111, E0.62997194444444 - N51.439556111111, E0.62997194444444 - N51.414528055556, E0.60658305555556 - N51.414528055556, E0.60658305555556 - N51.412083055556, E0.53494388888889 - N51.412083055556, E0.53494388888889 - N51.389971944444, E0.52408305555556 - N51.389971944444, E0.52408305555556 - N51.409583055556, E0.54163888888889 - N51.409583055556, E0.54163888888889 - N51.377861111111, E0.615 - N51.377861111111, E0.615 - N51.387861111111, E0.635 - N51.387861111111, E0.635 - N51.375361111111, E0.62661111111111 - N51.375361111111, E0.62661111111111 - N51.396221944444, E0.64497194444444 - N51.396221944444, E0.64497194444444 - N51.376221944444, E0.67502805555556 - N51.376221944444, E0.67502805555556 - N51.393721944444, E0.69997194444444 - N51.393721944444, E0.69997194444444 - N51.379528055556, E0.69830611111111 - N51.379528055556, E0.69830611111111 - N51.387471944444, E0.71919388888889 - N51.387471944444, E0.71919388888889 - N51.420416944444, E0.69827805555556 - N51.420416944444, E0.69827805555556 - N51.422471944444, E0.73077805555556 - N51.422471944444, E0.73077805555556 - N51.409943888889, E0.72080611111111 - N51.409943888889, E0.72080611111111 - N51.394166944444, E0.74586111111111 - N51.394166944444, E0.74586111111111 - N51.411861944444, E0.725955 - N51.411861944444, E0.725955 - N51.411693888889, E0.74244388888889 - N51.411693888889, E0.74244388888889 - N51.446278055556, E0.74997194444444 - N51.446278055556, E0.74997194444444 - N51.414943888889, E0.90575 - N51.414943888889, E0.90575 - N51.374971944444, E0.95083305555556 - N51.374971944444, E0.95083305555556 - N51.352888888889, E0.90666694444444 - N51.352888888889, E0.90666694444444 - N51.36625, E0.77333305555556 - N51.36625, E0.77333305555556 - N51.3875, E0.7525 - N51.3875, E0.7525 - N51.359583055556, E0.75997194444444 - N51.359583055556, E0.75997194444444 - N51.355416944444, E0.86661111111111 - N51.355416944444, E0.86661111111111 - N51.339583055556, E0.89661111111111 - N51.339583055556, E0.89661111111111 - N51.372083055556, E1.0983330555556 - N51.372083055556, E1.0983330555556 - N51.392888888889, E1.4266111111111 - N51.392888888889, E1.4266111111111 - N51.373361111111, E1.4508330555556 - N51.373361111111, E1.4508330555556 - N51.338306111111, E1.4341388888889 - N51.338306111111, E1.4341388888889 - N51.324611111111, E1.3683330555556 - N51.324611111111, E1.3683330555556 - N51.3075, E1.3541111111111 - N51.3075, E1.3541111111111 - N51.31, E1.3724169444444 - N51.31, E1.3724169444444 - N51.2375, E1.4041388888889 - N51.2375, E1.4041388888889 - N51.153306111111, E1.3941938888889 - N51.153306111111, E1.3941938888889 - N51.120416944444, E1.3449719444444 - N51.120416944444, E1.3449719444444 - N51.120806111111, E1.3174719444444 - N51.120806111111, E1.3174719444444 - N51.109611111111, E1.3316669444444 - N51.109611111111, E1.3316669444444 - N51.09875, E1.2299169444444 - N51.09875, E1.2299169444444 - N51.075416944444, E1.1883061111111 - N51.075416944444, E1.1883061111111 - N51.048361111111, E1.0391388888889 - N51.048361111111, E1.0391388888889 - N50.995, E0.97577805555556 - N50.995, E0.97577805555556 - N50.910388888889, E0.97502805555556 - N50.910388888889, E0.97502805555556 - N50.933721944444, E0.76994388888889 - N50.933721944444, E0.76994388888889 - N50.868721944444, E0.66663888888889 - N50.868721944444, E0.66663888888889 - N50.814528055556, E0.36497194444444 - N50.814528055556, E0.36497194444444 - N50.732083055556, E0.24 - N50.732083055556, E0.24 - N50.787943888889, E0 -line25 = - N51.858721944444, W8 - N51.857888888889, W8.0016669444444 - N51.857888888889, W8.0016669444444 - N51.846693888889, W8.0275561111111 - N51.846693888889, W8.0275561111111 - N51.825416944444, W8.0016669444444 - N51.825416944444, W8.0016669444444 - N51.805416944444, W8.1300280555556 - N51.805416944444, W8.1300280555556 - N51.783778055556, W8.1766669444444 - N51.783778055556, W8.1766669444444 - N51.79375, W8.1833888888889 - N51.79375, W8.1833888888889 - N51.791193888889, W8.2567219444444 - N51.791193888889, W8.2567219444444 - N51.814193888889, W8.2692219444444 - N51.814193888889, W8.2692219444444 - N51.861221944444, W8.1749719444444 - N51.861221944444, W8.1749719444444 - N51.866638888889, W8.2158061111111 - N51.866638888889, W8.2158061111111 - N51.842083055556, W8.3216938888889 - N51.842083055556, W8.3216938888889 - N51.909583055556, W8.3250280555556 - N51.909583055556, W8.3250280555556 - N51.909166944444, W8.3408061111111 - N51.909166944444, W8.3408061111111 - N51.904646944444, W8.3265361111111 - N51.904646944444, W8.3265361111111 - N51.886221944444, W8.3367219444444 - N51.886221944444, W8.3367219444444 - N51.90625, W8.3833888888889 - N51.90625, W8.3833888888889 - N51.900416944444, W8.4616669444444 - N51.900416944444, W8.4616669444444 - N51.890806111111, W8.3908888888889 - N51.890806111111, W8.3908888888889 - N51.879556111111, W8.4367219444444 - N51.879556111111, W8.4367219444444 - N51.875806111111, W8.3409169444444 - N51.875806111111, W8.3409169444444 - N51.848306111111, W8.3342219444444 - N51.848306111111, W8.3342219444444 - N51.838333055556, W8.3591669444444 - N51.838333055556, W8.3591669444444 - N51.834583055556, W8.3017219444444 - N51.834583055556, W8.3017219444444 - N51.819138888889, W8.3258061111111 - N51.819138888889, W8.3258061111111 - N51.81, W8.2941669444444 - N51.81, W8.2941669444444 - N51.812861111111, W8.3900280555556 - N51.812861111111, W8.3900280555556 - N51.80125, W8.3300280555556 - N51.80125, W8.3300280555556 - N51.809556111111, W8.2783330555556 - N51.809556111111, W8.2783330555556 - N51.7975, W8.2758611111111 - N51.7975, W8.2758611111111 - N51.764166944444, W8.3491669444444 - N51.764166944444, W8.3491669444444 - N51.77125, W8.3066388888889 - N51.77125, W8.3066388888889 - N51.755833055556, W8.2991669444444 - N51.755833055556, W8.2991669444444 - N51.714611111111, W8.3466669444444 - N51.714611111111, W8.3466669444444 - N51.71375, W8.3866669444444 - N51.71375, W8.3866669444444 - N51.685416944444, W8.4433611111111 - N51.685416944444, W8.4433611111111 - N51.707443888889, W8.4441938888889 - N51.707443888889, W8.4441938888889 - N51.697083055556, W8.4583611111111 - N51.697083055556, W8.4583611111111 - N51.717916944444, W8.4966388888889 - N51.717916944444, W8.4966388888889 - N51.694138888889, W8.4541938888889 - N51.694138888889, W8.4541938888889 - N51.674556111111, W8.4783888888889 - N51.674556111111, W8.4783888888889 - N51.675833055556, W8.4992219444444 - N51.675833055556, W8.4992219444444 - N51.704556111111, W8.5133330555556 - N51.704556111111, W8.5133330555556 - N51.695416944444, W8.5350280555556 - N51.695416944444, W8.5350280555556 - N51.699153888889, W8.5129761111111 - N51.699153888889, W8.5129761111111 - N51.687903888889, W8.5070380555556 - N51.687903888889, W8.5070380555556 - N51.685833055556, W8.52925 - N51.685833055556, W8.52925 - N51.644138888889, W8.5541669444444 - N51.644138888889, W8.5541669444444 - N51.606221944444, W8.5333611111111 - N51.606221944444, W8.5333611111111 - N51.642888888889, W8.5850280555556 - N51.642888888889, W8.5850280555556 - N51.633721944444, W8.6599719444444 - N51.633721944444, W8.6599719444444 - N51.65625, W8.6750561111111 - N51.65625, W8.6750561111111 - N51.638721944444, W8.715 - N51.638721944444, W8.715 - N51.635833055556, W8.6858330555556 - N51.635833055556, W8.6858330555556 - N51.615, W8.7024719444444 - N51.615, W8.7024719444444 - N51.606638888889, W8.6808061111111 - N51.606638888889, W8.6808061111111 - N51.569556111111, W8.7134169444444 - N51.569556111111, W8.7134169444444 - N51.56875, W8.7517219444444 - N51.56875, W8.7517219444444 - N51.59125, W8.7616669444444 - N51.59125, W8.7616669444444 - N51.582083055556, W8.7783061111111 - N51.582083055556, W8.7783061111111 - N51.592028055556, W8.8516938888889 - N51.592028055556, W8.8516938888889 - N51.610806111111, W8.8525280555556 - N51.610806111111, W8.8525280555556 - N51.62125, W8.8850561111111 - N51.62125, W8.8850561111111 - N51.599971944444, W8.8559169444444 - N51.599971944444, W8.8559169444444 - N51.602471944444, W8.8925561111111 - N51.602471944444, W8.8925561111111 - N51.576638888889, W8.8708888888889 - N51.576638888889, W8.8708888888889 - N51.538778055556, W8.9199719444444 - N51.538778055556, W8.9199719444444 - N51.545388888889, W8.9416669444444 - N51.545388888889, W8.9416669444444 - N51.52875, W8.9566938888889 - N51.52875, W8.9566938888889 - N51.5525, W8.9575 - N51.5525, W8.9575 - N51.567916944444, W9.0250280555556 - N51.567916944444, W9.0250280555556 - N51.557861111111, W9.0183330555556 - N51.557861111111, W9.0183330555556 - N51.557111111111, W9.0733888888889 - N51.557111111111, W9.0733888888889 - N51.545388888889, W9.0833611111111 - N51.545388888889, W9.0833611111111 - N51.562916944444, W9.1400830555556 - N51.562916944444, W9.1400830555556 - N51.536693888889, W9.1108888888889 - N51.536693888889, W9.1108888888889 - N51.514556111111, W9.1783611111111 - N51.514556111111, W9.1783611111111 - N51.525806111111, W9.1724719444444 - N51.525806111111, W9.1724719444444 - N51.485388888889, W9.2133888888889 - N51.485388888889, W9.2133888888889 - N51.480416944444, W9.245 - N51.480416944444, W9.245 - N51.493721944444, W9.2400280555556 - N51.493721944444, W9.2400280555556 - N51.482861111111, W9.2733611111111 - N51.482861111111, W9.2733611111111 - N51.498278055556, W9.26925 - N51.498278055556, W9.26925 - N51.503721944444, W9.3083330555556 - N51.503721944444, W9.3083330555556 - N51.489138888889, W9.2941669444444 - N51.489138888889, W9.2941669444444 - N51.466221944444, W9.3483061111111 - N51.466221944444, W9.3483061111111 - N51.473333055556, W9.3941669444444 - N51.473333055556, W9.3941669444444 - N51.486666944444, W9.3608061111111 - N51.486666944444, W9.3608061111111 - N51.541666944444, W9.3241669444444 - N51.541666944444, W9.3241669444444 - N51.494556111111, W9.4166669444444 - N51.494556111111, W9.4166669444444 - N51.512471944444, W9.4158330555556 - N51.512471944444, W9.4158330555556 - N51.509943888889, W9.4358330555556 - N51.509943888889, W9.4358330555556 - N51.547471944444, W9.3991938888889 - N51.547471944444, W9.3991938888889 - N51.54125, W9.4333888888889 - N51.54125, W9.4333888888889 - N51.560388888889, W9.4583888888889 - N51.560388888889, W9.4583888888889 - N51.541638888889, W9.4375280555556 - N51.541638888889, W9.4375280555556 - N51.527083055556, W9.45 - N51.527083055556, W9.45 - N51.512056111111, W9.5350561111111 - N51.512056111111, W9.5350561111111 - N51.527888888889, W9.54 - N51.527888888889, W9.54 - N51.507916944444, W9.55 - N51.507916944444, W9.55 - N51.502083055556, W9.5883611111111 - N51.502083055556, W9.5883611111111 - N51.512888888889, W9.5883330555556 - N51.512888888889, W9.5883330555556 - N51.498306111111, W9.6141938888889 - N51.498306111111, W9.6141938888889 - N51.497471944444, W9.5874719444444 - N51.497471944444, W9.5874719444444 - N51.490416944444, W9.6233330555556 - N51.490416944444, W9.6233330555556 - N51.515361111111, W9.6666938888889 - N51.515361111111, W9.6666938888889 - N51.499971944444, W9.6641669444444 - N51.499971944444, W9.6641669444444 - N51.493306111111, W9.7109169444444 - N51.493306111111, W9.7109169444444 - N51.474138888889, W9.7075 - N51.474138888889, W9.7075 - N51.4625, W9.7524719444444 - N51.4625, W9.7524719444444 - N51.469138888889, W9.7025830555556 - N51.469138888889, W9.7025830555556 - N51.444583055556, W9.7750280555556 - N51.444583055556, W9.7750280555556 - N51.472471944444, W9.7808888888889 - N51.472471944444, W9.7808888888889 - N51.447083055556, W9.8133611111111 - N51.447083055556, W9.8133611111111 - N51.472471944444, W9.8125280555556 - N51.472471944444, W9.8125280555556 - N51.481638888889, W9.8425 - N51.481638888889, W9.8425 - N51.522083055556, W9.7566669444444 - N51.522083055556, W9.7566669444444 - N51.540388888889, W9.6567219444444 - N51.540388888889, W9.6567219444444 - N51.564166944444, W9.6508330555556 - N51.564166944444, W9.6508330555556 - N51.615806111111, W9.5441669444444 - N51.615806111111, W9.5441669444444 - N51.557916944444, W9.7333611111111 - N51.557916944444, W9.7333611111111 - N51.540806111111, W9.8575280555556 - N51.540806111111, W9.8575280555556 - N51.614583055556, W9.7017219444444 - N51.614583055556, W9.7017219444444 - N51.680388888889, W9.4633888888889 - N51.680388888889, W9.4633888888889 - N51.719971944444, W9.4441938888889 - N51.719971944444, W9.4441938888889 - N51.715861111111, W9.4625561111111 - N51.715861111111, W9.4625561111111 - N51.729556111111, W9.4583611111111 - N51.729556111111, W9.4583611111111 - N51.71625, W9.5066669444444 - N51.71625, W9.5066669444444 - N51.747888888889, W9.5533888888889 - N51.747888888889, W9.5533888888889 - N51.7125, W9.5508330555556 - N51.7125, W9.5508330555556 - N51.678778055556, W9.6283888888889 - N51.678778055556, W9.6283888888889 - N51.668721944444, W9.6800561111111 - N51.668721944444, W9.6800561111111 - N51.681278055556, W9.6716938888889 - N51.681278055556, W9.6716938888889 - N51.674528055556, W9.7183330555556 - N51.674528055556, W9.7183330555556 - N51.690388888889, W9.7299719444444 - N51.690388888889, W9.7299719444444 - N51.667083055556, W9.7333611111111 - N51.667083055556, W9.7333611111111 - N51.650361111111, W9.9100561111111 - N51.650361111111, W9.9100561111111 - N51.613721944444, W9.9400561111111 - N51.613721944444, W9.9400561111111 - N51.619556111111, W9.9733888888889 - N51.619556111111, W9.9733888888889 - N51.587916944444, W10.040028055556 - N51.587916944444, W10.040028055556 - N51.601193888889, W10.053361111111 - N51.601193888889, W10.053361111111 - N51.599583055556, W10.123361111111 - N51.599583055556, W10.123361111111 - N51.579556111111, W10.163388888889 - N51.579556111111, W10.163388888889 - N51.604138888889, W10.1475 - N51.604138888889, W10.1475 - N51.611638888889, W10.164193888889 - N51.611638888889, W10.164193888889 - N51.624138888889, W10.067556111111 - N51.624138888889, W10.067556111111 - N51.649971944444, W10.064221944444 - N51.649971944444, W10.064221944444 - N51.664971944444, W10.109193888889 - N51.664971944444, W10.109193888889 - N51.685, W9.9775561111111 - N51.685, W9.9775561111111 - N51.713278055556, W9.95425 - N51.713278055556, W9.95425 - N51.715833055556, W10.009221944444 - N51.715833055556, W10.009221944444 - N51.734583055556, W9.98175 - N51.734583055556, W9.98175 - N51.762888888889, W9.8917219444444 - N51.762888888889, W9.8917219444444 - N51.757471944444, W9.8741388888889 - N51.757471944444, W9.8741388888889 - N51.741221944444, W9.8866938888889 - N51.741221944444, W9.8866938888889 - N51.755, W9.8542219444444 - N51.755, W9.8542219444444 - N51.777943888889, W9.8483888888889 - N51.777943888889, W9.8483888888889 - N51.765416944444, W9.8483330555556 - N51.765416944444, W9.8483330555556 - N51.767056111111, W9.79675 - N51.767056111111, W9.79675 - N51.785833055556, W9.8291938888889 - N51.785833055556, W9.8291938888889 - N51.799138888889, W9.77925 - N51.799138888889, W9.77925 - N51.838693888889, W9.725 - N51.838693888889, W9.725 - N51.845361111111, W9.6500830555556 - N51.845361111111, W9.6500830555556 - N51.8825, W9.5558611111111 - N51.8825, W9.5558611111111 - N51.840443888889, W9.7766388888889 - N51.840443888889, W9.7766388888889 - N51.794583055556, W9.8750280555556 - N51.794583055556, W9.8750280555556 - N51.813333055556, W9.8641669444444 - N51.813333055556, W9.8641669444444 - N51.811278055556, W9.9033611111111 - N51.811278055556, W9.9033611111111 - N51.832916944444, W9.9100561111111 - N51.832916944444, W9.9100561111111 - N51.803721944444, W9.9133330555556 - N51.803721944444, W9.9133330555556 - N51.769556111111, W10.016693888889 - N51.769556111111, W10.016693888889 - N51.768693888889, W10.063416944444 - N51.768693888889, W10.063416944444 - N51.73625, W10.133361111111 - N51.73625, W10.133361111111 - N51.762888888889, W10.118306111111 - N51.762888888889, W10.118306111111 - N51.759583055556, W10.168361111111 - N51.759583055556, W10.168361111111 - N51.777471944444, W10.229221944444 - N51.777471944444, W10.229221944444 - N51.8025, W10.1775 - N51.8025, W10.1775 - N51.840833055556, W10.209193888889 - N51.840833055556, W10.209193888889 - N51.854583055556, W10.188361111111 - N51.854583055556, W10.188361111111 - N51.842916944444, W10.249971944444 - N51.842916944444, W10.249971944444 - N51.806638888889, W10.277528055556 - N51.806638888889, W10.277528055556 - N51.782083055556, W10.344971944444 - N51.782083055556, W10.344971944444 - N51.798306111111, W10.359166944444 - N51.798306111111, W10.359166944444 - N51.805778055556, W10.339221944444 - N51.805778055556, W10.339221944444 - N51.841638888889, W10.339166944444 - N51.841638888889, W10.339166944444 - N51.843333055556, W10.404221944444 - N51.843333055556, W10.404221944444 - N51.886221944444, W10.395056111111 - N51.886221944444, W10.395056111111 - N51.89625, W10.301666944444 - N51.89625, W10.301666944444 - N51.912888888889, W10.278416944444 - N51.912888888889, W10.278416944444 - N51.902471944444, W10.255888888889 - N51.902471944444, W10.255888888889 - N51.929971944444, W10.2825 - N51.929971944444, W10.2825 - N51.948333055556, W10.232583055556 - N51.948333055556, W10.232583055556 - N51.937083055556, W10.280028055556 - N51.937083055556, W10.280028055556 - N51.949583055556, W10.285 - N51.949583055556, W10.285 - N51.951638888889, W10.325833055556 - N51.951638888889, W10.325833055556 - N51.965, W10.269193888889 - N51.965, W10.269193888889 - N51.99125, W10.260028055556 - N51.99125, W10.260028055556 - N51.987916944444, W10.218416944444 - N51.987916944444, W10.218416944444 - N52.02875, W10.135056111111 - N52.02875, W10.135056111111 - N52.04625, W10 - N52.04625, W10 - N52.090388888889, W9.9717219444444 - N52.090388888889, W9.9717219444444 - N52.056666944444, W9.9758888888889 - N52.056666944444, W9.9758888888889 - N52.078721944444, W9.9400561111111 - N52.078721944444, W9.9400561111111 - N52.065388888889, W9.9283611111111 - N52.065388888889, W9.9283611111111 - N52.085806111111, W9.9391669444444 - N52.085806111111, W9.9391669444444 - N52.113361111111, W9.9059169444444 - N52.113361111111, W9.9059169444444 - N52.138361111111, W9.9058611111111 - N52.138361111111, W9.9058611111111 - N52.109528055556, W9.8966388888889 - N52.109528055556, W9.8966388888889 - N52.132028055556, W9.8183330555556 - N52.132028055556, W9.8183330555556 - N52.124583055556, W9.7733888888889 - N52.124583055556, W9.7733888888889 - N52.141666944444, W9.8042219444444 - N52.141666944444, W9.8042219444444 - N52.156638888889, W9.7591938888889 - N52.156638888889, W9.7591938888889 - N52.157888888889, W9.8683888888889 - N52.157888888889, W9.8683888888889 - N52.141278055556, W9.9700280555556 - N52.141278055556, W9.9700280555556 - N52.105388888889, W9.9400561111111 - N52.105388888889, W9.9400561111111 - N52.142861111111, W9.9916938888889 - N52.142861111111, W9.9916938888889 - N52.104556111111, W10.195028055556 - N52.104556111111, W10.195028055556 - N52.132916944444, W10.208388888889 - N52.132916944444, W10.208388888889 - N52.115388888889, W10.223416944444 - N52.115388888889, W10.223416944444 - N52.114583055556, W10.251666944444 - N52.114583055556, W10.251666944444 - N52.137888888889, W10.288333055556 - N52.137888888889, W10.288333055556 - N52.127471944444, W10.315861111111 - N52.127471944444, W10.315861111111 - N52.111278055556, W10.268361111111 - N52.111278055556, W10.268361111111 - N52.110443888889, W10.328333055556 - N52.110443888889, W10.328333055556 - N52.129556111111, W10.365 - N52.129556111111, W10.365 - N52.118278055556, W10.380888888889 - N52.118278055556, W10.380888888889 - N52.104583055556, W10.350056111111 - N52.104583055556, W10.350056111111 - N52.092888888889, W10.456666944444 - N52.092888888889, W10.456666944444 - N52.107471944444, W10.482556111111 - N52.107471944444, W10.482556111111 - N52.121666944444, W10.464193888889 - N52.121666944444, W10.464193888889 - N52.147471944444, W10.484166944444 - N52.147471944444, W10.484166944444 - N52.171666944444, W10.444193888889 - N52.171666944444, W10.444193888889 - N52.178306111111, W10.477556111111 - N52.178306111111, W10.477556111111 - N52.207111111111, W10.411693888889 - N52.207111111111, W10.411693888889 - N52.183306111111, W10.419221944444 - N52.183306111111, W10.419221944444 - N52.171638888889, W10.377528055556 - N52.171638888889, W10.377528055556 - N52.235416944444, W10.363416944444 - N52.235416944444, W10.363416944444 - N52.23875, W10.311721944444 - N52.23875, W10.311721944444 - N52.257056111111, W10.296721944444 - N52.257056111111, W10.296721944444 - N52.271193888889, W10.213361111111 - N52.271193888889, W10.213361111111 - N52.291221944444, W10.181693888889 - N52.291221944444, W10.181693888889 - N52.287471944444, W10.157471944444 - N52.287471944444, W10.157471944444 - N52.259971944444, W10.149221944444 - N52.259971944444, W10.149221944444 - N52.230388888889, W10.183333055556 - N52.230388888889, W10.183333055556 - N52.247056111111, W10.088333055556 - N52.247056111111, W10.088333055556 - N52.282471944444, W10.037556111111 - N52.282471944444, W10.037556111111 - N52.309138888889, W10.060888888889 - N52.309138888889, W10.060888888889 - N52.302916944444, W10.030028055556 - N52.302916944444, W10.030028055556 - N52.313721944444, W10.020056111111 - N52.313721944444, W10.020056111111 - N52.2675, W10.025833055556 - N52.2675, W10.025833055556 - N52.232028055556, W9.9583330555556 - N52.232028055556, W9.9583330555556 - N52.235416944444, W9.8683888888889 - N52.235416944444, W9.8683888888889 - N52.26125, W9.8234169444444 - N52.26125, W9.8234169444444 - N52.249138888889, W9.8408611111111 - N52.249138888889, W9.8408611111111 - N52.242916944444, W9.8266938888889 - N52.242916944444, W9.8266938888889 - N52.2575, W9.72425 - N52.2575, W9.72425 - N52.273721944444, W9.7784169444444 - N52.273721944444, W9.7784169444444 - N52.274166944444, W9.8792219444444 - N52.274166944444, W9.8792219444444 - N52.301666944444, W9.88925 - N52.301666944444, W9.88925 - N52.294971944444, W9.8658330555556 - N52.294971944444, W9.8658330555556 - N52.280443888889, W9.8716938888889 - N52.280443888889, W9.8716938888889 - N52.300778055556, W9.8358888888889 - N52.300778055556, W9.8358888888889 - N52.3025, W9.8741938888889 - N52.3025, W9.8741938888889 - N52.313333055556, W9.8292219444444 - N52.313333055556, W9.8292219444444 - N52.323721944444, W9.8383611111111 - N52.323721944444, W9.8383611111111 - N52.310833055556, W9.8525561111111 - N52.310833055556, W9.8525561111111 - N52.380778055556, W9.8342219444444 - N52.380778055556, W9.8342219444444 - N52.402083055556, W9.9416669444444 - N52.402083055556, W9.9416669444444 - N52.418278055556, W9.9492219444444 - N52.418278055556, W9.9492219444444 - N52.432083055556, W9.9133611111111 - N52.432083055556, W9.9133611111111 - N52.432888888889, W9.8300561111111 - N52.432888888889, W9.8300561111111 - N52.481278055556, W9.7116669444444 - N52.481278055556, W9.7116669444444 - N52.469528055556, W9.635 - N52.469528055556, W9.635 - N52.489583055556, W9.6550280555556 - N52.489583055556, W9.6550280555556 - N52.485833055556, W9.6908888888889 - N52.485833055556, W9.6908888888889 - N52.546638888889, W9.6824719444444 - N52.546638888889, W9.6824719444444 - N52.581221944444, W9.6233888888889 - N52.581221944444, W9.6233888888889 - N52.570388888889, W9.5000280555556 - N52.570388888889, W9.5000280555556 - N52.56, W9.4708888888889 - N52.56, W9.4708888888889 - N52.566638888889, W9.4809169444444 - N52.566638888889, W9.4809169444444 - N52.584556111111, W9.4350561111111 - N52.584556111111, W9.4350561111111 - N52.590388888889, W9.3633061111111 - N52.590388888889, W9.3633061111111 - N52.572888888889, W9.3733888888889 - N52.572888888889, W9.3733888888889 - N52.571221944444, W9.2966388888889 - N52.571221944444, W9.2966388888889 - N52.614583055556, W9.1250280555556 - N52.614583055556, W9.1250280555556 - N52.615416944444, W9.0900280555556 - N52.615416944444, W9.0900280555556 - N52.595388888889, W9.0583061111111 - N52.595388888889, W9.0583061111111 - N52.615806111111, W9.0858061111111 - N52.615806111111, W9.0858061111111 - N52.636278055556, W9.0650280555556 - N52.636278055556, W9.0650280555556 - N52.613721944444, W9.0583330555556 - N52.613721944444, W9.0583330555556 - N52.62875, W9.0250561111111 - N52.62875, W9.0250561111111 - N52.609611111111, W8.9817219444444 - N52.609611111111, W8.9817219444444 - N52.637056111111, W8.9984169444444 - N52.637056111111, W8.9984169444444 - N52.659611111111, W8.9550280555556 - N52.659611111111, W8.9550280555556 - N52.668721944444, W8.8166938888889 - N52.668721944444, W8.8166938888889 - N52.640416944444, W8.7866938888889 - N52.640416944444, W8.7866938888889 - N52.659943888889, W8.8008611111111 - N52.659943888889, W8.8008611111111 - N52.672888888889, W8.75 - N52.672888888889, W8.75 - N52.653278055556, W8.6975561111111 - N52.653278055556, W8.6975561111111 - N52.672888888889, W8.71 - N52.672888888889, W8.71 - N52.677056111111, W8.79 - N52.677056111111, W8.79 - N52.692056111111, W8.8083330555556 - N52.692056111111, W8.8083330555556 - N52.684556111111, W8.83675 - N52.684556111111, W8.83675 - N52.697916944444, W8.8833888888889 - N52.697916944444, W8.8833888888889 - N52.680416944444, W8.9133888888889 - N52.680416944444, W8.9133888888889 - N52.690416944444, W8.9233330555556 - N52.690416944444, W8.9233330555556 - N52.684166944444, W8.9675 - N52.684166944444, W8.9675 - N52.700833055556, W8.9658888888889 - N52.700833055556, W8.9658888888889 - N52.711666944444, W8.9325 - N52.711666944444, W8.9325 - N52.729138888889, W8.9575 - N52.729138888889, W8.9575 - N52.737528055556, W8.9408330555556 - N52.737528055556, W8.9408330555556 - N52.753333055556, W8.9791938888889 - N52.753333055556, W8.9791938888889 - N52.770806111111, W8.9458888888889 - N52.770806111111, W8.9458888888889 - N52.787943888889, W8.955 - N52.787943888889, W8.955 - N52.767056111111, W8.9650830555556 - N52.767056111111, W8.9650830555556 - N52.7425, W9.0541669444444 - N52.7425, W9.0541669444444 - N52.744971944444, W9.0358330555556 - N52.744971944444, W9.0358330555556 - N52.730806111111, W9.0325280555556 - N52.730806111111, W9.0325280555556 - N52.671666944444, W9.0775561111111 - N52.671666944444, W9.0775561111111 - N52.667471944444, W9.1059169444444 - N52.667471944444, W9.1059169444444 - N52.61625, W9.1666669444444 - N52.61625, W9.1666669444444 - N52.618721944444, W9.2533330555556 - N52.618721944444, W9.2533330555556 - N52.598306111111, W9.2641938888889 - N52.598306111111, W9.2641938888889 - N52.586221944444, W9.3116388888889 - N52.586221944444, W9.3116388888889 - N52.599138888889, W9.3408888888889 - N52.599138888889, W9.3408888888889 - N52.638721944444, W9.2716669444444 - N52.638721944444, W9.2716669444444 - N52.602056111111, W9.4149719444444 - N52.602056111111, W9.4149719444444 - N52.615388888889, W9.4783330555556 - N52.615388888889, W9.4783330555556 - N52.634583055556, W9.4916669444444 - N52.634583055556, W9.4916669444444 - N52.630806111111, W9.5325280555556 - N52.630806111111, W9.5325280555556 - N52.666193888889, W9.5434169444444 - N52.666193888889, W9.5434169444444 - N52.667056111111, W9.5916669444444 - N52.667056111111, W9.5916669444444 - N52.639971944444, W9.5475561111111 - N52.639971944444, W9.5475561111111 - N52.617916944444, W9.6033888888889 - N52.617916944444, W9.6033888888889 - N52.612056111111, W9.7016669444444 - N52.612056111111, W9.7016669444444 - N52.58125, W9.6983611111111 - N52.58125, W9.6983611111111 - N52.58625, W9.74175 - N52.58625, W9.74175 - N52.563721944444, W9.8083611111111 - N52.563721944444, W9.8083611111111 - N52.557471944444, W9.9408888888889 - N52.557471944444, W9.9408888888889 - N52.589583055556, W9.8799719444444 - N52.589583055556, W9.8799719444444 - N52.604111111111, W9.8091938888889 - N52.604111111111, W9.8091938888889 - N52.67375, W9.6950561111111 - N52.67375, W9.6950561111111 - N52.678721944444, W9.6533330555556 - N52.678721944444, W9.6533330555556 - N52.6925, W9.6624719444444 - N52.6925, W9.6624719444444 - N52.715833055556, W9.6191938888889 - N52.715833055556, W9.6191938888889 - N52.727471944444, W9.6358330555556 - N52.727471944444, W9.6358330555556 - N52.74375, W9.61 - N52.74375, W9.61 - N52.751221944444, W9.5516938888889 - N52.751221944444, W9.5516938888889 - N52.732888888889, W9.5267219444444 - N52.732888888889, W9.5267219444444 - N52.745, W9.5308330555556 - N52.745, W9.5308330555556 - N52.753306111111, W9.4959169444444 - N52.753306111111, W9.4959169444444 - N52.770861111111, W9.5025280555556 - N52.770861111111, W9.5025280555556 - N52.779193888889, W9.4758888888889 - N52.779193888889, W9.4758888888889 - N52.809138888889, W9.4941938888889 - N52.809138888889, W9.4941938888889 - N52.834138888889, W9.4341669444444 - N52.834138888889, W9.4341669444444 - N52.848306111111, W9.4508888888889 - N52.848306111111, W9.4508888888889 - N52.880778055556, W9.4358611111111 - N52.880778055556, W9.4358611111111 - N52.916666944444, W9.3558330555556 - N52.916666944444, W9.3558330555556 - N52.941638888889, W9.3625561111111 - N52.941638888889, W9.3625561111111 - N52.93125, W9.4033888888889 - N52.93125, W9.4033888888889 - N52.930416944444, W9.4733888888889 - N52.930416944444, W9.4733888888889 - N52.940833055556, W9.4791669444444 - N52.940833055556, W9.4791669444444 - N52.967443888889, W9.4325561111111 - N52.967443888889, W9.4325561111111 - N53.004971944444, W9.3975 - N53.004971944444, W9.3975 - N53.02, W9.4075561111111 - N53.02, W9.4075561111111 - N53.071638888889, W9.3608611111111 - N53.071638888889, W9.3608611111111 - N53.090833055556, W9.3124719444444 - N53.090833055556, W9.3124719444444 - N53.150833055556, W9.2708330555556 - N53.150833055556, W9.2708330555556 - N53.133721944444, W9.1700280555556 - N53.133721944444, W9.1700280555556 - N53.126638888889, W9.1808330555556 - N53.126638888889, W9.1808330555556 - N53.116221944444, W9.15175 - N53.116221944444, W9.15175 - N53.140416944444, W9.0966669444444 - N53.140416944444, W9.0966669444444 - N53.120416944444, W9.0733888888889 - N53.120416944444, W9.0733888888889 - N53.144528055556, W9.0933611111111 - N53.144528055556, W9.0933611111111 - N53.148306111111, W9.1375280555556 - N53.148306111111, W9.1375280555556 - N53.156193888889, W9.0567219444444 - N53.156193888889, W9.0567219444444 - N53.13875, W9.0083888888889 - N53.13875, W9.0083888888889 - N53.15375, W9 - N53.15375, W9 - N53.163333055556, W9.0575 - N53.163333055556, W9.0575 - N53.174556111111, W8.9683611111111 - N53.174556111111, W8.9683611111111 - N53.160806111111, W8.9858611111111 - N53.160806111111, W8.9858611111111 - N53.13875, W8.9300280555556 - N53.13875, W8.9300280555556 - N53.169971944444, W8.9542219444444 - N53.169971944444, W8.9542219444444 - N53.194971944444, W8.9308888888889 - N53.194971944444, W8.9308888888889 - N53.189971944444, W8.9541938888889 - N53.189971944444, W8.9541938888889 - N53.208278055556, W8.8791669444444 - N53.208278055556, W8.8791669444444 - N53.209971944444, W8.9109169444444 - N53.209971944444, W8.9109169444444 - N53.228721944444, W8.8883330555556 - N53.228721944444, W8.8883330555556 - N53.209528055556, W8.9283061111111 - N53.209528055556, W8.9283061111111 - N53.208306111111, W8.9825 - N53.208306111111, W8.9825 - N53.201221944444, W8.9700561111111 - N53.201221944444, W8.9700561111111 - N53.211638888889, W9.0158330555556 - N53.211638888889, W9.0158330555556 - N53.212056111111, W8.9766938888889 - N53.212056111111, W8.9766938888889 - N53.216693888889, W8.9941938888889 - N53.216693888889, W8.9941938888889 - N53.222056111111, W8.9800280555556 - N53.222056111111, W8.9800280555556 - N53.215388888889, W9.0483611111111 - N53.215388888889, W9.0483611111111 - N53.23375, W8.9500561111111 - N53.23375, W8.9500561111111 - N53.229971944444, W9.0058330555556 - N53.229971944444, W9.0058330555556 - N53.240833055556, W8.9608061111111 - N53.240833055556, W8.9608061111111 - N53.245, W8.9908611111111 - N53.245, W8.9908611111111 - N53.267528055556, W8.9325 - N53.267528055556, W8.9325 - N53.259556111111, W8.9933330555556 - N53.259556111111, W8.9933330555556 - N53.265416944444, W9.0433611111111 - N53.265416944444, W9.0433611111111 - N53.277056111111, W9.035 - N53.277056111111, W9.035 - N53.24625, W9.1116669444444 - N53.24625, W9.1116669444444 - N53.256221944444, W9.1150280555556 - N53.256221944444, W9.1150280555556 - N53.242916944444, W9.17 - N53.242916944444, W9.17 - N53.240416944444, W9.3666388888889 - N53.240416944444, W9.3666388888889 - N53.219556111111, W9.5283330555556 - N53.219556111111, W9.5283330555556 - N53.235806111111, W9.5575561111111 - N53.235806111111, W9.5575561111111 - N53.259971944444, W9.5509169444444 - N53.259971944444, W9.5509169444444 - N53.249583055556, W9.5617219444444 - N53.249583055556, W9.5617219444444 - N53.263361111111, W9.5725 - N53.263361111111, W9.5725 - N53.279138888889, W9.5442219444444 - N53.279138888889, W9.5442219444444 - N53.287056111111, W9.5600280555556 - N53.287056111111, W9.5600280555556 - N53.236611111111, W9.5875280555556 - N53.236611111111, W9.5875280555556 - N53.230416944444, W9.61675 - N53.230416944444, W9.61675 - N53.250833055556, W9.6341669444444 - N53.250833055556, W9.6341669444444 - N53.289138888889, W9.6008330555556 - N53.289138888889, W9.6008330555556 - N53.324166944444, W9.6258330555556 - N53.324166944444, W9.6258330555556 - N53.317083055556, W9.5800561111111 - N53.317083055556, W9.5800561111111 - N53.344583055556, W9.57175 - N53.344583055556, W9.57175 - N53.312443888889, W9.5575 - N53.312443888889, W9.5575 - N53.341666944444, W9.5508330555556 - N53.341666944444, W9.5508330555556 - N53.357443888889, W9.6008330555556 - N53.357443888889, W9.6008330555556 - N53.381221944444, W9.5616388888889 - N53.381221944444, W9.5616388888889 - N53.378278055556, W9.6125830555556 - N53.378278055556, W9.6125830555556 - N53.334971944444, W9.5974719444444 - N53.334971944444, W9.5974719444444 - N53.328693888889, W9.6317219444444 - N53.328693888889, W9.6317219444444 - N53.337528055556, W9.6675 - N53.337528055556, W9.6675 - N53.345833055556, W9.6275830555556 - N53.345833055556, W9.6275830555556 - N53.3525, W9.6508611111111 - N53.3525, W9.6508611111111 - N53.373361111111, W9.6275 - N53.373361111111, W9.6275 - N53.369583055556, W9.6500561111111 - N53.369583055556, W9.6500561111111 - N53.384138888889, W9.6375830555556 - N53.384138888889, W9.6375830555556 - N53.384556111111, W9.6566938888889 - N53.384556111111, W9.6566938888889 - N53.355806111111, W9.7141669444444 - N53.355806111111, W9.7141669444444 - N53.350806111111, W9.6991938888889 - N53.350806111111, W9.6991938888889 - N53.307528055556, W9.7325 - N53.307528055556, W9.7325 - N53.29125, W9.7783330555556 - N53.29125, W9.7783330555556 - N53.319583055556, W9.8166938888889 - N53.319583055556, W9.8166938888889 - N53.307083055556, W9.8250280555556 - N53.307083055556, W9.8250280555556 - N53.329556111111, W9.8683888888889 - N53.329556111111, W9.8683888888889 - N53.31125, W9.8716388888889 - N53.31125, W9.8716388888889 - N53.324166944444, W9.9091669444444 - N53.324166944444, W9.9091669444444 - N53.350806111111, W9.8792219444444 - N53.350806111111, W9.8792219444444 - N53.365833055556, W9.8942219444444 - N53.365833055556, W9.8942219444444 - N53.386666944444, W9.7908611111111 - N53.386666944444, W9.7908611111111 - N53.405, W9.7891938888889 - N53.405, W9.7891938888889 - N53.404193888889, W9.8241388888889 - N53.404193888889, W9.8241388888889 - N53.415388888889, W9.8049719444444 - N53.415388888889, W9.8049719444444 - N53.390806111111, W9.8841388888889 - N53.390806111111, W9.8841388888889 - N53.411638888889, W9.8908888888889 - N53.411638888889, W9.8908888888889 - N53.427056111111, W9.8416938888889 - N53.427056111111, W9.8416938888889 - N53.432056111111, W9.87 - N53.432056111111, W9.87 - N53.414583055556, W9.8866388888889 - N53.414583055556, W9.8866388888889 - N53.422471944444, W9.9059169444444 - N53.422471944444, W9.9059169444444 - N53.385833055556, W9.9208888888889 - N53.385833055556, W9.9208888888889 - N53.380416944444, W9.9566669444444 - N53.380416944444, W9.9566669444444 - N53.367056111111, W9.9583888888889 - N53.367056111111, W9.9583888888889 - N53.382056111111, W9.9716938888889 - N53.382056111111, W9.9716938888889 - N53.383721944444, W10.033361111111 - N53.383721944444, W10.033361111111 - N53.406611111111, W10.039166944444 - N53.406611111111, W10.039166944444 - N53.422028055556, W10.076721944444 - N53.422028055556, W10.076721944444 - N53.400388888889, W10.121721944444 - N53.400388888889, W10.121721944444 - N53.420416944444, W10.153416944444 - N53.420416944444, W10.153416944444 - N53.408278055556, W10.184138888889 - N53.408278055556, W10.184138888889 - N53.457943888889, W10.133388888889 - N53.457943888889, W10.133388888889 - N53.437111111111, W10.09 - N53.437111111111, W10.09 - N53.460833055556, W10.039166944444 - N53.460833055556, W10.039166944444 - N53.466638888889, W10.0925 - N53.466638888889, W10.0925 - N53.489556111111, W10.085028055556 - N53.489556111111, W10.085028055556 - N53.478306111111, W10.047528055556 - N53.478306111111, W10.047528055556 - N53.487888888889, W10.026693888889 - N53.487888888889, W10.026693888889 - N53.510806111111, W10.142556111111 - N53.510806111111, W10.142556111111 - N53.512471944444, W10.107556111111 - N53.512471944444, W10.107556111111 - N53.522111111111, W10.138361111111 - N53.522111111111, W10.138361111111 - N53.51, W10.045806111111 - N53.51, W10.045806111111 - N53.522916944444, W10.136666944444 - N53.522916944444, W10.136666944444 - N53.542083055556, W10.15 - N53.542083055556, W10.15 - N53.545, W10.2025 - N53.545, W10.2025 - N53.557083055556, W10.191721944444 - N53.557083055556, W10.191721944444 - N53.55375, W10.158388888889 - N53.55375, W10.158388888889 - N53.566221944444, W10.151721944444 - N53.566221944444, W10.151721944444 - N53.553721944444, W10.090028055556 - N53.553721944444, W10.090028055556 - N53.574166944444, W10.132556111111 - N53.574166944444, W10.132556111111 - N53.577056111111, W10.103388888889 - N53.577056111111, W10.103388888889 - N53.567056111111, W10.015 - N53.567056111111, W10.015 - N53.544556111111, W10.003361111111 - N53.544556111111, W10.003361111111 - N53.553333055556, W9.9608611111111 - N53.553333055556, W9.9608611111111 - N53.5575, W10.004221944444 - N53.5575, W10.004221944444 - N53.570806111111, W9.9692219444444 - N53.570806111111, W9.9692219444444 - N53.576221944444, W10.025 - N53.576221944444, W10.025 - N53.610388888889, W10.05175 - N53.610388888889, W10.05175 - N53.597888888889, W9.9367219444444 - N53.597888888889, W9.9367219444444 - N53.614583055556, W9.9033888888889 - N53.614583055556, W9.9033888888889 - N53.609971944444, W9.8525280555556 - N53.609971944444, W9.8525280555556 - N53.624556111111, W9.8817219444444 - N53.624556111111, W9.8817219444444 - N53.59375, W9.7900280555556 - N53.59375, W9.7900280555556 - N53.594583055556, W9.7000561111111 - N53.594583055556, W9.7000561111111 - N53.608333055556, W9.6741669444444 - N53.608333055556, W9.6741669444444 - N53.602083055556, W9.79 - N53.602083055556, W9.79 - N53.6525, W9.9158330555556 - N53.6525, W9.9158330555556 - N53.763361111111, W9.9075561111111 - N53.763361111111, W9.9075561111111 - N53.782056111111, W9.7817219444444 - N53.782056111111, W9.7817219444444 - N53.775416944444, W9.72 - N53.775416944444, W9.72 - N53.795388888889, W9.66 - N53.795388888889, W9.66 - N53.781221944444, W9.6600830555556 - N53.781221944444, W9.6600830555556 - N53.777916944444, W9.6183888888889 - N53.777916944444, W9.6183888888889 - N53.800806111111, W9.5508611111111 - N53.800806111111, W9.5508611111111 - N53.802111111111, W9.6000561111111 - N53.802111111111, W9.6000561111111 - N53.8225, W9.6309169444444 - N53.8225, W9.6309169444444 - N53.833306111111, W9.6008888888889 - N53.833306111111, W9.6008888888889 - N53.832471944444, W9.6224719444444 - N53.832471944444, W9.6224719444444 - N53.84625, W9.6166938888889 - N53.84625, W9.6166938888889 - N53.846666944444, W9.5692219444444 - N53.846666944444, W9.5692219444444 - N53.859138888889, W9.5941938888889 - N53.859138888889, W9.5941938888889 - N53.8575, W9.5592219444444 - N53.8575, W9.5592219444444 - N53.865833055556, W9.6059169444444 - N53.865833055556, W9.6059169444444 - N53.874971944444, W9.5558888888889 - N53.874971944444, W9.5558888888889 - N53.877471944444, W9.5941669444444 - N53.877471944444, W9.5941669444444 - N53.889166944444, W9.5575280555556 - N53.889166944444, W9.5575280555556 - N53.90125, W9.5767219444444 - N53.90125, W9.5767219444444 - N53.887943888889, W9.5899719444444 - N53.887943888889, W9.5899719444444 - N53.886221944444, W9.6550561111111 - N53.886221944444, W9.6550561111111 - N53.898721944444, W9.6583611111111 - N53.898721944444, W9.6583611111111 - N53.900416944444, W9.7483611111111 - N53.900416944444, W9.7483611111111 - N53.890416944444, W9.7483611111111 - N53.890416944444, W9.7483611111111 - N53.90375, W9.7866938888889 - N53.90375, W9.7866938888889 - N53.86625, W9.8616938888889 - N53.86625, W9.8616938888889 - N53.870806111111, W9.9475561111111 - N53.870806111111, W9.9475561111111 - N53.9325, W9.9041669444444 - N53.9325, W9.9041669444444 - N53.931666944444, W9.9225280555556 - N53.931666944444, W9.9225280555556 - N53.956193888889, W9.91 - N53.956193888889, W9.91 - N53.949583055556, W9.8050561111111 - N53.949583055556, W9.8050561111111 - N53.927471944444, W9.8175830555556 - N53.927471944444, W9.8175830555556 - N53.912471944444, W9.7992219444444 - N53.912471944444, W9.7992219444444 - N53.970806111111, W9.8058611111111 - N53.970806111111, W9.8058611111111 - N53.965806111111, W9.8291938888889 - N53.965806111111, W9.8291938888889 - N53.953423888889, W9.8257138888889 - N53.953423888889, W9.8257138888889 - N53.964138888889, W9.8542219444444 - N53.964138888889, W9.8542219444444 - N53.993306111111, W9.8525830555556 - N53.993306111111, W9.8525830555556 - N53.989138888889, W9.8308061111111 - N53.989138888889, W9.8308061111111 - N54.021221944444, W9.9 - N54.021221944444, W9.9 - N54.007528055556, W9.9008611111111 - N54.007528055556, W9.9008611111111 - N54.033333055556, W9.9142219444444 - N54.033333055556, W9.9142219444444 - N54.0625, W9.8975 - N54.0625, W9.8975 - N54.052083055556, W9.8734169444444 - N54.052083055556, W9.8734169444444 - N54.066638888889, W9.8475 - N54.066638888889, W9.8475 - N54.069193888889, W9.8825 - N54.069193888889, W9.8825 - N54.09, W9.8441938888889 - N54.09, W9.8441938888889 - N54.1025, W9.8674719444444 - N54.1025, W9.8674719444444 - N54.104971944444, W9.8325561111111 - N54.104971944444, W9.8325561111111 - N54.118306111111, W9.8375 - N54.118306111111, W9.8375 - N54.106221944444, W9.8450280555556 - N54.106221944444, W9.8450280555556 - N54.110778055556, W9.8825 - N54.110778055556, W9.8825 - N54.066221944444, W9.9033888888889 - N54.066221944444, W9.9033888888889 - N54.059138888889, W9.9791938888889 - N54.059138888889, W9.9791938888889 - N54.100416944444, W9.9966938888889 - N54.100416944444, W9.9966938888889 - N54.115, W9.9058061111111 - N54.115, W9.9058061111111 - N54.14, W9.9675 - N54.14, W9.9675 - N54.152083055556, W9.96175 - N54.152083055556, W9.96175 - N54.15, W9.9291388888889 - N54.15, W9.9291388888889 - N54.1775, W9.9925 - N54.1775, W9.9925 - N54.170416944444, W9.9583888888889 - N54.170416944444, W9.9583888888889 - N54.190833055556, W9.9258611111111 - N54.190833055556, W9.9258611111111 - N54.190388888889, W9.9583611111111 - N54.190388888889, W9.9583611111111 - N54.222916944444, W10.001638888889 - N54.222916944444, W10.001638888889 - N54.211638888889, W10.030861111111 - N54.211638888889, W10.030861111111 - N54.179138888889, W10.014193888889 - N54.179138888889, W10.014193888889 - N54.187056111111, W10.054971944444 - N54.187056111111, W10.054971944444 - N54.167471944444, W10.044166944444 - N54.167471944444, W10.044166944444 - N54.155, W10.097528055556 - N54.155, W10.097528055556 - N54.143361111111, W10.060861111111 - N54.143361111111, W10.060861111111 - N54.113278055556, W10.0975 - N54.113278055556, W10.0975 - N54.094138888889, W10.067583055556 - N54.094138888889, W10.067583055556 - N54.082888888889, W10.088361111111 - N54.082888888889, W10.088361111111 - N54.089556111111, W10.128333055556 - N54.089556111111, W10.128333055556 - N54.125806111111, W10.132528055556 - N54.125806111111, W10.132528055556 - N54.176638888889, W10.092471944444 - N54.176638888889, W10.092471944444 - N54.195, W10.10425 - N54.195, W10.10425 - N54.221638888889, W10.062583055556 - N54.221638888889, W10.062583055556 - N54.240806111111, W10.114221944444 - N54.240806111111, W10.114221944444 - N54.231666944444, W10.0725 - N54.231666944444, W10.0725 - N54.243333055556, W10.100861111111 - N54.243333055556, W10.100861111111 - N54.267471944444, W10.089221944444 - N54.267471944444, W10.089221944444 - N54.302916944444, W10.008361111111 - N54.302916944444, W10.008361111111 - N54.268721944444, W9.9633888888889 - N54.268721944444, W9.9633888888889 - N54.267528055556, W9.9342219444444 - N54.267528055556, W9.9342219444444 - N54.24625, W9.9400561111111 - N54.24625, W9.9400561111111 - N54.271221944444, W9.93 - N54.271221944444, W9.93 - N54.259583055556, W9.9200830555556 - N54.259583055556, W9.9200830555556 - N54.265, W9.8925280555556 - N54.265, W9.8925280555556 - N54.225, W9.9208888888889 - N54.225, W9.9208888888889 - N54.217056111111, W9.9516669444444 - N54.217056111111, W9.9516669444444 - N54.246666944444, W9.9891938888889 - N54.246666944444, W9.9891938888889 - N54.212083055556, W9.9666669444444 - N54.212083055556, W9.9666669444444 - N54.214556111111, W9.8833611111111 - N54.214556111111, W9.8833611111111 - N54.231221944444, W9.8900561111111 - N54.231221944444, W9.8900561111111 - N54.220806111111, W9.8541669444444 - N54.220806111111, W9.8541669444444 - N54.255833055556, W9.8875561111111 - N54.255833055556, W9.8875561111111 - N54.277943888889, W9.8466669444444 - N54.277943888889, W9.8466669444444 - N54.280388888889, W9.82 - N54.280388888889, W9.82 - N54.249583055556, W9.7567219444444 - N54.249583055556, W9.7567219444444 - N54.254971944444, W9.74425 - N54.254971944444, W9.74425 - N54.27559, W9.8067211111111 - N54.27559, W9.8067211111111 - N54.29125, W9.8099719444444 - N54.29125, W9.8099719444444 - N54.280833055556, W9.7708611111111 - N54.280833055556, W9.7708611111111 - N54.29375, W9.795 - N54.29375, W9.795 - N54.300833055556, W9.8691938888889 - N54.300833055556, W9.8691938888889 - N54.322056111111, W9.86175 - N54.322056111111, W9.86175 - N54.340388888889, W9.7850561111111 - N54.340388888889, W9.7850561111111 - N54.328721944444, W9.7883611111111 - N54.328721944444, W9.7883611111111 - N54.335416944444, W9.7600561111111 - N54.335416944444, W9.7600561111111 - N54.31125, W9.6683611111111 - N54.31125, W9.6683611111111 - N54.323778055556, W9.6316388888889 - N54.323778055556, W9.6316388888889 - N54.309556111111, W9.5599719444444 - N54.309556111111, W9.5599719444444 - N54.317056111111, W9.5033611111111 - N54.317056111111, W9.5033611111111 - N54.307111111111, W9.4051111111111 - N54.307111111111, W9.4051111111111 - N54.292111111111, W9.3866669444444 - N54.292111111111, W9.3866669444444 - N54.325416944444, W9.3516388888889 - N54.325416944444, W9.3516388888889 - N54.307888888889, W9.27175 - N54.307888888889, W9.27175 - N54.27, W9.2608888888889 - N54.27, W9.2608888888889 - N54.285388888889, W9.2233330555556 - N54.285388888889, W9.2233330555556 - N54.277471944444, W9.2125561111111 - N54.277471944444, W9.2125561111111 - N54.246638888889, W9.2208888888889 - N54.246638888889, W9.2208888888889 - N54.224166944444, W9.2709169444444 - N54.224166944444, W9.2709169444444 - N54.2425, W9.1992219444444 - N54.2425, W9.1992219444444 - N54.214138888889, W9.2291669444444 - N54.214138888889, W9.2291669444444 - N54.196611111111, W9.1625 - N54.196611111111, W9.1625 - N54.137056111111, W9.1450830555556 - N54.137056111111, W9.1450830555556 - N54.196666944444, W9.1191938888889 - N54.196666944444, W9.1191938888889 - N54.201666944444, W9.1425830555556 - N54.201666944444, W9.1425830555556 - N54.210833055556, W9.1008330555556 - N54.210833055556, W9.1008330555556 - N54.291221944444, W9.0583888888889 - N54.291221944444, W9.0583888888889 - N54.289583055556, W8.9366938888889 - N54.289583055556, W8.9366938888889 - N54.250388888889, W8.83675 - N54.250388888889, W8.83675 - N54.277028055556, W8.7650830555556 - N54.277028055556, W8.7650830555556 - N54.260361111111, W8.7333888888889 - N54.260361111111, W8.7333888888889 - N54.267888888889, W8.6634169444444 - N54.267888888889, W8.6634169444444 - N54.204528055556, W8.5883888888889 - N54.204528055556, W8.5883888888889 - N54.214556111111, W8.5816669444444 - N54.214556111111, W8.5816669444444 - N54.211221944444, W8.5184169444444 - N54.211221944444, W8.5184169444444 - N54.228693888889, W8.5784169444444 - N54.228693888889, W8.5784169444444 - N54.257056111111, W8.61 - N54.257056111111, W8.61 - N54.2525, W8.6325561111111 - N54.2525, W8.6325561111111 - N54.281221944444, W8.6183611111111 - N54.281221944444, W8.6183611111111 - N54.274083055556, W8.4825830555556 - N54.274083055556, W8.4825830555556 - N54.297888888889, W8.5250280555556 - N54.297888888889, W8.5250280555556 - N54.301638888889, W8.5808888888889 - N54.301638888889, W8.5808888888889 - N54.334556111111, W8.5784169444444 - N54.334556111111, W8.5784169444444 - N54.312028055556, W8.535 - N54.312028055556, W8.535 - N54.324943888889, W8.5108330555556 - N54.324943888889, W8.5108330555556 - N54.338693888889, W8.6000561111111 - N54.338693888889, W8.6000561111111 - N54.317833055556, W8.6516938888889 - N54.317833055556, W8.6516938888889 - N54.357416944444, W8.6841938888889 - N54.357416944444, W8.6841938888889 - N54.387056111111, W8.5783611111111 - N54.387056111111, W8.5783611111111 - N54.407083055556, W8.5733611111111 - N54.407083055556, W8.5733611111111 - N54.420778055556, W8.5125561111111 - N54.420778055556, W8.5125561111111 - N54.398333055556, W8.5675830555556 - N54.398333055556, W8.5675830555556 - N54.389528055556, W8.5500830555556 - N54.389528055556, W8.5500830555556 - N54.416583055556, W8.4941938888889 - N54.416583055556, W8.4941938888889 - N54.467861111111, W8.4717219444444 - N54.467861111111, W8.4717219444444 - N54.451193888889, W8.4333330555556 - N54.451193888889, W8.4333330555556 - N54.474583055556, W8.2900561111111 - N54.474583055556, W8.2900561111111 - N54.506193888889, W8.2634169444444 - N54.506193888889, W8.2634169444444 - N54.4975, W8.2041388888889 - N54.4975, W8.2041388888889 - N54.5225, W8.2758611111111 - N54.5225, W8.2758611111111 - N54.545806111111, W8.2175561111111 - N54.545806111111, W8.2175561111111 - N54.569111111111, W8.2291669444444 - N54.569111111111, W8.2291669444444 - N54.593333055556, W8.1725 - N54.593333055556, W8.1725 - N54.619943888889, W8.1758888888889 - N54.619943888889, W8.1758888888889 - N54.602471944444, W8.1408611111111 - N54.602471944444, W8.1408611111111 - N54.629138888889, W8.1208330555556 - N54.629138888889, W8.1208330555556 - N54.628278055556, W8.1508330555556 - N54.628278055556, W8.1508330555556 - N54.649138888889, W8.1158611111111 - N54.649138888889, W8.1158611111111 - N54.625388888889, W8.1683061111111 - N54.625388888889, W8.1683061111111 - N54.643721944444, W8.1733611111111 - N54.643721944444, W8.1733611111111 - N54.597861111111, W8.3033330555556 - N54.597861111111, W8.3033330555556 - N54.632416944444, W8.2792219444444 - N54.632416944444, W8.2792219444444 - N54.642888888889, W8.295 - N54.642888888889, W8.295 - N54.564528055556, W8.4684169444444 - N54.564528055556, W8.4684169444444 - N54.584943888889, W8.4541938888889 - N54.584943888889, W8.4541938888889 - N54.609138888889, W8.38425 - N54.609138888889, W8.38425 - N54.632028055556, W8.3933611111111 - N54.632028055556, W8.3933611111111 - N54.610361111111, W8.4434169444444 - N54.610361111111, W8.4434169444444 - N54.645388888889, W8.4317219444444 - N54.645388888889, W8.4317219444444 - N54.600361111111, W8.4816938888889 - N54.600361111111, W8.4816938888889 - N54.632888888889, W8.4817780555556 - N54.632888888889, W8.4817780555556 - N54.602888888889, W8.5951111111111 - N54.602888888889, W8.5951111111111 - N54.642888888889, W8.6484438888889 - N54.642888888889, W8.6484438888889 - N54.618278055556, W8.6358611111111 - N54.618278055556, W8.6358611111111 - N54.616193888889, W8.6867219444444 - N54.616193888889, W8.6867219444444 - N54.638693888889, W8.7000280555556 - N54.638693888889, W8.7000280555556 - N54.657443888889, W8.7991938888889 - N54.657443888889, W8.7991938888889 - N54.686611111111, W8.7891938888889 - N54.686611111111, W8.7891938888889 - N54.699138888889, W8.8109169444444 - N54.699138888889, W8.8109169444444 - N54.708693888889, W8.7417780555556 - N54.708693888889, W8.7417780555556 - N54.735778055556, W8.7525561111111 - N54.735778055556, W8.7525561111111 - N54.770333055556, W8.6517780555556 - N54.770333055556, W8.6517780555556 - N54.754138888889, W8.4408611111111 - N54.754138888889, W8.4408611111111 - N54.781611111111, W8.5575830555556 - N54.781611111111, W8.5575830555556 - N54.788693888889, W8.4866938888889 - N54.788693888889, W8.4866938888889 - N54.762028055556, W8.44175 - N54.762028055556, W8.44175 - N54.770778055556, W8.4208888888889 - N54.770778055556, W8.4208888888889 - N54.825778055556, W8.56925 - N54.825778055556, W8.56925 - N54.827056111111, W8.51675 - N54.827056111111, W8.51675 - N54.846221944444, W8.4966388888889 - N54.846221944444, W8.4966388888889 - N54.837056111111, W8.4533611111111 - N54.837056111111, W8.4533611111111 - N54.850361111111, W8.4051111111111 - N54.850361111111, W8.4051111111111 - N54.832056111111, W8.3417219444444 - N54.832056111111, W8.3417219444444 - N54.840806111111, W8.3241669444444 - N54.840806111111, W8.3241669444444 - N54.847861111111, W8.3850830555556 - N54.847861111111, W8.3850830555556 - N54.875778055556, W8.3959438888889 - N54.875778055556, W8.3959438888889 - N54.871193888889, W8.3266388888889 - N54.871193888889, W8.3266388888889 - N54.885778055556, W8.3158888888889 - N54.885778055556, W8.3158888888889 - N54.888306111111, W8.3475280555556 - N54.888306111111, W8.3475280555556 - N54.905388888889, W8.3500280555556 - N54.905388888889, W8.3500280555556 - N54.901638888889, W8.3875280555556 - N54.901638888889, W8.3875280555556 - N54.879556111111, W8.3883611111111 - N54.879556111111, W8.3883611111111 - N54.909111111111, W8.4625830555556 - N54.909111111111, W8.4625830555556 - N54.942888888889, W8.4600561111111 - N54.942888888889, W8.4600561111111 - N54.932861111111, W8.4383888888889 - N54.932861111111, W8.4383888888889 - N54.946638888889, W8.3708888888889 - N54.946638888889, W8.3708888888889 - N54.957443888889, W8.4208888888889 - N54.957443888889, W8.4208888888889 - N55.004138888889, W8.4524719444444 - N55.004138888889, W8.4524719444444 - N55.003721944444, W8.4033330555556 - N55.003721944444, W8.4033330555556 - N55.040806111111, W8.4009169444444 - N55.040806111111, W8.4009169444444 - N55.03875, W8.3533330555556 - N55.03875, W8.3533330555556 - N55.065388888889, W8.3334169444444 - N55.065388888889, W8.3334169444444 - N55.019556111111, W8.3316938888889 - N55.019556111111, W8.3316938888889 - N55.042916944444, W8.3250561111111 - N55.042916944444, W8.3250561111111 - N55.035806111111, W8.2758888888889 - N55.035806111111, W8.2758888888889 - N55.048361111111, W8.3258611111111 - N55.048361111111, W8.3258611111111 - N55.055833055556, W8.3058330555556 - N55.055833055556, W8.3058330555556 - N55.087471944444, W8.3291669444444 - N55.087471944444, W8.3291669444444 - N55.083333055556, W8.2958061111111 - N55.083333055556, W8.2958061111111 - N55.112528055556, W8.3208888888889 - N55.112528055556, W8.3208888888889 - N55.156693888889, W8.28925 - N55.156693888889, W8.28925 - N55.144556111111, W8.1684169444444 - N55.144556111111, W8.1684169444444 - N55.141638888889, W8.1741388888889 - N55.141638888889, W8.1741388888889 - N55.119556111111, W8.1416388888889 - N55.119556111111, W8.1416388888889 - N55.1575, W8.1241938888889 - N55.1575, W8.1241938888889 - N55.175778055556, W8.0225830555556 - N55.175778055556, W8.0225830555556 - N55.211666944444, W8.0209169444444 - N55.211666944444, W8.0209169444444 - N55.226193888889, W7.9850561111111 - N55.226193888889, W7.9850561111111 - N55.208306111111, W7.9408888888889 - N55.208306111111, W7.9408888888889 - N55.184138888889, W7.9842219444444 - N55.184138888889, W7.9842219444444 - N55.17875, W7.9334169444444 - N55.17875, W7.9334169444444 - N55.191221944444, W7.90675 - N55.191221944444, W7.90675 - N55.171583055556, W7.8808611111111 - N55.171583055556, W7.8808611111111 - N55.154138888889, W7.9142219444444 - N55.154138888889, W7.9142219444444 - N55.163306111111, W7.8541669444444 - N55.163306111111, W7.8541669444444 - N55.132443888889, W7.9058611111111 - N55.132443888889, W7.9058611111111 - N55.143693888889, W7.87675 - N55.143693888889, W7.87675 - N55.127028055556, W7.8566938888889 - N55.127028055556, W7.8566938888889 - N55.18, W7.8275561111111 - N55.18, W7.8275561111111 - N55.198333055556, W7.8725280555556 - N55.198333055556, W7.8725280555556 - N55.228333055556, W7.8692780555556 - N55.228333055556, W7.8692780555556 - N55.224583055556, W7.8233611111111 - N55.224583055556, W7.8233611111111 - N55.255416944444, W7.7900830555556 - N55.255416944444, W7.7900830555556 - N55.1975, W7.8192780555556 - N55.1975, W7.8192780555556 - N55.177471944444, W7.8076111111111 - N55.177471944444, W7.8076111111111 - N55.187028055556, W7.7667219444444 - N55.187028055556, W7.7667219444444 - N55.165778055556, W7.71425 - N55.165778055556, W7.71425 - N55.143278055556, W7.6909438888889 - N55.143278055556, W7.6909438888889 - N55.100778055556, W7.71425 - N55.100778055556, W7.71425 - N55.098721944444, W7.6967780555556 - N55.098721944444, W7.6967780555556 - N55.158278055556, W7.6692219444444 - N55.158278055556, W7.6692219444444 - N55.191666944444, W7.7176111111111 - N55.191666944444, W7.7176111111111 - N55.223278055556, W7.7058888888889 - N55.223278055556, W7.7058888888889 - N55.216638888889, W7.7258888888889 - N55.216638888889, W7.7258888888889 - N55.167888888889, W7.7133888888889 - N55.167888888889, W7.7133888888889 - N55.189111111111, W7.7525830555556 - N55.189111111111, W7.7525830555556 - N55.193306111111, W7.7375830555556 - N55.193306111111, W7.7375830555556 - N55.188693888889, W7.77175 - N55.188693888889, W7.77175 - N55.213278055556, W7.8009438888889 - N55.213278055556, W7.8009438888889 - N55.236638888889, W7.7558888888889 - N55.236638888889, W7.7558888888889 - N55.256221944444, W7.7617780555556 - N55.256221944444, W7.7617780555556 - N55.247083055556, W7.7117219444444 - N55.247083055556, W7.7117219444444 - N55.263693888889, W7.6967780555556 - N55.263693888889, W7.6967780555556 - N55.276583055556, W7.6342780555556 - N55.276583055556, W7.6342780555556 - N55.233278055556, W7.6042219444444 - N55.233278055556, W7.6042219444444 - N55.199943888889, W7.62425 - N55.199943888889, W7.62425 - N55.179971944444, W7.5725830555556 - N55.179971944444, W7.5725830555556 - N55.124111111111, W7.5208888888889 - N55.124111111111, W7.5208888888889 - N55.093278055556, W7.5342780555556 - N55.093278055556, W7.5342780555556 - N55.045, W7.6425830555556 - N55.045, W7.6425830555556 - N55.054556111111, W7.57675 - N55.054556111111, W7.57675 - N55.035806111111, W7.5592219444444 - N55.035806111111, W7.5592219444444 - N54.996611111111, W7.6426388888889 - N54.996611111111, W7.6426388888889 - N54.949943888889, W7.6876388888889 - N54.949943888889, W7.6876388888889 - N54.972028055556, W7.6400830555556 - N54.972028055556, W7.6400830555556 - N54.957471944444, W7.64425 - N54.957471944444, W7.64425 - N54.962056111111, W7.6301111111111 - N54.962056111111, W7.6301111111111 - N54.997056111111, W7.59675 - N54.997056111111, W7.59675 - N55.046638888889, W7.47425 - N55.046638888889, W7.47425 - N55.057471944444, W7.5292219444444 - N55.057471944444, W7.5292219444444 - N55.083306111111, W7.5209169444444 - N55.083306111111, W7.5209169444444 - N55.064138888889, W7.4575830555556 - N55.064138888889, W7.4575830555556 - N55.087471944444, W7.48425 - N55.087471944444, W7.48425 - N55.136638888889, W7.46425 - N55.136638888889, W7.46425 - N55.196638888889, W7.5592219444444 - N55.196638888889, W7.5592219444444 - N55.239138888889, W7.5209169444444 - N55.239138888889, W7.5209169444444 - N55.285806111111, W7.5275830555556 - N55.285806111111, W7.5275830555556 - N55.281221944444, W7.4750561111111 - N55.281221944444, W7.4750561111111 - N55.296193888889, W7.4683888888889 - N55.296193888889, W7.4683888888889 - N55.2795, W7.4350280555556 - N55.2795, W7.4350280555556 - N55.317888888889, W7.3633888888889 - N55.317888888889, W7.3633888888889 - N55.294138888889, W7.3075561111111 - N55.294138888889, W7.3075561111111 - N55.283721944444, W7.3483888888889 - N55.283721944444, W7.3483888888889 - N55.279111111111, W7.2541938888889 - N55.279111111111, W7.2541938888889 - N55.312443888889, W7.3358888888889 - N55.312443888889, W7.3358888888889 - N55.357443888889, W7.3509169444444 - N55.357443888889, W7.3509169444444 - N55.374971944444, W7.4025 - N55.374971944444, W7.4025 - N55.381221944444, W7.3884169444444 - N55.381221944444, W7.3884169444444 - N55.346221944444, W7.1917780555556 - N55.346221944444, W7.1917780555556 - N55.292916944444, W7.1600830555556 - N55.292916944444, W7.1600830555556 - N55.236638888889, W6.9225280555556 - N55.236638888889, W6.9225280555556 - N55.207916944444, W6.9550830555556 - N55.207916944444, W6.9550830555556 - N55.146611111111, W7.15925 - N55.146611111111, W7.15925 - N55.006193888889, W7.3150280555556 - N55.006193888889, W7.3150280555556 - N55.043721944444, W7.2566938888889 - N55.043721944444, W7.2566938888889 - N55.040361111111, W7.2366669444444 - N55.040361111111, W7.2366669444444 - N55.060361111111, W7.22675 - N55.060361111111, W7.22675 - N55.057888888889, W7.1484169444444 - N55.057888888889, W7.1484169444444 - N55.042056111111, W7.13175 - N55.042056111111, W7.13175 - N55.0525, W7.0442780555556 - N55.0525, W7.0442780555556 - N55.076666944444, W7.01425 - N55.076666944444, W7.01425 - N55.102471944444, W7.0192219444444 - N55.102471944444, W7.0192219444444 - N55.105, W6.9775280555556 - N55.105, W6.9775280555556 - N55.110833055556, W6.9991388888889 - N55.110833055556, W6.9991388888889 - N55.194583055556, W6.9667219444444 - N55.194583055556, W6.9667219444444 - N55.16875, W6.8900561111111 - N55.16875, W6.8900561111111 - N55.160416944444, W6.7500280555556 - N55.160416944444, W6.7500280555556 - N55.166638888889, W6.7692219444444 - N55.166638888889, W6.7692219444444 - N55.200416944444, W6.6616669444444 - N55.200416944444, W6.6616669444444 - N55.212916944444, W6.6667219444444 - N55.212916944444, W6.6667219444444 - N55.217056111111, W6.5466669444444 - N55.217056111111, W6.5466669444444 - N55.252083055556, W6.4833611111111 - N55.252083055556, W6.4833611111111 - N55.232056111111, W6.4084169444444 - N55.232056111111, W6.4084169444444 - N55.24625, W6.3667219444444 - N55.24625, W6.3667219444444 - N55.204583055556, W6.2333330555556 - N55.204583055556, W6.2333330555556 - N55.227861111111, W6.1417219444444 - N55.227861111111, W6.1417219444444 - N55.199166944444, W6.0625280555556 - N55.199166944444, W6.0625280555556 - N55.163333055556, W6.0258888888889 - N55.163333055556, W6.0258888888889 - N55.061638888889, W6.0558061111111 - N55.061638888889, W6.0558061111111 - N55.049138888889, W5.9608061111111 - N55.049138888889, W5.9608061111111 - N54.981638888889, W5.9875280555556 - N54.981638888889, W5.9875280555556 - N54.960806111111, W5.9175280555556 - N54.960806111111, W5.9175280555556 - N54.850806111111, W5.7975830555556 - N54.850806111111, W5.7975830555556 - N54.825806111111, W5.8075280555556 - N54.825806111111, W5.8075280555556 - N54.815833055556, W5.7491938888889 - N54.815833055556, W5.7491938888889 - N54.772888888889, W5.7250561111111 - N54.772888888889, W5.7250561111111 - N54.808306111111, W5.7341669444444 - N54.808306111111, W5.7341669444444 - N54.849943888889, W5.7925830555556 - N54.849943888889, W5.7925830555556 - N54.84625, W5.7250561111111 - N54.84625, W5.7250561111111 - N54.806638888889, W5.6908611111111 - N54.806638888889, W5.6908611111111 - N54.745806111111, W5.7075561111111 - N54.745806111111, W5.7075561111111 - N54.675806111111, W5.8891669444444 - N54.675806111111, W5.8891669444444 - N54.625, W5.9125280555556 - N54.625, W5.9125280555556 - N54.630833055556, W5.8858888888889 - N54.630833055556, W5.8858888888889 - N54.613306111111, W5.9091388888889 - N54.613306111111, W5.9091388888889 - N54.676221944444, W5.7400561111111 - N54.676221944444, W5.7400561111111 - N54.663693888889, W5.6700561111111 - N54.663693888889, W5.6700561111111 - N54.679583055556, W5.6300280555556 - N54.679583055556, W5.6300280555556 - N54.676221944444, W5.5817219444444 - N54.676221944444, W5.5817219444444 - N54.641666944444, W5.52925 - N54.641666944444, W5.52925 - N54.601611111111, W5.5225280555556 - N54.601611111111, W5.5225280555556 - N54.562471944444, W5.47425 - N54.562471944444, W5.47425 - N54.497471944444, W5.4624719444444 - N54.497471944444, W5.4624719444444 - N54.484111111111, W5.4308888888889 - N54.484111111111, W5.4308888888889 - N54.454138888889, W5.4375280555556 - N54.454138888889, W5.4375280555556 - N54.428361111111, W5.4758330555556 - N54.428361111111, W5.4758330555556 - N54.381638888889, W5.45925 - N54.381638888889, W5.45925 - N54.375028055556, W5.4875830555556 - N54.375028055556, W5.4875830555556 - N54.329556111111, W5.5050561111111 - N54.329556111111, W5.5050561111111 - N54.3975, W5.5808330555556 - N54.3975, W5.5808330555556 - N54.419943888889, W5.5775280555556 - N54.419943888889, W5.5775280555556 - N54.430806111111, W5.5341669444444 - N54.430806111111, W5.5341669444444 - N54.459138888889, W5.5374719444444 - N54.459138888889, W5.5374719444444 - N54.455778055556, W5.5592219444444 - N54.455778055556, W5.5592219444444 - N54.469166944444, W5.5308330555556 - N54.469166944444, W5.5308330555556 - N54.530028055556, W5.5609169444444 - N54.530028055556, W5.5609169444444 - N54.522028055556, W5.5850561111111 - N54.522028055556, W5.5850561111111 - N54.546638888889, W5.5975 - N54.546638888889, W5.5975 - N54.580806111111, W5.6825280555556 - N54.580806111111, W5.6825280555556 - N54.545, W5.6942219444444 - N54.545, W5.6942219444444 - N54.537471944444, W5.7208061111111 - N54.537471944444, W5.7208061111111 - N54.513306111111, W5.6291388888889 - N54.513306111111, W5.6291388888889 - N54.497916944444, W5.6433611111111 - N54.497916944444, W5.6433611111111 - N54.505, W5.6175280555556 - N54.505, W5.6175280555556 - N54.49375, W5.6417219444444 - N54.49375, W5.6417219444444 - N54.511193888889, W5.65 - N54.511193888889, W5.65 - N54.507471944444, W5.6741938888889 - N54.507471944444, W5.6741938888889 - N54.491666944444, W5.6708888888889 - N54.491666944444, W5.6708888888889 - N54.486638888889, W5.6375280555556 - N54.486638888889, W5.6375280555556 - N54.450861111111, W5.6424719444444 - N54.450861111111, W5.6424719444444 - N54.455028055556, W5.6242219444444 - N54.455028055556, W5.6242219444444 - N54.396638888889, W5.6408330555556 - N54.396638888889, W5.6408330555556 - N54.369971944444, W5.6825561111111 - N54.369971944444, W5.6825561111111 - N54.363693888889, W5.6517219444444 - N54.363693888889, W5.6517219444444 - N54.38125, W5.5716938888889 - N54.38125, W5.5716938888889 - N54.309166944444, W5.5241388888889 - N54.309166944444, W5.5241388888889 - N54.244583055556, W5.6117219444444 - N54.244583055556, W5.6117219444444 - N54.256666944444, W5.6408611111111 - N54.256666944444, W5.6408611111111 - N54.222056111111, W5.6617219444444 - N54.222056111111, W5.6617219444444 - N54.247916944444, W5.6883611111111 - N54.247916944444, W5.6883611111111 - N54.240388888889, W5.8200280555556 - N54.240388888889, W5.8200280555556 - N54.253306111111, W5.8358330555556 - N54.253306111111, W5.8358330555556 - N54.256666944444, W5.8175561111111 - N54.256666944444, W5.8175561111111 - N54.28, W5.8208888888889 - N54.28, W5.8208888888889 - N54.250778055556, W5.8492219444444 - N54.250778055556, W5.8492219444444 - N54.239943888889, W5.8291669444444 - N54.239943888889, W5.8291669444444 - N54.205778055556, W5.8875 - N54.205778055556, W5.8875 - N54.169971944444, W5.8691388888889 - N54.169971944444, W5.8691388888889 - N54.103306111111, W5.8941669444444 - N54.103306111111, W5.8941669444444 - N54.022861111111, W6.0600830555556 - N54.022861111111, W6.0600830555556 - N54.04, W6.1092219444444 - N54.04, W6.1092219444444 - N54.049971944444, W6.0775830555556 - N54.049971944444, W6.0775830555556 - N54.062861111111, W6.0967780555556 - N54.062861111111, W6.0967780555556 - N54.066193888889, W6.1667219444444 - N54.066193888889, W6.1667219444444 - N54.096221944444, W6.2000280555556 - N54.096221944444, W6.2000280555556 - N54.107888888889, W6.2784169444444 - N54.107888888889, W6.2784169444444 - N54.042028055556, W6.1833888888889 - N54.042028055556, W6.1833888888889 - N54.034111111111, W6.1308888888889 - N54.034111111111, W6.1308888888889 - N53.997471944444, W6.1025 - N53.997471944444, W6.1025 - N53.977888888889, W6.1383611111111 - N53.977888888889, W6.1383611111111 - N53.982888888889, W6.2367219444444 - N53.982888888889, W6.2367219444444 - N54.012056111111, W6.3150280555556 - N54.012056111111, W6.3150280555556 - N54.010388888889, W6.3534438888889 - N54.010388888889, W6.3534438888889 - N54.029556111111, W6.3683888888889 - N54.029556111111, W6.3683888888889 - N54.013306111111, W6.3608888888889 - N54.013306111111, W6.3608888888889 - N54.013333055556, W6.3991669444444 - N54.013333055556, W6.3991669444444 - N53.996666944444, W6.3391938888889 - N53.996666944444, W6.3391938888889 - N53.951666944444, W6.3775830555556 - N53.951666944444, W6.3775830555556 - N53.897471944444, W6.3659169444444 - N53.897471944444, W6.3659169444444 - N53.87625, W6.3333330555556 - N53.87625, W6.3333330555556 - N53.859971944444, W6.2375830555556 - N53.859971944444, W6.2375830555556 - N53.804971944444, W6.2591388888889 - N53.804971944444, W6.2591388888889 - N53.794166944444, W6.2158888888889 - N53.794166944444, W6.2158888888889 - N53.758306111111, W6.2475561111111 - N53.758306111111, W6.2475561111111 - N53.719971944444, W6.2442219444444 - N53.719971944444, W6.2442219444444 - N53.734556111111, W6.2733611111111 - N53.734556111111, W6.2733611111111 - N53.714111111111, W6.3391669444444 - N53.714111111111, W6.3391669444444 - N53.725683888889, W6.2571938888889 - N53.725683888889, W6.2571938888889 - N53.632471944444, W6.2141669444444 - N53.632471944444, W6.2141669444444 - N53.584556111111, W6.1450561111111 - N53.584556111111, W6.1450561111111 - N53.5825, W6.0975 - N53.5825, W6.0975 - N53.552471944444, W6.0791388888889 - N53.552471944444, W6.0791388888889 - N53.516666944444, W6.0774719444444 - N53.516666944444, W6.0774719444444 - N53.499166944444, W6.1709169444444 - N53.499166944444, W6.1709169444444 - N53.497056111111, W6.1250830555556 - N53.497056111111, W6.1250830555556 - N53.506228055556, W6.1236180555556 - N53.506228055556, W6.1236180555556 - N53.49, W6.0958888888889 - N53.49, W6.0958888888889 - N53.456611111111, W6.1292780555556 - N53.456611111111, W6.1292780555556 - N53.453333055556, W6.1491938888889 - N53.453333055556, W6.1491938888889 - N53.466666944444, W6.1342219444444 - N53.466666944444, W6.1342219444444 - N53.472916944444, W6.1516938888889 - N53.472916944444, W6.1516938888889 - N53.4625, W6.2041669444444 - N53.4625, W6.2041669444444 - N53.440806111111, W6.1208611111111 - N53.440806111111, W6.1208611111111 - N53.399138888889, W6.1142219444444 - N53.399138888889, W6.1142219444444 - N53.417083055556, W6.1383330555556 - N53.417083055556, W6.1383330555556 - N53.403306111111, W6.1325561111111 - N53.403306111111, W6.1325561111111 - N53.381666944444, W6.0458611111111 - N53.381666944444, W6.0458611111111 - N53.359166944444, W6.0525 - N53.359166944444, W6.0525 - N53.358721944444, W6.0833611111111 - N53.358721944444, W6.0833611111111 - N53.385388888889, W6.1266938888889 - N53.385388888889, W6.1266938888889 - N53.357083055556, W6.1816669444444 - N53.357083055556, W6.1816669444444 - N53.356611111111, W6.2325830555556 - N53.356611111111, W6.2325830555556 - N53.349971944444, W6.2025561111111 - N53.349971944444, W6.2025561111111 - N53.342916944444, W6.2250561111111 - N53.342916944444, W6.2250561111111 - N53.339138888889, W6.1758888888889 - N53.339138888889, W6.1758888888889 - N53.327083055556, W6.1900280555556 - N53.327083055556, W6.1900280555556 - N53.336666944444, W6.2142219444444 - N53.336666944444, W6.2142219444444 - N53.314166944444, W6.2041388888889 - N53.314166944444, W6.2041388888889 - N53.270778055556, W6.0908611111111 - N53.270778055556, W6.0908611111111 - N53.257443888889, W6.1109169444444 - N53.257443888889, W6.1109169444444 - N53.221693888889, W6.1075280555556 - N53.221693888889, W6.1075280555556 - N53.104166944444, W6.0375 - N53.104166944444, W6.0375 - N52.996638888889, W6.0492219444444 - N52.996638888889, W6.0492219444444 - N52.9675, W5.9941669444444 - N52.9675, W5.9941669444444 - N52.883361111111, W6.0591938888889 - N52.883361111111, W6.0591938888889 - N52.859166944444, W6.0575280555556 - N52.859166944444, W6.0575280555556 - N52.841666944444, W6.1025561111111 - N52.841666944444, W6.1025561111111 - N52.799166944444, W6.1425 - N52.799166944444, W6.1425 - N52.735806111111, W6.1408330555556 - N52.735806111111, W6.1408330555556 - N52.649138888889, W6.2259169444444 - N52.649138888889, W6.2259169444444 - N52.5625, W6.1941938888889 - N52.5625, W6.1941938888889 - N52.409166944444, W6.3541669444444 - N52.409166944444, W6.3541669444444 - N52.346666944444, W6.3558611111111 - N52.346666944444, W6.3558611111111 - N52.364583055556, W6.4250280555556 - N52.364583055556, W6.4250280555556 - N52.34375, W6.4566388888889 - N52.34375, W6.4566388888889 - N52.377916944444, W6.4683888888889 - N52.377916944444, W6.4683888888889 - N52.354193888889, W6.5075280555556 - N52.354193888889, W6.5075280555556 - N52.33, W6.4475561111111 - N52.33, W6.4475561111111 - N52.277083055556, W6.4317219444444 - N52.277083055556, W6.4317219444444 - N52.304138888889, W6.4291938888889 - N52.304138888889, W6.4291938888889 - N52.287888888889, W6.40175 - N52.287888888889, W6.40175 - N52.334138888889, W6.3658330555556 - N52.334138888889, W6.3658330555556 - N52.27, W6.3858330555556 - N52.27, W6.3858330555556 - N52.240833055556, W6.31425 - N52.240833055556, W6.31425 - N52.171193888889, W6.3617219444444 - N52.171193888889, W6.3617219444444 - N52.188721944444, W6.4950561111111 - N52.188721944444, W6.4950561111111 - N52.197528055556, W6.4391669444444 - N52.197528055556, W6.4391669444444 - N52.21125, W6.4850561111111 - N52.21125, W6.4850561111111 - N52.192916944444, W6.4883888888889 - N52.192916944444, W6.4883888888889 - N52.168721944444, W6.5900561111111 - N52.168721944444, W6.5900561111111 - N52.197916944444, W6.6367219444444 - N52.197916944444, W6.6367219444444 - N52.213386111111, W6.7003930555556 - N52.213386111111, W6.7003930555556 - N52.202083055556, W6.6333330555556 - N52.202083055556, W6.6333330555556 - N52.222056111111, W6.6516938888889 - N52.222056111111, W6.6516938888889 - N52.203306111111, W6.7908888888889 - N52.203306111111, W6.7908888888889 - N52.219193888889, W6.80925 - N52.219193888889, W6.80925 - N52.213306111111, W6.7908611111111 - N52.213306111111, W6.7908611111111 - N52.247471944444, W6.7558611111111 - N52.247471944444, W6.7558611111111 - N52.263721944444, W6.7633061111111 - N52.263721944444, W6.7633061111111 - N52.242916944444, W6.78 - N52.242916944444, W6.78 - N52.2325, W6.8375280555556 - N52.2325, W6.8375280555556 - N52.206611111111, W6.8491938888889 - N52.206611111111, W6.8491938888889 - N52.211638888889, W6.8091669444444 - N52.211638888889, W6.8091669444444 - N52.189166944444, W6.8374719444444 - N52.189166944444, W6.8374719444444 - N52.190806111111, W6.8208611111111 - N52.190806111111, W6.8208611111111 - N52.173333055556, W6.8241388888889 - N52.173333055556, W6.8241388888889 - N52.16125, W6.8783888888889 - N52.16125, W6.8783888888889 - N52.122083055556, W6.9267219444444 - N52.122083055556, W6.9267219444444 - N52.155, W6.9025561111111 - N52.155, W6.9025561111111 - N52.199193888889, W6.9058611111111 - N52.199193888889, W6.9058611111111 - N52.241221944444, W6.9683330555556 - N52.241221944444, W6.9683330555556 - N52.188278055556, W6.9842219444444 - N52.188278055556, W6.9842219444444 - N52.176693888889, W6.9508330555556 - N52.176693888889, W6.9508330555556 - N52.13125, W7.0250280555556 - N52.13125, W7.0250280555556 - N52.126221944444, W7.1083888888889 - N52.126221944444, W7.1083888888889 - N52.168306111111, W7.0708611111111 - N52.168306111111, W7.0708611111111 - N52.16875, W7.1233888888889 - N52.16875, W7.1233888888889 - N52.150028055556, W7.0908611111111 - N52.150028055556, W7.0908611111111 - N52.157916944444, W7.1483611111111 - N52.157916944444, W7.1483611111111 - N52.136221944444, W7.1717219444444 - N52.136221944444, W7.1717219444444 - N52.129583055556, W7.2183888888889 - N52.129583055556, W7.2183888888889 - N52.139583055556, W7.2966669444444 - N52.139583055556, W7.2966669444444 - N52.129556111111, W7.43 - N52.129556111111, W7.43 - N52.09875, W7.5383330555556 - N52.09875, W7.5383330555556 - N52.076221944444, W7.555 - N52.076221944444, W7.555 - N52.105388888889, W7.5866938888889 - N52.105388888889, W7.5866938888889 - N52.087083055556, W7.6133330555556 - N52.087083055556, W7.6133330555556 - N52.105443888889, W7.6433611111111 - N52.105443888889, W7.6433611111111 - N52.089971944444, W7.6191669444444 - N52.089971944444, W7.6191669444444 - N52.060833055556, W7.6425 - N52.060833055556, W7.6425 - N52.064138888889, W7.6091669444444 - N52.064138888889, W7.6091669444444 - N52.082888888889, W7.6100280555556 - N52.082888888889, W7.6100280555556 - N52.052056111111, W7.5900561111111 - N52.052056111111, W7.5900561111111 - N52.053306111111, W7.5391669444444 - N52.053306111111, W7.5391669444444 - N52.034111111111, W7.5759169444444 - N52.034111111111, W7.5759169444444 - N51.993306111111, W7.5875280555556 - N51.993306111111, W7.5875280555556 - N51.972056111111, W7.7050830555556 - N51.972056111111, W7.7050830555556 - N51.955, W7.7275280555556 - N51.955, W7.7275280555556 - N51.941666944444, W7.7141669444444 - N51.941666944444, W7.7141669444444 - N51.937916944444, W7.7366938888889 - N51.937916944444, W7.7366938888889 - N51.95125, W7.7783888888889 - N51.95125, W7.7783888888889 - N51.939528055556, W7.8333888888889 - N51.939528055556, W7.8333888888889 - N51.956666944444, W7.8408888888889 - N51.956666944444, W7.8408888888889 - N51.9675, W7.8209169444444 - N51.9675, W7.8209169444444 - N51.992916944444, W7.8866669444444 - N51.992916944444, W7.8866669444444 - N51.9425, W7.8458611111111 - N51.9425, W7.8458611111111 - N51.910416944444, W7.8883330555556 - N51.910416944444, W7.8883330555556 - N51.918693888889, W7.9116669444444 - N51.918693888889, W7.9116669444444 - N51.905833055556, W7.9358888888889 - N51.905833055556, W7.9358888888889 - N51.908721944444, W7.9083888888889 - N51.908721944444, W7.9083888888889 - N51.881638888889, W7.8692219444444 - N51.881638888889, W7.8692219444444 - N51.858721944444, W8 -line26 = - N57.949583055556, W6.9016938888889 - N57.960416944444, W7 - N57.960416944444, W7 - N57.994193888889, W7.0891669444444 - N57.994193888889, W7.0891669444444 - N57.989138888889, W7.11425 - N57.989138888889, W7.11425 - N58.02125, W7.0850561111111 - N58.02125, W7.0850561111111 - N58.009583055556, W7.0567780555556 - N58.009583055556, W7.0567780555556 - N58.034556111111, W7.0266938888889 - N58.034556111111, W7.0266938888889 - N58.050806111111, W6.9375561111111 - N58.050806111111, W6.9375561111111 - N58.036221944444, W7.0500561111111 - N58.036221944444, W7.0500561111111 - N58.045806111111, W7.0641669444444 - N58.045806111111, W7.0641669444444 - N58.055, W7.0208330555556 - N58.055, W7.0208330555556 - N58.054971944444, W7.05925 - N58.054971944444, W7.05925 - N58.080806111111, W7.0291938888889 - N58.080806111111, W7.0291938888889 - N58.062861111111, W7.0833611111111 - N58.062861111111, W7.0833611111111 - N58.124166944444, W7.1359169444444 - N58.124166944444, W7.1359169444444 - N58.164111111111, W7.0908611111111 - N58.164111111111, W7.0908611111111 - N58.18875, W7.0966938888889 - N58.18875, W7.0966938888889 - N58.175416944444, W7.0450280555556 - N58.175416944444, W7.0450280555556 - N58.184943888889, W7.0091669444444 - N58.184943888889, W7.0091669444444 - N58.200416944444, W7.03175 - N58.200416944444, W7.03175 - N58.188721944444, W7.0399719444444 - N58.188721944444, W7.0399719444444 - N58.197471944444, W7.0658611111111 - N58.197471944444, W7.0658611111111 - N58.233306111111, W7.0491938888889 - N58.233306111111, W7.0491938888889 - N58.245416944444, W7.0234169444444 - N58.245416944444, W7.0234169444444 - N58.232916944444, W7.0233611111111 - N58.232916944444, W7.0233611111111 - N58.221221944444, W6.9700561111111 - N58.221221944444, W6.9700561111111 - N58.236278055556, W6.9583611111111 - N58.236278055556, W6.9583611111111 - N58.2175, W6.9125280555556 - N58.2175, W6.9125280555556 - N58.20375, W6.9117219444444 - N58.20375, W6.9117219444444 - N58.201666944444, W6.9525830555556 - N58.201666944444, W6.9525830555556 - N58.188333055556, W6.89425 - N58.188333055556, W6.89425 - N58.122028055556, W6.8666938888889 - N58.122028055556, W6.8666938888889 - N58.19, W6.8775280555556 - N58.19, W6.8775280555556 - N58.182888888889, W6.8616388888889 - N58.182888888889, W6.8616388888889 - N58.205, W6.8325561111111 - N58.205, W6.8325561111111 - N58.210833055556, W6.8708611111111 - N58.210833055556, W6.8708611111111 - N58.225806111111, W6.8525561111111 - N58.225806111111, W6.8525561111111 - N58.241221944444, W6.8700280555556 - N58.241221944444, W6.8700280555556 - N58.224971944444, W6.8609438888889 - N58.224971944444, W6.8609438888889 - N58.230861111111, W6.8775561111111 - N58.230861111111, W6.8775561111111 - N58.260416944444, W6.8883611111111 - N58.260416944444, W6.8883611111111 - N58.256193888889, W6.8451111111111 - N58.256193888889, W6.8451111111111 - N58.236221944444, W6.8366938888889 - N58.236221944444, W6.8366938888889 - N58.222471944444, W6.7842219444444 - N58.222471944444, W6.7842219444444 - N58.200416944444, W6.7850561111111 - N58.200416944444, W6.7850561111111 - N58.204138888889, W6.8258888888889 - N58.204138888889, W6.8258888888889 - N58.192916944444, W6.7483330555556 - N58.192916944444, W6.7483330555556 - N58.170388888889, W6.7167219444444 - N58.170388888889, W6.7167219444444 - N58.185833055556, W6.7091388888889 - N58.185833055556, W6.7091388888889 - N58.199971944444, W6.7608611111111 - N58.199971944444, W6.7608611111111 - N58.212471944444, W6.7408330555556 - N58.212471944444, W6.7408330555556 - N58.254166944444, W6.8091938888889 - N58.254166944444, W6.8091938888889 - N58.270806111111, W6.8175830555556 - N58.270806111111, W6.8175830555556 - N58.278333055556, W6.7875561111111 - N58.278333055556, W6.7875561111111 - N58.284166944444, W6.8275830555556 - N58.284166944444, W6.8275830555556 - N58.304138888889, W6.8058611111111 - N58.304138888889, W6.8058611111111 - N58.307056111111, W6.7566938888889 - N58.307056111111, W6.7566938888889 - N58.355416944444, W6.6499719444444 - N58.355416944444, W6.6499719444444 - N58.344583055556, W6.6383330555556 - N58.344583055556, W6.6383330555556 - N58.366221944444, W6.5483888888889 - N58.366221944444, W6.5483888888889 - N58.395833055556, W6.5208888888889 - N58.395833055556, W6.5208888888889 - N58.515443888889, W6.2533611111111 - N58.515443888889, W6.2533611111111 - N58.466666944444, W6.1808330555556 - N58.466666944444, W6.1808330555556 - N58.447443888889, W6.1942219444444 - N58.447443888889, W6.1942219444444 - N58.418278055556, W6.1675 - N58.418278055556, W6.1675 - N58.368333055556, W6.2158330555556 - N58.368333055556, W6.2158330555556 - N58.343306111111, W6.1625561111111 - N58.343306111111, W6.1625561111111 - N58.339138888889, W6.19925 - N58.339138888889, W6.19925 - N58.298306111111, W6.2392219444444 - N58.298306111111, W6.2392219444444 - N58.292528055556, W6.2808330555556 - N58.292528055556, W6.2808330555556 - N58.270778055556, W6.2808888888889 - N58.270778055556, W6.2808888888889 - N58.264138888889, W6.3258888888889 - N58.264138888889, W6.3258888888889 - N58.24, W6.3258888888889 - N58.24, W6.3258888888889 - N58.225, W6.3758888888889 - N58.225, W6.3758888888889 - N58.227888888889, W6.33675 - N58.227888888889, W6.33675 - N58.208721944444, W6.2849719444444 - N58.208721944444, W6.2849719444444 - N58.264583055556, W6.1634438888889 - N58.264583055556, W6.1634438888889 - N58.255, W6.1358330555556 - N58.255, W6.1358330555556 - N58.215861111111, W6.1592219444444 - N58.215861111111, W6.1592219444444 - N58.182056111111, W6.2283611111111 - N58.182056111111, W6.2283611111111 - N58.205416944444, W6.2983061111111 - N58.205416944444, W6.2983061111111 - N58.188721944444, W6.3516669444444 - N58.188721944444, W6.3516669444444 - N58.212916944444, W6.3900830555556 - N58.212916944444, W6.3900830555556 - N58.153361111111, W6.3658330555556 - N58.153361111111, W6.3658330555556 - N58.139138888889, W6.4208330555556 - N58.139138888889, W6.4208330555556 - N58.144556111111, W6.3683330555556 - N58.144556111111, W6.3683330555556 - N58.131693888889, W6.3691669444444 - N58.131693888889, W6.3691669444444 - N58.142916944444, W6.4900561111111 - N58.142916944444, W6.4900561111111 - N58.121638888889, W6.4275 - N58.121638888889, W6.4275 - N58.103721944444, W6.4617780555556 - N58.103721944444, W6.4617780555556 - N58.09, W6.5808330555556 - N58.09, W6.5808330555556 - N58.092083055556, W6.4300561111111 - N58.092083055556, W6.4300561111111 - N58.112056111111, W6.4000561111111 - N58.112056111111, W6.4000561111111 - N58.085833055556, W6.3958061111111 - N58.085833055556, W6.3958061111111 - N58.09, W6.3759169444444 - N58.09, W6.3759169444444 - N58.049943888889, W6.3708888888889 - N58.049943888889, W6.3708888888889 - N58.049138888889, W6.4375561111111 - N58.049138888889, W6.4375561111111 - N58.038333055556, W6.3558061111111 - N58.038333055556, W6.3558061111111 - N58.000388888889, W6.3883888888889 - N58.000388888889, W6.3883888888889 - N58.018721944444, W6.4600561111111 - N58.018721944444, W6.4600561111111 - N58.004138888889, W6.5808330555556 - N58.004138888889, W6.5808330555556 - N57.994138888889, W6.4541388888889 - N57.994138888889, W6.4541388888889 - N57.938306111111, W6.4675561111111 - N57.938306111111, W6.4675561111111 - N57.927056111111, W6.5183330555556 - N57.927056111111, W6.5183330555556 - N57.955416944444, W6.5450280555556 - N57.955416944444, W6.5450280555556 - N57.919971944444, W6.5358611111111 - N57.919971944444, W6.5358611111111 - N57.92375, W6.57175 - N57.92375, W6.57175 - N57.909556111111, W6.5700280555556 - N57.909556111111, W6.5700280555556 - N57.961193888889, W6.6400561111111 - N57.961193888889, W6.6400561111111 - N57.9175, W6.6042219444444 - N57.9175, W6.6042219444444 - N57.922471944444, W6.6592219444444 - N57.922471944444, W6.6592219444444 - N57.984166944444, W6.7125561111111 - N57.984166944444, W6.7125561111111 - N58.015806111111, W6.7125 - N58.015806111111, W6.7125 - N58.049583055556, W6.6683611111111 - N58.049583055556, W6.6683611111111 - N58.005, W6.7558611111111 - N58.005, W6.7558611111111 - N57.964138888889, W6.7191938888889 - N57.964138888889, W6.7191938888889 - N57.953306111111, W6.7392219444444 - N57.953306111111, W6.7392219444444 - N57.955443888889, W6.7083888888889 - N57.955443888889, W6.7083888888889 - N57.923306111111, W6.6708611111111 - N57.923306111111, W6.6708611111111 - N57.914971944444, W6.7108611111111 - N57.914971944444, W6.7108611111111 - N57.900806111111, W6.6692219444444 - N57.900806111111, W6.6692219444444 - N57.881666944444, W6.6642219444444 - N57.881666944444, W6.6642219444444 - N57.896611111111, W6.79925 - N57.896611111111, W6.79925 - N57.879971944444, W6.7841938888889 - N57.879971944444, W6.7841938888889 - N57.88, W6.8108611111111 - N57.88, W6.8108611111111 - N57.868333055556, W6.8025830555556 - N57.868333055556, W6.8025830555556 - N57.865833055556, W6.7675 - N57.865833055556, W6.7675 - N57.826638888889, W6.7358061111111 - N57.826638888889, W6.7358061111111 - N57.832861111111, W6.795 - N57.832861111111, W6.795 - N57.805388888889, W6.7933611111111 - N57.805388888889, W6.7933611111111 - N57.82875, W6.8500280555556 - N57.82875, W6.8500280555556 - N57.815, W6.8342780555556 - N57.815, W6.8342780555556 - N57.802916944444, W6.8450280555556 - N57.802916944444, W6.8450280555556 - N57.810833055556, W6.8609169444444 - N57.810833055556, W6.8609169444444 - N57.792916944444, W6.85675 - N57.792916944444, W6.85675 - N57.799193888889, W6.8808330555556 - N57.799193888889, W6.8808330555556 - N57.773361111111, W6.8708330555556 - N57.773361111111, W6.8708330555556 - N57.782083055556, W6.9116388888889 - N57.782083055556, W6.9116388888889 - N57.763333055556, W6.8991669444444 - N57.763333055556, W6.8991669444444 - N57.761666944444, W6.9308611111111 - N57.761666944444, W6.9308611111111 - N57.739611111111, W6.9417219444444 - N57.739611111111, W6.9417219444444 - N57.742471944444, W6.9775280555556 - N57.742471944444, W6.9775280555556 - N57.727083055556, W6.9683611111111 - N57.727083055556, W6.9683611111111 - N57.836638888889, W7.1325280555556 - N57.836638888889, W7.1325280555556 - N57.832083055556, W7.08 - N57.832083055556, W7.08 - N57.812056111111, W7.0716669444444 - N57.812056111111, W7.0716669444444 - N57.822888888889, W7.0750561111111 - N57.822888888889, W7.0750561111111 - N57.846638888889, W6.9991938888889 - N57.846638888889, W6.9991938888889 - N57.868721944444, W6.9950561111111 - N57.868721944444, W6.9950561111111 - N57.869971944444, W6.9075280555556 - N57.869971944444, W6.9075280555556 - N57.8875, W6.9608061111111 - N57.8875, W6.9608061111111 - N57.904556111111, W6.9466669444444 - N57.904556111111, W6.9466669444444 - N57.901638888889, W6.8158611111111 - N57.901638888889, W6.8158611111111 - N57.916611111111, W6.8575280555556 - N57.916611111111, W6.8575280555556 - N57.932028055556, W6.8483611111111 - N57.932028055556, W6.8483611111111 - N57.936638888889, W6.9125561111111 - N57.936638888889, W6.9125561111111 - N57.949583055556, W6.9016938888889 -line27 = - N57.277888888889, W6 - N57.277471944444, W5.99925 - N57.277471944444, W5.99925 - N57.262916944444, W5.9217219444444 - N57.262916944444, W5.9217219444444 - N57.238778055556, W5.89 - N57.238778055556, W5.89 - N57.275388888889, W5.74 - N57.275388888889, W5.74 - N57.269166944444, W5.7091938888889 - N57.269166944444, W5.7091938888889 - N57.262083055556, W5.7283888888889 - N57.262083055556, W5.7283888888889 - N57.265416944444, W5.6600561111111 - N57.265416944444, W5.6600561111111 - N57.250778055556, W5.6475280555556 - N57.250778055556, W5.6475280555556 - N57.209166944444, W5.6675830555556 - N57.209166944444, W5.6675830555556 - N57.185388888889, W5.7116938888889 - N57.185388888889, W5.7116938888889 - N57.165388888889, W5.7834438888889 - N57.165388888889, W5.7834438888889 - N57.174971944444, W5.8059169444444 - N57.174971944444, W5.8059169444444 - N57.138333055556, W5.7859169444444 - N57.138333055556, W5.7859169444444 - N57.107916944444, W5.8233888888889 - N57.107916944444, W5.8233888888889 - N57.11, W5.8508061111111 - N57.11, W5.8508061111111 - N57.056638888889, W5.8975280555556 - N57.056638888889, W5.8975280555556 - N57.019556111111, W6.0167219444444 - N57.019556111111, W6.0167219444444 - N57.055806111111, W6.0375830555556 - N57.055806111111, W6.0375830555556 - N57.074138888889, W6.0025 - N57.074138888889, W6.0025 - N57.125, W5.9975280555556 - N57.125, W5.9975280555556 - N57.188333055556, W5.8391938888889 - N57.188333055556, W5.8391938888889 - N57.170388888889, W5.9 - N57.170388888889, W5.9 - N57.168721944444, W5.9883330555556 - N57.168721944444, W5.9883330555556 - N57.227083055556, W6.0350280555556 - N57.227083055556, W6.0350280555556 - N57.183306111111, W6.0259169444444 - N57.183306111111, W6.0259169444444 - N57.127083055556, W6.0833061111111 - N57.127083055556, W6.0833061111111 - N57.136666944444, W6.1109169444444 - N57.136666944444, W6.1109169444444 - N57.192916944444, W6.1167219444444 - N57.192916944444, W6.1167219444444 - N57.19875, W6.1650561111111 - N57.19875, W6.1650561111111 - N57.174611111111, W6.1700561111111 - N57.174611111111, W6.1700561111111 - N57.161221944444, W6.3216938888889 - N57.161221944444, W6.3216938888889 - N57.201666944444, W6.2842780555556 - N57.201666944444, W6.2842780555556 - N57.186278055556, W6.3434169444444 - N57.186278055556, W6.3434169444444 - N57.215806111111, W6.3858888888889 - N57.215806111111, W6.3858888888889 - N57.230806111111, W6.3475830555556 - N57.230806111111, W6.3475830555556 - N57.251638888889, W6.3425 - N57.251638888889, W6.3425 - N57.235388888889, W6.3567219444444 - N57.235388888889, W6.3567219444444 - N57.232083055556, W6.4033611111111 - N57.232083055556, W6.4033611111111 - N57.291638888889, W6.4808611111111 - N57.291638888889, W6.4808611111111 - N57.310833055556, W6.4809169444444 - N57.310833055556, W6.4809169444444 - N57.324138888889, W6.4258888888889 - N57.324138888889, W6.4258888888889 - N57.34125, W6.4283888888889 - N57.34125, W6.4283888888889 - N57.301221944444, W6.3467219444444 - N57.301221944444, W6.3467219444444 - N57.300833055556, W6.3092219444444 - N57.300833055556, W6.3092219444444 - N57.340806111111, W6.4008611111111 - N57.340806111111, W6.4008611111111 - N57.36, W6.3991938888889 - N57.36, W6.3991938888889 - N57.340416944444, W6.46 - N57.340416944444, W6.46 - N57.403333055556, W6.4891669444444 - N57.403333055556, W6.4891669444444 - N57.370416944444, W6.525 - N57.370416944444, W6.525 - N57.394166944444, W6.5308888888889 - N57.394166944444, W6.5308888888889 - N57.388306111111, W6.5726111111111 - N57.388306111111, W6.5726111111111 - N57.332916944444, W6.5766938888889 - N57.332916944444, W6.5766938888889 - N57.370388888889, W6.7133061111111 - N57.370388888889, W6.7133061111111 - N57.419971944444, W6.7441669444444 - N57.419971944444, W6.7441669444444 - N57.421611111111, W6.7892219444444 - N57.421611111111, W6.7892219444444 - N57.460388888889, W6.7784169444444 - N57.460388888889, W6.7784169444444 - N57.451666944444, W6.7208611111111 - N57.451666944444, W6.7208611111111 - N57.499971944444, W6.7475 - N57.499971944444, W6.7475 - N57.513721944444, W6.7200280555556 - N57.513721944444, W6.7200280555556 - N57.461666944444, W6.6658888888889 - N57.461666944444, W6.6658888888889 - N57.435388888889, W6.6216388888889 - N57.435388888889, W6.6216388888889 - N57.447083055556, W6.6000561111111 - N57.447083055556, W6.6000561111111 - N57.424138888889, W6.5825 - N57.424138888889, W6.5825 - N57.504166944444, W6.6375280555556 - N57.504166944444, W6.6375280555556 - N57.511221944444, W6.5966669444444 - N57.511221944444, W6.5966669444444 - N57.495416944444, W6.5700561111111 - N57.495416944444, W6.5700561111111 - N57.508306111111, W6.5608330555556 - N57.508306111111, W6.5608330555556 - N57.552916944444, W6.6416938888889 - N57.552916944444, W6.6416938888889 - N57.544138888889, W6.65425 - N57.544138888889, W6.65425 - N57.6075, W6.6375280555556 - N57.6075, W6.6375280555556 - N57.5925, W6.5858888888889 - N57.5925, W6.5858888888889 - N57.550806111111, W6.5658330555556 - N57.550806111111, W6.5658330555556 - N57.53625, W6.5050561111111 - N57.53625, W6.5050561111111 - N57.500416944444, W6.4617219444444 - N57.500416944444, W6.4617219444444 - N57.519971944444, W6.4241938888889 - N57.519971944444, W6.4241938888889 - N57.484971944444, W6.4492219444444 - N57.484971944444, W6.4492219444444 - N57.47375, W6.4333611111111 - N57.47375, W6.4333611111111 - N57.52875, W6.3984169444444 - N57.52875, W6.3984169444444 - N57.483693888889, W6.3433888888889 - N57.483693888889, W6.3433888888889 - N57.491666944444, W6.3341938888889 - N57.491666944444, W6.3341938888889 - N57.457056111111, W6.3134169444444 - N57.457056111111, W6.3134169444444 - N57.487443888889, W6.3258061111111 - N57.487443888889, W6.3258061111111 - N57.484971944444, W6.3091388888889 - N57.484971944444, W6.3091388888889 - N57.514166944444, W6.3641388888889 - N57.514166944444, W6.3641388888889 - N57.559138888889, W6.3975280555556 - N57.559138888889, W6.3975280555556 - N57.589971944444, W6.3625 - N57.589971944444, W6.3625 - N57.584943888889, W6.3958888888889 - N57.584943888889, W6.3958888888889 - N57.645806111111, W6.4275 - N57.645806111111, W6.4275 - N57.678333055556, W6.3475561111111 - N57.678333055556, W6.3475561111111 - N57.709583055556, W6.3550830555556 - N57.709583055556, W6.3550830555556 - N57.708306111111, W6.2975830555556 - N57.708306111111, W6.2975830555556 - N57.639138888889, W6.2342219444444 - N57.639138888889, W6.2342219444444 - N57.631666944444, W6.18425 - N57.631666944444, W6.18425 - N57.589193888889, W6.1358888888889 - N57.589193888889, W6.1358888888889 - N57.43, W6.1425280555556 - N57.43, W6.1425280555556 - N57.409971944444, W6.1958888888889 - N57.409971944444, W6.1958888888889 - N57.393333055556, W6.1991669444444 - N57.393333055556, W6.1991669444444 - N57.407888888889, W6.1816669444444 - N57.407888888889, W6.1816669444444 - N57.407083055556, W6.1383888888889 - N57.407083055556, W6.1383888888889 - N57.3875, W6.1208888888889 - N57.3875, W6.1208888888889 - N57.372471944444, W6.14425 - N57.372471944444, W6.14425 - N57.340806111111, W6.0925561111111 - N57.340806111111, W6.0925561111111 - N57.322471944444, W6.0975 - N57.322471944444, W6.0975 - N57.315416944444, W6.1184169444444 - N57.315416944444, W6.1184169444444 - N57.314556111111, W6.0533888888889 - N57.314556111111, W6.0533888888889 - N57.292471944444, W6.03925 - N57.292471944444, W6.03925 - N57.271611111111, W6.0825561111111 - N57.271611111111, W6.0825561111111 - N57.288721944444, W6.0234169444444 - N57.288721944444, W6.0234169444444 - N57.277888888889, W6 -line28 = - N59.9975, W1.3459169444444 - N60, W1.346 - N60, W1.346 - N60.135833055556, W1.2691938888889 - N60.135833055556, W1.2691938888889 - N60.135, W1.3075561111111 - N60.135, W1.3075561111111 - N60.197083055556, W1.2866938888889 - N60.197083055556, W1.2866938888889 - N60.159971944444, W1.3158611111111 - N60.159971944444, W1.3158611111111 - N60.18625, W1.3133888888889 - N60.18625, W1.3133888888889 - N60.165806111111, W1.3309169444444 - N60.165806111111, W1.3309169444444 - N60.234971944444, W1.3075561111111 - N60.234971944444, W1.3075561111111 - N60.202083055556, W1.3483061111111 - N60.202083055556, W1.3483061111111 - N60.244138888889, W1.3558330555556 - N60.244138888889, W1.3558330555556 - N60.255778055556, W1.4325830555556 - N60.255778055556, W1.4325830555556 - N60.2375, W1.3775 - N60.2375, W1.3775 - N60.195028055556, W1.3591938888889 - N60.195028055556, W1.3591938888889 - N60.210416944444, W1.3733330555556 - N60.210416944444, W1.3733330555556 - N60.201638888889, W1.3974719444444 - N60.201638888889, W1.3974719444444 - N60.217916944444, W1.3984169444444 - N60.217916944444, W1.3984169444444 - N60.179971944444, W1.4008330555556 - N60.179971944444, W1.4008330555556 - N60.165416944444, W1.4233888888889 - N60.165416944444, W1.4233888888889 - N60.185833055556, W1.4391388888889 - N60.185833055556, W1.4391388888889 - N60.147056111111, W1.4633888888889 - N60.147056111111, W1.4633888888889 - N60.188333055556, W1.5491669444444 - N60.188333055556, W1.5491669444444 - N60.203826944444, W1.5441911111111 - N60.203826944444, W1.5441911111111 - N60.205443888889, W1.4866669444444 - N60.205443888889, W1.4866669444444 - N60.211693888889, W1.5042780555556 - N60.211693888889, W1.5042780555556 - N60.221638888889, W1.4725 - N60.221638888889, W1.4725 - N60.216278055556, W1.5066938888889 - N60.216278055556, W1.5066938888889 - N60.232471944444, W1.4974719444444 - N60.232471944444, W1.4974719444444 - N60.24375, W1.5267780555556 - N60.24375, W1.5267780555556 - N60.229971944444, W1.5141938888889 - N60.229971944444, W1.5141938888889 - N60.20125, W1.5499719444444 - N60.20125, W1.5499719444444 - N60.228721944444, W1.5650561111111 - N60.228721944444, W1.5650561111111 - N60.21375, W1.5667780555556 - N60.21375, W1.5667780555556 - N60.22125, W1.6017219444444 - N60.22125, W1.6017219444444 - N60.20625, W1.6250280555556 - N60.20625, W1.6250280555556 - N60.230416944444, W1.6399719444444 - N60.230416944444, W1.6399719444444 - N60.236638888889, W1.6925830555556 - N60.236638888889, W1.6925830555556 - N60.280806111111, W1.6825561111111 - N60.280806111111, W1.6825561111111 - N60.290833055556, W1.7041938888889 - N60.290833055556, W1.7041938888889 - N60.309583055556, W1.6083888888889 - N60.309583055556, W1.6083888888889 - N60.289583055556, W1.5716938888889 - N60.289583055556, W1.5716938888889 - N60.304583055556, W1.5767780555556 - N60.304583055556, W1.5767780555556 - N60.296221944444, W1.5383061111111 - N60.296221944444, W1.5383061111111 - N60.31, W1.5558611111111 - N60.31, W1.5558611111111 - N60.321221944444, W1.505 - N60.321221944444, W1.505 - N60.284556111111, W1.4784438888889 - N60.284556111111, W1.4784438888889 - N60.290861111111, W1.4608888888889 - N60.290861111111, W1.4608888888889 - N60.309166944444, W1.4875 - N60.309166944444, W1.4875 - N60.300388888889, W1.4583888888889 - N60.300388888889, W1.4583888888889 - N60.31, W1.44425 - N60.31, W1.44425 - N60.328361111111, W1.4942219444444 - N60.328361111111, W1.4942219444444 - N60.342916944444, W1.475 - N60.342916944444, W1.475 - N60.329138888889, W1.4374719444444 - N60.329138888889, W1.4374719444444 - N60.31875, W1.4566938888889 - N60.31875, W1.4566938888889 - N60.330388888889, W1.4283330555556 - N60.330388888889, W1.4283330555556 - N60.315833055556, W1.3891388888889 - N60.315833055556, W1.3891388888889 - N60.287056111111, W1.3717219444444 - N60.287056111111, W1.3717219444444 - N60.304971944444, W1.3509438888889 - N60.304971944444, W1.3509438888889 - N60.324138888889, W1.3775561111111 - N60.324138888889, W1.3775561111111 - N60.346221944444, W1.3566938888889 - N60.346221944444, W1.3566938888889 - N60.338306111111, W1.3341938888889 - N60.338306111111, W1.3341938888889 - N60.360778055556, W1.33925 - N60.360778055556, W1.33925 - N60.352471944444, W1.2641669444444 - N60.352471944444, W1.2641669444444 - N60.369556111111, W1.3033330555556 - N60.369556111111, W1.3033330555556 - N60.369556111111, W1.3617219444444 - N60.369556111111, W1.3617219444444 - N60.394611111111, W1.3533061111111 - N60.394611111111, W1.3533061111111 - N60.352861111111, W1.3916669444444 - N60.352861111111, W1.3916669444444 - N60.356638888889, W1.4641388888889 - N60.356638888889, W1.4641388888889 - N60.376611111111, W1.4758611111111 - N60.376611111111, W1.4758611111111 - N60.389611111111, W1.45 - N60.389611111111, W1.45 - N60.381638888889, W1.3975280555556 - N60.381638888889, W1.3975280555556 - N60.408306111111, W1.4159438888889 - N60.408306111111, W1.4159438888889 - N60.419138888889, W1.3975280555556 - N60.419138888889, W1.3975280555556 - N60.419166944444, W1.4558611111111 - N60.419166944444, W1.4558611111111 - N60.444138888889, W1.4658888888889 - N60.444138888889, W1.4658888888889 - N60.448333055556, W1.4442219444444 - N60.448333055556, W1.4442219444444 - N60.462471944444, W1.4691669444444 - N60.462471944444, W1.4691669444444 - N60.473306111111, W1.43425 - N60.473306111111, W1.43425 - N60.469166944444, W1.4658611111111 - N60.469166944444, W1.4658611111111 - N60.491221944444, W1.455 - N60.491221944444, W1.455 - N60.455388888889, W1.4983611111111 - N60.455388888889, W1.4983611111111 - N60.485443888889, W1.49675 - N60.485443888889, W1.49675 - N60.491221944444, W1.5567219444444 - N60.491221944444, W1.5567219444444 - N60.474556111111, W1.6150830555556 - N60.474556111111, W1.6150830555556 - N60.485806111111, W1.6375 - N60.485806111111, W1.6375 - N60.510388888889, W1.6117219444444 - N60.510388888889, W1.6117219444444 - N60.505833055556, W1.5625280555556 - N60.505833055556, W1.5625280555556 - N60.539166944444, W1.5659169444444 - N60.539166944444, W1.5659169444444 - N60.557888888889, W1.53 - N60.557888888889, W1.53 - N60.512888888889, W1.4700280555556 - N60.512888888889, W1.4700280555556 - N60.512056111111, W1.4566669444444 - N60.512056111111, W1.4566669444444 - N60.543333055556, W1.4992780555556 - N60.543333055556, W1.4992780555556 - N60.575, W1.4359169444444 - N60.575, W1.4359169444444 - N60.617471944444, W1.41925 - N60.617471944444, W1.41925 - N60.601221944444, W1.3350280555556 - N60.601221944444, W1.3350280555556 - N60.628306111111, W1.3459438888889 - N60.628306111111, W1.3459438888889 - N60.642083055556, W1.3100561111111 - N60.642083055556, W1.3100561111111 - N60.595833055556, W1.3025 - N60.595833055556, W1.3025 - N60.585833055556, W1.3325830555556 - N60.585833055556, W1.3325830555556 - N60.54, W1.3142219444444 - N60.54, W1.3142219444444 - N60.527528055556, W1.3658888888889 - N60.527528055556, W1.3658888888889 - N60.526638888889, W1.3225561111111 - N60.526638888889, W1.3225561111111 - N60.518361111111, W1.3575561111111 - N60.518361111111, W1.3575561111111 - N60.5125, W1.3225 - N60.5125, W1.3225 - N60.481666944444, W1.3525 - N60.481666944444, W1.3525 - N60.499583055556, W1.3167780555556 - N60.499583055556, W1.3167780555556 - N60.482528055556, W1.3108330555556 - N60.482528055556, W1.3108330555556 - N60.398306111111, W1.3809169444444 - N60.398306111111, W1.3809169444444 - N60.411666944444, W1.3308888888889 - N60.411666944444, W1.3308888888889 - N60.43875, W1.3300830555556 - N60.43875, W1.3300830555556 - N60.445806111111, W1.2591938888889 - N60.445806111111, W1.2591938888889 - N60.469166944444, W1.3058888888889 - N60.469166944444, W1.3058888888889 - N60.48875, W1.28 - N60.48875, W1.28 - N60.472916944444, W1.2650280555556 - N60.472916944444, W1.2650280555556 - N60.495443888889, W1.2383888888889 - N60.495443888889, W1.2383888888889 - N60.486693888889, W1.2059169444444 - N60.486693888889, W1.2059169444444 - N60.459166944444, W1.2075561111111 - N60.459166944444, W1.2075561111111 - N60.459166944444, W1.1741669444444 - N60.459166944444, W1.1741669444444 - N60.445833055556, W1.2008888888889 - N60.445833055556, W1.2008888888889 - N60.444166944444, W1.1659438888889 - N60.444166944444, W1.1659438888889 - N60.421638888889, W1.1659438888889 - N60.421638888889, W1.1659438888889 - N60.431221944444, W1.1950280555556 - N60.431221944444, W1.1950280555556 - N60.399556111111, W1.2583330555556 - N60.399556111111, W1.2583330555556 - N60.420388888889, W1.2033330555556 - N60.420388888889, W1.2033330555556 - N60.415806111111, W1.1858330555556 - N60.415806111111, W1.1858330555556 - N60.402943888889, W1.21675 - N60.402943888889, W1.21675 - N60.416193888889, W1.1684169444444 - N60.416193888889, W1.1684169444444 - N60.379583055556, W1.1633061111111 - N60.379583055556, W1.1633061111111 - N60.428306111111, W1.1208888888889 - N60.428306111111, W1.1208888888889 - N60.41625, W1.1117780555556 - N60.41625, W1.1117780555556 - N60.447916944444, W1.0717219444444 - N60.447916944444, W1.0717219444444 - N60.440833055556, W1.0475561111111 - N60.440833055556, W1.0475561111111 - N60.385, W1.1391669444444 - N60.385, W1.1391669444444 - N60.372083055556, W1.1283888888889 - N60.372083055556, W1.1283888888889 - N60.394611111111, W1.1083061111111 - N60.394611111111, W1.1083061111111 - N60.389528055556, W1.0733330555556 - N60.389528055556, W1.0733330555556 - N60.3575, W1.0741938888889 - N60.3575, W1.0741938888889 - N60.351693888889, W1.1842219444444 - N60.351693888889, W1.1842219444444 - N60.324611111111, W1.1683611111111 - N60.324611111111, W1.1683611111111 - N60.338778055556, W1.1533061111111 - N60.338778055556, W1.1533061111111 - N60.324193888889, W1.0775280555556 - N60.324193888889, W1.0775280555556 - N60.304138888889, W1.0725 - N60.304138888889, W1.0725 - N60.281638888889, W1.1591669444444 - N60.281638888889, W1.1591669444444 - N60.270416944444, W1.1466938888889 - N60.270416944444, W1.1466938888889 - N60.277943888889, W1.1101111111111 - N60.277943888889, W1.1101111111111 - N60.261666944444, W1.0976111111111 - N60.261666944444, W1.0976111111111 - N60.259583055556, W1.1433061111111 - N60.259583055556, W1.1433061111111 - N60.238778055556, W1.1716669444444 - N60.238778055556, W1.1716669444444 - N60.260833055556, W1.1675561111111 - N60.260833055556, W1.1675561111111 - N60.267861111111, W1.2067780555556 - N60.267861111111, W1.2067780555556 - N60.245, W1.19425 - N60.245, W1.19425 - N60.230833055556, W1.2308061111111 - N60.230833055556, W1.2308061111111 - N60.233306111111, W1.1858330555556 - N60.233306111111, W1.1858330555556 - N60.201278055556, W1.2200280555556 - N60.201278055556, W1.2200280555556 - N60.224166944444, W1.1675561111111 - N60.224166944444, W1.1675561111111 - N60.173306111111, W1.2191388888889 - N60.173306111111, W1.2191388888889 - N60.204583055556, W1.1533888888889 - N60.204583055556, W1.1533888888889 - N60.167471944444, W1.1625830555556 - N60.167471944444, W1.1625830555556 - N60.149971944444, W1.1308330555556 - N60.149971944444, W1.1308330555556 - N60.149138888889, W1.1575280555556 - N60.149138888889, W1.1575280555556 - N60.129556111111, W1.1551111111111 - N60.129556111111, W1.1551111111111 - N60.140833055556, W1.17425 - N60.140833055556, W1.17425 - N60.121278055556, W1.1749719444444 - N60.121278055556, W1.1749719444444 - N60.130028055556, W1.2025 - N60.130028055556, W1.2025 - N60.109138888889, W1.1975830555556 - N60.109138888889, W1.1975830555556 - N60.100778055556, W1.2241938888889 - N60.100778055556, W1.2241938888889 - N60.034166944444, W1.1708888888889 - N60.034166944444, W1.1708888888889 - N60.032443888889, W1.2325561111111 - N60.032443888889, W1.2325561111111 - N59.971193888889, W1.2017219444444 - N59.971193888889, W1.2017219444444 - N59.994528055556, W1.22175 - N59.994528055556, W1.22175 - N59.981221944444, W1.2333888888889 - N59.981221944444, W1.2333888888889 - N59.997056111111, W1.2533611111111 - N59.997056111111, W1.2533611111111 - N59.991638888889, W1.2759719444444 - N59.991638888889, W1.2759719444444 - N59.978278055556, W1.2525280555556 - N59.978278055556, W1.2525280555556 - N59.939138888889, W1.2558330555556 - N59.939138888889, W1.2558330555556 - N59.922471944444, W1.2892219444444 - N59.922471944444, W1.2892219444444 - N59.890833055556, W1.2675830555556 - N59.890833055556, W1.2675830555556 - N59.886611111111, W1.2958330555556 - N59.886611111111, W1.2958330555556 - N59.878278055556, W1.2675830555556 - N59.878278055556, W1.2675830555556 - N59.851193888889, W1.2733611111111 - N59.851193888889, W1.2733611111111 - N59.876193888889, W1.2966938888889 - N59.876193888889, W1.2966938888889 - N59.855806111111, W1.3158888888889 - N59.855806111111, W1.3158888888889 - N59.899556111111, W1.3217219444444 - N59.899556111111, W1.3217219444444 - N59.884528055556, W1.3500561111111 - N59.884528055556, W1.3500561111111 - N59.889943888889, W1.3875830555556 - N59.889943888889, W1.3875830555556 - N59.948278055556, W1.3641669444444 - N59.948278055556, W1.3641669444444 - N59.948278055556, W1.3325561111111 - N59.948278055556, W1.3325561111111 - N59.969111111111, W1.3325561111111 - N59.969111111111, W1.3325561111111 - N59.973278055556, W1.3658888888889 - N59.973278055556, W1.3658888888889 - N59.982888888889, W1.3583611111111 - N59.982888888889, W1.3583611111111 - N59.973306111111, W1.3308611111111 - N59.973306111111, W1.3308611111111 - N59.9975, W1.3459169444444 -line29 = - N56.582943888889, W6.00175 - N56.582888888889, W6 - N56.582888888889, W6 - N56.519583055556, W5.9516388888889 - N56.519583055556, W5.9516388888889 - N56.520388888889, W5.8534169444444 - N56.520388888889, W5.8534169444444 - N56.507028055556, W5.8283611111111 - N56.507028055556, W5.8283611111111 - N56.515416944444, W5.7983061111111 - N56.515416944444, W5.7983061111111 - N56.487916944444, W5.7650280555556 - N56.487916944444, W5.7650280555556 - N56.4825, W5.7158330555556 - N56.4825, W5.7158330555556 - N56.45125, W5.6834169444444 - N56.45125, W5.6834169444444 - N56.455833055556, W5.6525 - N56.455833055556, W5.6525 - N56.429193888889, W5.6475561111111 - N56.429193888889, W5.6475561111111 - N56.415778055556, W5.6525 - N56.415778055556, W5.6525 - N56.389971944444, W5.6658330555556 - N56.389971944444, W5.6658330555556 - N56.38625, W5.7083611111111 - N56.38625, W5.7083611111111 - N56.411666944444, W5.7108888888889 - N56.411666944444, W5.7108888888889 - N56.410806111111, W5.7475830555556 - N56.410806111111, W5.7475830555556 - N56.396611111111, W5.7308061111111 - N56.396611111111, W5.7308061111111 - N56.365778055556, W5.7925830555556 - N56.365778055556, W5.7925830555556 - N56.384583055556, W5.7066938888889 - N56.384583055556, W5.7066938888889 - N56.368333055556, W5.6975280555556 - N56.368333055556, W5.6975280555556 - N56.310388888889, W5.8316669444444 - N56.310388888889, W5.8316669444444 - N56.3175, W5.8875561111111 - N56.3175, W5.8875561111111 - N56.349111111111, W5.8474719444444 - N56.349111111111, W5.8474719444444 - N56.353721944444, W5.8900830555556 - N56.353721944444, W5.8900830555556 - N56.320416944444, W5.9333611111111 - N56.320416944444, W5.9333611111111 - N56.322888888889, W5.9850280555556 - N56.322888888889, W5.9850280555556 - N56.292888888889, W6.0434169444444 - N56.292888888889, W6.0434169444444 - N56.301221944444, W6.0816669444444 - N56.301221944444, W6.0816669444444 - N56.283778055556, W6.1433330555556 - N56.283778055556, W6.1433330555556 - N56.287943888889, W6.2466938888889 - N56.287943888889, W6.2466938888889 - N56.26375, W6.2683061111111 - N56.26375, W6.2683061111111 - N56.26875, W6.325 - N56.26875, W6.325 - N56.304943888889, W6.3491388888889 - N56.304943888889, W6.3491388888889 - N56.308306111111, W6.3775561111111 - N56.308306111111, W6.3775561111111 - N56.347056111111, W6.3516669444444 - N56.347056111111, W6.3516669444444 - N56.343721944444, W6.2967219444444 - N56.343721944444, W6.2967219444444 - N56.325806111111, W6.2692219444444 - N56.325806111111, W6.2692219444444 - N56.322888888889, W6.2917219444444 - N56.322888888889, W6.2917219444444 - N56.317083055556, W6.2383061111111 - N56.317083055556, W6.2383061111111 - N56.342083055556, W6.2533611111111 - N56.342083055556, W6.2533611111111 - N56.332888888889, W6.1900280555556 - N56.332888888889, W6.1900280555556 - N56.342888888889, W6.1033611111111 - N56.342888888889, W6.1033611111111 - N56.364583055556, W6.0216938888889 - N56.364583055556, W6.0216938888889 - N56.355416944444, W6.17675 - N56.355416944444, W6.17675 - N56.363306111111, W6.2075561111111 - N56.363306111111, W6.2075561111111 - N56.385861111111, W6.2075561111111 - N56.385861111111, W6.2075561111111 - N56.411638888889, W6.15425 - N56.411638888889, W6.15425 - N56.448333055556, W6.1292780555556 - N56.448333055556, W6.1292780555556 - N56.45125, W6.0583061111111 - N56.45125, W6.0583061111111 - N56.489971944444, W5.9958611111111 - N56.489971944444, W5.9958611111111 - N56.499556111111, W6.0133888888889 - N56.499556111111, W6.0133888888889 - N56.47125, W6.1250280555556 - N56.47125, W6.1250280555556 - N56.480833055556, W6.1525830555556 - N56.480833055556, W6.1525830555556 - N56.499166944444, W6.1508888888889 - N56.499166944444, W6.1508888888889 - N56.527916944444, W6.23 - N56.527916944444, W6.23 - N56.52125, W6.2883061111111 - N56.52125, W6.2883061111111 - N56.532916944444, W6.3366388888889 - N56.532916944444, W6.3366388888889 - N56.55, W6.3426111111111 - N56.55, W6.3426111111111 - N56.576666944444, W6.2825 - N56.576666944444, W6.2825 - N56.578333055556, W6.3191938888889 - N56.578333055556, W6.3191938888889 - N56.605, W6.3258888888889 - N56.605, W6.3258888888889 - N56.602056111111, W6.2716669444444 - N56.602056111111, W6.2716669444444 - N56.613721944444, W6.2600561111111 - N56.613721944444, W6.2600561111111 - N56.602056111111, W6.225 - N56.602056111111, W6.225 - N56.633306111111, W6.2292219444444 - N56.633306111111, W6.2292219444444 - N56.624583055556, W6.1983888888889 - N56.624583055556, W6.1983888888889 - N56.642916944444, W6.2016938888889 - N56.642916944444, W6.2016938888889 - N56.656278055556, W6.1267219444444 - N56.656278055556, W6.1267219444444 - N56.638306111111, W6.0658330555556 - N56.638306111111, W6.0658330555556 - N56.62, W6.0692219444444 - N56.62, W6.0692219444444 - N56.582943888889, W6.00175 -line30 = - N53.279971944444, W4.5908888888889 - N53.281638888889, W4.5908611111111 - N53.281638888889, W4.5908611111111 - N53.304111111111, W4.5474719444444 - N53.304111111111, W4.5474719444444 - N53.300806111111, W4.5691938888889 - N53.300806111111, W4.5691938888889 - N53.330833055556, W4.5875561111111 - N53.330833055556, W4.5875561111111 - N53.372471944444, W4.5592219444444 - N53.372471944444, W4.5592219444444 - N53.403333055556, W4.5791669444444 - N53.403333055556, W4.5791669444444 - N53.422888888889, W4.48175 - N53.422888888889, W4.48175 - N53.414583055556, W4.45175 - N53.414583055556, W4.45175 - N53.430443888889, W4.43 - N53.430443888889, W4.43 - N53.416666944444, W4.2908888888889 - N53.416666944444, W4.2908888888889 - N53.389138888889, W4.2708888888889 - N53.389138888889, W4.2708888888889 - N53.366611111111, W4.29425 - N53.366611111111, W4.29425 - N53.375388888889, W4.2750561111111 - N53.375388888889, W4.2750561111111 - N53.358333055556, W4.2308330555556 - N53.358333055556, W4.2308330555556 - N53.29625, W4.2117219444444 - N53.29625, W4.2117219444444 - N53.319583055556, W4.1200830555556 - N53.319583055556, W4.1200830555556 - N53.311666944444, W4.0408611111111 - N53.311666944444, W4.0408611111111 - N53.253306111111, W4.1008330555556 - N53.253306111111, W4.1008330555556 - N53.210778055556, W4.2125280555556 - N53.210778055556, W4.2125280555556 - N53.185806111111, W4.2208611111111 - N53.185806111111, W4.2208611111111 - N53.143721944444, W4.3133611111111 - N53.143721944444, W4.3133611111111 - N53.146693888889, W4.3391938888889 - N53.146693888889, W4.3391938888889 - N53.133306111111, W4.3558611111111 - N53.133306111111, W4.3558611111111 - N53.125416944444, W4.3316938888889 - N53.125416944444, W4.3316938888889 - N53.144583055556, W4.4033061111111 - N53.144583055556, W4.4033061111111 - N53.134166944444, W4.4191938888889 - N53.134166944444, W4.4191938888889 - N53.161666944444, W4.4208611111111 - N53.161666944444, W4.4208611111111 - N53.169971944444, W4.3908330555556 - N53.169971944444, W4.3908330555556 - N53.189111111111, W4.3875561111111 - N53.189111111111, W4.3875561111111 - N53.154556111111, W4.4466669444444 - N53.154556111111, W4.4466669444444 - N53.189166944444, W4.4658888888889 - N53.189166944444, W4.4658888888889 - N53.177056111111, W4.4883611111111 - N53.177056111111, W4.4883611111111 - N53.187528055556, W4.5058330555556 - N53.187528055556, W4.5058330555556 - N53.234138888889, W4.5242219444444 - N53.234138888889, W4.5242219444444 - N53.279971944444, W4.5908888888889 -line31 = - N55.691638888889, W6.5258061111111 - N55.696666944444, W6.5258888888889 - N55.696666944444, W6.5258888888889 - N55.751666944444, W6.4658330555556 - N55.751666944444, W6.4658330555556 - N55.780833055556, W6.4575561111111 - N55.780833055556, W6.4575561111111 - N55.7925, W6.4892219444444 - N55.7925, W6.4892219444444 - N55.809166944444, W6.45925 - N55.809166944444, W6.45925 - N55.853333055556, W6.4558611111111 - N55.853333055556, W6.4558611111111 - N55.857916944444, W6.3967219444444 - N55.857916944444, W6.3967219444444 - N55.892083055556, W6.3284169444444 - N55.892083055556, W6.3284169444444 - N55.834166944444, W6.3475 - N55.834166944444, W6.3475 - N55.822916944444, W6.3216938888889 - N55.822916944444, W6.3216938888889 - N55.873306111111, W6.3158888888889 - N55.873306111111, W6.3158888888889 - N55.877056111111, W6.2817219444444 - N55.877056111111, W6.2817219444444 - N55.927083055556, W6.1983888888889 - N55.927083055556, W6.1983888888889 - N55.937471944444, W6.1242219444444 - N55.937471944444, W6.1242219444444 - N55.816666944444, W6.1059169444444 - N55.816666944444, W6.1059169444444 - N55.763333055556, W6.0474719444444 - N55.763333055556, W6.0474719444444 - N55.686638888889, W6.0208061111111 - N55.686638888889, W6.0208061111111 - N55.663306111111, W6.0759169444444 - N55.663306111111, W6.0759169444444 - N55.644138888889, W6.0741938888889 - N55.644138888889, W6.0741938888889 - N55.625416944444, W6.1516669444444 - N55.625416944444, W6.1516669444444 - N55.631278055556, W6.2150280555556 - N55.631278055556, W6.2150280555556 - N55.57875, W6.2683061111111 - N55.57875, W6.2683061111111 - N55.5925, W6.3375280555556 - N55.5925, W6.3375280555556 - N55.644971944444, W6.3125561111111 - N55.644971944444, W6.3125561111111 - N55.659971944444, W6.2608330555556 - N55.659971944444, W6.2608330555556 - N55.698306111111, W6.2825280555556 - N55.698306111111, W6.2825280555556 - N55.717443888889, W6.3408611111111 - N55.717443888889, W6.3408611111111 - N55.731638888889, W6.3391669444444 - N55.731638888889, W6.3391669444444 - N55.772443888889, W6.2541669444444 - N55.772443888889, W6.2541669444444 - N55.785388888889, W6.2633888888889 - N55.785388888889, W6.2633888888889 - N55.784166944444, W6.3475561111111 - N55.784166944444, W6.3475561111111 - N55.724971944444, W6.3908061111111 - N55.724971944444, W6.3908061111111 - N55.671221944444, W6.4866938888889 - N55.671221944444, W6.4866938888889 - N55.691638888889, W6.5258061111111 -line32 = - N58.997471944444, W3.0525280555556 - N59, W3.0525561111111 - N59, W3.0525561111111 - N59.010416944444, W3.0050280555556 - N59.010416944444, W3.0050280555556 - N58.987111111111, W2.9616669444444 - N58.987111111111, W2.9616669444444 - N59.014638888889, W2.9334438888889 - N59.014638888889, W2.9334438888889 - N59.008693888889, W2.9001669444444 - N59.008693888889, W2.9001669444444 - N58.994138888889, W2.9125830555556 - N58.994138888889, W2.9125830555556 - N58.993333055556, W2.8858611111111 - N58.993333055556, W2.8858611111111 - N58.983306111111, W2.91925 - N58.983306111111, W2.91925 - N58.966611111111, W2.9175280555556 - N58.966611111111, W2.9175280555556 - N58.961221944444, W2.885 - N58.961221944444, W2.885 - N58.987888888889, W2.8566938888889 - N58.987888888889, W2.8566938888889 - N58.99375, W2.7999719444444 - N58.99375, W2.7999719444444 - N58.965778055556, W2.7908611111111 - N58.965778055556, W2.7908611111111 - N58.955028055556, W2.8459169444444 - N58.955028055556, W2.8459169444444 - N58.948333055556, W2.8258611111111 - N58.948333055556, W2.8258611111111 - N58.925806111111, W2.8375561111111 - N58.925806111111, W2.8375561111111 - N58.930388888889, W2.8016669444444 - N58.930388888889, W2.8016669444444 - N58.917083055556, W2.7884169444444 - N58.917083055556, W2.7884169444444 - N58.940806111111, W2.7858330555556 - N58.940806111111, W2.7858330555556 - N58.945806111111, W2.8125 - N58.945806111111, W2.8125 - N58.973306111111, W2.7058888888889 - N58.973306111111, W2.7058888888889 - N58.921666944444, W2.7108611111111 - N58.921666944444, W2.7108611111111 - N58.915416944444, W2.7816938888889 - N58.915416944444, W2.7816938888889 - N58.872888888889, W2.8283330555556 - N58.872888888889, W2.8283330555556 - N58.895833055556, W2.8942219444444 - N58.895833055556, W2.8942219444444 - N58.870806111111, W2.9125561111111 - N58.870806111111, W2.9125561111111 - N58.87625, W2.8850280555556 - N58.87625, W2.8850280555556 - N58.8575, W2.8891669444444 - N58.8575, W2.8891669444444 - N58.8525, W2.85925 - N58.8525, W2.85925 - N58.8425, W2.8975561111111 - N58.8425, W2.8975561111111 - N58.819166944444, W2.8775280555556 - N58.819166944444, W2.8775280555556 - N58.796666944444, W2.92925 - N58.796666944444, W2.92925 - N58.733693888889, W2.9234438888889 - N58.733693888889, W2.9234438888889 - N58.732083055556, W2.9633611111111 - N58.732083055556, W2.9633611111111 - N58.756666944444, W2.9925280555556 - N58.756666944444, W2.9925280555556 - N58.786638888889, W2.9809169444444 - N58.786638888889, W2.9809169444444 - N58.810833055556, W3.0208330555556 - N58.810833055556, W3.0208330555556 - N58.802056111111, W3 - N58.802056111111, W3 - N58.818306111111, W2.9758061111111 - N58.818306111111, W2.9758061111111 - N58.820806111111, W3.0375280555556 - N58.820806111111, W3.0375280555556 - N58.834556111111, W3.0133330555556 - N58.834556111111, W3.0133330555556 - N58.828721944444, W2.9583330555556 - N58.828721944444, W2.9583330555556 - N58.8425, W2.9025280555556 - N58.8425, W2.9025280555556 - N58.851666944444, W2.9658888888889 - N58.851666944444, W2.9658888888889 - N58.857443888889, W2.91425 - N58.857443888889, W2.91425 - N58.877471944444, W2.9242219444444 - N58.877471944444, W2.9242219444444 - N58.895028055556, W2.8991669444444 - N58.895028055556, W2.8991669444444 - N58.892471944444, W2.9324438888889 - N58.892471944444, W2.9324438888889 - N58.960806111111, W2.9708611111111 - N58.960806111111, W2.9708611111111 - N58.912028055556, W3.1800561111111 - N58.912028055556, W3.1800561111111 - N58.929138888889, W3.2258330555556 - N58.929138888889, W3.2258330555556 - N58.982056111111, W3.2500280555556 - N58.982056111111, W3.2500280555556 - N58.950361111111, W3.3016669444444 - N58.950361111111, W3.3016669444444 - N58.964943888889, W3.3559169444444 - N58.964943888889, W3.3559169444444 - N59.02, W3.3675280555556 - N59.02, W3.3675280555556 - N59.055833055556, W3.33925 - N59.055833055556, W3.33925 - N59.104193888889, W3.3608888888889 - N59.104193888889, W3.3608888888889 - N59.135806111111, W3.3292780555556 - N59.135806111111, W3.3292780555556 - N59.154556111111, W3.1966669444444 - N59.154556111111, W3.1966669444444 - N59.122888888889, W3.1116388888889 - N59.122888888889, W3.1116388888889 - N59.123721944444, W3.0750280555556 - N59.123721944444, W3.0750280555556 - N59.103306111111, W3.0459438888889 - N59.103306111111, W3.0459438888889 - N59.095833055556, W3.0642219444444 - N59.095833055556, W3.0642219444444 - N59.0675, W3.0041388888889 - N59.0675, W3.0041388888889 - N59.038306111111, W3.0141938888889 - N59.038306111111, W3.0141938888889 - N59.048721944444, W3.0650280555556 - N59.048721944444, W3.0650280555556 - N59.0225, W3.0625280555556 - N59.0225, W3.0625280555556 - N59.008306111111, W3.11425 - N59.008306111111, W3.11425 - N58.997471944444, W3.0525280555556 -line33 = - N54.059943888889, W4.7975561111111 - N54.062443888889, W4.7975830555556 - N54.062443888889, W4.7975830555556 - N54.124943888889, W4.7358611111111 - N54.124943888889, W4.7358611111111 - N54.209138888889, W4.7208888888889 - N54.209138888889, W4.7208888888889 - N54.269971944444, W4.6092219444444 - N54.269971944444, W4.6092219444444 - N54.361611111111, W4.5426388888889 - N54.361611111111, W4.5426388888889 - N54.398693888889, W4.4600830555556 - N54.398693888889, W4.4600830555556 - N54.416193888889, W4.3634438888889 - N54.416193888889, W4.3634438888889 - N54.327416944444, W4.381 - N54.327416944444, W4.381 - N54.294916944444, W4.3076111111111 - N54.294916944444, W4.3076111111111 - N54.220778055556, W4.3942780555556 - N54.220778055556, W4.3942780555556 - N54.190778055556, W4.3876388888889 - N54.190778055556, W4.3876388888889 - N54.160778055556, W4.4675561111111 - N54.160778055556, W4.4675561111111 - N54.140778055556, W4.4642219444444 - N54.140778055556, W4.4642219444444 - N54.123278055556, W4.5258888888889 - N54.123278055556, W4.5258888888889 - N54.100721944444, W4.5441938888889 - N54.100721944444, W4.5441938888889 - N54.089943888889, W4.6008888888889 - N54.089943888889, W4.6008888888889 - N54.052, W4.6217219444444 - N54.052, W4.6217219444444 - N54.072028055556, W4.6266938888889 - N54.072028055556, W4.6266938888889 - N54.058693888889, W4.6667219444444 - N54.058693888889, W4.6667219444444 - N54.082028055556, W4.7033888888889 - N54.082028055556, W4.7033888888889 - N54.053666944444, W4.7700561111111 - N54.053666944444, W4.7700561111111 - N54.059943888889, W4.7975561111111 -line34 = - N51.617028055556, E4 - N51.617056111111, E3.9915561111111 - N51.617056111111, E3.9915561111111 - N51.632806111111, E3.8915280555556 - N51.632806111111, E3.8915280555556 - N51.66825, E3.8723061111111 - N51.66825, E3.8723061111111 - N51.696193888889, E3.8114719444444 - N51.696193888889, E3.8114719444444 - N51.667833055556, E3.7215280555556 - N51.667833055556, E3.7215280555556 - N51.689111111111, E3.6773061111111 - N51.689111111111, E3.6773061111111 - N51.729528055556, E3.6981388888889 - N51.729528055556, E3.6981388888889 - N51.741583055556, E3.8223888888889 - N51.741583055556, E3.8223888888889 - N51.757471944444, E3.8206669444444 - N51.757471944444, E3.8206669444444 - N51.774111111111, E3.8622780555556 - N51.774111111111, E3.8622780555556 - N51.811611111111, E3.8557219444444 - N51.811611111111, E3.8557219444444 - N51.825333055556, E3.8848330555556 - N51.825333055556, E3.8848330555556 - N51.845333055556, E4.0099438888889 - N51.845333055556, E4.0099438888889 - N51.818721944444, E4.0450280555556 - N51.818721944444, E4.0450280555556 - N51.777056111111, E4.19325 - N51.777056111111, E4.19325 - N51.721193888889, E4.2766388888889 - N51.721193888889, E4.2766388888889 - N51.7045, E4.34325 - N51.7045, E4.34325 - N51.709943888889, E4.3974719444444 - N51.709943888889, E4.3974719444444 - N51.671583055556, E4.36075 - N51.671583055556, E4.36075 - N51.657861111111, E4.3082780555556 - N51.657861111111, E4.3082780555556 - N51.656193888889, E4.2666388888889 - N51.656193888889, E4.2666388888889 - N51.6845, E4.1649169444444 - N51.6845, E4.1649169444444 - N51.671193888889, E4.1049438888889 - N51.671193888889, E4.1049438888889 - N51.694888888889, E4.1574719444444 - N51.694888888889, E4.1574719444444 - N51.709083055556, E4.05075 - N51.709083055556, E4.05075 - N51.797888888889, E3.9964438888889 - N51.797888888889, E3.9964438888889 - N51.795333055556, E3.9115 - N51.795333055556, E3.9115 - N51.777416944444, E3.8706388888889 - N51.777416944444, E3.8706388888889 - N51.752471944444, E3.8723611111111 - N51.752471944444, E3.8723611111111 - N51.756193888889, E3.8398611111111 - N51.756193888889, E3.8398611111111 - N51.740806111111, E3.8273330555556 - N51.740806111111, E3.8273330555556 - N51.735333055556, E3.9682219444444 - N51.735333055556, E3.9682219444444 - N51.689138888889, E4.0158330555556 - N51.689138888889, E4.0158330555556 - N51.659943888889, E4.1058061111111 - N51.659943888889, E4.1058061111111 - N51.630333055556, E4.0666388888889 - N51.630333055556, E4.0666388888889 - N51.617028055556, E4 -line35 = - N55.613306111111, W5.3992219444444 - N55.625, W5.3992219444444 - N55.625, W5.3992219444444 - N55.673306111111, W5.3741938888889 - N55.673306111111, W5.3741938888889 - N55.704556111111, W5.3217219444444 - N55.704556111111, W5.3217219444444 - N55.703333055556, W5.2875 - N55.703333055556, W5.2875 - N55.71875, W5.2866669444444 - N55.71875, W5.2866669444444 - N55.698333055556, W5.1975561111111 - N55.698333055556, W5.1975561111111 - N55.641638888889, W5.1374719444444 - N55.641638888889, W5.1374719444444 - N55.604971944444, W5.1292219444444 - N55.604971944444, W5.1292219444444 - N55.583333055556, W5.1591938888889 - N55.583333055556, W5.1591938888889 - N55.552443888889, W5.0841938888889 - N55.552443888889, W5.0841938888889 - N55.525833055556, W5.1291669444444 - N55.525833055556, W5.1291669444444 - N55.508333055556, W5.0808611111111 - N55.508333055556, W5.0808611111111 - N55.452443888889, W5.0841388888889 - N55.452443888889, W5.0841388888889 - N55.432083055556, W5.2050280555556 - N55.432083055556, W5.2050280555556 - N55.465833055556, W5.3208330555556 - N55.465833055556, W5.3208330555556 - N55.495806111111, W5.3292219444444 - N55.495806111111, W5.3292219444444 - N55.504971944444, W5.3575280555556 - N55.504971944444, W5.3575280555556 - N55.56, W5.3475280555556 - N55.56, W5.3475280555556 - N55.613306111111, W5.3992219444444 -line36 = - N50.661638888889, W1.5875561111111 - N50.6625, W1.5875280555556 - N50.6625, W1.5875280555556 - N50.706221944444, W1.5217219444444 - N50.706221944444, W1.5217219444444 - N50.682916944444, W1.5083330555556 - N50.682916944444, W1.5083330555556 - N50.704971944444, W1.5042219444444 - N50.704971944444, W1.5042219444444 - N50.725388888889, W1.4317219444444 - N50.725388888889, W1.4317219444444 - N50.723333055556, W1.4158330555556 - N50.723333055556, W1.4158330555556 - N50.705416944444, W1.4283888888889 - N50.705416944444, W1.4283888888889 - N50.721221944444, W1.4116669444444 - N50.721221944444, W1.4116669444444 - N50.712888888889, W1.3817219444444 - N50.712888888889, W1.3817219444444 - N50.723306111111, W1.4142219444444 - N50.723306111111, W1.4142219444444 - N50.767083055556, W1.3134169444444 - N50.767083055556, W1.3134169444444 - N50.744556111111, W1.2933330555556 - N50.744556111111, W1.2933330555556 - N50.76375, W1.2883888888889 - N50.76375, W1.2883888888889 - N50.760028055556, W1.2642219444444 - N50.760028055556, W1.2642219444444 - N50.735806111111, W1.2158888888889 - N50.735806111111, W1.2158888888889 - N50.724583055556, W1.2283888888889 - N50.724583055556, W1.2283888888889 - N50.732888888889, W1.1817219444444 - N50.732888888889, W1.1817219444444 - N50.721221944444, W1.1133611111111 - N50.721221944444, W1.1133611111111 - N50.6925, W1.1091938888889 - N50.6925, W1.1091938888889 - N50.686638888889, W1.0725 - N50.686638888889, W1.0725 - N50.662888888889, W1.1000561111111 - N50.662888888889, W1.1000561111111 - N50.648306111111, W1.1608330555556 - N50.648306111111, W1.1608330555556 - N50.598333055556, W1.1808061111111 - N50.598333055556, W1.1808061111111 - N50.572888888889, W1.2966669444444 - N50.572888888889, W1.2966669444444 - N50.664611111111, W1.4866388888889 - N50.664611111111, W1.4866388888889 - N50.661638888889, W1.5875561111111 -line37 = - N55.989611111111, W6 - N55.989971944444, W5.9991669444444 - N55.989971944444, W5.9991669444444 - N56.061611111111, W5.9058061111111 - N56.061611111111, W5.9058061111111 - N56.146638888889, W5.7008888888889 - N56.146638888889, W5.7008888888889 - N56.109166944444, W5.6875280555556 - N56.109166944444, W5.6875280555556 - N55.970861111111, W5.8375830555556 - N55.970861111111, W5.8375830555556 - N55.888361111111, W5.8725 - N55.888361111111, W5.8725 - N55.877916944444, W5.8866388888889 - N55.877916944444, W5.8866388888889 - N55.887471944444, W5.8975 - N55.887471944444, W5.8975 - N55.86625, W5.9 - N55.86625, W5.9 - N55.8675, W5.9358330555556 - N55.8675, W5.9358330555556 - N55.791221944444, W5.9650280555556 - N55.791221944444, W5.9650280555556 - N55.811638888889, W6.0742219444444 - N55.811638888889, W6.0742219444444 - N55.9, W6.0909438888889 - N55.9, W6.0909438888889 - N55.948721944444, W6.0283611111111 - N55.948721944444, W6.0283611111111 - N55.956221944444, W5.9166938888889 - N55.956221944444, W5.9166938888889 - N55.978333055556, W5.8525 - N55.978333055556, W5.8525 - N55.988778055556, W5.8550830555556 - N55.988778055556, W5.8550830555556 - N55.960416944444, W5.9416388888889 - N55.960416944444, W5.9416388888889 - N55.972056111111, W6.0083611111111 - N55.972056111111, W6.0083611111111 - N55.989611111111, W6 -line38 = - N57.240833055556, W7.4575830555556 - N57.2425, W7.4575561111111 - N57.2425, W7.4575561111111 - N57.245833055556, W7.4308611111111 - N57.245833055556, W7.4308611111111 - N57.3025, W7.3958888888889 - N57.3025, W7.3958888888889 - N57.387471944444, W7.4308330555556 - N57.387471944444, W7.4308330555556 - N57.402943888889, W7.33675 - N57.402943888889, W7.33675 - N57.384556111111, W7.3183611111111 - N57.384556111111, W7.3183611111111 - N57.380833055556, W7.2708888888889 - N57.380833055556, W7.2708888888889 - N57.374971944444, W7.3025280555556 - N57.374971944444, W7.3025280555556 - N57.353306111111, W7.2408330555556 - N57.353306111111, W7.2408330555556 - N57.344528055556, W7.2666669444444 - N57.344528055556, W7.2666669444444 - N57.349138888889, W7.2208611111111 - N57.349138888889, W7.2208611111111 - N57.329583055556, W7.2533611111111 - N57.329583055556, W7.2533611111111 - N57.335806111111, W7.2909438888889 - N57.335806111111, W7.2909438888889 - N57.32375, W7.2250561111111 - N57.32375, W7.2250561111111 - N57.303333055556, W7.2208611111111 - N57.303333055556, W7.2208611111111 - N57.299943888889, W7.1924719444444 - N57.299943888889, W7.1924719444444 - N57.224556111111, W7.2667219444444 - N57.224556111111, W7.2667219444444 - N57.244138888889, W7.3625280555556 - N57.244138888889, W7.3625280555556 - N57.227056111111, W7.3500280555556 - N57.227056111111, W7.3500280555556 - N57.214971944444, W7.2708611111111 - N57.214971944444, W7.2708611111111 - N57.164166944444, W7.2441388888889 - N57.164166944444, W7.2441388888889 - N57.149583055556, W7.2666669444444 - N57.149583055556, W7.2666669444444 - N57.162916944444, W7.3116111111111 - N57.162916944444, W7.3116111111111 - N57.147888888889, W7.3016938888889 - N57.147888888889, W7.3016938888889 - N57.154583055556, W7.3533611111111 - N57.154583055556, W7.3533611111111 - N57.139111111111, W7.3409438888889 - N57.139111111111, W7.3409438888889 - N57.136221944444, W7.2450561111111 - N57.136221944444, W7.2450561111111 - N57.120806111111, W7.2408611111111 - N57.120806111111, W7.2408611111111 - N57.117471944444, W7.2108061111111 - N57.117471944444, W7.2108061111111 - N57.09625, W7.2300561111111 - N57.09625, W7.2300561111111 - N57.113333055556, W7.3975561111111 - N57.113333055556, W7.3975561111111 - N57.216638888889, W7.4242219444444 - N57.216638888889, W7.4242219444444 - N57.240833055556, W7.4575830555556 -line39 = - N57.601638888889, W7.5508330555556 - N57.6025, W7.5508061111111 - N57.6025, W7.5508061111111 - N57.604971944444, W7.5225561111111 - N57.604971944444, W7.5225561111111 - N57.660388888889, W7.4916669444444 - N57.660388888889, W7.4916669444444 - N57.662943888889, W7.44675 - N57.662943888889, W7.44675 - N57.634583055556, W7.3833888888889 - N57.634583055556, W7.3833888888889 - N57.66, W7.3758611111111 - N57.66, W7.3758611111111 - N57.694556111111, W7.3149719444444 - N57.694556111111, W7.3149719444444 - N57.6575, W7.3291669444444 - N57.6575, W7.3291669444444 - N57.642888888889, W7.28675 - N57.642888888889, W7.28675 - N57.656666944444, W7.2458611111111 - N57.656666944444, W7.2458611111111 - N57.665833055556, W7.2774719444444 - N57.665833055556, W7.2774719444444 - N57.697943888889, W7.1950561111111 - N57.697943888889, W7.1950561111111 - N57.678361111111, W7.1541669444444 - N57.678361111111, W7.1541669444444 - N57.647861111111, W7.185 - N57.647861111111, W7.185 - N57.655388888889, W7.1600280555556 - N57.655388888889, W7.1600280555556 - N57.642888888889, W7.1333061111111 - N57.642888888889, W7.1333061111111 - N57.650833055556, W7.1025830555556 - N57.650833055556, W7.1025830555556 - N57.662916944444, W7.1133330555556 - N57.662916944444, W7.1133330555556 - N57.642471944444, W7.0624719444444 - N57.642471944444, W7.0624719444444 - N57.607916944444, W7.1016388888889 - N57.607916944444, W7.1016388888889 - N57.626693888889, W7.1325561111111 - N57.626693888889, W7.1325561111111 - N57.634583055556, W7.1183330555556 - N57.634583055556, W7.1183330555556 - N57.639971944444, W7.2158061111111 - N57.639971944444, W7.2158061111111 - N57.632471944444, W7.1892780555556 - N57.632471944444, W7.1892780555556 - N57.620388888889, W7.2016669444444 - N57.620388888889, W7.2016669444444 - N57.612471944444, W7.1508330555556 - N57.612471944444, W7.1508330555556 - N57.612471944444, W7.1742219444444 - N57.612471944444, W7.1742219444444 - N57.606638888889, W7.1541938888889 - N57.606638888889, W7.1541938888889 - N57.592056111111, W7.1750280555556 - N57.592056111111, W7.1750280555556 - N57.594971944444, W7.1025280555556 - N57.594971944444, W7.1025280555556 - N57.558778055556, W7.1350830555556 - N57.558778055556, W7.1350830555556 - N57.563333055556, W7.2225280555556 - N57.563333055556, W7.2225280555556 - N57.552916944444, W7.2233611111111 - N57.552916944444, W7.2233611111111 - N57.555028055556, W7.1359169444444 - N57.555028055556, W7.1359169444444 - N57.534138888889, W7.1325280555556 - N57.534138888889, W7.1325280555556 - N57.512528055556, W7.1675561111111 - N57.512528055556, W7.1675561111111 - N57.5125, W7.1425280555556 - N57.5125, W7.1425280555556 - N57.50875, W7.1633888888889 - N57.50875, W7.1633888888889 - N57.520388888889, W7.3067219444444 - N57.520388888889, W7.3067219444444 - N57.511666944444, W7.2975561111111 - N57.511666944444, W7.2975561111111 - N57.509583055556, W7.3217219444444 - N57.509583055556, W7.3217219444444 - N57.548333055556, W7.3559169444444 - N57.548333055556, W7.3559169444444 - N57.55375, W7.3300830555556 - N57.55375, W7.3300830555556 - N57.586193888889, W7.43675 - N57.586193888889, W7.43675 - N57.570361111111, W7.4433611111111 - N57.570361111111, W7.4433611111111 - N57.56875, W7.4850561111111 - N57.56875, W7.4850561111111 - N57.593306111111, W7.4908330555556 - N57.593306111111, W7.4908330555556 - N57.582888888889, W7.5033611111111 - N57.582888888889, W7.5033611111111 - N57.601638888889, W7.5508330555556 -line40 = - N60.702056111111, W1.0033330555556 - N60.702056111111, W1 - N60.702056111111, W1 - N60.638306111111, W0.98091694444444 - N60.638306111111, W0.98091694444444 - N60.640416944444, W1.0234169444444 - N60.640416944444, W1.0234169444444 - N60.669583055556, W1.0667219444444 - N60.669583055556, W1.0667219444444 - N60.616666944444, W1.0175830555556 - N60.616666944444, W1.0175830555556 - N60.602111111111, W1.0350280555556 - N60.602111111111, W1.0350280555556 - N60.6075, W1.0808888888889 - N60.6075, W1.0808888888889 - N60.5825, W1.0008888888889 - N60.5825, W1.0008888888889 - N60.549138888889, W1.0125561111111 - N60.549138888889, W1.0125561111111 - N60.549138888889, W1.0475280555556 - N60.549138888889, W1.0475280555556 - N60.533306111111, W1.0191938888889 - N60.533306111111, W1.0191938888889 - N60.497471944444, W1.0291111111111 - N60.497471944444, W1.0291111111111 - N60.490416944444, W1.0683888888889 - N60.490416944444, W1.0683888888889 - N60.507056111111, W1.1166669444444 - N60.507056111111, W1.1166669444444 - N60.486638888889, W1.0958888888889 - N60.486638888889, W1.0958888888889 - N60.484556111111, W1.14675 - N60.484556111111, W1.14675 - N60.524166944444, W1.1891388888889 - N60.524166944444, W1.1891388888889 - N60.608333055556, W1.2075561111111 - N60.608333055556, W1.2075561111111 - N60.657943888889, W1.1550280555556 - N60.657943888889, W1.1550280555556 - N60.624166944444, W1.1391938888889 - N60.624166944444, W1.1391938888889 - N60.72875, W1.125 - N60.72875, W1.125 - N60.71875, W1.0750561111111 - N60.71875, W1.0750561111111 - N60.733721944444, W1.0749719444444 - N60.733721944444, W1.0749719444444 - N60.727056111111, W1.0349719444444 - N60.727056111111, W1.0349719444444 - N60.737888888889, W1.0434169444444 - N60.737888888889, W1.0434169444444 - N60.7225, W1.0009169444444 - N60.7225, W1.0009169444444 - N60.702056111111, W1.0033330555556 -line41 = - N58.873333055556, W3.4358888888889 - N58.879166944444, W3.4358611111111 - N58.879166944444, W3.4358611111111 - N58.925416944444, W3.3983888888889 - N58.925416944444, W3.3983888888889 - N58.929556111111, W3.32675 - N58.929556111111, W3.32675 - N58.908693888889, W3.3133330555556 - N58.908693888889, W3.3133330555556 - N58.880806111111, W3.2125 - N58.880806111111, W3.2125 - N58.839971944444, W3.2125830555556 - N58.839971944444, W3.2125830555556 - N58.823306111111, W3.1709169444444 - N58.823306111111, W3.1709169444444 - N58.788333055556, W3.2558888888889 - N58.788333055556, W3.2558888888889 - N58.807888888889, W3.1484169444444 - N58.807888888889, W3.1484169444444 - N58.788333055556, W3.1525 - N58.788333055556, W3.1525 - N58.7875, W3.1325280555556 - N58.7875, W3.1325280555556 - N58.777083055556, W3.2917219444444 - N58.777083055556, W3.2917219444444 - N58.868333055556, W3.3792780555556 - N58.868333055556, W3.3792780555556 - N58.873333055556, W3.4358888888889 -line42 = - N53.902916944444, W10 - N53.905, W10.004138888889 - N53.905, W10.004138888889 - N53.918333055556, W10.059193888889 - N53.918333055556, W10.059193888889 - N53.956666944444, W10.047471944444 - N53.956666944444, W10.047471944444 - N53.969583055556, W10.066693888889 - N53.969583055556, W10.066693888889 - N53.960416944444, W10.196721944444 - N53.960416944444, W10.196721944444 - N53.974971944444, W10.259193888889 - N53.974971944444, W10.259193888889 - N53.98, W10.2125 - N53.98, W10.2125 - N53.998306111111, W10.185888888889 - N53.998306111111, W10.185888888889 - N54.012056111111, W10.196693888889 - N54.012056111111, W10.196693888889 - N53.997916944444, W10.138306111111 - N53.997916944444, W10.138306111111 - N54.022888888889, W10.063333055556 - N54.022888888889, W10.063333055556 - N54.008693888889, W9.9967219444444 - N54.008693888889, W9.9967219444444 - N54.026221944444, W9.9766938888889 - N54.026221944444, W9.9766938888889 - N53.995028055556, W9.9308888888889 - N53.995028055556, W9.9308888888889 - N53.988333055556, W9.9592219444444 - N53.988333055556, W9.9592219444444 - N53.950833055556, W9.9691938888889 - N53.950833055556, W9.9691938888889 - N53.9625, W9.9158330555556 - N53.9625, W9.9158330555556 - N53.916638888889, W9.9341669444444 - N53.916638888889, W9.9341669444444 - N53.910833055556, W9.9591938888889 - N53.910833055556, W9.9591938888889 - N53.898333055556, W9.9391669444444 - N53.898333055556, W9.9391669444444 - N53.874971944444, W9.9475561111111 - N53.874971944444, W9.9475561111111 - N53.8875, W9.9941938888889 - N53.8875, W9.9941938888889 - N53.902916944444, W10 -line43 = - N55.899943888889, W5.2241938888889 - N55.900806111111, W5.2242219444444 - N55.900806111111, W5.2242219444444 - N55.925416944444, W5.1883330555556 - N55.925416944444, W5.1883330555556 - N55.920388888889, W5.16 - N55.920388888889, W5.16 - N55.879971944444, W5.0775561111111 - N55.879971944444, W5.0775561111111 - N55.861638888889, W5.0925 - N55.861638888889, W5.0925 - N55.858306111111, W5.0625 - N55.858306111111, W5.0625 - N55.84, W5.0591938888889 - N55.84, W5.0591938888889 - N55.843278055556, W5.0258888888889 - N55.843278055556, W5.0258888888889 - N55.766666944444, W5.0008611111111 - N55.766666944444, W5.0008611111111 - N55.752471944444, W5.0308888888889 - N55.752471944444, W5.0308888888889 - N55.725388888889, W5.0083611111111 - N55.725388888889, W5.0083611111111 - N55.731666944444, W5.0559169444444 - N55.731666944444, W5.0559169444444 - N55.77625, W5.0967219444444 - N55.77625, W5.0967219444444 - N55.770833055556, W5.1225561111111 - N55.770833055556, W5.1225561111111 - N55.809166944444, W5.1459438888889 - N55.809166944444, W5.1459438888889 - N55.841666944444, W5.1291669444444 - N55.841666944444, W5.1291669444444 - N55.852471944444, W5.1758061111111 - N55.852471944444, W5.1758061111111 - N55.899943888889, W5.2241938888889 -line44 = - N60.719193888889, W0.98419388888889 - N60.7225, W0.98422194444444 - N60.7225, W0.98422194444444 - N60.718306111111, W0.95258305555556 - N60.718306111111, W0.95258305555556 - N60.738361111111, W0.96586111111111 - N60.738361111111, W0.96586111111111 - N60.783333055556, W0.93083305555556 - N60.783333055556, W0.93083305555556 - N60.793333055556, W0.95422194444444 - N60.793333055556, W0.95422194444444 - N60.844583055556, W0.89836111111111 - N60.844583055556, W0.89836111111111 - N60.841666944444, W0.86580611111111 - N60.841666944444, W0.86580611111111 - N60.806221944444, W0.87330611111111 - N60.806221944444, W0.87330611111111 - N60.844611111111, W0.835 - N60.844611111111, W0.835 - N60.821666944444, W0.75747194444444 - N60.821666944444, W0.75747194444444 - N60.810861111111, W0.80086111111111 - N60.810861111111, W0.80086111111111 - N60.780416944444, W0.77997194444444 - N60.780416944444, W0.77997194444444 - N60.786638888889, W0.83086111111111 - N60.786638888889, W0.83086111111111 - N60.759971944444, W0.80083305555556 - N60.759971944444, W0.80083305555556 - N60.757471944444, W0.86091694444444 - N60.757471944444, W0.86091694444444 - N60.750806111111, W0.81091694444444 - N60.750806111111, W0.81091694444444 - N60.702443888889, W0.86925 - N60.702443888889, W0.86925 - N60.696666944444, W0.83088888888889 - N60.696666944444, W0.83088888888889 - N60.682888888889, W0.83333305555556 - N60.682888888889, W0.83333305555556 - N60.674583055556, W0.85502805555556 - N60.674583055556, W0.85502805555556 - N60.690416944444, W0.91166694444444 - N60.690416944444, W0.91166694444444 - N60.675388888889, W0.96172194444444 - N60.675388888889, W0.96172194444444 - N60.719193888889, W0.98419388888889 -line45 = - N49.246693888889, W2.2528888888889 - N49.251721944444, W2.2528888888889 - N49.251721944444, W2.2528888888889 - N49.261306111111, W2.2257780555556 - N49.261306111111, W2.2257780555556 - N49.248778055556, W2.1825280555556 - N49.248778055556, W2.1825280555556 - N49.261306111111, W2.1508061111111 - N49.261306111111, W2.1508061111111 - N49.255443888889, W2.0949719444444 - N49.255443888889, W2.0949719444444 - N49.237971944444, W2.0749719444444 - N49.237971944444, W2.0749719444444 - N49.242111111111, W2.0433061111111 - N49.242111111111, W2.0433061111111 - N49.225861111111, W2.0195561111111 - N49.225861111111, W2.0195561111111 - N49.167556111111, W2.0270561111111 - N49.167556111111, W2.0270561111111 - N49.162916944444, W2.0758611111111 - N49.162916944444, W2.0758611111111 - N49.197111111111, W2.1441669444444 - N49.197111111111, W2.1441669444444 - N49.190861111111, W2.1678888888889 - N49.190861111111, W2.1678888888889 - N49.166306111111, W2.1666388888889 - N49.166306111111, W2.1666388888889 - N49.184611111111, W2.1941388888889 - N49.184611111111, W2.1941388888889 - N49.180443888889, W2.2475280555556 - N49.180443888889, W2.2475280555556 - N49.209193888889, W2.2237219444444 - N49.209193888889, W2.2237219444444 - N49.246693888889, W2.2528888888889 -line46 = - N56.999166944444, W6.2375280555556 - N56.997528055556, W6.2408888888889 - N56.997528055556, W6.2408888888889 - N56.959166944444, W6.2608611111111 - N56.959166944444, W6.2608611111111 - N56.934583055556, W6.33 - N56.934583055556, W6.33 - N57.008333055556, W6.4559169444444 - N57.008333055556, W6.4559169444444 - N57.059556111111, W6.3267219444444 - N57.059556111111, W6.3267219444444 - N57.035833055556, W6.2558888888889 - N57.035833055556, W6.2558888888889 - N57.020806111111, W6.2442219444444 - N57.020806111111, W6.2442219444444 - N57.012471944444, W6.2759169444444 - N57.012471944444, W6.2759169444444 - N56.999166944444, W6.2375280555556 -line47 = - N56.504166944444, W6.9992219444444 - N56.505806111111, W6.99925 - N56.505806111111, W6.99925 - N56.528721944444, W6.9550830555556 - N56.528721944444, W6.9550830555556 - N56.518721944444, W6.8800561111111 - N56.518721944444, W6.8800561111111 - N56.540443888889, W6.83175 - N56.540443888889, W6.83175 - N56.537056111111, W6.78175 - N56.537056111111, W6.78175 - N56.556221944444, W6.75675 - N56.556221944444, W6.75675 - N56.538306111111, W6.7258888888889 - N56.538306111111, W6.7258888888889 - N56.523721944444, W6.7333611111111 - N56.523721944444, W6.7333611111111 - N56.520806111111, W6.8092219444444 - N56.520806111111, W6.8092219444444 - N56.487083055556, W6.8183888888889 - N56.487083055556, W6.8183888888889 - N56.486638888889, W6.8792780555556 - N56.486638888889, W6.8792780555556 - N56.439583055556, W6.9134169444444 - N56.439583055556, W6.9134169444444 - N56.45875, W6.9500830555556 - N56.45875, W6.9500830555556 - N56.451638888889, W6.9841669444444 - N56.451638888889, W6.9841669444444 - N56.504166944444, W6.9992219444444 -line48 = - N57.464166944444, W7.4142219444444 - N57.464971944444, W7.4141669444444 - N57.464971944444, W7.4141669444444 - N57.495443888889, W7.3566938888889 - N57.495443888889, W7.3566938888889 - N57.481221944444, W7.3283061111111 - N57.481221944444, W7.3283061111111 - N57.485416944444, W7.2883888888889 - N57.485416944444, W7.2883888888889 - N57.464583055556, W7.2667219444444 - N57.464583055556, W7.2667219444444 - N57.476278055556, W7.2416938888889 - N57.476278055556, W7.2416938888889 - N57.458306111111, W7.2025561111111 - N57.458306111111, W7.2025561111111 - N57.46, W7.2375 - N57.46, W7.2375 - N57.445416944444, W7.2183061111111 - N57.445416944444, W7.2183061111111 - N57.457888888889, W7.25 - N57.457888888889, W7.25 - N57.445833055556, W7.2442219444444 - N57.445833055556, W7.2442219444444 - N57.452056111111, W7.2649719444444 - N57.452056111111, W7.2649719444444 - N57.438306111111, W7.2808888888889 - N57.438306111111, W7.2808888888889 - N57.43625, W7.2150561111111 - N57.43625, W7.2150561111111 - N57.415833055556, W7.2041938888889 - N57.415833055556, W7.2041938888889 - N57.400388888889, W7.2383611111111 - N57.400388888889, W7.2383611111111 - N57.414556111111, W7.3016388888889 - N57.414556111111, W7.3016388888889 - N57.4, W7.2541388888889 - N57.4, W7.2541388888889 - N57.407083055556, W7.2900561111111 - N57.407083055556, W7.2900561111111 - N57.397056111111, W7.3034169444444 - N57.397056111111, W7.3034169444444 - N57.419583055556, W7.3450830555556 - N57.419583055556, W7.3450830555556 - N57.423306111111, W7.3941938888889 - N57.423306111111, W7.3941938888889 - N57.464166944444, W7.4142219444444 -line49 = - N56.575806111111, W6.7124719444444 - N56.579971944444, W6.7125280555556 - N56.579971944444, W6.7125280555556 - N56.593361111111, W6.6591669444444 - N56.593361111111, W6.6591669444444 - N56.636666944444, W6.6175561111111 - N56.636666944444, W6.6175561111111 - N56.677028055556, W6.5334169444444 - N56.677028055556, W6.5334169444444 - N56.687471944444, W6.4542219444444 - N56.687471944444, W6.4542219444444 - N56.627471944444, W6.4942219444444 - N56.627471944444, W6.4942219444444 - N56.617111111111, W6.51 - N56.617111111111, W6.51 - N56.63, W6.5274719444444 - N56.63, W6.5274719444444 - N56.58625, W6.5683888888889 - N56.58625, W6.5683888888889 - N56.574556111111, W6.6133061111111 - N56.574556111111, W6.6133061111111 - N56.591221944444, W6.6283888888889 - N56.591221944444, W6.6283888888889 - N56.572083055556, W6.6449719444444 - N56.572083055556, W6.6449719444444 - N56.58375, W6.6683611111111 - N56.58375, W6.6683611111111 - N56.562083055556, W6.6900561111111 - N56.562083055556, W6.6900561111111 - N56.575806111111, W6.7124719444444 -line50 = - N49.430861111111, W2.6754438888889 - N49.434166944444, W2.6754169444444 - N49.434166944444, W2.6754169444444 - N49.441638888889, W2.6520830555556 - N49.441638888889, W2.6520830555556 - N49.459611111111, W2.6583611111111 - N49.459611111111, W2.6583611111111 - N49.46625, W2.6116669444444 - N49.46625, W2.6116669444444 - N49.498721944444, W2.5716938888889 - N49.498721944444, W2.5716938888889 - N49.49375, W2.5433330555556 - N49.49375, W2.5433330555556 - N49.507888888889, W2.5482780555556 - N49.507888888889, W2.5482780555556 - N49.50875, W2.5058330555556 - N49.50875, W2.5058330555556 - N49.469166944444, W2.5346111111111 - N49.469166944444, W2.5346111111111 - N49.422083055556, W2.5291111111111 - N49.422083055556, W2.5291111111111 - N49.430861111111, W2.6754438888889 -line51 = - N57.349583055556, W6 - N57.348333055556, W6.0025280555556 - N57.348333055556, W6.0025280555556 - N57.33375, W6.0183888888889 - N57.33375, W6.0183888888889 - N57.334166944444, W6.0675561111111 - N57.334166944444, W6.0675561111111 - N57.4225, W6.0841669444444 - N57.4225, W6.0841669444444 - N57.461693888889, W6.0558611111111 - N57.461693888889, W6.0558611111111 - N57.459971944444, W6.0175830555556 - N57.459971944444, W6.0175830555556 - N57.470806111111, W6.0291669444444 - N57.470806111111, W6.0291669444444 - N57.507083055556, W5.9916938888889 - N57.507083055556, W5.9916938888889 - N57.4725, W5.9841938888889 - N57.4725, W5.9841938888889 - N57.434971944444, W6.0292219444444 - N57.434971944444, W6.0292219444444 - N57.349583055556, W6 -line52 = - N56.999166944444, W7.5158888888889 - N57, W7.5141938888889 - N57, W7.5141938888889 - N57.013333055556, W7.52925 - N57.013333055556, W7.52925 - N57.020361111111, W7.4650561111111 - N57.020361111111, W7.4650561111111 - N57.058721944444, W7.4433611111111 - N57.058721944444, W7.4433611111111 - N57.0425, W7.4191388888889 - N57.0425, W7.4191388888889 - N57.017528055556, W7.4325561111111 - N57.017528055556, W7.4325561111111 - N57.0025, W7.3958611111111 - N57.0025, W7.3958611111111 - N57.003306111111, W7.4276111111111 - N57.003306111111, W7.4276111111111 - N56.984971944444, W7.3758061111111 - N56.984971944444, W7.3758061111111 - N56.989943888889, W7.4208330555556 - N56.989943888889, W7.4208330555556 - N56.976666944444, W7.4075 - N56.976666944444, W7.4075 - N56.944556111111, W7.45 - N56.944556111111, W7.45 - N56.957056111111, W7.5066938888889 - N56.957056111111, W7.5066938888889 - N56.944583055556, W7.5083611111111 - N56.944583055556, W7.5083611111111 - N56.950361111111, W7.5583330555556 - N56.950361111111, W7.5583330555556 - N56.999166944444, W7.5158888888889 -line53 = - N59.197443888889, W2.7040830555556 - N59.199138888889, W2.7040561111111 - N59.199138888889, W2.7040561111111 - N59.221666944444, W2.6976388888889 - N59.221666944444, W2.6976388888889 - N59.261666944444, W2.6026111111111 - N59.261666944444, W2.6026111111111 - N59.294556111111, W2.6167219444444 - N59.294556111111, W2.6167219444444 - N59.303806111111, W2.5318888888889 - N59.303806111111, W2.5318888888889 - N59.265861111111, W2.5808611111111 - N59.265861111111, W2.5808611111111 - N59.26125, W2.5467219444444 - N59.26125, W2.5467219444444 - N59.310861111111, W2.4175561111111 - N59.310861111111, W2.4175561111111 - N59.277556111111, W2.3925 - N59.277556111111, W2.3925 - N59.276666944444, W2.4792219444444 - N59.276666944444, W2.4792219444444 - N59.245, W2.5159719444444 - N59.245, W2.5159719444444 - N59.222916944444, W2.5099438888889 - N59.222916944444, W2.5099438888889 - N59.257138888889, W2.5267219444444 - N59.257138888889, W2.5267219444444 - N59.2375, W2.5258888888889 - N59.2375, W2.5258888888889 - N59.236221944444, W2.5667780555556 - N59.236221944444, W2.5667780555556 - N59.220388888889, W2.5717219444444 - N59.220388888889, W2.5717219444444 - N59.243778055556, W2.5716669444444 - N59.243778055556, W2.5716669444444 - N59.22875, W2.6016669444444 - N59.22875, W2.6016669444444 - N59.237971944444, W2.6318330555556 - N59.237971944444, W2.6318330555556 - N59.191666944444, W2.6741111111111 - N59.191666944444, W2.6741111111111 - N59.203666944444, W2.6866938888889 - N59.203666944444, W2.6866938888889 - N59.184528055556, W2.6951938888889 - N59.184528055556, W2.6951938888889 - N59.197443888889, W2.7040830555556 -line54 = - N59.330388888889, W3 - N59.330583055556, W2.9996669444444 - N59.330583055556, W2.9996669444444 - N59.359528055556, W2.9533061111111 - N59.359528055556, W2.9533061111111 - N59.326693888889, W2.9576111111111 - N59.326693888889, W2.9576111111111 - N59.317471944444, W2.9891669444444 - N59.317471944444, W2.9891669444444 - N59.304611111111, W2.9066669444444 - N59.304611111111, W2.9066669444444 - N59.268361111111, W2.8824719444444 - N59.268361111111, W2.8824719444444 - N59.2675, W2.8543061111111 - N59.2675, W2.8543061111111 - N59.246666944444, W2.8376938888889 - N59.246666944444, W2.8376938888889 - N59.250388888889, W2.8600561111111 - N59.250388888889, W2.8600561111111 - N59.227888888889, W2.8817219444444 - N59.227888888889, W2.8817219444444 - N59.255833055556, W2.8775 - N59.255833055556, W2.8775 - N59.284556111111, W2.93 - N59.284556111111, W2.93 - N59.287056111111, W2.9651388888889 - N59.287056111111, W2.9651388888889 - N59.272528055556, W2.9490830555556 - N59.272528055556, W2.9490830555556 - N59.258721944444, W2.9818611111111 - N59.258721944444, W2.9818611111111 - N59.277471944444, W3.0258888888889 - N59.277471944444, W3.0258888888889 - N59.304166944444, W3.02425 - N59.304166944444, W3.02425 - N59.331693888889, W3.0708061111111 - N59.331693888889, W3.0708061111111 - N59.330388888889, W3 -line55 = - N59.178693888889, W3 - N59.178666944444, W2.9997780555556 - N59.178666944444, W2.9997780555556 - N59.180028055556, W2.9525561111111 - N59.180028055556, W2.9525561111111 - N59.161556111111, W2.9792219444444 - N59.161556111111, W2.9792219444444 - N59.135833055556, W2.9658330555556 - N59.135833055556, W2.9658330555556 - N59.127056111111, W2.9983330555556 - N59.127056111111, W2.9983330555556 - N59.126221944444, W3.0450830555556 - N59.126221944444, W3.0450830555556 - N59.160806111111, W3.1158611111111 - N59.160806111111, W3.1158611111111 - N59.199611111111, W3.08175 - N59.199611111111, W3.08175 - N59.178693888889, W3 -line56 = - N60.611666944444, W0.94925 - N60.614111111111, W0.94922194444444 - N60.614111111111, W0.94922194444444 - N60.632083055556, W0.93508305555556 - N60.632083055556, W0.93508305555556 - N60.622056111111, W0.89172194444444 - N60.622056111111, W0.89172194444444 - N60.636193888889, W0.86338888888889 - N60.636193888889, W0.86338888888889 - N60.629943888889, W0.82583305555556 - N60.629943888889, W0.82583305555556 - N60.600416944444, W0.80833305555556 - N60.600416944444, W0.80833305555556 - N60.61875, W0.77169388888889 - N60.61875, W0.77169388888889 - N60.600833055556, W0.76422194444444 - N60.600833055556, W0.76422194444444 - N60.568693888889, W0.79833305555556 - N60.568693888889, W0.79833305555556 - N60.592916944444, W0.89163888888889 - N60.592916944444, W0.89163888888889 - N60.569193888889, W0.85916694444444 - N60.569193888889, W0.85916694444444 - N60.562028055556, W0.89008305555556 - N60.562028055556, W0.89008305555556 - N60.611666944444, W0.94925 -line57 = - N56.035833055556, W6.2808888888889 - N56.0375, W6.2808888888889 - N56.0375, W6.2808888888889 - N56.055, W6.2492219444444 - N56.055, W6.2492219444444 - N56.085833055556, W6.2475561111111 - N56.085833055556, W6.2475561111111 - N56.107916944444, W6.20675 - N56.107916944444, W6.20675 - N56.104138888889, W6.1808611111111 - N56.104138888889, W6.1808611111111 - N56.132916944444, W6.1483061111111 - N56.132916944444, W6.1483061111111 - N56.119971944444, W6.13425 - N56.119971944444, W6.13425 - N56.060806111111, W6.1975 - N56.060806111111, W6.1975 - N56.041693888889, W6.1858330555556 - N56.041693888889, W6.1858330555556 - N56.02875, W6.2133888888889 - N56.02875, W6.2133888888889 - N56.034556111111, W6.2566938888889 - N56.034556111111, W6.2566938888889 - N56.04375, W6.2466669444444 - N56.04375, W6.2466669444444 - N56.035833055556, W6.2808888888889 -line58 = - N53.305806111111, W4.7042219444444 - N53.308306111111, W4.7042219444444 - N53.308306111111, W4.7042219444444 - N53.32375, W4.6833888888889 - N53.32375, W4.6833888888889 - N53.319583055556, W4.6249719444444 - N53.319583055556, W4.6249719444444 - N53.301666944444, W4.5875 - N53.301666944444, W4.5875 - N53.281611111111, W4.6091669444444 - N53.281611111111, W4.6091669444444 - N53.245833055556, W4.5558330555556 - N53.245833055556, W4.5558330555556 - N53.243721944444, W4.6117219444444 - N53.243721944444, W4.6117219444444 - N53.278306111111, W4.6208330555556 - N53.278306111111, W4.6208330555556 - N53.282083055556, W4.6866938888889 - N53.282083055556, W4.6866938888889 - N53.298278055556, W4.67925 - N53.298278055556, W4.67925 - N53.305806111111, W4.7042219444444 -line59 = - N59.078221944444, W2.6923611111111 - N59.081638888889, W2.6925561111111 - N59.081638888889, W2.6925561111111 - N59.109193888889, W2.6709169444444 - N59.109193888889, W2.6709169444444 - N59.11825, W2.6225830555556 - N59.11825, W2.6225830555556 - N59.15375, W2.6750280555556 - N59.15375, W2.6750280555556 - N59.162111111111, W2.6299719444444 - N59.162111111111, W2.6299719444444 - N59.14375, W2.6250830555556 - N59.14375, W2.6250830555556 - N59.142556111111, W2.5741388888889 - N59.142556111111, W2.5741388888889 - N59.136666944444, W2.6041938888889 - N59.136666944444, W2.6041938888889 - N59.114556111111, W2.5916938888889 - N59.114556111111, W2.5916938888889 - N59.123333055556, W2.5393330555556 - N59.123333055556, W2.5393330555556 - N59.075416944444, W2.5366388888889 - N59.075416944444, W2.5366388888889 - N59.083778055556, W2.5649169444444 - N59.083778055556, W2.5649169444444 - N59.070388888889, W2.6049438888889 - N59.070388888889, W2.6049438888889 - N59.107083055556, W2.6333611111111 - N59.107083055556, W2.6333611111111 - N59.075388888889, W2.6533061111111 - N59.075388888889, W2.6533061111111 - N59.078221944444, W2.6923611111111 -line60 = - N53.1375, W9.8325561111111 - N53.139943888889, W9.8325561111111 - N53.139943888889, W9.8325561111111 - N53.150388888889, W9.785 - N53.150388888889, W9.785 - N53.129583055556, W9.7533888888889 - N53.129583055556, W9.7533888888889 - N53.139583055556, W9.7049719444444 - N53.139583055556, W9.7049719444444 - N53.128721944444, W9.6566669444444 - N53.128721944444, W9.6566669444444 - N53.111638888889, W9.6774719444444 - N53.111638888889, W9.6774719444444 - N53.097861111111, W9.6500280555556 - N53.097861111111, W9.6500280555556 - N53.10875, W9.6333330555556 - N53.10875, W9.6333330555556 - N53.089943888889, W9.6391938888889 - N53.089943888889, W9.6391938888889 - N53.1375, W9.8325561111111 -line61 = - N56.888333055556, W6.2092219444444 - N56.890833055556, W6.20925 - N56.890833055556, W6.20925 - N56.906638888889, W6.2092219444444 - N56.906638888889, W6.2092219444444 - N56.916611111111, W6.1575561111111 - N56.916611111111, W6.1575561111111 - N56.935833055556, W6.1642219444444 - N56.935833055556, W6.1642219444444 - N56.943693888889, W6.1366938888889 - N56.943693888889, W6.1366938888889 - N56.9275, W6.1142219444444 - N56.9275, W6.1142219444444 - N56.885028055556, W6.1191669444444 - N56.885028055556, W6.1191669444444 - N56.871221944444, W6.1617219444444 - N56.871221944444, W6.1617219444444 - N56.888333055556, W6.2092219444444 -line62 = - N59.030888888889, W2.9375 - N59.034083055556, W2.9375 - N59.034083055556, W2.9375 - N59.077056111111, W2.9050561111111 - N59.077056111111, W2.9050561111111 - N59.057056111111, W2.8585 - N59.057056111111, W2.8585 - N59.086638888889, W2.8008888888889 - N59.086638888889, W2.8008888888889 - N59.023693888889, W2.81175 - N59.023693888889, W2.81175 - N59.030888888889, W2.9375 -line63 = - N59.175806111111, W2.82925 - N59.191611111111, W2.8291669444444 - N59.191611111111, W2.8291669444444 - N59.189138888889, W2.7841669444444 - N59.189138888889, W2.7841669444444 - N59.236666944444, W2.7926669444444 - N59.236666944444, W2.7926669444444 - N59.250416944444, W2.7583888888889 - N59.250416944444, W2.7583888888889 - N59.220833055556, W2.7343611111111 - N59.220833055556, W2.7343611111111 - N59.191583055556, W2.7658061111111 - N59.191583055556, W2.7658061111111 - N59.144138888889, W2.7408330555556 - N59.144138888889, W2.7408330555556 - N59.137943888889, W2.7916938888889 - N59.137943888889, W2.7916938888889 - N59.175806111111, W2.82925 -line64 = - N60.173278055556, W1.1509169444444 - N60.174138888889, W1.1508611111111 - N60.174138888889, W1.1508611111111 - N60.186221944444, W1.1333611111111 - N60.186221944444, W1.1333611111111 - N60.172056111111, W1.0833330555556 - N60.172056111111, W1.0833330555556 - N60.192083055556, W1.0766669444444 - N60.192083055556, W1.0766669444444 - N60.161638888889, W1.0742219444444 - N60.161638888889, W1.0742219444444 - N60.170833055556, W1.0475830555556 - N60.170833055556, W1.0475830555556 - N60.102888888889, W1.0733061111111 - N60.102888888889, W1.0733061111111 - N60.120806111111, W1.1258611111111 - N60.120806111111, W1.1258611111111 - N60.149971944444, W1.1158611111111 - N60.149971944444, W1.1158611111111 - N60.173278055556, W1.1509169444444 -line65 = - N51.891778888889, W10.355573888889 - N51.8825, W10.434221944444 - N51.8825, W10.434221944444 - N51.910833055556, W10.414166944444 - N51.910833055556, W10.414166944444 - N51.920388888889, W10.363416944444 - N51.920388888889, W10.363416944444 - N51.935361111111, W10.356666944444 - N51.935361111111, W10.356666944444 - N51.925833055556, W10.290806111111 - N51.925833055556, W10.290806111111 - N51.891778888889, W10.355573888889 -line66 = - N57.287943888889, W6 - N57.288721944444, W6.0016938888889 - N57.288721944444, W6.0016938888889 - N57.304111111111, W6.0225 - N57.304111111111, W6.0225 - N57.325416944444, W6.0033611111111 - N57.325416944444, W6.0033611111111 - N57.300833055556, W5.9158611111111 - N57.300833055556, W5.9158611111111 - N57.274528055556, W5.9450830555556 - N57.274528055556, W5.9450830555556 - N57.287943888889, W6 -line67 = - N50.799971944444, W1.1158611111111 - N50.800806111111, W1.1141938888889 - N50.800806111111, W1.1141938888889 - N50.810833055556, W1.0925280555556 - N50.810833055556, W1.0925280555556 - N50.825388888889, W1.1016669444444 - N50.825388888889, W1.1016669444444 - N50.822971111111, W1.0444538888889 - N50.822971111111, W1.0444538888889 - N50.789166944444, W1.0491669444444 - N50.789166944444, W1.0491669444444 - N50.786638888889, W1.0308061111111 - N50.786638888889, W1.0308061111111 - N50.776221944444, W1.095 - N50.776221944444, W1.095 - N50.799971944444, W1.1158611111111 -line68 = - N56.461666944444, W5.6008611111111 - N56.463333055556, W5.6008611111111 - N56.463333055556, W5.6008611111111 - N56.498306111111, W5.5741669444444 - N56.498306111111, W5.5741669444444 - N56.513278055556, W5.5225280555556 - N56.513278055556, W5.5225280555556 - N56.5575, W5.4725561111111 - N56.5575, W5.4725561111111 - N56.560806111111, W5.4291669444444 - N56.560806111111, W5.4291669444444 - N56.498306111111, W5.5041938888889 - N56.498306111111, W5.5041938888889 - N56.461666944444, W5.6008611111111 -line69 = - N53.260806111111, W9.7258061111111 - N53.261666944444, W9.7241938888889 - N53.261666944444, W9.7241938888889 - N53.282888888889, W9.6583611111111 - N53.282888888889, W9.6583611111111 - N53.2275, W9.64925 - N53.2275, W9.64925 - N53.224583055556, W9.7050280555556 - N53.224583055556, W9.7050280555556 - N53.260806111111, W9.7258061111111 -line70 = - N60.37, W1.0008888888889 - N60.369638888889, W1 - N60.369638888889, W1 - N60.384583055556, W0.96172194444444 - N60.384583055556, W0.96172194444444 - N60.3825, W0.90088888888889 - N60.3825, W0.90088888888889 - N60.327083055556, W1.0066388888889 - N60.327083055556, W1.0066388888889 - N60.340806111111, W1.0408888888889 - N60.340806111111, W1.0408888888889 - N60.37, W1.0008888888889 -line71 = - N51.616666944444, W9.9259169444444 - N51.618333055556, W9.9258330555556 - N51.618333055556, W9.9258330555556 - N51.63875, W9.9050561111111 - N51.63875, W9.9050561111111 - N51.643721944444, W9.8383611111111 - N51.643721944444, W9.8383611111111 - N51.632888888889, W9.8283330555556 - N51.632888888889, W9.8283330555556 - N51.645778055556, W9.7858061111111 - N51.645778055556, W9.7858061111111 - N51.617916944444, W9.8383330555556 - N51.617916944444, W9.8383330555556 - N51.616666944444, W9.9259169444444 -line72 = - N54.996193888889, W8.5567219444444 - N55, W8.5492219444444 - N55, W8.5492219444444 - N55.014166944444, W8.56425 - N55.014166944444, W8.56425 - N55.022083055556, W8.5417219444444 - N55.022083055556, W8.5417219444444 - N55.001638888889, W8.4958888888889 - N55.001638888889, W8.4958888888889 - N54.972471944444, W8.4909169444444 - N54.972471944444, W8.4909169444444 - N54.972833055556, W8.5700561111111 - N54.972833055556, W8.5700561111111 - N54.996193888889, W8.5567219444444 -line73 = - N56.475861111111, W6.2708330555556 - N56.478306111111, W6.2708611111111 - N56.478306111111, W6.2708611111111 - N56.500416944444, W6.2233330555556 - N56.500416944444, W6.2233330555556 - N56.470833055556, W6.14425 - N56.470833055556, W6.14425 - N56.458693888889, W6.2083611111111 - N56.458693888889, W6.2083611111111 - N56.470416944444, W6.2117219444444 - N56.470416944444, W6.2117219444444 - N56.463721944444, W6.2466388888889 - N56.463721944444, W6.2466388888889 - N56.475861111111, W6.2708330555556 -line74 = - N50.782056111111, W1.0066669444444 - N50.782888888889, W1.0083611111111 - N50.782888888889, W1.0083611111111 - N50.792471944444, W1.0275 - N50.792471944444, W1.0275 - N50.795806111111, W0.9975 - N50.795806111111, W0.9975 - N50.828333055556, W0.98580611111111 - N50.828333055556, W0.98580611111111 - N50.829583055556, W0.95672194444444 - N50.829583055556, W0.95672194444444 - N50.804971944444, W0.9725 - N50.804971944444, W0.9725 - N50.776638888889, W0.9375 - N50.776638888889, W0.9375 - N50.782056111111, W1.0066669444444 -line75 = - N53.81375, W10 - N53.814166944444, W9.9992219444444 - N53.814166944444, W9.9992219444444 - N53.827888888889, W9.9833330555556 - N53.827888888889, W9.9833330555556 - N53.806666944444, W9.9458061111111 - N53.806666944444, W9.9458061111111 - N53.790388888889, W9.9883330555556 - N53.790388888889, W9.9883330555556 - N53.79, W10.054221944444 - N53.79, W10.054221944444 - N53.804556111111, W10.048306111111 - N53.804556111111, W10.048306111111 - N53.81375, W10 -line76 = - N48.449971944444, W5.1413061111111 - N48.450833055556, W5.14125 - N48.450833055556, W5.14125 - N48.483721944444, W5.0725 - N48.483721944444, W5.0725 - N48.464166944444, W5.0354438888889 - N48.464166944444, W5.0354438888889 - N48.43625, W5.1075 - N48.43625, W5.1075 - N48.456221944444, W5.1 - N48.456221944444, W5.1 - N48.449971944444, W5.1413061111111 -line77 = - N55.292471944444, W6.2859169444444 - N55.295, W6.2858611111111 - N55.295, W6.2858611111111 - N55.312083055556, W6.2416388888889 - N55.312083055556, W6.2416388888889 - N55.299138888889, W6.1675 - N55.299138888889, W6.1675 - N55.257083055556, W6.19 - N55.257083055556, W6.19 - N55.292056111111, W6.1967219444444 - N55.292056111111, W6.1967219444444 - N55.292471944444, W6.2859169444444 -line78 = - N56.166638888889, W5.7541669444444 - N56.171611111111, W5.7541938888889 - N56.171611111111, W5.7541938888889 - N56.19125, W5.7283888888889 - N56.19125, W5.7283888888889 - N56.191666944444, W5.6758061111111 - N56.191666944444, W5.6758061111111 - N56.167056111111, W5.6733611111111 - N56.167056111111, W5.6733611111111 - N56.166638888889, W5.7541669444444 -line79 = - N55.669971944444, W5.7775830555556 - N55.676666944444, W5.7775561111111 - N55.676666944444, W5.7775561111111 - N55.727888888889, W5.7200830555556 - N55.727888888889, W5.7200830555556 - N55.660833055556, W5.7325 - N55.660833055556, W5.7325 - N55.644583055556, W5.7666938888889 - N55.644583055556, W5.7666938888889 - N55.669971944444, W5.7775830555556 -line80 = - N54.129971944444, W3.2758330555556 - N54.143333055556, W3.2758330555556 - N54.143333055556, W3.2758330555556 - N54.15, W3.2508888888889 - N54.15, W3.2508888888889 - N54.093333055556, W3.2475561111111 - N54.093333055556, W3.2475561111111 - N54.050833055556, W3.2041388888889 - N54.050833055556, W3.2041388888889 - N54.044556111111, W3.1716938888889 - N54.044556111111, W3.1716938888889 - N54.047528055556, W3.2125561111111 - N54.047528055556, W3.2125561111111 - N54.129971944444, W3.2758330555556 -line81 = - N57.887056111111, W7 - N57.885833055556, W7.0025 - N57.885833055556, W7.0025 - N57.894583055556, W7.0450830555556 - N57.894583055556, W7.0450830555556 - N57.875416944444, W7.0750280555556 - N57.875416944444, W7.0750280555556 - N57.892471944444, W7.0858888888889 - N57.892471944444, W7.0858888888889 - N57.922888888889, W7.0050561111111 - N57.922888888889, W7.0050561111111 - N57.887056111111, W7 -line82 = - N56.217471944444, W5.6675561111111 - N56.220833055556, W5.6675830555556 - N56.220833055556, W5.6675830555556 - N56.270361111111, W5.6384169444444 - N56.270361111111, W5.6384169444444 - N56.248278055556, W5.6191669444444 - N56.248278055556, W5.6191669444444 - N56.18875, W5.6334169444444 - N56.18875, W5.6334169444444 - N56.217471944444, W5.6675561111111 -line83 = - N56.295778055556, W5.6558611111111 - N56.298306111111, W5.6558330555556 - N56.298306111111, W5.6558330555556 - N56.324111111111, W5.5825561111111 - N56.324111111111, W5.5825561111111 - N56.264583055556, W5.6233611111111 - N56.264583055556, W5.6233611111111 - N56.295778055556, W5.6558611111111 -line84 = - N60.047471944444, W1.3774719444444 - N60.051638888889, W1.3775 - N60.051638888889, W1.3775 - N60.061743888889, W1.3465030555556 - N60.061743888889, W1.3465030555556 - N60.079971944444, W1.3575 - N60.079971944444, W1.3575 - N60.099971944444, W1.3292219444444 - N60.099971944444, W1.3292219444444 - N60.108306111111, W1.3525561111111 - N60.108306111111, W1.3525561111111 - N60.119556111111, W1.3166669444444 - N60.119556111111, W1.3166669444444 - N60.084971944444, W1.3274719444444 - N60.084971944444, W1.3274719444444 - N60.092471944444, W1.2959169444444 - N60.092471944444, W1.2959169444444 - N60.043306111111, W1.3308330555556 - N60.043306111111, W1.3308330555556 - N60.082056111111, W1.3333330555556 - N60.082056111111, W1.3333330555556 - N60.05, W1.3508888888889 - N60.05, W1.3508888888889 - N60.047471944444, W1.3774719444444 -line85 = - N60.135, W2.1175 - N60.135833055556, W2.1174719444444 - N60.135833055556, W2.1174719444444 - N60.157888888889, W2.0884169444444 - N60.157888888889, W2.0884169444444 - N60.1575, W2.0508888888889 - N60.1575, W2.0508888888889 - N60.111221944444, W2.0616938888889 - N60.111221944444, W2.0616938888889 - N60.135, W2.1175 -line86 = - N56.380806111111, W5.5925561111111 - N56.381666944444, W5.5925 - N56.381666944444, W5.5925 - N56.408721944444, W5.5650280555556 - N56.408721944444, W5.5650280555556 - N56.424971944444, W5.4958611111111 - N56.424971944444, W5.4958611111111 - N56.37125, W5.555 - N56.37125, W5.555 - N56.380806111111, W5.5925561111111 -line87 = - N55.746666944444, W4.9541669444444 - N55.7525, W4.9541388888889 - N55.7525, W4.9541388888889 - N55.787471944444, W4.9291669444444 - N55.787471944444, W4.9291669444444 - N55.792083055556, W4.9017219444444 - N55.792083055556, W4.9017219444444 - N55.752471944444, W4.9009169444444 - N55.752471944444, W4.9009169444444 - N55.746666944444, W4.9541669444444 -line88 = - N57.706666944444, W7.2275561111111 - N57.7075, W7.2258061111111 - N57.7075, W7.2258061111111 - N57.737028055556, W7.1966388888889 - N57.737028055556, W7.1966388888889 - N57.7325, W7.1424719444444 - N57.7325, W7.1424719444444 - N57.702888888889, W7.1783888888889 - N57.702888888889, W7.1783888888889 - N57.706666944444, W7.2275561111111 -line89 = - N57.049971944444, W6.6091938888889 - N57.0525, W6.6091669444444 - N57.0525, W6.6091669444444 - N57.06875, W6.5549719444444 - N57.06875, W6.5549719444444 - N57.064971944444, W6.4858611111111 - N57.064971944444, W6.4858611111111 - N57.042943888889, W6.5867219444444 - N57.042943888889, W6.5867219444444 - N57.049971944444, W6.6091938888889 -line90 = - N57.538333055556, W5.9975280555556 - N57.546666944444, W5.9974719444444 - N57.546666944444, W5.9974719444444 - N57.550806111111, W5.97425 - N57.550806111111, W5.97425 - N57.571611111111, W5.9875280555556 - N57.571611111111, W5.9875280555556 - N57.584556111111, W5.9666938888889 - N57.584556111111, W5.9666938888889 - N57.566666944444, W5.9508061111111 - N57.566666944444, W5.9508061111111 - N57.515388888889, W5.9733888888889 - N57.515388888889, W5.9733888888889 - N57.538333055556, W5.9975280555556 -line91 = - N57.145806111111, W6.2559169444444 - N57.149971944444, W6.2559169444444 - N57.149971944444, W6.2559169444444 - N57.167056111111, W6.2049719444444 - N57.167056111111, W6.2049719444444 - N57.158333055556, W6.1774719444444 - N57.158333055556, W6.1774719444444 - N57.129583055556, W6.2183888888889 - N57.129583055556, W6.2183888888889 - N57.145806111111, W6.2559169444444 -line92 = - N56.933333055556, W7.5759169444444 - N56.934138888889, W7.5758888888889 - N56.934138888889, W7.5758888888889 - N56.948693888889, W7.56175 - N56.948693888889, W7.56175 - N56.929138888889, W7.48925 - N56.929138888889, W7.48925 - N56.930388888889, W7.5233330555556 - N56.930388888889, W7.5233330555556 - N56.920806111111, W7.5341388888889 - N56.920806111111, W7.5341388888889 - N56.916638888889, W7.5041388888889 - N56.916638888889, W7.5041388888889 - N56.907083055556, W7.55 - N56.907083055556, W7.55 - N56.919971944444, W7.5642219444444 - N56.919971944444, W7.5642219444444 - N56.926638888889, W7.5442219444444 - N56.926638888889, W7.5442219444444 - N56.933333055556, W7.5759169444444 -line93 = - N58.029166944444, W7.1708888888889 - N58.029971944444, W7.1708330555556 - N58.029971944444, W7.1708330555556 - N58.039583055556, W7.13 - N58.039583055556, W7.13 - N58.006638888889, W7.1008888888889 - N58.006638888889, W7.1008888888889 - N58.010388888889, W7.1533611111111 - N58.010388888889, W7.1533611111111 - N58.029166944444, W7.1708888888889 -line94 = - N58.826638888889, W3.1491669444444 - N58.831666944444, W3.1491938888889 - N58.831666944444, W3.1491938888889 - N58.848333055556, W3.0641938888889 - N58.848333055556, W3.0641938888889 - N58.838333055556, W3.1109169444444 - N58.838333055556, W3.1109169444444 - N58.833333055556, W3.0775830555556 - N58.833333055556, W3.0775830555556 - N58.814556111111, W3.0817219444444 - N58.814556111111, W3.0817219444444 - N58.826638888889, W3.1491669444444 -line95 = - N53.622471944444, W10.260888888889 - N53.625, W10.260861111111 - N53.625, W10.260861111111 - N53.63625, W10.198388888889 - N53.63625, W10.198388888889 - N53.616638888889, W10.177583055556 - N53.616638888889, W10.177583055556 - N53.606221944444, W10.198306111111 - N53.606221944444, W10.198306111111 - N53.622471944444, W10.260888888889 -line96 = - N57.544193888889, W7.4075561111111 - N57.549138888889, W7.4075561111111 - N57.549138888889, W7.4075561111111 - N57.536666944444, W7.3458611111111 - N57.536666944444, W7.3458611111111 - N57.497888888889, W7.355 - N57.497888888889, W7.355 - N57.544193888889, W7.4075561111111 -line97 = - N59.344111111111, W2.91425 - N59.348333055556, W2.91425 - N59.348333055556, W2.91425 - N59.385443888889, W2.8783888888889 - N59.385443888889, W2.8783888888889 - N59.325388888889, W2.8850830555556 - N59.325388888889, W2.8850830555556 - N59.324166944444, W2.9109719444444 - N59.324166944444, W2.9109719444444 - N59.344111111111, W2.91425 -line98 = - N51.747416944444, E4.2641388888889 - N51.752443888889, E4.2640830555556 - N51.752443888889, E4.2640830555556 - N51.732443888889, E4.3574169444444 - N51.732443888889, E4.3574169444444 - N51.726193888889, E4.31825 - N51.726193888889, E4.31825 - N51.747416944444, E4.2641388888889 -line99 = - N60.3375, W1.7375561111111 - N60.34, W1.7375561111111 - N60.34, W1.7375561111111 - N60.34625, W1.6983061111111 - N60.34625, W1.6983061111111 - N60.333693888889, W1.68675 - N60.333693888889, W1.68675 - N60.345388888889, W1.6700561111111 - N60.345388888889, W1.6700561111111 - N60.328278055556, W1.6575280555556 - N60.328278055556, W1.6575280555556 - N60.317916944444, W1.72175 - N60.317916944444, W1.72175 - N60.3375, W1.7375561111111 -line100 = - N59.524971944444, W1.6625561111111 - N59.525806111111, W1.6625280555556 - N59.525806111111, W1.6625280555556 - N59.553306111111, W1.6408888888889 - N59.553306111111, W1.6408888888889 - N59.554556111111, W1.6066938888889 - N59.554556111111, W1.6066938888889 - N59.514971944444, W1.6241388888889 - N59.514971944444, W1.6241388888889 - N59.512916944444, W1.6551111111111 - N59.512916944444, W1.6551111111111 - N59.524971944444, W1.6625561111111 -line101 = - N53.068278055556, W9.6208888888889 - N53.074971944444, W9.6208888888889 - N53.074971944444, W9.6208888888889 - N53.097861111111, W9.5966388888889 - N53.097861111111, W9.5966388888889 - N53.096638888889, W9.5691388888889 - N53.096638888889, W9.5691388888889 - N53.071638888889, W9.5792219444444 - N53.071638888889, W9.5792219444444 - N53.068278055556, W9.6208888888889 -line102 = - N53.294971944444, W9.7125830555556 - N53.298278055556, W9.7125280555556 - N53.298278055556, W9.7125280555556 - N53.307861111111, W9.6833330555556 - N53.307861111111, W9.6833330555556 - N53.296666944444, W9.6341938888889 - N53.296666944444, W9.6341938888889 - N53.278693888889, W9.6917219444444 - N53.278693888889, W9.6917219444444 - N53.294971944444, W9.7125830555556 -line103 = - N49.706666944444, W2.2353888888889 - N49.707528055556, W2.2353611111111 - N49.707528055556, W2.2353611111111 - N49.722083055556, W2.2198888888889 - N49.722083055556, W2.2198888888889 - N49.722916944444, W2.2057780555556 - N49.722916944444, W2.2057780555556 - N49.726278055556, W2.2041388888889 - N49.726278055556, W2.2041388888889 - N49.722916944444, W2.1908061111111 - N49.722916944444, W2.1908061111111 - N49.727943888889, W2.18825 - N49.727943888889, W2.18825 - N49.732888888889, W2.1782219444444 - N49.732888888889, W2.1782219444444 - N49.729611111111, W2.17325 - N49.729611111111, W2.17325 - N49.731278055556, W2.1674169444444 - N49.731278055556, W2.1674169444444 - N49.729166944444, W2.1595 - N49.729166944444, W2.1595 - N49.721278055556, W2.1675 - N49.721278055556, W2.1675 - N49.721278055556, W2.1740830555556 - N49.721278055556, W2.1740830555556 - N49.714611111111, W2.1765830555556 - N49.714611111111, W2.1765830555556 - N49.707111111111, W2.1932780555556 - N49.707111111111, W2.1932780555556 - N49.702083055556, W2.2157219444444 - N49.702083055556, W2.2157219444444 - N49.702916944444, W2.2324438888889 - N49.702916944444, W2.2324438888889 - N49.706666944444, W2.2353888888889 -line104 = - N49.732528055556, W2.1844719444444 - N49.732916944444, W2.1841111111111 - N49.732916944444, W2.1841111111111 - N49.7325, W2.1811388888889 - N49.7325, W2.1811388888889 - N49.732528055556, W2.1844719444444 -line105 = - N56.314166944444, W6.4508888888889 - N56.315416944444, W6.4483611111111 - N56.315416944444, W6.4483611111111 - N56.321638888889, W6.4258611111111 - N56.321638888889, W6.4258611111111 - N56.335806111111, W6.43425 - N56.335806111111, W6.43425 - N56.3475, W6.3825830555556 - N56.3475, W6.3825830555556 - N56.305388888889, W6.4216938888889 - N56.305388888889, W6.4216938888889 - N56.314166944444, W6.4508888888889 -line106 = - N59.356611111111, W2.4508611111111 - N59.359193888889, W2.4508061111111 - N59.359193888889, W2.4508061111111 - N59.386193888889, W2.4333888888889 - N59.386193888889, W2.4333888888889 - N59.389138888889, W2.37575 - N59.389138888889, W2.37575 - N59.375833055556, W2.4091938888889 - N59.375833055556, W2.4091938888889 - N59.353721944444, W2.4000830555556 - N59.353721944444, W2.4000830555556 - N59.356611111111, W2.4508611111111 -line107 = - N57.078333055556, W7.3142219444444 - N57.082443888889, W7.3142219444444 - N57.082443888889, W7.3142219444444 - N57.090861111111, W7.2691938888889 - N57.090861111111, W7.2691938888889 - N57.067471944444, W7.2991938888889 - N57.067471944444, W7.2991938888889 - N57.05375, W7.2883061111111 - N57.05375, W7.2883061111111 - N57.078333055556, W7.3142219444444 -line108 = - N57.771638888889, W7.2641938888889 - N57.773361111111, W7.2642219444444 - N57.773361111111, W7.2642219444444 - N57.785416944444, W7.2367219444444 - N57.785416944444, W7.2367219444444 - N57.774138888889, W7.1975561111111 - N57.774138888889, W7.1975561111111 - N57.758721944444, W7.2333330555556 - N57.758721944444, W7.2333330555556 - N57.771638888889, W7.2641938888889 -line109 = - N57.874971944444, W6.7141388888889 - N57.875778055556, W6.7141938888889 - N57.875778055556, W6.7141938888889 - N57.874556111111, W6.6600830555556 - N57.874556111111, W6.6600830555556 - N57.858306111111, W6.6425280555556 - N57.858306111111, W6.6425280555556 - N57.850443888889, W6.67 - N57.850443888889, W6.67 - N57.874971944444, W6.7141388888889 -line110 = - N57.498306111111, W7.2758330555556 - N57.499583055556, W7.2734169444444 - N57.499583055556, W7.2734169444444 - N57.500388888889, W7.2166938888889 - N57.500388888889, W7.2166938888889 - N57.475861111111, W7.2008330555556 - N57.475861111111, W7.2008330555556 - N57.479556111111, W7.2483061111111 - N57.479556111111, W7.2483061111111 - N57.498306111111, W7.2758330555556 -line111 = - N51.426638888889, W9.5325 - N51.4275, W9.5325280555556 - N51.4275, W9.5325280555556 - N51.450861111111, W9.4658061111111 - N51.450861111111, W9.4658061111111 - N51.425361111111, W9.4966938888889 - N51.425361111111, W9.4966938888889 - N51.426638888889, W9.5325 -line112 = - N57.822471944444, W8.6192219444444 - N57.828306111111, W8.6191669444444 - N57.828306111111, W8.6191669444444 - N57.82625, W8.5666938888889 - N57.82625, W8.5666938888889 - N57.811666944444, W8.5525561111111 - N57.811666944444, W8.5525561111111 - N57.79875, W8.5800561111111 - N57.79875, W8.5800561111111 - N57.822471944444, W8.6192219444444 -line113 = - N56.793333055556, W5.8908611111111 - N56.794111111111, W5.8908061111111 - N56.794111111111, W5.8908061111111 - N56.808693888889, W5.8699719444444 - N56.808693888889, W5.8699719444444 - N56.791666944444, W5.8108611111111 - N56.791666944444, W5.8108611111111 - N56.793333055556, W5.8908611111111 -line114 = - N51.581638888889, W10.244166944444 - N51.582916944444, W10.24175 - N51.582916944444, W10.24175 - N51.604583055556, W10.20675 - N51.604583055556, W10.20675 - N51.605833055556, W10.160833055556 - N51.605833055556, W10.160833055556 - N51.581638888889, W10.244166944444 -line115 = - N56.799138888889, W7.6691669444444 - N56.800806111111, W7.6692219444444 - N56.800806111111, W7.6692219444444 - N56.820861111111, W7.6609169444444 - N56.820861111111, W7.6609169444444 - N56.829556111111, W7.6266669444444 - N56.829556111111, W7.6266669444444 - N56.8025, W7.6242219444444 - N56.8025, W7.6242219444444 - N56.799138888889, W7.6691669444444 -line116 = - N59.150833055556, W2.9458330555556 - N59.156638888889, W2.9458061111111 - N59.156638888889, W2.9458061111111 - N59.170388888889, W2.9333611111111 - N59.170388888889, W2.9333611111111 - N59.162388888889, W2.9091669444444 - N59.162388888889, W2.9091669444444 - N59.125443888889, W2.9215830555556 - N59.125443888889, W2.9215830555556 - N59.150833055556, W2.9458330555556 -line117 = - N49.914943888889, W6.3162780555556 - N49.915806111111, W6.3162219444444 - N49.915806111111, W6.3162219444444 - N49.937083055556, W6.3025830555556 - N49.937083055556, W6.3025830555556 - N49.921666944444, W6.2779438888889 - N49.921666944444, W6.2779438888889 - N49.902083055556, W6.3058611111111 - N49.902083055556, W6.3058611111111 - N49.914943888889, W6.3162780555556 -line118 = - N53.697471944444, W10.140861111111 - N53.698306111111, W10.139166944444 - N53.698306111111, W10.139166944444 - N53.712083055556, W10.125 - N53.712083055556, W10.125 - N53.709943888889, W10.082556111111 - N53.709943888889, W10.082556111111 - N53.695388888889, W10.096666944444 - N53.695388888889, W10.096666944444 - N53.697471944444, W10.140861111111 -line119 = - N57.49, W7.2075561111111 - N57.490833055556, W7.2075561111111 - N57.490833055556, W7.2075561111111 - N57.502916944444, W7.1700561111111 - N57.502916944444, W7.1700561111111 - N57.482471944444, W7.1575 - N57.482471944444, W7.1575 - N57.469583055556, W7.1817780555556 - N57.469583055556, W7.1817780555556 - N57.49, W7.2075561111111 -line120 = - N49.414193888889, W2.3828888888889 - N49.415861111111, W2.3828611111111 - N49.415861111111, W2.3828611111111 - N49.449583055556, W2.3658061111111 - N49.449583055556, W2.3658061111111 - N49.430028055556, W2.3428611111111 - N49.430028055556, W2.3428611111111 - N49.414193888889, W2.3828888888889 -line121 = - N51.456638888889, W9.4441938888889 - N51.4575, W9.4425561111111 - N51.4575, W9.4425561111111 - N51.488778055556, W9.4033611111111 - N51.488778055556, W9.4033611111111 - N51.47, W9.3975280555556 - N51.47, W9.3975280555556 - N51.456638888889, W9.4441938888889 -line122 = - N53.048333055556, W9.5592219444444 - N53.049138888889, W9.5575280555556 - N53.049138888889, W9.5575280555556 - N53.067056111111, W9.535 - N53.067056111111, W9.535 - N53.06, W9.5058330555556 - N53.06, W9.5058330555556 - N53.043721944444, W9.5283611111111 - N53.043721944444, W9.5283611111111 - N53.048333055556, W9.5592219444444 -line123 = - N56.02, W6.27925 - N56.020833055556, W6.2791938888889 - N56.020833055556, W6.2791938888889 - N56.019138888889, W6.2058330555556 - N56.019138888889, W6.2058330555556 - N56.000416944444, W6.2583061111111 - N56.000416944444, W6.2583061111111 - N56.02, W6.27925 -line124 = - N55.685, W1.8575561111111 - N55.686666944444, W1.8575 - N55.686666944444, W1.8575 - N55.687056111111, W1.7800280555556 - N55.687056111111, W1.7800280555556 - N55.666666944444, W1.7775280555556 - N55.666666944444, W1.7775280555556 - N55.685, W1.8575561111111 -line125 = - N56.834138888889, W6.2809169444444 - N56.835028055556, W6.2791938888889 - N56.835028055556, W6.2791938888889 - N56.845416944444, W6.2666669444444 - N56.845416944444, W6.2666669444444 - N56.838306111111, W6.2158611111111 - N56.838306111111, W6.2158611111111 - N56.824583055556, W6.2350830555556 - N56.824583055556, W6.2350830555556 - N56.834138888889, W6.2809169444444 -line126 = - N52.069943888889, W10.582471944444 - N52.070806111111, W10.5825 - N52.070806111111, W10.5825 - N52.102471944444, W10.510861111111 - N52.102471944444, W10.510861111111 - N52.069943888889, W10.582471944444 -line127 = - N56.4825, W6.3108888888889 - N56.490028055556, W6.3108611111111 - N56.490028055556, W6.3108611111111 - N56.493333055556, W6.2558611111111 - N56.493333055556, W6.2558611111111 - N56.472056111111, W6.2801111111111 - N56.472056111111, W6.2801111111111 - N56.4825, W6.3108888888889 -line128 = - N56.2075, W5.6208888888889 - N56.211666944444, W5.6208611111111 - N56.211666944444, W5.6208611111111 - N56.227083055556, W5.5967219444444 - N56.227083055556, W5.5967219444444 - N56.204971944444, W5.5891669444444 - N56.204971944444, W5.5891669444444 - N56.195416944444, W5.6150561111111 - N56.195416944444, W5.6150561111111 - N56.2075, W5.6208888888889 -line129 = - N51.174166944444, W4.6824719444444 - N51.174971944444, W4.6808888888889 - N51.174971944444, W4.6808888888889 - N51.201221944444, W4.6750280555556 - N51.201221944444, W4.6750280555556 - N51.160806111111, W4.6541938888889 - N51.160806111111, W4.6541938888889 - N51.157056111111, W4.6716938888889 - N51.157056111111, W4.6716938888889 - N51.174166944444, W4.6824719444444 -line130 = - N56.897443888889, W7.5408888888889 - N56.897888888889, W7.5400280555556 - N56.897888888889, W7.5400280555556 - N56.897916944444, W7.4983330555556 - N56.897916944444, W7.4983330555556 - N56.880806111111, W7.4992219444444 - N56.880806111111, W7.4992219444444 - N56.897443888889, W7.5408888888889 -line131 = - N51.678361111111, W9.5408611111111 - N51.679138888889, W9.5408888888889 - N51.679138888889, W9.5408888888889 - N51.705833055556, W9.4808330555556 - N51.705833055556, W9.4808330555556 - N51.67875, W9.5 - N51.67875, W9.5 - N51.678361111111, W9.5408611111111 -line132 = - N57.391638888889, W7.2325561111111 - N57.3925, W7.2325 - N57.3925, W7.2325 - N57.410806111111, W7.1875280555556 - N57.410806111111, W7.1875280555556 - N57.385443888889, W7.2050830555556 - N57.385443888889, W7.2050830555556 - N57.391638888889, W7.2325561111111 -line133 = - N55.264166944444, W8.2558611111111 - N55.2725, W8.2558888888889 - N55.2725, W8.2558888888889 - N55.258333055556, W8.1925 - N55.258333055556, W8.1925 - N55.25125, W8.2167219444444 - N55.25125, W8.2167219444444 - N55.264166944444, W8.2558611111111 -line134 = - N58.938306111111, W3.31425 - N58.940806111111, W3.3141669444444 - N58.940806111111, W3.3141669444444 - N58.938721944444, W3.2734438888889 - N58.938721944444, W3.2734438888889 - N58.925806111111, W3.2658330555556 - N58.925806111111, W3.2658330555556 - N58.925361111111, W3.30675 - N58.925361111111, W3.30675 - N58.938306111111, W3.31425 -line135 = - N58.6675, W3.1409169444444 - N58.671666944444, W3.1408330555556 - N58.671666944444, W3.1408330555556 - N58.697916944444, W3.1183611111111 - N58.697916944444, W3.1183611111111 - N58.672471944444, W3.1059169444444 - N58.672471944444, W3.1059169444444 - N58.6675, W3.1409169444444 -line136 = - N51.499111111111, W9.3975 - N51.500833055556, W9.3975280555556 - N51.500833055556, W9.3975280555556 - N51.511638888889, W9.3591669444444 - N51.511638888889, W9.3591669444444 - N51.485416944444, W9.3833061111111 - N51.485416944444, W9.3833061111111 - N51.499111111111, W9.3975 -line137 = - N51.730361111111, E4 - N51.730778055556, E3.9990280555556 - N51.730778055556, E3.9990280555556 - N51.758666944444, E3.9831669444444 - N51.758666944444, E3.9831669444444 - N51.726583055556, E4.0157780555556 - N51.726583055556, E4.0157780555556 - N51.730361111111, E4 -line138 = - N51.770778055556, E3.904 - N51.772443888889, E3.9040280555556 - N51.772443888889, E3.9040280555556 - N51.790388888889, E3.9298888888889 - N51.790388888889, E3.9298888888889 - N51.773278055556, E3.9690280555556 - N51.773278055556, E3.9690280555556 - N51.770778055556, E3.904 -line139 = - N53.403541111111, W9.9122619444444 - N53.411353888889, W9.9097619444444 - N53.411353888889, W9.9097619444444 - N53.414971944444, W9.9025 - N53.414971944444, W9.9025 - N53.394166944444, W9.8908061111111 - N53.394166944444, W9.8908061111111 - N53.37375, W9.8983888888889 - N53.37375, W9.8983888888889 - N53.403541111111, W9.9122619444444 -line140 = - N60.409971944444, W0.80086111111111 - N60.410806111111, W0.80094388888889 - N60.410806111111, W0.80094388888889 - N60.435416944444, W0.76833305555556 - N60.435416944444, W0.76833305555556 - N60.426638888889, W0.72416694444444 - N60.426638888889, W0.72416694444444 - N60.409971944444, W0.80086111111111 -line141 = - N57.838333055556, W5.6425830555556 - N57.8425, W5.6425830555556 - N57.8425, W5.6425830555556 - N57.821638888889, W5.6025280555556 - N57.821638888889, W5.6025280555556 - N57.838333055556, W5.6425830555556 -line142 = - N60.148333055556, W1.04925 - N60.151638888889, W1.0491669444444 - N60.151638888889, W1.0491669444444 - N60.152888888889, W1.0067780555556 - N60.152888888889, W1.0067780555556 - N60.132471944444, W1.0075561111111 - N60.132471944444, W1.0075561111111 - N60.148333055556, W1.04925 -line143 = - N48.747193888889, W4.0046111111111 - N48.746193888889, W4 - N48.746193888889, W4 - N48.737888888889, W3.9916669444444 - N48.737888888889, W3.9916669444444 - N48.745916944444, W4.0450280555556 - N48.745916944444, W4.0450280555556 - N48.747193888889, W4.0046111111111 -line144 = - N58.376638888889, W5.2108611111111 - N58.378278055556, W5.2108611111111 - N58.378278055556, W5.2108611111111 - N58.39125, W5.1834169444444 - N58.39125, W5.1834169444444 - N58.384138888889, W5.1658061111111 - N58.384138888889, W5.1658061111111 - N58.376638888889, W5.2108611111111 -line145 = - N49.962443888889, W6.3546388888889 - N49.964943888889, W6.3545830555556 - N49.964943888889, W6.3545830555556 - N49.959556111111, W6.3284169444444 - N49.959556111111, W6.3284169444444 - N49.942888888889, W6.3241938888889 - N49.942888888889, W6.3241938888889 - N49.937861111111, W6.3366938888889 - N49.937861111111, W6.3366938888889 - N49.962443888889, W6.3546388888889 -line146 = - N57.660806111111, W7.4408611111111 - N57.663333055556, W7.4408611111111 - N57.663333055556, W7.4408611111111 - N57.669111111111, W7.3758888888889 - N57.669111111111, W7.3758888888889 - N57.652916944444, W7.3933330555556 - N57.652916944444, W7.3933330555556 - N57.660806111111, W7.4408611111111 -line147 = - N58.005806111111, W5.4224719444444 - N58.009971944444, W5.4225280555556 - N58.009971944444, W5.4225280555556 - N58.024583055556, W5.4100830555556 - N58.024583055556, W5.4100830555556 - N58.005833055556, W5.3824719444444 - N58.005833055556, W5.3824719444444 - N58.005806111111, W5.4224719444444 -line148 = - N60.099971944444, W1.3108330555556 - N60.101693888889, W1.3108611111111 - N60.101693888889, W1.3108611111111 - N60.132888888889, W1.2750561111111 - N60.132888888889, W1.2750561111111 - N60.099971944444, W1.3108330555556 -line149 = - N59.113693888889, W3 - N59.11375, W3.0016938888889 - N59.11375, W3.0016938888889 - N59.127556111111, W2.9575 - N59.127556111111, W2.9575 - N59.1145, W2.9581938888889 - N59.1145, W2.9581938888889 - N59.113693888889, W3 -line150 = - N51.733361111111, W5.3141938888889 - N51.739166944444, W5.3142219444444 - N51.739166944444, W5.3142219444444 - N51.735806111111, W5.2708330555556 - N51.735806111111, W5.2708330555556 - N51.733361111111, W5.3141938888889 -line151 = - N53.488666944444, W6 - N53.486666944444, W6.0025830555556 - N53.486666944444, W6.0025830555556 - N53.485778055556, W6.0358611111111 - N53.485778055556, W6.0358611111111 - N53.488666944444, W6 -line152 = - N60.200833055556, W1.6075 - N60.201638888889, W1.6074719444444 - N60.201638888889, W1.6074719444444 - N60.211193888889, W1.5850561111111 - N60.211193888889, W1.5850561111111 - N60.195833055556, W1.5625830555556 - N60.195833055556, W1.5625830555556 - N60.200833055556, W1.6075 -line153 = - N53.228278055556, W9.7608330555556 - N53.231638888889, W9.7608888888889 - N53.231638888889, W9.7608888888889 - N53.244971944444, W9.7208888888889 - N53.244971944444, W9.7208888888889 - N53.225416944444, W9.7250280555556 - N53.225416944444, W9.7250280555556 - N53.228278055556, W9.7608330555556 -line154 = - N55.026666944444, W8.4408611111111 - N55.027471944444, W8.43925 - N55.027471944444, W8.43925 - N55.052028055556, W8.4333330555556 - N55.052028055556, W8.4333330555556 - N55.013306111111, W8.4108611111111 - N55.013306111111, W8.4108611111111 - N55.026666944444, W8.4408611111111 -line155 = - N60.605028055556, W1.0008611111111 - N60.619611111111, W1 - N60.619611111111, W1 - N60.616638888889, W0.96913888888889 - N60.616638888889, W0.96913888888889 - N60.605028055556, W1.0008611111111 -line156 = - N57.999138888889, W6.7375 - N58, W6.7391938888889 - N58, W6.7391938888889 - N58.009138888889, W6.7191669444444 - N58.009138888889, W6.7191669444444 - N57.98625, W6.7183330555556 - N57.98625, W6.7183330555556 - N57.999138888889, W6.7375 -line157 = - N59.085833055556, W2.9958888888889 - N59.087416944444, W2.9958888888889 - N59.087416944444, W2.9958888888889 - N59.09125, W2.9665280555556 - N59.09125, W2.9665280555556 - N59.077443888889, W2.9476111111111 - N59.077443888889, W2.9476111111111 - N59.072028055556, W2.9748611111111 - N59.072028055556, W2.9748611111111 - N59.085833055556, W2.9958888888889 -line158 = - N55.717471944444, W4.9708888888889 - N55.72, W4.9709169444444 - N55.72, W4.9709169444444 - N55.733333055556, W4.9392219444444 - N55.733333055556, W4.9392219444444 - N55.709971944444, W4.9508061111111 - N55.709971944444, W4.9508061111111 - N55.717471944444, W4.9708888888889 -line159 = - N58.845833055556, W3.1825830555556 - N58.85, W3.1826111111111 - N58.85, W3.1826111111111 - N58.855833055556, W3.1608330555556 - N58.855833055556, W3.1608330555556 - N58.836638888889, W3.1525 - N58.836638888889, W3.1525 - N58.845833055556, W3.1825830555556 -line160 = - N53.354971944444, W6.1775280555556 - N53.356638888889, W6.1775 - N53.356638888889, W6.1775 - N53.379193888889, W6.1175561111111 - N53.379193888889, W6.1175561111111 - N53.354971944444, W6.1775280555556 -line161 = - N51.863333055556, W5.3541669444444 - N51.864138888889, W5.3541938888889 - N51.864138888889, W5.3541938888889 - N51.878306111111, W5.3308611111111 - N51.878306111111, W5.3308611111111 - N51.855833055556, W5.3324719444444 - N51.855833055556, W5.3324719444444 - N51.863333055556, W5.3541669444444 -line162 = - N53.998721944444, W9.9017219444444 - N53.998721944444, W9.9000830555556 - N53.998721944444, W9.9000830555556 - N53.984166944444, W9.89425 - N53.984166944444, W9.89425 - N53.983693888889, W9.9183330555556 - N53.983693888889, W9.9183330555556 - N53.994138888889, W9.9258330555556 - N53.994138888889, W9.9258330555556 - N53.998721944444, W9.9017219444444 -line163 = - N55.792471944444, W5.1708330555556 - N55.7975, W5.1708330555556 - N55.7975, W5.1708330555556 - N55.775388888889, W5.1533888888889 - N55.775388888889, W5.1533888888889 - N55.792471944444, W5.1708330555556 -line164 = - N54.049971944444, W4.8308888888889 - N54.053278055556, W4.8308330555556 - N54.053278055556, W4.8308330555556 - N54.05825, W4.79925 - N54.05825, W4.79925 - N54.041166944444, W4.8116938888889 - N54.041166944444, W4.8116938888889 - N54.049971944444, W4.8308888888889 -line165 = - N55.530861111111, W5.0925 - N55.534166944444, W5.0926111111111 - N55.534166944444, W5.0926111111111 - N55.510388888889, W5.0666938888889 - N55.510388888889, W5.0666938888889 - N55.530861111111, W5.0925 -line166 = - N49.963306111111, W6.3079169444444 - N49.966638888889, W6.3079169444444 - N49.966638888889, W6.3079169444444 - N49.961666944444, W6.2646388888889 - N49.961666944444, W6.2646388888889 - N49.963306111111, W6.3079169444444 -line167 = - N57.046666944444, W7.4041938888889 - N57.0475, W7.4041669444444 - N57.0475, W7.4041669444444 - N57.062083055556, W7.3917219444444 - N57.062083055556, W7.3917219444444 - N57.053361111111, W7.3708330555556 - N57.053361111111, W7.3708330555556 - N57.046666944444, W7.4041938888889 -line168 = - N53.603306111111, W10.302528055556 - N53.604943888889, W10.299221944444 - N53.604943888889, W10.299221944444 - N53.619528055556, W10.289971944444 - N53.619528055556, W10.289971944444 - N53.608306111111, W10.262583055556 - N53.608306111111, W10.262583055556 - N53.603306111111, W10.302528055556 -line169 = - N53.302471944444, W9.8775561111111 - N53.303333055556, W9.8774719444444 - N53.303333055556, W9.8774719444444 - N53.312056111111, W9.8566938888889 - N53.312056111111, W9.8566938888889 - N53.2875, W9.8408611111111 - N53.2875, W9.8408611111111 - N53.302471944444, W9.8775561111111 -line170 = - N57.712471944444, W7.3008330555556 - N57.7175, W7.3009169444444 - N57.7175, W7.3009169444444 - N57.717443888889, W7.2775561111111 - N57.717443888889, W7.2775561111111 - N57.701666944444, W7.2741669444444 - N57.701666944444, W7.2741669444444 - N57.712471944444, W7.3008330555556 -line171 = - N56.849138888889, W7.6025280555556 - N56.850861111111, W7.6024719444444 - N56.850861111111, W7.6024719444444 - N56.855833055556, W7.5591669444444 - N56.855833055556, W7.5591669444444 - N56.849138888889, W7.6025280555556 -line172 = - N54.142443888889, W10.215806111111 - N54.143306111111, W10.215833055556 - N54.143306111111, W10.215833055556 - N54.124971944444, W10.184193888889 - N54.124971944444, W10.184193888889 - N54.122443888889, W10.2125 - N54.122443888889, W10.2125 - N54.142443888889, W10.215806111111 -line173 = - N53.985806111111, W9.8791669444444 - N53.987471944444, W9.8791938888889 - N53.987471944444, W9.8791938888889 - N53.991638888889, W9.8625280555556 - N53.991638888889, W9.8625280555556 - N53.971221944444, W9.8599719444444 - N53.971221944444, W9.8599719444444 - N53.985806111111, W9.8791669444444 -line174 = - N58.258333055556, W5.2808888888889 - N58.260833055556, W5.2809169444444 - N58.260833055556, W5.2809169444444 - N58.267916944444, W5.2616669444444 - N58.267916944444, W5.2616669444444 - N58.252858888889, W5.2459819444444 - N58.252858888889, W5.2459819444444 - N58.258333055556, W5.2808888888889 -line175 = - N60.674166944444, W0.91911111111111 - N60.677471944444, W0.91925 - N60.677471944444, W0.91925 - N60.67, W0.87580611111111 - N60.67, W0.87580611111111 - N60.660416944444, W0.88677805555556 - N60.660416944444, W0.88677805555556 - N60.674166944444, W0.91911111111111 -line176 = - N56.209971944444, W5.7175280555556 - N56.213278055556, W5.7175561111111 - N56.213278055556, W5.7175561111111 - N56.22125, W5.6934438888889 - N56.22125, W5.6934438888889 - N56.2025, W5.6858611111111 - N56.2025, W5.6858611111111 - N56.209971944444, W5.7175280555556 -line177 = - N60.328306111111, W1.4075 - N60.329111111111, W1.4075561111111 - N60.329111111111, W1.4075561111111 - N60.343721944444, W1.3983330555556 - N60.343721944444, W1.3983330555556 - N60.339971944444, W1.3758611111111 - N60.339971944444, W1.3758611111111 - N60.322888888889, W1.3917780555556 - N60.322888888889, W1.3917780555556 - N60.328306111111, W1.4075 -line178 = - N56.286638888889, W6.3874719444444 - N56.289166944444, W6.3875 - N56.289166944444, W6.3875 - N56.298361111111, W6.3558611111111 - N56.298361111111, W6.3558611111111 - N56.286638888889, W6.3874719444444 -line179 = - N57.514971944444, W7.6258330555556 - N57.520806111111, W7.6258330555556 - N57.520806111111, W7.6258330555556 - N57.534583055556, W7.6033611111111 - N57.534583055556, W7.6033611111111 - N57.514971944444, W7.6258330555556 -line180 = - N50.690778055556, W1.9908611111111 - N50.693361111111, W1.9908061111111 - N50.693361111111, W1.9908061111111 - N50.687471944444, W1.9575 - N50.687471944444, W1.9575 - N50.690778055556, W1.9908611111111 -line181 = - N59.999111111111, W1.1858611111111 - N60, W1.186 - N60, W1.186 - N60.009556111111, W1.1934438888889 - N60.009556111111, W1.1934438888889 - N59.996638888889, W1.1559169444444 - N59.996638888889, W1.1559169444444 - N59.988721944444, W1.1734438888889 - N59.988721944444, W1.1734438888889 - N59.999111111111, W1.1858611111111 -line182 = - N52.745806111111, W4.8041388888889 - N52.750778055556, W4.80425 - N52.750778055556, W4.80425 - N52.768361111111, W4.7824719444444 - N52.768361111111, W4.7824719444444 - N52.745806111111, W4.8041388888889 -line183 = - N56.784971944444, W7.6608330555556 - N56.786693888889, W7.6608888888889 - N56.786693888889, W7.6608888888889 - N56.784971944444, W7.6141669444444 - N56.784971944444, W7.6141669444444 - N56.784971944444, W7.6608330555556 -line184 = - N56.660833055556, W5.8991388888889 - N56.661611111111, W5.8992219444444 - N56.661611111111, W5.8992219444444 - N56.666638888889, W5.8725280555556 - N56.666638888889, W5.8725280555556 - N56.65125, W5.8883611111111 - N56.65125, W5.8883611111111 - N56.660833055556, W5.8991388888889 -line185 = - N54.218306111111, W9.2041669444444 - N54.22, W9.2041938888889 - N54.22, W9.2041938888889 - N54.1975, W9.1442219444444 - N54.1975, W9.1442219444444 - N54.218306111111, W9.2041669444444 -line186 = - N51.397471944444, E0.66744388888889 - N51.398278055556, E0.66741694444444 - N51.398278055556, E0.66741694444444 - N51.410861111111, E0.69080611111111 - N51.410861111111, E0.69080611111111 - N51.394556111111, E0.695 - N51.394556111111, E0.695 - N51.397471944444, E0.66744388888889 -line187 = - N51.639971944444, W4.7092219444444 - N51.641611111111, W4.7091938888889 - N51.641611111111, W4.7091938888889 - N51.637471944444, W4.6758888888889 - N51.637471944444, W4.6758888888889 - N51.639971944444, W4.7092219444444 -line188 = - N57.767471944444, W7.0975280555556 - N57.769138888889, W7.0975561111111 - N57.769138888889, W7.0975561111111 - N57.774971944444, W7.0791938888889 - N57.774971944444, W7.0791938888889 - N57.7525, W7.0725 - N57.7525, W7.0725 - N57.767471944444, W7.0975280555556 -line189 = - N57.999138888889, W6.4442219444444 - N58, W6.4459169444444 - N58, W6.4459169444444 - N57.999166944444, W6.4091938888889 - N57.999166944444, W6.4091938888889 - N57.999138888889, W6.4442219444444 -line190 = - N53.535, W10.184221944444 - N53.535806111111, W10.18425 - N53.535806111111, W10.18425 - N53.526666944444, W10.150833055556 - N53.526666944444, W10.150833055556 - N53.535, W10.184221944444 -line191 = - N57.886638888889, W5.4791938888889 - N57.888306111111, W5.4791938888889 - N57.888306111111, W5.4791938888889 - N57.898721944444, W5.4650280555556 - N57.898721944444, W5.4650280555556 - N57.879166944444, W5.4591938888889 - N57.879166944444, W5.4591938888889 - N57.886638888889, W5.4791938888889 -line192 = - N57.561638888889, W7.4391669444444 - N57.569111111111, W7.4392780555556 - N57.569111111111, W7.4392780555556 - N57.552471944444, W7.4042219444444 - N57.552471944444, W7.4042219444444 - N57.561638888889, W7.4391669444444 -line193 = - N51.489166944444, W9.5891938888889 - N51.489971944444, W9.5892219444444 - N51.489971944444, W9.5892219444444 - N51.503306111111, W9.5375280555556 - N51.503306111111, W9.5375280555556 - N51.489166944444, W9.5891938888889 -line194 = - N57.742528055556, W7.0958611111111 - N57.745833055556, W7.0958888888889 - N57.745833055556, W7.0958888888889 - N57.734138888889, W7.0575830555556 - N57.734138888889, W7.0575830555556 - N57.742528055556, W7.0958611111111 -line195 = - N57.345833055556, W5.8424719444444 - N57.3525, W5.8425561111111 - N57.3525, W5.8425561111111 - N57.336666944444, W5.8191669444444 - N57.336666944444, W5.8191669444444 - N57.345833055556, W5.8424719444444 -line196 = - N57.048306111111, W6.5142219444444 - N57.051666944444, W6.5141938888889 - N57.051666944444, W6.5141938888889 - N57.044138888889, W6.4658061111111 - N57.044138888889, W6.4658061111111 - N57.048306111111, W6.5142219444444 -line197 = - N56.6575, W5.9508061111111 - N56.658306111111, W5.9508888888889 - N56.658306111111, W5.9508888888889 - N56.669583055556, W5.93 - N56.669583055556, W5.93 - N56.66, W5.9074719444444 - N56.66, W5.9074719444444 - N56.6575, W5.9508061111111 -line198 = - N57.524138888889, W7.6825561111111 - N57.524971944444, W7.6808061111111 - N57.524971944444, W7.6808061111111 - N57.535388888889, W7.6467219444444 - N57.535388888889, W7.6467219444444 - N57.520806111111, W7.6309169444444 - N57.520806111111, W7.6309169444444 - N57.524138888889, W7.6825561111111 -line199 = - N57.331666944444, W6.5125 - N57.334971944444, W6.5125 - N57.334971944444, W6.5125 - N57.343306111111, W6.4841669444444 - N57.343306111111, W6.4841669444444 - N57.331666944444, W6.5125 -line200 = - N48.835693888889, W3.0010561111111 - N48.836471944444, W3.0014169444444 - N48.836471944444, W3.0014169444444 - N48.852083055556, W3.0150830555556 - N48.852083055556, W3.0150830555556 - N48.848306111111, W2.9946388888889 - N48.848306111111, W2.9946388888889 - N48.835693888889, W3.0010561111111 -line201 = - N57.9025, W6.3808888888889 - N57.904138888889, W6.3808888888889 - N57.904138888889, W6.3808888888889 - N57.903278055556, W6.3508330555556 - N57.903278055556, W6.3508330555556 - N57.88125, W6.3499719444444 - N57.88125, W6.3499719444444 - N57.9025, W6.3808888888889 -line202 = - N48.801611111111, W3.5896111111111 - N48.802471944444, W3.5896111111111 - N48.802471944444, W3.5896111111111 - N48.801638888889, W3.5621388888889 - N48.801638888889, W3.5621388888889 - N48.801611111111, W3.5896111111111 -line203 = - N55.089111111111, W8.3841669444444 - N55.089971944444, W8.3841388888889 - N55.089971944444, W8.3841388888889 - N55.083306111111, W8.3508330555556 - N55.083306111111, W8.3508330555556 - N55.089111111111, W8.3841669444444 -line204 = - N54.296638888889, W8.60425 - N54.2975, W8.6025830555556 - N54.2975, W8.6025830555556 - N54.296611111111, W8.5791938888889 - N54.296611111111, W8.5791938888889 - N54.283693888889, W8.5916938888889 - N54.283693888889, W8.5916938888889 - N54.296638888889, W8.60425 -line205 = - N57.945833055556, W5.2391669444444 - N57.948278055556, W5.2391938888889 - N57.948278055556, W5.2391938888889 - N57.949583055556, W5.21 - N57.949583055556, W5.21 - N57.9375, W5.20925 - N57.9375, W5.20925 - N57.945833055556, W5.2391669444444 -line206 = - N51.487471944444, W9.4592219444444 - N51.4925, W9.4591938888889 - N51.4925, W9.4591938888889 - N51.499138888889, W9.4275 - N51.499138888889, W9.4275 - N51.485388888889, W9.4350561111111 - N51.485388888889, W9.4350561111111 - N51.487471944444, W9.4592219444444 -line207 = - N51.744138888889, E3.9323611111111 - N51.746583055556, E3.9323061111111 - N51.746583055556, E3.9323061111111 - N51.741611111111, E3.9673330555556 - N51.741611111111, E3.9673330555556 - N51.744138888889, E3.9323611111111 -line208 = - N51.723306111111, W10.269221944444 - N51.724971944444, W10.26925 - N51.724971944444, W10.26925 - N51.733333055556, W10.240888888889 - N51.733333055556, W10.240888888889 - N51.723306111111, W10.269221944444 -line209 = - N56.586638888889, W5.4058888888889 - N56.589166944444, W5.4058330555556 - N56.589166944444, W5.4058330555556 - N56.594971944444, W5.3825280555556 - N56.594971944444, W5.3825280555556 - N56.577111111111, W5.3950561111111 - N56.577111111111, W5.3950561111111 - N56.586638888889, W5.4058888888889 -line210 = - N55.275806111111, W5.5991938888889 - N55.279971944444, W5.5991669444444 - N55.279971944444, W5.5991669444444 - N55.282471944444, W5.5675280555556 - N55.282471944444, W5.5675280555556 - N55.275806111111, W5.5991938888889 -line211 = - N58.0425, W5.4526111111111 - N58.043306111111, W5.4525561111111 - N58.043306111111, W5.4525561111111 - N58.047471944444, W5.4225830555556 - N58.047471944444, W5.4225830555556 - N58.0425, W5.4526111111111 -line212 = - N54.102471944444, W10.2425 - N54.103333055556, W10.240888888889 - N54.103333055556, W10.240888888889 - N54.119166944444, W10.209193888889 - N54.119166944444, W10.209193888889 - N54.102471944444, W10.2425 -line213 = - N57.013333055556, W7.3642219444444 - N57.015833055556, W7.3642219444444 - N57.015833055556, W7.3642219444444 - N57.0075, W7.3292219444444 - N57.0075, W7.3292219444444 - N57.013333055556, W7.3642219444444 -line214 = - N51.721666944444, E0.75416694444444 - N51.724971944444, E0.75408305555556 - N51.724971944444, E0.75408305555556 - N51.719138888889, E0.78747194444444 - N51.719138888889, E0.78747194444444 - N51.721666944444, E0.75416694444444 -line215 = - N48.862916944444, W3.0008888888889 - N48.862861111111, W3 - N48.862861111111, W3 - N48.851193888889, W2.9983611111111 - N48.851193888889, W2.9983611111111 - N48.854528055556, W3.0150830555556 - N48.854528055556, W3.0150830555556 - N48.862916944444, W3.0008888888889 -line216 = - N59.214138888889, W2.8323888888889 - N59.226693888889, W2.8325561111111 - N59.226693888889, W2.8325561111111 - N59.202888888889, W2.8234438888889 - N59.202888888889, W2.8234438888889 - N59.214138888889, W2.8323888888889 -line217 = - N59.118333055556, W5.8442219444444 - N59.119166944444, W5.8425 - N59.119166944444, W5.8425 - N59.134556111111, W5.8216938888889 - N59.134556111111, W5.8216938888889 - N59.120833055556, W5.8125830555556 - N59.120833055556, W5.8125830555556 - N59.118333055556, W5.8442219444444 -line218 = - N57.484971944444, W6.0341669444444 - N57.496193888889, W6.0216938888889 - N57.496193888889, W6.0216938888889 - N57.485861111111, W6.0325 - N57.485861111111, W6.0325 - N57.484971944444, W6.0341669444444 -line219 = - N49.950806111111, W6.3679438888889 - N49.951666944444, W6.3679719444444 - N49.951666944444, W6.3679719444444 - N49.963721944444, W6.3583888888889 - N49.963721944444, W6.3583888888889 - N49.94375, W6.35425 - N49.94375, W6.35425 - N49.950806111111, W6.3679438888889 -line220 = - N57.731666944444, W5.8225561111111 - N57.736638888889, W5.8225 - N57.736638888889, W5.8225 - N57.7375, W5.7891669444444 - N57.7375, W5.7891669444444 - N57.731666944444, W5.8225561111111 -line221 = - N57.274138888889, W5.8708611111111 - N57.276638888889, W5.8708611111111 - N57.276638888889, W5.8708611111111 - N57.272471944444, W5.8458888888889 - N57.272471944444, W5.8458888888889 - N57.274138888889, W5.8708611111111 -line222 = - N49.480028055556, W2.4587780555556 - N49.480416944444, W2.4583330555556 - N49.480416944444, W2.4583330555556 - N49.462056111111, W2.4516938888889 - N49.462056111111, W2.4516938888889 - N49.480028055556, W2.4587780555556 -line223 = - N53.869138888889, W9.9708888888889 - N53.870778055556, W9.9709169444444 - N53.870778055556, W9.9709169444444 - N53.856666944444, W9.9458611111111 - N53.856666944444, W9.9458611111111 - N53.869138888889, W9.9708888888889 -line224 = - N58.084166944444, W7.1391938888889 - N58.085833055556, W7.1392219444444 - N58.085833055556, W7.1392219444444 - N58.074166944444, W7.1175280555556 - N58.074166944444, W7.1175280555556 - N58.084166944444, W7.1391938888889 -line225 = - N53.162471944444, W9.0875 - N53.164166944444, W9.0875280555556 - N53.164166944444, W9.0875280555556 - N53.160833055556, W9.0575830555556 - N53.160833055556, W9.0575830555556 - N53.162471944444, W9.0875 -line226 = - N54.953306111111, W8.4658611111111 - N54.954556111111, W8.4633611111111 - N54.954556111111, W8.4633611111111 - N54.949943888889, W8.4409169444444 - N54.949943888889, W8.4409169444444 - N54.953306111111, W8.4658611111111 -line227 = - N60.354971944444, W1.0459169444444 - N60.356638888889, W1.0459169444444 - N60.356638888889, W1.0459169444444 - N60.371221944444, W1.0267219444444 - N60.371221944444, W1.0267219444444 - N60.354971944444, W1.0459169444444 -line228 = - N55.177471944444, W8.1908611111111 - N55.179166944444, W8.1875280555556 - N55.179166944444, W8.1875280555556 - N55.169971944444, W8.1641938888889 - N55.169971944444, W8.1641938888889 - N55.177471944444, W8.1908611111111 -line229 = - N51.417471944444, E0.65913888888889 - N51.419971944444, E0.66413888888889 - N51.419971944444, E0.66413888888889 - N51.413278055556, E0.68913888888889 - N51.413278055556, E0.68913888888889 - N51.417471944444, E0.65913888888889 -line230 = - N58.550806111111, W4.3525 - N58.553333055556, W4.3525 - N58.553333055556, W4.3525 - N58.561611111111, W4.3292219444444 - N58.561611111111, W4.3292219444444 - N58.550806111111, W4.3525 -line231 = - N56.146666944444, W5.5575561111111 - N56.148333055556, W5.5575561111111 - N56.148333055556, W5.5575561111111 - N56.168361111111, W5.5274719444444 - N56.168361111111, W5.5274719444444 - N56.146666944444, W5.5575561111111 -line232 = - N56.239138888889, W5.77925 - N56.241666944444, W5.7792219444444 - N56.241666944444, W5.7792219444444 - N56.248333055556, W5.7508061111111 - N56.248333055556, W5.7508061111111 - N56.239138888889, W5.77925 -line233 = - N57.960861111111, W5.5241388888889 - N57.962443888889, W5.5241669444444 - N57.962443888889, W5.5241669444444 - N57.956611111111, W5.4958330555556 - N57.956611111111, W5.4958330555556 - N57.960861111111, W5.5241388888889 -line234 = - N54.672471944444, W5.5458330555556 - N54.673306111111, W5.5442219444444 - N54.673306111111, W5.5442219444444 - N54.670806111111, W5.51925 - N54.670806111111, W5.51925 - N54.672471944444, W5.5458330555556 -line235 = - N55.054971944444, W8.4642219444444 - N55.055778055556, W8.4641938888889 - N55.055778055556, W8.4641938888889 - N55.049971944444, W8.4408330555556 - N55.049971944444, W8.4408330555556 - N55.054971944444, W8.4642219444444 -line236 = - N52.621666944444, W9.1258888888889 - N52.622528055556, W9.1258888888889 - N52.622528055556, W9.1258888888889 - N52.616666944444, W9.1025 - N52.616666944444, W9.1025 - N52.621666944444, W9.1258888888889 -line237 = - N51.358278055556, E4.1191388888889 - N51.363306111111, E4.1190830555556 - N51.363306111111, E4.1190830555556 - N51.356611111111, E4.1424438888889 - N51.356611111111, E4.1424438888889 - N51.358278055556, E4.1191388888889 -line238 = - N49.887471944444, W6.3579438888889 - N49.888306111111, W6.3578888888889 - N49.888306111111, W6.3578888888889 - N49.897916944444, W6.3509169444444 - N49.897916944444, W6.3509169444444 - N49.886666944444, W6.3379169444444 - N49.886666944444, W6.3379169444444 - N49.887471944444, W6.3579438888889 -line239 = - N52.707056111111, W9.0100561111111 - N52.707056111111, W9.0133330555556 - N52.707056111111, W9.0133330555556 - N52.716638888889, W8.9908888888889 - N52.716638888889, W8.9908888888889 - N52.707056111111, W9.0100561111111 -line240 = - N60.143333055556, W1.3708061111111 - N60.144971944444, W1.3708611111111 - N60.144971944444, W1.3708611111111 - N60.15375, W1.36 - N60.15375, W1.36 - N60.139166944444, W1.3475830555556 - N60.139166944444, W1.3475830555556 - N60.143333055556, W1.3708061111111 -line241 = - N54.970806111111, W8.47425 - N54.972443888889, W8.47425 - N54.972443888889, W8.47425 - N54.967443888889, W8.4508888888889 - N54.967443888889, W8.4508888888889 - N54.970806111111, W8.47425 -line242 = - N51.934111111111, W10.320861111111 - N51.9375, W10.320888888889 - N51.9375, W10.320888888889 - N51.939138888889, W10.290916944444 - N51.939138888889, W10.290916944444 - N51.934111111111, W10.320861111111 -line243 = - N57.661666944444, W7.3108611111111 - N57.664556111111, W7.3049719444444 - N57.664556111111, W7.3049719444444 - N57.654971944444, W7.2808330555556 - N57.654971944444, W7.2808330555556 - N57.661666944444, W7.3108611111111 -line244 = - N52.124166944444, W10.594138888889 - N52.125806111111, W10.594193888889 - N52.125806111111, W10.594193888889 - N52.135833055556, W10.57425 - N52.135833055556, W10.57425 - N52.124166944444, W10.594138888889 -line245 = - N54.429138888889, W8.6775830555556 - N54.429943888889, W8.6775561111111 - N54.429943888889, W8.6775561111111 - N54.428278055556, W8.6491938888889 - N54.428278055556, W8.6491938888889 - N54.429138888889, W8.6775830555556 -line246 = - N51.694111111111, W5.2908888888889 - N51.696638888889, W5.2908330555556 - N51.696638888889, W5.2908330555556 - N51.701638888889, W5.2658061111111 - N51.701638888889, W5.2658061111111 - N51.694111111111, W5.2908888888889 -line247 = - N52.703333055556, W8.9609169444444 - N52.706638888889, W8.9609169444444 - N52.706638888889, W8.9609169444444 - N52.7125, W8.9358888888889 - N52.7125, W8.9358888888889 - N52.703333055556, W8.9609169444444 -line248 = - N58.853306111111, W2.9908611111111 - N58.854166944444, W2.9892219444444 - N58.854166944444, W2.9892219444444 - N58.860833055556, W2.9575 - N58.860833055556, W2.9575 - N58.853306111111, W2.9908611111111 -line249 = - N53.309971944444, W9.6525 - N53.315861111111, W9.6525830555556 - N53.315861111111, W9.6525830555556 - N53.307471944444, W9.6291938888889 - N53.307471944444, W9.6291938888889 - N53.309971944444, W9.6525 -line250 = - N58.2675, W6.8858888888889 - N58.270806111111, W6.8858888888889 - N58.270806111111, W6.8858888888889 - N58.264943888889, W6.8559438888889 - N58.264943888889, W6.8559438888889 - N58.2675, W6.8858888888889 -line251 = - N52.044111111111, W10.622583055556 - N52.046638888889, W10.6225 - N52.046638888889, W10.6225 - N52.039166944444, W10.5975 - N52.039166944444, W10.5975 - N52.044111111111, W10.622583055556 -line252 = - N60.743333055556, W0.80094388888889 - N60.745833055556, W0.80088888888889 - N60.745833055556, W0.80088888888889 - N60.761221944444, W0.79002805555556 - N60.761221944444, W0.79002805555556 - N60.743333055556, W0.80094388888889 -line253 = - N51.398333055556, E0.59411111111111 - N51.399166944444, E0.59580611111111 - N51.399166944444, E0.59580611111111 - N51.394166944444, E0.61916694444444 - N51.394166944444, E0.61916694444444 - N51.398333055556, E0.59411111111111 -line254 = - N52.678278055556, W9.0625561111111 - N52.679138888889, W9.0608611111111 - N52.679138888889, W9.0608611111111 - N52.687471944444, W9.0391669444444 - N52.687471944444, W9.0391669444444 - N52.678278055556, W9.0625561111111 -line255 = - N58.886611111111, W3.1791669444444 - N58.887471944444, W3.1791669444444 - N58.887471944444, W3.1791669444444 - N58.872888888889, W3.1666388888889 - N58.872888888889, W3.1666388888889 - N58.886611111111, W3.1791669444444 -line256 = - N57.02, W7.3424719444444 - N57.022528055556, W7.3424719444444 - N57.022528055556, W7.3424719444444 - N57.027056111111, W7.3233330555556 - N57.027056111111, W7.3233330555556 - N57.015778055556, W7.3208061111111 - N57.015778055556, W7.3208061111111 - N57.02, W7.3424719444444 -line257 = - N58.235806111111, W6.9508330555556 - N58.239971944444, W6.9509169444444 - N58.239971944444, W6.9509169444444 - N58.23, W6.9308330555556 - N58.23, W6.9308330555556 - N58.235806111111, W6.9508330555556 -line258 = - N57.830778055556, W8.6491669444444 - N57.831638888889, W8.6491669444444 - N57.831638888889, W8.6491669444444 - N57.830833055556, W8.6241669444444 - N57.830833055556, W8.6241669444444 - N57.830778055556, W8.6491669444444 -line259 = - N52.576666944444, W9.5125830555556 - N52.578306111111, W9.5125 - N52.578306111111, W9.5125 - N52.569166944444, W9.4858888888889 - N52.569166944444, W9.4858888888889 - N52.576666944444, W9.5125830555556 -line260 = - N57.609971944444, W3.8225280555556 - N57.611666944444, W3.8225561111111 - N57.611666944444, W3.8225561111111 - N57.627471944444, W3.7692219444444 - N57.627471944444, W3.7692219444444 - N57.609971944444, W3.8225280555556 -line261 = - N60.499138888889, W1.2024438888889 - N60.500833055556, W1.2026111111111 - N60.500833055556, W1.2026111111111 - N60.487028055556, W1.1816388888889 - N60.487028055556, W1.1816388888889 - N60.499138888889, W1.2024438888889 -line262 = - N52.664971944444, W9.0591388888889 - N52.6675, W9.0591669444444 - N52.6675, W9.0591669444444 - N52.68, W9.0358888888889 - N52.68, W9.0358888888889 - N52.664971944444, W9.0591388888889 -line263 = - N56.461611111111, W6.1042219444444 - N56.465, W6.1041669444444 - N56.465, W6.1041669444444 - N56.465833055556, W6.0791388888889 - N56.465833055556, W6.0791388888889 - N56.461611111111, W6.1042219444444 -line264 = - N53.187888888889, W9 - N53.189138888889, W9.0108611111111 - N53.189138888889, W9.0108611111111 - N53.193278055556, W8.9658888888889 - N53.193278055556, W8.9658888888889 - N53.187888888889, W9 -line265 = - N58.214971944444, W6.8975561111111 - N58.219138888889, W6.8975 - N58.219138888889, W6.8975 - N58.207471944444, W6.8775561111111 - N58.207471944444, W6.8775561111111 - N58.214971944444, W6.8975561111111 -line266 = - N59.150806111111, W2.60425 - N59.151666944444, W2.6042219444444 - N59.151666944444, W2.6042219444444 - N59.148333055556, W2.5774169444444 - N59.148333055556, W2.5774169444444 - N59.150806111111, W2.60425 -line267 = - N53.274971944444, W9.72425 - N53.280861111111, W9.7241388888889 - N53.280861111111, W9.7241388888889 - N53.273333055556, W9.7042219444444 - N53.273333055556, W9.7042219444444 - N53.274971944444, W9.72425 -line268 = - N55.2475, W5.1275561111111 - N55.252528055556, W5.1275280555556 - N55.252528055556, W5.1275280555556 - N55.248333055556, W5.1092219444444 - N55.248333055556, W5.1092219444444 - N55.2475, W5.1275561111111 -line269 = - N58.010833055556, W5.4575561111111 - N58.013306111111, W5.4574719444444 - N58.013306111111, W5.4574719444444 - N58.007471944444, W5.4341938888889 - N58.007471944444, W5.4341938888889 - N58.010833055556, W5.4575561111111 -line270 = - N59.031666944444, W2.5792780555556 - N59.035806111111, W2.5792219444444 - N59.035806111111, W2.5792219444444 - N59.030806111111, W2.5608061111111 - N59.030806111111, W2.5608061111111 - N59.031666944444, W2.5792780555556 -line271 = - N58.737471944444, W3.0741938888889 - N58.753721944444, W3.0484438888889 - N58.753721944444, W3.0484438888889 - N58.738333055556, W3.0725561111111 - N58.738333055556, W3.0725561111111 - N58.737471944444, W3.0741938888889 -line272 = - N58.100833055556, W6.4508888888889 - N58.104138888889, W6.4508611111111 - N58.104138888889, W6.4508611111111 - N58.108306111111, W6.4292219444444 - N58.108306111111, W6.4292219444444 - N58.100833055556, W6.4508888888889 -line273 = - N60.03, W1.3692219444444 - N60.031638888889, W1.3691388888889 - N60.031638888889, W1.3691388888889 - N60.0275, W1.33925 - N60.0275, W1.33925 - N60.03, W1.3692219444444 -line274 = - N60.123333055556, W1.3825561111111 - N60.124556111111, W1.3799719444444 - N60.124556111111, W1.3799719444444 - N60.112888888889, W1.3716388888889 - N60.112888888889, W1.3716388888889 - N60.123333055556, W1.3825561111111 -line275 = - N58.203333055556, W6.77925 - N58.204193888889, W6.7791938888889 - N58.204193888889, W6.7791938888889 - N58.196578888889, W6.7675911111111 - N58.196578888889, W6.7675911111111 - N58.203333055556, W6.77925 -line276 = - N56.915806111111, W7.4542219444444 - N56.920833055556, W7.4542219444444 - N56.920833055556, W7.4542219444444 - N56.916666944444, W7.4375 - N56.916666944444, W7.4375 - N56.915806111111, W7.4542219444444 -line277 = - N53.315833055556, W9.6875561111111 - N53.320806111111, W9.6875561111111 - N53.320806111111, W9.6875561111111 - N53.3175, W9.6625280555556 - N53.3175, W9.6625280555556 - N53.315833055556, W9.6875561111111 -line278 = - N51.717471944444, E4.3340830555556 - N51.718278055556, E4.3341111111111 - N51.718278055556, E4.3341111111111 - N51.714943888889, E4.36075 - N51.714943888889, E4.36075 - N51.717471944444, E4.3340830555556 -line279 = - N52.108278055556, W6.6258611111111 - N52.110806111111, W6.6259169444444 - N52.110806111111, W6.6259169444444 - N52.120806111111, W6.60425 - N52.120806111111, W6.60425 - N52.108278055556, W6.6258611111111 -line280 = - N57.866666944444, W8.5009169444444 - N57.867471944444, W8.5008888888889 - N57.867471944444, W8.5008888888889 - N57.872471944444, W8.4841388888889 - N57.872471944444, W8.4841388888889 - N57.866666944444, W8.5009169444444 -line281 = - N57.481666944444, W7.2808330555556 - N57.4825, W7.2809169444444 - N57.4825, W7.2809169444444 - N57.4725, W7.2575561111111 - N57.4725, W7.2575561111111 - N57.481666944444, W7.2808330555556 -line282 = - N55.626638888889, W5.7625 - N55.629971944444, W5.7625280555556 - N55.629971944444, W5.7625280555556 - N55.638361111111, W5.7474719444444 - N55.638361111111, W5.7474719444444 - N55.626638888889, W5.7625 -line283 = - N51.510778055556, W9.4859169444444 - N51.514138888889, W9.4858611111111 - N51.514138888889, W9.4858611111111 - N51.519111111111, W9.4591669444444 - N51.519111111111, W9.4591669444444 - N51.510778055556, W9.4859169444444 -line284 = - N60.467471944444, W1.16425 - N60.468333055556, W1.1641938888889 - N60.468333055556, W1.1641938888889 - N60.464166944444, W1.13925 - N60.464166944444, W1.13925 - N60.467471944444, W1.16425 -line285 = - N59.142471944444, W3.1325561111111 - N59.143333055556, W3.1308888888889 - N59.143333055556, W3.1308888888889 - N59.145806111111, W3.1109169444444 - N59.145806111111, W3.1109169444444 - N59.142471944444, W3.1325561111111 -line286 = - N52.665806111111, W9.1008330555556 - N52.667471944444, W9.1008330555556 - N52.667471944444, W9.1008330555556 - N52.669138888889, W9.0775561111111 - N52.669138888889, W9.0775561111111 - N52.665806111111, W9.1008330555556 -line287 = - N57.981638888889, W5.3541669444444 - N57.992943888889, W5.3416938888889 - N57.992943888889, W5.3416938888889 - N57.982471944444, W5.3525 - N57.982471944444, W5.3525 - N57.981638888889, W5.3541669444444 -line288 = - N52.813361111111, W9.5358888888889 - N52.814138888889, W9.5358888888889 - N52.814138888889, W9.5358888888889 - N52.816611111111, W9.5074719444444 - N52.816611111111, W9.5074719444444 - N52.813361111111, W9.5358888888889 -line289 = - N53.834166944444, W9.65425 - N53.834971944444, W9.65425 - N53.834971944444, W9.65425 - N53.826638888889, W9.6325280555556 - N53.826638888889, W9.6325280555556 - N53.834166944444, W9.65425 -line290 = - N56.449138888889, W6.2708888888889 - N56.454166944444, W6.2708330555556 - N56.454166944444, W6.2708330555556 - N56.449193888889, W6.2525561111111 - N56.449193888889, W6.2525561111111 - N56.449138888889, W6.2708888888889 -line291 = - N51.83, W10.4225 - N51.8325, W10.4225 - N51.8325, W10.4225 - N51.840833055556, W10.404221944444 - N51.840833055556, W10.404221944444 - N51.83, W10.4225 -line292 = - N56.128333055556, W5.5774719444444 - N56.129138888889, W5.5775280555556 - N56.129138888889, W5.5775280555556 - N56.14, W5.5575 - N56.14, W5.5575 - N56.128333055556, W5.5774719444444 -line293 = - N57.6525, W7.1425 - N57.656666944444, W7.1425 - N57.656666944444, W7.1425 - N57.664111111111, W7.1258330555556 - N57.664111111111, W7.1258330555556 - N57.6525, W7.1425 -line294 = - N53.834971944444, W9.6841669444444 - N53.837471944444, W9.6791938888889 - N53.837471944444, W9.6791938888889 - N53.845833055556, W9.6525 - N53.845833055556, W9.6525 - N53.834971944444, W9.6841669444444 -line295 = - N56.623361111111, W6.0491669444444 - N56.625, W6.0491669444444 - N56.625, W6.0491669444444 - N56.612471944444, W6.0308888888889 - N56.612471944444, W6.0308888888889 - N56.623361111111, W6.0491669444444 -line296 = - N48.39425, W4.9683888888889 - N48.395056111111, W4.9684169444444 - N48.395056111111, W4.9684169444444 - N48.403, W4.9613611111111 - N48.403, W4.9613611111111 - N48.39425, W4.9683888888889 -line297 = - N51.636638888889, E3.699 - N51.638278055556, E3.7023330555556 - N51.638278055556, E3.7023330555556 - N51.643306111111, E3.7173611111111 - N51.643306111111, E3.7173611111111 - N51.636638888889, E3.699 -line298 = - N57.515806111111, W6.6525830555556 - N57.520833055556, W6.6525830555556 - N57.520833055556, W6.6525830555556 - N57.511638888889, W6.6375830555556 - N57.511638888889, W6.6375830555556 - N57.515806111111, W6.6525830555556 -line299 = - N52.050778055556, W10.619221944444 - N52.053306111111, W10.619221944444 - N52.053306111111, W10.619221944444 - N52.060806111111, W10.604193888889 - N52.060806111111, W10.604193888889 - N52.050778055556, W10.619221944444 -line300 = - N52.706638888889, W8.9809169444444 - N52.709166944444, W8.9809169444444 - N52.709166944444, W8.9809169444444 - N52.706638888889, W8.9625 - N52.706638888889, W8.9625 - N52.706638888889, W8.9809169444444 -line301 = - N53.258306111111, W9.7525280555556 - N53.259166944444, W9.7525280555556 - N53.259166944444, W9.7525280555556 - N53.247056111111, W9.74175 - N53.247056111111, W9.74175 - N53.258306111111, W9.7525280555556 -line302 = - N56.9975, W7.3808888888889 - N56.998333055556, W7.3808611111111 - N56.998333055556, W7.3808611111111 - N56.991666944444, W7.3625561111111 - N56.991666944444, W7.3625561111111 - N56.9975, W7.3808888888889 -line303 = - N58.8925, W2.6842219444444 - N58.894166944444, W2.6841938888889 - N58.894166944444, W2.6841938888889 - N58.9025, W2.6641669444444 - N58.9025, W2.6641669444444 - N58.8925, W2.6842219444444 -line304 = - N59.133333055556, W2.6824438888889 - N59.135806111111, W2.6824169444444 - N59.135806111111, W2.6824169444444 - N59.140416944444, W2.6650561111111 - N59.140416944444, W2.6650561111111 - N59.128333055556, W2.6641938888889 - N59.128333055556, W2.6641938888889 - N59.133333055556, W2.6824438888889 -line305 = - N48.29925, W4.5200830555556 - N48.30175, W4.5200830555556 - N48.30175, W4.5200830555556 - N48.313056111111, W4.5046388888889 - N48.313056111111, W4.5046388888889 - N48.29925, W4.5200830555556 -line306 = - N51.503278055556, W9.5158330555556 - N51.505806111111, W9.5158611111111 - N51.505806111111, W9.5158611111111 - N51.511666944444, W9.4941388888889 - N51.511666944444, W9.4941388888889 - N51.503278055556, W9.5158330555556 -line307 = - N48.8775, W1.8404169444444 - N48.879138888889, W1.8404719444444 - N48.879138888889, W1.8404719444444 - N48.867083055556, W1.8225 - N48.867083055556, W1.8225 - N48.8775, W1.8404169444444 -line308 = - N56.48, W6.4358611111111 - N56.481638888889, W6.4358611111111 - N56.481638888889, W6.4358611111111 - N56.495388888889, W6.4217219444444 - N56.495388888889, W6.4217219444444 - N56.48, W6.4358611111111 -line309 = - N51.401171111111, E0.563065 - N51.404166944444, E0.56083305555556 - N51.404166944444, E0.56083305555556 - N51.400806111111, E0.58411111111111 - N51.400806111111, E0.58411111111111 - N51.401171111111, E0.563065 -line310 = - N54.069943888889, W10.189221944444 - N54.072056111111, W10.185028055556 - N54.072056111111, W10.185028055556 - N54.069138888889, W10.167556111111 - N54.069138888889, W10.167556111111 - N54.069943888889, W10.189221944444 -line311 = - N56.216666944444, W5.8191938888889 - N56.218306111111, W5.8192219444444 - N56.218306111111, W5.8192219444444 - N56.230416944444, W5.8016669444444 - N56.230416944444, W5.8016669444444 - N56.216666944444, W5.8191938888889 -line312 = - N57.398278055556, W7.3825280555556 - N57.399138888889, W7.3825830555556 - N57.399138888889, W7.3825830555556 - N57.417028055556, W7.3633888888889 - N57.417028055556, W7.3633888888889 - N57.398278055556, W7.3825280555556 -line313 = - N48.34425, W4.8667219444444 - N48.345111111111, W4.86675 - N48.345111111111, W4.86675 - N48.357166944444, W4.8446388888889 - N48.357166944444, W4.8446388888889 - N48.34425, W4.8667219444444 -line314 = - N53.286638888889, W9.8241669444444 - N53.288306111111, W9.8241938888889 - N53.288306111111, W9.8241938888889 - N53.297471944444, W9.8024719444444 - N53.297471944444, W9.8024719444444 - N53.286638888889, W9.8241669444444 -line315 = - N55.423306111111, W5.5558888888889 - N55.424166944444, W5.5558330555556 - N55.424166944444, W5.5558330555556 - N55.421638888889, W5.5375 - N55.421638888889, W5.5375 - N55.423306111111, W5.5558888888889 -line316 = - N57.507916944444, W6 - N57.50875, W6.0016938888889 - N57.50875, W6.0016938888889 - N57.516221944444, W6.0133888888889 - N57.516221944444, W6.0133888888889 - N57.507916944444, W6 -line317 = - N49.910833055556, W6.3312780555556 - N49.911638888889, W6.3313330555556 - N49.911638888889, W6.3313330555556 - N49.915, W6.3179719444444 - N49.915, W6.3179719444444 - N49.910833055556, W6.3312780555556 -line318 = - N57.498306111111, W7.1625280555556 - N57.501666944444, W7.1624719444444 - N57.501666944444, W7.1624719444444 - N57.501638888889, W7.1408611111111 - N57.501638888889, W7.1408611111111 - N57.498306111111, W7.1625280555556 -line319 = - N60.126638888889, W1.3626111111111 - N60.128333055556, W1.3625280555556 - N60.128333055556, W1.3625280555556 - N60.120833055556, W1.3358061111111 - N60.120833055556, W1.3358061111111 - N60.126638888889, W1.3626111111111 -line320 = - N54.43907, W5.6280930555556 - N54.443653055556, W5.6270511111111 - N54.443653055556, W5.6270511111111 - N54.450833055556, W5.6141669444444 - N54.450833055556, W5.6141669444444 - N54.43907, W5.6280930555556 -line321 = - N55.615806111111, W6.1558888888889 - N55.617471944444, W6.1558888888889 - N55.617471944444, W6.1558888888889 - N55.620806111111, W6.1325280555556 - N55.620806111111, W6.1325280555556 - N55.615806111111, W6.1558888888889 -line322 = - N51.73, W10.232528055556 - N51.732443888889, W10.2325 - N51.732443888889, W10.2325 - N51.74, W10.220861111111 - N51.74, W10.220861111111 - N51.73, W10.232528055556 -line323 = - N53.499166944444, W10.160806111111 - N53.502471944444, W10.160916944444 - N53.502471944444, W10.160916944444 - N53.500806111111, W10.1375 - N53.500806111111, W10.1375 - N53.499166944444, W10.160806111111 -line324 = - N56.185861111111, W2.5641669444444 - N56.189971944444, W2.5642219444444 - N56.189971944444, W2.5642219444444 - N56.180833055556, W2.5459169444444 - N56.180833055556, W2.5459169444444 - N56.185861111111, W2.5641669444444 -line325 = - N57.191666944444, W7.2575561111111 - N57.194138888889, W7.2575561111111 - N57.194138888889, W7.2575561111111 - N57.1925, W7.2392219444444 - N57.1925, W7.2392219444444 - N57.191666944444, W7.2575561111111 -line326 = - N53.325806111111, W9.9825280555556 - N53.327471944444, W9.9825561111111 - N53.327471944444, W9.9825561111111 - N53.328333055556, W9.9658061111111 - N53.328333055556, W9.9658061111111 - N53.325806111111, W9.9825280555556 -line327 = - N53.850028055556, W9.6041938888889 - N53.850806111111, W9.6042219444444 - N53.850806111111, W9.6042219444444 - N53.848306111111, W9.5809169444444 - N53.848306111111, W9.5809169444444 - N53.850028055556, W9.6041938888889 -line328 = - N56.562471944444, W6.7359169444444 - N56.563333055556, W6.7358611111111 - N56.563333055556, W6.7358611111111 - N56.567528055556, W6.7091388888889 - N56.567528055556, W6.7091388888889 - N56.562471944444, W6.7359169444444 -line329 = - N53.718306111111, W10.040888888889 - N53.720833055556, W10.040833055556 - N53.720833055556, W10.040833055556 - N53.714138888889, W10.022583055556 - N53.714138888889, W10.022583055556 - N53.718306111111, W10.040888888889 -line330 = - N48.041778055556, W4.8733888888889 - N48.043, W4.8721669444444 - N48.043, W4.8721669444444 - N48.035111111111, W4.8525280555556 - N48.035111111111, W4.8525280555556 - N48.041778055556, W4.8733888888889 -line331 = - N51.797471944444, E4.1440830555556 - N51.802443888889, E4.1440830555556 - N51.802443888889, E4.1440830555556 - N51.797443888889, E4.1591669444444 - N51.797443888889, E4.1591669444444 - N51.797471944444, E4.1440830555556 -line332 = - N55.189111111111, W7.8025561111111 - N55.189971944444, W7.8025280555556 - N55.189971944444, W7.8025280555556 - N55.188306111111, W7.7842219444444 - N55.188306111111, W7.7842219444444 - N55.189111111111, W7.8025561111111 -line333 = - N57.635861111111, W7.1859169444444 - N57.638306111111, W7.1858888888889 - N57.638306111111, W7.1858888888889 - N57.631638888889, W7.1675 - N57.631638888889, W7.1675 - N57.635861111111, W7.1859169444444 -line334 = - N55.43, W7.24925 - N55.430778055556, W7.2492219444444 - N55.430778055556, W7.2492219444444 - N55.433278055556, W7.2242219444444 - N55.433278055556, W7.2242219444444 - N55.43, W7.24925 -line335 = - N53.784971944444, W9.6125280555556 - N53.786221944444, W9.6100280555556 - N53.786221944444, W9.6100280555556 - N53.793306111111, W9.5908611111111 - N53.793306111111, W9.5908611111111 - N53.784971944444, W9.6125280555556 -line336 = - N60.670833055556, W0.98919388888889 - N60.673333055556, W0.98916694444444 - N60.673333055556, W0.98916694444444 - N60.660416944444, W0.97172194444444 - N60.660416944444, W0.97172194444444 - N60.670833055556, W0.98919388888889 -line337 = - N57.9725, W5.4358330555556 - N57.973306111111, W5.4358888888889 - N57.973306111111, W5.4358888888889 - N57.976638888889, W5.4191388888889 - N57.976638888889, W5.4191388888889 - N57.9725, W5.4358330555556 -line338 = - N57.940833055556, W6.9708611111111 - N57.943306111111, W6.9708611111111 - N57.943306111111, W6.9708611111111 - N57.933333055556, W6.95425 - N57.933333055556, W6.95425 - N57.940833055556, W6.9708611111111 -line339 = - N57.346638888889, W5.8525561111111 - N57.349138888889, W5.8525561111111 - N57.349138888889, W5.8525561111111 - N57.33625, W5.8417219444444 - N57.33625, W5.8417219444444 - N57.346638888889, W5.8525561111111 -line340 = - N48.874166944444, W3.1996669444444 - N48.875778055556, W3.1996669444444 - N48.875778055556, W3.1996669444444 - N48.86375, W3.1866938888889 - N48.86375, W3.1866938888889 - N48.874166944444, W3.1996669444444 -line341 = - N54.422471944444, W8.5091938888889 - N54.423278055556, W8.5091938888889 - N54.423278055556, W8.5091938888889 - N54.417443888889, W8.4959438888889 - N54.417443888889, W8.4959438888889 - N54.422471944444, W8.5091938888889 -line342 = - N58.799138888889, W3.1142219444444 - N58.799943888889, W3.1125561111111 - N58.799943888889, W3.1125561111111 - N58.804971944444, W3.0924719444444 - N58.804971944444, W3.0924719444444 - N58.799138888889, W3.1142219444444 -line343 = - N48.690833055556, W3.9296388888889 - N48.694138888889, W3.9296388888889 - N48.694138888889, W3.9296388888889 - N48.678693888889, W3.9250280555556 - N48.678693888889, W3.9250280555556 - N48.690833055556, W3.9296388888889 -line344 = - N57.505806111111, W7.2575561111111 - N57.506666944444, W7.2575280555556 - N57.506666944444, W7.2575280555556 - N57.501666944444, W7.2308330555556 - N57.501666944444, W7.2308330555556 - N57.505806111111, W7.2575561111111 -line345 = - N60.513333055556, W1.2991669444444 - N60.516638888889, W1.2992219444444 - N60.516638888889, W1.2992219444444 - N60.520806111111, W1.2808888888889 - N60.520806111111, W1.2808888888889 - N60.513333055556, W1.2991669444444 -line346 = - N58.2825, W5.1575280555556 - N58.286666944444, W5.1575830555556 - N58.286666944444, W5.1575830555556 - N58.278333055556, W5.1408330555556 - N58.278333055556, W5.1408330555556 - N58.2825, W5.1575280555556 -line347 = - N53.8825, W9.6058330555556 - N53.88375, W9.6033330555556 - N53.88375, W9.6033330555556 - N53.887471944444, W9.5641669444444 - N53.887471944444, W9.5641669444444 - N53.8825, W9.6058330555556 -line348 = - N48.70925, W4.0800830555556 - N48.710111111111, W4.0800280555556 - N48.710111111111, W4.0800280555556 - N48.705138888889, W4.0625561111111 - N48.705138888889, W4.0625561111111 - N48.70925, W4.0800830555556 -line349 = - N60.515833055556, W1.2358888888889 - N60.518333055556, W1.2358611111111 - N60.518333055556, W1.2358611111111 - N60.5125, W1.2175561111111 - N60.5125, W1.2175561111111 - N60.515833055556, W1.2358888888889 -line350 = - N55.120806111111, W8.3525 - N55.1225, W8.3524719444444 - N55.1225, W8.3524719444444 - N55.112471944444, W8.3308330555556 - N55.112471944444, W8.3308330555556 - N55.120806111111, W8.3525 -line351 = - N56.228306111111, W5.7308061111111 - N56.229138888889, W5.7291388888889 - N56.229138888889, W5.7291388888889 - N56.235, W5.7108061111111 - N56.235, W5.7108061111111 - N56.228306111111, W5.7308061111111 -line352 = - N57.9025, W6.3409169444444 - N57.903306111111, W6.3408611111111 - N57.903306111111, W6.3408611111111 - N57.899193888889, W6.3208888888889 - N57.899193888889, W6.3208888888889 - N57.9025, W6.3409169444444 -line353 = - N53.543333055556, W10.264193888889 - N53.546638888889, W10.264193888889 - N53.546638888889, W10.264193888889 - N53.549138888889, W10.247471944444 - N53.549138888889, W10.247471944444 - N53.543333055556, W10.264193888889 -line354 = - N57.063306111111, W7.4525 - N57.065, W7.4525280555556 - N57.065, W7.4525280555556 - N57.066693888889, W7.4359169444444 - N57.066693888889, W7.4359169444444 - N57.063306111111, W7.4525 -line355 = - N57.396611111111, W7.2575561111111 - N57.397443888889, W7.2558330555556 - N57.397443888889, W7.2558330555556 - N57.393333055556, W7.2392219444444 - N57.393333055556, W7.2392219444444 - N57.396611111111, W7.2575561111111 -line356 = - N54.367471944444, W5.6675280555556 - N54.370833055556, W5.6675280555556 - N54.370833055556, W5.6675280555556 - N54.371666944444, W5.6508611111111 - N54.371666944444, W5.6508611111111 - N54.367471944444, W5.6675280555556 -line357 = - N57.627471944444, W7.1741938888889 - N57.628306111111, W7.1741669444444 - N57.628306111111, W7.1741669444444 - N57.624138888889, W7.1575561111111 - N57.624138888889, W7.1575561111111 - N57.627471944444, W7.1741938888889 -line358 = - N58.1425, W5.3325830555556 - N58.144138888889, W5.3324719444444 - N58.144138888889, W5.3324719444444 - N58.1425, W5.3091669444444 - N58.1425, W5.3091669444444 - N58.1425, W5.3325830555556 -line359 = - N57.444971944444, W6.6358330555556 - N57.448333055556, W6.6358330555556 - N57.448333055556, W6.6358330555556 - N57.440861111111, W6.6175 - N57.440861111111, W6.6175 - N57.444971944444, W6.6358330555556 -line360 = - N57.393306111111, W7.2658611111111 - N57.395028055556, W7.2658888888889 - N57.395028055556, W7.2658888888889 - N57.390833055556, W7.2491669444444 - N57.390833055556, W7.2491669444444 - N57.393306111111, W7.2658611111111 -line361 = - N57.850806111111, W3.9508330555556 - N57.852528055556, W3.9508611111111 - N57.852528055556, W3.9508611111111 - N57.8425, W3.93425 - N57.8425, W3.93425 - N57.850806111111, W3.9508330555556 -line362 = - N48.375943888889, W4.9134169444444 - N48.37675, W4.9125830555556 - N48.37675, W4.9125830555556 - N48.373443888889, W4.8942780555556 - N48.373443888889, W4.8942780555556 - N48.375943888889, W4.9134169444444 -line363 = - N58.477443888889, W4.7159169444444 - N58.479971944444, W4.7159169444444 - N58.479971944444, W4.7159169444444 - N58.489583055556, W4.7050830555556 - N58.489583055556, W4.7050830555556 - N58.477443888889, W4.7159169444444 -line364 = - N56.31, W5.6775 - N56.310833055556, W5.6758061111111 - N56.310833055556, W5.6758061111111 - N56.317471944444, W5.6608611111111 - N56.317471944444, W5.6608611111111 - N56.31, W5.6775 -line365 = - N57.810833055556, W6.8275561111111 - N57.8125, W6.8274719444444 - N57.8125, W6.8274719444444 - N57.805028055556, W6.8108061111111 - N57.805028055556, W6.8108061111111 - N57.810833055556, W6.8275561111111 -line366 = - N57.704138888889, W7.0408611111111 - N57.705, W7.0409438888889 - N57.705, W7.0409438888889 - N57.699971944444, W7.0225280555556 - N57.699971944444, W7.0225280555556 - N57.704138888889, W7.0408611111111 -line367 = - N53.508361111111, W10.160861111111 - N53.509166944444, W10.160806111111 - N53.509166944444, W10.160806111111 - N53.511638888889, W10.145833055556 - N53.511638888889, W10.145833055556 - N53.508361111111, W10.160861111111 -line368 = - N57.796611111111, W8.5759169444444 - N57.797471944444, W8.5758888888889 - N57.797471944444, W8.5758888888889 - N57.794138888889, W8.5541388888889 - N57.794138888889, W8.5541388888889 - N57.796611111111, W8.5759169444444 -line369 = - N53.524138888889, W10.2275 - N53.525833055556, W10.227556111111 - N53.525833055556, W10.227556111111 - N53.524138888889, W10.209193888889 - N53.524138888889, W10.209193888889 - N53.524138888889, W10.2275 -line370 = - N57.490806111111, W7.2908061111111 - N57.491666944444, W7.2908611111111 - N57.491666944444, W7.2908611111111 - N57.495833055556, W7.27425 - N57.495833055556, W7.27425 - N57.490806111111, W7.2908061111111 -line371 = - N51.608306111111, E4.1674438888889 - N51.609943888889, E4.1674169444444 - N51.609943888889, E4.1674169444444 - N51.606583055556, E4.1841111111111 - N51.606583055556, E4.1841111111111 - N51.608306111111, E4.1674438888889 -line372 = - N56.92, W5.9025280555556 - N56.921638888889, W5.9025561111111 - N56.921638888889, W5.9025561111111 - N56.925806111111, W5.8875280555556 - N56.925806111111, W5.8875280555556 - N56.92, W5.9025280555556 -line373 = - N56.513306111111, W6.7725 - N56.516693888889, W6.7725 - N56.516693888889, W6.7725 - N56.515, W6.7558888888889 - N56.515, W6.7558888888889 - N56.513306111111, W6.7725 -line374 = - N55.697443888889, W1.8708330555556 - N55.698306111111, W1.8709169444444 - N55.698306111111, W1.8709169444444 - N55.694166944444, W1.8425280555556 - N55.694166944444, W1.8425280555556 - N55.697443888889, W1.8708330555556 -line375 = - N56.993333055556, W7.3591669444444 - N56.995833055556, W7.3592219444444 - N56.995833055556, W7.3592219444444 - N56.995778055556, W7.3426111111111 - N56.995778055556, W7.3426111111111 - N56.993333055556, W7.3591669444444 -line376 = - N51.784166944444, W9.9158888888889 - N51.785833055556, W9.9158330555556 - N51.785833055556, W9.9158330555556 - N51.789193888889, W9.9008888888889 - N51.789193888889, W9.9008888888889 - N51.784166944444, W9.9158888888889 -line377 = - N57.500806111111, W7.3042219444444 - N57.501638888889, W7.3025830555556 - N57.501638888889, W7.3025830555556 - N57.499166944444, W7.2858330555556 - N57.499166944444, W7.2858330555556 - N57.500806111111, W7.3042219444444 -line378 = - N58.474971944444, W5.1341388888889 - N58.475833055556, W5.1341938888889 - N58.475833055556, W5.1341938888889 - N58.478333055556, W5.1175830555556 - N58.478333055556, W5.1175830555556 - N58.474971944444, W5.1341388888889 -line379 = - N56.354166944444, W3.2708330555556 - N56.354971944444, W3.2708330555556 - N56.354971944444, W3.2708330555556 - N56.358333055556, W3.2442219444444 - N56.358333055556, W3.2442219444444 - N56.354166944444, W3.2708330555556 -line380 = - N51.707471944444, W10.032583055556 - N51.71, W10.032528055556 - N51.71, W10.032528055556 - N51.713278055556, W10.015888888889 - N51.713278055556, W10.015888888889 - N51.707471944444, W10.032583055556 -line381 = - N49.895806111111, W6.3812780555556 - N49.896666944444, W6.3813330555556 - N49.896666944444, W6.3813330555556 - N49.890833055556, W6.3679438888889 - N49.890833055556, W6.3679438888889 - N49.895806111111, W6.3812780555556 -line382 = - N51.859971944444, W9.6525 - N51.861638888889, W9.6525280555556 - N51.861638888889, W9.6525280555556 - N51.864138888889, W9.6325561111111 - N51.864138888889, W9.6325561111111 - N51.859971944444, W9.6525 -line383 = - N58.565806111111, W4.6874719444444 - N58.5675, W4.6875561111111 - N58.5675, W4.6875561111111 - N58.57, W4.6675830555556 - N58.57, W4.6675830555556 - N58.565806111111, W4.6874719444444 -line384 = - N58.549971944444, W4.3075280555556 - N58.550388888889, W4.3066669444444 - N58.550388888889, W4.3066669444444 - N58.547471944444, W4.2891938888889 - N58.547471944444, W4.2891938888889 - N58.549971944444, W4.3075280555556 -line385 = - N53.611666944444, W10.179166944444 - N53.612471944444, W10.179193888889 - N53.612471944444, W10.179193888889 - N53.611638888889, W10.159193888889 - N53.611638888889, W10.159193888889 - N53.611666944444, W10.179166944444 -line386 = - N56.454971944444, W6.4841669444444 - N56.455806111111, W6.4841938888889 - N56.455806111111, W6.4841938888889 - N56.463693888889, W6.4733611111111 - N56.463693888889, W6.4733611111111 - N56.454971944444, W6.4841669444444 -line387 = - N50.331611111111, W4.1591938888889 - N50.333333055556, W4.1591388888889 - N50.333333055556, W4.1591388888889 - N50.330806111111, W4.1375830555556 - N50.330806111111, W4.1375830555556 - N50.331611111111, W4.1591938888889 -line388 = - N60.410833055556, W1.4375830555556 - N60.4125, W1.4375 - N60.4125, W1.4375 - N60.406666944444, W1.4208330555556 - N60.406666944444, W1.4208330555556 - N60.410833055556, W1.4375830555556 -line389 = - N57.744943888889, W6.4425561111111 - N57.745806111111, W6.4408888888889 - N57.745806111111, W6.4408888888889 - N57.740028055556, W6.4275561111111 - N57.740028055556, W6.4275561111111 - N57.744943888889, W6.4425561111111 -line390 = - N48.838306111111, W3.4128888888889 - N48.840833055556, W3.4129169444444 - N48.840833055556, W3.4129169444444 - N48.829583055556, W3.4075561111111 - N48.829583055556, W3.4075561111111 - N48.838306111111, W3.4128888888889 -line391 = - N51.504138888889, W9.4592219444444 - N51.504556111111, W9.4583888888889 - N51.504556111111, W9.4583888888889 - N51.504166944444, W9.4424719444444 - N51.504166944444, W9.4424719444444 - N51.504138888889, W9.4592219444444 -line392 = - N51.565, W4.3341388888889 - N51.565806111111, W4.3341669444444 - N51.565806111111, W4.3341669444444 - N51.562471944444, W4.3141938888889 - N51.562471944444, W4.3141938888889 - N51.565, W4.3341388888889 -line393 = - N50.571638888889, W2.4191938888889 - N50.572443888889, W2.4191938888889 - N50.572443888889, W2.4191938888889 - N50.583721944444, W2.4133061111111 - N50.583721944444, W2.4133061111111 - N50.571638888889, W2.4191938888889 -line394 = - N53.839971944444, W9.6475 - N53.841638888889, W9.6475 - N53.841638888889, W9.6475 - N53.844111111111, W9.6308611111111 - N53.844111111111, W9.6308611111111 - N53.839971944444, W9.6475 -line395 = - N53.859971944444, W9.6125561111111 - N53.861666944444, W9.6124719444444 - N53.861666944444, W9.6124719444444 - N53.860806111111, W9.5942219444444 - N53.860806111111, W9.5942219444444 - N53.859971944444, W9.6125561111111 -line396 = - N53.381638888889, W3.2308611111111 - N53.384138888889, W3.2309169444444 - N53.384138888889, W3.2309169444444 - N53.376693888889, W3.2174719444444 - N53.376693888889, W3.2174719444444 - N53.381638888889, W3.2308611111111 -line397 = - N60.163278055556, W1.3892780555556 - N60.164138888889, W1.38925 - N60.164138888889, W1.38925 - N60.155388888889, W1.3783330555556 - N60.155388888889, W1.3783330555556 - N60.163278055556, W1.3892780555556 -line398 = - N50.5925, W2.4324719444444 - N50.592888888889, W2.4316669444444 - N50.592888888889, W2.4316669444444 - N50.585778055556, W2.4141669444444 - N50.585778055556, W2.4141669444444 - N50.5925, W2.4324719444444 -line399 = - N53.626638888889, W10.1475 - N53.6275, W10.147528055556 - N53.6275, W10.147528055556 - N53.625778055556, W10.129138888889 - N53.625778055556, W10.129138888889 - N53.626638888889, W10.1475 -line400 = - N53.848306111111, W9.6258888888889 - N53.849111111111, W9.6259169444444 - N53.849111111111, W9.6259169444444 - N53.85, W9.6075830555556 - N53.85, W9.6075830555556 - N53.848306111111, W9.6258888888889 diff --git a/README.md b/README.md index d8c6fe0..a0861b5 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ detailed airspace management for London airports using STARs and SIDs. ## Installation +
+Show installation steps + Follow these steps to add the custom airspace to your game: 0. Download the `LTCC.ini` file from the [latest release](https://github.com/zefir-git/eatc-ltc/releases/latest) on @@ -41,26 +44,19 @@ Follow these steps to add the custom airspace to your game: 6. In the game, tap the menu → airports. You should see the LTCC button at the bottom of the screen. +
+ ## Airports -- ### `EGLL` Heathrow Airport - Only runways 27L/R currently available. Runways 9L/R will be added soon. -
Approach transition via radar vectors only. -- ### `EGKK` Gatwick Airport - Both runways 26L/R available with same STARs and SIDs. Only runway 26L currently selectable in runway configuration. -
Approach transition via radar vectors only. -- ### `EGSS` Stansted Airport - Not yet available. -- ### `EGGW` Luton Airport - Only runway 25 currently available. Runway 7 will be added soon. -
Approach transition via radar vectors, - or [`ZAGZO 1T`](https://web.archive.org/web/20241130183249if_/https://nats-uk.ead-it.com/cms-nats/opencms/en/Publications/AIP/Current-AIRAC/graphics/321263.pdf) - to RWY 25. -- ### `EGLC` London City Airport - Only runway 27 currently available. Runway 9 will be added soon. -
Approach transition via radar vectors, - or [`LAVNO 1G 1J`](https://web.archive.org/web/20250116120625if_/https://nats-uk.ead-it.com/cms-nats/opencms/en/Publications/AIP/Current-AIRAC/graphics/399531.pdf) - from GODLU or JACKO to RWY 27. +The airspace features the following airports. + +- `EGLL` London Heathrow Airport +- `EGKK` London Gatwick Airport +- `EGSS` London Stansted Airport +- `EGGW` London Luton Airport +- `EGLC` London City Airport + +RNAV approach transitions are available for EGGW (ZAGZO 1T 1Q) and EGLC (LAVNO 1G 1J ODLEG 1G 1J). ## Runway Configurations @@ -68,12 +64,121 @@ The following is a list of available runway configurations. You can select the c *Runways** and selecting your preferred setup. The required game score to unlock each runway configuration is listed in parentheses. -| # | EGLL | EGKK | EGGW | EGLC | -|---|------------------------------------------|--------------|--------------|--------------| -| 1 | `↓ 27L` `↑ 27R` | `↓↑ 26L` (8) | `↓↑ 25` (12) | `↓↑ 27` (18) | -| 2 | `↑ 27L` `↓ 27R` | `↓↑ 26L` (8) | `↓↑ 25` (12) | `↓↑ 27` (18) | -| 3 | `↓ 27L` `↑ 27R`
`↓ 27L` `↓↑ 27R` (23) | `↓↑ 26L` (8) | `↓↑ 25` (12) | `↓↑ 27` (18) | -| 4 | `↑ 27L` `↓ 27R`
`↓↑ 27L` `↓ 27R` (23) | `↓↑ 26L` (8) | `↓↑ 25` (12) | `↓↑ 27` (18) | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#EGLLEGKKEGSSEGGWEGLC
Westerly operations
1↓ 27L ↑ 27R↓↑ 26L (8)↓↑ 22 (12)↓↑ 25 (18)↓↑ 27 (24)
2↑ 27L ↓ 27R↓↑ 26L (8)↓↑ 22 (12)↓↑ 25 (18)↓↑ 27 (24)
3↓ 27L ↑ 27R
↓ 27L ↓↑ 27R (23)
↓↑ 26L (8)↓↑ 22 (12)↓↑ 25 (18)↓↑ 27 (24)
4↑ 27L ↓ 27R
↓↑ 27L ↓ 27R (23)
↓↑ 26L (8)↓↑ 22 (12)↓↑ 25 (18)↓↑ 27 (24)
Easterly operations
5↓ 09L ↑ 09R↓↑ 08R (8)↓↑ 04 (12)↓↑ 07 (18)↓↑ 09 (24)
6↓ 09L ↑ 09R
↓ 09L ↓↑ 09R (23)
↓↑ 08R (8)↓↑ 04 (12)↓↑ 07 (18)↓↑ 09 (24)
EGKK RWY 26R/08L
These configurations are the same as 1–6, except the secondary (26R/08L) runway is used for + Gatwick.
7↓ 27L ↑ 27R↓↑ 26R (8)↓↑ 22 (12)↓↑ 25 (18)↓↑ 27 (24)
8↑ 27L ↓ 27R↓↑ 26R (8)↓↑ 22 (12)↓↑ 25 (18)↓↑ 27 (24)
9↓ 27L ↑ 27R
↓ 27L ↓↑ 27R (23)
↓↑ 26R (8)↓↑ 22 (12)↓↑ 25 (18)↓↑ 27 (24)
10↑ 27L ↓ 27R
↓↑ 27L ↓ 27R (23)
↓↑ 26R (8)↓↑ 22 (12)↓↑ 25 (18)↓↑ 27 (24)
11↓ 09L ↑ 09R↓↑ 08L (8)↓↑ 04 (12)↓↑ 07 (18)↓↑ 09 (24)
12↓ 09L ↑ 09R
↓ 09L ↓↑ 09R (23)
↓↑ 08L (8)↓↑ 04 (12)↓↑ 07 (18)↓↑ 09 (24)
## Issues and Suggestions diff --git a/airlines/EGGW.txt b/airlines/EGGW.txt new file mode 100644 index 0000000..c915247 --- /dev/null +++ b/airlines/EGGW.txt @@ -0,0 +1,236 @@ + WUK, 10.00, a21n, Wizz Go, e + EZY, 3.61, a20n, Easy, s + WZZ, 2.79, a21n, Wizz Air, e + WMT, 2.27, a320, Wizz Malta, e + EZY, 2.17, a320, Easy, s + EZY, 1.87, a20n, Easy, e + WZZ, 1.47, a320, Wizz Air, e + EZY, 1.17, a319, Easy, s + EZY, 1.14, a319, Easy, n + WZZ, 1.14, a321, Wizz Air, e + EZY, 1.09, a319, Easy, e + RYR, 1.07, b38m, Ryanair, w + RYR, 1.05, b38m, Ryanair, s + RYR, 1.02, b38m, Ryanair, e + RYR, 0.95, b738, Ryanair, w + RYR, 0.90, b738, Ryanair, e + EZY, 0.88, a20n, Easy, n + EZY, 0.70, a320, Easy, n + WMT, 0.67, a21n, Wizz Malta, e + WMT, 0.65, a321, Wizz Malta, e + EZY, 0.62, a320, Easy, e + ELY, 0.60, b738, El Al, e + BCS, 0.55, a306, Postman, e + RYR, 0.53, b738, Ryanair, s + EZY, 0.48, a320, Easy, w + EZY, 0.43, a20n, Easy, w + WZZ, 0.38, a20n, Wizz Air, e + ISR, 0.35, a320, Israir, e + EZY, 0.33, a319, Easy, w + WUK, 0.27, a21n, Wizz Go, n + BCS, 0.25, b752, Postman, e + BCS, 0.23, b752, Postman, s + WMT, 0.22, a20n, Wizz Malta, e + EJU, 0.18, a20n, Alpine, e + NJE, 0.18, c68a, Fraction, s + VJT, 0.18, cl35, Vista Jet, s + VJH, 0.17, e35l, Vista Germany, e + NJE, 0.17, e55p, Fraction, e + VJT, 0.15, cl35, Vista Jet, e + VJH, 0.13, e35l, Vista Germany, s + WUK, 0.13, a321, Wizz Go, e + NJE, 0.12, c68a, Fraction, e + VJT, 0.12, glex, Vista Jet, e + VJH, 0.12, e55p, Vista Germany, s + VJT, 0.10, crj2, Vista Jet, s + ORT, 0.10, e55p, Skywalker, n + JFA, 0.08, pc12, Mosquito, s + NJE, 0.08, e55p, Fraction, s + NJE, 0.08, glex, Fraction, w + NJE, 0.08, c56x, Fraction, e + FIA, 0.08, a321, Fia Airlines, e + VJH, 0.08, c56x, Vista Germany, e + NJE, 0.07, glex, Fraction, s + VJT, 0.07, gl7t, Vista Jet, s + NJE, 0.07, cl60, Fraction, e + NJU, 0.07, c56x, Artisan, s + VJT, 0.07, glex, Vista Jet, w + TOM, 0.07, b738, Tomjet, s + PTN, 0.07, pc24, Platoon, e + FJO, 0.07, e550, Flex Europe, e + VJT, 0.07, cl60, Vista Jet, e + CLF, 0.07, e550, Clifton, s + FIA, 0.05, a320, Fia Airlines, e + NJE, 0.05, c68a, Fraction, w + FLJ, 0.05, e550, Flexair, s + QQE, 0.05, glf6, Q-Rex, w + CBM, 0.05, be20, Cambrian, s + VJT, 0.05, c56x, Vista Jet, e + NJE, 0.05, c68a, Fraction, n + NJE, 0.05, cl60, Fraction, s + WUK, 0.05, a21n, Wizz Go, s + EDC, 0.05, e550, Saltire, n + ISR, 0.05, b738, Israir, e + LXJ, 0.05, glf6, Flexjet, w + VJH, 0.05, c56x, Vista Germany, s + VJT, 0.05, glex, Vista Jet, s + VJT, 0.05, glex, Vista Jet, n + NJE, 0.05, cl35, Fraction, s + EJA, 0.05, glex, Execjet, w + FJO, 0.05, e550, Flex Europe, s + NJE, 0.05, c56x, Fraction, s + VJT, 0.05, cl35, Vista Jet, n + FTY, 0.05, c25b, Fly Tyrol, e + ASJ, 0.05, c68a, Astonjet, s + VJH, 0.05, e550, Vista Germany, s + EDC, 0.05, e550, Saltire, s + MHV, 0.05, f2th, Snowcap, e + MNB, 0.03, a321, Black Sea, e + VJT, 0.03, cl60, Vista Jet, w + SCO, 0.03, c56x, Braveheart, s + VTB, 0.03, c650, Suxair, e + FJO, 0.03, e550, Flex Europe, w + TOM, 0.03, b738, Tomjet, e + LNX, 0.03, c56x, Lonex, n + ELG, 0.03, c25a, Elangeni, s + JFA, 0.03, pc24, Mosquito, e + JME, 0.03, glex, Jetman, w + NJE, 0.03, glex, Fraction, n + JBC, 0.03, be4w, Jetbee, e + TYW, 0.03, c55b, Tyrol Ambulance, s + QQE, 0.03, glf6, Q-Rex, n + FLJ, 0.03, e550, Flexair, n + ESW, 0.03, glf5, W-Business, e + JFA, 0.03, pc24, Mosquito, s + LXJ, 0.03, glf4, Flexjet, w + VJT, 0.03, gl7t, Vista Jet, w + EJU, 0.03, a319, Alpine, e + PDY, 0.03, ga6c, Pendley, s + EDC, 0.03, e550, Saltire, w + FLJ, 0.03, e550, Flexair, e + VJH, 0.03, e55p, Vista Germany, e + CBM, 0.03, be20, Cambrian, w + VJT, 0.03, gl7t, Vista Jet, e + GMA, 0.03, be20, Gama, n + VJH, 0.03, c56x, Vista Germany, n + VCG, 0.03, e55p, Thunder Cat, n + CLF, 0.03, e550, Clifton, n + QQE, 0.03, glf6, Q-Rex, e + FJO, 0.03, glf6, Flex Europe, e + AWH, 0.03, c56x, Aerowest, e + EDC, 0.03, c68a, Saltire, e + APX, 0.03, c25b, Apex, w + KLJ, 0.03, b733, Class Line, e + AJO, 0.03, f2th, Aviate Jet, w + DWC, 0.03, cl60, Smooth, s + PTN, 0.03, pc24, Platoon, s + NJE, 0.03, glex, Fraction, e + IFA, 0.03, cl60, Red Angel, e + NJE, 0.03, cl35, Fraction, e + PNC, 0.02, c56x, Prince Aviation, e + VJT, 0.02, gl7t, Vista Jet, n + EZE, 0.02, e170, Eastflight, s + PVD, 0.02, e550, Pad Aviation, s + JFA, 0.02, pc12, Mosquito, e + JME, 0.02, c56x, Jetman, e + EJA, 0.02, gl5t, Execjet, w + ISR, 0.02, b737, Israir, e + SXN, 0.02, c525, Saxonair, s + JTY, 0.02, e35l, Jetology, s + NJU, 0.02, c56x, Artisan, w + BOM, 0.02, e55p, Batman, e + AMB, 0.02, lj35, Civil Air Ambulance, e + GCK, 0.02, cl35, Glock, s + KRH, 0.02, e35l, Sparrowhawk, e + EDC, 0.02, c68a, Saltire, s + LJC, 0.02, c55b, Little Jet, n + FJO, 0.02, glf6, Flex Europe, s + IRL, 0.02, pc12, Irish, s + LJC, 0.02, c55b, Little Jet, e + VAJ, 0.02, gl5t, Trubadix, s + WZZ, 0.02, a20n, Wizz Air, s + AXY, 0.02, e190, Legend, e + SXN, 0.02, c525, Saxonair, e + LSM, 0.02, fa7x, Titan, s + TOM, 0.02, b738, Tomjet, n + PTN, 0.02, pc24, Platoon, w + EZE, 0.02, e170, Eastflight, n + IXR, 0.02, c25a, X-Bird, s + VOS, 0.02, glf6, Jetsal, w + TOM, 0.02, b38m, Tomjet, e + VJH, 0.02, fa7x, Vista Germany, w + EZT, 0.02, a320, Thai Ezy, w + AXY, 0.02, crj2, Legend, e + AXY, 0.02, crj2, Legend, s + EZS, 0.02, a20n, Topswiss, e + ELY, 0.02, b738, El Al, n + CLF, 0.02, e550, Clifton, e + ECA, 0.02, c25a, Dark Knight, e + EJM, 0.02, cl60, Jet Speed, w + VJH, 0.02, fa7x, Vista Germany, s + KRH, 0.02, e35l, Sparrowhawk, n + PEA, 0.02, e50p, Peach, s + TFL, 0.02, b38m, Orange, e + JAF, 0.02, b738, Beauty, e + BRO, 0.02, b733, Broadsword, n + FJO, 0.02, glf6, Flex Europe, w + TOM, 0.02, b38m, Tomjet, s + RYR, 0.02, b38m, Ryanair, n + AMB, 0.02, lj35, Civil Air Ambulance, s + ORT, 0.02, e55p, Skywalker, s + NJU, 0.02, c68a, Artisan, e + EDC, 0.02, e35l, Saltire, s + SCO, 0.02, c56x, Braveheart, w + GFM, 0.02, h25b, Parrot, e + SCO, 0.02, cl35, Braveheart, w + VJH, 0.02, c56x, Vista Germany, w + WUK, 0.02, a21n, Wizz Go, w + NJE, 0.02, e55p, Fraction, n + NJU, 0.02, c56x, Artisan, n + KRH, 0.02, c56x, Sparrowhawk, s + VJT, 0.02, crj2, Vista Jet, e + EDC, 0.02, e35l, Saltire, n + VJH, 0.02, e550, Vista Germany, e + LNX, 0.02, e35l, Lonex, s + VLJ, 0.02, c25a, Valjet, s + VJT, 0.02, cl60, Vista Jet, s + EDC, 0.02, c68a, Saltire, w + MHV, 0.02, cl60, Snowcap, s + TOM, 0.02, b38m, Tomjet, w + AWH, 0.02, c56x, Aerowest, s + AZE, 0.02, e55p, Arcus Air, e + SCO, 0.02, c25a, Braveheart, e + NJE, 0.02, f2th, Fraction, e + MNB, 0.02, a332, Black Sea, e + SUA, 0.02, c56x, Air Silesia, s + SCO, 0.02, c25a, Braveheart, s + NJE, 0.02, gl5t, Fraction, w + LXJ, 0.02, glf4, Flexjet, e + UEE, 0.02, c525, Eagle Slovenia, s + GWW, 0.02, cl60, Global Wings, e + GMA, 0.02, cl60, Gama, s + CLF, 0.02, be20, Clifton, e + EZX, 0.02, a320, Eaglexpress Air, w + EJM, 0.02, glex, Jet Speed, e + AZE, 0.02, e50p, Arcus Air, s + JME, 0.02, glex, Jetman, s + AWC, 0.02, a321, Zap, s + FLJ, 0.02, e550, Flexair, w + TOY, 0.02, e35l, Toyo Aviation, e + NJE, 0.02, f2th, Fraction, s + LUA, 0.02, c56x, Luminair, e + TOM, 0.02, b738, Tomjet, w + NJU, 0.02, cl35, Artisan, n + ESW, 0.02, g280, W-Business, e + PDY, 0.02, ga6c, Pendley, n + AWC, 0.02, a321, Zap, e + VJH, 0.02, e55p, Vista Germany, n + LUA, 0.02, c56x, Luminair, s + ATL, 0.02, c25a, Air Bremen, e + MHV, 0.02, cl60, Snowcap, e + XAA, 0.02, ga7c, Rockfish, w + VJT, 0.02, gl5t, Vista Jet, w + VJT, 0.02, cl60, Vista Jet, n + CBM, 0.02, be20, Cambrian, n + TOM, 0.02, b38m, Tomjet, n + AXS, 0.02, cl60, Axis, e diff --git a/airlines/EGKK.txt b/airlines/EGKK.txt new file mode 100644 index 0000000..f58de9c --- /dev/null +++ b/airlines/EGKK.txt @@ -0,0 +1,185 @@ + EZY, 10.00, a320, Easy, s + VLG, 7.16, a320, Vueling, s + EZY, 6.59, a320, Easy, e + EFW, 4.91, a321, Griffin, s + EZY, 4.60, a320, Easy, n + RYR, 4.41, b738, Ryanair, w + EFW, 4.32, a320, Griffin, s + EZY, 3.61, a319, Easy, n + WMT, 3.61, a21n, Wizz Malta, e + EZY, 3.52, a319, Easy, s + WUK, 3.28, a21n, Wizz Go, e + BAW, 3.19, b772, Speedbird, w + AUR, 2.80, at76, Ayline, s + EZY, 2.56, a21n, Easy, s + NOZ, 2.40, b738, Nordic, n + EZY, 2.29, a319, Easy, e + EZY, 1.96, a20n, Easy, e + WUK, 1.87, a21n, Wizz Go, s + EZY, 1.67, a20n, Easy, s + TOM, 1.63, b738, Tomjet, s + EZS, 1.59, a320, Topswiss, s + EFW, 1.41, a320, Griffin, e + WZZ, 1.39, a21n, Wizz Air, e + TOM, 1.37, b38m, Tomjet, s + EJU, 1.17, a320, Alpine, s + UAE, 1.12, a388, Emirates, e + EZY, 1.10, a20n, Easy, n + EJU, 1.06, a320, Alpine, e + NSZ, 1.01, b738, Rednose, e + AEA, 1.01, b738, Europa, s + AIC, 1.01, b788, Air India, e + UBT, 0.97, b789, Longboat, w + EZE, 0.93, at76, Eastflight, w + TOM, 0.88, b789, Tomjet, w + NSZ, 0.86, b38m, Rednose, n + THY, 0.84, a21n, Turkish, e + VLG, 0.81, a319, Vueling, e + BTI, 0.79, bcs3, Airbaltic, e + VLG, 0.79, a20n, Vueling, s + VLG, 0.75, a320, Vueling, e + QTR, 0.73, b788, Qatari, e + BAW, 0.70, b772, Speedbird, e + EJU, 0.66, a319, Alpine, s + CCA, 0.59, a359, Air China, e + CES, 0.59, b77w, China Eastern, e + RYR, 0.59, b38m, Ryanair, s + EJU, 0.57, a20n, Alpine, e + EJU, 0.57, a319, Alpine, e + IBS, 0.57, a320, Iberexpres, s + TAP, 0.55, a320, Air Portugal, s + KMM, 0.48, a20n, Sky Knight, s + APK, 0.48, b772, Peace Bird, s + NSZ, 0.48, b38m, Rednose, e + RAM, 0.48, b738, Royalair Maroc, s + TOM, 0.46, b788, Tomjet, w + TAP, 0.46, e195, Air Portugal, s + RYR, 0.46, b38m, Ryanair, w + WMT, 0.46, a321, Wizz Malta, e + TOM, 0.44, b38m, Tomjet, e + NSZ, 0.44, b738, Rednose, n + ICE, 0.42, b38m, Iceair, n + SHT, 0.42, a320, Shuttle, n + THY, 0.42, b738, Turkish, e + EXS, 0.42, b738, Channex, s + VLG, 0.40, a321, Vueling, s + TAP, 0.35, e190, Air Portugal, s + TOM, 0.35, b738, Tomjet, e + AWC, 0.35, a320, Zap, s + SEH, 0.35, a20n, Air Crete, e + UAE, 0.33, b77w, Emirates, e + EJU, 0.31, a21n, Alpine, s + SIA, 0.31, a359, Singapore, e + ETH, 0.31, a359, Ethiopian, e + BAW, 0.31, b772, Speedbird, s + AEE, 0.31, a21n, Aegean, e + TSC, 0.31, a21n, Transat, w + EFW, 0.29, a321, Griffin, e + TOM, 0.29, b788, Tomjet, e + MAU, 0.26, a359, Airmauritius, e + BAW, 0.26, a320, Speedbird, s + SXS, 0.26, b38m, Sunexpress, e + TSC, 0.24, a332, Transat, w + EZY, 0.24, a21n, Easy, e + TOM, 0.24, b38m, Tomjet, n + TOM, 0.22, b738, Tomjet, n + UBT, 0.22, b789, Longboat, s + EZY, 0.22, a21n, Easy, n + AHY, 0.22, b788, Azal, e + WZZ, 0.22, a20n, Wizz Air, e + BAW, 0.22, b77w, Speedbird, w + EZS, 0.20, a320, Topswiss, e + SWR, 0.20, bcs3, Swiss, s + SWR, 0.20, bcs1, Swiss, e + EFW, 0.20, a320, Griffin, n + MAC, 0.20, a320, Arabia Maroc, s + MAU, 0.20, a339, Airmauritius, e + SEH, 0.18, a21n, Air Crete, e + AUR, 0.15, a320, Ayline, s + RYR, 0.15, b738, Ryanair, s + BAW, 0.15, a321, Speedbird, s + SWU, 0.15, dh8d, Skyalps, e + BAW, 0.13, b772, Speedbird, n + VOE, 0.13, a320, Volotea, e + EZE, 0.13, e170, Eastflight, n + CSN, 0.13, b788, China Southern, e + TUA, 0.13, b77l, Turkmenistan, e + SVA, 0.13, b789, Saudia, e + EZE, 0.13, e170, Eastflight, w + TAR, 0.11, a20n, Tunair, s + AWC, 0.11, a321, Zap, n + SVA, 0.11, b78x, Saudia, e + THY, 0.11, a321, Turkish, e + SWR, 0.11, bcs3, Swiss, e + TOM, 0.11, b788, Tomjet, s + TAP, 0.11, a20n, Air Portugal, s + WZZ, 0.09, a321, Wizz Air, e + EZS, 0.09, a20n, Topswiss, s + UBT, 0.09, b789, Longboat, n + AWC, 0.09, a321, Zap, e + TOM, 0.09, b788, Tomjet, n + LBT, 0.09, a320, Nouvelair, s + EJU, 0.09, a21n, Alpine, e + SVA, 0.09, b77w, Saudia, e + AUR, 0.09, dh8d, Ayline, s + CSN, 0.07, b789, China Southern, e + SXS, 0.07, b738, Sunexpress, e + EXS, 0.07, b738, Channex, n + EJU, 0.07, a20n, Alpine, s + VLG, 0.07, a20n, Vueling, e + SWR, 0.07, a320, Swiss, e + EZY, 0.07, a320, Easy, w + EFW, 0.04, a321, Griffin, n + SWR, 0.04, e295, Swiss, e + UZB, 0.04, a21n, Uzbek, e + EXS, 0.04, b738, Channex, e + CFE, 0.04, e190, Flyer, s + LBT, 0.04, a20n, Nouvelair, s + WUK, 0.04, a21n, Wizz Go, n + RYR, 0.04, b738, Ryanair, n + THY, 0.04, b739, Turkish, e + HAT, 0.04, b734, Sky Runner, s + RYR, 0.04, b738, Ryanair, e + IBS, 0.04, a21n, Iberexpres, s + TAP, 0.04, a319, Air Portugal, s + EZE, 0.04, at72, Eastflight, w + ENT, 0.04, b738, Enter, n + EZY, 0.04, a319, Easy, w + WZZ, 0.02, a320, Wizz Air, e + MAC, 0.02, a321, Arabia Maroc, s + ICE, 0.02, b39m, Iceair, n + EZY, 0.02, a20n, Easy, w + UBD, 0.02, a320, Urair, e + SWR, 0.02, e195, Swiss, e + EJU, 0.02, a320, Alpine, n + QTR, 0.02, b788, Qatari, n + AWC, 0.02, a320, Zap, n + MSR, 0.02, a21n, Egyptair, e + SIA, 0.02, a359, Singapore, w + ETH, 0.02, a359, Ethiopian, s + AUR, 0.02, at75, Ayline, s + AUR, 0.02, a320, Ayline, n + TOM, 0.02, b789, Tomjet, n + TUI, 0.02, b738, Tuifly, e + ICE, 0.02, a21n, Iceair, n + LOG, 0.02, e145, Logan, n + WMT, 0.02, a320, Wizz Malta, e + IFA, 0.02, lj60, Red Angel, e + BAW, 0.02, b38m, Speedbird, n + SYG, 0.02, b738, Synergy, n + PGT, 0.02, a20n, Sunturk, e + TAP, 0.02, a321, Air Portugal, s + ENT, 0.02, b738, Enter, e + AWH, 0.02, c680, Aerowest, e + PVG, 0.02, a321, Privilege, e + EZS, 0.02, a20n, Topswiss, e + UZB, 0.02, b788, Uzbek, e + SHT, 0.02, a20n, Shuttle, n + TOM, 0.02, b38m, Tomjet, w + IFA, 0.02, cl60, Red Angel, w + ENT, 0.02, b738, Enter, s + EZE, 0.02, e190, Eastflight, w + VJH, 0.02, c56x, Vista Germany, e + VLG, 0.02, a319, Vueling, s + VJH, 0.02, e35l, Vista Germany, n + VOE, 0.02, a320, Volotea, s diff --git a/airlines/EGLC.txt b/airlines/EGLC.txt new file mode 100644 index 0000000..fc05362 --- /dev/null +++ b/airlines/EGLC.txt @@ -0,0 +1,49 @@ + CFE, 10.00, e190, Flyer, e + CFE, 6.30, e190, Flyer, n + CFE, 4.56, e190, Flyer, w + KLM, 4.10, e190, KLM, e + ITY, 3.36, bcs1, Itarrow, e + LGL, 3.06, dh8d, Luxair, e + CFE, 1.71, e190, Flyer, s + DLA, 1.10, e190, Dolomiti, e + SWR, 0.92, bcs1, Swiss, e + LOG, 0.80, at76, Logan, w + SWR, 0.58, e290, Swiss, e + ITY, 0.52, bcs3, Itarrow, e + LOT, 0.46, e190, Lot, e + AUR, 0.34, at76, Ayline, s + NJE, 0.21, c68a, Fraction, s + NJE, 0.18, e55p, Fraction, e + NJE, 0.09, c68a, Fraction, e + PVD, 0.09, e55p, Pad Aviation, s + GAC, 0.09, c510, Dream Team, e + GAC, 0.09, c510, Dream Team, s + VJH, 0.09, c56x, Vista Germany, w + MCK, 0.06, c25a, Maverick, s + NJE, 0.06, e55p, Fraction, w + MCK, 0.06, c525, Maverick, s + MCK, 0.06, c25a, Maverick, e + NJE, 0.06, c56x, Fraction, e + NJE, 0.06, e55p, Fraction, s + JFA, 0.03, pc24, Mosquito, n + NJE, 0.03, c56x, Fraction, w + NJE, 0.03, cl35, Fraction, s + BCP, 0.03, pc24, Sybajet, w + SHT, 0.03, a21n, Shuttle, n + NJE, 0.03, cl60, Fraction, s + FJO, 0.03, e550, Flex Europe, e + FJO, 0.03, e550, Flex Europe, s + LOG, 0.03, at76, Logan, n + PVD, 0.03, e55p, Pad Aviation, e + EFD, 0.03, c25b, Ever Flight, e + NJE, 0.03, c68a, Fraction, w + VJH, 0.03, c56x, Vista Germany, e + NJE, 0.03, cl35, Fraction, w + FJO, 0.03, e550, Flex Europe, n + FJO, 0.03, e550, Flex Europe, w + VJH, 0.03, c56x, Vista Germany, n + SWR, 0.03, e190, Swiss, e + NJU, 0.03, c56x, Artisan, w + JIV, 0.03, c56x, Jivair, n + AWH, 0.03, c68a, Aerowest, s + SAS, 0.03, e190, Scandinavian, e diff --git a/airlines/EGLL.txt b/airlines/EGLL.txt new file mode 100644 index 0000000..f0f5b35 --- /dev/null +++ b/airlines/EGLL.txt @@ -0,0 +1,296 @@ + BAW, 10.00, a320, Speedbird, e + BAW, 5.39, a319, Speedbird, e + BAW, 5.18, a20n, Speedbird, e + BAW, 4.88, a320, Speedbird, s + SHT, 4.07, a320, Shuttle, n + DLH, 3.34, a20n, Lufthansa, e + EIN, 2.69, a20n, Shamrock, w + BAW, 2.54, a20n, Speedbird, s + BAW, 2.51, b772, Speedbird, w + BAW, 2.25, a21n, Speedbird, e + SHT, 2.17, a319, Shuttle, n + UAL, 2.05, b763, United, w + BAW, 1.79, a319, Speedbird, s + AAL, 1.75, b772, American, w + SAS, 1.46, a20n, Scandinavian, n + BAW, 1.43, a35k, Speedbird, w + EWG, 1.39, a319, Eurowings, e + AAL, 1.37, b77w, American, w + BAW, 1.36, b772, Speedbird, e + BAW, 1.31, b78x, Speedbird, w + SHT, 1.29, a20n, Shuttle, n + SHT, 1.26, a21n, Shuttle, n + BAW, 1.25, a21n, Speedbird, s + IBE, 1.20, a20n, Iberia, s + VIR, 1.16, a35k, Virgin, w + UAE, 1.16, a388, Emirates, e + BAW, 1.12, b77w, Speedbird, w + VIR, 1.09, a339, Virgin, w + BAW, 1.01, a320, Speedbird, n + AFR, 1.01, bcs3, Airfrans, s + BAW, 0.90, b789, Speedbird, e + QTR, 0.87, b77w, Qatari, e + DAL, 0.85, b764, Delta, w + VIR, 0.85, b789, Virgin, w + SWR, 0.82, bcs3, Swiss, s + BAW, 0.82, b789, Speedbird, w + BAW, 0.77, a35k, Speedbird, s + AAL, 0.77, b789, American, w + VIR, 0.73, a333, Virgin, w + BAW, 0.73, a388, Speedbird, w + DAL, 0.73, a332, Delta, w + SAS, 0.73, a20n, Scandinavian, e + VIR, 0.70, a35k, Virgin, e + AUA, 0.70, a20n, Austrian, e + FIN, 0.68, a321, Finnair, e + EWG, 0.68, a20n, Eurowings, e + SVA, 0.68, b77w, Saudia, e + JBU, 0.65, a21n, Jetblue, w + BAW, 0.65, a319, Speedbird, n + BAW, 0.64, b788, Speedbird, w + UAL, 0.64, b772, United, w + KLM, 0.63, e295, KLM, e + LOG, 0.60, e145, Logan, w + THY, 0.59, a21n, Turkish, e + SWR, 0.59, a20n, Swiss, e + VIR, 0.56, b789, Virgin, e + BAW, 0.56, a20n, Speedbird, n + TAP, 0.55, a21n, Air Portugal, s + TAP, 0.53, a20n, Air Portugal, s + VIR, 0.50, b789, Virgin, n + BAW, 0.49, b788, Speedbird, e + VLG, 0.48, a320, Vueling, s + LOT, 0.47, b38m, Lot, e + BAW, 0.47, b772, Speedbird, s + CPA, 0.46, a359, Cathay, e + KLM, 0.45, b738, KLM, e + BAW, 0.45, b77w, Speedbird, e + UAL, 0.44, b772, United, n + UAL, 0.43, b789, United, w + BEL, 0.41, a20n, Beeline, e + ACA, 0.39, b77w, Air Canada, n + VIR, 0.39, b789, Virgin, s + MSR, 0.38, a20n, Egyptair, e + THA, 0.38, b77w, Thai, e + QTR, 0.38, a388, Qatari, e + KMM, 0.38, a20n, Sky Knight, s + AEE, 0.38, a21n, Aegean, e + EIN, 0.38, a21n, Shamrock, w + SIA, 0.37, b77w, Singapore, e + BAW, 0.37, a388, Speedbird, e + MAS, 0.37, a359, Malaysian, e + BAW, 0.37, a21n, Speedbird, w + KAC, 0.37, b77w, Kuwaiti, e + BAW, 0.37, b78x, Speedbird, n + GFA, 0.36, b789, Gulf Air, e + CPA, 0.36, b77w, Cathay, e + BAW, 0.36, b77w, Speedbird, s + SIA, 0.36, a388, Singapore, e + EIN, 0.36, a320, Shamrock, w + BAW, 0.36, a320, Speedbird, w + ACA, 0.35, a333, Air Canada, w + AIC, 0.34, a359, Air India, e + AIC, 0.34, b77w, Air India, e + SWR, 0.33, a21n, Swiss, e + ETD, 0.33, a388, Etihad, e + LOG, 0.33, at45, Logan, n + BAW, 0.33, a35k, Speedbird, e + BAW, 0.33, b789, Speedbird, n + CES, 0.33, b77w, China Eastern, e + ACA, 0.31, b77w, Air Canada, w + SHT, 0.31, a320, Shuttle, s + DAL, 0.31, a339, Delta, w + AEE, 0.31, a20n, Aegean, e + ELY, 0.26, b789, El Al, e + SVA, 0.25, b789, Saudia, e + BAW, 0.25, a20n, Speedbird, w + FIN, 0.24, a359, Finnair, e + THY, 0.24, a359, Turkish, e + ETD, 0.24, b789, Etihad, e + MEA, 0.24, a21n, Cedar Jet, e + ALK, 0.23, a333, Srilankan, e + BAW, 0.22, a35k, Speedbird, n + BAW, 0.22, a388, Speedbird, n + RWD, 0.22, a332, Rwandair, s + AVA, 0.22, b788, Avianca, w + JAL, 0.21, a35k, Japanair, n + WJA, 0.21, b789, Westjet, n + BAW, 0.21, b772, Speedbird, n + BAW, 0.20, b78x, Speedbird, s + QFA, 0.20, b789, Qantas, e + AIC, 0.20, b789, Air India, e + BAW, 0.20, b77w, Speedbird, n + RJA, 0.20, b788, Jordanian, e + BCS, 0.20, a306, Postman, e + AMX, 0.20, b789, Aeromexico, w + KAL, 0.19, b77w, Koreanair, n + ANA, 0.19, b77w, All Nippon, n + LOG, 0.19, at76, Logan, n + THY, 0.19, b77w, Turkish, e + SWR, 0.19, bcs3, Swiss, e + OMA, 0.19, b789, Oman Air, e + BAW, 0.19, b788, Speedbird, s + QTR, 0.18, a359, Qatari, e + HVN, 0.18, b789, Vietnam Airlines, e + JAL, 0.18, b788, Japanair, n + ACA, 0.18, b38m, Air Canada, w + EVA, 0.18, b77w, Eva, e + CSN, 0.18, a359, China Southern, e + VIR, 0.18, a339, Virgin, e + AIC, 0.18, b788, Air India, e + BAW, 0.17, a388, Speedbird, s + BEL, 0.17, a319, Beeline, e + CCA, 0.17, b77w, Air China, e + BAW, 0.17, a21n, Speedbird, n + MSR, 0.17, b77w, Egyptair, e + BAW, 0.17, b788, Speedbird, n + CSN, 0.16, b789, China Southern, e + CCA, 0.16, a359, Air China, e + VIR, 0.16, a35k, Virgin, s + TAM, 0.16, b77w, TAM, s + QTR, 0.16, b77l, Qatari, e + KLM, 0.16, e190, KLM, e + ICE, 0.16, b38m, Iceair, n + SVA, 0.16, b78x, Saudia, e + ETD, 0.16, b78x, Etihad, e + ICE, 0.16, a21n, Iceair, n + ACA, 0.16, b77w, Air Canada, e + ASL, 0.14, a319, Air Serbia, e + BAW, 0.14, a319, Speedbird, w + QFA, 0.13, a388, Qantas, e + CSZ, 0.13, a333, Shenzhen Air, e + AAR, 0.13, a359, Asiana, n + KQA, 0.13, b788, Kenya, s + ETH, 0.12, a359, Ethiopian, e + SHT, 0.12, a319, Shuttle, s + BCS, 0.11, a306, Postman, s + CAL, 0.11, a359, Dynasty, e + RAM, 0.11, b38m, Royalair Maroc, s + AFR, 0.11, a320, Airfrans, s + EWG, 0.10, a21n, Eurowings, e + IBE, 0.10, a359, Iberia, s + AHY, 0.10, b788, Azal, e + KLM, 0.10, b737, KLM, e + GCR, 0.09, a332, Bo Hai, e + CTN, 0.09, a319, Croatia, e + LZB, 0.09, bcs3, Flying Bulgaria, e + RBA, 0.09, b788, Brunei, e + CPA, 0.09, a35k, Cathay, e + DAL, 0.09, a333, Delta, w + ACA, 0.08, b789, Air Canada, w + BAW, 0.08, b78x, Speedbird, e + BCS, 0.07, a306, Postman, n + SHT, 0.07, a20n, Shuttle, s + CCA, 0.07, a333, Air China, e + DAL, 0.07, a339, Delta, n + THY, 0.07, a321, Turkish, e + DLH, 0.06, a21n, Lufthansa, e + KQA, 0.06, a333, Kenya, s + CSN, 0.06, b788, China Southern, e + ASL, 0.06, a320, Air Serbia, e + ACA, 0.06, b789, Air Canada, e + AFR, 0.06, a319, Airfrans, s + CBJ, 0.06, a333, Capital Jet, e + SWR, 0.06, e290, Swiss, e + BBC, 0.06, b789, Bangladesh, e + DAH, 0.06, b738, Air Algerie, s + AFR, 0.05, a318, Airfrans, s + SWR, 0.05, bcs1, Swiss, s + ELY, 0.05, b788, El Al, e + IBE, 0.05, a332, Iberia, s + FIN, 0.05, a333, Finnair, e + EWG, 0.05, a320, Eurowings, e + SWR, 0.05, e295, Swiss, e + TAR, 0.05, a20n, Tunair, s + RAM, 0.05, b789, Royalair Maroc, s + DAH, 0.05, a332, Air Algerie, s + ACA, 0.05, b789, Air Canada, n + KZR, 0.05, a21n, Astanaline, e + CHH, 0.05, b789, Hainan, e + THY, 0.05, a333, Turkish, e + MEA, 0.04, a320, Cedar Jet, e + BBC, 0.04, b788, Bangladesh, e + VLG, 0.04, a20n, Vueling, s + BAW, 0.04, b789, Speedbird, s + RAM, 0.04, b788, Royalair Maroc, s + ETH, 0.04, a35k, Ethiopian, e + KAL, 0.04, b77l, Koreanair, n + UAE, 0.04, b77l, Emirates, e + VIR, 0.04, a333, Virgin, n + AAL, 0.04, b788, American, w + THY, 0.04, b789, Turkish, e + CPA, 0.04, b748, Cathay, e + VIR, 0.04, a333, Virgin, e + SIA, 0.04, b744, Singapore, e + FIN, 0.04, a320, Finnair, e + ICE, 0.04, b39m, Iceair, n + CPA, 0.04, b744, Cathay, e + UZB, 0.04, a21n, Uzbek, e + RJA, 0.03, a320, Jordanian, e + IBE, 0.03, a333, Iberia, s + BEL, 0.03, a320, Beeline, e + AIC, 0.03, b77l, Air India, e + BAW, 0.03, b77l, Speedbird, w + VLG, 0.03, a321, Vueling, s + VIR, 0.03, a35k, Virgin, n + DAL, 0.03, a359, Delta, w + KAL, 0.02, b748, Koreanair, e + DAL, 0.02, b763, Delta, w + ICE, 0.02, b752, Iceair, n + UZB, 0.02, b788, Uzbek, e + FIN, 0.02, a319, Finnair, e + KLM, 0.02, a21n, KLM, e + QTR, 0.02, a35k, Qatari, e + LOT, 0.01, b738, Lot, e + DLH, 0.01, a320, Lufthansa, e + SWR, 0.01, bcs1, Swiss, e + QTR, 0.01, b77w, Qatari, n + CTN, 0.01, a320, Croatia, e + AFR, 0.01, e190, Airfrans, s + SAS, 0.01, a320, Scandinavian, n + KLM, 0.01, b739, KLM, e + EIN, 0.01, a20n, Shamrock, n + UAL, 0.01, b763, United, n + VIR, 0.01, a339, Virgin, n + GFA, 0.01, b789, Gulf Air, n + SHT, 0.01, a320, Shuttle, e + LZB, 0.01, bcs1, Flying Bulgaria, e + DAL, 0.01, a359, Delta, n + MSR, 0.01, b789, Egyptair, e + RAM, 0.01, b738, Royalair Maroc, s + QFA, 0.01, b789, Qantas, n + KLM, 0.01, e75l, KLM, e + UAL, 0.01, b764, United, w + DLH, 0.01, a321, Lufthansa, e + EIN, 0.01, b788, Shamrock, w + SHT, 0.01, a20n, Shuttle, e + RJA, 0.01, a321, Jordanian, e + SWR, 0.01, a321, Swiss, e + AUA, 0.01, a320, Austrian, e + JAL, 0.01, b789, Japanair, n + AAL, 0.01, b77w, American, n + SWR, 0.01, a320, Swiss, e + DAL, 0.01, b764, Delta, n + FJO, 0.01, e550, Flex Europe, e + CPA, 0.01, a35k, Cathay, n + ETH, 0.01, a359, Ethiopian, s + THY, 0.01, b77l, Turkish, e + UAE, 0.01, a388, Emirates, n + TOM, 0.01, b789, Tomjet, n + RWD, 0.01, a332, Rwandair, n + CFD, 0.01, b77w, Aeronaut, n + ETD, 0.01, b78x, Etihad, n + ETD, 0.01, b789, Etihad, n + SHT, 0.01, a319, Shuttle, e + SVA, 0.01, a21n, Saudia, e + VIR, 0.01, a339, Virgin, s + QTR, 0.01, a35k, Qatari, w + MSR, 0.01, b738, Egyptair, e + AMX, 0.01, b788, Aeromexico, w + EFW, 0.01, a320, Griffin, s + DLH, 0.01, a319, Lufthansa, w + ACA, 0.01, b77l, Air Canada, w + VLG, 0.01, a319, Vueling, s + LOG, 0.01, at76, Logan, w + ACA, 0.01, b788, Air Canada, w + THY, 0.01, a332, Turkish, e diff --git a/airlines/EGSS.txt b/airlines/EGSS.txt new file mode 100644 index 0000000..1947f06 --- /dev/null +++ b/airlines/EGSS.txt @@ -0,0 +1,167 @@ + RYR, 10.00, b738, Ryanair, e + RYR, 5.43, b738, Ryanair, s + RYR, 4.17, b38m, Ryanair, s + RYR, 4.15, b38m, Ryanair, e + RYR, 2.00, b738, Ryanair, w + RUK, 1.47, b738, Blue Max, e + EXS, 1.15, b738, Channex, s + RUK, 0.72, b738, Blue Max, n + RUK, 0.66, b738, Blue Max, w + PGT, 0.65, a21n, Sunturk, e + RUK, 0.63, b738, Blue Max, s + RYR, 0.59, a320, Ryanair, e + PGT, 0.53, a20n, Sunturk, e + RYR, 0.50, b738, Ryanair, n + EZY, 0.48, a320, Easy, n + RYR, 0.46, b38m, Ryanair, w + UAE, 0.41, b77w, Emirates, e + TKJ, 0.35, b738, Anatolia, e + FDX, 0.33, b77l, Fedex, w + BCS, 0.30, b752, Postman, e + EZY, 0.29, a20n, Easy, w + EZY, 0.21, a320, Easy, w + FPY, 0.20, a20n, Player, n + RYR, 0.20, b38m, Ryanair, n + EZY, 0.20, a20n, Easy, n + QTR, 0.20, b77l, Qatari, e + CSG, 0.19, b77l, Southern Cargo, e + RUK, 0.19, b38m, Blue Max, s + EZY, 0.18, a319, Easy, n + FDX, 0.17, b763, Fedex, s + PGT, 0.17, a320, Sunturk, e + BCS, 0.16, a306, Postman, e + UPS, 0.16, b763, UPS, e + AWC, 0.15, a333, Zap, e + UPS, 0.15, b763, UPS, w + TAY, 0.14, b738, Quality, e + BCS, 0.14, b734, Postman, e + FDX, 0.14, b763, Fedex, w + BCS, 0.13, b752, Postman, w + EJU, 0.12, a20n, Alpine, e + CLX, 0.11, b744, Cargolux, e + TKJ, 0.11, a321, Anatolia, e + EXS, 0.11, b738, Channex, e + FDX, 0.09, b77l, Fedex, s + HKC, 0.09, a332, Mascot, e + CWY, 0.09, be20, Causeway, w + SXS, 0.09, b38m, Sunexpress, e + SXS, 0.08, b738, Sunexpress, e + RJA, 0.08, a320, Jordanian, e + HYS, 0.08, a320, Sky Europe, e + NJE, 0.08, e55p, Fraction, s + HYM, 0.08, b738, Sky Moldova, e + THY, 0.08, a332, Turkish, e + TOM, 0.08, b738, Tomjet, e + TOM, 0.08, b738, Tomjet, s + RYR, 0.07, a320, Ryanair, s + BCS, 0.07, b763, Postman, e + CKK, 0.07, b77l, Cargo King, e + EXS, 0.06, b738, Channex, w + BRO, 0.05, b733, Broadsword, w + AAR, 0.05, b744, Asiana, e + EJU, 0.05, a319, Alpine, e + CFE, 0.05, e190, Flyer, s + EZY, 0.05, a319, Easy, w + HYM, 0.04, a319, Sky Moldova, e + FIA, 0.04, a320, Fia Airlines, e + TKJ, 0.04, b38m, Anatolia, e + CFE, 0.03, e190, Flyer, e + FIA, 0.03, a321, Fia Airlines, e + VJH, 0.02, e35l, Vista Germany, e + AWC, 0.02, a321, Zap, s + PGT, 0.02, b738, Sunturk, e + CLF, 0.02, e550, Clifton, w + QQE, 0.02, glf6, Q-Rex, e + NJE, 0.02, e55p, Fraction, e + AXY, 0.02, e190, Legend, e + SYG, 0.02, b738, Synergy, w + RRR, 0.02, a332, Ascot/Kittyhawk, e + EZS, 0.02, a320, Topswiss, e + EZS, 0.02, a320, Topswiss, s + GNJ, 0.02, cl60, Gain Jet, w + SON, 0.02, glex, Sonas, w + WUK, 0.02, a321, Wizz Go, w + KRH, 0.02, a21n, Sparrowhawk, s + AUR, 0.02, a320, Ayline, s + CTN, 0.02, a320, Croatia, e + FJO, 0.02, e550, Flex Europe, w + AWC, 0.02, a321, Zap, w + VJT, 0.02, glex, Vista Jet, s + EXS, 0.02, b738, Channex, n + AXY, 0.02, crj2, Legend, e + RYR, 0.02, b737, Ryanair, e + FLJ, 0.01, e550, Flexair, w + EDC, 0.01, e550, Saltire, w + LXJ, 0.01, glf4, Flexjet, w + PEA, 0.01, e55p, Peach, s + AZG, 0.01, b744, Silk West, e + AXY, 0.01, e35l, Legend, s + KRH, 0.01, a21n, Sparrowhawk, e + BFY, 0.01, glex, Mwango Best, e + IFA, 0.01, lj60, Red Angel, s + NPT, 0.01, b733, Neptune, w + VJT, 0.01, cl35, Vista Jet, s + CLX, 0.01, b748, Cargolux, e + QQE, 0.01, glf6, Q-Rex, w + HFM, 0.01, a332, Moonraker, w + RJA, 0.01, a321, Jordanian, e + ABF, 0.01, e550, Skywings, e + TOM, 0.01, b38m, Tomjet, e + RRR, 0.01, a332, Ascot/Kittyhawk, s + TOM, 0.01, b38m, Tomjet, w + PGT, 0.01, a321, Sunturk, e + NJE, 0.01, cl35, Fraction, e + AWC, 0.01, a21n, Zap, s + LJC, 0.01, pc24, Little Jet, w + ROJ, 0.01, b737, Royaljet, e + GRB, 0.01, glf3, Gray Bird, s + ASY, 0.01, a343, Aussie, e + VJT, 0.01, c56x, Vista Jet, s + HYM, 0.01, a320, Sky Moldova, e + EXS, 0.01, a320, Channex, n + KPO, 0.01, glex, Krypto, e + ELG, 0.01, e55p, Elangeni, w + FFA, 0.01, b738, Sunshine, e + RUK, 0.01, b38m, Blue Max, e + SAH, 0.01, be40, Smart Jet, s + GNJ, 0.01, cl60, Gain Jet, e + AZE, 0.01, e55p, Arcus Air, e + NEP, 0.01, b738, Warisan, w + VXS, 0.01, e550, Voluxis, n + AWH, 0.01, c560, Aerowest, e + NJE, 0.01, c56x, Fraction, w + AWC, 0.01, a321, Zap, e + NJE, 0.01, c68a, Fraction, s + AWC, 0.01, a320, Zap, s + VXS, 0.01, e550, Voluxis, w + ARN, 0.01, b763, Aeronex, w + NJE, 0.01, e55p, Fraction, w + AXY, 0.01, b737, Legend, e + AXY, 0.01, a343, Legend, s + BCS, 0.01, b738, Postman, e + AJO, 0.01, c25a, Aviate Jet, s + PAV, 0.01, c25a, Brilliant, s + NJE, 0.01, c68a, Fraction, w + TMT, 0.01, a321, Kapow, e + BRO, 0.01, b737, Broadsword, w + BZE, 0.01, lj45, Zenstar, s + ORF, 0.01, a319, Oman, e + UAE, 0.01, b77l, Emirates, e + VJH, 0.01, e35l, Vista Germany, w + BTI, 0.01, bcs3, Airbaltic, e + VLZ, 0.01, cl60, Volare, w + BCS, 0.01, b752, Postman, n + BZE, 0.01, lj45, Zenstar, n + QTR, 0.01, b77l, Qatari, s + CWY, 0.01, be20, Causeway, n + SSG, 0.01, f100, Slovak Government, e + IFA, 0.01, cl60, Red Angel, e + IFA, 0.01, cl60, Red Angel, s + BCP, 0.01, pc24, Sybajet, w + SWR, 0.01, bcs1, Swiss, e + LNX, 0.01, e550, Lonex, e + BCS, 0.01, b733, Postman, e + AOM, 0.01, h25b, Ocean Maroc, s + NRL, 0.01, glf5, Nolinor, n + THY, 0.01, b738, Turkish, e + NCR, 0.01, fa7x, National Cargo, w diff --git a/airspace/EGGW.ts b/airspace/EGGW.ts new file mode 100644 index 0000000..31fcc5d --- /dev/null +++ b/airspace/EGGW.ts @@ -0,0 +1,462 @@ +import Generator from "../src/Generator.js"; +import Airport from "../src/Airport.js"; +import Runway from "../src/Runway.js"; +import Fix from "../src/Fix.js"; +import STAR from "../src/STAR.js"; +import SID from "../src/SID.js"; +import NamedFix from "../src/NamedFix.js"; +import fs from "node:fs/promises"; + +export default class EGGW { + public async init() { + await this.airport(); + this.star(); + this.transition(); + this.sid(); + } + + private async airport() { + Generator.getInstance().airport( + new Airport( + "London Luton Airport", + "Luton", + "EGGW", + 5.73, + 5000, + [ + new Runway("gw", "25", + Fix.fromDMS("515237.36N", "0002116.15W"), + 254.4, 508, + 2162 / Fix.FT, 82 / Fix.FT, 0, + {name: "FITME", distance: 10.7}, + {name: "ODWAD", distance: 10.5}, + 132.55, + "Luton Tower", + 74.38 + ) + ], + [], + Airport.Airline.raw(await fs.readFile("./airlines/EGGW.txt", "utf8")), + [ + NamedFix.fromDMS("514645N", "0001500E", "MATCH", "Match"), + Generator.getInstance().beacon("DET"), + NamedFix.fromDMS("514257N", "0005142W", "RODNI", "Rodni"), + NamedFix.fromDMS("520740N", "0004403W", "OLNEY", "Olney"), + ], + Generator.getInstance().beacon("BKY") + ) + ); + } + + private star() { + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("UNDUG", "1N"), + [Generator.getInstance().runway("gw")], + true, + Generator.getInstance().beacon("UNDUG"), + void 0, + [ + Generator.getInstance().beacon("UNDUG"), + Generator.getInstance().beacon("MAY", 20000), + Generator.getInstance().beacon("VATON"), + Generator.getInstance().fix("OZZOT", "514028.93N", "0000952.93W", 15000), + Generator.getInstance().beacon("BPK", void 0, 250), + Generator.getInstance().fix("ILLOC", "515517.20N", "0001056.60E"), + Generator.getInstance().fix("OXDUF", "520636.20N", "0001900.00E"), + Generator.getInstance().fix("COCCU", "521604.34N", "0000322.02W", void 0, 220), + Generator.getInstance().fix("JUMZI", "521943.58N", "0002430.31W"), + Generator.getInstance().beacon("ZAGZO", 8000, 220) + ], + {end: "hold"} + ).withEntry(20000, 319)); + + /** + * This arrival is to enable continuation on UNDUG 1N if interrupted + * with HOLD at VATON. + */ + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("UNDUG", "1N"), + [Generator.getInstance().runway("gw")], + true, + Generator.getInstance().beacon("VATON"), + 325, + [ + Generator.getInstance().beacon("VATON"), + Generator.getInstance().fix("OZZOT", "514028.93N", "0000952.93W", 15000), + Generator.getInstance().beacon("BPK", void 0, 250), + Generator.getInstance().fix("ILLOC", "515517.20N", "0001056.60E"), + Generator.getInstance().fix("OXDUF", "520636.20N", "0001900.00E"), + Generator.getInstance().fix("COCCU", "521604.34N", "0000322.02W", void 0, 220), + Generator.getInstance().fix("JUMZI", "521943.58N", "0002430.31W"), + Generator.getInstance().beacon("ZAGZO", 8000, 220) + ], + {end: "hold"} + )); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("SIRIC", "1N"), + [Generator.getInstance().runway("gw")], + true, + Generator.getInstance().beacon("SIRIC"), + void 0, + [ + Generator.getInstance().beacon("SIRIC", 18000), + Generator.getInstance().fix("NIGIT", "511846.96N", "0011014.71W"), + Generator.getInstance().beacon("VATON"), + Generator.getInstance().fix("OZZOT", "514028.93N", "0000952.93W", 15000), + Generator.getInstance().beacon("BPK", void 0, 250), + Generator.getInstance().fix("ILLOC", "515517.20N", "0001056.60E"), + Generator.getInstance().fix("OXDUF", "520636.20N", "0001900.00E"), + Generator.getInstance().fix("COCCU", "521604.34N", "0000322.02W", void 0, 220), + Generator.getInstance().fix("JUMZI", "521943.58N", "0002430.31W"), + Generator.getInstance().beacon("ZAGZO", 8000, 220) + ], + {end: "hold"} + ).withEntry(18000, 96)); + + /** + * This arrival is to enable continuation on SIRIC 1N if interrupted + * with HOLD at VATON. + */ + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("SIRIC", "1N"), + [Generator.getInstance().runway("gw")], + true, + Generator.getInstance().beacon("VATON"), + 76, + [ + Generator.getInstance().beacon("VATON"), + Generator.getInstance().fix("OZZOT", "514028.93N", "0000952.93W", 15000), + Generator.getInstance().beacon("BPK", void 0, 250), + Generator.getInstance().fix("ILLOC", "515517.20N", "0001056.60E"), + Generator.getInstance().fix("OXDUF", "520636.20N", "0001900.00E"), + Generator.getInstance().fix("COCCU", "521604.34N", "0000322.02W", void 0, 220), + Generator.getInstance().fix("JUMZI", "521943.58N", "0002430.31W"), + Generator.getInstance().beacon("ZAGZO", 8000, 220) + ], + {end: "hold"} + )); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("TELTU", "1N"), + [Generator.getInstance().runway("gw")], + true, + Generator.getInstance().beacon("TELTU"), + void 0, + [ + Generator.getInstance().beacon("TELTU", 19000), + Generator.getInstance().fix("MOREZ", "511233.91N", "0002948.60W"), + Generator.getInstance().beacon("VATON"), + Generator.getInstance().fix("OZZOT", "514028.93N", "0000952.93W", 15000), + Generator.getInstance().beacon("BPK", void 0, 250), + Generator.getInstance().fix("ILLOC", "515517.20N", "0001056.60E"), + Generator.getInstance().fix("OXDUF", "520636.20N", "0001900.00E"), + Generator.getInstance().fix("COCCU", "521604.34N", "0000322.02W", void 0, 220), + Generator.getInstance().fix("JUMZI", "521943.58N", "0002430.31W"), + Generator.getInstance().beacon("ZAGZO", 8000, 220) + ], + {end: "hold"}) + .withEntry(19000, 5)); + + /** + * This arrival is to enable continuation on TELTU 1N if interrupted + * with HOLD at VATON. + */ + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("TELTU", "1N"), + [Generator.getInstance().runway("gw")], + true, + Generator.getInstance().beacon("VATON"), + 22, + [ + Generator.getInstance().beacon("VATON"), + Generator.getInstance().fix("OZZOT", "514028.93N", "0000952.93W", 15000), + Generator.getInstance().beacon("BPK", void 0, 250), + Generator.getInstance().fix("ILLOC", "515517.20N", "0001056.60E"), + Generator.getInstance().fix("OXDUF", "520636.20N", "0001900.00E"), + Generator.getInstance().fix("COCCU", "521604.34N", "0000322.02W", void 0, 220), + Generator.getInstance().fix("JUMZI", "521943.58N", "0002430.31W"), + Generator.getInstance().beacon("ZAGZO", 8000, 220) + ], + {end: "hold"} + )); + + // BARMI 1N omitted (BARMI→ZAGZO) + // RINIS 1N omitted (RINIS→ZAGZO) + // XAMAN 1N omitted (XAMAN→ZAGZO) + // TOSVA 1N omitted (TOSVA→ZAGZO) + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("FINMA", "1N"), + [Generator.getInstance().runway("gw")], + true, + Generator.getInstance().beacon("FINMA"), + void 0, + [ + Generator.getInstance().beacon("FINMA", 15000), + Generator.getInstance().fix("WOBUN", "520110.27N", "0004400.00W", void 0, 250), + Generator.getInstance().fix("EDCOX", "521259.68N", "0002419.92W", void 0, 220), + Generator.getInstance().fix("JUMZI", "521943.58N", "0002430.31W"), + Generator.getInstance().beacon("ZAGZO", 8000, 220) + ], + {end: "hold"}) + .withEntry(15000, 147)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("SILVA", "1N"), + [Generator.getInstance().runway("gw")], + true, + Generator.getInstance().beacon("SILVA"), + void 0, + [ + Generator.getInstance().beacon("SILVA"), + Generator.getInstance().fix("WOBUN", "520110.27N", "0004400.00W", void 0, 250), + Generator.getInstance().fix("EDCOX", "521259.68N", "0002419.92W", void 0, 220), + Generator.getInstance().fix("JUMZI", "521943.58N", "0002430.31W"), + Generator.getInstance().beacon("ZAGZO", 8000, 220) + ], + {end: "hold"} + )); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("LISTO1N"), + [Generator.getInstance().runway("gw")], + true, + Generator.getInstance().beacon("FINMA"), + 149, + [ + Generator.getInstance().beacon("FINMA", 15000), + Generator.getInstance().fix("WOBUN", "520110.27N", "0004400.00W", void 0, 250), + Generator.getInstance().fix("EDCOX", "521259.68N", "0002419.92W", void 0, 220), + Generator.getInstance().fix("JUMZI", "521943.58N", "0002430.31W"), + Generator.getInstance().beacon("ZAGZO", 8000, 220) + ], + {end: "hold"}) + .withEntry(15000)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("LOGAN", "2A"), + [Generator.getInstance().runway("gw")], + true, + Generator.getInstance().beacon("LOGAN"), + void 0, + [ + Generator.getInstance().beacon("LOGAN", 10000), + Generator.getInstance().fix("CLN", "515054.50N", "0010851.32E", void 0, 250), + Generator.getInstance().beacon("ABBOT", 8000, 220) + ], + {end: "hold"}) + .withEntry(10000, 290)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("DET", "2A"), + [Generator.getInstance().runway("gw")], + true, + Generator.getInstance().beacon("DET"), + void 0, + [ + Generator.getInstance().beacon("DET", 17000), + Generator.getInstance().fix("LOFFO", "515012.00N", "0003556.37E", void 0, 250), + Generator.getInstance().beacon("ABBOT", 8000, 220) + ], + {end: "hold"} + )); + } + + private transition() { + const rwy25 = Generator.getInstance().runway("gw"); + const rwy07 = rwy25.reverse(); + Generator.getInstance().fix("FITME", rwy25.position.destination(rwy25.reverseLocalizer, 10.7)); + Generator.getInstance().fix("ODWAD", rwy07.position.destination(rwy07.reverseLocalizer, 10.5)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("ZAGZO", "1T"), + [Generator.getInstance().runway("gw")], + false, + Generator.getInstance().beacon("ZAGZO"), + void 0, + [ + Generator.getInstance().beacon("ZAGZO", 8000, 220), + Generator.getInstance().fix("EFFUT", "521142.36N", "0001200.36W", 8000), + Generator.getInstance().fix("GWN30", "520606.88N", "0001154.11W", 6000), + Generator.getInstance().fix("GWN26", "520307.39N", "0001807.70W", 5000), + Generator.getInstance().fix("GWN22", "515948.29N", "0001637.97W"), + Generator.getInstance().fix("GWE17", "520016.82N", "0000645.79W", 5000, 185), + Generator.getInstance().fix("FITME", 3000) + ], + {ils: {dme: 7.7, altitude: 3000}} + )); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("ZAGZO", "1Q"), + [Generator.getInstance().runway("gw")], + "only", + Generator.getInstance().beacon("ZAGZO"), + void 0, + [ + Generator.getInstance().beacon("ZAGZO", 8000, 220), + Generator.getInstance().fix("EFFUT", "521142.36N", "0001200.36W", 8000), + Generator.getInstance().fix("GWN45", "520607.61N", "0001015.06W", 6000), + Generator.getInstance().fix("GWN39", "520225.12N", "0001700.84W", 5000), + Generator.getInstance().fix("GWN35", "515950.08N", "0002142.52W"), + Generator.getInstance().fix("GWN32", "515852.03N", "0002656.67W"), + Generator.getInstance().fix("GWW24", "515404.06N", "0003649.52W"), + Generator.getInstance().fix("GWW18", "515230.10N", "0004544.14W", 5000, 185), + Generator.getInstance().fix("GWW14", "514839.58N", "0004358.20W", 4000), + Generator.getInstance().fix("ODWAD", 3000) + ], + {ils: {dme: 4.5, altitude: 2000}} + )); + } + + private sid() { + const rwy = Generator.getInstance().runway("gw"); + const rev = rwy.reverse(); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("MATCH"), "3B"), + rwy, + [ + Generator.getInstance().beacon("BNN").destination(31, 7), + Generator.getInstance().beacon("BPK").destination(284, 10), + Generator.getInstance().beacon("BPK").destination(284, 6), + Generator.getInstance().beacon("BPK").destination(284, 3), + Generator.getInstance().beacon("BPK"), + Generator.getInstance().fix("CLN").destination(262, 40), + Generator.getInstance().fix("MATCH") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("MATCH"), "2C"), + rwy, + [ + Generator.getInstance().fix("LUT", "515341N", "0001509W"), + Generator.getInstance().fix("LUT", "515341N", "0001509W").bearingIntersection(rwy.reverseLocalizer, Generator.getInstance().beacon("BPK"), 336), + Generator.getInstance().beacon("BPK").destination(336, 6), + Generator.getInstance().beacon("BPK").destination(336, 3), + Generator.getInstance().beacon("BPK"), + Generator.getInstance().fix("CLN").destination(262, 40), + Generator.getInstance().fix("MATCH") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("DET", "8B"), + rwy, + [ + Generator.getInstance().beacon("BNN").destination(31, 7), + Generator.getInstance().beacon("BPK").destination(284, 10), + Generator.getInstance().beacon("BPK").destination(284, 6), + Generator.getInstance().beacon("BPK").destination(284, 3), + Generator.getInstance().beacon("BPK"), + Generator.getInstance().beacon("BPK").destination(97, 7), + Generator.getInstance().beacon("BPK").destination(97, 7).bearingIntersection(97, Generator.getInstance().beacon("DET"), 333), + Generator.getInstance().fix("NEPNA", "512958.33N", "0002656.55E"), + Generator.getInstance().beacon("DET") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("DET", "7C"), + rwy, + [ + Generator.getInstance().fix("LUT", "515341N", "0001509W"), + Generator.getInstance().fix("LUT", "515341N", "0001509W").bearingIntersection(rwy.reverseLocalizer, Generator.getInstance().beacon("BPK"), 336), + Generator.getInstance().beacon("BPK").destination(336, 6), + Generator.getInstance().beacon("BPK").destination(336, 3), + Generator.getInstance().beacon("BPK"), + Generator.getInstance().beacon("BPK").destination(97, 7), + Generator.getInstance().beacon("BPK").destination(97, 7).bearingIntersection(97, Generator.getInstance().beacon("DET"), 333), + Generator.getInstance().fix("NEPNA", "512958.33N", "0002656.55E"), + Generator.getInstance().beacon("DET") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("MATCH"), "3Y"), + rwy, + [ + rev.position.bearingIntersection(254, Generator.getInstance().fix("GWS01", "515119.98N", "0002514.51W"), 180 - 211), + Generator.getInstance().fix("GWS01", "515119.98N", "0002514.51W"), + Generator.getInstance().fix("GWS06", "514705.83N", "0002928.41W"), + Generator.getInstance().fix("GWS12", "514656.85N", "0001944.38W"), + Generator.getInstance().fix("GWE16", "514622.04N", "0001546.78W"), + Generator.getInstance().fix("GWE19", "514540.56N", "0001104.88W"), + Generator.getInstance().beacon("BPK"), + Generator.getInstance().fix("MATCH") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("DET", "3Y"), + rwy, + [ + rev.position.bearingIntersection(254, Generator.getInstance().fix("GWS01", "515119.98N", "0002514.51W"), 180 - 211), + Generator.getInstance().fix("GWS01", "515119.98N", "0002514.51W"), + Generator.getInstance().fix("GWS06", "514705.83N", "0002928.41W"), + Generator.getInstance().fix("GWS12", "514656.85N", "0001944.38W"), + Generator.getInstance().fix("GWE16", "514622.04N", "0001546.78W"), + Generator.getInstance().fix("GWE19", "514540.56N", "0001104.88W"), + Generator.getInstance().beacon("BPK"), + Generator.getInstance().fix("GWE37", "514259.91N", "0001658.25E"), + Generator.getInstance().fix("NEPNA", "512958.33N", "0002656.55E"), + Generator.getInstance().beacon("DET") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("RODNI"), "1B"), + rwy, + [ + Generator.getInstance().beacon("BNN").destination(31, 7), + Generator.getInstance().beacon("BNN").destination(31, 7).bearingIntersection(211, Generator.getInstance().fix("HEN", "514535N", "0004725W"), 255 - 180), + Generator.getInstance().fix("HEN", "514535N", "0004725W"), + Generator.getInstance().fix("RODNI") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("RODNI"), "1C"), + rwy, + [ + rwy.position.destination(rwy.reverseLocalizer, 3.8), + rwy.position.destination(rwy.reverseLocalizer, 3.8) + .bearingIntersection(rwy.reverseLocalizer + 90, Generator.getInstance().fix("HEN", "514535N", "0004725W"), 256 - 180), + Generator.getInstance().fix("HEN", "514535N", "0004725W"), + Generator.getInstance().fix("RODNI") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("OLNEY"), "2B"), + rwy, + [ + Generator.getInstance().beacon("BNN").destination(31, 7), + Generator.getInstance().beacon("BNN").bearingIntersection(3, Generator.getInstance().fix("HEN", "514535N", "0004725W"), 255 - 180), + Generator.getInstance().beacon("BNN").destination(344, 6), + Generator.getInstance().beacon("BNN").destination(344, 9), + Generator.getInstance().beacon("BNN").destination(344, 15), + Generator.getInstance().fix("OLNEY") + ], + false, + 6000 + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("OLNEY"), "2C"), + rwy, + [ + rwy.position.destination(rwy.reverseLocalizer, 3.4), + Generator.getInstance().beacon("BPK").destination(314, 15), + Generator.getInstance().beacon("BPK").destination(314, 21), + Generator.getInstance().fix("OLNEY") + ], + true, + 6000 + )); + } +} diff --git a/airspace/EGKK.ts b/airspace/EGKK.ts new file mode 100644 index 0000000..f609656 --- /dev/null +++ b/airspace/EGKK.ts @@ -0,0 +1,911 @@ +import Generator from "../src/Generator.js"; +import Airport from "../src/Airport.js"; +import Runway from "../src/Runway.js"; +import Fix from "../src/Fix.js"; +import STAR from "../src/STAR.js"; +import SID from "../src/SID.js"; +import NamedFix from "../src/NamedFix.js"; +import fs from "node:fs/promises"; + +export default class EGKK { + public async init() { + await this.airport(); + this.star(); + this.sid(); + } + + private async airport() { + Generator.getInstance().airport( + new Airport( + "London Gatwick Airport", + "Gatwick", + "EGKK", + 10.79, + 6000, + [ + new Runway("kkn", "26R", + Fix.fromDMS("510903.69N", "0001057.40W"), + 257.65, 195, + 2561 / Fix.FT, 415 / Fix.FT, 321 / Fix.FT, + void 0, + void 0, + 124.23, + "Gatwick Tower", + 77.63 + ), + new Runway("kks", "26L", + Fix.fromDMS("510902.42N", "0001019.00W"), + 257.65, 196, + 3317 / Fix.FT, 425 / Fix.FT, 395 / Fix.FT, + void 0, + void 0, + 124.23, + "Gatwick Tower", + 77.63 + ), + ], + [ + new Airport.EntryPoint(105, Generator.getInstance().beacon("ARNUN"), 14000), + ], + Airport.Airline.raw(await fs.readFile("./airlines/EGKK.txt", "utf8")), + [ + NamedFix.fromDMS("512306N", "0003739E", "FRANE", "Frane"), + NamedFix.fromDMS("504207N", "0001506W", "BOGNA", "Bogna"), + NamedFix.fromDMS("502816.00N", "0002928.00E", "HARDY", "Hardy"), + NamedFix.fromDMS("510212N", "0004515W", "NOVMA", "Novma"), + NamedFix.fromDMS("513114N", "0012718W", "KENET", "Kenet"), + NamedFix.fromDMS("511028.90N", "0003156.40W", "IMVUR", "Imvur"), + NamedFix.fromDMS("504538.48N", "0000718.89E", "SFD", "Seaford"), + NamedFix.fromDMS("510700N", "0005711E", "WIZAD", "Wizad"), + NamedFix.fromDMS("511358N", "0002930E", "MIMFO", "Mimfo"), + NamedFix.fromDMS("510945N", "0012133E", "DVR", "Dover"), + NamedFix.fromDMS("510957.40N", "0002909.33E", "ODVIK", "Odvik"), + Generator.getInstance().beacon("TIGER"), + NamedFix.fromDMS("514919N", "0004739E", "DAGGA", "Dagga"), + ], + Generator.getInstance().beacon("MAY") + ) + ); + } + + private star() { + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("BARMI1G"), + [Generator.getInstance().runway("kkn"), Generator.getInstance().runway("kks")], + true, + Generator.getInstance().beacon("TEBRA"), + 228, + [ + Generator.getInstance().beacon("TEBRA"), + Generator.getInstance().fix("ABTUM", "512603.66N", "0012228.98E", 14000), + Generator.getInstance().beacon("ARNUN"), + Generator.getInstance().fix("KKE63", "505856.70N", "0004051.78E", void 0, 250), + Generator.getInstance().fix("LARCK", "505441.83N", "0002647.93E", void 0, 250), + Generator.getInstance().beacon("TIMBA", 7000, 220) + ], + {end: "hold"}) + .withEntry(14000)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("TEBRA", "2G"), + [Generator.getInstance().runway("kkn"), Generator.getInstance().runway("kks")], + true, + Generator.getInstance().beacon("TEBRA"), + void 0, + [ + Generator.getInstance().beacon("TEBRA"), + Generator.getInstance().fix("ABTUM", "512603.66N", "0012228.98E", 14000), + Generator.getInstance().beacon("ARNUN"), + Generator.getInstance().fix("KKE63", "505856.70N", "0004051.78E", void 0, 250), + Generator.getInstance().fix("LARCK", "505441.83N", "0002647.93E", void 0, 250), + Generator.getInstance().beacon("TIMBA", 7000, 220) + ], + {end: "hold"}) + .withEntry(14000, 280)); + + /** + * This arrival is to enable continuation on BARMI 1G TEBRA 2G if + * interrupted with HOLD at ARNUN. Since the original STAR was + * interrupted, it’s not possible to continue with the same name. + * Continuation after interruption at ARNUN will show as TEBRA 2G. + */ + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("TEBRA", "2G"), + [Generator.getInstance().runway("kkn"), Generator.getInstance().runway("kks")], + true, + Generator.getInstance().beacon("ARNUN"), + 216, + [ + Generator.getInstance().beacon("ARNUN"), + Generator.getInstance().fix("KKE63", "505856.70N", "0004051.78E", void 0, 250), + Generator.getInstance().fix("LARCK", "505441.83N", "0002647.93E", void 0, 250), + Generator.getInstance().beacon("TIMBA", 7000, 220) + ], + {end: "hold"} + )); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("KONAN", "2G"), + [Generator.getInstance().runway("kkn"), Generator.getInstance().runway("kks")], + true, + Generator.getInstance().beacon("ARNUN"), + 264, + [ + Generator.getInstance().beacon("ARNUN"), + Generator.getInstance().fix("KKE63", "505856.70N", "0004051.78E", void 0, 250), + Generator.getInstance().fix("LARCK", "505441.83N", "0002647.93E", void 0, 250), + Generator.getInstance().beacon("TIMBA", 7000, 220) + ], + {end: "hold"} + )); + + // MID 1X omitted (MID→TIMBA) + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("NEVIL1G"), + [Generator.getInstance().runway("kkn"), Generator.getInstance().runway("kks")], + true, + Generator.getInstance().beacon("AMDUT"), + 25, + [ + Generator.getInstance().beacon("AMDUT"), + Generator.getInstance().fix("KKE64", "504915.77N", "0003030.52E", void 0, 250), + Generator.getInstance().beacon("TIMBA", 7000, 220) + ], + {end: "hold"}) + .withEntry(14000)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("KUNAV1G"), + [Generator.getInstance().runway("kkn"), Generator.getInstance().runway("kks")], + true, + Generator.getInstance().beacon("AMDUT"), + 312, + [ + Generator.getInstance().beacon("AMDUT", 16000), + Generator.getInstance().fix("KKE64", "504915.77N", "0003030.52E", void 0, 250), + Generator.getInstance().beacon("TIMBA", 7000, 220) + ], + {end: "hold"}) + .withEntry(14000)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("OTMET1G"), + [Generator.getInstance().runway("kkn"), Generator.getInstance().runway("kks")], + true, + Generator.getInstance().beacon("ELDER"), + 91, + [ + Generator.getInstance().beacon("ELDER"), + Generator.getInstance().beacon("TELTU", 13000, 250), + Generator.getInstance().fix("HOLLY", "505312.18N", "0000542.23W", void 0, 220), + + // course to fix path terminator approximation + new Fix(50.9010, 0.0283), + new Fix(50.9548, 0.0197), + + Generator.getInstance().beacon("WILLO", 7000, 220) + ], + {end: "hold"}) + .withEntry(13000)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("VASUX1G"), + [Generator.getInstance().runway("kkn"), Generator.getInstance().runway("kks")], + true, + Generator.getInstance().beacon("DISVO"), + 39, + [ + Generator.getInstance().beacon("DISVO"), + Generator.getInstance().beacon("TELTU", 13000, 250), + Generator.getInstance().fix("HOLLY", "505312.18N", "0000542.23W", void 0, 220), + + // course to fix path terminator approximation + new Fix(50.9010, 0.0283), + new Fix(50.9548, 0.0197), + + Generator.getInstance().beacon("WILLO", 7000, 220) + ], + {end: "hold"}) + .withEntry(13000)); + + // AMDUT 1G omitted (AMDUT→WILLO) + // ARNUN 1G omitted (ARNUN→WILLO) + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("TELTU", "1G"), + [Generator.getInstance().runway("kkn"), Generator.getInstance().runway("kks")], + true, + Generator.getInstance().beacon("TELTU"), + void 0, + [ + Generator.getInstance().beacon("TELTU", void 0, 250), + Generator.getInstance().fix("SFD", "504538.48N", "0000718.89E", void 0, 220), + Generator.getInstance().beacon("TIMBA", 7000, 220) + ], + {end: "hold"} + )); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("DISIT1G"), + [Generator.getInstance().runway("kkn"), Generator.getInstance().runway("kks")], + true, + Generator.getInstance().beacon("KIDLI"), + 146, + [ + Generator.getInstance().beacon("KIDLI", 15000), + Generator.getInstance().fix("MID", "510314.23N", "0003730.01W"), + Generator.getInstance().fix("TUFOZ", "510101.01N", "0003024.31W", void 0, 250), + Generator.getInstance().fix("HOLLY", "505312.18N", "0000542.23W", void 0, 220), + + // course to fix path terminator approximation + new Fix(50.9010, 0.0283), + new Fix(50.9548, 0.0197), + + Generator.getInstance().beacon("WILLO", 7000, 220) + ], + {end: "hold"}) + .withEntry(15000)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("KIDLI", "1G"), + [Generator.getInstance().runway("kkn"), Generator.getInstance().runway("kks")], + true, + Generator.getInstance().beacon("KIDLI"), + void 0, + [ + Generator.getInstance().beacon("KIDLI", 15000), + Generator.getInstance().fix("MID", "510314.23N", "0003730.01W"), + Generator.getInstance().fix("TUFOZ", "510101.01N", "0003024.31W", void 0, 250), + Generator.getInstance().fix("HOLLY", "505312.18N", "0000542.23W", void 0, 220), + + // course to fix path terminator approximation + new Fix(50.9010, 0.0283), + new Fix(50.9548, 0.0197), + + Generator.getInstance().beacon("WILLO", 7000, 220) + ], + {end: "hold"}) + .withEntry(15000, 160)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("ABSAV", "1G"), + [Generator.getInstance().runway("kkn"), Generator.getInstance().runway("kks")], + true, + Generator.getInstance().beacon("ABSAV"), + void 0, + [ + Generator.getInstance().beacon("ABSAV", 15000), + Generator.getInstance().beacon("AVANT"), + Generator.getInstance().beacon("GWC", 13000, 220), + Generator.getInstance().fix("HOLLY", "505312.18N", "0000542.23W", void 0, 220), + + // course to fix path terminator approximation + new Fix(50.9010, 0.0283), + new Fix(50.9548, 0.0197), + + Generator.getInstance().beacon("WILLO", 7000, 220) + ], + {end: "hold"}) + .withEntry(14000, 33)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("GWC", "1G"), + [Generator.getInstance().runway("kkn"), Generator.getInstance().runway("kks")], + true, + Generator.getInstance().beacon("GWC"), + void 0, + [ + Generator.getInstance().beacon("GWC", 13000, 220), + Generator.getInstance().fix("HOLLY", "505312.18N", "0000542.23W", void 0, 220), + + // course to fix path terminator approximation + new Fix(50.9010, 0.0283), + new Fix(50.9548, 0.0197), + + Generator.getInstance().beacon("WILLO", 7000, 220) + ], + {end: "hold"} + )); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("SIRIC", "1G"), + [Generator.getInstance().runway("kkn"), Generator.getInstance().runway("kks")], + true, + Generator.getInstance().beacon("SIRIC"), + void 0, + [ + Generator.getInstance().beacon("SIRIC", 14000), + Generator.getInstance().fix("NIGIT", "511846.96N", "0011014.71W"), + Generator.getInstance().fix("MID", "510314.23N", "0003730.01W"), + Generator.getInstance().fix("TUFOZ", "510101.01N", "0003024.31W", void 0, 250), + Generator.getInstance().fix("HOLLY", "505312.18N", "0000542.23W", void 0, 220), + + // course to fix path terminator approximation + new Fix(50.9010, 0.0283), + new Fix(50.9548, 0.0197), + + Generator.getInstance().beacon("WILLO", 7000, 220) + ], + {end: "hold"}) + .withEntry(14000, 106)); + } + + private sid() { + const kkn = Generator.getInstance().runway("kkn"); + const kks = Generator.getInstance().runway("kks"); + const kksRev = kks.reverse(); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("LAM", "5P"), + kks, + [ + kks.position.destination(kks.reverseLocalizer, 3.5), + kks.position.destination(kks.reverseLocalizer, 3.5).bearingIntersection(51, Generator.getInstance().beacon("DET"), 258), + Generator.getInstance().beacon("DET").destination(258, 20), + Generator.getInstance().fix("ACORN", "511519N", "0001146E"), + Generator.getInstance().beacon("DET").destination(258, 10.5), + Generator.getInstance().beacon("DET").destination(258, 10.5).bearingIntersection(78, Generator.getInstance().beacon("LAM"), 156), + Generator.getInstance().beacon("LAM").destination(156, 15), + Generator.getInstance().beacon("LAM").destination(156, 10), + Generator.getInstance().beacon("LAM") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("LAM", "5W"), + kkn, + [ + kks.position.destination(kks.reverseLocalizer, 3.5), + kks.position.destination(kks.reverseLocalizer, 3.5).bearingIntersection(51, Generator.getInstance().beacon("DET"), 258), + Generator.getInstance().beacon("DET").destination(258, 20), + Generator.getInstance().fix("ACORN", "511519N", "0001146E"), + Generator.getInstance().beacon("DET").destination(258, 10.5), + Generator.getInstance().beacon("DET").destination(258, 10.5).bearingIntersection(78, Generator.getInstance().beacon("LAM"), 156), + Generator.getInstance().beacon("LAM").destination(156, 15), + Generator.getInstance().beacon("LAM").destination(156, 10), + Generator.getInstance().beacon("LAM") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("LAM", "6M"), + kks, + [ + kksRev.position.destination(kks.heading, 2.3), + kksRev.position.destination(kks.heading, 2.3).bearingIntersection(51, Generator.getInstance().beacon("DET"), 258), + Generator.getInstance().beacon("DET").destination(258, 31), + Generator.getInstance().beacon("DET").destination(258, 29), + Generator.getInstance().fix("ACORN", "511519N", "0001146E"), + Generator.getInstance().beacon("DET").destination(258, 10.5), + Generator.getInstance().beacon("DET").destination(258, 10.5).bearingIntersection(78, Generator.getInstance().beacon("LAM"), 156), + Generator.getInstance().beacon("LAM").destination(156, 15), + Generator.getInstance().beacon("LAM").destination(156, 10), + Generator.getInstance().beacon("LAM") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("LAM", "6V"), + kkn, + [ + kksRev.position.destination(kks.heading, 2.3), + kksRev.position.destination(kks.heading, 2.3).bearingIntersection(51, Generator.getInstance().beacon("DET"), 258), + Generator.getInstance().beacon("DET").destination(258, 31), + Generator.getInstance().beacon("DET").destination(258, 29), + Generator.getInstance().fix("ACORN", "511519N", "0001146E"), + Generator.getInstance().beacon("DET").destination(258, 10.5), + Generator.getInstance().beacon("DET").destination(258, 10.5).bearingIntersection(78, Generator.getInstance().beacon("LAM"), 156), + Generator.getInstance().beacon("LAM").destination(156, 15), + Generator.getInstance().beacon("LAM").destination(156, 10), + Generator.getInstance().beacon("LAM") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("LAM", "1Z"), + kks, + [ + Generator.getInstance().fix("KKE02", "510953.05N", "0000410.13W"), + Generator.getInstance().fix("KKE12", "511459.25N", "0000624.07E"), + Generator.getInstance().fix("SUNAV", "511536.90N", "0001139.80E"), + Generator.getInstance().fix("KKE35", "511659.04N", "0002316.22E"), + Generator.getInstance().fix("KKN43", "512453.61N", "0001809.13E"), + Generator.getInstance().fix("KKN48", "512931.14N", "0001508.68E"), + Generator.getInstance().beacon("LAM") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("FRANE"), "1M"), + kks, + [ + kksRev.position.destination(kks.heading, 2.3), + kksRev.position.destination(kks.heading, 2.3).bearingIntersection(51, Generator.getInstance().beacon("DET"), 258), + Generator.getInstance().beacon("DET").destination(258, 31), + Generator.getInstance().beacon("DET").destination(258, 29), + Generator.getInstance().fix("ACORN", "511519N", "0001146E"), + Generator.getInstance().fix("DVR").destination(276, 31.9), + Generator.getInstance().beacon("DET"), + Generator.getInstance().fix("FRANE") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("FRANE"), "1V"), + kkn, + [ + kksRev.position.destination(kks.heading, 2.3), + kksRev.position.destination(kks.heading, 2.3).bearingIntersection(51, Generator.getInstance().beacon("DET"), 258), + Generator.getInstance().beacon("DET").destination(258, 31), + Generator.getInstance().beacon("DET").destination(258, 29), + Generator.getInstance().fix("ACORN", "511519N", "0001146E"), + Generator.getInstance().fix("DVR").destination(276, 31.9), + Generator.getInstance().beacon("DET"), + Generator.getInstance().fix("FRANE") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("FRANE"), "1P"), + kks, + [ + Generator.getInstance().fix("DVR").destination(269, 52.7), + Generator.getInstance().fix("TUNBY", Generator.getInstance().fix("DVR").destination(269, 39.1)), + Generator.getInstance().fix("DVR").destination(269, 31), + Generator.getInstance().beacon("DET"), + Generator.getInstance().fix("FRANE") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("FRANE"), "1W"), + kkn, + [ + Generator.getInstance().fix("DVR").destination(269, 52.7), + Generator.getInstance().fix("TUNBY", Generator.getInstance().fix("DVR").destination(269, 39.1)), + Generator.getInstance().fix("DVR").destination(269, 31), + Generator.getInstance().beacon("DET"), + Generator.getInstance().fix("FRANE") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("FRANE"), "1Z"), + kks, + [ + Generator.getInstance().fix("KKE04", "511008.38N", "0000218.83W"), + Generator.getInstance().fix("KKE10", "510955.93N", "0000909.88E"), + Generator.getInstance().fix("KKE17", "510957.12N", "0001937.59E"), + Generator.getInstance().fix("KKE25", "510957.30N", "0003244.84E"), + Generator.getInstance().beacon("DET"), + Generator.getInstance().fix("FRANE") + ], + true + )); + + // BOGNA 1M omitted (26L→BOGNA) + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("BOGNA"), "1V"), + kks, + [ + kksRev.position.destination(257, 6.4), + Generator.getInstance().beacon("OCK").destination(175, 13), + Generator.getInstance().beacon("OCK").destination(175, 18), + Generator.getInstance().beacon("OCK").destination(175, 23), + Generator.getInstance().beacon("OCK").destination(175, 28), + Generator.getInstance().fix("BOGNA") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("BOGNA"), "1X"), + kks, + [ + Generator.getInstance().fix("KKW06", "510726.09N", "0002153.73W"), + Generator.getInstance().fix("KKW08", "510656.84N", "0002522.88W"), + Generator.getInstance().fix("KKS11", "510442.43N", "0002505.76W"), + Generator.getInstance().fix("KKS17", "510022.73N", "0002432.75W"), + Generator.getInstance().fix("KKS20", "505524.03N", "0002354.89W"), + Generator.getInstance().fix("KKS25", "504958.32N", "0002313.74W"), + Generator.getInstance().fix("BOGNA") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("HARDY"), "1X"), + kks, + [ + Generator.getInstance().fix("KKW06", "510726.09N", "0002153.73W"), + Generator.getInstance().fix("KKW08", "510656.84N", "0002522.88W"), + Generator.getInstance().fix("KKS11", "510442.43N", "0002505.76W"), + Generator.getInstance().fix("KKS17", "510022.73N", "0002432.75W"), + Generator.getInstance().fix("KKS20", "505524.03N", "0002354.89W"), + Generator.getInstance().fix("KKS25", "504958.32N", "0002313.74W"), + Generator.getInstance().fix("BOGNA"), + Generator.getInstance().fix("HARDY") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("KENET"), "3P"), + kks, + [ + kks.position.destination(kks.reverseLocalizer, 3), + Generator.getInstance().beacon("DET").destination(259, 26), + Generator.getInstance().beacon("DET").destination(259, 36), + Generator.getInstance().beacon("DET").destination(259, 43), + Generator.getInstance().beacon("SAM").destination(66, 20), + Generator.getInstance().beacon("SAM").destination(66, 20).bearingIntersection(246, Generator.getInstance().beacon("GWC"), 326), + Generator.getInstance().fix("KENET") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("KENET"), "3W"), + kkn, + [ + kks.position.destination(kks.reverseLocalizer, 3), + Generator.getInstance().beacon("DET").destination(259, 26), + Generator.getInstance().beacon("DET").destination(259, 36), + Generator.getInstance().beacon("DET").destination(259, 43), + Generator.getInstance().beacon("SAM").destination(66, 20), + Generator.getInstance().beacon("SAM").destination(66, 20).bearingIntersection(246, Generator.getInstance().beacon("GWC"), 326), + Generator.getInstance().fix("KENET") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("NOVMA"), "1M"), + kks, + [ + kksRev.position.destination(257, 6.7), + kksRev.position.destination(257, 8.7), + Generator.getInstance().fix("MID", "510314.23N", "0003730.01W"), + Generator.getInstance().fix("NOVMA") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("NOVMA"), "1V"), + kks, + [ + kksRev.position.destination(257, 6.7), + kksRev.position.destination(257, 8.7), + Generator.getInstance().fix("MID", "510314.23N", "0003730.01W"), + Generator.getInstance().fix("NOVMA") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("SAM", "3P"), + kks, + [ + kks.position.destination(kks.reverseLocalizer, 3), + Generator.getInstance().beacon("DET").destination(259, 26), + Generator.getInstance().beacon("DET").destination(259, 36), + Generator.getInstance().beacon("DET").destination(259, 43), + Generator.getInstance().beacon("SAM").destination(66, 20), + Generator.getInstance().beacon("SAM") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("SAM", "3W"), + kkn, + [ + kks.position.destination(kks.reverseLocalizer, 3), + Generator.getInstance().beacon("DET").destination(259, 26), + Generator.getInstance().beacon("DET").destination(259, 36), + Generator.getInstance().beacon("DET").destination(259, 43), + Generator.getInstance().beacon("SAM").destination(66, 20), + Generator.getInstance().beacon("SAM") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("NOVMA"), "1X"), + kks, + [ + Generator.getInstance().fix("KKW07", "510717.20N", "0002300.00W"), + Generator.getInstance().fix("KKW09", "510654.30N", "0002544.30W"), + Generator.getInstance().fix("MID", "510314.23N", "0003730.01W"), + Generator.getInstance().fix("NOVMA") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("IMVUR"), "1Z"), + kks, + [ + Generator.getInstance().fix("KKE05", "511005.90N", "0000235.70W"), + Generator.getInstance().fix("KKN09", "511353.10N", "0000355.30W"), + Generator.getInstance().fix("KKW19", "511158.00N", "0002034.30W"), + Generator.getInstance().fix("IMVUR") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("SFD"), "5M"), + kks, + [ + kksRev.position.destination(257, 6.8), + Generator.getInstance().fix("SFD").destination(310, 25), + Generator.getInstance().fix("SFD").destination(310, 18), + Generator.getInstance().fix("SFD").destination(310, 16), + Generator.getInstance().fix("SFD") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("SFD"), "5V"), + kkn, + [ + kksRev.position.destination(257, 6.8), + Generator.getInstance().fix("SFD").destination(310, 25), + Generator.getInstance().fix("SFD").destination(310, 18), + Generator.getInstance().fix("SFD").destination(310, 16), + Generator.getInstance().fix("SFD") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("SFD"), "9W"), + kks, + [ + kks.position.destination(77, 2.5), + Generator.getInstance().fix("SFD").destination(342, 21), + Generator.getInstance().fix("SFD").destination(342, 17), + Generator.getInstance().fix("SFD").destination(342, 13), + Generator.getInstance().fix("SFD").destination(342, 7), + Generator.getInstance().fix("SFD") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("SFD"), "9P"), + kkn, + [ + kks.position.destination(77, 2.5), + Generator.getInstance().fix("SFD").destination(342, 21), + Generator.getInstance().fix("SFD").destination(342, 17), + Generator.getInstance().fix("SFD").destination(342, 13), + Generator.getInstance().fix("SFD").destination(342, 7), + Generator.getInstance().fix("SFD") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("SFD"), "4Z"), + kks, + [ + Generator.getInstance().fix("KKE03", "510958.00N", "0000334.10W"), + Generator.getInstance().fix("KKS08", "510544.80N", "0000209.20W"), + Generator.getInstance().fix("KKS12", "510155.10N", "0000020.40W"), + Generator.getInstance().fix("KKS16", "505805.21N", "0000128.29E"), + Generator.getInstance().fix("KKS22", "505220.70N", "0000410.60E"), + Generator.getInstance().fix("SFD") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("SFD"), "1X"), + kks, + [ + Generator.getInstance().fix("KKW06", "510726.09N", "0002153.73W"), + Generator.getInstance().fix("KKW10", "510648.64N", "0002621.35W"), + Generator.getInstance().fix("KKW11", "510338.83N", "0002514.22W"), + Generator.getInstance().fix("KKS13", "510205.06N", "0002223.13W"), + Generator.getInstance().fix("KKS19", "505729.42N", "0001402.01W"), + Generator.getInstance().fix("KKS21", "505610.56N", "0001139.14W"), + Generator.getInstance().fix("SFD") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("WIZAD"), "4M"), + kks, + [ + kksRev.position.destination(257, 2.3), + kksRev.position.destination(257, 2.3).bearingIntersection(257, Generator.getInstance().beacon("MAY"), 282), + Generator.getInstance().beacon("MAY").destination(228, 13), + Generator.getInstance().beacon("MAY").destination(228, 9), + Generator.getInstance().beacon("MAY"), + Generator.getInstance().fix("DVR").destination(258, 36), + Generator.getInstance().fix("WIZAD") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("WIZAD"), "4V"), + kkn, + [ + kksRev.position.destination(257, 2.3), + kksRev.position.destination(257, 2.3).bearingIntersection(257, Generator.getInstance().beacon("MAY"), 282), + Generator.getInstance().beacon("MAY").destination(228, 13), + Generator.getInstance().beacon("MAY").destination(228, 9), + Generator.getInstance().beacon("MAY"), + Generator.getInstance().fix("DVR").destination(258, 36), + Generator.getInstance().fix("WIZAD") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("WIZAD"), "1X"), + kks, + [ + Generator.getInstance().fix("KKW04", "510750.70N", "0001857.30W"), + Generator.getInstance().fix("KKS06", "510422.79N", "0001744.35W"), + Generator.getInstance().fix("KKS09", "510347.42N", "0001043.34W"), + Generator.getInstance().fix("KKS14", "510311.65N", "0000652.24W"), + Generator.getInstance().beacon("MAY"), + Generator.getInstance().fix("KKS33", "510327.27N", "0002657.12E"), + Generator.getInstance().fix("WIZAD") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("MIMFO"), "1M"), + kks, + [ + kksRev.position.destination(kks.heading, 3.5), + kksRev.position.destination(kks.heading, 3.5).bearingIntersection(51, Generator.getInstance().beacon("DET"), 258), + Generator.getInstance().beacon("DET").destination(258, 20), + Generator.getInstance().fix("ACORN", "511519N", "0001146E"), + Generator.getInstance().fix("MIMFO") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("MIMFO"), "1V"), + kkn, + [ + kksRev.position.destination(kks.heading, 3.5), + kksRev.position.destination(kks.heading, 3.5).bearingIntersection(51, Generator.getInstance().beacon("DET"), 258), + Generator.getInstance().beacon("DET").destination(258, 20), + Generator.getInstance().fix("ACORN", "511519N", "0001146E"), + Generator.getInstance().fix("MIMFO") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("DVR"), "2P"), + kks, + [ + Generator.getInstance().fix("DVR").destination(269, 52.7), + Generator.getInstance().fix("TUNBY", Generator.getInstance().fix("DVR").destination(269, 39.1)), + Generator.getInstance().fix("DVR").destination(269, 33), + Generator.getInstance().fix("DVR") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("DVR"), "2W"), + kkn, + [ + Generator.getInstance().fix("DVR").destination(269, 52.7), + Generator.getInstance().fix("TUNBY", Generator.getInstance().fix("DVR").destination(269, 39.1)), + Generator.getInstance().fix("DVR").destination(269, 33), + Generator.getInstance().fix("DVR") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("ODVIK"), "2Z"), + kks, + [ + Generator.getInstance().fix("KKE04", "511008.38N", "0000218.83W"), + Generator.getInstance().fix("KKE10", "510955.93N", "0000909.88E"), + Generator.getInstance().fix("KKE17", "510957.12N", "0001937.59E"), + Generator.getInstance().fix("ODVIK") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("TIGER", "3M"), + kks, + [ + kksRev.position.destination(257, 2.3), + kksRev.position.destination(257, 2.3).bearingIntersection(257, Generator.getInstance().beacon("MAY"), 282), + Generator.getInstance().beacon("MAY").destination(228, 13), + Generator.getInstance().beacon("MAY").destination(228, 9), + Generator.getInstance().beacon("MAY"), + Generator.getInstance().beacon("TIGER"), + Generator.getInstance().beacon("LAM") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("TIGER", "3V"), + kkn, + [ + kksRev.position.destination(257, 2.3), + kksRev.position.destination(257, 2.3).bearingIntersection(257, Generator.getInstance().beacon("MAY"), 282), + Generator.getInstance().beacon("MAY").destination(228, 13), + Generator.getInstance().beacon("MAY").destination(228, 9), + Generator.getInstance().beacon("MAY"), + Generator.getInstance().beacon("TIGER"), + Generator.getInstance().beacon("LAM") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("DAGGA"), "1M"), + kks, + [ + kksRev.position.destination(257, 2.3), + kksRev.position.destination(257, 2.3).bearingIntersection(257, Generator.getInstance().beacon("MAY"), 282), + Generator.getInstance().beacon("MAY").destination(228, 13), + Generator.getInstance().beacon("MAY").destination(228, 9), + Generator.getInstance().beacon("MAY"), + Generator.getInstance().beacon("TIGER"), + Generator.getInstance().beacon("DET"), + Generator.getInstance().fix("DAGGA"), + Generator.getInstance().fix("CLN", "515054.50N", "0010851.32E") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("DAGGA"), "1V"), + kkn, + [ + kksRev.position.destination(257, 2.3), + kksRev.position.destination(257, 2.3).bearingIntersection(257, Generator.getInstance().beacon("MAY"), 282), + Generator.getInstance().beacon("MAY").destination(228, 13), + Generator.getInstance().beacon("MAY").destination(228, 9), + Generator.getInstance().beacon("MAY"), + Generator.getInstance().beacon("TIGER"), + Generator.getInstance().beacon("DET"), + Generator.getInstance().fix("DAGGA"), + Generator.getInstance().fix("CLN", "515054.50N", "0010851.32E") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("TIGER", "1X"), + kks, + [ + Generator.getInstance().fix("KKW04", "510750.70N", "0001857.30W"), + Generator.getInstance().fix("KKS06", "510422.79N", "0001744.35W"), + Generator.getInstance().fix("KKS09", "510347.42N", "0001043.34W"), + Generator.getInstance().fix("KKS14", "510311.65N", "0000652.24W"), + Generator.getInstance().beacon("MAY"), + Generator.getInstance().fix("KKS36", "510503.33N", "0003055.89E"), + Generator.getInstance().beacon("LAM") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("DAGGA"), "1X"), + kks, + [ + Generator.getInstance().fix("KKW04", "510750.70N", "0001857.30W"), + Generator.getInstance().fix("KKS06", "510422.79N", "0001744.35W"), + Generator.getInstance().fix("KKS09", "510347.42N", "0001043.34W"), + Generator.getInstance().fix("KKS14", "510311.65N", "0000652.24W"), + Generator.getInstance().beacon("MAY"), + Generator.getInstance().fix("KKS36", "510503.33N", "0003055.89E"), + Generator.getInstance().beacon("DET"), + Generator.getInstance().fix("DAGGA"), + Generator.getInstance().fix("CLN", "515054.50N", "0010851.32E") + ] + )); + } +} diff --git a/airspace/EGLC.ts b/airspace/EGLC.ts new file mode 100644 index 0000000..4d8a036 --- /dev/null +++ b/airspace/EGLC.ts @@ -0,0 +1,531 @@ +import Generator from "../src/Generator.js"; +import Airport from "../src/Airport.js"; +import Runway from "../src/Runway.js"; +import Fix from "../src/Fix.js"; +import STAR from "../src/STAR.js"; +import SID from "../src/SID.js"; +import NamedFix from "../src/NamedFix.js"; +import fs from "node:fs/promises"; + +export default class EGLC { + public async init() { + await this.airport(); + this.star(); + this.transition(); + this.sid(); + } + + private async airport() { + Generator.getInstance().airport( + new Airport( + "London City Airport", + "London City", + "EGLC", + 4.54, + 3000, + [ + new Runway("lc", "27", + Fix.fromDMS("513017.60N", "0000357.68E"), + 272.89, 20, + 1508 / Fix.FT, 70 / Fix.FT, 96 / Fix.FT, + {name: "LAVNO", distance: 6}, + void 0, + 118.08, + "City Tower", + 92.87, + 5.5, + 272.89, + 5.5 + ) + ], + [], + Airport.Airline.raw(await fs.readFile("./airlines/EGLC.txt", "utf8")), + [ + NamedFix.fromDMS("513623.75N", "0002328.43E", "SOQQA", "Soqqa"), + Generator.getInstance().beacon("BPK"), + NamedFix.fromDMS("514504.03N", "0001113.77W", "SAXBI", "Saxbi"), + NamedFix.fromDMS("513531.78N", "0001715.47E", "ODUKU", "Oduku") + ], + Generator.getInstance().beacon("LON") + ) + ); + } + + private star() { + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("SUMUM1C"), + [Generator.getInstance().runway("lc")], + true, + Generator.getInstance().beacon("LOGAN"), + 289, + [ + Generator.getInstance().beacon("LOGAN", void 0, 250), + Generator.getInstance().beacon("JACKO", 9000, 210) + ], + {end: "hold"}) + .withEntry(9000)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("XAMAN1C"), + [Generator.getInstance().runway("lc")], + true, + Generator.getInstance().beacon("LOGAN"), + 264, + [ + Generator.getInstance().beacon("LOGAN", void 0, 250), + Generator.getInstance().beacon("JACKO", 9000, 210) + ], + {end: "hold"}) + .withEntry(9000)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("SILVA", "1C"), + [Generator.getInstance().runway("lc")], + true, + Generator.getInstance().beacon("SILVA"), + void 0, + [ + Generator.getInstance().beacon("SILVA"), + Generator.getInstance().fix("BOMBO", "515944.29N", "0002346.85W", void 0, 250), + Generator.getInstance().beacon("BKY"), + Generator.getInstance().fix("BRAIN", "514839.91N", "0003906.00E", void 0, 220), + Generator.getInstance().fix("CLN", "515054.50N", "0010851.32E"), + Generator.getInstance().beacon("JACKO", 9000, 210) + ], + {end: "hold"} + )); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("KONAN", "1C"), + [Generator.getInstance().runway("lc")], + true, + Generator.getInstance().beacon("KONAN"), + void 0, + [ + Generator.getInstance().beacon("KONAN"), + // at least 3 fixes are needed due to a bug + // roughly airspace boundary intersection + Generator.getInstance().beacon("GODLU") + .destination(94, 8.1), + Generator.getInstance().beacon("GODLU", 10000, 210) + ], + {end: "hold"}) + .withEntry(10000, 274)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("SOVAT", "1C"), + [Generator.getInstance().runway("lc")], + true, + Generator.getInstance().beacon("SOVAT"), + void 0, + [ + Generator.getInstance().beacon("SOVAT"), + Generator.getInstance().fix("ERKEX", "505240.62N", "0011936.96E", void 0, 250), + Generator.getInstance().fix("OKVAP", "505748.96N", "0011955.98E", void 0, 250), + Generator.getInstance().beacon("GODLU", 10000, 210) + ], + {end: "hold"}) + .withEntry(10000, 318)); + + // XAMAN 1X omitted (XAMAN→GODLU) + // SUMUM 1X omitted (SUMUM→GODLU) + // HON 1C omitted (HON→JACKO) + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("LISTO1C"), + [Generator.getInstance().runway("lc")], + true, + Generator.getInstance().beacon("TIXEX"), + 129, + [ + Generator.getInstance().beacon("TIXEX"), + Generator.getInstance().fix("ODVOD", "520755.98N", "0000852.98E"), + Generator.getInstance().beacon("ROPMU"), + Generator.getInstance().fix("NUDNA", "520354.90N", "0005016.56E", void 0, 250), + Generator.getInstance().fix("INLIM", "515422.98N", "0011912.90E", 12000, 250), + Generator.getInstance().beacon("JACKO", 9000, 210) + ], + {end: "hold"}) + .withEntry(22000)); + + /** + * This arrival is to enable continuation on LISTO 1C if interrupted + * with HOLD at ROPMU. + */ + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("LISTO1C"), + [Generator.getInstance().runway("lc")], + true, + Generator.getInstance().beacon("ROPMU"), + 97, + [ + Generator.getInstance().beacon("ROPMU"), + Generator.getInstance().fix("NUDNA", "520354.90N", "0005016.56E", void 0, 250), + Generator.getInstance().fix("INLIM", "515422.98N", "0011912.90E", 12000, 250), + Generator.getInstance().beacon("JACKO", 9000, 210) + ], + {end: "hold"} + )); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("KATHY1C"), + [Generator.getInstance().runway("lc")], + true, + Generator.getInstance().beacon("BIDVA"), + 47, + [ + Generator.getInstance().beacon("BIDVA", 13000), + Generator.getInstance().fix("EVEXU", "504115.78N", "0003440.86W"), + Generator.getInstance().beacon("SOXUX"), + Generator.getInstance().fix("OKVAP", "505748.96N", "0011955.98E", void 0, 250), + Generator.getInstance().beacon("GODLU", 10000, 210) + ], + {end: "hold"} + )); + + // Not possible to have spawn point as aircraft will need to cross into + // the boundary at SAM→BIDVA and then leave it to re-enter later on. + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("SAM", "1C"), + [Generator.getInstance().runway("lc")], + true, + Generator.getInstance().beacon("SAM"), + void 0, + [ + Generator.getInstance().beacon("SAM"), + Generator.getInstance().beacon("BIDVA", 13000), + Generator.getInstance().fix("EVEXU", "504115.78N", "0003440.86W"), + Generator.getInstance().beacon("SOXUX"), + Generator.getInstance().fix("OKVAP", "505748.96N", "0011955.98E", void 0, 250), + Generator.getInstance().beacon("GODLU", 10000, 210) + ], + {end: "hold"} + )); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("AVANT", "1C"), + [Generator.getInstance().runway("lc")], + true, + Generator.getInstance().beacon("AVANT"), + void 0, + [ + Generator.getInstance().beacon("AVANT", 19000), + Generator.getInstance().beacon("BIG", 16000), + Generator.getInstance().fix("UMTUM", "511227.30N", "0010102.78E", void 0, 250), + Generator.getInstance().beacon("GODLU", 10000, 210) + ], + {end: "hold"}) + .withEntry(19000, 91)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("NEVIL1C"), + [Generator.getInstance().runway("lc")], + true, + Generator.getInstance().beacon("SOXUX"), + 57, + [ + Generator.getInstance().beacon("SOXUX"), + Generator.getInstance().fix("OKVAP", "505748.96N", "0011955.98E", void 0, 250), + Generator.getInstance().beacon("GODLU", 10000, 210) + ], + {end: "hold"}) + .withEntry(10000)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("SIRIC", "1C"), + [Generator.getInstance().runway("lc")], + true, + Generator.getInstance().beacon("SIRIC"), + void 0, + [ + Generator.getInstance().beacon("SIRIC", 18000), + Generator.getInstance().beacon("BIG", 16000), + Generator.getInstance().fix("UMTUM", "511227.30N", "0010102.78E", void 0, 250), + Generator.getInstance().beacon("GODLU", 10000, 210) + ], + {end: "hold"}) + .withEntry(18000, 90)); + } + + private transition() { + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("LAVNO1G"), + [Generator.getInstance().runway("lc")], + false, + Generator.getInstance().beacon("GODLU"), + void 0, + [ + Generator.getInstance().beacon("GODLU", 10000, 210), + Generator.getInstance().fix("ELMIV", "512033.08N", "0011533.36E"), + Generator.getInstance().fix("LCE11", "512504.57N", "0011834.81E"), + Generator.getInstance().fix("LCE12", "512958.17N", "0011906.68E"), + Generator.getInstance().fix("LCE13", "513442.46N", "0011704.79E", 10000), + Generator.getInstance().beacon("RAVSA", 6000), + Generator.getInstance().fix("GAPGI", "512844.89N", "0004820.99E", 6000), + Generator.getInstance().fix("ATPEV", "512918.05N", "0003322.74E"), + Generator.getInstance().fix("LCE07", "512929.22N", "0002807.69E", 4000), + Generator.getInstance().fix("TOPDU", "512945.72N", "0002009.82E", void 0, 210), + ], + // LAVNO + {ils: {dme: 6, altitude: 3000, speed: 185}} + )); + + /** + * On LAVNO 1G, you can give a shortcut ELMIV→RAVSA. + */ + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("LAVNO1G"), + [Generator.getInstance().runway("lc")], + false, + Generator.getInstance().beacon("RAVSA"), + 302, + [ + Generator.getInstance().beacon("RAVSA", 6000), + Generator.getInstance().fix("GAPGI", "512844.89N", "0004820.99E", 6000), + Generator.getInstance().fix("ATPEV", "512918.05N", "0003322.74E"), + Generator.getInstance().fix("LCE07", "512929.22N", "0002807.69E", 4000), + Generator.getInstance().fix("TOPDU", "512945.72N", "0002009.82E", void 0, 210), + ], + // LAVNO + {ils: {dme: 6, altitude: 3000, speed: 185}} + )); + + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("LAVNO1J"), + [Generator.getInstance().runway("lc")], + false, + Generator.getInstance().beacon("JACKO"), + void 0, + [ + Generator.getInstance().beacon("JACKO", 9000, 210), + Generator.getInstance().fix("NONVA", "513846.45N", "0012144.31E"), + Generator.getInstance().fix("BABKU", "513519.59N", "0011916.23E"), + Generator.getInstance().fix("LCE21", "513006.82N", "0012130.07E"), + Generator.getInstance().fix("LCE22", "512443.87N", "0012054.73E"), + Generator.getInstance().fix("LCE23", "511945.28N", "0011734.94E", 9000), + Generator.getInstance().beacon("RAVSA", 6000), + Generator.getInstance().fix("GAPGI", "512844.89N", "0004820.99E", 6000), + Generator.getInstance().fix("ATPEV", "512918.05N", "0003322.74E"), + Generator.getInstance().fix("LCE07", "512929.22N", "0002807.69E", 4000), + Generator.getInstance().fix("TOPDU", "512945.72N", "0002009.82E", void 0, 210), + ], + // LAVNO + {ils: {dme: 6, altitude: 3000, speed: 185}} + )); + + /** + * On LAVNO 1J, you can give a shortcut BABKU→RAVSA. + */ + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("LAVNO1J"), + [Generator.getInstance().runway("lc")], + false, + Generator.getInstance().beacon("RAVSA"), + 245, + [ + Generator.getInstance().beacon("RAVSA", 6000), + Generator.getInstance().fix("GAPGI", "512844.89N", "0004820.99E", 6000), + Generator.getInstance().fix("ATPEV", "512918.05N", "0003322.74E"), + Generator.getInstance().fix("LCE07", "512929.22N", "0002807.69E", 4000), + Generator.getInstance().fix("TOPDU", "512945.72N", "0002009.82E", void 0, 210), + ], + // LAVNO + {ils: {dme: 6, altitude: 3000, speed: 185}} + )); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("ODLEG1G"), + [Generator.getInstance().runway("lc")], + "only", + Generator.getInstance().beacon("GODLU"), + void 0, + [ + Generator.getInstance().beacon("GODLU", 10000, 210), + Generator.getInstance().fix("ELMIV", "512033.08N", "0011533.36E"), + Generator.getInstance().fix("LCE11", "512504.57N", "0011834.81E"), + Generator.getInstance().fix("LCE12", "512958.17N", "0011906.68E"), + Generator.getInstance().fix("LCE13", "513442.46N", "0011704.79E", 10000), + Generator.getInstance().beacon("RAVSA", 6000), + Generator.getInstance().fix("GAPGI", "512844.89N", "0004820.99E", 6000), + Generator.getInstance().fix("ATPEV", "512918.05N", "0003322.74E"), + Generator.getInstance().fix("LCE07", "512929.22N", "0002807.69E", 4000), + Generator.getInstance().fix("OSVEV", "512549.36N", "0001808.59E", 3000, 210), + Generator.getInstance().fix("LCS01", "512603.37N", "0001109.39E", 3000, 185), + Generator.getInstance().fix("LCS02", "512619.24N", "0000259.13E", 2000), + Generator.getInstance().fix("TODBI", "512636.35N", "0000611.78W", 2000), + Generator.getInstance().fix("ODLEG", "512925.35N", "0000716.56W", 2000, 185), + ], + {end: 48} + )); + + /** + * On ODLEG 1G, you can give a shortcut ELMIV→RAVSA. + */ + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("ODLEG1G"), + [Generator.getInstance().runway("lc")], + "only", + Generator.getInstance().beacon("RAVSA"), + 302, + [ + Generator.getInstance().beacon("RAVSA", 6000), + Generator.getInstance().fix("GAPGI", "512844.89N", "0004820.99E", 6000), + Generator.getInstance().fix("ATPEV", "512918.05N", "0003322.74E"), + Generator.getInstance().fix("LCE07", "512929.22N", "0002807.69E", 4000), + Generator.getInstance().fix("OSVEV", "512549.36N", "0001808.59E", 3000, 210), + Generator.getInstance().fix("LCS01", "512603.37N", "0001109.39E", 3000, 185), + Generator.getInstance().fix("LCS02", "512619.24N", "0000259.13E", 2000), + Generator.getInstance().fix("TODBI", "512636.35N", "0000611.78W", 2000), + Generator.getInstance().fix("ODLEG", "512925.35N", "0000716.56W", 2000, 185), + ], + {end: 48} + )); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("ODLEG1J"), + [Generator.getInstance().runway("lc")], + "only", + Generator.getInstance().beacon("JACKO"), + void 0, + [ + Generator.getInstance().beacon("JACKO", 9000, 210), + Generator.getInstance().fix("NONVA", "513846.45N", "0012144.31E"), + Generator.getInstance().fix("BABKU", "513519.59N", "0011916.23E"), + Generator.getInstance().fix("LCE21", "513006.82N", "0012130.07E"), + Generator.getInstance().fix("LCE22", "512443.87N", "0012054.73E"), + Generator.getInstance().fix("LCE23", "511945.28N", "0011734.94E", 9000), + Generator.getInstance().beacon("RAVSA", 6000), + Generator.getInstance().fix("GAPGI", "512844.89N", "0004820.99E", 6000), + Generator.getInstance().fix("ATPEV", "512918.05N", "0003322.74E"), + Generator.getInstance().fix("LCE07", "512929.22N", "0002807.69E", 4000), + Generator.getInstance().fix("OSVEV", "512549.36N", "0001808.59E", 3000, 210), + Generator.getInstance().fix("LCS01", "512603.37N", "0001109.39E", 3000, 185), + Generator.getInstance().fix("LCS02", "512619.24N", "0000259.13E", 2000), + Generator.getInstance().fix("TODBI", "512636.35N", "0000611.78W", 2000), + Generator.getInstance().fix("ODLEG", "512925.35N", "0000716.56W", 2000, 185), + ], + {end: 48} + )); + + /** + * On ODLEG 1J, you can give a shortcut BABKU→RAVSA. + */ + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("ODLEG1J"), + [Generator.getInstance().runway("lc")], + "only", + Generator.getInstance().beacon("RAVSA"), + 245, + [ + Generator.getInstance().beacon("RAVSA", 6000), + Generator.getInstance().fix("GAPGI", "512844.89N", "0004820.99E", 6000), + Generator.getInstance().fix("ATPEV", "512918.05N", "0003322.74E"), + Generator.getInstance().fix("LCE07", "512929.22N", "0002807.69E", 4000), + Generator.getInstance().fix("OSVEV", "512549.36N", "0001808.59E", 3000, 210), + Generator.getInstance().fix("LCS01", "512603.37N", "0001109.39E", 3000, 185), + Generator.getInstance().fix("LCS02", "512619.24N", "0000259.13E", 2000), + Generator.getInstance().fix("TODBI", "512636.35N", "0000611.78W", 2000), + Generator.getInstance().fix("ODLEG", "512925.35N", "0000716.56W", 2000, 185), + ], + {end: 48} + )); + } + + private sid() { + const rwy = Generator.getInstance().runway("lc"); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("SOQQA"), "1A"), + rwy, + [ + Generator.getInstance().fix("LCW01", "513024.40N", "0000020.78E"), + Generator.getInstance().fix("LCN02", "513408.09N", "0000016.11W"), + Generator.getInstance().fix("LCN06", "513608.68N", "0001118.82E"), + Generator.getInstance().fix("SOQQA") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("SOQQA"), "1H"), + rwy, + [ + Generator.getInstance().fix("LCE01", "513014.67N", "0000529.91E"), + Generator.getInstance().fix("LCE02", "513316.42N", "0000950.44E"), + Generator.getInstance().fix("LCE03", "513346.90N", "0001436.66E"), + Generator.getInstance().fix("SOQQA") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("BPK", "1A"), + rwy, + [ + Generator.getInstance().fix("LCW01", "513024.40N", "0000020.78E"), + Generator.getInstance().fix("LCN01", "513332.44N", "0000109.21W"), + Generator.getInstance().fix("LCN04", "513436.75N", "0000056.79E"), + Generator.getInstance().fix("LCN05", "513538.42N", "0000257.77E"), + Generator.getInstance().beacon("BPK") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("SAXBI"), "1A"), + rwy, + [ + Generator.getInstance().fix("LCW01", "513024.40N", "0000020.78E"), + Generator.getInstance().fix("LCN01", "513332.44N", "0000109.21W"), + Generator.getInstance().fix("LCN04", "513436.75N", "0000056.79E"), + Generator.getInstance().fix("LCN05", "513538.42N", "0000257.77E"), + Generator.getInstance().beacon("BPK"), + Generator.getInstance().fix("SAXBI") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("BPK", "1H"), + rwy, + [ + Generator.getInstance().fix("LCE01", "513014.67N", "0000529.91E"), + Generator.getInstance().fix("LCN03", "513424.02N", "0000750.39E"), + Generator.getInstance().beacon("BPK") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("SAXBI"), "1H"), + rwy, + [ + Generator.getInstance().fix("LCE01", "513014.67N", "0000529.91E"), + Generator.getInstance().fix("LCN03", "513424.02N", "0000750.39E"), + Generator.getInstance().beacon("BPK"), + Generator.getInstance().fix("SAXBI") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("ODUKU"), "1A"), + rwy, + [ + Generator.getInstance().fix("LCW01", "513024.40N", "0000020.78E"), + Generator.getInstance().fix("LCN02", "513408.09N", "0000016.11W"), + Generator.getInstance().fix("LCE04", "513619.70N", "0001222.73E"), + Generator.getInstance().fix("ODUKU") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("ODUKU"), "1H"), + rwy, + [ + Generator.getInstance().fix("LCE01", "513014.67N", "0000529.91E"), + Generator.getInstance().fix("LCE02", "513316.42N", "0000950.44E"), + Generator.getInstance().fix("ODUKU") + ], + true + )); + } +} diff --git a/airspace/EGLL.ts b/airspace/EGLL.ts new file mode 100644 index 0000000..71e754c --- /dev/null +++ b/airspace/EGLL.ts @@ -0,0 +1,603 @@ +import Generator from "../src/Generator.js"; +import STAR from "../src/STAR.js"; +import StarFix from "../src/StarFix.js"; +import Airport from "../src/Airport.js"; +import Runway from "../src/Runway.js"; +import Fix from "../src/Fix.js"; +import SID from "../src/SID.js"; +import NamedFix from "../src/NamedFix.js"; +import fs from "node:fs/promises"; + +export default class EGLL { + public async init() { + await this.airport(); + this.star(); + this.sid(); + } + + private async airport() { + Generator.getInstance().airport( + new Airport( + "London Heathrow Airport", + "Heathrow", + "LTCC", + 28.9, + 6000, + [ + new Runway("lln", "27R", + Fix.fromDMS("512839.63N", "0002559.82W"), + 269.71, 77, + 3901 / Fix.FT, 0, 309 / Fix.FT, + void 0, + void 0, + 118.7, + "Tower", + 89.67 + ), + new Runway("lls", "27L", + Fix.fromDMS("512753.82N", "0002602.76W"), + 269.72, 75, + 3658 / Fix.FT, 0, 308 / Fix.FT, + void 0, + void 0, + 118.5, + "Tower", + 89.68 + ), + ], + [ + ...new Array(3).fill(new Airport.EntryPoint(220, Generator.getInstance().beacon("HAZEL"), 13000)), + ], + Airport.Airline.raw(await fs.readFile("./airlines/EGLL.txt", "utf8")), + [ + NamedFix.fromDMS("512930N", "0011311W", "CPT", "Compton"), + NamedFix.fromDMS("511459N", "0003343W", "MAXIT", "Maxit"), + NamedFix.fromDMS("511401N", "0002910W", "MODMI", "Modmi"), + Generator.getInstance().beacon("BPK"), + NamedFix.fromDMS("514020N", "0004139W", "UMLAT", "Umlat"), + NamedFix.fromDMS("513936N", "0001644W", "ULTIB", "Ultib"), + Generator.getInstance().beacon("DET"), + NamedFix.fromDMS("511727N", "0010002W", "GOGSI", "Gogsi"), + NamedFix.fromDMS("511224N", "0005736W", "GASGU", "Gasgu"), + ], + Generator.getInstance().beacon("LON") + ) + ); + } + + private star() { + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("OTMET1H"), + [Generator.getInstance().runway("lln"), Generator.getInstance().runway("lls")], + true, + Generator.getInstance().beacon("BEGTO"), + 63, + [ + Generator.getInstance().beacon("BEGTO"), + Generator.getInstance().beacon("HAZEL", 13000), + Generator.getInstance().fix("LLS01", "511021.99N", "0004108.43W", void 0, 250), + Generator.getInstance().beacon("OCK", 7000, 220) + ], + {end: "hold"}) + .withEntry(16000).repeated(3)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("ROXOG1H"), + [Generator.getInstance().runway("lln"), Generator.getInstance().runway("lls")], + true, + Generator.getInstance().beacon("BEGTO"), + 17, + [ + Generator.getInstance().beacon("BEGTO"), + Generator.getInstance().beacon("HAZEL", 13000), + Generator.getInstance().fix("LLS01", "511021.99N", "0004108.43W", void 0, 250), + Generator.getInstance().beacon("OCK", 7000, 220) + ], + {end: "hold"}) + .withEntry(16000).repeated(3)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("ALESO1H"), + [Generator.getInstance().runway("lln"), Generator.getInstance().runway("lls")], + true, + Generator.getInstance().beacon("ROTNO"), + 314, + [ + Generator.getInstance().beacon("ROTNO"), + Generator.getInstance().fix("ETVAX", "505806.99N", "0003556.27E", 18000), + Generator.getInstance().beacon("TIGER"), + Generator.getInstance().fix("LLE01", "511113.96N", "0001521.68E", void 0, 250), + Generator.getInstance().beacon("BIG", 7000, 220) + ], + {end: "hold"}) + .withEntry(19000).repeated(3)); + + /** + * This arrival is to enable continuation on ALESO 1H if interrupted + * with HOLD at TIGER. + */ + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("ALESO1H"), + [Generator.getInstance().runway("lln"), Generator.getInstance().runway("lls")], + true, + Generator.getInstance().beacon("TIGER"), + 314, + [ + Generator.getInstance().beacon("TIGER"), + Generator.getInstance().fix("LLE01", "511113.96N", "0001521.68E", void 0, 250), + StarFix.from(Generator.getInstance().beacon("BIG"), 7000, 220) + ], + {end: "hold"} + )); + + // LAM 1X omitted (LAM→BIG) + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("TANET", "1Z"), + [Generator.getInstance().runway("lln"), Generator.getInstance().runway("lls")], + true, + Generator.getInstance().beacon("TANET"), + void 0, + [ + Generator.getInstance().beacon("TANET"), + Generator.getInstance().beacon("DET"), + Generator.getInstance().fix("LLE02", "511857.68N", "0002109.87E", void 0, 250), + Generator.getInstance().beacon("BIG", 7000, 220) + ], + {end: "hold"} + )); + + // OCK 1Z omitted (OCK→BIG) + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("NUGRA1H"), + [Generator.getInstance().runway("lln"), Generator.getInstance().runway("lls")], + true, + Generator.getInstance().beacon("TOBID"), + 147, + [ + Generator.getInstance().beacon("TOBID"), + Generator.getInstance().fix("SOPIT", 15000), + Generator.getInstance().beacon("WCO", void 0, 220), + Generator.getInstance().beacon("BNN", 7000, 220) + ], + {end: "hold"}) + .withEntry(15000).repeated(3)); + + // LAM 1Z omitted (LAM→BNN) + + Generator.getInstance().arrival(new STAR( + "HON1H", + "Honiley one hotel", + [Generator.getInstance().runway("lln"), Generator.getInstance().runway("lls")], + true, + Generator.getInstance().beacon("TOBID"), + 139, + [ + Generator.getInstance().beacon("TOBID"), + Generator.getInstance().fix("SOPIT", 15000), + Generator.getInstance().beacon("WCO", void 0, 220), + Generator.getInstance().beacon("BNN", 7000, 220) + ], + {end: "hold"}) + .withEntry(15000).repeated(3)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("BARMI1H"), + [Generator.getInstance().runway("lln"), Generator.getInstance().runway("lls")], + true, + Generator.getInstance().beacon("LOGAN"), + 228, + [ + Generator.getInstance().beacon("LOGAN", 25000), + Generator.getInstance().fix("SABER", "514213.76N", "0005658.19E", 16000), + Generator.getInstance().fix("BRASO", "514106.57N", "0004100.03E"), + Generator.getInstance().fix("WESUL", "514015.29N", "0002909.27E", void 0, 250), + Generator.getInstance().beacon("LAM", 7000, 220) + ], + {end: "hold"}) + .withEntry(22000).repeated(3)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("LOGAN", "2H"), + [Generator.getInstance().runway("lln"), Generator.getInstance().runway("lls")], + true, + Generator.getInstance().beacon("LOGAN"), + 289, + [ + Generator.getInstance().beacon("LOGAN", 25000), + Generator.getInstance().fix("SABER", "514213.76N", "0005658.19E", 16000), + Generator.getInstance().fix("BRASO", "514106.57N", "0004100.03E"), + Generator.getInstance().fix("WESUL", "514015.29N", "0002909.27E", void 0, 250), + Generator.getInstance().beacon("LAM", 7000, 220) + ], + {end: "hold"}) + .withEntry(22000, 320).repeated(3)); + + // TOBID 1X omitted (TOBID→OCK) + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("HAZEL", "1H"), + [Generator.getInstance().runway("lln"), Generator.getInstance().runway("lls")], + true, + Generator.getInstance().beacon("HAZEL"), + void 0, + [ + Generator.getInstance().beacon("HAZEL", 13000), + Generator.getInstance().fix("LLS01", "511021.99N", "0004108.43W", void 0, 250), + Generator.getInstance().beacon("OCK", 7000, 220) + ], + {end: "hold"} + )); + + // BIG 1Z omitted (BIG→OCK) + // LAM 1Y omitted (LAM→OCK) + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("FITBO1H"), + [Generator.getInstance().runway("lln"), Generator.getInstance().runway("lls")], + true, + Generator.getInstance().beacon("SOPIT"), + 107, + [ + Generator.getInstance().fix("SOPIT", 15000), + Generator.getInstance().beacon("WCO", void 0, 220), + Generator.getInstance().beacon("BNN", 7000, 220) + ], + {end: "hold"}) + .withEntry(15000).repeated(3)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("SIRIC", "1H"), + [Generator.getInstance().runway("lln"), Generator.getInstance().runway("lls")], + true, + Generator.getInstance().beacon("SIRIC"), + void 0, + [ + Generator.getInstance().beacon("SIRIC", 14000), + Generator.getInstance().fix("NIGIT", "511846.96N", "0011014.71W"), + Generator.getInstance().fix("LLW03", "511832.83N", "0004556.94W", void 0, 250), + Generator.getInstance().beacon("OCK", 7000, 220) + ], + {end: "hold"}) + .withEntry(14000, 96).repeated(3)); + + // SIRIC 1Z omitted (SIRIC→BNN) + } + + private sid() { + const lln = Generator.getInstance().runway("lln"); + const llnRev = lln.reverse(); + const lls = Generator.getInstance().runway("lls"); + const llsRev = lls.reverse(); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("CPT"), "3F"), + lln, + [ + llnRev.position.bearingIntersection(lln.heading, Generator.getInstance().beacon("LON"), 255), + Generator.getInstance().beacon("LON").destination(255, 7), + Generator.getInstance().fix("WOD", "512710N", "0005244W"), + Generator.getInstance().fix("CPT").destination(100, 8), + Generator.getInstance().fix("CPT") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("CPT"), "3G"), + lls, + [ + llsRev.position.bearingIntersection(lls.heading, Generator.getInstance().beacon("LON"), 255), + Generator.getInstance().beacon("LON").destination(255, 7), + Generator.getInstance().fix("WOD", "512710N", "0005244W"), + Generator.getInstance().fix("CPT").destination(100, 8), + Generator.getInstance().fix("CPT") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("CPT"), "5J"), + lls, + [ + lls.position.destination(lls.reverseLocalizer, .4), + new Fix(51.4500, -0.3280), + new Fix(51.4300, -0.3280), + lls.position.bearingIntersection(180, Generator.getInstance().fix("WOD", "512710N", "0005244W"), 101), + Generator.getInstance().fix("WOD", "512710N", "0005244W"), + Generator.getInstance().fix("CPT").destination(100, 8), + Generator.getInstance().fix("CPT") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("CPT"), "4k"), + lln, + [ + lln.position.destination(lln.reverseLocalizer, .1), + new Fix(51.4600, -0.3280), + new Fix(51.4100, -0.3280), + lln.position.bearingIntersection(180, Generator.getInstance().fix("WOD", "512710N", "0005244W"), 101), + Generator.getInstance().fix("WOD", "512710N", "0005244W"), + Generator.getInstance().fix("CPT").destination(100, 8), + Generator.getInstance().fix("CPT") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("MAXIT"), "1F"), + lln, + [ + llnRev.position.bearingIntersection(lln.heading, Generator.getInstance().beacon("LON"), 255), + Generator.getInstance().beacon("LON").destination(255, 5), + Generator.getInstance().fix("BUR", "513108N", "0004038W").destination(161, 7.9), + Generator.getInstance().fix("BUR", "513108N", "0004038W").destination(161, 10.5), + Generator.getInstance().fix("BUR", "513108N", "0004038W").destination(161, 14), + Generator.getInstance().fix("MAXIT") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("MAXIT"), "1G"), + lls, + [ + llsRev.position.bearingIntersection(lls.heading, Generator.getInstance().beacon("LON"), 239), + Generator.getInstance().beacon("LON").destination(239, 5.5), + Generator.getInstance().fix("BUR", "513108N", "0004038W").destination(161, 7.9), + Generator.getInstance().fix("BUR", "513108N", "0004038W").destination(161, 10.5), + Generator.getInstance().fix("BUR", "513108N", "0004038W").destination(161, 14), + Generator.getInstance().fix("MAXIT") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("MODMI"), "1J"), + lls, + [ + lls.position.destination(lls.reverseLocalizer, .4), + Generator.getInstance().beacon("LON").destination(124, 3.5), + Generator.getInstance().beacon("LON").bearingIntersection(124, Generator.getInstance().fix("MID", "510314.23N", "0003730.01W"), 25.6), + Generator.getInstance().fix("MID", "510314.23N", "0003730.01W").destination(25.6, 18), + Generator.getInstance().fix("MID", "510314.23N", "0003730.01W").destination(25.6, 15), + Generator.getInstance().fix("MODMI") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("MODMI"), "1K"), + lln, + [ + lln.position.destination(lln.reverseLocalizer, .1), + Generator.getInstance().beacon("LON").destination(124, 3.5), + Generator.getInstance().beacon("LON").bearingIntersection(124, Generator.getInstance().fix("MID", "510314.23N", "0003730.01W"), 25.6), + Generator.getInstance().fix("MID", "510314.23N", "0003730.01W").destination(25.6, 18), + Generator.getInstance().fix("MID", "510314.23N", "0003730.01W").destination(25.6, 15), + Generator.getInstance().fix("MODMI") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("BPK", "7F"), + lln, + [ + Generator.getInstance().fix("BUR", "513108N", "0004038W").bearingIntersection(297 - 180, llnRev.position, lln.heading), + Generator.getInstance().fix("BUR", "513108N", "0004038W").destination(297 - 180, 4.35), + Generator.getInstance().fix("BUR", "513108N", "0004038W").destination(297 - 180, 2.2), + Generator.getInstance().fix("BUR", "513108N", "0004038W"), + Generator.getInstance().beacon("LON").bearingIntersection(304, Generator.getInstance().fix("CHT", "513723N", "0003107W"), 53 + 180), + Generator.getInstance().beacon("LON").bearingIntersection(325, Generator.getInstance().fix("CHT", "513723N", "0003107W"), 53 + 180), + Generator.getInstance().fix("CHT", "513723N", "0003107W"), + Generator.getInstance().beacon("BPK") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("BPK", "7G"), + lls, + [ + Generator.getInstance().fix("BUR", "513108N", "0004038W").bearingIntersection(297 - 180, llsRev.position, lls.heading), + Generator.getInstance().fix("BUR", "513108N", "0004038W").destination(297 - 180, 4.35), + Generator.getInstance().fix("BUR", "513108N", "0004038W").destination(297 - 180, 2.2), + Generator.getInstance().fix("BUR", "513108N", "0004038W"), + Generator.getInstance().beacon("LON").bearingIntersection(304, Generator.getInstance().fix("CHT", "513723N", "0003107W"), 53 + 180), + Generator.getInstance().beacon("LON").bearingIntersection(325, Generator.getInstance().fix("CHT", "513723N", "0003107W"), 53 + 180), + Generator.getInstance().fix("CHT", "513723N", "0003107W"), + Generator.getInstance().beacon("BPK") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("BPK", "6J"), + lls, + [ + lls.position.destination(lls.reverseLocalizer, .4), + lls.position.destination(lls.reverseLocalizer, .4).bearingIntersection(50, Generator.getInstance().beacon("LON"), 70), + Generator.getInstance().beacon("LON").destination(70, 10), + Generator.getInstance().beacon("BPK").destination(196, 10), + Generator.getInstance().beacon("BPK").destination(196, 6), + Generator.getInstance().fix("BAPAG", "514305N", "0000724W"), + Generator.getInstance().beacon("BPK") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("BPK", "6K"), + lln, + [ + lln.position.destination(lln.reverseLocalizer, .1), + lln.position.destination(lln.reverseLocalizer, .1).bearingIntersection(50, Generator.getInstance().beacon("LON"), 70), + Generator.getInstance().beacon("LON").destination(70, 10), + Generator.getInstance().beacon("BPK").destination(196, 10), + Generator.getInstance().beacon("BPK").destination(196, 6), + Generator.getInstance().fix("BAPAG", "514305N", "0000724W"), + Generator.getInstance().beacon("BPK") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("UMLAT"), "1F"), + lln, + [ + llnRev.position.bearingIntersection(lln.heading, Generator.getInstance().fix("BUR", "513108N", "0004038W"), 297 - 180), + Generator.getInstance().fix("BUR", "513108N", "0004038W").destination(297 - 180, 4.35), + Generator.getInstance().fix("BUR", "513108N", "0004038W").destination(297 - 180, 2.2), + Generator.getInstance().fix("BUR", "513108N", "0004038W"), + Generator.getInstance().fix("UMLAT") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("UMLAT"), "1G"), + lls, + [ + llsRev.position.bearingIntersection(lls.heading, Generator.getInstance().fix("BUR", "513108N", "0004038W"), 297 - 180), + Generator.getInstance().fix("BUR", "513108N", "0004038W").destination(297 - 180, 4.35), + Generator.getInstance().fix("BUR", "513108N", "0004038W").destination(297 - 180, 2.2), + Generator.getInstance().fix("BUR", "513108N", "0004038W"), + Generator.getInstance().fix("UMLAT") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("ULTIB"), "1J"), + lls, + [ + lls.position.destination(lls.reverseLocalizer, .4), + lls.position.destination(lls.reverseLocalizer, .4).bearingIntersection(50, Generator.getInstance().beacon("LON"), 70), + Generator.getInstance().beacon("LON").bearingIntersection(70, Generator.getInstance().beacon("BIG"), 328), + Generator.getInstance().beacon("BIG").destination(328, 20), + Generator.getInstance().fix("ULTIB") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("ULTIB"), "1K"), + lln, + [ + lln.position.destination(lln.reverseLocalizer, .1), + lln.position.destination(lln.reverseLocalizer, .1).bearingIntersection(50, Generator.getInstance().beacon("LON"), 70), + Generator.getInstance().beacon("LON").bearingIntersection(70, Generator.getInstance().beacon("BIG"), 328), + Generator.getInstance().beacon("BIG").destination(328, 20), + Generator.getInstance().fix("ULTIB") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("DET", "2F"), + lln, + [ + llnRev.position.destination(lln.heading, 2), + Generator.getInstance().fix("EPSOM", "511910N", "0002219W"), + Generator.getInstance().beacon("DET").destination(270, 32), + Generator.getInstance().beacon("DET").destination(270, 29), + Generator.getInstance().beacon("DET").destination(270, 5), + Generator.getInstance().beacon("DET") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("DET", "2G"), + lls, + [ + llsRev.position.destination(lls.heading, 1), + Generator.getInstance().fix("EPSOM", "511910N", "0002219W"), + Generator.getInstance().beacon("DET").destination(270, 32), + Generator.getInstance().beacon("DET").destination(270, 29), + Generator.getInstance().beacon("DET").destination(270, 5), + Generator.getInstance().beacon("DET") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("DET", "1J"), + lls, + [ + lls.position.destination(lls.reverseLocalizer, .4), + Generator.getInstance().beacon("DET").destination(282, 34), + Generator.getInstance().beacon("DET").destination(282, 29), + Generator.getInstance().beacon("DET").destination(282, 20), + Generator.getInstance().beacon("DET").destination(282, 5), + Generator.getInstance().beacon("DET") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("DET", "1K"), + lln, + [ + lln.position.destination(lln.reverseLocalizer, .1), + Generator.getInstance().beacon("DET").destination(282, 34), + Generator.getInstance().beacon("DET").destination(282, 29), + Generator.getInstance().beacon("DET").destination(282, 20), + Generator.getInstance().beacon("DET").destination(282, 5), + Generator.getInstance().beacon("DET") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("GOGSI"), "2F"), + lln, + [ + llnRev.position.bearingIntersection(lln.heading, Generator.getInstance().beacon("LON"), 255), + Generator.getInstance().beacon("LON").destination(255, 7), + Generator.getInstance().fix("WOD", "512710N", "0005244W").destination(268 - 180, 1.65), + Generator.getInstance().fix("WOD", "512710N", "0005244W").destination(268 - 180, .9), + Generator.getInstance().beacon("SAM").destination(32, 32.8), + Generator.getInstance().beacon("SAM").destination(32, 29.6), + Generator.getInstance().fix("GOGSI") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("GOGSI"), "2G"), + lls, + [ + llsRev.position.bearingIntersection(lls.heading, Generator.getInstance().beacon("LON"), 255), + Generator.getInstance().fix("WOD", "512710N", "0005244W").destination(268 - 180, 1.65), + Generator.getInstance().fix("WOD", "512710N", "0005244W").destination(268 - 180, .9), + Generator.getInstance().beacon("SAM").destination(32, 32.8), + Generator.getInstance().beacon("SAM").destination(32, 29.6), + Generator.getInstance().fix("GOGSI") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("GASGU"), "2J"), + lls, + [ + lls.position.destination(lls.reverseLocalizer, .4), + Generator.getInstance().beacon("LON").destination(124, 5), + Generator.getInstance().beacon("OCK").destination(41, 2), + Generator.getInstance().beacon("OCK"), + Generator.getInstance().beacon("OCK").destination(253, 1.4), + Generator.getInstance().beacon("OCK").destination(253, 4.7), + Generator.getInstance().fix("GASGU") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("GASGU"), "2K"), + lln, + [ + lln.position.destination(lln.reverseLocalizer, .1), + Generator.getInstance().beacon("LON").destination(124, 5), + Generator.getInstance().beacon("OCK").destination(42, 2), + Generator.getInstance().beacon("OCK"), + Generator.getInstance().beacon("OCK").destination(253, 1.4), + Generator.getInstance().beacon("OCK").destination(253, 4.7), + Generator.getInstance().fix("GASGU") + ], + true + )); + } +} diff --git a/airspace/EGSS.ts b/airspace/EGSS.ts new file mode 100644 index 0000000..47c2017 --- /dev/null +++ b/airspace/EGSS.ts @@ -0,0 +1,526 @@ +import Generator from "../src/Generator.js"; +import Airport from "../src/Airport.js"; +import Runway from "../src/Runway.js"; +import Fix from "../src/Fix.js"; +import STAR from "../src/STAR.js"; +import SID from "../src/SID.js"; +import NamedFix from "../src/NamedFix.js"; +import fs from "node:fs/promises"; + +export default class EGSS { + public async init() { + await this.airport(); + this.star(); + this.sid(); + } + + private async airport() { + Generator.getInstance().airport( + new Airport( + "London Stansted Airport", + "Stansted", + "EGSS", + 8.55, + 5000, + [ + new Runway("ss", "22", + Fix.fromDMS("515342.57N", "0001500.16E"), + 222.89, 347, + 3049 / Fix.FT, 0, 298 / Fix.FT, + void 0, + void 0, + 123.805, + "Stansted Tower", + 42.87 + ) + ], + [], + Airport.Airline.raw(await fs.readFile("./airlines/EGSS.txt", "utf8")), + [ + NamedFix.fromDMS("515847N", "0000419W", "UTAVA", "Utava"), + NamedFix.fromDMS("515822N", "0000412W", "NUGBO", "Nugbo"), + Generator.getInstance().beacon("BKY"), + NamedFix.fromDMS("515054.50N", "0010851.32E", "CLN", "Clacton"), + Generator.getInstance().beacon("DET"), + ], + Generator.getInstance().beacon("ABBOT") + ) + ); + } + + private star() { + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("TELTU", "1L"), + [Generator.getInstance().runway("ss")], + true, + Generator.getInstance().beacon("TELTU"), + void 0, + [ + Generator.getInstance().beacon("TELTU", 19000), + Generator.getInstance().beacon("VATON"), + Generator.getInstance().beacon("BPK", void 0, 250), + Generator.getInstance().beacon("BKY", void 0, 220), + Generator.getInstance().fix("BUSTA", "520534.45N", "0000403.92E", void 0, 220), + Generator.getInstance().beacon("LOREL", 7000, 220) + ], + {end: "hold"}) + .withEntry(19000, 8)); + + /** + * This arrival is to enable continuation on TELTU 1L AVANT 1L if + * interrupted with HOLD at VATON. Since the original STAR was + * interrupted, it’s not possible to continue with the same name. + * Continuation after interruption at VATON will show as TELTU 1L. + */ + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("TELTU", "1L"), + [Generator.getInstance().runway("ss")], + true, + Generator.getInstance().beacon("VATON"), + 25, + [ + Generator.getInstance().beacon("VATON"), + Generator.getInstance().beacon("BPK", void 0, 250), + Generator.getInstance().beacon("BKY", void 0, 220), + Generator.getInstance().fix("BUSTA", "520534.45N", "0000403.92E", void 0, 220), + Generator.getInstance().beacon("LOREL", 7000, 220) + ], + {end: "hold"} + )); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("LISTO1L"), + [Generator.getInstance().runway("ss")], + true, + Generator.getInstance().beacon("FINMA"), + 149, + [ + Generator.getInstance().beacon("FINMA", 15000), + Generator.getInstance().fix("BOMBO", "515944.29N", "0002346.85W", void 0, 250), + Generator.getInstance().beacon("BKY", void 0, 220), + Generator.getInstance().fix("BUSTA", "520534.45N", "0000403.92E", void 0, 220), + Generator.getInstance().beacon("LOREL", 7000, 220) + ], + {end: "hold"}) + .withEntry(15000)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("BKY", "1X"), + [Generator.getInstance().runway("ss")], + true, + Generator.getInstance().beacon("BKY"), + void 0, + [ + Generator.getInstance().beacon("BKY", void 0, 220), + Generator.getInstance().fix("ADNAM", "520616.98N", "0004418.84E", void 0, 220), + Generator.getInstance().beacon("ABBOT", 8000, 220) + ], + {end: "hold"} + )); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("BPK", "1X"), + [Generator.getInstance().runway("ss")], + true, + Generator.getInstance().beacon("BPK"), + void 0, + [ + Generator.getInstance().beacon("BPK", void 0, 250), + Generator.getInstance().fix("ADNAM", "520616.98N", "0004418.84E", void 0, 220), + Generator.getInstance().beacon("ABBOT", 8000, 220) + ], + {end: "hold"} + )); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("BANVA", "1L"), + [Generator.getInstance().runway("ss")], + true, + Generator.getInstance().beacon("BANVA"), + void 0, + [ + Generator.getInstance().beacon("BANVA"), + Generator.getInstance().beacon("UNDUG"), + Generator.getInstance().beacon("MAY", 20000), + Generator.getInstance().beacon("VATON"), + Generator.getInstance().beacon("BPK", void 0, 250), + Generator.getInstance().beacon("BKY", void 0, 220), + Generator.getInstance().fix("BUSTA", "520534.45N", "0000403.92E", void 0, 220), + Generator.getInstance().beacon("LOREL", 7000, 220) + ], + {end: "hold"}) + .withEntry(20000, 319)); + + /** + * This arrival is to enable continuation on BANVA 1L if interrupted + * with HOLD at UNDUG. + */ + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("BANVA", "1L"), + [Generator.getInstance().runway("ss")], + true, + Generator.getInstance().beacon("UNDUG"), + 319, + [ + Generator.getInstance().beacon("UNDUG"), + Generator.getInstance().beacon("MAY", 20000), + Generator.getInstance().beacon("VATON"), + Generator.getInstance().beacon("BPK", void 0, 250), + Generator.getInstance().beacon("BKY", void 0, 220), + Generator.getInstance().fix("BUSTA", "520534.45N", "0000403.92E", void 0, 220), + Generator.getInstance().beacon("LOREL", 7000, 220) + ], + {end: "hold"} + )); + + /** + * This arrival is to enable continuation on BANVA 1L if interrupted + * with HOLD at VATON. + */ + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("BANVA", "1L"), + [Generator.getInstance().runway("ss")], + true, + Generator.getInstance().beacon("VATON"), + 325, + [ + Generator.getInstance().beacon("VATON"), + Generator.getInstance().beacon("BPK", void 0, 250), + Generator.getInstance().beacon("BKY", void 0, 220), + Generator.getInstance().fix("BUSTA", "520534.45N", "0000403.92E", void 0, 220), + Generator.getInstance().beacon("LOREL", 7000, 220) + ], + {end: "hold"} + )); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("ABBOT", "1Z"), + [Generator.getInstance().runway("ss")], + true, + Generator.getInstance().beacon("ABBOT"), + void 0, + [ + Generator.getInstance().beacon("ABBOT", void 0, 220), + Generator.getInstance().fix("TABIS", "520031.75N", "0002643.90E", void 0, 220), + Generator.getInstance().fix("BUSTA", "520534.45N", "0000403.92E", void 0, 220), + Generator.getInstance().beacon("LOREL", 7000, 220) + ], + {end: "hold"} + )); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("FINMA", "1L"), + [Generator.getInstance().runway("ss")], + true, + Generator.getInstance().beacon("FINMA"), + void 0, + [ + Generator.getInstance().beacon("FINMA", 15000), + Generator.getInstance().fix("BOMBO", "515944.29N", "0002346.85W", void 0, 250), + Generator.getInstance().beacon("BKY", void 0, 220), + Generator.getInstance().fix("BUSTA", "520534.45N", "0000403.92E", void 0, 220), + Generator.getInstance().beacon("LOREL", 7000, 220) + ], + {end: "hold"}) + .withEntry(15000, 143)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("SILVA", "1L"), + [Generator.getInstance().runway("ss")], + true, + Generator.getInstance().beacon("SILVA"), + void 0, + [ + Generator.getInstance().beacon("SILVA"), + Generator.getInstance().fix("BOMBO", "515944.29N", "0002346.85W", void 0, 250), + Generator.getInstance().beacon("BKY", void 0, 220), + Generator.getInstance().fix("BUSTA", "520534.45N", "0000403.92E", void 0, 220), + Generator.getInstance().beacon("LOREL", 7000, 220) + ], + {end: "hold"}) + .withEntry(15000, 50)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("AVANT", "1L"), + [Generator.getInstance().runway("ss")], + true, + Generator.getInstance().beacon("AVANT"), + void 0, + [ + Generator.getInstance().beacon("AVANT", 19000), + Generator.getInstance().beacon("OCK"), + Generator.getInstance().beacon("VATON"), + Generator.getInstance().beacon("BPK", void 0, 250), + Generator.getInstance().beacon("BKY", void 0, 220), + Generator.getInstance().fix("BUSTA", "520534.45N", "0000403.92E", void 0, 220), + Generator.getInstance().beacon("LOREL", 7000, 220) + ], + {end: "hold"}) + .withEntry(19000, 10)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("SIRIC", "1L"), + [Generator.getInstance().runway("ss")], + true, + Generator.getInstance().beacon("SIRIC"), + void 0, + [ + Generator.getInstance().beacon("SIRIC", 18000), + Generator.getInstance().fix("NIGIT", "511846.96N", "0011014.71W"), + Generator.getInstance().beacon("VATON"), + Generator.getInstance().beacon("BPK", void 0, 250), + Generator.getInstance().beacon("BKY", void 0, 220), + Generator.getInstance().fix("BUSTA", "520534.45N", "0000403.92E", void 0, 220), + Generator.getInstance().beacon("LOREL", 7000, 220) + ], + {end: "hold"}) + .withEntry(18000, 107)); + + /** + * This arrival is to enable continuation on SIRIC 1L if interrupted + * with HOLD at VATON. + */ + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("SIRIC", "1L"), + [Generator.getInstance().runway("ss")], + true, + Generator.getInstance().beacon("VATON"), + 76, + [ + Generator.getInstance().beacon("VATON"), + Generator.getInstance().beacon("BPK", void 0, 250), + Generator.getInstance().beacon("BKY", void 0, 220), + Generator.getInstance().fix("BUSTA", "520534.45N", "0000403.92E", void 0, 220), + Generator.getInstance().beacon("LOREL", 7000, 220) + ], + {end: "hold"} + )); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("LOGAN", "2A"), + [Generator.getInstance().runway("ss")], + true, + Generator.getInstance().beacon("LOGAN"), + void 0, + [ + Generator.getInstance().beacon("LOGAN", 10000), + Generator.getInstance().fix("CLN", "515054.50N", "0010851.32E", void 0, 250), + Generator.getInstance().beacon("ABBOT", 8000, 220) + ], + {end: "hold"}) + .withEntry(10000, 290)); + + Generator.getInstance().arrival(new STAR( + ...Generator.getInstance().pronounce("DET", "2A"), + [Generator.getInstance().runway("ss")], + true, + Generator.getInstance().beacon("DET"), + void 0, + [ + Generator.getInstance().beacon("DET", 17000), + Generator.getInstance().fix("LOFFO", "515012.00N", "0003556.37E", void 0, 250), + Generator.getInstance().beacon("ABBOT", 8000, 220) + ], + {end: "hold"} + )); + + // BARMI 2A omitted (BARMI→ABBOT) + // RINIS 1A omitted (RINIS→ABBOT) + // XAMAN 1A omitted (XAMAN→ABBOT) + // TOSVA 1A omitted (TOSVA→ABBOT) + } + + private sid() { + const rwy = Generator.getInstance().runway("ss"); + const rev = rwy.reverse(); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("UTAVA"), "1R"), + rwy, + [ + rev.position.destination(rwy.heading, 3.1), + Generator.getInstance().beacon("BKY").destination(169, 8), + Generator.getInstance().beacon("BKY").destination(169, 5), + Generator.getInstance().beacon("BKY").destination(169, 2), + Generator.getInstance().fix("UTAVA") + ], + false, + 4000 + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("NUGBO"), "1R"), + rwy, + [ + rev.position.destination(rwy.heading, 3.1), + Generator.getInstance().beacon("BKY").destination(169, 8), + Generator.getInstance().beacon("BKY").destination(169, 5), + Generator.getInstance().beacon("BKY").destination(169, 2), + Generator.getInstance().fix("NUGBO") + ], + false, + 4000 + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("BKY", "5R"), + rwy, + [ + rev.position.destination(rwy.heading, 3.1), + Generator.getInstance().beacon("BKY").destination(169, 8), + Generator.getInstance().beacon("BKY").destination(169, 5), + Generator.getInstance().beacon("BKY").destination(169, 2), + Generator.getInstance().beacon("BKY"), + Generator.getInstance().beacon("BKY").destination(357, 3), + ], + false, + 4000 + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("UTAVA"), "1S"), + rwy, + [ + rwy.position.destination(rwy.reverseLocalizer, 2), + Generator.getInstance().beacon("BKY").destination(99, 7), + Generator.getInstance().beacon("BKY").destination(99, 5), + Generator.getInstance().beacon("BKY").destination(99, 2), + Generator.getInstance().beacon("BKY"), + Generator.getInstance().fix("UTAVA") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("NUGBO"), "1S"), + rwy, + [ + rwy.position.destination(rwy.reverseLocalizer, 2), + Generator.getInstance().beacon("BKY").destination(99, 7), + Generator.getInstance().beacon("BKY").destination(99, 5), + Generator.getInstance().beacon("BKY").destination(99, 2), + Generator.getInstance().beacon("BKY"), + Generator.getInstance().fix("NUGBO") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("BKY", "2S"), + rwy, + [ + rwy.position.destination(rwy.reverseLocalizer, 2), + Generator.getInstance().beacon("BKY").destination(99, 7), + Generator.getInstance().beacon("BKY").destination(99, 5), + Generator.getInstance().beacon("BKY").destination(99, 2), + Generator.getInstance().beacon("BKY").destination(357, 3), + Generator.getInstance().beacon("BKY").destination(357, 7), + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("CLN"), "9R"), + rwy, + [ + rev.position.destination(rwy.heading, 1.2), + Generator.getInstance().fix("XIGAR", "514850N", "0001546E"), + Generator.getInstance().fix("CLN").destination(265, 28), + Generator.getInstance().fix("CLN").destination(265, 21), + Generator.getInstance().fix("CLN").destination(265, 20), + Generator.getInstance().fix("CLN").destination(265, 16), + Generator.getInstance().fix("CLN").destination(265, 13), + Generator.getInstance().fix("CLN") + ], + false, + 6000 + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("CLN"), "5S"), + rwy, + [ + rwy.position.destination(rwy.reverseLocalizer, 1), + rwy.position.destination(rwy.reverseLocalizer, 1).bearingIntersection(rwy.reverseLocalizer, Generator.getInstance().beacon("BKY"), 114), + Generator.getInstance().beacon("BKY").destination(114, 14), + Generator.getInstance().beacon("BKY").destination(114, 17), + Generator.getInstance().fix("CLN").destination(265, 20), + Generator.getInstance().fix("CLN").destination(265, 16), + Generator.getInstance().fix("CLN").destination(265, 13), + Generator.getInstance().fix("CLN") + ], + true, + 6000 + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("DET", "2R"), + rwy, + [ + rev.position.destination(rwy.heading, 1.2), + rev.position.destination(rwy.heading, 1.2).bearingIntersection(rwy.heading, Generator.getInstance().beacon("DET"), 333), + Generator.getInstance().beacon("DET").destination(333, 32), + Generator.getInstance().beacon("DET").destination(333, 25), + Generator.getInstance().fix("NEPNA", "512958.33N", "0002656.55E"), + Generator.getInstance().beacon("DET") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("DET", "2S"), + rwy, + [ + rwy.position.destination(rwy.reverseLocalizer, 0.8), + rwy.position.destination(rwy.reverseLocalizer, 0.8) + .bearingIntersection(rwy.reverseLocalizer + 90, Generator.getInstance().beacon("LAM"), 24), + Generator.getInstance().beacon("LAM").destination(24, 9), + Generator.getInstance().beacon("DET").destination(333, 25), + Generator.getInstance().fix("NEPNA", "512958.33N", "0002656.55E"), + Generator.getInstance().beacon("DET") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("LAM", "4R"), + rwy, + [ + rev.position.destination(rwy.heading, 1.2), + rev.position.destination(rwy.heading, 1.2).bearingIntersection(rwy.heading, Generator.getInstance().beacon("BKY"), 153), + Generator.getInstance().beacon("BKY").destination(153, 13.8), + Generator.getInstance().fix("ROWAN", "514509N", "0001457E"), + Generator.getInstance().beacon("LAM") + ] + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce("LAM", "3S"), + rwy, + [ + rwy.position.destination(rwy.reverseLocalizer, 0.8), + rwy.position.destination(rwy.reverseLocalizer, 0.8) + .bearingIntersection(rwy.reverseLocalizer + 90, Generator.getInstance().beacon("LAM"), 24), + Generator.getInstance().beacon("LAM").destination(24, 9), + Generator.getInstance().fix("LAM") + ], + true + )); + + Generator.getInstance().departure(new SID( + ...Generator.getInstance().pronounce(Generator.getInstance().sidFix("CLN"), "2E"), + rwy, + [ + Generator.getInstance().fix("SSW01", "515146.36N", "0001205.90E"), + Generator.getInstance().fix("SSS03", "514938.12N", "0001213.68E"), + Generator.getInstance().fix("SSE06", "514850.07N", "0001553.31E"), + Generator.getInstance().fix("SSE11", "514910.19N", "0002348.04E"), + Generator.getInstance().fix("SSE18", "514937.86N", "0003502.87E"), + Generator.getInstance().fix("SSE23", "514957.00N", "0004306.08E"), + Generator.getInstance().fix("SSE26", "515008.21N", "0004755.61E"), + Generator.getInstance().fix("CLN") + ], + false, + 6000 + )); + } +} diff --git a/airspace/index.ts b/airspace/index.ts new file mode 100644 index 0000000..5ae2c7d --- /dev/null +++ b/airspace/index.ts @@ -0,0 +1,389 @@ +import fs from "node:fs/promises"; +import Generator from "../src/Generator.js"; +import Airspace from "../src/Airspace.js"; +import Fix from "../src/Fix.js"; +import Beacon from "../src/Beacon.js"; +import Polygon from "../src/Polygon.js"; +import RunwayConfiguration from "../src/RunwayConfiguration.js"; +import EGLL from "./EGLL.js"; +import EGKK from "./EGKK.js"; +import EGSS from "./EGSS.js"; +import EGGW from "./EGGW.js"; +import EGLC from "./EGLC.js"; +import Aircraft from "../src/Aircraft.js"; +import AirspaceLines from "./lines/AirspaceLines.js"; + +const gen = Generator.getInstance(); + +gen.airspace( + new Airspace( + 50, + 4, + 36, + 1300, + {altitude: {ft: 10000, kts: 250}}, + {nm: 4, kts: 160}, + 19000, + 20000, + 22000, + 5000, + 6000, + false, + false, + 2, + 4, + true, + true, + { + approach: "London Control", + departure: "London Control", + }, + gen.fix("LON", "512914N", "0002800W"), + 0, + [ + // Default beacon + Beacon.from("LON", "London", gen.fix("LON")), + + // Manoeuvring/misc beacons + Beacon.fromDMS("510102N", "0000658E", "MAY", "Mayfield", {left: 87}), + Beacon.fromDMS("515923N", "0000343E", "BKY", "Barkway"), + + // STAR holding endpoints + Beacon.fromDMS("513845.69N", "0000906.13E", "LAM", "Lambourne", {left: 263}), + Beacon.fromDMS("511951.15N", "0000205.32E", "BIG", "Biggin", 302), + Beacon.fromDMS("511818.17N", "0002649.86W", "OCK", "Ockham", 328), + Beacon.fromDMS("514334.19N", "0003259.10W", "BNN", "Bovingdon", 116), + Beacon.fromDMS("505643.99N", "0001542.25E", "TIMBA", "Timba", 308), + Beacon.fromDMS("505905.88N", "0001130.30W", "WILLO", "Willo", {left: 283}), + Beacon.fromDMS("520050.20N", "0000309.52W", "LOREL", "Lorel", {left: 187}), + Beacon.fromDMS("520058.00N", "0003558.49E", "ABBOT", "Abbot", 265), + Beacon.fromDMS("521812.97N", "0001352.54W", "ZAGZO", "Zagzo", 149), + Beacon.fromDMS("514408.65N", "0012536.00E", "JACKO", "Jacko", {left: 264}), + Beacon.fromDMS("510958.44N", "0011704.26E", "GODLU", "Godlu", 309), + + // STAR holding midpoints or shortcuts + Beacon.fromDMS("510401.82N", "0002621.54E", "TIGER", "Tiger", 315), + Beacon.fromDMS("515110.51N", "0005744.67W", "WCO", "Westcott", 188), + Beacon.fromDMS("510325.98N", "0005552.98E", "ARNUN", "Arnun", 216), + Beacon.fromDMS("512603.83N", "0002056.10W", "VATON", "Vaton", {left: 25}), + Beacon.fromDMS("520614.46N", "0002917.16E", "ROPMU", "Ropmu", 97), + Beacon.fromDMS("512829.01N", "0005513.72E", "RAVSA", "Ravsa"), + + // STAR entries + Beacon.fromDMS("504545.12N", "0011407.99W", "BEGTO", "Begto"), + Beacon.fromDMS("505126.07N", "0004641.20E", "ROTNO", "Rotno"), + Beacon.fromDMS("512658.00N", "0005531.99E", "TANET", "Tanet"), + Beacon.fromDMS("515729.84N", "0010626.35W", "SOPIT", "Sopit"), + /** + * TOBID: moved closer to SOPIT to fit within airspace. + * Use this beacon only for NUGRA 1H HON 1H + */ + Beacon.from("TOBID", "Tobid", + gen.fix("SOPIT", "515729.84N", "0010626.35W") + .destination(319, 10) + ), + Beacon.fromDMS("514451.32N", "0013642.58E", "LOGAN", "Logan", {left: 289}), + Beacon.fromDMS("510019.03N", "0005904.06W", "HAZEL", "Hazel"), + Beacon.fromDMS("512036.17N", "0013358.89W", "SIRIC", "Siric"), + Beacon.fromDMS("512920.30N", "0013643.00E", "TEBRA", "Tebra"), + Beacon.fromDMS("504027.90N", "0004746.38E", "AMDUT", "Amdut", 312), + Beacon.fromDMS("503948.10N", "0012013.93W", "ELDER", "Elder"), + Beacon.fromDMS("503931.38N", "0010257.16W", "DISVO", "Disvo"), + Beacon.fromDMS("504839.92N", "0004517.69W", "TELTU", "Teltu"), + Beacon.fromDMS("514617.00N", "0012140.87W", "KIDLI", "Kidli"), + Beacon.fromDMS("503828.94N", "0011029.05W", "ABSAV", "Absav"), + Beacon.fromDMS("505118.79N", "0004524.25W", "GWC", "Goodwood", {left: 175}), + Beacon.fromDMS("515947.21N", "0010313.34W", "FINMA", "Finma"), + Beacon.fromDMS("514459.05N", "0000624.25W", "BPK", "Brookmans Park"), + Beacon.fromDMS("503242.00N", "0004512.00E", "BANVA", "Banva"), + Beacon.fromDMS("515051.34N", "0010019.40W", "SILVA", "Silva"), + Beacon.fromDMS("504912.00N", "0005618.05W", "AVANT", "Avant"), + Beacon.fromDMS("511814.41N", "0003550.19E", "DET", "Detling"), + Beacon.fromDMS("504723.71N", "0002530.03E", "UNDUG", "Undug", 319), + Beacon.fromDMS("504645.67N", "0012800.00E", "SOVAT", "Sovat"), + /** + * KONAN: moved closer to GODLU to fit within airspace. + * Use this beacon only for KONAN 1C. + */ + Beacon.from("KONAN", "Konan", + gen.fix("GODLU", "510958.44N", "0011704.26E") + .destination(94, 20) + ), + Beacon.fromDMS("520748.00N", "0010043.20W", "TIXEX", "Tixex"), + Beacon.fromDMS("504338.76N", "0005839.48W", "BIDVA", "Bidva"), + Beacon.fromDMS("505718.90N", "0012042.20W", "SAM", "Southampton"), + Beacon.fromDMS("503546.32N", "0005545.48E", "SOXUX", "Soxux"), + ], + new Map([ + [180, {callsign: "London Control", pronunciation: "London Control", frequency: 129.425}], + [270, {callsign: "London Control", pronunciation: "London Control", frequency: 126.075}], + [360, {callsign: "London Control", pronunciation: "London Control", frequency: 127.1}], + [90, {callsign: "Amsterdam Radar", pronunciation: "Amsterdam Radar", frequency: 134.375}], + ]), + new Polygon([ + new Fix(50.668994, -0.373578), + new Fix(50.669484, 0.500093), + new Fix(50.755138, 0.750332), + new Fix(50.979723, 1.040440), + + // extension WORTHING CTA 1A + new Fix(51.000000, 1.466675), + new Fix(51.349485, 1.531906), + new Fix(51.357633, 1.362991), + // end extension WORTHING CTA 1A + + // extension + new Fix(51.4061, 1.3896), + new Fix(51.5, 1.4), + new Fix(51.5637, 1.3681), + // end extension + + new Fix(51.649981, 1.416721), + new Fix(51.873206, 1.443844), + new Fix(51.984880, 1.384964), + + // extension CLACTON CTA 3A + new Fix(51.969759, 1.308231), + new Fix(52.120104, 1.211243), + new Fix(52.177300, 1.034088), + new Fix(52.145657, 0.848351), + // end extension CLACTON CTA 3A + + new Fix(52.207501, 0.806808), + new Fix(52.186037, 0.546227), + + // extension CLACTON CTA 10C + new Fix(52.1878, 0.2364), + new Fix(52.288428, 0.161018), + new Fix(52.291263, -0.030556), + new Fix(52.307009, -0.104370), + new Fix(52.399486, -0.191917), + new Fix(52.397601, -0.569229), + // end extension CLACTON CTA 10C + + // extension + new Fix(52.248403, -0.427780), + new Fix(52.114939, -0.721664), + // end extension + + // extension + new Fix(52.08, -0.6383), + new Fix(52.0638, -0.6613), + // end extension + + new Fix(51.960029, -1.190300), + new Fix(51.735906, -1.014090), + new Fix(51.569281, -1.195107), + new Fix(51.597868, -1.432171), + new Fix(51.434748, -1.482811), + new Fix(51.392351, -1.142578), + new Fix(51.055963, -1.222057), + new Fix(51.068639, -1.118717), + new Fix(50.908554, -1.063185), + new Fix(50.823180, -1.285658), + new Fix(50.813935, -0.873585), + new Fix(50.773922, -0.830669), + new Fix(50.775224, -0.487432), + ] + ), + ) +); + +await new EGLL().init(); +await new EGKK().init(); +await new EGSS().init(); +await new EGGW().init(); +await new EGLC().init(); + +gen.runway([ + new RunwayConfiguration(0, gen.runway("lls"), {arrivals: true}), + new RunwayConfiguration(0, gen.runway("lln"), {departures: true}), + new RunwayConfiguration(8, gen.runway("kks"), {arrivals: true, departures: true}), + new RunwayConfiguration(12, gen.runway("ss"), {arrivals: true, departures: true}), + new RunwayConfiguration(18, gen.runway("gw"), {arrivals: true, departures: true}), + new RunwayConfiguration(24, gen.runway("lc"), {arrivals: true, departures: true}), +]); +gen.runway([ + new RunwayConfiguration(0, gen.runway("lls"), {departures: true}), + new RunwayConfiguration(0, gen.runway("lln"), {arrivals: true}), + new RunwayConfiguration(8, gen.runway("kks"), {arrivals: true, departures: true}), + new RunwayConfiguration(12, gen.runway("ss"), {arrivals: true, departures: true}), + new RunwayConfiguration(18, gen.runway("gw"), {arrivals: true, departures: true}), + new RunwayConfiguration(24, gen.runway("lc"), {arrivals: true, departures: true}), +]); +gen.runway([ + new RunwayConfiguration(0, gen.runway("lls"), {arrivals: true}), + new RunwayConfiguration(0, gen.runway("lln"), {departures: true}), + new RunwayConfiguration(8, gen.runway("kks"), {arrivals: true, departures: true}), + new RunwayConfiguration(12, gen.runway("ss"), {arrivals: true, departures: true}), + new RunwayConfiguration(18, gen.runway("gw"), {arrivals: true, departures: true}), + new RunwayConfiguration(24, gen.runway("lc"), {arrivals: true, departures: true}), + new RunwayConfiguration(23, gen.runway("lln"), {arrivals: true, departures: true}), +]); +gen.runway([ + new RunwayConfiguration(0, gen.runway("lls"), {departures: true}), + new RunwayConfiguration(0, gen.runway("lln"), {arrivals: true}), + new RunwayConfiguration(8, gen.runway("kks"), {arrivals: true, departures: true}), + new RunwayConfiguration(12, gen.runway("ss"), {arrivals: true, departures: true}), + new RunwayConfiguration(18, gen.runway("gw"), {arrivals: true, departures: true}), + new RunwayConfiguration(24, gen.runway("lc"), {arrivals: true, departures: true}), + new RunwayConfiguration(23, gen.runway("lls"), {arrivals: true, departures: true}), +]); + +gen.runway([ + new RunwayConfiguration(0, gen.runway("lls"), {departures: true, reverse: true}), + new RunwayConfiguration(0, gen.runway("lln"), {arrivals: true, reverse: true}), + new RunwayConfiguration(8, gen.runway("kks"), {arrivals: true, departures: true, reverse: true}), + new RunwayConfiguration(12, gen.runway("ss"), {arrivals: true, departures: true, reverse: true}), + new RunwayConfiguration(18, gen.runway("gw"), {arrivals: true, departures: true, reverse: true}), + new RunwayConfiguration(24, gen.runway("lc"), {arrivals: true, departures: true, reverse: true}), +]); + +gen.runway([ + new RunwayConfiguration(0, gen.runway("lls"), {departures: true, reverse: true}), + new RunwayConfiguration(0, gen.runway("lln"), {arrivals: true, reverse: true}), + new RunwayConfiguration(8, gen.runway("kks"), {arrivals: true, departures: true, reverse: true}), + new RunwayConfiguration(12, gen.runway("ss"), {arrivals: true, departures: true, reverse: true}), + new RunwayConfiguration(18, gen.runway("gw"), {arrivals: true, departures: true, reverse: true}), + new RunwayConfiguration(24, gen.runway("lc"), {arrivals: true, departures: true, reverse: true}), + new RunwayConfiguration(23, gen.runway("lls"), {arrivals: true, departures: true, reverse: true}), +]); + +gen.runway([ + new RunwayConfiguration(0, gen.runway("lls"), {arrivals: true}), + new RunwayConfiguration(0, gen.runway("lln"), {departures: true}), + new RunwayConfiguration(8, gen.runway("kkn"), {arrivals: true, departures: true}), + new RunwayConfiguration(12, gen.runway("ss"), {arrivals: true, departures: true}), + new RunwayConfiguration(18, gen.runway("gw"), {arrivals: true, departures: true}), + new RunwayConfiguration(24, gen.runway("lc"), {arrivals: true, departures: true}), +]); +gen.runway([ + new RunwayConfiguration(0, gen.runway("lls"), {departures: true}), + new RunwayConfiguration(0, gen.runway("lln"), {arrivals: true}), + new RunwayConfiguration(8, gen.runway("kkn"), {arrivals: true, departures: true}), + new RunwayConfiguration(12, gen.runway("ss"), {arrivals: true, departures: true}), + new RunwayConfiguration(18, gen.runway("gw"), {arrivals: true, departures: true}), + new RunwayConfiguration(24, gen.runway("lc"), {arrivals: true, departures: true}), +]); +gen.runway([ + new RunwayConfiguration(0, gen.runway("lls"), {arrivals: true}), + new RunwayConfiguration(0, gen.runway("lln"), {departures: true}), + new RunwayConfiguration(8, gen.runway("kkn"), {arrivals: true, departures: true}), + new RunwayConfiguration(12, gen.runway("ss"), {arrivals: true, departures: true}), + new RunwayConfiguration(18, gen.runway("gw"), {arrivals: true, departures: true}), + new RunwayConfiguration(24, gen.runway("lc"), {arrivals: true, departures: true}), + new RunwayConfiguration(23, gen.runway("lln"), {arrivals: true, departures: true}), +]); +gen.runway([ + new RunwayConfiguration(0, gen.runway("lls"), {departures: true}), + new RunwayConfiguration(0, gen.runway("lln"), {arrivals: true}), + new RunwayConfiguration(8, gen.runway("kkn"), {arrivals: true, departures: true}), + new RunwayConfiguration(12, gen.runway("ss"), {arrivals: true, departures: true}), + new RunwayConfiguration(18, gen.runway("gw"), {arrivals: true, departures: true}), + new RunwayConfiguration(24, gen.runway("lc"), {arrivals: true, departures: true}), + new RunwayConfiguration(23, gen.runway("lls"), {arrivals: true, departures: true}), +]); + +gen.runway([ + new RunwayConfiguration(0, gen.runway("lls"), {departures: true, reverse: true}), + new RunwayConfiguration(0, gen.runway("lln"), {arrivals: true, reverse: true}), + new RunwayConfiguration(8, gen.runway("kkn"), {arrivals: true, departures: true, reverse: true}), + new RunwayConfiguration(12, gen.runway("ss"), {arrivals: true, departures: true, reverse: true}), + new RunwayConfiguration(18, gen.runway("gw"), {arrivals: true, departures: true, reverse: true}), + new RunwayConfiguration(24, gen.runway("lc"), {arrivals: true, departures: true, reverse: true}), +]); + +gen.runway([ + new RunwayConfiguration(0, gen.runway("lls"), {departures: true, reverse: true}), + new RunwayConfiguration(0, gen.runway("lln"), {arrivals: true, reverse: true}), + new RunwayConfiguration(8, gen.runway("kkn"), {arrivals: true, departures: true, reverse: true}), + new RunwayConfiguration(12, gen.runway("ss"), {arrivals: true, departures: true, reverse: true}), + new RunwayConfiguration(18, gen.runway("gw"), {arrivals: true, departures: true, reverse: true}), + new RunwayConfiguration(24, gen.runway("lc"), {arrivals: true, departures: true, reverse: true}), + new RunwayConfiguration(23, gen.runway("lls"), {arrivals: true, departures: true, reverse: true}), +]); + +gen.aircraft(new Aircraft( + "D228", + "Dornier", + Aircraft.WTC.LIGHT, + [160, 300], + 140, + [0.8, 1.2], + 1000, + 1500, + [20, 25], + [2.5, 3.5], + [2.9, 3.1] +)); + +gen.aircraft(new Aircraft( + "GA6C", + "Gulfstream", + Aircraft.WTC.LOWER_MEDIUM, + [160, 300], + 129, + [1.2, 1.4], + 1400, + 3620, + [25, 30], + [3, 5], + [2.9, 3.1] +)); + +gen.aircraft(new Aircraft( + "H25B", + "Raytheon", + Aircraft.WTC.LIGHT, + [160, 300], + 125, + [1.2, 1.3], + [1500, 2500], + [2000, 3100], + [25, 30], + [3, 5], + [2.9, 3.1] +)); + +gen.aircraft(new Aircraft( + "F2TH", + "Dassault Falcon", + Aircraft.WTC.LOWER_MEDIUM, + [160, 300], + 110, + [1.2, 1.3], + [1500, 4000], + [2000, 3000], + [25, 30], + [3, 5], + [2.9, 3.1] +)); + +await new AirspaceLines().withCoastline(); + +const project = JSON.parse(await fs.readFile("./package.json", "utf8")); + +await fs.writeFile("./LTCC.ini", gen.generate(` +# +# London Terminal Control for EndlessATC +# Version: ${project.version} +# ${project.repository.url} +# eatc+ltc@zefir.pro +# +# !! THIS FILE IS GENERATED !! Please do not make modifications here. +# +# Copyright © ${new Date().getFullYear()} ${project.author}. +# This file is part of ${project.name}. +# This custom airspace is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by the Free +# Software Foundation, either version 3 of the License, or (at your option) any +# later version. +# +# This file is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +# details. +# +# You should have received a copy of the GNU General Public License along with +# this file. If not, see . +#`)); diff --git a/airspace/lines/AirspaceLines.ts b/airspace/lines/AirspaceLines.ts new file mode 100644 index 0000000..0dd8206 --- /dev/null +++ b/airspace/lines/AirspaceLines.ts @@ -0,0 +1,387 @@ +import Generator from "../../src/Generator.js"; +import Fix from "../../src/Fix.js"; +import Line from "../../src/Line.js"; +import Circle from "../../src/Circle.js"; +import fs from "node:fs/promises"; + +export default class AirspaceLines { + protected readonly gen = Generator.getInstance(); + public constructor() { + /** + * EGLL Vectoring Area (Heathrow Director) + */ + this.gen.line(new Line([ + this.gen.beacon("BNN"), + this.gen.beacon("BNN") + .bearingIntersection( + 115, this.gen.beacon("LAM"), 270 + ), + this.gen.beacon("LAM"), + this.gen.runway("lc").position + .destination( + this.gen.runway("lc").heading, + this.gen.runway("lc").length * Fix.FT / Fix.NMI / 2 + ), + this.gen.beacon("BIG"), + this.gen.beacon("OCK"), + this.gen.beacon("OCK") + .destination(270, 18), + this.gen.beacon("OCK") + .destination(270, 18) + .destination(337, 7), + this.gen.beacon("OCK") + .destination(270, 18) + .destination(337, 7) + .destination(360, 7.5), + this.gen.beacon("BNN"), + ])); + + // London CTR TMZ + this.gen.line( + new Line([ + new Fix(51.606291, -0.693555), + new Fix(51.606291, -0.217152), + ], [0x30, 0x30, 0x30]) + .join(Circle.from( + new Fix(51.606291, -0.217152), + new Fix(51.581710, -0.187025), + new Fix(51.336537, -0.214834), + 75 + ).cutoff(f => f.latitude <= 51.606291 && f.longitude >= -.217152) + ) + .join((new Line([ + new Fix(51.336537, -0.214834), + new Fix(51.336537, -0.631714), + new Fix(51.353130, -0.713382), + ])) + ) + .join(Circle.from( + new Fix(51.353130, -0.713382), + new Fix(51.468232, -0.773377), + new Fix(51.606291, -0.693555), + 75 + ).cutoff(f => f.latitude <= 51.606291 && f.latitude >= 51.353130 && f.longitude <= -0.693555) + .append(new Fix(51.606291, -0.693555)) + ) + ); + this.gen.line(new Line([ + new Fix(51.353130, -0.713382), + new Fix(51.393422, -0.919590), + new Fix(51.568854, -0.921907), + new Fix(51.5854, -0.8835), + new Fix(51.589976, -0.818310), + new Fix(51.611514, -0.768185), + new Fix(51.6459, -0.7401), + ], [0x30, 0x30, 0x30])); + + // London City CTA (D) + this.gen.line( + new Line([ + new Fix(51.599147, -0.208225), + new Fix(51.587176, 0.172005), + ], [0x30, 0x30, 0x30]).join( + Circle.from( + new Fix(51.587176, 0.172005), + new Fix(51.497843, 0.230026), + new Fix(51.419764, 0.159473), + 75 + ).cutoff(f => f.latitude <= 51.587176 && f.longitude >= 0.1594) + ).join( + new Line([ + new Fix(51.419764, 0.159473), + new Fix(51.429063, -0.139818), + ]) + ) + ); + + // London City CTR (D) + this.gen.line( + new Line([ + new Fix(51.581710, -0.187025), + new Fix(51.571735, 0.139732), + ], [0x30, 0x30, 0x30]).join( + Circle.from( + new Fix(51.571735, 0.139732), + new Fix(51.502545, 0.189857), + new Fix(51.437531, 0.131149), + 75 + ) + .cutoff(f => f.latitude <= 51.571735 && f.longitude >= 0.131149) + ).join(new Line([ + new Fix(51.437531, 0.131149), + new Fix(51.445449, -0.134926), + ])) + ); + + // Gatwick CTA (D) + this.gen.line( + new Line([ + new Fix(51.188489, -0.489750), + new Fix(51.269380, 0.099134), + ], Line.ColourType.AIRSPACE).join( + Circle.from( + new Fix(51.016131, 0.088921), + new Fix(51.197418, 0.150375), + new Fix(51.269648, 0.099220), + 75 + ).cutoff(f => f.latitude <= 51.269648 && f.longitude >= 0.099220) + ).join(new Line([ + new Fix(51.016131, 0.088921), + new Fix(51.016131, -0.418510), + ])).join(Circle.from( + new Fix(51.188489, -0.489750), + new Fix(51.128307, -0.496616), + new Fix(51.016131, -0.418510), + 75 + ).cutoff(f => f.latitude <= 51.188489 && f.longitude <= -0.418510)) + ); + + // Gatwick CTR (D) + this.gen.line( + new Line([ + new Fix(51.186875, -0.382290), + new Fix(51.214089, -0.183163), + new Fix(51.197849, 0.068150), + ], [0x30, 0x30, 0x30]).join(Circle.from( + new Fix(51.197849, 0.068150), + new Fix(51.166697, 0.080509), + new Fix(51.096030, 0.068493), + 75 + ).cutoff(f => f.latitude <= 51.197849 && f.longitude >= 0.068493)) + .join(new Line([ + new Fix(51.096030, 0.068493), + new Fix(51.043660, -0.312767), + ])) + .join(Circle.from( + new Fix(51.186875, -0.382290), + new Fix(51.067075, -0.350361), + new Fix(51.043660, -0.312767), + 75 + ).cutoff(f => f.latitude <= 51.186875 && f.longitude <= -0.312767) + .append(new Fix(51.186875, -0.382290)) + ) + ); + + // Luton CTR (D) + this.gen.line( + new Line([ + new Fix(51.846596, -0.160847), + new Fix(51.813497, -0.248909), + new Fix(51.756153, -0.586567), + new Fix(51.820607, -0.615406), + new Fix(51.841505, -0.494041), + new Fix(51.960558, -0.359802), + new Fix(51.980440, -0.241013), + ], [0x30, 0x30, 0x30]).join(Circle.from( + new Fix(51.980440, -0.241013), + this.gen.runway("gw").position.destination(this.gen.runway("gw").reverseLocalizer, 7 + 1/3), + new Fix(51.846596, -0.160847), + 75 + ).cutoff(f => f.latitude <= 51.980440 && f.latitude >= 51.846596 && f.longitude >= -0.241013) + .append(new Fix(51.846596, -0.160847)) + ) + ); + + // London CTA 1 (D) + this.gen.line(new Line([ + new Fix(51.846596, -0.160847), + new Fix(51.854867, -0.007210), + new Fix(51.865521, -0.001287), + new Fix(52.021365, 0.004292), + new Fix(51.980440, -0.241013), + ], [0x30, 0x30, 0x30])); + + // London CTA 2 (D) + this.gen.line(new Line([ + new Fix(51.756153, -0.586567), + new Fix(51.741380, -0.672226), + new Fix(51.805961, -0.701408), + new Fix(51.820607, -0.615406), + ], [0x30, 0x30, 0x30])); + + // London CTA 3 (D) + this.gen.line(new Line([ + new Fix(51.805961, -0.701408), + new Fix(51.864620, -0.727158), + new Fix(51.879352, -0.641670), + new Fix(51.820607, -0.615406), + ], [0x30, 0x30, 0x30])); + + // London CTA 4 (D) + this.gen.line(new Line([ + new Fix(51.805961, -0.701408), + new Fix(51.786533, -0.813332), + new Fix(51.848929, -0.826035), + new Fix(51.864620, -0.727158), + ], [0x30, 0x30, 0x30])); + + // London CTA 5 (D) + this.gen.line(new Line([ + new Fix(51.960558, -0.359802), + new Fix(52.007287, -0.472069), + new Fix(51.883326, -0.618324), + new Fix(51.918809, -0.406752), + ], [0x30, 0x30, 0x30])); + + // London CTA 6 (D) + this.gen.line(new Line([ + new Fix(51.883326, -0.618324), + new Fix(51.879352, -0.641670), + new Fix(51.916321, -0.729733), + new Fix(52.054417, -0.578971), + new Fix(52.007287, -0.472069), + ], [0x30, 0x30, 0x30])); + + // London CTA 7 (D) + this.gen.line(new Line([ + new Fix(52.007287, -0.472069), + new Fix(52.096646, -0.280151), + new Fix(51.990536, -0.177069), + ], [0x30, 0x30, 0x30])); + + // London CTA 8 (D) + this.gen.line(new Line([ + new Fix(51.864620, -0.727158), + new Fix(51.916321, -0.729733), + ], [0x30, 0x30, 0x30])); + + // London CTA 9 (D) + this.gen.line(new Line([ + new Fix(51.958654, -0.683041), + new Fix(51.898741, -0.834618), + new Fix(51.848929, -0.826035), + ], [0x30, 0x30, 0x30])); + + // Stansted CTR (D) + this.gen.line(new Line([ + new Fix(51.867270, 0.022402), + new Fix(51.867270, 0.022402).destination(44, 12.4), + ], [0x30, 0x30, 0x30]).join(Circle.from( + new Fix(51.867270, 0.022402).destination(44, 12.4), + this.gen.runway("ss").position.destination(this.gen.runway("ss").reverseLocalizer, 7.3), + new Fix(51.758544, 0.217581).destination(44, 12.4), + 75 + ).cutoff(f => + f.latitude <= new Fix(51.867270, 0.022402).destination(44, 12.4).latitude + && f.latitude >= new Fix(51.758544, 0.217581).destination(44, 12.4).latitude + && f.longitude >= new Fix(51.867270, 0.022402).destination(44, 12.4).longitude) + ).join(new Line([ + new Fix(51.758544, 0.217581).destination(44, 12.4), + new Fix(51.758544, 0.217581), + ])).join(Circle.from( + new Fix(51.867270, 0.022402), + this.gen.runway("ss").reverse().position.destination(this.gen.runway("ss").heading, 7.4), + new Fix(51.758544, 0.217581), + 75 + ).cutoff(f => f.latitude <= 51.867270 && f.longitude <= 0.217581) + .append(new Fix(51.867270, 0.022402)))); + + // Stansted CTA 1 (D) + this.gen.line(new Line([ + new Fix(51.867270, 0.022402).destination(44, 12.4), + new Fix(52.083831, 0.361691), + ], [0x30, 0x30, 0x30]).join( + Circle.from( + new Fix(52.083831, 0.361691), + this.gen.runway("ss").position.destination(this.gen.runway("ss").reverseLocalizer, 13), + new Fix(51.973884, 0.556526), + 75 + ).cutoff(f => f.latitude <= 52.083831 && f.latitude >= 51.973884 && f.longitude >= 0.361691) + ).join(new Line([ + new Fix(51.973884, 0.556526), + new Fix(51.758544, 0.217581).destination(44, 12.4), + ]))); + + // Stansted CTA 2 (D) + this.gen.line(new Line([ + new Fix(51.758384, 0.217323), + new Fix(51.690596, 0.109091), + ], [0x30, 0x30, 0x30]).join( + Circle.from( + new Fix(51.769115, -0.056992), + this.gen.runway("ss").reverse().position.destination(this.gen.runway("ss").heading, 12.3), + new Fix(51.690596, 0.109091), + 75 + ).cutoff(f => f.latitude <= 51.769115 && f.longitude <= 0.109091) + ).join(new Line([ + new Fix(51.769115, -0.056992), + new Fix(51.854867, -0.007210), + new Fix(51.865521, -0.001287), + new Fix(51.867270, 0.022402), + ], [0x30, 0x30, 0x30]))); + + // Stansted CTA 3 (D) + this.gen.line(Circle.from( + new Fix(51.973884, 0.556526), + new Fix(51.923097, 0.581589), + new Fix(51.900223, 0.586395), + 75, + [0x30, 0x30, 0x30] + ).cutoff(f => f.latitude <= 51.973884 && f.latitude >= 51.900223 && f.longitude >= 0.556526) + .prepend(new Fix(51.973884, 0.556526) + ) + .join(new Line([ + new Fix(51.900223, 0.586395), + new Fix(51.900223, 0.586395).destination(225, 11.2), + new Fix(51.758384, 0.217323), + ], [0x30, 0x30, 0x30])) + ); + + // Stansted CTA 4 (D) + this.gen.line(new Line([ + new Fix(52.021365, 0.004292), + new Fix(52.083831, 0.361691), + ], [0x30, 0x30, 0x30])) + + // LTMA 23 (A) / LTMA 11 (A) + this.gen.line(new Line([ + new Fix(51.569281, -1.195107), + new Fix(51.406274, -1.246605), + ], [0x30, 0x30, 0x30])); + + // LTC boundary + this.gen.line(new Line([ + new Fix(50.668994, -0.373578), + new Fix(50.669484, 0.500093), + new Fix(50.755138, 0.750332), + new Fix(50.979723, 1.040440), + new Fix(51.649981, 1.416721), + new Fix(51.873206, 1.443844), + new Fix(51.984880, 1.384964), + new Fix(51.930718, 1.118546), + new Fix(51.970183, 0.964737), + new Fix(52.207501, 0.806808), + new Fix(52.186037, 0.546227), + new Fix(52.191404, -0.371819), + new Fix(52.054417, -0.578971), + new Fix(52.071910, -0.619354), + new Fix(51.960029, -1.190300), + new Fix(51.735906, -1.014090), + new Fix(51.569281, -1.195107), + new Fix(51.597868, -1.432171), + new Fix(51.434748, -1.482811), + new Fix(51.392351, -1.142578), + new Fix(51.055963, -1.222057), + new Fix(51.068639, -1.118717), + new Fix(50.908554, -1.063185), + new Fix(50.823180, -1.285658), + new Fix(50.813935, -0.873585), + new Fix(50.773922, -0.830669), + new Fix(50.775224, -0.487432), + ], + [0x22, 0x22, 0x22] + )); + } + + public async withCoastline() { + // Great Britain coastline + this.gen.line( + ...Line.fromGeoJSON( + JSON.parse(await fs.readFile("./coastline/gb.geojson", "utf8")), + Line.ColourType.COAST + ) + // ignore islands etc. north of 52.5, west of -2 + .filter(line => !line.vertices.every(fix => fix.latitude > 52.5 || fix.longitude < -2)) + ); + } +} diff --git a/coastline/gb.geojson b/coastline/gb.geojson new file mode 100644 index 0000000..e37fe6e --- /dev/null +++ b/coastline/gb.geojson @@ -0,0 +1,26817 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -2.665354, + 51.617255 + ], + [ + -2.693756, + 51.596177 + ], + [ + -2.713124, + 51.586615 + ], + [ + -2.760487, + 51.579779 + ], + [ + -2.798085, + 51.563503 + ], + [ + -2.816396, + 51.555569 + ], + [ + -2.858713, + 51.546129 + ], + [ + -2.943349, + 51.542548 + ], + [ + -2.956288, + 51.545722 + ], + [ + -2.964101, + 51.552802 + ], + [ + -2.969472, + 51.559882 + ], + [ + -2.97468, + 51.562974 + ], + [ + -2.984039, + 51.558539 + ], + [ + -3.010243, + 51.538031 + ], + [ + -3.015696, + 51.531643 + ], + [ + -3.07372, + 51.508368 + ], + [ + -3.076487, + 51.507758 + ], + [ + -3.088938, + 51.505072 + ], + [ + -3.105621, + 51.497219 + ], + [ + -3.131703, + 51.480414 + ], + [ + -3.135081, + 51.476304 + ], + [ + -3.14094, + 51.464789 + ], + [ + -3.145375, + 51.459947 + ], + [ + -3.152415, + 51.45718 + ], + [ + -3.166656, + 51.456 + ], + [ + -3.172393, + 51.453274 + ], + [ + -3.172719, + 51.453111 + ], + [ + -3.160064, + 51.43183 + ], + [ + -3.167144, + 51.410468 + ], + [ + -3.184804, + 51.39761 + ], + [ + -3.20401, + 51.401597 + ], + [ + -3.218861, + 51.402777 + ], + [ + -3.289418, + 51.384223 + ], + [ + -3.539174, + 51.398505 + ], + [ + -3.557444, + 51.405097 + ], + [ + -3.575307, + 51.420437 + ], + [ + -3.604726, + 51.445705 + ], + [ + -3.663197, + 51.476223 + ], + [ + -3.676991, + 51.477037 + ], + [ + -3.695424, + 51.471503 + ], + [ + -3.717926, + 51.478583 + ], + [ + -3.73762, + 51.490871 + ], + [ + -3.748036, + 51.500922 + ], + [ + -3.74942, + 51.505357 + ], + [ + -3.74767, + 51.507025 + ], + [ + -3.744537, + 51.507636 + ], + [ + -3.741851, + 51.508368 + ], + [ + -3.749338, + 51.528062 + ], + [ + -3.751902, + 51.533067 + ], + [ + -3.758941, + 51.54678 + ], + [ + -3.770131, + 51.5633 + ], + [ + -3.782216, + 51.576646 + ], + [ + -3.790273, + 51.581977 + ], + [ + -3.807729, + 51.589179 + ], + [ + -3.816965, + 51.596503 + ], + [ + -3.832672, + 51.615546 + ], + [ + -3.841624, + 51.621527 + ], + [ + -3.854888, + 51.623847 + ], + [ + -3.88679, + 51.621405 + ], + [ + -3.962392, + 51.615627 + ], + [ + -3.976633, + 51.611884 + ], + [ + -3.98998, + 51.606513 + ], + [ + -3.998769, + 51.600287 + ], + [ + -3.999908, + 51.590888 + ], + [ + -3.992258, + 51.581122 + ], + [ + -3.981801, + 51.571601 + ], + [ + -3.974599, + 51.562974 + ], + [ + -4.016184, + 51.562974 + ], + [ + -4.016103, + 51.56037 + ], + [ + -4.020823, + 51.555854 + ], + [ + -4.026519, + 51.554023 + ], + [ + -4.029205, + 51.559272 + ], + [ + -4.031972, + 51.563137 + ], + [ + -4.038564, + 51.56623 + ], + [ + -4.046457, + 51.568427 + ], + [ + -4.053131, + 51.569241 + ], + [ + -4.056304, + 51.567043 + ], + [ + -4.065582, + 51.557563 + ], + [ + -4.070221, + 51.555569 + ], + [ + -4.076812, + 51.556952 + ], + [ + -4.08727, + 51.561916 + ], + [ + -4.112131, + 51.565619 + ], + [ + -4.121653, + 51.565985 + ], + [ + -4.132192, + 51.562974 + ], + [ + -4.14273, + 51.556952 + ], + [ + -4.156809, + 51.546291 + ], + [ + -4.166412, + 51.542548 + ], + [ + -4.176503, + 51.544257 + ], + [ + -4.187734, + 51.548774 + ], + [ + -4.196767, + 51.549384 + ], + [ + -4.200551, + 51.538764 + ], + [ + -4.213368, + 51.53913 + ], + [ + -4.27245, + 51.554755 + ], + [ + -4.289906, + 51.555569 + ], + [ + -4.293324, + 51.559149 + ], + [ + -4.295155, + 51.561957 + ], + [ + -4.297353, + 51.569241 + ], + [ + -4.27831, + 51.578192 + ], + [ + -4.280832, + 51.588813 + ], + [ + -4.289703, + 51.601549 + ], + [ + -4.289906, + 51.617011 + ], + [ + -4.255767, + 51.623847 + ], + [ + -4.252024, + 51.627102 + ], + [ + -4.241282, + 51.63935 + ], + [ + -4.234731, + 51.644965 + ], + [ + -4.228505, + 51.637437 + ], + [ + -4.234731, + 51.637437 + ], + [ + -4.234731, + 51.631293 + ], + [ + -4.227854, + 51.628119 + ], + [ + -4.221018, + 51.623847 + ], + [ + -4.190094, + 51.630276 + ], + [ + -4.139027, + 51.63231 + ], + [ + -4.091298, + 51.639879 + ], + [ + -4.070221, + 51.662299 + ], + [ + -4.069814, + 51.668931 + ], + [ + -4.070383, + 51.674302 + ], + [ + -4.070546, + 51.675971 + ], + [ + -4.075429, + 51.677802 + ], + [ + -4.08727, + 51.66885 + ], + [ + -4.095448, + 51.665107 + ], + [ + -4.106842, + 51.664252 + ], + [ + -4.146352, + 51.66706 + ], + [ + -4.200551, + 51.685858 + ], + [ + -4.214955, + 51.679674 + ], + [ + -4.293691, + 51.672268 + ], + [ + -4.315297, + 51.677476 + ], + [ + -4.342356, + 51.690863 + ], + [ + -4.366444, + 51.708482 + ], + [ + -4.379262, + 51.726874 + ], + [ + -4.338043, + 51.723334 + ], + [ + -4.319976, + 51.72484 + ], + [ + -4.310455, + 51.73371 + ], + [ + -4.328725, + 51.732978 + ], + [ + -4.347157, + 51.735785 + ], + [ + -4.362538, + 51.742865 + ], + [ + -4.371816, + 51.754788 + ], + [ + -4.368764, + 51.756985 + ], + [ + -4.362904, + 51.763861 + ], + [ + -4.358022, + 51.773139 + ], + [ + -4.358225, + 51.782131 + ], + [ + -4.365102, + 51.789049 + ], + [ + -4.37149, + 51.785956 + ], + [ + -4.379262, + 51.775295 + ], + [ + -4.384918, + 51.771877 + ], + [ + -4.392974, + 51.763739 + ], + [ + -4.399159, + 51.761623 + ], + [ + -4.409332, + 51.76317 + ], + [ + -4.417877, + 51.76789 + ], + [ + -4.426503, + 51.775295 + ], + [ + -4.44579, + 51.773261 + ], + [ + -4.44933, + 51.766303 + ], + [ + -4.441396, + 51.756781 + ], + [ + -4.426503, + 51.747301 + ], + [ + -4.460764, + 51.735785 + ], + [ + -4.498891, + 51.734849 + ], + [ + -4.574208, + 51.741156 + ], + [ + -4.603424, + 51.739244 + ], + [ + -4.639231, + 51.733181 + ], + [ + -4.645375, + 51.732123 + ], + [ + -4.678212, + 51.717434 + ], + [ + -4.680287, + 51.692694 + ], + [ + -4.689443, + 51.691596 + ], + [ + -4.69164, + 51.689887 + ], + [ + -4.69164, + 51.685981 + ], + [ + -4.693959, + 51.678412 + ], + [ + -4.71231, + 51.650092 + ], + [ + -4.721425, + 51.652045 + ], + [ + -4.734934, + 51.659247 + ], + [ + -4.741851, + 51.656073 + ], + [ + -4.759185, + 51.644965 + ], + [ + -4.848297, + 51.646308 + ], + [ + -4.863515, + 51.64411 + ], + [ + -4.878977, + 51.637437 + ], + [ + -4.887807, + 51.62995 + ], + [ + -4.895741, + 51.62108 + ], + [ + -4.904775, + 51.613837 + ], + [ + -4.923695, + 51.608629 + ], + [ + -4.931996, + 51.599026 + ], + [ + -4.941029, + 51.596503 + ], + [ + -4.946034, + 51.597602 + ], + [ + -4.956451, + 51.602769 + ], + [ + -5.021596, + 51.616034 + ], + [ + -5.045766, + 51.626899 + ], + [ + -5.03661, + 51.637437 + ], + [ + -5.051178, + 51.656928 + ], + [ + -5.100494, + 51.6647 + ], + [ + -5.11974, + 51.678412 + ], + [ + -5.113433, + 51.685289 + ], + [ + -5.03661, + 51.678412 + ], + [ + -5.038726, + 51.68183 + ], + [ + -5.041331, + 51.689399 + ], + [ + -5.043446, + 51.692694 + ], + [ + -5.028676, + 51.692939 + ], + [ + -5.002553, + 51.687405 + ], + [ + -4.988189, + 51.685858 + ], + [ + -4.974599, + 51.687934 + ], + [ + -4.941029, + 51.700141 + ], + [ + -4.892649, + 51.706366 + ], + [ + -4.868276, + 51.716783 + ], + [ + -4.858062, + 51.718329 + ], + [ + -4.844838, + 51.713813 + ], + [ + -4.844838, + 51.720038 + ], + [ + -4.873402, + 51.737738 + ], + [ + -4.879018, + 51.76203 + ], + [ + -4.862538, + 51.782375 + ], + [ + -4.82433, + 51.788275 + ], + [ + -4.82433, + 51.795722 + ], + [ + -4.836008, + 51.790717 + ], + [ + -4.86498, + 51.783271 + ], + [ + -4.921295, + 51.780015 + ], + [ + -4.933583, + 51.775295 + ], + [ + -4.917226, + 51.775336 + ], + [ + -4.905181, + 51.771186 + ], + [ + -4.900543, + 51.762112 + ], + [ + -4.906239, + 51.747301 + ], + [ + -4.892079, + 51.739407 + ], + [ + -4.89566, + 51.728176 + ], + [ + -4.910553, + 51.718207 + ], + [ + -4.988189, + 51.706855 + ], + [ + -5.009918, + 51.706366 + ], + [ + -5.149241, + 51.718085 + ], + [ + -5.1669, + 51.713813 + ], + [ + -5.156972, + 51.697577 + ], + [ + -5.168609, + 51.68891 + ], + [ + -5.182851, + 51.689276 + ], + [ + -5.180653, + 51.700141 + ], + [ + -5.180653, + 51.706366 + ], + [ + -5.230133, + 51.730048 + ], + [ + -5.249501, + 51.73371 + ], + [ + -5.228139, + 51.733954 + ], + [ + -5.213938, + 51.735745 + ], + [ + -5.20287, + 51.74079 + ], + [ + -5.191151, + 51.751044 + ], + [ + -5.176829, + 51.75967 + ], + [ + -5.143219, + 51.763861 + ], + [ + -5.125966, + 51.7685 + ], + [ + -5.11026, + 51.77851 + ], + [ + -5.107086, + 51.788072 + ], + [ + -5.112294, + 51.813178 + ], + [ + -5.113393, + 51.828803 + ], + [ + -5.117502, + 51.843695 + ], + [ + -5.125885, + 51.856024 + ], + [ + -5.139638, + 51.864 + ], + [ + -5.146474, + 51.857164 + ], + [ + -5.164377, + 51.866767 + ], + [ + -5.203765, + 51.870185 + ], + [ + -5.221588, + 51.877672 + ], + [ + -5.235829, + 51.871039 + ], + [ + -5.291412, + 51.864 + ], + [ + -5.310943, + 51.864 + ], + [ + -5.30427, + 51.867621 + ], + [ + -5.297353, + 51.870185 + ], + [ + -5.297353, + 51.877672 + ], + [ + -5.300689, + 51.882025 + ], + [ + -5.302561, + 51.88524 + ], + [ + -5.30016, + 51.888332 + ], + [ + -5.290517, + 51.891995 + ], + [ + -5.290517, + 51.898139 + ], + [ + -5.298329, + 51.910956 + ], + [ + -5.28893, + 51.916938 + ], + [ + -5.252838, + 51.918647 + ], + [ + -5.234202, + 51.923041 + ], + [ + -5.204172, + 51.942288 + ], + [ + -5.191151, + 51.946601 + ], + [ + -5.16039, + 51.949449 + ], + [ + -5.119537, + 51.95893 + ], + [ + -5.088043, + 51.97602 + ], + [ + -5.085032, + 52.001858 + ], + [ + -5.07079, + 52.001858 + ], + [ + -5.07079, + 52.008043 + ], + [ + -5.082753, + 52.014472 + ], + [ + -5.081207, + 52.021186 + ], + [ + -5.070221, + 52.026353 + ], + [ + -5.0537, + 52.02851 + ], + [ + -5.026601, + 52.027411 + ], + [ + -5.015045, + 52.025336 + ], + [ + -4.961741, + 52.007514 + ], + [ + -4.942535, + 52.007473 + ], + [ + -4.913686, + 52.014838 + ], + [ + -4.920522, + 52.02851 + ], + [ + -4.901601, + 52.026435 + ], + [ + -4.863189, + 52.016995 + ], + [ + -4.84142, + 52.014838 + ], + [ + -4.832265, + 52.018988 + ], + [ + -4.833852, + 52.028754 + ], + [ + -4.838287, + 52.040107 + ], + [ + -4.838002, + 52.049018 + ], + [ + -4.830393, + 52.052924 + ], + [ + -4.796986, + 52.056464 + ], + [ + -4.777577, + 52.064887 + ], + [ + -4.763173, + 52.075873 + ], + [ + -4.738678, + 52.100816 + ], + [ + -4.720286, + 52.113349 + ], + [ + -4.706532, + 52.113471 + ], + [ + -4.673451, + 52.097398 + ], + [ + -4.675689, + 52.126939 + ], + [ + -4.637522, + 52.138495 + ], + [ + -4.513824, + 52.135688 + ], + [ + -4.502268, + 52.138373 + ], + [ + -4.495758, + 52.1435 + ], + [ + -4.490956, + 52.150377 + ], + [ + -4.484283, + 52.156317 + ], + [ + -4.454701, + 52.162055 + ], + [ + -4.434804, + 52.170356 + ], + [ + -4.415395, + 52.181545 + ], + [ + -4.385569, + 52.203437 + ], + [ + -4.371246, + 52.209296 + ], + [ + -4.354726, + 52.212104 + ], + [ + -4.33434, + 52.212836 + ], + [ + -4.315826, + 52.216295 + ], + [ + -4.197133, + 52.279283 + ], + [ + -4.139068, + 52.330227 + ], + [ + -4.109609, + 52.365302 + ], + [ + -4.096262, + 52.387885 + ], + [ + -4.087392, + 52.430121 + ], + [ + -4.078969, + 52.45303 + ], + [ + -4.067942, + 52.473619 + ], + [ + -4.056549, + 52.48786 + ], + [ + -4.061838, + 52.497056 + ], + [ + -4.064036, + 52.509182 + ], + [ + -4.062571, + 52.520982 + ], + [ + -4.056549, + 52.529446 + ], + [ + -4.048492, + 52.530463 + ], + [ + -4.026601, + 52.523383 + ], + [ + -4.016184, + 52.521959 + ], + [ + -3.998769, + 52.525946 + ], + [ + -3.947336, + 52.549262 + ], + [ + -3.947336, + 52.556708 + ], + [ + -3.974477, + 52.556545 + ], + [ + -4.025868, + 52.545356 + ], + [ + -4.053131, + 52.542426 + ], + [ + -4.068471, + 52.550116 + ], + [ + -4.114125, + 52.588609 + ], + [ + -4.125478, + 52.603909 + ], + [ + -4.122222, + 52.62873 + ], + [ + -4.105946, + 52.65351 + ], + [ + -4.084828, + 52.672675 + ], + [ + -4.067128, + 52.680243 + ], + [ + -4.063547, + 52.683092 + ], + [ + -4.058827, + 52.696601 + ], + [ + -4.056549, + 52.70067 + ], + [ + -4.052724, + 52.702216 + ], + [ + -4.041982, + 52.704657 + ], + [ + -4.001088, + 52.724107 + ], + [ + -3.988271, + 52.73428 + ], + [ + -4.014719, + 52.732327 + ], + [ + -4.031972, + 52.723944 + ], + [ + -4.048818, + 52.721584 + ], + [ + -4.125152, + 52.778306 + ], + [ + -4.144358, + 52.802802 + ], + [ + -4.149037, + 52.812079 + ], + [ + -4.14623, + 52.820217 + ], + [ + -4.128896, + 52.823635 + ], + [ + -4.11734, + 52.830756 + ], + [ + -4.119781, + 52.846259 + ], + [ + -4.127756, + 52.861721 + ], + [ + -4.132192, + 52.868313 + ], + [ + -4.131988, + 52.882473 + ], + [ + -4.129872, + 52.889228 + ], + [ + -4.123606, + 52.893256 + ], + [ + -4.064036, + 52.919176 + ], + [ + -4.071401, + 52.921088 + ], + [ + -4.074574, + 52.922797 + ], + [ + -4.077626, + 52.926663 + ], + [ + -4.089101, + 52.91885 + ], + [ + -4.100494, + 52.91413 + ], + [ + -4.110585, + 52.915676 + ], + [ + -4.11856, + 52.926663 + ], + [ + -4.144399, + 52.914781 + ], + [ + -4.17162, + 52.913479 + ], + [ + -4.228505, + 52.919176 + ], + [ + -4.300689, + 52.905585 + ], + [ + -4.317291, + 52.899359 + ], + [ + -4.33731, + 52.892035 + ], + [ + -4.406606, + 52.892524 + ], + [ + -4.427235, + 52.885972 + ], + [ + -4.446197, + 52.875922 + ], + [ + -4.481679, + 52.850898 + ], + [ + -4.477935, + 52.848334 + ], + [ + -4.475494, + 52.844143 + ], + [ + -4.491363, + 52.838202 + ], + [ + -4.500966, + 52.826809 + ], + [ + -4.501332, + 52.81391 + ], + [ + -4.489125, + 52.803168 + ], + [ + -4.501943, + 52.794989 + ], + [ + -4.509185, + 52.791449 + ], + [ + -4.516469, + 52.789496 + ], + [ + -4.528554, + 52.790473 + ], + [ + -4.54247, + 52.800686 + ], + [ + -4.563954, + 52.805243 + ], + [ + -4.583079, + 52.814643 + ], + [ + -4.594635, + 52.816799 + ], + [ + -4.606516, + 52.81509 + ], + [ + -4.613515, + 52.811103 + ], + [ + -4.619211, + 52.806545 + ], + [ + -4.626332, + 52.803168 + ], + [ + -4.64859, + 52.799628 + ], + [ + -4.704498, + 52.803168 + ], + [ + -4.719309, + 52.797512 + ], + [ + -4.733225, + 52.787502 + ], + [ + -4.747426, + 52.783433 + ], + [ + -4.762847, + 52.789496 + ], + [ + -4.752512, + 52.798774 + ], + [ + -4.751454, + 52.803209 + ], + [ + -4.755442, + 52.809312 + ], + [ + -4.749257, + 52.814276 + ], + [ + -4.734934, + 52.830471 + ], + [ + -4.596059, + 52.928412 + ], + [ + -4.580963, + 52.933498 + ], + [ + -4.562082, + 52.934516 + ], + [ + -4.543528, + 52.937934 + ], + [ + -4.523997, + 52.944241 + ], + [ + -4.44343, + 52.982164 + ], + [ + -4.423695, + 53.002631 + ], + [ + -4.358225, + 53.028469 + ], + [ + -4.349965, + 53.04149 + ], + [ + -4.345693, + 53.059475 + ], + [ + -4.343861, + 53.10106 + ], + [ + -4.340891, + 53.112738 + ], + [ + -4.33434, + 53.116767 + ], + [ + -4.327626, + 53.114691 + ], + [ + -4.324696, + 53.107896 + ], + [ + -4.320668, + 53.101508 + ], + [ + -4.312245, + 53.109442 + ], + [ + -4.304758, + 53.120998 + ], + [ + -4.303619, + 53.125312 + ], + [ + -4.263539, + 53.154527 + ], + [ + -4.252349, + 53.15941 + ], + [ + -4.234527, + 53.164008 + ], + [ + -4.221303, + 53.175035 + ], + [ + -4.200551, + 53.200995 + ], + [ + -4.177968, + 53.217597 + ], + [ + -4.151519, + 53.228095 + ], + [ + -4.122222, + 53.233466 + ], + [ + -4.090688, + 53.235175 + ], + [ + -4.082346, + 53.233547 + ], + [ + -4.07433, + 53.230658 + ], + [ + -4.066884, + 53.229071 + ], + [ + -4.054107, + 53.234361 + ], + [ + -4.032297, + 53.240709 + ], + [ + -4.008901, + 53.244452 + ], + [ + -3.974599, + 53.261786 + ], + [ + -3.865305, + 53.28913 + ], + [ + -3.831288, + 53.28913 + ], + [ + -3.84142, + 53.30744 + ], + [ + -3.870758, + 53.325629 + ], + [ + -3.878407, + 53.337592 + ], + [ + -3.859975, + 53.33633 + ], + [ + -3.840566, + 53.332831 + ], + [ + -3.822987, + 53.326565 + ], + [ + -3.810129, + 53.317084 + ], + [ + -3.790517, + 53.323432 + ], + [ + -3.76887, + 53.319159 + ], + [ + -3.748199, + 53.307807 + ], + [ + -3.731923, + 53.292873 + ], + [ + -3.716298, + 53.286933 + ], + [ + -3.602203, + 53.288886 + ], + [ + -3.562327, + 53.29442 + ], + [ + -3.37206, + 53.350898 + ], + [ + -3.330312, + 53.351793 + ], + [ + -3.292388, + 53.340522 + ], + [ + -3.271311, + 53.330552 + ], + [ + -3.262074, + 53.320502 + ], + [ + -3.250803, + 53.312567 + ], + [ + -3.122222, + 53.262274 + ], + [ + -3.107533, + 53.251899 + ], + [ + -3.095123, + 53.239325 + ], + [ + -3.087758, + 53.234687 + ], + [ + -3.084543, + 53.238593 + ], + [ + -3.084543, + 53.258572 + ], + [ + -3.084543, + 53.275458 + ], + [ + -3.095937, + 53.287136 + ], + [ + -3.111195, + 53.302802 + ], + [ + -3.135406, + 53.333808 + ], + [ + -3.171539, + 53.36225 + ], + [ + -3.185211, + 53.377265 + ], + [ + -3.18635, + 53.392768 + ], + [ + -3.175526, + 53.402737 + ], + [ + -3.157297, + 53.408759 + ], + [ + -3.114654, + 53.412665 + ], + [ + -3.094228, + 53.417385 + ], + [ + -3.058258, + 53.43476 + ], + [ + -3.035553, + 53.433743 + ], + [ + -3.012196, + 53.416693 + ], + [ + -2.952952, + 53.32392 + ], + [ + -2.935129, + 53.309475 + ], + [ + -2.910553, + 53.296332 + ], + [ + -2.8815, + 53.288398 + ], + [ + -2.850575, + 53.28913 + ], + [ + -2.849599, + 53.291205 + ], + [ + -2.848378, + 53.295559 + ], + [ + -2.84496, + 53.300116 + ], + [ + -2.837554, + 53.302802 + ], + [ + -2.828603, + 53.302436 + ], + [ + -2.813385, + 53.297756 + ], + [ + -2.806142, + 53.296576 + ], + [ + -2.789784, + 53.297431 + ], + [ + -2.775502, + 53.299872 + ], + [ + -2.748118, + 53.309638 + ], + [ + -2.753651, + 53.322455 + ], + [ + -2.750885, + 53.33161 + ], + [ + -2.743153, + 53.338528 + ], + [ + -2.734486, + 53.344428 + ], + [ + -2.726145, + 53.341986 + ], + [ + -2.717437, + 53.342719 + ], + [ + -2.708608, + 53.346137 + ], + [ + -2.699778, + 53.351793 + ], + [ + -2.714101, + 53.352362 + ], + [ + -2.764394, + 53.34516 + ], + [ + -2.77538, + 53.34101 + ], + [ + -2.782379, + 53.326361 + ], + [ + -2.799794, + 53.321031 + ], + [ + -2.810333, + 53.321723 + ], + [ + -2.843658, + 53.32392 + ], + [ + -2.886464, + 53.333564 + ], + [ + -2.924957, + 53.350002 + ], + [ + -2.956939, + 53.370551 + ], + [ + -2.980824, + 53.392768 + ], + [ + -3.096588, + 53.544338 + ], + [ + -3.101918, + 53.558051 + ], + [ + -3.099477, + 53.572008 + ], + [ + -3.087636, + 53.587714 + ], + [ + -3.02184, + 53.652818 + ], + [ + -2.968658, + 53.694037 + ], + [ + -2.960357, + 53.697577 + ], + [ + -2.951731, + 53.708075 + ], + [ + -2.911448, + 53.725043 + ], + [ + -2.899037, + 53.735419 + ], + [ + -2.984853, + 53.73607 + ], + [ + -3.021474, + 53.745795 + ], + [ + -3.049184, + 53.769517 + ], + [ + -3.056386, + 53.803046 + ], + [ + -3.044911, + 53.878485 + ], + [ + -3.05663, + 53.906155 + ], + [ + -3.040679, + 53.923529 + ], + [ + -3.017568, + 53.931952 + ], + [ + -2.925689, + 53.952704 + ], + [ + -2.90925, + 53.953843 + ], + [ + -2.896108, + 53.94774 + ], + [ + -2.888539, + 53.946031 + ], + [ + -2.885365, + 53.950507 + ], + [ + -2.881988, + 53.956529 + ], + [ + -2.874176, + 53.961656 + ], + [ + -2.865142, + 53.965481 + ], + [ + -2.857981, + 53.967597 + ], + [ + -2.869252, + 53.978827 + ], + [ + -2.834462, + 53.999823 + ], + [ + -2.830068, + 54.016018 + ], + [ + -2.847524, + 54.008368 + ], + [ + -2.864858, + 54.004299 + ], + [ + -2.895497, + 54.002346 + ], + [ + -2.900299, + 54.00495 + ], + [ + -2.916086, + 54.026557 + ], + [ + -2.918202, + 54.034329 + ], + [ + -2.911285, + 54.039984 + ], + [ + -2.900787, + 54.044908 + ], + [ + -2.892079, + 54.050116 + ], + [ + -2.87267, + 54.071601 + ], + [ + -2.858876, + 54.081 + ], + [ + -2.826772, + 54.088813 + ], + [ + -2.815175, + 54.098782 + ], + [ + -2.795969, + 54.12519 + ], + [ + -2.812815, + 54.139879 + ], + [ + -2.836415, + 54.167589 + ], + [ + -2.850942, + 54.184638 + ], + [ + -2.854237, + 54.194078 + ], + [ + -2.832875, + 54.199042 + ], + [ + -2.810292, + 54.2119 + ], + [ + -2.795237, + 54.229478 + ], + [ + -2.795969, + 54.248725 + ], + [ + -2.802805, + 54.248725 + ], + [ + -2.80663, + 54.23371 + ], + [ + -2.820872, + 54.221747 + ], + [ + -2.850575, + 54.20775 + ], + [ + -2.886383, + 54.196275 + ], + [ + -2.904652, + 54.187649 + ], + [ + -2.912668, + 54.176988 + ], + [ + -2.9204, + 54.162055 + ], + [ + -2.939198, + 54.155097 + ], + [ + -2.984202, + 54.153144 + ], + [ + -2.997711, + 54.159573 + ], + [ + -3.011342, + 54.17414 + ], + [ + -3.017323, + 54.19009 + ], + [ + -3.008168, + 54.200344 + ], + [ + -3.01537, + 54.2119 + ], + [ + -3.024485, + 54.221584 + ], + [ + -3.035756, + 54.225979 + ], + [ + -3.049184, + 54.222073 + ], + [ + -3.044667, + 54.208319 + ], + [ + -3.047841, + 54.194322 + ], + [ + -3.053538, + 54.181301 + ], + [ + -3.05663, + 54.170233 + ], + [ + -3.061025, + 54.161933 + ], + [ + -3.090728, + 54.139472 + ], + [ + -3.107655, + 54.118557 + ], + [ + -3.117909, + 54.108832 + ], + [ + -3.145253, + 54.100043 + ], + [ + -3.14745, + 54.08869 + ], + [ + -3.144399, + 54.075141 + ], + [ + -3.145375, + 54.063788 + ], + [ + -3.180531, + 54.092841 + ], + [ + -3.189768, + 54.097886 + ], + [ + -3.205719, + 54.098538 + ], + [ + -3.219553, + 54.100775 + ], + [ + -3.231109, + 54.105129 + ], + [ + -3.240956, + 54.112128 + ], + [ + -3.238108, + 54.12759 + ], + [ + -3.232533, + 54.14468 + ], + [ + -3.233144, + 54.159166 + ], + [ + -3.248402, + 54.166815 + ], + [ + -3.248402, + 54.173651 + ], + [ + -3.215199, + 54.179836 + ], + [ + -3.206776, + 54.20893 + ], + [ + -3.209055, + 54.242743 + ], + [ + -3.207387, + 54.263007 + ], + [ + -3.223134, + 54.257636 + ], + [ + -3.231353, + 54.247219 + ], + [ + -3.240956, + 54.222073 + ], + [ + -3.232167, + 54.202541 + ], + [ + -3.247141, + 54.197943 + ], + [ + -3.270131, + 54.199123 + ], + [ + -3.286, + 54.197211 + ], + [ + -3.306793, + 54.191881 + ], + [ + -3.328521, + 54.204739 + ], + [ + -3.364491, + 54.242499 + ], + [ + -3.394195, + 54.26439 + ], + [ + -3.407379, + 54.277737 + ], + [ + -3.412913, + 54.293769 + ], + [ + -3.41039, + 54.301459 + ], + [ + -3.405995, + 54.309638 + ], + [ + -3.404124, + 54.318549 + ], + [ + -3.411448, + 54.33275 + ], + [ + -3.413442, + 54.342963 + ], + [ + -3.416331, + 54.344916 + ], + [ + -3.440175, + 54.351752 + ], + [ + -3.474273, + 54.3935 + ], + [ + -3.497711, + 54.405829 + ], + [ + -3.591868, + 54.4831 + ], + [ + -3.608144, + 54.488267 + ], + [ + -3.613189, + 54.491645 + ], + [ + -3.623687, + 54.50609 + ], + [ + -3.634185, + 54.512885 + ], + [ + -3.62682, + 54.520413 + ], + [ + -3.6162, + 54.527574 + ], + [ + -3.611562, + 54.529934 + ], + [ + -3.590321, + 54.564643 + ], + [ + -3.563832, + 54.642768 + ], + [ + -3.530141, + 54.688056 + ], + [ + -3.516021, + 54.712877 + ], + [ + -3.509185, + 54.721666 + ], + [ + -3.500722, + 54.725979 + ], + [ + -3.478871, + 54.730902 + ], + [ + -3.468129, + 54.735297 + ], + [ + -3.455434, + 54.745022 + ], + [ + -3.439565, + 54.761461 + ], + [ + -3.430979, + 54.780463 + ], + [ + -3.440175, + 54.797431 + ], + [ + -3.407541, + 54.856024 + ], + [ + -3.387929, + 54.883368 + ], + [ + -3.364491, + 54.899807 + ], + [ + -3.34496, + 54.902533 + ], + [ + -3.333363, + 54.897284 + ], + [ + -3.322743, + 54.889879 + ], + [ + -3.306467, + 54.886176 + ], + [ + -3.295725, + 54.886908 + ], + [ + -3.254628, + 54.899807 + ], + [ + -3.267323, + 54.905504 + ], + [ + -3.317291, + 54.920315 + ], + [ + -3.291493, + 54.936672 + ], + [ + -3.276519, + 54.943427 + ], + [ + -3.213612, + 54.954413 + ], + [ + -3.201039, + 54.952216 + ], + [ + -3.193674, + 54.948635 + ], + [ + -3.187978, + 54.944485 + ], + [ + -3.180165, + 54.940823 + ], + [ + -3.142812, + 54.933539 + ], + [ + -3.122792, + 54.932685 + ], + [ + -3.03954, + 54.94717 + ], + [ + -3.02184, + 54.954413 + ], + [ + -3.090728, + 54.954413 + ], + [ + -3.090728, + 54.961249 + ], + [ + -3.071523, + 54.963121 + ], + [ + -3.056223, + 54.968817 + ], + [ + -3.040924, + 54.97248 + ], + [ + -3.02184, + 54.968085 + ], + [ + -3.02184, + 54.975531 + ], + [ + -3.046295, + 54.982123 + ], + [ + -3.050291, + 54.98151 + ], + [ + -3.135406, + 54.968085 + ], + [ + -3.453847, + 54.981757 + ], + [ + -3.470693, + 54.984442 + ], + [ + -3.486236, + 54.989488 + ], + [ + -3.501047, + 54.992499 + ], + [ + -3.515289, + 54.989203 + ], + [ + -3.512359, + 54.987128 + ], + [ + -3.511464, + 54.986884 + ], + [ + -3.510894, + 54.985989 + ], + [ + -3.509185, + 54.981757 + ], + [ + -3.526031, + 54.977118 + ], + [ + -3.54186, + 54.980658 + ], + [ + -3.570546, + 54.995429 + ], + [ + -3.583608, + 54.968085 + ], + [ + -3.575673, + 54.957343 + ], + [ + -3.570627, + 54.937567 + ], + [ + -3.568756, + 54.916002 + ], + [ + -3.570546, + 54.899807 + ], + [ + -3.581695, + 54.883612 + ], + [ + -3.598378, + 54.877997 + ], + [ + -3.691762, + 54.883205 + ], + [ + -3.717641, + 54.880845 + ], + [ + -3.739247, + 54.859809 + ], + [ + -3.810129, + 54.866278 + ], + [ + -3.807851, + 54.86107 + ], + [ + -3.806793, + 54.860907 + ], + [ + -3.803334, + 54.858873 + ], + [ + -3.812367, + 54.85517 + ], + [ + -3.819814, + 54.855902 + ], + [ + -3.82608, + 54.859931 + ], + [ + -3.831288, + 54.866278 + ], + [ + -3.819976, + 54.878567 + ], + [ + -3.815053, + 54.877143 + ], + [ + -3.810129, + 54.872504 + ], + [ + -3.811635, + 54.880032 + ], + [ + -3.813222, + 54.883124 + ], + [ + -3.816965, + 54.886176 + ], + [ + -3.828847, + 54.874986 + ], + [ + -3.844309, + 54.866278 + ], + [ + -3.839752, + 54.855902 + ], + [ + -3.837473, + 54.851996 + ], + [ + -3.844106, + 54.850979 + ], + [ + -3.8579, + 54.84455 + ], + [ + -3.823842, + 54.824693 + ], + [ + -3.833608, + 54.820054 + ], + [ + -3.885732, + 54.806464 + ], + [ + -3.964182, + 54.771918 + ], + [ + -4.011708, + 54.768215 + ], + [ + -4.042877, + 54.769477 + ], + [ + -4.042877, + 54.776923 + ], + [ + -4.046783, + 54.778022 + ], + [ + -4.050201, + 54.778551 + ], + [ + -4.053334, + 54.779975 + ], + [ + -4.055776, + 54.782538 + ], + [ + -4.052968, + 54.785468 + ], + [ + -4.05016, + 54.789008 + ], + [ + -4.049713, + 54.789984 + ], + [ + -4.051747, + 54.800035 + ], + [ + -4.047719, + 54.813056 + ], + [ + -4.049957, + 54.823228 + ], + [ + -4.063588, + 54.82685 + ], + [ + -4.064036, + 54.831529 + ], + [ + -4.078603, + 54.824123 + ], + [ + -4.090077, + 54.80976 + ], + [ + -4.093495, + 54.79267 + ], + [ + -4.083852, + 54.776923 + ], + [ + -4.122955, + 54.773017 + ], + [ + -4.17394, + 54.792304 + ], + [ + -4.209137, + 54.826239 + ], + [ + -4.200551, + 54.866278 + ], + [ + -4.215403, + 54.861029 + ], + [ + -4.239735, + 54.843004 + ], + [ + -4.255767, + 54.838324 + ], + [ + -4.270741, + 54.839423 + ], + [ + -4.345286, + 54.860175 + ], + [ + -4.356923, + 54.865546 + ], + [ + -4.365631, + 54.872504 + ], + [ + -4.375152, + 54.886908 + ], + [ + -4.379872, + 54.897895 + ], + [ + -4.38679, + 54.904771 + ], + [ + -4.402903, + 54.907294 + ], + [ + -4.409006, + 54.903022 + ], + [ + -4.416819, + 54.892808 + ], + [ + -4.423573, + 54.880357 + ], + [ + -4.426503, + 54.869452 + ], + [ + -4.417226, + 54.845933 + ], + [ + -4.409413, + 54.831244 + ], + [ + -4.402903, + 54.824693 + ], + [ + -4.386708, + 54.824164 + ], + [ + -4.372426, + 54.821845 + ], + [ + -4.359609, + 54.816636 + ], + [ + -4.347646, + 54.807318 + ], + [ + -4.344472, + 54.794501 + ], + [ + -4.353179, + 54.783108 + ], + [ + -4.358144, + 54.770982 + ], + [ + -4.343861, + 54.756415 + ], + [ + -4.356516, + 54.741889 + ], + [ + -4.353261, + 54.720893 + ], + [ + -4.348134, + 54.701972 + ], + [ + -4.354726, + 54.693793 + ], + [ + -4.360341, + 54.691596 + ], + [ + -4.365305, + 54.686957 + ], + [ + -4.371897, + 54.682278 + ], + [ + -4.382395, + 54.68008 + ], + [ + -4.405263, + 54.682074 + ], + [ + -4.426503, + 54.687567 + ], + [ + -4.451812, + 54.698798 + ], + [ + -4.461171, + 54.701239 + ], + [ + -4.496734, + 54.700629 + ], + [ + -4.505605, + 54.704657 + ], + [ + -4.563629, + 54.756415 + ], + [ + -4.596669, + 54.775295 + ], + [ + -4.714467, + 54.817857 + ], + [ + -4.759592, + 54.825344 + ], + [ + -4.781077, + 54.833075 + ], + [ + -4.799631, + 54.861274 + ], + [ + -4.821034, + 54.866645 + ], + [ + -4.85912, + 54.866278 + ], + [ + -4.883046, + 54.860093 + ], + [ + -4.905873, + 54.849799 + ], + [ + -4.925771, + 54.837388 + ], + [ + -4.941029, + 54.824693 + ], + [ + -4.949615, + 54.815823 + ], + [ + -4.953684, + 54.810004 + ], + [ + -4.954823, + 54.804755 + ], + [ + -4.954701, + 54.797431 + ], + [ + -4.95287, + 54.788967 + ], + [ + -4.947906, + 54.77733 + ], + [ + -4.940256, + 54.767035 + ], + [ + -4.930165, + 54.762641 + ], + [ + -4.923248, + 54.751858 + ], + [ + -4.911936, + 54.728217 + ], + [ + -4.895985, + 54.704535 + ], + [ + -4.867258, + 54.690131 + ], + [ + -4.866933, + 54.681464 + ], + [ + -4.872141, + 54.663316 + ], + [ + -4.872426, + 54.654039 + ], + [ + -4.87206, + 54.649237 + ], + [ + -4.85912, + 54.632961 + ], + [ + -4.880605, + 54.636217 + ], + [ + -4.923492, + 54.649726 + ], + [ + -4.944081, + 54.652777 + ], + [ + -4.953684, + 54.659735 + ], + [ + -4.959869, + 54.675523 + ], + [ + -4.958974, + 54.691962 + ], + [ + -4.947255, + 54.701239 + ], + [ + -4.954823, + 54.707465 + ], + [ + -4.958892, + 54.714057 + ], + [ + -4.959055, + 54.720933 + ], + [ + -4.954701, + 54.728502 + ], + [ + -4.973378, + 54.729722 + ], + [ + -4.981557, + 54.731635 + ], + [ + -4.988189, + 54.735297 + ], + [ + -4.992665, + 54.74433 + ], + [ + -4.99706, + 54.758368 + ], + [ + -5.003285, + 54.771308 + ], + [ + -5.01301, + 54.776923 + ], + [ + -5.033193, + 54.782416 + ], + [ + -5.128245, + 54.848944 + ], + [ + -5.157135, + 54.879096 + ], + [ + -5.175526, + 54.914618 + ], + [ + -5.180653, + 54.954413 + ], + [ + -5.177602, + 54.990546 + ], + [ + -5.170806, + 55.008694 + ], + [ + -5.156728, + 55.016547 + ], + [ + -5.13561, + 55.015855 + ], + [ + -5.124582, + 55.016791 + ], + [ + -5.11974, + 55.019924 + ], + [ + -5.115142, + 55.031562 + ], + [ + -5.105214, + 55.02619 + ], + [ + -5.09553, + 55.015082 + ], + [ + -5.091868, + 55.009711 + ], + [ + -5.076894, + 54.995551 + ], + [ + -5.069488, + 54.986029 + ], + [ + -5.064565, + 54.975531 + ], + [ + -5.063791, + 54.964586 + ], + [ + -5.065256, + 54.940334 + ], + [ + -5.060862, + 54.931138 + ], + [ + -5.047515, + 54.920315 + ], + [ + -5.030995, + 54.911322 + ], + [ + -5.013092, + 54.909613 + ], + [ + -4.995595, + 54.920315 + ], + [ + -4.992299, + 54.924262 + ], + [ + -4.988189, + 54.92772 + ], + [ + -4.988189, + 54.934556 + ], + [ + -5.024078, + 54.976386 + ], + [ + -5.029775, + 54.9855 + ], + [ + -5.032501, + 54.99372 + ], + [ + -5.03303, + 54.995266 + ], + [ + -5.047027, + 55.015082 + ], + [ + -5.050282, + 55.026801 + ], + [ + -5.049672, + 55.048977 + ], + [ + -5.047597, + 55.055732 + ], + [ + -5.043446, + 55.064276 + ], + [ + -5.025787, + 55.08869 + ], + [ + -5.018951, + 55.10224 + ], + [ + -5.016184, + 55.122626 + ], + [ + -5.007802, + 55.141181 + ], + [ + -4.988271, + 55.152655 + ], + [ + -4.947255, + 55.167914 + ], + [ + -4.882395, + 55.218573 + ], + [ + -4.877553, + 55.220893 + ], + [ + -4.867258, + 55.22248 + ], + [ + -4.865305, + 55.225653 + ], + [ + -4.86559, + 55.236314 + ], + [ + -4.864817, + 55.24136 + ], + [ + -4.841949, + 55.275092 + ], + [ + -4.838002, + 55.284003 + ], + [ + -4.837229, + 55.29385 + ], + [ + -4.839752, + 55.315579 + ], + [ + -4.838002, + 55.325019 + ], + [ + -4.832509, + 55.331122 + ], + [ + -4.799224, + 55.354722 + ], + [ + -4.781077, + 55.363511 + ], + [ + -4.773101, + 55.369371 + ], + [ + -4.767161, + 55.379055 + ], + [ + -4.758778, + 55.402289 + ], + [ + -4.749257, + 55.413764 + ], + [ + -4.71703, + 55.430487 + ], + [ + -4.650502, + 55.448472 + ], + [ + -4.626332, + 55.468411 + ], + [ + -4.617787, + 55.495592 + ], + [ + -4.62678, + 55.519721 + ], + [ + -4.650787, + 55.537055 + ], + [ + -4.687164, + 55.544135 + ], + [ + -4.666249, + 55.562201 + ], + [ + -4.666493, + 55.5633 + ], + [ + -4.671132, + 55.584418 + ], + [ + -4.692738, + 55.605211 + ], + [ + -4.721995, + 55.619208 + ], + [ + -4.776519, + 55.63288 + ], + [ + -4.808746, + 55.633612 + ], + [ + -4.818105, + 55.637193 + ], + [ + -4.810618, + 55.646552 + ], + [ + -4.810618, + 55.653998 + ], + [ + -4.86856, + 55.675605 + ], + [ + -4.90099, + 55.692328 + ], + [ + -4.920522, + 55.708564 + ], + [ + -4.876332, + 55.735256 + ], + [ + -4.861073, + 55.756741 + ], + [ + -4.865305, + 55.790473 + ], + [ + -4.871734, + 55.802436 + ], + [ + -4.877797, + 55.811021 + ], + [ + -4.882721, + 55.821357 + ], + [ + -4.888661, + 55.864529 + ], + [ + -4.888824, + 55.865302 + ], + [ + -4.892649, + 55.89289 + ], + [ + -4.886464, + 55.919664 + ], + [ + -4.872141, + 55.937201 + ], + [ + -4.849355, + 55.948228 + ], + [ + -4.818105, + 55.955634 + ], + [ + -4.799387, + 55.957913 + ], + [ + -4.785797, + 55.956977 + ], + [ + -4.72232, + 55.94009 + ], + [ + -4.705434, + 55.938463 + ], + [ + -4.693959, + 55.941352 + ], + [ + -4.672515, + 55.933783 + ], + [ + -4.505971, + 55.919094 + ], + [ + -4.481679, + 55.92829 + ], + [ + -4.590606, + 55.941514 + ], + [ + -4.630035, + 55.946275 + ], + [ + -4.673451, + 55.961859 + ], + [ + -4.724517, + 55.998358 + ], + [ + -4.765045, + 56.007066 + ], + [ + -4.783437, + 56.017646 + ], + [ + -4.799224, + 56.030951 + ], + [ + -4.810618, + 56.043769 + ], + [ + -4.82372, + 56.073676 + ], + [ + -4.82433, + 56.078518 + ], + [ + -4.839182, + 56.080634 + ], + [ + -4.844309, + 56.072984 + ], + [ + -4.843739, + 56.062974 + ], + [ + -4.837554, + 56.050605 + ], + [ + -4.790151, + 56.010199 + ], + [ + -4.77892, + 55.992092 + ], + [ + -4.785308, + 55.984036 + ], + [ + -4.803619, + 55.982082 + ], + [ + -4.828033, + 55.982327 + ], + [ + -4.851552, + 55.988023 + ], + [ + -4.862294, + 56.002143 + ], + [ + -4.865387, + 56.020209 + ], + [ + -4.866851, + 56.058336 + ], + [ + -4.865387, + 56.066718 + ], + [ + -4.826324, + 56.124213 + ], + [ + -4.755442, + 56.188381 + ], + [ + -4.750885, + 56.202704 + ], + [ + -4.755523, + 56.206529 + ], + [ + -4.766265, + 56.202094 + ], + [ + -4.779937, + 56.191474 + ], + [ + -4.83727, + 56.124416 + ], + [ + -4.851674, + 56.112616 + ], + [ + -4.873118, + 56.112006 + ], + [ + -4.880605, + 56.119859 + ], + [ + -4.878977, + 56.150539 + ], + [ + -4.883168, + 56.164008 + ], + [ + -4.893544, + 56.174262 + ], + [ + -4.907094, + 56.177069 + ], + [ + -4.920522, + 56.167914 + ], + [ + -4.909088, + 56.14997 + ], + [ + -4.895253, + 56.114732 + ], + [ + -4.88622, + 56.08039 + ], + [ + -4.88915, + 56.064846 + ], + [ + -4.901926, + 56.061916 + ], + [ + -4.904368, + 56.054348 + ], + [ + -4.900054, + 56.034125 + ], + [ + -4.900054, + 56.014594 + ], + [ + -4.89802, + 56.001166 + ], + [ + -4.892649, + 55.989732 + ], + [ + -4.906402, + 55.985745 + ], + [ + -4.921457, + 55.988674 + ], + [ + -4.937489, + 55.993842 + ], + [ + -4.954701, + 55.996568 + ], + [ + -4.954701, + 55.989732 + ], + [ + -4.942006, + 55.986314 + ], + [ + -4.928863, + 55.981147 + ], + [ + -4.918446, + 55.973334 + ], + [ + -4.913686, + 55.961859 + ], + [ + -4.917388, + 55.947455 + ], + [ + -4.927235, + 55.93769 + ], + [ + -4.93871, + 55.929633 + ], + [ + -4.947255, + 55.920844 + ], + [ + -4.952138, + 55.909125 + ], + [ + -4.954986, + 55.899359 + ], + [ + -4.959218, + 55.890123 + ], + [ + -4.968984, + 55.879869 + ], + [ + -4.983144, + 55.871039 + ], + [ + -4.99474, + 55.869818 + ], + [ + -5.026357, + 55.873725 + ], + [ + -5.04247, + 55.884752 + ], + [ + -5.056752, + 55.910305 + ], + [ + -5.066803, + 55.938788 + ], + [ + -5.07079, + 55.958686 + ], + [ + -5.110829, + 55.988959 + ], + [ + -5.116038, + 56.001695 + ], + [ + -5.123606, + 56.009914 + ], + [ + -5.139638, + 56.002753 + ], + [ + -5.123769, + 55.986314 + ], + [ + -5.085683, + 55.931871 + ], + [ + -5.078236, + 55.910956 + ], + [ + -5.086537, + 55.901272 + ], + [ + -5.105621, + 55.904975 + ], + [ + -5.171539, + 55.935533 + ], + [ + -5.180653, + 55.948432 + ], + [ + -5.180653, + 55.969306 + ], + [ + -5.190826, + 55.961737 + ], + [ + -5.199615, + 55.948554 + ], + [ + -5.205719, + 55.934516 + ], + [ + -5.207916, + 55.924628 + ], + [ + -5.212636, + 55.917141 + ], + [ + -5.242055, + 55.89289 + ], + [ + -5.218129, + 55.864691 + ], + [ + -5.20816, + 55.84927 + ], + [ + -5.20108, + 55.831488 + ], + [ + -5.21939, + 55.831448 + ], + [ + -5.263173, + 55.845771 + ], + [ + -5.296702, + 55.852688 + ], + [ + -5.307118, + 55.860419 + ], + [ + -5.313385, + 55.885443 + ], + [ + -5.319325, + 55.889106 + ], + [ + -5.327219, + 55.891547 + ], + [ + -5.334828, + 55.896674 + ], + [ + -5.338287, + 55.903754 + ], + [ + -5.339101, + 55.913031 + ], + [ + -5.338287, + 55.931383 + ], + [ + -5.33609, + 55.939195 + ], + [ + -5.326161, + 55.950263 + ], + [ + -5.323964, + 55.958686 + ], + [ + -5.325754, + 55.967231 + ], + [ + -5.338287, + 55.996568 + ], + [ + -5.313629, + 56.012356 + ], + [ + -5.204498, + 56.119452 + ], + [ + -5.146474, + 56.133124 + ], + [ + -5.104604, + 56.151516 + ], + [ + -5.09496, + 56.157375 + ], + [ + -5.059438, + 56.203111 + ], + [ + -5.043446, + 56.216295 + ], + [ + -5.013295, + 56.227607 + ], + [ + -4.974965, + 56.237006 + ], + [ + -4.940094, + 56.25141 + ], + [ + -4.920522, + 56.277777 + ], + [ + -4.9381, + 56.270982 + ], + [ + -4.975087, + 56.247992 + ], + [ + -4.991933, + 56.242987 + ], + [ + -5.032704, + 56.241156 + ], + [ + -5.04955, + 56.237047 + ], + [ + -5.064565, + 56.229315 + ], + [ + -5.075429, + 56.216986 + ], + [ + -5.099436, + 56.181952 + ], + [ + -5.108876, + 56.174709 + ], + [ + -5.228139, + 56.129218 + ], + [ + -5.310943, + 56.058051 + ], + [ + -5.319936, + 56.054918 + ], + [ + -5.338043, + 56.054104 + ], + [ + -5.345693, + 56.051215 + ], + [ + -5.345286, + 56.046129 + ], + [ + -5.350209, + 56.031928 + ], + [ + -5.356353, + 56.019761 + ], + [ + -5.359364, + 56.020738 + ], + [ + -5.368642, + 56.009426 + ], + [ + -5.390289, + 56.005683 + ], + [ + -5.415028, + 56.006903 + ], + [ + -5.433827, + 56.010199 + ], + [ + -5.43456, + 56.01496 + ], + [ + -5.434722, + 56.023627 + ], + [ + -5.437123, + 56.030015 + ], + [ + -5.444407, + 56.027574 + ], + [ + -5.447906, + 56.022284 + ], + [ + -5.448232, + 56.016059 + ], + [ + -5.447621, + 56.009426 + ], + [ + -5.454986, + 55.955634 + ], + [ + -5.451405, + 55.953437 + ], + [ + -5.436431, + 55.948961 + ], + [ + -5.430776, + 55.948188 + ], + [ + -5.420806, + 55.92829 + ], + [ + -5.416737, + 55.916815 + ], + [ + -5.416005, + 55.907416 + ], + [ + -5.412506, + 55.899604 + ], + [ + -5.40038, + 55.89289 + ], + [ + -5.40038, + 55.886705 + ], + [ + -5.407216, + 55.886705 + ], + [ + -5.407216, + 55.879869 + ], + [ + -5.402943, + 55.87873 + ], + [ + -5.392893, + 55.873725 + ], + [ + -5.397694, + 55.871568 + ], + [ + -5.402496, + 55.868354 + ], + [ + -5.407216, + 55.866278 + ], + [ + -5.351796, + 55.832424 + ], + [ + -5.326772, + 55.80858 + ], + [ + -5.317779, + 55.783026 + ], + [ + -5.324574, + 55.769232 + ], + [ + -5.338531, + 55.762641 + ], + [ + -5.372426, + 55.756415 + ], + [ + -5.387563, + 55.750312 + ], + [ + -5.433461, + 55.721015 + ], + [ + -5.444569, + 55.711615 + ], + [ + -5.453969, + 55.700588 + ], + [ + -5.461171, + 55.688137 + ], + [ + -5.463612, + 55.679836 + ], + [ + -5.466176, + 55.662177 + ], + [ + -5.468617, + 55.653998 + ], + [ + -5.490102, + 55.644599 + ], + [ + -5.488271, + 55.640326 + ], + [ + -5.484283, + 55.635728 + ], + [ + -5.482289, + 55.63288 + ], + [ + -5.483876, + 55.610053 + ], + [ + -5.474762, + 55.603949 + ], + [ + -5.462636, + 55.602037 + ], + [ + -5.454986, + 55.591946 + ], + [ + -5.46109, + 55.578803 + ], + [ + -5.476918, + 55.574897 + ], + [ + -5.488759, + 55.569078 + ], + [ + -5.482289, + 55.550279 + ], + [ + -5.503529, + 55.526516 + ], + [ + -5.509633, + 55.516791 + ], + [ + -5.51061, + 55.511461 + ], + [ + -5.509633, + 55.49258 + ], + [ + -5.510976, + 55.484442 + ], + [ + -5.514272, + 55.483873 + ], + [ + -5.518788, + 55.485175 + ], + [ + -5.523264, + 55.482652 + ], + [ + -5.545522, + 55.449164 + ], + [ + -5.561513, + 55.435533 + ], + [ + -5.584625, + 55.427436 + ], + [ + -5.584625, + 55.42121 + ], + [ + -5.572133, + 55.422309 + ], + [ + -5.562082, + 55.419867 + ], + [ + -5.55309, + 55.414537 + ], + [ + -5.543691, + 55.406928 + ], + [ + -5.527455, + 55.384345 + ], + [ + -5.526682, + 55.380276 + ], + [ + -5.514963, + 55.373684 + ], + [ + -5.525054, + 55.358629 + ], + [ + -5.557973, + 55.331855 + ], + [ + -5.574371, + 55.322008 + ], + [ + -5.594106, + 55.313137 + ], + [ + -5.616282, + 55.306586 + ], + [ + -5.639963, + 55.3039 + ], + [ + -5.649526, + 55.305162 + ], + [ + -5.669097, + 55.310858 + ], + [ + -5.680898, + 55.311347 + ], + [ + -5.691396, + 55.30858 + ], + [ + -5.714019, + 55.29914 + ], + [ + -5.725575, + 55.297065 + ], + [ + -5.754547, + 55.297349 + ], + [ + -5.772288, + 55.301256 + ], + [ + -5.782867, + 55.313544 + ], + [ + -5.794667, + 55.356391 + ], + [ + -5.796702, + 55.379096 + ], + [ + -5.791412, + 55.398627 + ], + [ + -5.763417, + 55.412055 + ], + [ + -5.725413, + 55.437567 + ], + [ + -5.715647, + 55.447903 + ], + [ + -5.71524, + 55.468899 + ], + [ + -5.720123, + 55.491523 + ], + [ + -5.721913, + 55.513861 + ], + [ + -5.707753, + 55.543362 + ], + [ + -5.712066, + 55.550727 + ], + [ + -5.718861, + 55.557318 + ], + [ + -5.721832, + 55.564602 + ], + [ + -5.718129, + 55.575751 + ], + [ + -5.694488, + 55.605536 + ], + [ + -5.673329, + 55.640611 + ], + [ + -5.669423, + 55.660712 + ], + [ + -5.680898, + 55.674465 + ], + [ + -5.626536, + 55.700629 + ], + [ + -5.619456, + 55.711982 + ], + [ + -5.613189, + 55.725775 + ], + [ + -5.598297, + 55.742987 + ], + [ + -5.581207, + 55.757636 + ], + [ + -5.56786, + 55.763861 + ], + [ + -5.539174, + 55.770941 + ], + [ + -5.504628, + 55.789374 + ], + [ + -5.4735, + 55.81566 + ], + [ + -5.454986, + 55.845771 + ], + [ + -5.551747, + 55.783637 + ], + [ + -5.587473, + 55.767157 + ], + [ + -5.599436, + 55.764228 + ], + [ + -5.61262, + 55.763861 + ], + [ + -5.605784, + 55.776842 + ], + [ + -5.633209, + 55.782782 + ], + [ + -5.646718, + 55.787502 + ], + [ + -5.66039, + 55.797349 + ], + [ + -5.667958, + 55.811021 + ], + [ + -5.669016, + 55.837836 + ], + [ + -5.674062, + 55.845771 + ], + [ + -5.631988, + 55.881781 + ], + [ + -5.6256, + 55.889838 + ], + [ + -5.619374, + 55.903144 + ], + [ + -5.60436, + 55.913642 + ], + [ + -5.586293, + 55.923326 + ], + [ + -5.571034, + 55.934516 + ], + [ + -5.593495, + 55.927965 + ], + [ + -5.627594, + 55.905341 + ], + [ + -5.653798, + 55.89761 + ], + [ + -5.671702, + 55.886908 + ], + [ + -5.680898, + 55.886705 + ], + [ + -5.687978, + 55.893378 + ], + [ + -5.694163, + 55.904975 + ], + [ + -5.696401, + 55.915961 + ], + [ + -5.586822, + 56.01203 + ], + [ + -5.57844, + 56.024482 + ], + [ + -5.582672, + 56.028957 + ], + [ + -5.57665, + 56.032538 + ], + [ + -5.571034, + 56.037543 + ], + [ + -5.583892, + 56.040717 + ], + [ + -5.596425, + 56.036811 + ], + [ + -5.609853, + 56.030015 + ], + [ + -5.6256, + 56.024482 + ], + [ + -5.631703, + 56.005927 + ], + [ + -5.674875, + 55.977729 + ], + [ + -5.674062, + 55.955634 + ], + [ + -5.690785, + 55.937649 + ], + [ + -5.694488, + 55.934516 + ], + [ + -5.704498, + 55.936754 + ], + [ + -5.707509, + 55.942572 + ], + [ + -5.705881, + 55.949652 + ], + [ + -5.701975, + 55.955634 + ], + [ + -5.696441, + 55.982164 + ], + [ + -5.659901, + 56.023261 + ], + [ + -5.584625, + 56.084662 + ], + [ + -5.581532, + 56.088284 + ], + [ + -5.580068, + 56.092922 + ], + [ + -5.577463, + 56.096991 + ], + [ + -5.571034, + 56.099026 + ], + [ + -5.564605, + 56.09809 + ], + [ + -5.556549, + 56.095893 + ], + [ + -5.550689, + 56.093492 + ], + [ + -5.550526, + 56.09219 + ], + [ + -5.547841, + 56.090033 + ], + [ + -5.539459, + 56.086859 + ], + [ + -5.531606, + 56.08633 + ], + [ + -5.5301, + 56.09219 + ], + [ + -5.534739, + 56.098538 + ], + [ + -5.541412, + 56.102484 + ], + [ + -5.547515, + 56.104885 + ], + [ + -5.550526, + 56.106431 + ], + [ + -5.556956, + 56.122219 + ], + [ + -5.558705, + 56.130805 + ], + [ + -5.554677, + 56.137397 + ], + [ + -5.522532, + 56.165758 + ], + [ + -5.515736, + 56.174709 + ], + [ + -5.509633, + 56.188381 + ], + [ + -5.539906, + 56.183417 + ], + [ + -5.562489, + 56.167914 + ], + [ + -5.582672, + 56.15058 + ], + [ + -5.605784, + 56.13996 + ], + [ + -5.599355, + 56.16059 + ], + [ + -5.586415, + 56.181138 + ], + [ + -5.569407, + 56.200263 + ], + [ + -5.550526, + 56.216295 + ], + [ + -5.559438, + 56.22956 + ], + [ + -5.547231, + 56.24018 + ], + [ + -5.525624, + 56.24726 + ], + [ + -5.506174, + 56.249823 + ], + [ + -5.49474, + 56.253119 + ], + [ + -5.492828, + 56.260403 + ], + [ + -5.499257, + 56.267646 + ], + [ + -5.512685, + 56.270941 + ], + [ + -5.55427, + 56.263495 + ], + [ + -5.56314, + 56.260321 + ], + [ + -5.572621, + 56.253852 + ], + [ + -5.582346, + 56.248765 + ], + [ + -5.592152, + 56.249823 + ], + [ + -5.598053, + 56.258612 + ], + [ + -5.59557, + 56.269924 + ], + [ + -5.584625, + 56.290758 + ], + [ + -5.572581, + 56.32807 + ], + [ + -5.562734, + 56.341051 + ], + [ + -5.543691, + 56.352851 + ], + [ + -5.525217, + 56.346625 + ], + [ + -5.498199, + 56.348334 + ], + [ + -5.44811, + 56.359687 + ], + [ + -5.44811, + 56.365912 + ], + [ + -5.472157, + 56.364936 + ], + [ + -5.51537, + 56.356838 + ], + [ + -5.537506, + 56.359687 + ], + [ + -5.517323, + 56.392768 + ], + [ + -5.509633, + 56.400621 + ], + [ + -5.498931, + 56.404731 + ], + [ + -5.486073, + 56.408108 + ], + [ + -5.478017, + 56.412909 + ], + [ + -5.482289, + 56.421129 + ], + [ + -5.457021, + 56.440863 + ], + [ + -5.423573, + 56.450019 + ], + [ + -5.322865, + 56.454983 + ], + [ + -5.242055, + 56.442206 + ], + [ + -5.20873, + 56.446845 + ], + [ + -5.181874, + 56.459662 + ], + [ + -5.11852, + 56.507758 + ], + [ + -5.085683, + 56.548774 + ], + [ + -5.064565, + 56.565131 + ], + [ + -5.086537, + 56.558498 + ], + [ + -5.099599, + 56.543647 + ], + [ + -5.110585, + 56.525865 + ], + [ + -5.125966, + 56.510484 + ], + [ + -5.1669, + 56.490058 + ], + [ + -5.190175, + 56.468655 + ], + [ + -5.20108, + 56.462104 + ], + [ + -5.243764, + 56.459215 + ], + [ + -5.350168, + 56.472968 + ], + [ + -5.378082, + 56.45897 + ], + [ + -5.394276, + 56.465481 + ], + [ + -5.410553, + 56.503648 + ], + [ + -5.424143, + 56.500067 + ], + [ + -5.435943, + 56.491156 + ], + [ + -5.454986, + 56.46955 + ], + [ + -5.468617, + 56.475735 + ], + [ + -5.433339, + 56.523627 + ], + [ + -5.427642, + 56.537828 + ], + [ + -5.403798, + 56.524604 + ], + [ + -5.379262, + 56.519192 + ], + [ + -5.356679, + 56.51968 + ], + [ + -5.338287, + 56.524156 + ], + [ + -5.290517, + 56.544664 + ], + [ + -5.265045, + 56.551215 + ], + [ + -5.252553, + 56.556342 + ], + [ + -5.242055, + 56.565131 + ], + [ + -5.275624, + 56.553616 + ], + [ + -5.286773, + 56.552069 + ], + [ + -5.306793, + 56.552802 + ], + [ + -5.310943, + 56.552069 + ], + [ + -5.327707, + 56.544664 + ], + [ + -5.338694, + 56.542304 + ], + [ + -5.360341, + 56.532213 + ], + [ + -5.372426, + 56.530341 + ], + [ + -5.384348, + 56.533433 + ], + [ + -5.400502, + 56.543647 + ], + [ + -5.41393, + 56.544664 + ], + [ + -5.410878, + 56.552069 + ], + [ + -5.407297, + 56.555325 + ], + [ + -5.402699, + 56.55744 + ], + [ + -5.396637, + 56.561713 + ], + [ + -5.39269, + 56.566474 + ], + [ + -5.389312, + 56.574897 + ], + [ + -5.386627, + 56.578803 + ], + [ + -5.360707, + 56.606269 + ], + [ + -5.351918, + 56.612942 + ], + [ + -5.310862, + 56.633612 + ], + [ + -5.304514, + 56.640163 + ], + [ + -5.298451, + 56.64643 + ], + [ + -5.317779, + 56.653876 + ], + [ + -5.317779, + 56.661322 + ], + [ + -5.309071, + 56.664252 + ], + [ + -5.286773, + 56.674994 + ], + [ + -5.261464, + 56.673326 + ], + [ + -5.248199, + 56.674058 + ], + [ + -5.218902, + 56.688666 + ], + [ + -5.196441, + 56.688666 + ], + [ + -5.15331, + 56.68122 + ], + [ + -5.132639, + 56.684516 + ], + [ + -5.093373, + 56.699042 + ], + [ + -5.012807, + 56.709296 + ], + [ + -4.995595, + 56.715969 + ], + [ + -5.160553, + 56.695868 + ], + [ + -5.238271, + 56.71662 + ], + [ + -5.238515, + 56.722561 + ], + [ + -5.228424, + 56.736477 + ], + [ + -5.222076, + 56.741523 + ], + [ + -5.154652, + 56.782294 + ], + [ + -5.136383, + 56.798774 + ], + [ + -5.11974, + 56.818427 + ], + [ + -5.179067, + 56.789252 + ], + [ + -5.187489, + 56.781155 + ], + [ + -5.191762, + 56.774644 + ], + [ + -5.20226, + 56.76911 + ], + [ + -5.21467, + 56.765204 + ], + [ + -5.224965, + 56.763739 + ], + [ + -5.233469, + 56.760688 + ], + [ + -5.23705, + 56.753363 + ], + [ + -5.238922, + 56.744452 + ], + [ + -5.242055, + 56.736477 + ], + [ + -5.255238, + 56.721584 + ], + [ + -5.268463, + 56.71308 + ], + [ + -5.283355, + 56.709377 + ], + [ + -5.301015, + 56.708564 + ], + [ + -5.309804, + 56.706488 + ], + [ + -5.319163, + 56.697496 + ], + [ + -5.340159, + 56.693061 + ], + [ + -5.348378, + 56.687201 + ], + [ + -5.359364, + 56.674994 + ], + [ + -5.388051, + 56.655219 + ], + [ + -5.403879, + 56.649237 + ], + [ + -5.424224, + 56.64704 + ], + [ + -5.434397, + 56.64289 + ], + [ + -5.44872, + 56.624579 + ], + [ + -5.458119, + 56.620347 + ], + [ + -5.470774, + 56.618394 + ], + [ + -5.482574, + 56.613267 + ], + [ + -5.493316, + 56.606391 + ], + [ + -5.533437, + 56.572903 + ], + [ + -5.599599, + 56.529039 + ], + [ + -5.667388, + 56.498481 + ], + [ + -5.674062, + 56.496894 + ], + [ + -5.683013, + 56.500637 + ], + [ + -5.694692, + 56.513861 + ], + [ + -5.705393, + 56.516669 + ], + [ + -5.721791, + 56.5185 + ], + [ + -5.740834, + 56.523261 + ], + [ + -5.758209, + 56.529975 + ], + [ + -5.770253, + 56.537828 + ], + [ + -5.755198, + 56.554023 + ], + [ + -5.751047, + 56.561998 + ], + [ + -5.749135, + 56.571967 + ], + [ + -5.756663, + 56.571967 + ], + [ + -5.793853, + 56.54328 + ], + [ + -5.85436, + 56.550482 + ], + [ + -6.003407, + 56.61872 + ], + [ + -6.009836, + 56.626532 + ], + [ + -6.008168, + 56.642279 + ], + [ + -5.998036, + 56.649888 + ], + [ + -5.98351, + 56.652818 + ], + [ + -5.933583, + 56.654731 + ], + [ + -5.899037, + 56.650824 + ], + [ + -5.866851, + 56.641547 + ], + [ + -5.839182, + 56.626532 + ], + [ + -5.831695, + 56.633979 + ], + [ + -5.855621, + 56.644721 + ], + [ + -5.86559, + 56.651435 + ], + [ + -5.865834, + 56.661322 + ], + [ + -5.759999, + 56.700751 + ], + [ + -5.735504, + 56.702338 + ], + [ + -5.672597, + 56.684149 + ], + [ + -5.647369, + 56.68122 + ], + [ + -5.594146, + 56.683336 + ], + [ + -5.564809, + 56.687649 + ], + [ + -5.543691, + 56.695461 + ], + [ + -5.636545, + 56.688666 + ], + [ + -5.658559, + 56.690741 + ], + [ + -5.708852, + 56.708564 + ], + [ + -5.749989, + 56.714545 + ], + [ + -5.859039, + 56.68122 + ], + [ + -5.896799, + 56.675116 + ], + [ + -5.907379, + 56.674994 + ], + [ + -5.920318, + 56.677965 + ], + [ + -5.942738, + 56.686754 + ], + [ + -5.955556, + 56.688666 + ], + [ + -6.024892, + 56.685696 + ], + [ + -6.098622, + 56.696967 + ], + [ + -6.12385, + 56.695624 + ], + [ + -6.143544, + 56.684882 + ], + [ + -6.161733, + 56.678209 + ], + [ + -6.186594, + 56.681098 + ], + [ + -6.209625, + 56.688463 + ], + [ + -6.222768, + 56.695461 + ], + [ + -6.228179, + 56.701077 + ], + [ + -6.232533, + 56.706529 + ], + [ + -6.235341, + 56.712388 + ], + [ + -6.236399, + 56.719062 + ], + [ + -6.234486, + 56.728583 + ], + [ + -6.229563, + 56.729071 + ], + [ + -6.222768, + 56.7272 + ], + [ + -6.215321, + 56.729641 + ], + [ + -6.193471, + 56.748521 + ], + [ + -6.180531, + 56.754625 + ], + [ + -6.026967, + 56.763739 + ], + [ + -6.014882, + 56.767035 + ], + [ + -5.979888, + 56.781562 + ], + [ + -5.965199, + 56.784857 + ], + [ + -5.948232, + 56.782538 + ], + [ + -5.937978, + 56.776923 + ], + [ + -5.928538, + 56.769965 + ], + [ + -5.913645, + 56.763739 + ], + [ + -5.860911, + 56.7508 + ], + [ + -5.852203, + 56.746975 + ], + [ + -5.853342, + 56.75788 + ], + [ + -5.858144, + 56.768459 + ], + [ + -5.868398, + 56.775865 + ], + [ + -5.886342, + 56.777411 + ], + [ + -5.886342, + 56.784857 + ], + [ + -5.874013, + 56.785712 + ], + [ + -5.861806, + 56.785102 + ], + [ + -5.850087, + 56.782457 + ], + [ + -5.839182, + 56.777411 + ], + [ + -5.824615, + 56.787584 + ], + [ + -5.802073, + 56.791815 + ], + [ + -5.776601, + 56.787991 + ], + [ + -5.756663, + 56.784857 + ], + [ + -5.831695, + 56.805365 + ], + [ + -5.850819, + 56.81802 + ], + [ + -5.851186, + 56.828925 + ], + [ + -5.837473, + 56.836615 + ], + [ + -5.733876, + 56.844794 + ], + [ + -5.692738, + 56.854926 + ], + [ + -5.66039, + 56.872992 + ], + [ + -5.673573, + 56.876532 + ], + [ + -5.692006, + 56.875312 + ], + [ + -5.708485, + 56.870551 + ], + [ + -5.724355, + 56.853827 + ], + [ + -5.744496, + 56.854153 + ], + [ + -5.783925, + 56.859931 + ], + [ + -5.77538, + 56.86994 + ], + [ + -5.735504, + 56.89411 + ], + [ + -5.780588, + 56.898749 + ], + [ + -5.874867, + 56.887152 + ], + [ + -5.921132, + 56.89411 + ], + [ + -5.887563, + 56.899115 + ], + [ + -5.852203, + 56.900336 + ], + [ + -5.852203, + 56.907701 + ], + [ + -5.859853, + 56.910549 + ], + [ + -5.880116, + 56.922024 + ], + [ + -5.862538, + 56.933743 + ], + [ + -5.85143, + 56.95425 + ], + [ + -5.842519, + 56.977444 + ], + [ + -5.831695, + 56.997138 + ], + [ + -5.814117, + 57.009508 + ], + [ + -5.786041, + 57.020575 + ], + [ + -5.755238, + 57.026557 + ], + [ + -5.729319, + 57.02383 + ], + [ + -5.719879, + 57.017564 + ], + [ + -5.699941, + 56.998114 + ], + [ + -5.688303, + 56.989691 + ], + [ + -5.674062, + 56.983588 + ], + [ + -5.658559, + 56.979478 + ], + [ + -5.6256, + 56.97663 + ], + [ + -5.571278, + 56.983832 + ], + [ + -5.523264, + 56.997138 + ], + [ + -5.523264, + 57.003974 + ], + [ + -5.540435, + 57.001166 + ], + [ + -5.556508, + 56.99608 + ], + [ + -5.571278, + 56.993313 + ], + [ + -5.584625, + 56.997138 + ], + [ + -5.607086, + 56.988511 + ], + [ + -5.628814, + 56.991889 + ], + [ + -5.649892, + 56.999661 + ], + [ + -5.670318, + 57.003974 + ], + [ + -5.685536, + 57.009589 + ], + [ + -5.681711, + 57.022406 + ], + [ + -5.680043, + 57.0362 + ], + [ + -5.701975, + 57.044908 + ], + [ + -5.710927, + 57.044176 + ], + [ + -5.731353, + 57.039008 + ], + [ + -5.74234, + 57.038072 + ], + [ + -5.752553, + 57.040595 + ], + [ + -5.769602, + 57.04975 + ], + [ + -5.780181, + 57.051744 + ], + [ + -5.791127, + 57.059272 + ], + [ + -5.776194, + 57.075832 + ], + [ + -5.734486, + 57.105414 + ], + [ + -5.722646, + 57.116441 + ], + [ + -5.715647, + 57.120063 + ], + [ + -5.703277, + 57.120754 + ], + [ + -5.673695, + 57.119045 + ], + [ + -5.663482, + 57.123725 + ], + [ + -5.645863, + 57.129462 + ], + [ + -5.620839, + 57.124091 + ], + [ + -5.57844, + 57.106391 + ], + [ + -5.558258, + 57.100409 + ], + [ + -5.459828, + 57.099799 + ], + [ + -5.454986, + 57.102973 + ], + [ + -5.447418, + 57.110175 + ], + [ + -5.430776, + 57.110745 + ], + [ + -5.414296, + 57.108222 + ], + [ + -5.407216, + 57.106391 + ], + [ + -5.40038, + 57.106391 + ], + [ + -5.40038, + 57.113837 + ], + [ + -5.420033, + 57.120673 + ], + [ + -5.503896, + 57.112698 + ], + [ + -5.527415, + 57.107489 + ], + [ + -5.540639, + 57.106391 + ], + [ + -5.547719, + 57.110093 + ], + [ + -5.573313, + 57.127875 + ], + [ + -5.584625, + 57.133694 + ], + [ + -5.668446, + 57.14765 + ], + [ + -5.680898, + 57.157904 + ], + [ + -5.673818, + 57.174994 + ], + [ + -5.638824, + 57.202379 + ], + [ + -5.6256, + 57.216254 + ], + [ + -5.644154, + 57.233222 + ], + [ + -5.620107, + 57.252143 + ], + [ + -5.578236, + 57.26675 + ], + [ + -5.543691, + 57.270901 + ], + [ + -5.511586, + 57.257636 + ], + [ + -5.480092, + 57.237006 + ], + [ + -5.446278, + 57.223049 + ], + [ + -5.407216, + 57.229926 + ], + [ + -5.407216, + 57.236721 + ], + [ + -5.448842, + 57.242092 + ], + [ + -5.458119, + 57.246649 + ], + [ + -5.47289, + 57.261217 + ], + [ + -5.4829, + 57.268012 + ], + [ + -5.492502, + 57.270901 + ], + [ + -5.501943, + 57.277655 + ], + [ + -5.488922, + 57.292426 + ], + [ + -5.464833, + 57.306627 + ], + [ + -5.440663, + 57.311835 + ], + [ + -5.440663, + 57.319281 + ], + [ + -5.464996, + 57.324937 + ], + [ + -5.48176, + 57.316718 + ], + [ + -5.494293, + 57.304429 + ], + [ + -5.506174, + 57.298163 + ], + [ + -5.523427, + 57.295152 + ], + [ + -5.558461, + 57.28144 + ], + [ + -5.57844, + 57.277655 + ], + [ + -5.599436, + 57.279242 + ], + [ + -5.637441, + 57.289008 + ], + [ + -5.656972, + 57.291327 + ], + [ + -5.700063, + 57.283596 + ], + [ + -5.72057, + 57.284491 + ], + [ + -5.729319, + 57.298163 + ], + [ + -5.72525, + 57.301581 + ], + [ + -5.701975, + 57.332343 + ], + [ + -5.693756, + 57.337104 + ], + [ + -5.671986, + 57.344428 + ], + [ + -5.663482, + 57.349677 + ], + [ + -5.654368, + 57.353949 + ], + [ + -5.647206, + 57.349921 + ], + [ + -5.641469, + 57.343207 + ], + [ + -5.636545, + 57.339789 + ], + [ + -5.613189, + 57.341986 + ], + [ + -5.501291, + 57.370998 + ], + [ + -5.456654, + 57.393541 + ], + [ + -5.44811, + 57.421698 + ], + [ + -5.465077, + 57.423896 + ], + [ + -5.492055, + 57.408759 + ], + [ + -5.537506, + 57.373928 + ], + [ + -5.563466, + 57.363105 + ], + [ + -5.586659, + 57.365058 + ], + [ + -5.610911, + 57.371405 + ], + [ + -5.639963, + 57.373928 + ], + [ + -5.61559, + 57.382473 + ], + [ + -5.607086, + 57.389106 + ], + [ + -5.609202, + 57.397773 + ], + [ + -5.617747, + 57.410102 + ], + [ + -5.619618, + 57.416693 + ], + [ + -5.624013, + 57.416409 + ], + [ + -5.639963, + 57.408026 + ], + [ + -5.707183, + 57.359768 + ], + [ + -5.732411, + 57.352769 + ], + [ + -5.784576, + 57.348578 + ], + [ + -5.807769, + 57.354926 + ], + [ + -5.824859, + 57.394355 + ], + [ + -5.822255, + 57.3935 + ], + [ + -5.817372, + 57.395209 + ], + [ + -5.812856, + 57.398098 + ], + [ + -5.811187, + 57.40119 + ], + [ + -5.813873, + 57.404527 + ], + [ + -5.82311, + 57.41234 + ], + [ + -5.824859, + 57.415473 + ], + [ + -5.825266, + 57.4289 + ], + [ + -5.821889, + 57.435533 + ], + [ + -5.811187, + 57.442206 + ], + [ + -5.821523, + 57.445461 + ], + [ + -5.852528, + 57.450385 + ], + [ + -5.859039, + 57.452704 + ], + [ + -5.861195, + 57.463446 + ], + [ + -5.870513, + 57.48078 + ], + [ + -5.87267, + 57.49372 + ], + [ + -5.8697, + 57.500881 + ], + [ + -5.856068, + 57.517808 + ], + [ + -5.852203, + 57.524115 + ], + [ + -5.851064, + 57.538398 + ], + [ + -5.851471, + 57.551093 + ], + [ + -5.847076, + 57.558905 + ], + [ + -5.831695, + 57.558824 + ], + [ + -5.833852, + 57.563381 + ], + [ + -5.837026, + 57.574774 + ], + [ + -5.839182, + 57.579291 + ], + [ + -5.821401, + 57.583197 + ], + [ + -5.803619, + 57.581366 + ], + [ + -5.786366, + 57.575181 + ], + [ + -5.732574, + 57.545233 + ], + [ + -5.715647, + 57.538398 + ], + [ + -5.707021, + 57.542304 + ], + [ + -5.689768, + 57.527899 + ], + [ + -5.680898, + 57.524115 + ], + [ + -5.650868, + 57.512641 + ], + [ + -5.639963, + 57.511054 + ], + [ + -5.645334, + 57.516669 + ], + [ + -5.648305, + 57.521877 + ], + [ + -5.650543, + 57.526801 + ], + [ + -5.653554, + 57.531562 + ], + [ + -5.581532, + 57.538398 + ], + [ + -5.540273, + 57.534491 + ], + [ + -5.516835, + 57.534857 + ], + [ + -5.512685, + 57.54149 + ], + [ + -5.543121, + 57.555365 + ], + [ + -5.588368, + 57.561021 + ], + [ + -5.632721, + 57.557685 + ], + [ + -5.66039, + 57.544582 + ], + [ + -5.694488, + 57.566311 + ], + [ + -5.689198, + 57.569403 + ], + [ + -5.680898, + 57.579291 + ], + [ + -5.714223, + 57.582709 + ], + [ + -5.731679, + 57.598293 + ], + [ + -5.744252, + 57.617987 + ], + [ + -5.762807, + 57.633979 + ], + [ + -5.778147, + 57.637437 + ], + [ + -5.793609, + 57.638577 + ], + [ + -5.805898, + 57.642646 + ], + [ + -5.811187, + 57.655097 + ], + [ + -5.805409, + 57.667182 + ], + [ + -5.785024, + 57.679511 + ], + [ + -5.790761, + 57.688544 + ], + [ + -5.790761, + 57.69599 + ], + [ + -5.75357, + 57.707465 + ], + [ + -5.734486, + 57.707953 + ], + [ + -5.704986, + 57.690131 + ], + [ + -5.692494, + 57.691067 + ], + [ + -5.681956, + 57.698717 + ], + [ + -5.674062, + 57.709662 + ], + [ + -5.68517, + 57.711412 + ], + [ + -5.692291, + 57.716498 + ], + [ + -5.698842, + 57.72309 + ], + [ + -5.708852, + 57.72956 + ], + [ + -5.72053, + 57.733385 + ], + [ + -5.803822, + 57.743842 + ], + [ + -5.806956, + 57.754625 + ], + [ + -5.802073, + 57.780585 + ], + [ + -5.803822, + 57.792222 + ], + [ + -5.801259, + 57.800442 + ], + [ + -5.809926, + 57.820624 + ], + [ + -5.811187, + 57.833197 + ], + [ + -5.807362, + 57.84394 + ], + [ + -5.799957, + 57.853705 + ], + [ + -5.78954, + 57.862006 + ], + [ + -5.776519, + 57.867906 + ], + [ + -5.751129, + 57.873358 + ], + [ + -5.724762, + 57.873521 + ], + [ + -5.698638, + 57.869086 + ], + [ + -5.674062, + 57.8605 + ], + [ + -5.677887, + 57.84691 + ], + [ + -5.674794, + 57.827094 + ], + [ + -5.667958, + 57.806952 + ], + [ + -5.66039, + 57.792222 + ], + [ + -5.650543, + 57.781806 + ], + [ + -5.637359, + 57.774237 + ], + [ + -5.622141, + 57.770209 + ], + [ + -5.605784, + 57.770494 + ], + [ + -5.613271, + 57.775214 + ], + [ + -5.617909, + 57.780219 + ], + [ + -5.6256, + 57.792222 + ], + [ + -5.613026, + 57.792629 + ], + [ + -5.603261, + 57.791083 + ], + [ + -5.584625, + 57.784817 + ], + [ + -5.591176, + 57.804429 + ], + [ + -5.587026, + 57.81859 + ], + [ + -5.585276, + 57.831448 + ], + [ + -5.598988, + 57.846869 + ], + [ + -5.637563, + 57.86636 + ], + [ + -5.65038, + 57.877753 + ], + [ + -5.639963, + 57.887844 + ], + [ + -5.647694, + 57.888983 + ], + [ + -5.650787, + 57.890815 + ], + [ + -5.653554, + 57.89468 + ], + [ + -5.643951, + 57.904202 + ], + [ + -5.620758, + 57.920885 + ], + [ + -5.61262, + 57.928778 + ], + [ + -5.598215, + 57.919013 + ], + [ + -5.58731, + 57.915107 + ], + [ + -5.550526, + 57.915107 + ], + [ + -5.556264, + 57.887763 + ], + [ + -5.527903, + 57.86758 + ], + [ + -5.48705, + 57.855862 + ], + [ + -5.454986, + 57.853705 + ], + [ + -5.461171, + 57.8605 + ], + [ + -5.449045, + 57.869127 + ], + [ + -5.437123, + 57.89765 + ], + [ + -5.427642, + 57.908271 + ], + [ + -5.414906, + 57.908149 + ], + [ + -5.369496, + 57.897528 + ], + [ + -5.355621, + 57.891262 + ], + [ + -5.327504, + 57.873277 + ], + [ + -5.293853, + 57.862047 + ], + [ + -5.221588, + 57.846869 + ], + [ + -5.236318, + 57.860785 + ], + [ + -5.247548, + 57.867011 + ], + [ + -5.276763, + 57.874172 + ], + [ + -5.320668, + 57.898505 + ], + [ + -5.384918, + 57.91413 + ], + [ + -5.392893, + 57.918199 + ], + [ + -5.394399, + 57.923896 + ], + [ + -5.39684, + 57.926215 + ], + [ + -5.397328, + 57.9289 + ], + [ + -5.392893, + 57.935614 + ], + [ + -5.386545, + 57.936428 + ], + [ + -5.378977, + 57.93183 + ], + [ + -5.371734, + 57.931057 + ], + [ + -5.3662, + 57.943061 + ], + [ + -5.347157, + 57.936713 + ], + [ + -5.319163, + 57.91474 + ], + [ + -5.297353, + 57.908271 + ], + [ + -5.286, + 57.908759 + ], + [ + -5.266957, + 57.914008 + ], + [ + -5.256256, + 57.915107 + ], + [ + -5.243642, + 57.912909 + ], + [ + -5.221018, + 57.904039 + ], + [ + -5.211293, + 57.902086 + ], + [ + -5.198801, + 57.897773 + ], + [ + -5.162262, + 57.878485 + ], + [ + -5.119985, + 57.867987 + ], + [ + -5.091135, + 57.840318 + ], + [ + -5.07079, + 57.833197 + ], + [ + -5.076487, + 57.838528 + ], + [ + -5.083404, + 57.847561 + ], + [ + -5.089345, + 57.857245 + ], + [ + -5.091868, + 57.864203 + ], + [ + -5.097157, + 57.870917 + ], + [ + -5.197255, + 57.917873 + ], + [ + -5.221588, + 57.921332 + ], + [ + -5.221588, + 57.928778 + ], + [ + -5.201894, + 57.928656 + ], + [ + -5.193959, + 57.935981 + ], + [ + -5.195546, + 57.947659 + ], + [ + -5.204498, + 57.96015 + ], + [ + -5.216705, + 57.965888 + ], + [ + -5.248891, + 57.969387 + ], + [ + -5.263173, + 57.976549 + ], + [ + -5.292633, + 57.980618 + ], + [ + -5.333892, + 58.008531 + ], + [ + -5.359364, + 58.011379 + ], + [ + -5.357167, + 58.014065 + ], + [ + -5.356679, + 58.014879 + ], + [ + -5.351918, + 58.017524 + ], + [ + -5.366933, + 58.028876 + ], + [ + -5.386586, + 58.032538 + ], + [ + -5.427642, + 58.031195 + ], + [ + -5.424306, + 58.035549 + ], + [ + -5.422353, + 58.038967 + ], + [ + -5.419586, + 58.04206 + ], + [ + -5.41393, + 58.045478 + ], + [ + -5.41393, + 58.052314 + ], + [ + -5.447011, + 58.084377 + ], + [ + -5.42809, + 58.097968 + ], + [ + -5.390045, + 58.09219 + ], + [ + -5.3662, + 58.065985 + ], + [ + -5.344309, + 58.075507 + ], + [ + -5.322865, + 58.071723 + ], + [ + -5.300771, + 58.070136 + ], + [ + -5.276763, + 58.086412 + ], + [ + -5.28307, + 58.086412 + ], + [ + -5.278066, + 58.096259 + ], + [ + -5.278798, + 58.105373 + ], + [ + -5.283559, + 58.113471 + ], + [ + -5.290517, + 58.120551 + ], + [ + -5.276763, + 58.120551 + ], + [ + -5.276763, + 58.127387 + ], + [ + -5.297353, + 58.134833 + ], + [ + -5.284088, + 58.140082 + ], + [ + -5.255523, + 58.143785 + ], + [ + -5.242055, + 58.147895 + ], + [ + -5.242055, + 58.155341 + ], + [ + -5.275054, + 58.154527 + ], + [ + -5.290842, + 58.156317 + ], + [ + -5.304799, + 58.162095 + ], + [ + -5.297353, + 58.168402 + ], + [ + -5.304799, + 58.173326 + ], + [ + -5.313059, + 58.177314 + ], + [ + -5.321889, + 58.180243 + ], + [ + -5.331451, + 58.182034 + ], + [ + -5.329335, + 58.186713 + ], + [ + -5.326161, + 58.198432 + ], + [ + -5.323964, + 58.203111 + ], + [ + -5.336822, + 58.203192 + ], + [ + -5.346791, + 58.206855 + ], + [ + -5.392893, + 58.244696 + ], + [ + -5.392079, + 58.261379 + ], + [ + -5.375885, + 58.264228 + ], + [ + -5.352895, + 58.258938 + ], + [ + -5.31078, + 58.243394 + ], + [ + -5.293853, + 58.240912 + ], + [ + -5.276967, + 58.243394 + ], + [ + -5.237294, + 58.257636 + ], + [ + -5.216054, + 58.26142 + ], + [ + -5.194325, + 58.259996 + ], + [ + -5.173207, + 58.250922 + ], + [ + -5.165639, + 58.258246 + ], + [ + -5.152252, + 58.264838 + ], + [ + -5.138336, + 58.269599 + ], + [ + -5.129384, + 58.271389 + ], + [ + -5.111562, + 58.268256 + ], + [ + -5.081288, + 58.254096 + ], + [ + -5.067698, + 58.250922 + ], + [ + -5.01773, + 58.253241 + ], + [ + -5.002431, + 58.250922 + ], + [ + -4.933583, + 58.223049 + ], + [ + -4.94343, + 58.233588 + ], + [ + -4.954823, + 58.239814 + ], + [ + -4.982004, + 58.250922 + ], + [ + -4.968861, + 58.256781 + ], + [ + -4.940338, + 58.259467 + ], + [ + -4.926747, + 58.264594 + ], + [ + -4.990224, + 58.27143 + ], + [ + -5.009918, + 58.271389 + ], + [ + -5.018056, + 58.268622 + ], + [ + -5.029368, + 58.259711 + ], + [ + -5.040028, + 58.257758 + ], + [ + -5.05012, + 58.259914 + ], + [ + -5.070709, + 58.269232 + ], + [ + -5.081654, + 58.271389 + ], + [ + -5.096425, + 58.27676 + ], + [ + -5.125966, + 58.300198 + ], + [ + -5.13622, + 58.305569 + ], + [ + -5.137441, + 58.309272 + ], + [ + -5.156361, + 58.324612 + ], + [ + -5.160146, + 58.326606 + ], + [ + -5.167795, + 58.33926 + ], + [ + -5.17101, + 58.346666 + ], + [ + -5.173207, + 58.353949 + ], + [ + -5.15331, + 58.353949 + ], + [ + -5.163401, + 58.364569 + ], + [ + -5.162913, + 58.374498 + ], + [ + -5.155914, + 58.384467 + ], + [ + -5.146474, + 58.394965 + ], + [ + -5.145497, + 58.400051 + ], + [ + -5.146718, + 58.406643 + ], + [ + -5.14684, + 58.412421 + ], + [ + -5.143056, + 58.414781 + ], + [ + -5.135487, + 58.413764 + ], + [ + -5.122222, + 58.409573 + ], + [ + -5.116038, + 58.408596 + ], + [ + -5.057973, + 58.387274 + ], + [ + -5.016184, + 58.388129 + ], + [ + -5.043935, + 58.400092 + ], + [ + -5.053375, + 58.406643 + ], + [ + -5.050282, + 58.414781 + ], + [ + -5.057037, + 58.422187 + ], + [ + -5.066151, + 58.417141 + ], + [ + -5.076161, + 58.414496 + ], + [ + -5.086822, + 58.413886 + ], + [ + -5.098053, + 58.414781 + ], + [ + -5.098053, + 58.422187 + ], + [ + -5.088124, + 58.421942 + ], + [ + -5.085032, + 58.422187 + ], + [ + -5.085032, + 58.429023 + ], + [ + -5.091786, + 58.429755 + ], + [ + -5.096018, + 58.431464 + ], + [ + -5.10554, + 58.43651 + ], + [ + -5.05012, + 58.453803 + ], + [ + -5.025543, + 58.447699 + ], + [ + -4.995595, + 58.43651 + ], + [ + -5.10554, + 58.487372 + ], + [ + -5.105621, + 58.505561 + ], + [ + -5.103668, + 58.514228 + ], + [ + -5.095855, + 58.518866 + ], + [ + -5.042795, + 58.535468 + ], + [ + -5.027984, + 58.544094 + ], + [ + -5.016184, + 58.559394 + ], + [ + -5.022939, + 58.559394 + ], + [ + -5.015207, + 58.580064 + ], + [ + -5.011586, + 58.600572 + ], + [ + -5.004954, + 58.617743 + ], + [ + -4.988189, + 58.628323 + ], + [ + -4.859486, + 58.613227 + ], + [ + -4.835927, + 58.605048 + ], + [ + -4.818105, + 58.592922 + ], + [ + -4.817942, + 58.587592 + ], + [ + -4.812815, + 58.571967 + ], + [ + -4.806752, + 58.558417 + ], + [ + -4.803822, + 58.559394 + ], + [ + -4.804596, + 58.548326 + ], + [ + -4.80724, + 58.539618 + ], + [ + -4.811635, + 58.53205 + ], + [ + -4.818105, + 58.524644 + ], + [ + -4.799794, + 58.532457 + ], + [ + -4.791819, + 58.541653 + ], + [ + -4.789906, + 58.551744 + ], + [ + -4.790151, + 58.562486 + ], + [ + -4.785756, + 58.577053 + ], + [ + -4.777089, + 58.583319 + ], + [ + -4.771596, + 58.590399 + ], + [ + -4.776519, + 58.607164 + ], + [ + -4.75886, + 58.599107 + ], + [ + -4.728017, + 58.57746 + ], + [ + -4.711334, + 58.573065 + ], + [ + -4.683258, + 58.56151 + ], + [ + -4.6704, + 58.559394 + ], + [ + -4.660024, + 58.555854 + ], + [ + -4.659291, + 58.547553 + ], + [ + -4.663238, + 58.538398 + ], + [ + -4.667307, + 58.53205 + ], + [ + -4.679026, + 58.523912 + ], + [ + -4.714467, + 58.505601 + ], + [ + -4.732411, + 58.480455 + ], + [ + -4.751536, + 58.461615 + ], + [ + -4.760976, + 58.447984 + ], + [ + -4.742421, + 58.44953 + ], + [ + -4.682973, + 58.484565 + ], + [ + -4.673451, + 58.487372 + ], + [ + -4.66686, + 58.502916 + ], + [ + -4.650502, + 58.509955 + ], + [ + -4.630442, + 58.51496 + ], + [ + -4.612131, + 58.524644 + ], + [ + -4.601064, + 58.541938 + ], + [ + -4.595123, + 58.560004 + ], + [ + -4.58495, + 58.574164 + ], + [ + -4.560536, + 58.579901 + ], + [ + -4.517486, + 58.575507 + ], + [ + -4.475494, + 58.565619 + ], + [ + -4.426503, + 58.546373 + ], + [ + -4.426503, + 58.538886 + ], + [ + -4.427887, + 58.535305 + ], + [ + -4.4287, + 58.534735 + ], + [ + -4.426503, + 58.524644 + ], + [ + -4.449941, + 58.510199 + ], + [ + -4.464752, + 58.492011 + ], + [ + -4.477651, + 58.47134 + ], + [ + -4.495351, + 58.44953 + ], + [ + -4.478098, + 58.453559 + ], + [ + -4.461171, + 58.46247 + ], + [ + -4.433909, + 58.483629 + ], + [ + -4.432729, + 58.487616 + ], + [ + -4.43399, + 58.492377 + ], + [ + -4.434234, + 58.496283 + ], + [ + -4.430165, + 58.497992 + ], + [ + -4.425933, + 58.499091 + ], + [ + -4.385365, + 58.522406 + ], + [ + -4.382395, + 58.524644 + ], + [ + -4.343861, + 58.538886 + ], + [ + -4.317006, + 58.545722 + ], + [ + -4.306996, + 58.546373 + ], + [ + -4.28718, + 58.542914 + ], + [ + -4.257314, + 58.527981 + ], + [ + -4.234731, + 58.524644 + ], + [ + -4.248931, + 58.53205 + ], + [ + -4.238189, + 58.536444 + ], + [ + -4.232249, + 58.542426 + ], + [ + -4.227691, + 58.548163 + ], + [ + -4.221018, + 58.551947 + ], + [ + -4.209706, + 58.552924 + ], + [ + -4.190785, + 58.547838 + ], + [ + -4.176991, + 58.546373 + ], + [ + -4.168202, + 58.549384 + ], + [ + -4.160553, + 58.562567 + ], + [ + -4.149322, + 58.565619 + ], + [ + -4.111195, + 58.565619 + ], + [ + -4.09024, + 58.562079 + ], + [ + -4.081451, + 58.561835 + ], + [ + -4.070221, + 58.565619 + ], + [ + -4.061513, + 58.572821 + ], + [ + -4.048818, + 58.589586 + ], + [ + -4.039784, + 58.592922 + ], + [ + -4.030629, + 58.594062 + ], + [ + -4.029042, + 58.59516 + ], + [ + -4.027821, + 58.592719 + ], + [ + -4.009267, + 58.57331 + ], + [ + -4.003774, + 58.570624 + ], + [ + -3.981435, + 58.573065 + ], + [ + -3.895741, + 58.565619 + ], + [ + -3.810129, + 58.573065 + ], + [ + -3.766957, + 58.583726 + ], + [ + -3.698354, + 58.611151 + ], + [ + -3.659901, + 58.620836 + ], + [ + -3.597564, + 58.627143 + ], + [ + -3.5655, + 58.626614 + ], + [ + -3.542592, + 58.620836 + ], + [ + -3.55248, + 58.615465 + ], + [ + -3.556264, + 58.614 + ], + [ + -3.532053, + 58.602118 + ], + [ + -3.504018, + 58.603339 + ], + [ + -3.447011, + 58.614 + ], + [ + -3.391469, + 58.600653 + ], + [ + -3.364084, + 58.600816 + ], + [ + -3.350819, + 58.620836 + ], + [ + -3.367747, + 58.624701 + ], + [ + -3.386057, + 58.631741 + ], + [ + -3.402252, + 58.642035 + ], + [ + -3.412913, + 58.655585 + ], + [ + -3.390045, + 58.67178 + ], + [ + -3.374867, + 58.677069 + ], + [ + -3.358266, + 58.675482 + ], + [ + -3.35436, + 58.670152 + ], + [ + -3.351796, + 58.660834 + ], + [ + -3.34789, + 58.652045 + ], + [ + -3.340566, + 58.648139 + ], + [ + -3.309885, + 58.648139 + ], + [ + -3.244252, + 58.659003 + ], + [ + -3.204091, + 58.661119 + ], + [ + -3.151926, + 58.641262 + ], + [ + -3.118764, + 58.641099 + ], + [ + -3.052887, + 58.648139 + ], + [ + -3.019114, + 58.640326 + ], + [ + -3.02538, + 58.622138 + ], + [ + -3.044423, + 58.60163 + ], + [ + -3.049184, + 58.586737 + ], + [ + -3.060455, + 58.578437 + ], + [ + -3.075429, + 58.56037 + ], + [ + -3.084543, + 58.551947 + ], + [ + -3.110748, + 58.538642 + ], + [ + -3.118031, + 58.53205 + ], + [ + -3.129262, + 58.512641 + ], + [ + -3.129303, + 58.496405 + ], + [ + -3.118723, + 58.484442 + ], + [ + -3.097524, + 58.477484 + ], + [ + -3.085072, + 58.478258 + ], + [ + -3.073964, + 58.481676 + ], + [ + -3.064443, + 58.482978 + ], + [ + -3.05663, + 58.477484 + ], + [ + -3.053334, + 58.465766 + ], + [ + -3.057729, + 58.456855 + ], + [ + -3.066762, + 58.451158 + ], + [ + -3.077056, + 58.44953 + ], + [ + -3.086334, + 58.414211 + ], + [ + -3.129791, + 58.369289 + ], + [ + -3.182769, + 58.328437 + ], + [ + -3.22053, + 58.305569 + ], + [ + -3.262278, + 58.292629 + ], + [ + -3.349843, + 58.276109 + ], + [ + -3.384999, + 58.264594 + ], + [ + -3.4381, + 58.236029 + ], + [ + -3.447011, + 58.226752 + ], + [ + -3.454742, + 58.21015 + ], + [ + -3.473459, + 58.193427 + ], + [ + -3.515289, + 58.168402 + ], + [ + -3.735015, + 58.07217 + ], + [ + -3.809193, + 58.051907 + ], + [ + -3.827504, + 58.04206 + ], + [ + -3.836252, + 58.03144 + ], + [ + -3.846099, + 58.011176 + ], + [ + -3.851715, + 58.003892 + ], + [ + -3.860585, + 57.998928 + ], + [ + -3.88561, + 57.9914 + ], + [ + -3.917307, + 57.987454 + ], + [ + -3.981435, + 57.963568 + ], + [ + -3.990956, + 57.960395 + ], + [ + -3.99767, + 57.954413 + ], + [ + -4.001373, + 57.946112 + ], + [ + -4.001943, + 57.935614 + ], + [ + -4.0183, + 57.940619 + ], + [ + -4.023061, + 57.943061 + ], + [ + -4.016184, + 57.949286 + ], + [ + -4.030141, + 57.953192 + ], + [ + -4.055776, + 57.954983 + ], + [ + -4.084381, + 57.964179 + ], + [ + -4.089101, + 57.96015 + ], + [ + -4.086334, + 57.95189 + ], + [ + -4.077626, + 57.943061 + ], + [ + -4.062652, + 57.936957 + ], + [ + -4.031484, + 57.936184 + ], + [ + -4.016184, + 57.932196 + ], + [ + -4.009429, + 57.92768 + ], + [ + -3.988271, + 57.908271 + ], + [ + -4.008941, + 57.889594 + ], + [ + -4.013824, + 57.87934 + ], + [ + -4.009348, + 57.867906 + ], + [ + -4.025136, + 57.868069 + ], + [ + -4.05484, + 57.874335 + ], + [ + -4.070221, + 57.874172 + ], + [ + -4.079335, + 57.870266 + ], + [ + -4.096913, + 57.857367 + ], + [ + -4.10497, + 57.853705 + ], + [ + -4.132924, + 57.854153 + ], + [ + -4.190419, + 57.870063 + ], + [ + -4.21817, + 57.874172 + ], + [ + -4.298899, + 57.862779 + ], + [ + -4.320953, + 57.871039 + ], + [ + -4.353179, + 57.895209 + ], + [ + -4.372304, + 57.904486 + ], + [ + -4.392405, + 57.908271 + ], + [ + -4.339589, + 57.865709 + ], + [ + -4.307729, + 57.851467 + ], + [ + -4.269399, + 57.846869 + ], + [ + -4.229075, + 57.857245 + ], + [ + -4.208241, + 57.859198 + ], + [ + -4.190582, + 57.850287 + ], + [ + -4.173451, + 57.839016 + ], + [ + -4.149729, + 57.82982 + ], + [ + -4.133453, + 57.830146 + ], + [ + -4.139068, + 57.846869 + ], + [ + -4.075063, + 57.823188 + ], + [ + -4.039906, + 57.818183 + ], + [ + -3.98351, + 57.842353 + ], + [ + -3.951487, + 57.838324 + ], + [ + -3.933705, + 57.82567 + ], + [ + -3.947336, + 57.81269 + ], + [ + -3.914784, + 57.807685 + ], + [ + -3.877675, + 57.816718 + ], + [ + -3.841868, + 57.834906 + ], + [ + -3.813547, + 57.857123 + ], + [ + -3.798451, + 57.866523 + ], + [ + -3.786041, + 57.865424 + ], + [ + -3.779449, + 57.855658 + ], + [ + -3.782216, + 57.839423 + ], + [ + -3.790028, + 57.830715 + ], + [ + -3.926015, + 57.734809 + ], + [ + -3.948842, + 57.724921 + ], + [ + -3.975209, + 57.703274 + ], + [ + -3.988271, + 57.69599 + ], + [ + -4.008046, + 57.693793 + ], + [ + -4.023671, + 57.697821 + ], + [ + -4.028635, + 57.707709 + ], + [ + -4.016184, + 57.723334 + ], + [ + -4.042958, + 57.737291 + ], + [ + -4.077952, + 57.730292 + ], + [ + -4.155344, + 57.692572 + ], + [ + -4.168568, + 57.689439 + ], + [ + -4.194, + 57.688544 + ], + [ + -4.259267, + 57.678697 + ], + [ + -4.277821, + 57.680609 + ], + [ + -4.294789, + 57.680162 + ], + [ + -4.302154, + 57.668606 + ], + [ + -4.308827, + 57.654853 + ], + [ + -4.324045, + 57.648261 + ], + [ + -4.338206, + 57.645087 + ], + [ + -4.403188, + 57.609524 + ], + [ + -4.41218, + 57.602973 + ], + [ + -4.420318, + 57.592963 + ], + [ + -4.428456, + 57.577541 + ], + [ + -4.423451, + 57.576809 + ], + [ + -4.409901, + 57.582465 + ], + [ + -4.379872, + 57.589342 + ], + [ + -4.365102, + 57.597235 + ], + [ + -4.351064, + 57.607367 + ], + [ + -4.34081, + 57.617174 + ], + [ + -4.328725, + 57.626288 + ], + [ + -4.283111, + 57.641425 + ], + [ + -4.244537, + 57.663031 + ], + [ + -4.201894, + 57.674994 + ], + [ + -4.193756, + 57.675523 + ], + [ + -4.18224, + 57.672797 + ], + [ + -4.169016, + 57.663764 + ], + [ + -4.118723, + 57.657701 + ], + [ + -4.096791, + 57.658108 + ], + [ + -4.080719, + 57.664984 + ], + [ + -4.068105, + 57.672309 + ], + [ + -4.024648, + 57.687201 + ], + [ + -4.009348, + 57.688544 + ], + [ + -4.004506, + 57.675971 + ], + [ + -4.025258, + 57.655219 + ], + [ + -4.054189, + 57.635728 + ], + [ + -4.083404, + 57.623358 + ], + [ + -4.11856, + 57.592963 + ], + [ + -4.115468, + 57.587836 + ], + [ + -4.112294, + 57.584133 + ], + [ + -4.108876, + 57.581448 + ], + [ + -4.10497, + 57.579291 + ], + [ + -4.151357, + 57.57685 + ], + [ + -4.170644, + 57.570746 + ], + [ + -4.187489, + 57.558824 + ], + [ + -4.17809, + 57.549547 + ], + [ + -4.184926, + 57.548163 + ], + [ + -4.207997, + 57.552069 + ], + [ + -4.262603, + 57.552069 + ], + [ + -4.262603, + 57.544582 + ], + [ + -4.233957, + 57.545111 + ], + [ + -4.220286, + 57.543402 + ], + [ + -4.207997, + 57.538398 + ], + [ + -4.226308, + 57.515448 + ], + [ + -4.237457, + 57.505316 + ], + [ + -4.248931, + 57.497463 + ], + [ + -4.212799, + 57.492174 + ], + [ + -4.194814, + 57.491604 + ], + [ + -4.173899, + 57.497463 + ], + [ + -4.157623, + 57.50849 + ], + [ + -4.150054, + 57.515041 + ], + [ + -4.149322, + 57.51789 + ], + [ + -4.12678, + 57.518866 + ], + [ + -4.1162, + 57.521796 + ], + [ + -4.097524, + 57.536689 + ], + [ + -4.082997, + 57.54442 + ], + [ + -4.067291, + 57.549954 + ], + [ + -4.053131, + 57.552069 + ], + [ + -4.034983, + 57.556871 + ], + [ + -4.046457, + 57.567857 + ], + [ + -4.083852, + 57.586127 + ], + [ + -4.05602, + 57.58515 + ], + [ + -3.964345, + 57.592963 + ], + [ + -3.868276, + 57.587877 + ], + [ + -3.837473, + 57.592963 + ], + [ + -3.684804, + 57.654446 + ], + [ + -3.625152, + 57.661933 + ], + [ + -3.632558, + 57.650946 + ], + [ + -3.637685, + 57.646226 + ], + [ + -3.645619, + 57.641425 + ], + [ + -3.632476, + 57.635647 + ], + [ + -3.619618, + 57.636217 + ], + [ + -3.606068, + 57.639472 + ], + [ + -3.590972, + 57.641425 + ], + [ + -3.611562, + 57.668118 + ], + [ + -3.574778, + 57.661119 + ], + [ + -3.554921, + 57.659857 + ], + [ + -3.535756, + 57.661933 + ], + [ + -3.521474, + 57.667792 + ], + [ + -3.505442, + 57.678656 + ], + [ + -3.495961, + 57.691352 + ], + [ + -3.501698, + 57.702826 + ], + [ + -3.491851, + 57.713121 + ], + [ + -3.482818, + 57.714016 + ], + [ + -3.473053, + 57.711005 + ], + [ + -3.460683, + 57.709662 + ], + [ + -3.447865, + 57.71247 + ], + [ + -3.421254, + 57.721381 + ], + [ + -3.409169, + 57.723334 + ], + [ + -3.284739, + 57.720445 + ], + [ + -3.210072, + 57.693996 + ], + [ + -3.078684, + 57.66942 + ], + [ + -3.034901, + 57.668606 + ], + [ + -2.994496, + 57.675523 + ], + [ + -2.932688, + 57.699612 + ], + [ + -2.916086, + 57.702826 + ], + [ + -2.758046, + 57.702826 + ], + [ + -2.75121, + 57.700629 + ], + [ + -2.741119, + 57.690863 + ], + [ + -2.731068, + 57.688544 + ], + [ + -2.719879, + 57.690619 + ], + [ + -2.711537, + 57.693996 + ], + [ + -2.703521, + 57.694729 + ], + [ + -2.692942, + 57.688544 + ], + [ + -2.658925, + 57.697455 + ], + [ + -2.573394, + 57.681464 + ], + [ + -2.541982, + 57.682359 + ], + [ + -2.526112, + 57.668606 + ], + [ + -2.518137, + 57.670111 + ], + [ + -2.511057, + 57.677802 + ], + [ + -2.497955, + 57.682359 + ], + [ + -2.480051, + 57.68122 + ], + [ + -2.432851, + 57.668118 + ], + [ + -2.425526, + 57.675727 + ], + [ + -2.417795, + 57.674262 + ], + [ + -2.408762, + 57.669623 + ], + [ + -2.398061, + 57.668118 + ], + [ + -2.386586, + 57.671576 + ], + [ + -2.369496, + 57.680569 + ], + [ + -2.360504, + 57.682359 + ], + [ + -2.341054, + 57.675849 + ], + [ + -2.328969, + 57.674058 + ], + [ + -2.323598, + 57.678941 + ], + [ + -2.320546, + 57.684556 + ], + [ + -2.313385, + 57.689927 + ], + [ + -2.304067, + 57.693996 + ], + [ + -2.295644, + 57.69599 + ], + [ + -2.274322, + 57.693834 + ], + [ + -2.230133, + 57.679145 + ], + [ + -2.20995, + 57.675523 + ], + [ + -2.184071, + 57.678453 + ], + [ + -2.124338, + 57.702826 + ], + [ + -2.108144, + 57.704983 + ], + [ + -1.99767, + 57.702826 + ], + [ + -1.996938, + 57.699042 + ], + [ + -1.990834, + 57.690375 + ], + [ + -1.982167, + 57.681098 + ], + [ + -1.9735, + 57.675523 + ], + [ + -1.961293, + 57.674709 + ], + [ + -1.944732, + 57.682563 + ], + [ + -1.932485, + 57.682359 + ], + [ + -1.925689, + 57.678168 + ], + [ + -1.914215, + 57.66474 + ], + [ + -1.829457, + 57.613471 + ], + [ + -1.820465, + 57.59634 + ], + [ + -1.817006, + 57.578192 + ], + [ + -1.811391, + 57.560492 + ], + [ + -1.79601, + 57.544582 + ], + [ + -1.79601, + 57.538398 + ], + [ + -1.800038, + 57.525865 + ], + [ + -1.78954, + 57.514838 + ], + [ + -1.761138, + 57.497463 + ], + [ + -1.77538, + 57.496527 + ], + [ + -1.782135, + 57.489 + ], + [ + -1.781239, + 57.480414 + ], + [ + -1.771718, + 57.476264 + ], + [ + -1.759348, + 57.473578 + ], + [ + -1.76594, + 57.467434 + ], + [ + -1.789174, + 57.456448 + ], + [ + -1.830149, + 57.426174 + ], + [ + -1.847483, + 57.408149 + ], + [ + -1.849965, + 57.394355 + ], + [ + -1.954498, + 57.341132 + ], + [ + -1.980295, + 57.319281 + ], + [ + -2.044667, + 57.226508 + ], + [ + -2.068512, + 57.174628 + ], + [ + -2.074127, + 57.154202 + ], + [ + -2.071401, + 57.135565 + ], + [ + -2.052358, + 57.127427 + ], + [ + -2.049306, + 57.118842 + ], + [ + -2.065256, + 57.100531 + ], + [ + -2.065826, + 57.09984 + ], + [ + -2.156158, + 57.020697 + ], + [ + -2.18692, + 56.984687 + ], + [ + -2.200103, + 56.948717 + ], + [ + -2.197133, + 56.940253 + ], + [ + -2.191233, + 56.934149 + ], + [ + -2.186269, + 56.926744 + ], + [ + -2.186391, + 56.914537 + ], + [ + -2.191314, + 56.908922 + ], + [ + -2.209706, + 56.895819 + ], + [ + -2.213694, + 56.890692 + ], + [ + -2.219879, + 56.872626 + ], + [ + -2.234609, + 56.861396 + ], + [ + -2.268951, + 56.84634 + ], + [ + -2.295806, + 56.825263 + ], + [ + -2.319814, + 56.801581 + ], + [ + -2.33609, + 56.790839 + ], + [ + -2.391835, + 56.771186 + ], + [ + -2.408681, + 56.762926 + ], + [ + -2.426422, + 56.751288 + ], + [ + -2.435943, + 56.740383 + ], + [ + -2.440745, + 56.734849 + ], + [ + -2.45165, + 56.690985 + ], + [ + -2.463735, + 56.678778 + ], + [ + -2.477406, + 56.668687 + ], + [ + -2.487457, + 56.653876 + ], + [ + -2.487538, + 56.646064 + ], + [ + -2.481272, + 56.632392 + ], + [ + -2.480621, + 56.626532 + ], + [ + -2.486195, + 56.619574 + ], + [ + -2.504058, + 56.608832 + ], + [ + -2.514556, + 56.591498 + ], + [ + -2.530019, + 56.580756 + ], + [ + -2.623769, + 56.543402 + ], + [ + -2.64094, + 56.522366 + ], + [ + -2.661366, + 56.514228 + ], + [ + -2.699778, + 56.503648 + ], + [ + -2.70873, + 56.495998 + ], + [ + -2.727651, + 56.46955 + ], + [ + -2.737294, + 56.467027 + ], + [ + -2.744374, + 56.46955 + ], + [ + -2.752309, + 56.473619 + ], + [ + -2.764801, + 56.475735 + ], + [ + -2.819325, + 56.4713 + ], + [ + -3.055653, + 56.452135 + ], + [ + -3.060618, + 56.451728 + ], + [ + -3.099273, + 56.441881 + ], + [ + -3.133901, + 56.426947 + ], + [ + -3.238189, + 56.367743 + ], + [ + -3.280181, + 56.357896 + ], + [ + -3.323476, + 56.365912 + ], + [ + -3.311513, + 56.356513 + ], + [ + -3.294016, + 56.352769 + ], + [ + -3.251536, + 56.352851 + ], + [ + -3.230621, + 56.356024 + ], + [ + -3.188385, + 56.370185 + ], + [ + -3.149566, + 56.375556 + ], + [ + -2.950266, + 56.431871 + ], + [ + -2.939931, + 56.438544 + ], + [ + -2.930653, + 56.448065 + ], + [ + -2.909088, + 56.455715 + ], + [ + -2.884999, + 56.457994 + ], + [ + -2.867909, + 56.45185 + ], + [ + -2.850087, + 56.442043 + ], + [ + -2.814768, + 56.440416 + ], + [ + -2.802805, + 56.427965 + ], + [ + -2.800893, + 56.408922 + ], + [ + -2.808258, + 56.391059 + ], + [ + -2.821604, + 56.376166 + ], + [ + -2.837554, + 56.365912 + ], + [ + -2.812978, + 56.365912 + ], + [ + -2.809193, + 56.36286 + ], + [ + -2.804758, + 56.349107 + ], + [ + -2.802805, + 56.345404 + ], + [ + -2.791493, + 56.342475 + ], + [ + -2.782623, + 56.34162 + ], + [ + -2.775258, + 56.339423 + ], + [ + -2.768625, + 56.332343 + ], + [ + -2.677154, + 56.328437 + ], + [ + -2.655263, + 56.32217 + ], + [ + -2.621205, + 56.304429 + ], + [ + -2.613189, + 56.301907 + ], + [ + -2.576812, + 56.283922 + ], + [ + -2.576812, + 56.277777 + ], + [ + -2.630116, + 56.248521 + ], + [ + -2.648346, + 56.228705 + ], + [ + -2.672027, + 56.222398 + ], + [ + -2.720204, + 56.216295 + ], + [ + -2.783599, + 56.191962 + ], + [ + -2.806142, + 56.188381 + ], + [ + -2.830719, + 56.190741 + ], + [ + -2.892079, + 56.208889 + ], + [ + -2.940053, + 56.209418 + ], + [ + -2.964345, + 56.205634 + ], + [ + -2.97468, + 56.19831 + ], + [ + -2.982411, + 56.189114 + ], + [ + -3.035553, + 56.167914 + ], + [ + -3.091054, + 56.13227 + ], + [ + -3.107533, + 56.126899 + ], + [ + -3.127553, + 56.12287 + ], + [ + -3.138295, + 56.112209 + ], + [ + -3.152252, + 56.078518 + ], + [ + -3.163564, + 56.06387 + ], + [ + -3.178375, + 56.058092 + ], + [ + -3.248443, + 56.055976 + ], + [ + -3.268381, + 56.05093 + ], + [ + -3.303049, + 56.037543 + ], + [ + -3.342681, + 56.027167 + ], + [ + -3.381825, + 56.023383 + ], + [ + -3.420969, + 56.024888 + ], + [ + -3.58259, + 56.051744 + ], + [ + -3.671498, + 56.050849 + ], + [ + -3.710032, + 56.058092 + ], + [ + -3.745432, + 56.072211 + ], + [ + -3.74649, + 56.072781 + ], + [ + -3.782216, + 56.09219 + ], + [ + -3.803131, + 56.107123 + ], + [ + -3.817006, + 56.11225 + ], + [ + -3.837473, + 56.112616 + ], + [ + -3.837473, + 56.106431 + ], + [ + -3.777699, + 56.082831 + ], + [ + -3.769154, + 56.075141 + ], + [ + -3.760854, + 56.072455 + ], + [ + -3.72643, + 56.038031 + ], + [ + -3.721425, + 56.030707 + ], + [ + -3.712636, + 56.028998 + ], + [ + -3.693471, + 56.031155 + ], + [ + -3.686635, + 56.030707 + ], + [ + -3.679555, + 56.025458 + ], + [ + -3.674794, + 56.018704 + ], + [ + -3.668284, + 56.012763 + ], + [ + -3.656239, + 56.010199 + ], + [ + -3.599721, + 56.017239 + ], + [ + -3.577382, + 56.017035 + ], + [ + -3.405426, + 55.989732 + ], + [ + -3.358266, + 55.989732 + ], + [ + -3.340891, + 55.994452 + ], + [ + -3.331044, + 55.994086 + ], + [ + -3.320424, + 55.986029 + ], + [ + -3.303456, + 55.977607 + ], + [ + -3.121816, + 55.969306 + ], + [ + -3.114735, + 55.966132 + ], + [ + -3.096832, + 55.951972 + ], + [ + -3.090728, + 55.948188 + ], + [ + -3.078236, + 55.946845 + ], + [ + -3.015696, + 55.950507 + ], + [ + -2.939931, + 55.969306 + ], + [ + -2.916656, + 55.980618 + ], + [ + -2.900054, + 55.996161 + ], + [ + -2.882883, + 56.00849 + ], + [ + -2.857981, + 56.010199 + ], + [ + -2.863637, + 56.022284 + ], + [ + -2.866322, + 56.02676 + ], + [ + -2.870961, + 56.030707 + ], + [ + -2.852773, + 56.039781 + ], + [ + -2.82315, + 56.05976 + ], + [ + -2.802805, + 56.064846 + ], + [ + -2.635121, + 56.058051 + ], + [ + -2.615956, + 56.053168 + ], + [ + -2.587554, + 56.030951 + ], + [ + -2.569407, + 56.024482 + ], + [ + -2.578359, + 56.008002 + ], + [ + -2.583648, + 56.002753 + ], + [ + -2.569569, + 55.999945 + ], + [ + -2.544057, + 56.002672 + ], + [ + -2.528961, + 55.996568 + ], + [ + -2.52481, + 56.000556 + ], + [ + -2.514556, + 56.005764 + ], + [ + -2.507924, + 56.010199 + ], + [ + -2.493276, + 56.001532 + ], + [ + -2.452504, + 55.985256 + ], + [ + -2.414377, + 55.978339 + ], + [ + -2.350942, + 55.948188 + ], + [ + -2.307769, + 55.935004 + ], + [ + -2.14684, + 55.917304 + ], + [ + -2.13801, + 55.914618 + ], + [ + -2.132558, + 55.90644 + ], + [ + -2.131093, + 55.897203 + ], + [ + -2.128774, + 55.889797 + ], + [ + -2.120961, + 55.886705 + ], + [ + -2.099477, + 55.881781 + ], + [ + -2.08019, + 55.869371 + ], + [ + -2.022857, + 55.805487 + ], + [ + -2.009674, + 55.790839 + ], + [ + -1.877838, + 55.694892 + ], + [ + -1.863189, + 55.671617 + ], + [ + -1.853098, + 55.659329 + ], + [ + -1.831532, + 55.650702 + ], + [ + -1.82608, + 55.643622 + ], + [ + -1.821685, + 55.63642 + ], + [ + -1.816477, + 55.63288 + ], + [ + -1.807118, + 55.634508 + ], + [ + -1.800771, + 55.639228 + ], + [ + -1.796295, + 55.644232 + ], + [ + -1.792592, + 55.646552 + ], + [ + -1.781402, + 55.645657 + ], + [ + -1.768625, + 55.641913 + ], + [ + -1.7565, + 55.633612 + ], + [ + -1.74767, + 55.619208 + ], + [ + -1.767974, + 55.619208 + ], + [ + -1.767974, + 55.612982 + ], + [ + -1.755971, + 55.608873 + ], + [ + -1.720855, + 55.614569 + ], + [ + -1.699127, + 55.612982 + ], + [ + -1.630849, + 55.58511 + ], + [ + -1.630849, + 55.578274 + ], + [ + -1.636342, + 55.571682 + ], + [ + -1.634674, + 55.564399 + ], + [ + -1.627675, + 55.557115 + ], + [ + -1.617177, + 55.550279 + ], + [ + -1.630849, + 55.544135 + ], + [ + -1.630849, + 55.537299 + ], + [ + -1.622222, + 55.534084 + ], + [ + -1.602935, + 55.523627 + ], + [ + -1.602935, + 55.516791 + ], + [ + -1.611318, + 55.508043 + ], + [ + -1.606353, + 55.503241 + ], + [ + -1.596344, + 55.499905 + ], + [ + -1.589345, + 55.495673 + ], + [ + -1.58495, + 55.48371 + ], + [ + -1.58137, + 55.416653 + ], + [ + -1.583119, + 55.406928 + ], + [ + -1.588287, + 55.39057 + ], + [ + -1.589101, + 55.385199 + ], + [ + -1.589345, + 55.376532 + ], + [ + -1.583323, + 55.354722 + ], + [ + -1.558583, + 55.328925 + ], + [ + -1.555816, + 55.311347 + ], + [ + -1.557037, + 55.306627 + ], + [ + -1.55899, + 55.302069 + ], + [ + -1.56192, + 55.297797 + ], + [ + -1.565745, + 55.293647 + ], + [ + -1.570058, + 55.2862 + ], + [ + -1.568227, + 55.279608 + ], + [ + -1.56428, + 55.273261 + ], + [ + -1.562082, + 55.266669 + ], + [ + -1.556467, + 55.255032 + ], + [ + -1.543935, + 55.243883 + ], + [ + -1.520985, + 55.229397 + ], + [ + -1.529164, + 55.216254 + ], + [ + -1.524078, + 55.21011 + ], + [ + -1.514272, + 55.204779 + ], + [ + -1.507965, + 55.194648 + ], + [ + -1.510813, + 55.18476 + ], + [ + -1.517568, + 55.176215 + ], + [ + -1.522125, + 55.167467 + ], + [ + -1.517934, + 55.157131 + ], + [ + -1.500722, + 55.141791 + ], + [ + -1.495961, + 55.134589 + ], + [ + -1.492543, + 55.112982 + ], + [ + -1.483754, + 55.091702 + ], + [ + -1.480092, + 55.085395 + ], + [ + -1.476226, + 55.083645 + ], + [ + -1.463287, + 55.080308 + ], + [ + -1.459584, + 55.078599 + ], + [ + -1.458079, + 55.075751 + ], + [ + -1.454701, + 55.067572 + ], + [ + -1.438303, + 55.042304 + ], + [ + -1.429189, + 55.033271 + ], + [ + -1.424062, + 55.024359 + ], + [ + -1.419504, + 55.011705 + ], + [ + -1.412913, + 55.000312 + ], + [ + -1.401519, + 54.995429 + ], + [ + -1.398183, + 54.992621 + ], + [ + -1.370229, + 54.975531 + ], + [ + -1.36266, + 54.964789 + ], + [ + -1.361724, + 54.958686 + ], + [ + -1.363515, + 54.95425 + ], + [ + -1.364003, + 54.948188 + ], + [ + -1.362864, + 54.92593 + ], + [ + -1.360341, + 54.91706 + ], + [ + -1.353139, + 54.91352 + ], + [ + -1.355824, + 54.904283 + ], + [ + -1.296783, + 54.779934 + ], + [ + -1.275461, + 54.74844 + ], + [ + -1.240468, + 54.721666 + ], + [ + -1.225087, + 54.715033 + ], + [ + -1.172231, + 54.701239 + ], + [ + -1.172231, + 54.693793 + ], + [ + -1.192616, + 54.693793 + ], + [ + -1.192454, + 54.689276 + ], + [ + -1.190785, + 54.686184 + ], + [ + -1.18517, + 54.68008 + ], + [ + -1.182729, + 54.672065 + ], + [ + -1.178822, + 54.66474 + ], + [ + -1.172922, + 54.658352 + ], + [ + -1.164703, + 54.652777 + ], + [ + -1.172922, + 54.644192 + ], + [ + -1.182485, + 54.639228 + ], + [ + -1.206288, + 54.632961 + ], + [ + -1.203725, + 54.625718 + ], + [ + -1.198842, + 54.621568 + ], + [ + -1.191803, + 54.619778 + ], + [ + -1.182118, + 54.619289 + ], + [ + -1.179351, + 54.620917 + ], + [ + -1.178456, + 54.624213 + ], + [ + -1.176991, + 54.626776 + ], + [ + -1.172231, + 54.626125 + ], + [ + -1.169586, + 54.623603 + ], + [ + -1.165435, + 54.61872 + ], + [ + -1.162953, + 54.613959 + ], + [ + -1.164703, + 54.611802 + ], + [ + -1.152659, + 54.613186 + ], + [ + -1.146718, + 54.618476 + ], + [ + -1.138051, + 54.646552 + ], + [ + -1.120595, + 54.633002 + ], + [ + -1.103627, + 54.624661 + ], + [ + -1.084218, + 54.620429 + ], + [ + -1.042063, + 54.617092 + ], + [ + -0.993479, + 54.598131 + ], + [ + -0.787913, + 54.560777 + ], + [ + -0.562978, + 54.477362 + ], + [ + -0.534657, + 54.461005 + ], + [ + -0.522857, + 54.447089 + ], + [ + -0.521799, + 54.438056 + ], + [ + -0.52359, + 54.430243 + ], + [ + -0.520416, + 54.420071 + ], + [ + -0.509999, + 54.411566 + ], + [ + -0.476796, + 54.397203 + ], + [ + -0.462758, + 54.388983 + ], + [ + -0.447743, + 54.373196 + ], + [ + -0.430572, + 54.349311 + ], + [ + -0.418446, + 54.324042 + ], + [ + -0.41804, + 54.303941 + ], + [ + -0.41454, + 54.297309 + ], + [ + -0.409006, + 54.290758 + ], + [ + -0.401194, + 54.285631 + ], + [ + -0.390736, + 54.283515 + ], + [ + -0.394887, + 54.273139 + ], + [ + -0.397572, + 54.269192 + ], + [ + -0.389272, + 54.264065 + ], + [ + -0.370473, + 54.247707 + ], + [ + -0.362782, + 54.242499 + ], + [ + -0.322011, + 54.23607 + ], + [ + -0.31192, + 54.231635 + ], + [ + -0.30012, + 54.224677 + ], + [ + -0.277089, + 54.21776 + ], + [ + -0.269602, + 54.207668 + ], + [ + -0.262563, + 54.181098 + ], + [ + -0.260365, + 54.176988 + ], + [ + -0.233876, + 54.160468 + ], + [ + -0.11144, + 54.131578 + ], + [ + -0.07551, + 54.112128 + ], + [ + -0.16393, + 54.083401 + ], + [ + -0.194692, + 54.062323 + ], + [ + -0.219472, + 54.022773 + ], + [ + -0.197418, + 53.994818 + ], + [ + -0.168691, + 53.929348 + ], + [ + -0.151112, + 53.899319 + ], + [ + -0.045155, + 53.801215 + ], + [ + 0.133474, + 53.642646 + ], + [ + 0.149262, + 53.609605 + ], + [ + 0.136892, + 53.577135 + ], + [ + 0.131196, + 53.573432 + ], + [ + 0.10963, + 53.562893 + ], + [ + 0.131358, + 53.593695 + ], + [ + 0.135997, + 53.610663 + ], + [ + 0.120209, + 53.618109 + ], + [ + 0.099457, + 53.622301 + ], + [ + 0.056163, + 53.641262 + ], + [ + 0.034516, + 53.646064 + ], + [ + 0.014822, + 53.643256 + ], + [ + -0.023915, + 53.628852 + ], + [ + -0.045033, + 53.625556 + ], + [ + -0.069407, + 53.626939 + ], + [ + -0.092275, + 53.631049 + ], + [ + -0.11262, + 53.637519 + ], + [ + -0.130035, + 53.646064 + ], + [ + -0.225331, + 53.719916 + ], + [ + -0.260365, + 53.735419 + ], + [ + -0.295644, + 53.738796 + ], + [ + -0.305165, + 53.739691 + ], + [ + -0.431142, + 53.714301 + ], + [ + -0.449696, + 53.714301 + ], + [ + -0.510487, + 53.714301 + ], + [ + -0.544423, + 53.709459 + ], + [ + -0.551503, + 53.711168 + ], + [ + -0.576243, + 53.725653 + ], + [ + -0.579172, + 53.727973 + ], + [ + -0.637034, + 53.732001 + ], + [ + -0.658355, + 53.727973 + ], + [ + -0.726471, + 53.700629 + ], + [ + -0.717356, + 53.698676 + ], + [ + -0.708567, + 53.695746 + ], + [ + -0.700185, + 53.69184 + ], + [ + -0.692454, + 53.686998 + ], + [ + -0.67748, + 53.702826 + ], + [ + -0.64981, + 53.710598 + ], + [ + -0.619537, + 53.711859 + ], + [ + -0.596181, + 53.708075 + ], + [ + -0.555491, + 53.690497 + ], + [ + -0.544749, + 53.68358 + ], + [ + -0.529937, + 53.67768 + ], + [ + -0.514027, + 53.681301 + ], + [ + -0.486318, + 53.694485 + ], + [ + -0.30724, + 53.71426 + ], + [ + -0.279368, + 53.707099 + ], + [ + -0.260365, + 53.686998 + ], + [ + -0.188629, + 53.620429 + ], + [ + -0.144032, + 53.606635 + ], + [ + -0.113189, + 53.584621 + ], + [ + -0.095937, + 53.577135 + ], + [ + -0.060943, + 53.573961 + ], + [ + -0.04662, + 53.57038 + ], + [ + 0.000092, + 53.535346 + ], + [ + 0.095958, + 53.488349 + ], + [ + 0.115082, + 53.483222 + ], + [ + 0.134044, + 53.480618 + ], + [ + 0.151866, + 53.475816 + ], + [ + 0.167817, + 53.464504 + ], + [ + 0.170909, + 53.457017 + ], + [ + 0.173106, + 53.446763 + ], + [ + 0.175792, + 53.43769 + ], + [ + 0.181488, + 53.433743 + ], + [ + 0.190603, + 53.431871 + ], + [ + 0.219493, + 53.419501 + ], + [ + 0.211925, + 53.412665 + ], + [ + 0.22934, + 53.404771 + ], + [ + 0.244884, + 53.390937 + ], + [ + 0.256114, + 53.375067 + ], + [ + 0.260427, + 53.361477 + ], + [ + 0.342133, + 53.226304 + ], + [ + 0.356212, + 53.188544 + ], + [ + 0.356619, + 53.145738 + ], + [ + 0.335785, + 53.093451 + ], + [ + 0.329845, + 53.086493 + ], + [ + 0.318696, + 53.083686 + ], + [ + 0.298839, + 53.081204 + ], + [ + 0.282481, + 53.074856 + ], + [ + 0.193044, + 53.020087 + ], + [ + 0.17449, + 53.015448 + ], + [ + 0.160818, + 53.008979 + ], + [ + 0.082123, + 52.938666 + ], + [ + 0.061168, + 52.924994 + ], + [ + 0.037608, + 52.919176 + ], + [ + 0.022146, + 52.912584 + ], + [ + 0.008556, + 52.898627 + ], + [ + 0.010265, + 52.886461 + ], + [ + 0.04066, + 52.885077 + ], + [ + 0.09254, + 52.892524 + ], + [ + 0.105642, + 52.88935 + ], + [ + 0.133474, + 52.87519 + ], + [ + 0.147146, + 52.872016 + ], + [ + 0.170909, + 52.862128 + ], + [ + 0.222423, + 52.813666 + ], + [ + 0.246755, + 52.795722 + ], + [ + 0.264496, + 52.803697 + ], + [ + 0.285655, + 52.805569 + ], + [ + 0.325531, + 52.803168 + ], + [ + 0.341807, + 52.797431 + ], + [ + 0.369884, + 52.773017 + ], + [ + 0.384532, + 52.768378 + ], + [ + 0.384532, + 52.775214 + ], + [ + 0.379242, + 52.790839 + ], + [ + 0.399425, + 52.809516 + ], + [ + 0.425548, + 52.827379 + ], + [ + 0.43865, + 52.840725 + ], + [ + 0.444021, + 52.865058 + ], + [ + 0.456716, + 52.891995 + ], + [ + 0.472341, + 52.916449 + ], + [ + 0.485688, + 52.933498 + ], + [ + 0.520274, + 52.955268 + ], + [ + 0.569591, + 52.969306 + ], + [ + 0.623383, + 52.975653 + ], + [ + 0.671886, + 52.974433 + ], + [ + 0.664399, + 52.981879 + ], + [ + 0.684744, + 52.986396 + ], + [ + 0.706798, + 52.983222 + ], + [ + 0.729177, + 52.977484 + ], + [ + 0.750499, + 52.974433 + ], + [ + 0.835704, + 52.974433 + ], + [ + 0.875499, + 52.968166 + ], + [ + 0.921072, + 52.954657 + ], + [ + 0.968435, + 52.947496 + ], + [ + 1.013927, + 52.96015 + ], + [ + 1.003429, + 52.964748 + ], + [ + 0.991547, + 52.967475 + ], + [ + 0.979015, + 52.968411 + ], + [ + 0.966075, + 52.967597 + ], + [ + 0.966075, + 52.974433 + ], + [ + 1.274669, + 52.929185 + ], + [ + 1.396007, + 52.891425 + ], + [ + 1.644216, + 52.775824 + ], + [ + 1.67335, + 52.755683 + ], + [ + 1.697032, + 52.731024 + ], + [ + 1.715831, + 52.683743 + ], + [ + 1.734141, + 52.654608 + ], + [ + 1.747244, + 52.62519 + ], + [ + 1.740733, + 52.603909 + ], + [ + 1.746837, + 52.588528 + ], + [ + 1.748709, + 52.568793 + ], + [ + 1.747569, + 52.532782 + ], + [ + 1.771169, + 52.485907 + ], + [ + 1.7671, + 52.476955 + ], + [ + 1.754405, + 52.467353 + ], + [ + 1.729259, + 52.415595 + ], + [ + 1.730154, + 52.405911 + ], + [ + 1.727875, + 52.396308 + ], + [ + 1.683604, + 52.32453 + ], + [ + 1.651866, + 52.28913 + ], + [ + 1.641124, + 52.281806 + ], + [ + 1.630544, + 52.270453 + ], + [ + 1.628266, + 52.244818 + ], + [ + 1.63087, + 52.199774 + ], + [ + 1.625499, + 52.180365 + ], + [ + 1.607432, + 52.145941 + ], + [ + 1.603526, + 52.127834 + ], + [ + 1.589203, + 52.100816 + ], + [ + 1.587576, + 52.086982 + ], + [ + 1.582286, + 52.081488 + ], + [ + 1.503673, + 52.060981 + ], + [ + 1.486827, + 52.049018 + ], + [ + 1.472016, + 52.05622 + ], + [ + 1.466807, + 52.048 + ], + [ + 1.463878, + 52.035142 + ], + [ + 1.455821, + 52.02851 + ], + [ + 1.448985, + 52.02497 + ], + [ + 1.424815, + 52.001858 + ], + [ + 1.354828, + 51.954047 + ], + [ + 1.343516, + 51.942857 + ], + [ + 1.332286, + 51.94009 + ], + [ + 1.264415, + 51.994371 + ], + [ + 1.234874, + 52.000312 + ], + [ + 1.185232, + 52.025092 + ], + [ + 1.157888, + 52.02851 + ], + [ + 1.157888, + 52.021674 + ], + [ + 1.193533, + 52.0008 + ], + [ + 1.214366, + 51.991441 + ], + [ + 1.260265, + 51.984809 + ], + [ + 1.270763, + 51.981513 + ], + [ + 1.275157, + 51.976996 + ], + [ + 1.274425, + 51.960883 + ], + [ + 1.271007, + 51.956448 + ], + [ + 1.250743, + 51.959621 + ], + [ + 1.238943, + 51.958645 + ], + [ + 1.217621, + 51.954332 + ], + [ + 1.20574, + 51.953437 + ], + [ + 1.193207, + 51.955512 + ], + [ + 1.165294, + 51.967027 + ], + [ + 1.143077, + 51.966051 + ], + [ + 1.094493, + 51.955959 + ], + [ + 1.069102, + 51.953437 + ], + [ + 1.09547, + 51.945746 + ], + [ + 1.262055, + 51.939154 + ], + [ + 1.281993, + 51.946601 + ], + [ + 1.278494, + 51.927924 + ], + [ + 1.199555, + 51.877672 + ], + [ + 1.21225, + 51.871649 + ], + [ + 1.227875, + 51.867377 + ], + [ + 1.264415, + 51.864 + ], + [ + 1.27475, + 51.870307 + ], + [ + 1.282237, + 51.880561 + ], + [ + 1.286632, + 51.881659 + ], + [ + 1.288259, + 51.860582 + ], + [ + 1.276378, + 51.844794 + ], + [ + 1.219249, + 51.811835 + ], + [ + 1.167817, + 51.790229 + ], + [ + 1.135427, + 51.781724 + ], + [ + 1.06544, + 51.775295 + ], + [ + 1.046641, + 51.777045 + ], + [ + 1.037283, + 51.782172 + ], + [ + 1.021332, + 51.802558 + ], + [ + 0.98878, + 51.830268 + ], + [ + 0.979828, + 51.843573 + ], + [ + 0.977061, + 51.824612 + ], + [ + 0.962087, + 51.813788 + ], + [ + 0.925141, + 51.802558 + ], + [ + 0.894298, + 51.784613 + ], + [ + 0.886974, + 51.782131 + ], + [ + 0.886404, + 51.776679 + ], + [ + 0.883474, + 51.764716 + ], + [ + 0.878917, + 51.752753 + ], + [ + 0.873709, + 51.747301 + ], + [ + 0.86199, + 51.745551 + ], + [ + 0.845958, + 51.736762 + ], + [ + 0.835704, + 51.73371 + ], + [ + 0.823497, + 51.733832 + ], + [ + 0.801443, + 51.739691 + ], + [ + 0.791759, + 51.741156 + ], + [ + 0.7671, + 51.739447 + ], + [ + 0.720876, + 51.728176 + ], + [ + 0.698578, + 51.720038 + ], + [ + 0.714203, + 51.715277 + ], + [ + 0.732432, + 51.713772 + ], + [ + 0.749278, + 51.708482 + ], + [ + 0.760753, + 51.692694 + ], + [ + 0.789073, + 51.71015 + ], + [ + 0.853038, + 51.718899 + ], + [ + 0.883556, + 51.726874 + ], + [ + 0.912364, + 51.741523 + ], + [ + 0.930024, + 51.743598 + ], + [ + 0.945567, + 51.73371 + ], + [ + 0.947439, + 51.725246 + ], + [ + 0.944591, + 51.715481 + ], + [ + 0.94044, + 51.707994 + ], + [ + 0.938162, + 51.706366 + ], + [ + 0.940196, + 51.698432 + ], + [ + 0.944021, + 51.690579 + ], + [ + 0.951834, + 51.678412 + ], + [ + 0.941742, + 51.673041 + ], + [ + 0.937999, + 51.664496 + ], + [ + 0.938162, + 51.641262 + ], + [ + 0.934744, + 51.635891 + ], + [ + 0.926768, + 51.630927 + ], + [ + 0.911469, + 51.623847 + ], + [ + 0.938487, + 51.624986 + ], + [ + 0.94809, + 51.621527 + ], + [ + 0.951834, + 51.617011 + ], + [ + 0.92449, + 51.588324 + ], + [ + 0.873302, + 51.559475 + ], + [ + 0.828298, + 51.541856 + ], + [ + 0.816254, + 51.537177 + ], + [ + 0.771251, + 51.528266 + ], + [ + 0.692068, + 51.536322 + ], + [ + 0.664399, + 51.535061 + ], + [ + 0.663748, + 51.535549 + ], + [ + 0.650564, + 51.535793 + ], + [ + 0.646658, + 51.535346 + ], + [ + 0.644054, + 51.535061 + ], + [ + 0.642751, + 51.533515 + ], + [ + 0.623383, + 51.52204 + ], + [ + 0.608653, + 51.518988 + ], + [ + 0.595225, + 51.518622 + ], + [ + 0.582286, + 51.516547 + ], + [ + 0.568858, + 51.508368 + ], + [ + 0.552745, + 51.517971 + ], + [ + 0.547211, + 51.517727 + ], + [ + 0.525401, + 51.516913 + ], + [ + 0.456065, + 51.505561 + ], + [ + 0.450857, + 51.498277 + ], + [ + 0.448009, + 51.488227 + ], + [ + 0.441661, + 51.477037 + ], + [ + 0.428477, + 51.467108 + ], + [ + 0.414073, + 51.4619 + ], + [ + 0.399181, + 51.458401 + ], + [ + 0.384532, + 51.453111 + ], + [ + 0.448416, + 51.459947 + ], + [ + 0.456798, + 51.463121 + ], + [ + 0.461436, + 51.47016 + ], + [ + 0.464854, + 51.47724 + ], + [ + 0.469574, + 51.480414 + ], + [ + 0.534841, + 51.491685 + ], + [ + 0.694835, + 51.477037 + ], + [ + 0.709483, + 51.470526 + ], + [ + 0.721934, + 51.456285 + ], + [ + 0.723155, + 51.446723 + ], + [ + 0.713145, + 51.44123 + ], + [ + 0.692393, + 51.439521 + ], + [ + 0.656505, + 51.444525 + ], + [ + 0.640961, + 51.444159 + ], + [ + 0.609386, + 51.425116 + ], + [ + 0.572765, + 51.419582 + ], + [ + 0.554535, + 51.412177 + ], + [ + 0.562266, + 51.406562 + ], + [ + 0.569102, + 51.399604 + ], + [ + 0.576508, + 51.393622 + ], + [ + 0.585948, + 51.391059 + ], + [ + 0.671886, + 51.391059 + ], + [ + 0.712901, + 51.384223 + ], + [ + 0.704926, + 51.395982 + ], + [ + 0.700369, + 51.409817 + ], + [ + 0.705333, + 51.419501 + ], + [ + 0.72641, + 51.419013 + ], + [ + 0.728363, + 51.406236 + ], + [ + 0.739268, + 51.387926 + ], + [ + 0.753429, + 51.371527 + ], + [ + 0.764415, + 51.364407 + ], + [ + 0.977224, + 51.349189 + ], + [ + 1.100922, + 51.373236 + ], + [ + 1.423839, + 51.392076 + ], + [ + 1.448253, + 51.38288 + ], + [ + 1.439138, + 51.350084 + ], + [ + 1.435557, + 51.343736 + ], + [ + 1.430837, + 51.337795 + ], + [ + 1.425141, + 51.332953 + ], + [ + 1.41863, + 51.329657 + ], + [ + 1.382986, + 51.329779 + ], + [ + 1.377615, + 51.326239 + ], + [ + 1.380626, + 51.304755 + ], + [ + 1.387869, + 51.287909 + ], + [ + 1.404307, + 51.261379 + ], + [ + 1.413097, + 51.221747 + ], + [ + 1.404796, + 51.183539 + ], + [ + 1.384451, + 51.151679 + ], + [ + 1.357188, + 51.131008 + ], + [ + 1.290375, + 51.116523 + ], + [ + 1.26295, + 51.103258 + ], + [ + 1.251638, + 51.102525 + ], + [ + 1.229991, + 51.103705 + ], + [ + 1.21811, + 51.100979 + ], + [ + 1.208263, + 51.094672 + ], + [ + 1.199718, + 51.087592 + ], + [ + 1.192068, + 51.082587 + ], + [ + 1.172211, + 51.077379 + ], + [ + 1.1067, + 51.076361 + ], + [ + 1.087169, + 51.072984 + ], + [ + 1.066905, + 51.064399 + ], + [ + 1.027599, + 51.041653 + ], + [ + 0.97641, + 50.994452 + ], + [ + 0.966482, + 50.982733 + ], + [ + 0.969086, + 50.956855 + ], + [ + 0.979828, + 50.918158 + ], + [ + 0.94516, + 50.909369 + ], + [ + 0.869802, + 50.925116 + ], + [ + 0.802257, + 50.939195 + ], + [ + 0.762462, + 50.930894 + ], + [ + 0.664399, + 50.870307 + ], + [ + 0.624197, + 50.85871 + ], + [ + 0.407481, + 50.829332 + ], + [ + 0.370291, + 50.818793 + ], + [ + 0.365245, + 50.818996 + ], + [ + 0.354259, + 50.809638 + ], + [ + 0.344412, + 50.799058 + ], + [ + 0.342296, + 50.795152 + ], + [ + 0.308116, + 50.780951 + ], + [ + 0.271007, + 50.747382 + ], + [ + 0.233897, + 50.747016 + ], + [ + 0.214122, + 50.748928 + ], + [ + 0.168305, + 50.759833 + ], + [ + 0.1574, + 50.761054 + ], + [ + 0.122081, + 50.76081 + ], + [ + 0.113048, + 50.764146 + ], + [ + 0.095551, + 50.775051 + ], + [ + 0.077037, + 50.778998 + ], + [ + 0.034516, + 50.780951 + ], + [ + 0.017548, + 50.784857 + ], + [ + -0.173166, + 50.829006 + ], + [ + -0.206125, + 50.831041 + ], + [ + -0.208892, + 50.830105 + ], + [ + -0.233144, + 50.821926 + ], + [ + -0.269683, + 50.831285 + ], + [ + -0.397572, + 50.802069 + ], + [ + -0.568959, + 50.802069 + ], + [ + -0.732737, + 50.767279 + ], + [ + -0.741567, + 50.769232 + ], + [ + -0.749867, + 50.773871 + ], + [ + -0.758209, + 50.777086 + ], + [ + -0.767568, + 50.774726 + ], + [ + -0.773101, + 50.766018 + ], + [ + -0.766265, + 50.747138 + ], + [ + -0.770985, + 50.736884 + ], + [ + -0.789947, + 50.730048 + ], + [ + -0.812815, + 50.734768 + ], + [ + -0.904124, + 50.771877 + ], + [ + -0.911488, + 50.777818 + ], + [ + -0.905873, + 50.788031 + ], + [ + -0.892486, + 50.794623 + ], + [ + -0.863637, + 50.802069 + ], + [ + -0.863637, + 50.808254 + ], + [ + -0.873606, + 50.812934 + ], + [ + -0.893137, + 50.825344 + ], + [ + -0.904693, + 50.829332 + ], + [ + -0.909535, + 50.825995 + ], + [ + -0.921702, + 50.821601 + ], + [ + -0.928944, + 50.822821 + ], + [ + -0.919016, + 50.836168 + ], + [ + -0.929799, + 50.839993 + ], + [ + -0.939198, + 50.843248 + ], + [ + -0.970774, + 50.846991 + ], + [ + -0.994862, + 50.847073 + ], + [ + -1.001861, + 50.847113 + ], + [ + -1.020741, + 50.843655 + ], + [ + -1.033559, + 50.825914 + ], + [ + -1.042633, + 50.801907 + ], + [ + -1.056223, + 50.783026 + ], + [ + -1.082753, + 50.780951 + ], + [ + -1.103017, + 50.795478 + ], + [ + -1.093617, + 50.812934 + ], + [ + -1.075307, + 50.830024 + ], + [ + -1.069163, + 50.843655 + ], + [ + -1.08731, + 50.849799 + ], + [ + -1.088124, + 50.849758 + ], + [ + -1.14981, + 50.846666 + ], + [ + -1.164703, + 50.843655 + ], + [ + -1.129709, + 50.8251 + ], + [ + -1.123769, + 50.818793 + ], + [ + -1.121205, + 50.799384 + ], + [ + -1.124908, + 50.788723 + ], + [ + -1.138051, + 50.780951 + ], + [ + -1.151112, + 50.781399 + ], + [ + -1.169342, + 50.785875 + ], + [ + -1.185618, + 50.792426 + ], + [ + -1.192616, + 50.798651 + ], + [ + -1.19929, + 50.807929 + ], + [ + -1.231516, + 50.818915 + ], + [ + -1.255198, + 50.831936 + ], + [ + -1.288157, + 50.839179 + ], + [ + -1.301422, + 50.843655 + ], + [ + -1.318593, + 50.85692 + ], + [ + -1.338938, + 50.872707 + ], + [ + -1.44929, + 50.912055 + ], + [ + -1.46642, + 50.918158 + ], + [ + -1.46642, + 50.911933 + ], + [ + -1.456451, + 50.908759 + ], + [ + -1.437978, + 50.901313 + ], + [ + -1.425608, + 50.900092 + ], + [ + -1.401112, + 50.881171 + ], + [ + -1.323069, + 50.825751 + ], + [ + -1.31428, + 50.812161 + ], + [ + -1.317291, + 50.800238 + ], + [ + -1.339833, + 50.795152 + ], + [ + -1.403961, + 50.791571 + ], + [ + -1.418691, + 50.788398 + ], + [ + -1.411366, + 50.784898 + ], + [ + -1.404937, + 50.780951 + ], + [ + -1.404937, + 50.774726 + ], + [ + -1.45051, + 50.769355 + ], + [ + -1.476226, + 50.763414 + ], + [ + -1.487538, + 50.757717 + ], + [ + -1.491933, + 50.75727 + ], + [ + -1.524729, + 50.761054 + ], + [ + -1.5572, + 50.723293 + ], + [ + -1.559397, + 50.719224 + ], + [ + -1.561187, + 50.71898 + ], + [ + -1.580719, + 50.722642 + ], + [ + -1.602122, + 50.731757 + ], + [ + -1.670644, + 50.740058 + ], + [ + -1.672922, + 50.740058 + ], + [ + -1.693023, + 50.739936 + ], + [ + -1.715077, + 50.735785 + ], + [ + -1.753529, + 50.722846 + ], + [ + -1.771718, + 50.72012 + ], + [ + -1.797434, + 50.723171 + ], + [ + -1.835072, + 50.727688 + ], + [ + -1.857411, + 50.726955 + ], + [ + -1.877349, + 50.722846 + ], + [ + -1.896352, + 50.716295 + ], + [ + -1.896881, + 50.716051 + ], + [ + -1.913889, + 50.707424 + ], + [ + -1.929107, + 50.695868 + ], + [ + -1.940012, + 50.690823 + ], + [ + -1.944325, + 50.697659 + ], + [ + -1.946116, + 50.707913 + ], + [ + -1.94929, + 50.713324 + ], + [ + -1.987701, + 50.72012 + ], + [ + -2.013905, + 50.71894 + ], + [ + -2.021962, + 50.72012 + ], + [ + -2.025461, + 50.723863 + ], + [ + -2.026194, + 50.725084 + ], + [ + -2.033844, + 50.737128 + ], + [ + -2.038971, + 50.739936 + ], + [ + -2.048085, + 50.734809 + ], + [ + -2.082672, + 50.698961 + ], + [ + -2.069569, + 50.7001 + ], + [ + -2.057729, + 50.702826 + ], + [ + -2.04662, + 50.707261 + ], + [ + -2.035634, + 50.713324 + ], + [ + -2.01415, + 50.688788 + ], + [ + -2.002512, + 50.681301 + ], + [ + -1.98412, + 50.678534 + ], + [ + -1.967437, + 50.678656 + ], + [ + -1.952789, + 50.676581 + ], + [ + -1.945872, + 50.66885 + ], + [ + -1.952952, + 50.651842 + ], + [ + -1.938222, + 50.645819 + ], + [ + -1.932485, + 50.644436 + ], + [ + -1.967275, + 50.617092 + ], + [ + -1.965199, + 50.6022 + ], + [ + -1.983713, + 50.596625 + ], + [ + -2.065175, + 50.595526 + ], + [ + -2.082183, + 50.597846 + ], + [ + -2.157338, + 50.62051 + ], + [ + -2.342641, + 50.633775 + ], + [ + -2.377065, + 50.647528 + ], + [ + -2.398346, + 50.645575 + ], + [ + -2.435902, + 50.637519 + ], + [ + -2.447621, + 50.627875 + ], + [ + -2.460072, + 50.606513 + ], + [ + -2.465647, + 50.58515 + ], + [ + -2.456451, + 50.575507 + ], + [ + -2.431223, + 50.570258 + ], + [ + -2.4287, + 50.557563 + ], + [ + -2.43928, + 50.541815 + ], + [ + -2.453359, + 50.527655 + ], + [ + -2.459543, + 50.527655 + ], + [ + -2.460357, + 50.565497 + ], + [ + -2.48351, + 50.590399 + ], + [ + -2.692942, + 50.692816 + ], + [ + -2.864817, + 50.733791 + ], + [ + -2.887318, + 50.734361 + ], + [ + -2.945546, + 50.725816 + ], + [ + -2.962758, + 50.723293 + ], + [ + -2.998199, + 50.708238 + ], + [ + -3.02184, + 50.706488 + ], + [ + -3.059722, + 50.713324 + ], + [ + -3.07136, + 50.711005 + ], + [ + -3.094146, + 50.698961 + ], + [ + -3.099233, + 50.697089 + ], + [ + -3.115834, + 50.687974 + ], + [ + -3.125478, + 50.685289 + ], + [ + -3.135894, + 50.68594 + ], + [ + -3.155141, + 50.691352 + ], + [ + -3.166493, + 50.692816 + ], + [ + -3.185618, + 50.690741 + ], + [ + -3.219146, + 50.680813 + ], + [ + -3.259836, + 50.674547 + ], + [ + -3.271392, + 50.664496 + ], + [ + -3.280426, + 50.65119 + ], + [ + -3.295562, + 50.637519 + ], + [ + -3.368153, + 50.617092 + ], + [ + -3.390736, + 50.617825 + ], + [ + -3.407541, + 50.621283 + ], + [ + -3.420969, + 50.629462 + ], + [ + -3.433339, + 50.644436 + ], + [ + -3.44636, + 50.66828 + ], + [ + -3.450429, + 50.672309 + ], + [ + -3.453277, + 50.673285 + ], + [ + -3.455434, + 50.675442 + ], + [ + -3.458608, + 50.677558 + ], + [ + -3.464426, + 50.678534 + ], + [ + -3.467763, + 50.676418 + ], + [ + -3.468902, + 50.671698 + ], + [ + -3.467844, + 50.666978 + ], + [ + -3.455312, + 50.657904 + ], + [ + -3.442047, + 50.623521 + ], + [ + -3.433339, + 50.610256 + ], + [ + -3.451161, + 50.599433 + ], + [ + -3.467275, + 50.585598 + ], + [ + -3.48176, + 50.568549 + ], + [ + -3.494862, + 50.548163 + ], + [ + -3.505971, + 50.520819 + ], + [ + -3.505035, + 50.501207 + ], + [ + -3.487457, + 50.459418 + ], + [ + -3.509755, + 50.458482 + ], + [ + -3.532135, + 50.454779 + ], + [ + -3.549428, + 50.446519 + ], + [ + -3.556264, + 50.432115 + ], + [ + -3.549306, + 50.415595 + ], + [ + -3.531972, + 50.410224 + ], + [ + -3.487457, + 50.411566 + ], + [ + -3.487457, + 50.404771 + ], + [ + -3.497467, + 50.387356 + ], + [ + -3.49828, + 50.383694 + ], + [ + -3.507314, + 50.382799 + ], + [ + -3.514963, + 50.37995 + ], + [ + -3.520131, + 50.374823 + ], + [ + -3.526926, + 50.349799 + ], + [ + -3.538889, + 50.344428 + ], + [ + -3.554514, + 50.347642 + ], + [ + -3.570546, + 50.356391 + ], + [ + -3.577789, + 50.334052 + ], + [ + -3.59911, + 50.325832 + ], + [ + -3.621571, + 50.321926 + ], + [ + -3.631988, + 50.312323 + ], + [ + -3.637359, + 50.295396 + ], + [ + -3.647572, + 50.274563 + ], + [ + -3.65331, + 50.251044 + ], + [ + -3.645619, + 50.22602 + ], + [ + -3.660634, + 50.221015 + ], + [ + -3.700917, + 50.213528 + ], + [ + -3.718007, + 50.212388 + ], + [ + -3.740387, + 50.215888 + ], + [ + -3.758616, + 50.221747 + ], + [ + -3.774241, + 50.222968 + ], + [ + -3.788971, + 50.212388 + ], + [ + -3.826324, + 50.234198 + ], + [ + -3.884185, + 50.280463 + ], + [ + -3.949941, + 50.318996 + ], + [ + -3.961008, + 50.322252 + ], + [ + -3.970204, + 50.320746 + ], + [ + -3.995758, + 50.311428 + ], + [ + -4.005605, + 50.309231 + ], + [ + -4.011342, + 50.306952 + ], + [ + -4.02477, + 50.297187 + ], + [ + -4.032948, + 50.294908 + ], + [ + -4.044057, + 50.296454 + ], + [ + -4.054351, + 50.30036 + ], + [ + -4.070221, + 50.309231 + ], + [ + -4.067942, + 50.312812 + ], + [ + -4.064036, + 50.322252 + ], + [ + -4.086008, + 50.326239 + ], + [ + -4.108266, + 50.336615 + ], + [ + -4.118723, + 50.351874 + ], + [ + -4.10497, + 50.370673 + ], + [ + -4.141754, + 50.369045 + ], + [ + -4.15274, + 50.370673 + ], + [ + -4.165517, + 50.37637 + ], + [ + -4.171457, + 50.382799 + ], + [ + -4.175771, + 50.390855 + ], + [ + -4.183827, + 50.401068 + ], + [ + -4.191477, + 50.417629 + ], + [ + -4.183909, + 50.431708 + ], + [ + -4.170318, + 50.445136 + ], + [ + -4.159535, + 50.459418 + ], + [ + -4.179433, + 50.45307 + ], + [ + -4.189565, + 50.453681 + ], + [ + -4.200551, + 50.459418 + ], + [ + -4.203684, + 50.451402 + ], + [ + -4.204742, + 50.448676 + ], + [ + -4.212392, + 50.441474 + ], + [ + -4.222524, + 50.437974 + ], + [ + -4.234731, + 50.4383 + ], + [ + -4.234731, + 50.432115 + ], + [ + -4.220204, + 50.425849 + ], + [ + -4.216135, + 50.415717 + ], + [ + -4.219716, + 50.405097 + ], + [ + -4.228505, + 50.397366 + ], + [ + -4.241444, + 50.39468 + ], + [ + -4.289906, + 50.397366 + ], + [ + -4.27302, + 50.381903 + ], + [ + -4.216176, + 50.387763 + ], + [ + -4.193756, + 50.376899 + ], + [ + -4.228505, + 50.370673 + ], + [ + -4.228505, + 50.363837 + ], + [ + -4.220123, + 50.365302 + ], + [ + -4.200551, + 50.363837 + ], + [ + -4.207997, + 50.356391 + ], + [ + -4.180043, + 50.356391 + ], + [ + -4.180043, + 50.350165 + ], + [ + -4.191314, + 50.347561 + ], + [ + -4.197987, + 50.342231 + ], + [ + -4.199127, + 50.335395 + ], + [ + -4.193756, + 50.328437 + ], + [ + -4.193756, + 50.322252 + ], + [ + -4.214996, + 50.323147 + ], + [ + -4.225697, + 50.335395 + ], + [ + -4.235097, + 50.349555 + ], + [ + -4.252349, + 50.356391 + ], + [ + -4.337717, + 50.370673 + ], + [ + -4.383697, + 50.367499 + ], + [ + -4.456207, + 50.338202 + ], + [ + -4.495351, + 50.328437 + ], + [ + -4.65982, + 50.322252 + ], + [ + -4.659576, + 50.320624 + ], + [ + -4.662709, + 50.317776 + ], + [ + -4.667795, + 50.315334 + ], + [ + -4.673451, + 50.315416 + ], + [ + -4.687164, + 50.342719 + ], + [ + -4.694325, + 50.343451 + ], + [ + -4.700185, + 50.340888 + ], + [ + -4.705556, + 50.337551 + ], + [ + -4.711334, + 50.335883 + ], + [ + -4.731557, + 50.334662 + ], + [ + -4.752105, + 50.330308 + ], + [ + -4.763295, + 50.322089 + ], + [ + -4.755442, + 50.309231 + ], + [ + -4.755442, + 50.301744 + ], + [ + -4.762359, + 50.298041 + ], + [ + -4.771637, + 50.291571 + ], + [ + -4.779856, + 50.284329 + ], + [ + -4.783355, + 50.277899 + ], + [ + -4.78189, + 50.271796 + ], + [ + -4.776519, + 50.265082 + ], + [ + -4.776519, + 50.26081 + ], + [ + -4.788442, + 50.242092 + ], + [ + -4.790151, + 50.236558 + ], + [ + -4.80016, + 50.22956 + ], + [ + -4.849721, + 50.234565 + ], + [ + -4.868723, + 50.229438 + ], + [ + -4.887318, + 50.214993 + ], + [ + -4.904775, + 50.208441 + ], + [ + -4.947255, + 50.199368 + ], + [ + -4.960683, + 50.190497 + ], + [ + -5.002431, + 50.14411 + ], + [ + -5.014556, + 50.156562 + ], + [ + -5.020375, + 50.191962 + ], + [ + -5.033193, + 50.199368 + ], + [ + -5.052968, + 50.195787 + ], + [ + -5.053619, + 50.186916 + ], + [ + -5.051869, + 50.175523 + ], + [ + -5.064565, + 50.164618 + ], + [ + -5.064565, + 50.158393 + ], + [ + -5.058502, + 50.155463 + ], + [ + -5.043446, + 50.14411 + ], + [ + -5.051869, + 50.144599 + ], + [ + -5.058461, + 50.142727 + ], + [ + -5.07079, + 50.137274 + ], + [ + -5.080312, + 50.132717 + ], + [ + -5.081614, + 50.125393 + ], + [ + -5.080963, + 50.117174 + ], + [ + -5.085032, + 50.109931 + ], + [ + -5.093902, + 50.105536 + ], + [ + -5.125966, + 50.09634 + ], + [ + -5.114654, + 50.096625 + ], + [ + -5.106068, + 50.09512 + ], + [ + -5.091868, + 50.089504 + ], + [ + -5.086903, + 50.089057 + ], + [ + -5.075347, + 50.090481 + ], + [ + -5.07079, + 50.089504 + ], + [ + -5.068471, + 50.08515 + ], + [ + -5.064931, + 50.071845 + ], + [ + -5.060862, + 50.069037 + ], + [ + -5.056508, + 50.060614 + ], + [ + -5.069488, + 50.042182 + ], + [ + -5.098053, + 50.01439 + ], + [ + -5.107289, + 50.013007 + ], + [ + -5.127431, + 50.015448 + ], + [ + -5.139638, + 50.01439 + ], + [ + -5.146474, + 50.010565 + ], + [ + -5.176137, + 49.987942 + ], + [ + -5.187734, + 49.964504 + ], + [ + -5.191151, + 49.959133 + ], + [ + -5.200103, + 49.961371 + ], + [ + -5.210357, + 49.966742 + ], + [ + -5.240387, + 49.988349 + ], + [ + -5.245229, + 49.993109 + ], + [ + -5.249501, + 50.000067 + ], + [ + -5.253041, + 50.012641 + ], + [ + -5.252268, + 50.020697 + ], + [ + -5.252675, + 50.027777 + ], + [ + -5.259755, + 50.037665 + ], + [ + -5.288401, + 50.067694 + ], + [ + -5.304351, + 50.080268 + ], + [ + -5.323964, + 50.089504 + ], + [ + -5.384185, + 50.107978 + ], + [ + -5.424713, + 50.112738 + ], + [ + -5.458119, + 50.125881 + ], + [ + -5.474843, + 50.130439 + ], + [ + -5.495676, + 50.129625 + ], + [ + -5.52184, + 50.123725 + ], + [ + -5.540924, + 50.113471 + ], + [ + -5.540639, + 50.099758 + ], + [ + -5.534657, + 50.082343 + ], + [ + -5.545562, + 50.068915 + ], + [ + -5.563466, + 50.059638 + ], + [ + -5.57844, + 50.054755 + ], + [ + -5.619456, + 50.04621 + ], + [ + -5.667388, + 50.042873 + ], + [ + -5.705149, + 50.052314 + ], + [ + -5.715647, + 50.082709 + ], + [ + -5.705963, + 50.083482 + ], + [ + -5.698801, + 50.085395 + ], + [ + -5.694488, + 50.089504 + ], + [ + -5.694407, + 50.095771 + ], + [ + -5.697092, + 50.100531 + ], + [ + -5.700307, + 50.103217 + ], + [ + -5.701975, + 50.103176 + ], + [ + -5.707387, + 50.122016 + ], + [ + -5.709218, + 50.132636 + ], + [ + -5.705393, + 50.137274 + ], + [ + -5.703521, + 50.140611 + ], + [ + -5.684641, + 50.161526 + ], + [ + -5.676747, + 50.165025 + ], + [ + -5.647369, + 50.172065 + ], + [ + -5.583608, + 50.195868 + ], + [ + -5.549428, + 50.203518 + ], + [ + -5.510976, + 50.219468 + ], + [ + -5.489125, + 50.219794 + ], + [ + -5.458119, + 50.200751 + ], + [ + -5.437978, + 50.194322 + ], + [ + -5.417388, + 50.20246 + ], + [ + -5.402943, + 50.217353 + ], + [ + -5.395863, + 50.22724 + ], + [ + -5.392893, + 50.236558 + ], + [ + -5.387563, + 50.240302 + ], + [ + -5.351918, + 50.240302 + ], + [ + -5.314849, + 50.253607 + ], + [ + -5.200307, + 50.330756 + ], + [ + -5.163564, + 50.347235 + ], + [ + -5.149892, + 50.350165 + ], + [ + -5.146474, + 50.355292 + ], + [ + -5.14566, + 50.366889 + ], + [ + -5.147043, + 50.379381 + ], + [ + -5.153676, + 50.399482 + ], + [ + -5.142405, + 50.404486 + ], + [ + -5.127268, + 50.405219 + ], + [ + -5.11974, + 50.404771 + ], + [ + -5.050282, + 50.428697 + ], + [ + -5.048166, + 50.434394 + ], + [ + -5.038726, + 50.447903 + ], + [ + -5.029775, + 50.486762 + ], + [ + -5.028635, + 50.507025 + ], + [ + -5.025258, + 50.524237 + ], + [ + -5.015614, + 50.538031 + ], + [ + -4.995595, + 50.548163 + ], + [ + -4.975168, + 50.548163 + ], + [ + -4.967844, + 50.551581 + ], + [ + -4.954823, + 50.561225 + ], + [ + -4.947255, + 50.562445 + ], + [ + -4.941477, + 50.556952 + ], + [ + -4.937123, + 50.545315 + ], + [ + -4.934438, + 50.531643 + ], + [ + -4.933583, + 50.52025 + ], + [ + -4.926869, + 50.522895 + ], + [ + -4.924306, + 50.524482 + ], + [ + -4.920522, + 50.527655 + ], + [ + -4.902415, + 50.520575 + ], + [ + -4.860951, + 50.519192 + ], + [ + -4.844838, + 50.514065 + ], + [ + -4.855824, + 50.527411 + ], + [ + -4.87328, + 50.534084 + ], + [ + -4.906239, + 50.541978 + ], + [ + -4.921864, + 50.554877 + ], + [ + -4.920237, + 50.564154 + ], + [ + -4.915191, + 50.572496 + ], + [ + -4.920522, + 50.582953 + ], + [ + -4.920522, + 50.589179 + ], + [ + -4.89566, + 50.585924 + ], + [ + -4.821197, + 50.589179 + ], + [ + -4.79247, + 50.595201 + ], + [ + -4.776601, + 50.609849 + ], + [ + -4.765045, + 50.627997 + ], + [ + -4.749257, + 50.644436 + ], + [ + -4.755442, + 50.659369 + ], + [ + -4.751943, + 50.670071 + ], + [ + -4.741933, + 50.674872 + ], + [ + -4.728139, + 50.672309 + ], + [ + -4.657297, + 50.711127 + ], + [ + -4.645579, + 50.723538 + ], + [ + -4.637807, + 50.741156 + ], + [ + -4.619008, + 50.754788 + ], + [ + -4.57726, + 50.774726 + ], + [ + -4.55012, + 50.809556 + ], + [ + -4.554921, + 50.897773 + ], + [ + -4.543772, + 50.939195 + ], + [ + -4.536855, + 50.947577 + ], + [ + -4.522694, + 50.972724 + ], + [ + -4.526682, + 50.980373 + ], + [ + -4.530426, + 50.994696 + ], + [ + -4.531321, + 51.008694 + ], + [ + -4.526438, + 51.01496 + ], + [ + -4.437327, + 51.01496 + ], + [ + -4.426422, + 51.012681 + ], + [ + -4.405751, + 51.002875 + ], + [ + -4.395741, + 51.000678 + ], + [ + -4.337717, + 50.996649 + ], + [ + -4.317291, + 51.000678 + ], + [ + -4.302317, + 51.007514 + ], + [ + -4.234731, + 51.055325 + ], + [ + -4.229156, + 51.061103 + ], + [ + -4.22468, + 51.067084 + ], + [ + -4.218495, + 51.072455 + ], + [ + -4.207997, + 51.076361 + ], + [ + -4.214263, + 51.086005 + ], + [ + -4.226308, + 51.113227 + ], + [ + -4.228505, + 51.120429 + ], + [ + -4.231923, + 51.126695 + ], + [ + -4.249013, + 51.14289 + ], + [ + -4.255767, + 51.151516 + ], + [ + -4.22232, + 51.149726 + ], + [ + -4.214833, + 51.151516 + ], + [ + -4.208363, + 51.162299 + ], + [ + -4.209828, + 51.172838 + ], + [ + -4.217275, + 51.181383 + ], + [ + -4.228505, + 51.186225 + ], + [ + -4.228505, + 51.19245 + ], + [ + -4.152333, + 51.211615 + ], + [ + -3.969472, + 51.222398 + ], + [ + -3.931996, + 51.23135 + ], + [ + -3.913197, + 51.233385 + ], + [ + -3.840891, + 51.233385 + ], + [ + -3.818959, + 51.23607 + ], + [ + -3.787099, + 51.246772 + ], + [ + -3.769154, + 51.247707 + ], + [ + -3.63976, + 51.226386 + ], + [ + -3.559316, + 51.228095 + ], + [ + -3.434193, + 51.209784 + ], + [ + -3.404368, + 51.192043 + ], + [ + -3.384999, + 51.186225 + ], + [ + -3.270741, + 51.189399 + ], + [ + -3.198883, + 51.203559 + ], + [ + -3.16275, + 51.206732 + ], + [ + -3.09675, + 51.204535 + ], + [ + -3.057525, + 51.208157 + ], + [ + -3.029286, + 51.220404 + ], + [ + -3.02184, + 51.213568 + ], + [ + -3.035553, + 51.199286 + ], + [ + -3.02184, + 51.19245 + ], + [ + -3.004791, + 51.213121 + ], + [ + -3.001332, + 51.220404 + ], + [ + -2.999582, + 51.233222 + ], + [ + -3.001536, + 51.239691 + ], + [ + -3.004994, + 51.245063 + ], + [ + -3.008168, + 51.254543 + ], + [ + -3.007639, + 51.291978 + ], + [ + -3.01061, + 51.310981 + ], + [ + -3.02184, + 51.322821 + ], + [ + -3.002431, + 51.319078 + ], + [ + -2.992177, + 51.321926 + ], + [ + -2.992096, + 51.322048 + ], + [ + -2.988393, + 51.331122 + ], + [ + -2.987782, + 51.346666 + ], + [ + -2.979888, + 51.355862 + ], + [ + -2.965972, + 51.364936 + ], + [ + -2.959584, + 51.374254 + ], + [ + -2.97468, + 51.384223 + ], + [ + -2.952952, + 51.398505 + ], + [ + -2.92101, + 51.394436 + ], + [ + -2.884185, + 51.416978 + ], + [ + -2.816396, + 51.473619 + ], + [ + -2.798573, + 51.482611 + ], + [ + -2.780873, + 51.489081 + ], + [ + -2.76122, + 51.492865 + ], + [ + -2.73762, + 51.494086 + ], + [ + -2.71642, + 51.499579 + ], + [ + -2.696156, + 51.512641 + ], + [ + -2.607818, + 51.607367 + ], + [ + -2.599599, + 51.611396 + ], + [ + -2.589223, + 51.614244 + ], + [ + -2.580434, + 51.618638 + ], + [ + -2.576812, + 51.627509 + ], + [ + -2.574452, + 51.635728 + ], + [ + -2.568959, + 51.644965 + ], + [ + -2.562245, + 51.653388 + ], + [ + -2.556386, + 51.659247 + ], + [ + -2.499176, + 51.696763 + ], + [ + -2.464996, + 51.725898 + ], + [ + -2.447743, + 51.731879 + ], + [ + -2.404897, + 51.741156 + ], + [ + -2.388539, + 51.750434 + ], + [ + -2.380767, + 51.761908 + ], + [ + -2.383372, + 51.773261 + ], + [ + -2.398061, + 51.782131 + ], + [ + -2.402415, + 51.763577 + ], + [ + -2.4204, + 51.753119 + ], + [ + -2.44343, + 51.74844 + ], + [ + -2.463287, + 51.747301 + ], + [ + -2.482086, + 51.742865 + ], + [ + -2.495839, + 51.732001 + ], + [ + -2.507965, + 51.718573 + ], + [ + -2.522125, + 51.706366 + ], + [ + -2.581695, + 51.681708 + ], + [ + -2.591135, + 51.67536 + ], + [ + -2.600209, + 51.665595 + ], + [ + -2.665354, + 51.617255 + ] + ] + ], + [ + [ + [ + -1.082753, + 50.713324 + ], + [ + -1.062327, + 50.692816 + ], + [ + -1.062327, + 50.685289 + ], + [ + -1.066965, + 50.685248 + ], + [ + -1.069651, + 50.683498 + ], + [ + -1.071889, + 50.680976 + ], + [ + -1.075307, + 50.678534 + ], + [ + -1.112701, + 50.671454 + ], + [ + -1.128651, + 50.666449 + ], + [ + -1.156361, + 50.650784 + ], + [ + -1.162221, + 50.645982 + ], + [ + -1.164703, + 50.640937 + ], + [ + -1.164133, + 50.619371 + ], + [ + -1.165028, + 50.608222 + ], + [ + -1.168446, + 50.603461 + ], + [ + -1.279205, + 50.582506 + ], + [ + -1.315541, + 50.589179 + ], + [ + -1.445953, + 50.648139 + ], + [ + -1.452789, + 50.654283 + ], + [ + -1.485951, + 50.669338 + ], + [ + -1.497426, + 50.672309 + ], + [ + -1.535146, + 50.669379 + ], + [ + -1.551503, + 50.665107 + ], + [ + -1.569488, + 50.658026 + ], + [ + -1.545318, + 50.686103 + ], + [ + -1.50593, + 50.707709 + ], + [ + -1.418691, + 50.733791 + ], + [ + -1.420888, + 50.730455 + ], + [ + -1.423451, + 50.7237 + ], + [ + -1.425364, + 50.72012 + ], + [ + -1.400868, + 50.721991 + ], + [ + -1.377553, + 50.734198 + ], + [ + -1.343495, + 50.761054 + ], + [ + -1.318512, + 50.772162 + ], + [ + -1.295766, + 50.773179 + ], + [ + -1.144276, + 50.733791 + ], + [ + -1.119537, + 50.734198 + ], + [ + -1.10912, + 50.732856 + ], + [ + -1.097035, + 50.726955 + ], + [ + -1.096425, + 50.724433 + ], + [ + -1.097646, + 50.71601 + ], + [ + -1.097035, + 50.713324 + ], + [ + -1.094228, + 50.712633 + ], + [ + -1.085561, + 50.714016 + ], + [ + -1.082753, + 50.713324 + ] + ] + ], + [ + [ + [ + -0.959869, + 50.808254 + ], + [ + -0.959869, + 50.802069 + ], + [ + -0.954579, + 50.798814 + ], + [ + -0.945627, + 50.791815 + ], + [ + -0.938832, + 50.788398 + ], + [ + -0.938832, + 50.780951 + ], + [ + -1.020741, + 50.788398 + ], + [ + -1.020741, + 50.795152 + ], + [ + -0.998687, + 50.801011 + ], + [ + -0.972564, + 50.829779 + ], + [ + -0.959869, + 50.829332 + ], + [ + -0.950307, + 50.823798 + ], + [ + -0.947825, + 50.817816 + ], + [ + -0.951405, + 50.812445 + ], + [ + -0.959869, + 50.808254 + ] + ] + ], + [ + [ + [ + 0.911469, + 51.412177 + ], + [ + 0.932465, + 51.397691 + ], + [ + 0.942149, + 51.383002 + ], + [ + 0.936371, + 51.371039 + ], + [ + 0.911469, + 51.364407 + ], + [ + 0.79477, + 51.370551 + ], + [ + 0.775076, + 51.375312 + ], + [ + 0.757579, + 51.38642 + ], + [ + 0.7435, + 51.400092 + ], + [ + 0.733897, + 51.412177 + ], + [ + 0.746837, + 51.439643 + ], + [ + 0.753917, + 51.445705 + ], + [ + 0.766938, + 51.447943 + ], + [ + 0.890798, + 51.421047 + ], + [ + 0.900564, + 51.417548 + ], + [ + 0.911469, + 51.412177 + ] + ] + ], + [ + [ + [ + -4.57726, + 53.27204 + ], + [ + -4.572743, + 53.266506 + ], + [ + -4.563954, + 53.260443 + ], + [ + -4.558461, + 53.252753 + ], + [ + -4.563629, + 53.241929 + ], + [ + -4.571889, + 53.239488 + ], + [ + -4.581899, + 53.242011 + ], + [ + -4.602406, + 53.253079 + ], + [ + -4.622792, + 53.275946 + ], + [ + -4.632558, + 53.282945 + ], + [ + -4.641347, + 53.284369 + ], + [ + -4.6704, + 53.282945 + ], + [ + -4.676666, + 53.285102 + ], + [ + -4.693959, + 53.302802 + ], + [ + -4.693959, + 53.309638 + ], + [ + -4.667307, + 53.32392 + ], + [ + -4.65567, + 53.31977 + ], + [ + -4.644195, + 53.319525 + ], + [ + -4.626291, + 53.320868 + ], + [ + -4.618886, + 53.317084 + ], + [ + -4.603831, + 53.308173 + ], + [ + -4.590443, + 53.297553 + ], + [ + -4.580922, + 53.285468 + ], + [ + -4.57726, + 53.27204 + ] + ] + ], + [ + [ + [ + -4.098134, + 53.309638 + ], + [ + -4.068918, + 53.31037 + ], + [ + -4.055043, + 53.308539 + ], + [ + -4.042877, + 53.302802 + ], + [ + -4.063385, + 53.289293 + ], + [ + -4.098053, + 53.250149 + ], + [ + -4.121978, + 53.241929 + ], + [ + -4.146718, + 53.239081 + ], + [ + -4.171986, + 53.231391 + ], + [ + -4.195546, + 53.220282 + ], + [ + -4.214833, + 53.207221 + ], + [ + -4.218495, + 53.204047 + ], + [ + -4.220367, + 53.201483 + ], + [ + -4.221018, + 53.197455 + ], + [ + -4.221018, + 53.190131 + ], + [ + -4.222035, + 53.182115 + ], + [ + -4.225006, + 53.18122 + ], + [ + -4.22936, + 53.182196 + ], + [ + -4.264556, + 53.166938 + ], + [ + -4.280141, + 53.154975 + ], + [ + -4.343861, + 53.132066 + ], + [ + -4.35436, + 53.12995 + ], + [ + -4.366689, + 53.131415 + ], + [ + -4.392405, + 53.138332 + ], + [ + -4.39269, + 53.136054 + ], + [ + -4.398671, + 53.132758 + ], + [ + -4.406606, + 53.130601 + ], + [ + -4.412831, + 53.132066 + ], + [ + -4.414296, + 53.137844 + ], + [ + -4.413686, + 53.147121 + ], + [ + -4.411977, + 53.155585 + ], + [ + -4.409739, + 53.15941 + ], + [ + -4.401926, + 53.163723 + ], + [ + -4.39037, + 53.173082 + ], + [ + -4.385121, + 53.18244 + ], + [ + -4.395741, + 53.186713 + ], + [ + -4.410878, + 53.182196 + ], + [ + -4.432851, + 53.162909 + ], + [ + -4.447581, + 53.15941 + ], + [ + -4.448557, + 53.162543 + ], + [ + -4.481679, + 53.179877 + ], + [ + -4.484486, + 53.180609 + ], + [ + -4.492502, + 53.179348 + ], + [ + -4.495351, + 53.179877 + ], + [ + -4.496002, + 53.182563 + ], + [ + -4.4947, + 53.190863 + ], + [ + -4.495351, + 53.193549 + ], + [ + -4.495107, + 53.196479 + ], + [ + -4.496327, + 53.203803 + ], + [ + -4.499623, + 53.211249 + ], + [ + -4.519887, + 53.222846 + ], + [ + -4.55309, + 53.261949 + ], + [ + -4.571034, + 53.275458 + ], + [ + -4.571034, + 53.282945 + ], + [ + -4.565256, + 53.293036 + ], + [ + -4.563222, + 53.308254 + ], + [ + -4.563629, + 53.330064 + ], + [ + -4.558665, + 53.363349 + ], + [ + -4.560862, + 53.377834 + ], + [ + -4.571034, + 53.392768 + ], + [ + -4.553456, + 53.40058 + ], + [ + -4.425364, + 53.426703 + ], + [ + -4.412831, + 53.426947 + ], + [ + -4.343495, + 53.420071 + ], + [ + -4.324696, + 53.419501 + ], + [ + -4.286529, + 53.40644 + ], + [ + -4.276723, + 53.401028 + ], + [ + -4.271881, + 53.389065 + ], + [ + -4.269358, + 53.377102 + ], + [ + -4.266021, + 53.371649 + ], + [ + -4.266916, + 53.368964 + ], + [ + -4.254506, + 53.363227 + ], + [ + -4.240061, + 53.358344 + ], + [ + -4.234731, + 53.358059 + ], + [ + -4.233713, + 53.352973 + ], + [ + -4.234853, + 53.346137 + ], + [ + -4.235178, + 53.340074 + ], + [ + -4.231557, + 53.337592 + ], + [ + -4.230621, + 53.335273 + ], + [ + -4.214833, + 53.32392 + ], + [ + -4.20934, + 53.312405 + ], + [ + -4.207428, + 53.3039 + ], + [ + -4.203236, + 53.298489 + ], + [ + -4.190582, + 53.296576 + ], + [ + -4.177805, + 53.297553 + ], + [ + -4.154897, + 53.301825 + ], + [ + -4.142486, + 53.302802 + ], + [ + -4.136627, + 53.30508 + ], + [ + -4.127797, + 53.314846 + ], + [ + -4.121978, + 53.317084 + ], + [ + -4.115142, + 53.315904 + ], + [ + -4.102528, + 53.310777 + ], + [ + -4.098134, + 53.309638 + ] + ] + ], + [ + [ + [ + -6.236399, + 55.311347 + ], + [ + -6.184804, + 55.30683 + ], + [ + -6.174306, + 55.3039 + ], + [ + -6.171864, + 55.293199 + ], + [ + -6.17809, + 55.280585 + ], + [ + -6.187571, + 55.269355 + ], + [ + -6.194814, + 55.262926 + ], + [ + -6.193267, + 55.270982 + ], + [ + -6.19286, + 55.275784 + ], + [ + -6.191762, + 55.279364 + ], + [ + -6.187978, + 55.284003 + ], + [ + -6.21109, + 55.295315 + ], + [ + -6.235829, + 55.296698 + ], + [ + -6.26061, + 55.295071 + ], + [ + -6.283559, + 55.297065 + ], + [ + -6.272532, + 55.303046 + ], + [ + -6.261464, + 55.307522 + ], + [ + -6.249623, + 55.310289 + ], + [ + -6.236399, + 55.311347 + ] + ] + ], + [ + [ + [ + -5.07079, + 55.509345 + ], + [ + -5.093007, + 55.500434 + ], + [ + -5.091054, + 55.487291 + ], + [ + -5.0808, + 55.471666 + ], + [ + -5.078236, + 55.455308 + ], + [ + -5.09203, + 55.446112 + ], + [ + -5.117787, + 55.439765 + ], + [ + -5.163564, + 55.434882 + ], + [ + -5.217356, + 55.437974 + ], + [ + -5.263092, + 55.447211 + ], + [ + -5.304677, + 55.462144 + ], + [ + -5.345693, + 55.482652 + ], + [ + -5.345693, + 55.489447 + ], + [ + -5.346181, + 55.496039 + ], + [ + -5.355336, + 55.522895 + ], + [ + -5.359364, + 55.530463 + ], + [ + -5.359364, + 55.537299 + ], + [ + -5.354237, + 55.539781 + ], + [ + -5.352284, + 55.542304 + ], + [ + -5.350413, + 55.545478 + ], + [ + -5.345693, + 55.550279 + ], + [ + -5.370432, + 55.570258 + ], + [ + -5.389068, + 55.590237 + ], + [ + -5.397857, + 55.614203 + ], + [ + -5.392893, + 55.646552 + ], + [ + -5.379384, + 55.668118 + ], + [ + -5.355214, + 55.689602 + ], + [ + -5.32433, + 55.705024 + ], + [ + -5.290517, + 55.708564 + ], + [ + -5.292592, + 55.711982 + ], + [ + -5.295155, + 55.719428 + ], + [ + -5.297353, + 55.722846 + ], + [ + -5.271352, + 55.723822 + ], + [ + -5.263173, + 55.722846 + ], + [ + -5.198313, + 55.704332 + ], + [ + -5.180653, + 55.694892 + ], + [ + -5.159983, + 55.676215 + ], + [ + -5.145985, + 55.654975 + ], + [ + -5.125966, + 55.605536 + ], + [ + -5.137441, + 55.592027 + ], + [ + -5.094228, + 55.566555 + ], + [ + -5.091868, + 55.544135 + ], + [ + -5.101674, + 55.540717 + ], + [ + -5.116038, + 55.540432 + ], + [ + -5.125234, + 55.536933 + ], + [ + -5.11974, + 55.523627 + ], + [ + -5.111562, + 55.519924 + ], + [ + -5.07079, + 55.509345 + ] + ] + ], + [ + [ + [ + -5.029775, + 55.749498 + ], + [ + -5.019032, + 55.745307 + ], + [ + -5.011342, + 55.737698 + ], + [ + -5.009389, + 55.729315 + ], + [ + -5.016184, + 55.722846 + ], + [ + -5.028798, + 55.723334 + ], + [ + -5.038482, + 55.731879 + ], + [ + -5.050282, + 55.749498 + ], + [ + -5.11559, + 55.784369 + ], + [ + -5.125966, + 55.801011 + ], + [ + -5.137563, + 55.829047 + ], + [ + -5.139638, + 55.841986 + ], + [ + -5.174224, + 55.855373 + ], + [ + -5.180653, + 55.862779 + ], + [ + -5.188588, + 55.878119 + ], + [ + -5.200795, + 55.895494 + ], + [ + -5.199534, + 55.911078 + ], + [ + -5.1669, + 55.920844 + ], + [ + -5.135976, + 55.905951 + ], + [ + -5.10554, + 55.886705 + ], + [ + -5.096506, + 55.883531 + ], + [ + -5.087636, + 55.882636 + ], + [ + -5.080922, + 55.879584 + ], + [ + -5.075185, + 55.85692 + ], + [ + -5.068023, + 55.852118 + ], + [ + -5.058827, + 55.850165 + ], + [ + -5.050282, + 55.845771 + ], + [ + -5.038075, + 55.832424 + ], + [ + -5.02892, + 55.819281 + ], + [ + -5.02184, + 55.805609 + ], + [ + -5.011464, + 55.774482 + ], + [ + -5.012766, + 55.768378 + ], + [ + -5.019195, + 55.76317 + ], + [ + -5.029775, + 55.749498 + ] + ] + ], + [ + [ + [ + -6.030385, + 55.729071 + ], + [ + -6.032786, + 55.717678 + ], + [ + -6.032338, + 55.706366 + ], + [ + -6.029286, + 55.696234 + ], + [ + -6.023508, + 55.688137 + ], + [ + -6.023508, + 55.681871 + ], + [ + -6.03539, + 55.678453 + ], + [ + -6.045725, + 55.674262 + ], + [ + -6.053619, + 55.668362 + ], + [ + -6.058258, + 55.660142 + ], + [ + -6.064443, + 55.667629 + ], + [ + -6.082428, + 55.652086 + ], + [ + -6.105458, + 55.640204 + ], + [ + -6.131907, + 55.631822 + ], + [ + -6.160024, + 55.626654 + ], + [ + -6.202545, + 55.630561 + ], + [ + -6.215321, + 55.626654 + ], + [ + -6.222768, + 55.605536 + ], + [ + -6.226959, + 55.601752 + ], + [ + -6.236562, + 55.595608 + ], + [ + -6.261871, + 55.583808 + ], + [ + -6.287343, + 55.578437 + ], + [ + -6.311187, + 55.583238 + ], + [ + -6.325185, + 55.605536 + ], + [ + -6.319244, + 55.628241 + ], + [ + -6.297475, + 55.642483 + ], + [ + -6.243235, + 55.660142 + ], + [ + -6.264801, + 55.695502 + ], + [ + -6.277089, + 55.704006 + ], + [ + -6.316762, + 55.715074 + ], + [ + -6.325185, + 55.715399 + ], + [ + -6.320953, + 55.733466 + ], + [ + -6.295522, + 55.751899 + ], + [ + -6.249989, + 55.776842 + ], + [ + -6.271799, + 55.783026 + ], + [ + -6.300445, + 55.785793 + ], + [ + -6.328725, + 55.783149 + ], + [ + -6.349029, + 55.773424 + ], + [ + -6.372548, + 55.738715 + ], + [ + -6.386586, + 55.722317 + ], + [ + -6.418568, + 55.709621 + ], + [ + -6.450307, + 55.682563 + ], + [ + -6.462961, + 55.674465 + ], + [ + -6.490956, + 55.67182 + ], + [ + -6.503529, + 55.681342 + ], + [ + -6.502431, + 55.697659 + ], + [ + -6.489654, + 55.715399 + ], + [ + -6.4947, + 55.717231 + ], + [ + -6.498606, + 55.721137 + ], + [ + -6.503896, + 55.722846 + ], + [ + -6.493235, + 55.739244 + ], + [ + -6.448638, + 55.776842 + ], + [ + -6.482167, + 55.790473 + ], + [ + -6.469065, + 55.796942 + ], + [ + -6.460805, + 55.803209 + ], + [ + -6.456654, + 55.812649 + ], + [ + -6.455474, + 55.828355 + ], + [ + -6.452789, + 55.840888 + ], + [ + -6.445221, + 55.848822 + ], + [ + -6.409088, + 55.863593 + ], + [ + -6.354482, + 55.877427 + ], + [ + -6.342641, + 55.884914 + ], + [ + -6.33137, + 55.88996 + ], + [ + -6.318349, + 55.886705 + ], + [ + -6.325917, + 55.880357 + ], + [ + -6.338206, + 55.851996 + ], + [ + -6.338206, + 55.845771 + ], + [ + -6.330719, + 55.827826 + ], + [ + -6.323232, + 55.820502 + ], + [ + -6.310902, + 55.818427 + ], + [ + -6.310902, + 55.825263 + ], + [ + -6.31843, + 55.844916 + ], + [ + -6.296986, + 55.867174 + ], + [ + -6.264801, + 55.885403 + ], + [ + -6.229075, + 55.897284 + ], + [ + -6.204254, + 55.916571 + ], + [ + -6.191396, + 55.920844 + ], + [ + -6.177154, + 55.923082 + ], + [ + -6.162221, + 55.928453 + ], + [ + -6.149078, + 55.935207 + ], + [ + -6.140126, + 55.941352 + ], + [ + -6.130116, + 55.939399 + ], + [ + -6.123687, + 55.935492 + ], + [ + -6.120229, + 55.929429 + ], + [ + -6.115956, + 55.886786 + ], + [ + -6.102366, + 55.831244 + ], + [ + -6.099233, + 55.801011 + ], + [ + -6.093088, + 55.791693 + ], + [ + -6.079091, + 55.78148 + ], + [ + -6.063954, + 55.773383 + ], + [ + -6.054555, + 55.770006 + ], + [ + -6.049794, + 55.766343 + ], + [ + -6.052317, + 55.758043 + ], + [ + -6.056874, + 55.748847 + ], + [ + -6.058258, + 55.742743 + ], + [ + -6.053212, + 55.737291 + ], + [ + -6.04662, + 55.733547 + ], + [ + -6.030385, + 55.729071 + ] + ] + ], + [ + [ + [ + -6.205719, + 56.102729 + ], + [ + -6.198232, + 56.106269 + ], + [ + -6.182607, + 56.102607 + ], + [ + -6.174306, + 56.106431 + ], + [ + -6.177398, + 56.110256 + ], + [ + -6.179026, + 56.112942 + ], + [ + -6.181793, + 56.119452 + ], + [ + -6.164947, + 56.120795 + ], + [ + -6.149403, + 56.124945 + ], + [ + -6.13801, + 56.124701 + ], + [ + -6.133372, + 56.112616 + ], + [ + -6.165639, + 56.081488 + ], + [ + -6.177154, + 56.061469 + ], + [ + -6.174306, + 56.043769 + ], + [ + -6.194325, + 56.035305 + ], + [ + -6.221669, + 56.030829 + ], + [ + -6.249176, + 56.031317 + ], + [ + -6.269887, + 56.037543 + ], + [ + -6.254303, + 56.044623 + ], + [ + -6.246816, + 56.056138 + ], + [ + -6.241689, + 56.069485 + ], + [ + -6.232655, + 56.08161 + ], + [ + -6.211741, + 56.096991 + ], + [ + -6.205719, + 56.102729 + ] + ] + ], + [ + [ + [ + -5.797597, + 56.112616 + ], + [ + -5.74649, + 56.14175 + ], + [ + -5.715932, + 56.153144 + ], + [ + -5.694488, + 56.147406 + ], + [ + -5.690826, + 56.137844 + ], + [ + -5.687978, + 56.124091 + ], + [ + -5.68932, + 56.111762 + ], + [ + -5.705068, + 56.103013 + ], + [ + -5.720123, + 56.088121 + ], + [ + -5.740224, + 56.076483 + ], + [ + -5.780181, + 56.020738 + ], + [ + -5.864491, + 55.926744 + ], + [ + -5.886342, + 55.886705 + ], + [ + -5.89684, + 55.888902 + ], + [ + -5.921539, + 55.871283 + ], + [ + -5.93814, + 55.866278 + ], + [ + -5.945424, + 55.858588 + ], + [ + -5.955393, + 55.820054 + ], + [ + -5.962066, + 55.804755 + ], + [ + -5.987538, + 55.794623 + ], + [ + -6.026601, + 55.796088 + ], + [ + -6.062408, + 55.809475 + ], + [ + -6.078114, + 55.834906 + ], + [ + -6.086903, + 55.882961 + ], + [ + -6.08495, + 55.900336 + ], + [ + -6.075185, + 55.915961 + ], + [ + -6.06017, + 55.922919 + ], + [ + -6.043121, + 55.927965 + ], + [ + -6.026967, + 55.937934 + ], + [ + -5.997426, + 55.951728 + ], + [ + -5.919057, + 55.960395 + ], + [ + -5.886342, + 55.976142 + ], + [ + -5.910024, + 55.976508 + ], + [ + -5.946848, + 55.970649 + ], + [ + -5.980702, + 55.969916 + ], + [ + -5.995595, + 55.986029 + ], + [ + -5.983266, + 56.008857 + ], + [ + -5.95519, + 56.034735 + ], + [ + -5.924428, + 56.055976 + ], + [ + -5.903961, + 56.064846 + ], + [ + -5.873687, + 56.070136 + ], + [ + -5.797597, + 56.112616 + ] + ] + ], + [ + [ + [ + -5.688303, + 56.202053 + ], + [ + -5.680898, + 56.194566 + ], + [ + -5.673655, + 56.178941 + ], + [ + -5.694203, + 56.168606 + ], + [ + -5.725209, + 56.162828 + ], + [ + -5.749135, + 56.161078 + ], + [ + -5.738352, + 56.177476 + ], + [ + -5.722239, + 56.187079 + ], + [ + -5.688303, + 56.202053 + ] + ] + ], + [ + [ + [ + -5.633127, + 56.263495 + ], + [ + -5.627838, + 56.259996 + ], + [ + -5.622955, + 56.257636 + ], + [ + -5.618031, + 56.258124 + ], + [ + -5.61262, + 56.263495 + ], + [ + -5.610585, + 56.249416 + ], + [ + -5.618153, + 56.235053 + ], + [ + -5.628163, + 56.220526 + ], + [ + -5.637441, + 56.189276 + ], + [ + -5.647572, + 56.19538 + ], + [ + -5.666656, + 56.22248 + ], + [ + -5.656402, + 56.232001 + ], + [ + -5.645334, + 56.255927 + ], + [ + -5.633127, + 56.263495 + ] + ] + ], + [ + [ + [ + -5.633127, + 56.318752 + ], + [ + -5.620758, + 56.324205 + ], + [ + -5.59789, + 56.321845 + ], + [ + -5.584625, + 56.325588 + ], + [ + -5.590443, + 56.313625 + ], + [ + -5.599965, + 56.305487 + ], + [ + -5.605336, + 56.296942 + ], + [ + -5.598988, + 56.283922 + ], + [ + -5.621693, + 56.276068 + ], + [ + -5.640289, + 56.282782 + ], + [ + -5.646718, + 56.298774 + ], + [ + -5.633127, + 56.318752 + ] + ] + ], + [ + [ + [ + -5.557973, + 56.414293 + ], + [ + -5.526519, + 56.41356 + ], + [ + -5.512359, + 56.415432 + ], + [ + -5.502756, + 56.421129 + ], + [ + -5.518056, + 56.403876 + ], + [ + -5.536204, + 56.392239 + ], + [ + -5.557973, + 56.386461 + ], + [ + -5.584625, + 56.38703 + ], + [ + -5.579823, + 56.39643 + ], + [ + -5.573964, + 56.402899 + ], + [ + -5.557973, + 56.414293 + ] + ] + ], + [ + [ + [ + -6.160024, + 56.46955 + ], + [ + -6.212473, + 56.467841 + ], + [ + -6.237457, + 56.470038 + ], + [ + -6.263661, + 56.483222 + ], + [ + -6.253245, + 56.492865 + ], + [ + -6.242055, + 56.499579 + ], + [ + -6.229604, + 56.503323 + ], + [ + -6.215321, + 56.503648 + ], + [ + -6.200754, + 56.49494 + ], + [ + -6.170562, + 56.481147 + ], + [ + -6.160024, + 56.46955 + ] + ] + ], + [ + [ + [ + -6.818593, + 56.537828 + ], + [ + -6.767201, + 56.54857 + ], + [ + -6.741851, + 56.547838 + ], + [ + -6.729237, + 56.530341 + ], + [ + -6.743316, + 56.517808 + ], + [ + -6.803822, + 56.513617 + ], + [ + -6.805572, + 56.496894 + ], + [ + -6.82551, + 56.487291 + ], + [ + -6.847727, + 56.484809 + ], + [ + -6.869293, + 56.479641 + ], + [ + -6.887522, + 56.462104 + ], + [ + -6.881581, + 56.444281 + ], + [ + -6.902455, + 56.443752 + ], + [ + -6.965199, + 56.459866 + ], + [ + -6.973988, + 56.471503 + ], + [ + -6.979726, + 56.487128 + ], + [ + -6.989898, + 56.503648 + ], + [ + -6.968129, + 56.510484 + ], + [ + -6.900502, + 56.516669 + ], + [ + -6.878082, + 56.521308 + ], + [ + -6.841135, + 56.534735 + ], + [ + -6.818593, + 56.537828 + ] + ] + ], + [ + [ + [ + -5.688303, + 56.434801 + ], + [ + -5.679555, + 56.427965 + ], + [ + -5.664947, + 56.413886 + ], + [ + -5.657623, + 56.400092 + ], + [ + -5.670318, + 56.393785 + ], + [ + -5.703033, + 56.393378 + ], + [ + -5.717437, + 56.397366 + ], + [ + -5.715647, + 56.408108 + ], + [ + -5.721669, + 56.41234 + ], + [ + -5.727895, + 56.414293 + ], + [ + -5.73469, + 56.414781 + ], + [ + -5.74234, + 56.414293 + ], + [ + -5.739084, + 56.40119 + ], + [ + -5.751088, + 56.38939 + ], + [ + -5.783925, + 56.373358 + ], + [ + -5.783925, + 56.365912 + ], + [ + -5.767974, + 56.372748 + ], + [ + -5.749989, + 56.377143 + ], + [ + -5.712229, + 56.380194 + ], + [ + -5.695953, + 56.375434 + ], + [ + -5.702707, + 56.364569 + ], + [ + -5.71996, + 56.352769 + ], + [ + -5.808705, + 56.318915 + ], + [ + -5.848215, + 56.313625 + ], + [ + -5.880116, + 56.325588 + ], + [ + -5.873687, + 56.328559 + ], + [ + -5.862701, + 56.33515 + ], + [ + -5.853505, + 56.343695 + ], + [ + -5.852203, + 56.352851 + ], + [ + -5.860422, + 56.358344 + ], + [ + -5.87267, + 56.357733 + ], + [ + -5.897206, + 56.352851 + ], + [ + -5.902333, + 56.349677 + ], + [ + -5.907786, + 56.342597 + ], + [ + -5.914784, + 56.335517 + ], + [ + -5.924184, + 56.332343 + ], + [ + -5.957875, + 56.32807 + ], + [ + -6.037465, + 56.305243 + ], + [ + -6.054555, + 56.294501 + ], + [ + -6.065989, + 56.289211 + ], + [ + -6.078521, + 56.291083 + ], + [ + -6.090932, + 56.295722 + ], + [ + -6.102366, + 56.298245 + ], + [ + -6.112538, + 56.29621 + ], + [ + -6.136301, + 56.286933 + ], + [ + -6.146962, + 56.283922 + ], + [ + -6.239817, + 56.283922 + ], + [ + -6.245758, + 56.280748 + ], + [ + -6.250356, + 56.273749 + ], + [ + -6.256459, + 56.266669 + ], + [ + -6.266835, + 56.263495 + ], + [ + -6.279286, + 56.264106 + ], + [ + -6.300038, + 56.268012 + ], + [ + -6.327504, + 56.277248 + ], + [ + -6.345611, + 56.288316 + ], + [ + -6.360178, + 56.303616 + ], + [ + -6.366119, + 56.32217 + ], + [ + -6.357004, + 56.33633 + ], + [ + -6.335439, + 56.34455 + ], + [ + -6.310292, + 56.347357 + ], + [ + -6.290395, + 56.345404 + ], + [ + -6.274526, + 56.334866 + ], + [ + -6.26122, + 56.320299 + ], + [ + -6.247222, + 56.311672 + ], + [ + -6.228912, + 56.318752 + ], + [ + -6.228912, + 56.325588 + ], + [ + -6.236806, + 56.326606 + ], + [ + -6.241119, + 56.328274 + ], + [ + -6.244537, + 56.330268 + ], + [ + -6.249989, + 56.332343 + ], + [ + -6.23176, + 56.3369 + ], + [ + -6.186635, + 56.331244 + ], + [ + -6.170888, + 56.335761 + ], + [ + -6.15392, + 56.344794 + ], + [ + -6.08495, + 56.352851 + ], + [ + -6.039906, + 56.371039 + ], + [ + -6.020823, + 56.382025 + ], + [ + -6.026967, + 56.38703 + ], + [ + -6.046946, + 56.383979 + ], + [ + -6.105458, + 56.365912 + ], + [ + -6.154042, + 56.358954 + ], + [ + -6.178944, + 56.359931 + ], + [ + -6.198557, + 56.369615 + ], + [ + -6.203236, + 56.380316 + ], + [ + -6.198842, + 56.390326 + ], + [ + -6.189198, + 56.397773 + ], + [ + -6.178049, + 56.400621 + ], + [ + -6.164784, + 56.402533 + ], + [ + -6.157216, + 56.407375 + ], + [ + -6.142649, + 56.427965 + ], + [ + -6.139638, + 56.435248 + ], + [ + -6.135121, + 56.442328 + ], + [ + -6.126536, + 56.448432 + ], + [ + -6.116933, + 56.450385 + ], + [ + -6.081532, + 56.448432 + ], + [ + -6.02184, + 56.464097 + ], + [ + -6.009836, + 56.46955 + ], + [ + -6.004018, + 56.479682 + ], + [ + -6.003285, + 56.489407 + ], + [ + -6.007476, + 56.497626 + ], + [ + -6.016672, + 56.503648 + ], + [ + -6.081125, + 56.485053 + ], + [ + -6.102366, + 56.483222 + ], + [ + -6.109975, + 56.480699 + ], + [ + -6.118479, + 56.476264 + ], + [ + -6.127431, + 56.474351 + ], + [ + -6.13679, + 56.479438 + ], + [ + -6.153066, + 56.500067 + ], + [ + -6.162099, + 56.509223 + ], + [ + -6.174306, + 56.516669 + ], + [ + -6.194936, + 56.523342 + ], + [ + -6.288482, + 56.532294 + ], + [ + -6.307729, + 56.537299 + ], + [ + -6.32433, + 56.544257 + ], + [ + -6.338206, + 56.552069 + ], + [ + -6.290395, + 56.571967 + ], + [ + -6.298695, + 56.581244 + ], + [ + -6.319203, + 56.59398 + ], + [ + -6.325185, + 56.606106 + ], + [ + -6.288442, + 56.607978 + ], + [ + -6.272125, + 56.612209 + ], + [ + -6.256256, + 56.620347 + ], + [ + -6.247426, + 56.612616 + ], + [ + -6.238637, + 56.608588 + ], + [ + -6.230214, + 56.608588 + ], + [ + -6.222768, + 56.612942 + ], + [ + -6.220286, + 56.63227 + ], + [ + -6.190745, + 56.644924 + ], + [ + -6.151275, + 56.651801 + ], + [ + -6.119049, + 56.653876 + ], + [ + -6.105336, + 56.648505 + ], + [ + -6.058258, + 56.640204 + ], + [ + -6.059926, + 56.635688 + ], + [ + -6.062652, + 56.624823 + ], + [ + -6.064443, + 56.620347 + ], + [ + -6.033518, + 56.618842 + ], + [ + -6.008778, + 56.5987 + ], + [ + -5.968251, + 56.544664 + ], + [ + -5.965199, + 56.537665 + ], + [ + -5.965159, + 56.531073 + ], + [ + -5.962554, + 56.526109 + ], + [ + -5.952138, + 56.524156 + ], + [ + -5.852203, + 56.524156 + ], + [ + -5.844146, + 56.520575 + ], + [ + -5.836903, + 56.514635 + ], + [ + -5.829457, + 56.51081 + ], + [ + -5.814036, + 56.516669 + ], + [ + -5.804189, + 56.517768 + ], + [ + -5.794342, + 56.516669 + ], + [ + -5.787343, + 56.513617 + ], + [ + -5.765207, + 56.494208 + ], + [ + -5.756663, + 56.490058 + ], + [ + -5.746938, + 56.48843 + ], + [ + -5.728424, + 56.49018 + ], + [ + -5.721832, + 56.490058 + ], + [ + -5.710357, + 56.484849 + ], + [ + -5.696767, + 56.475653 + ], + [ + -5.685536, + 56.464057 + ], + [ + -5.680898, + 56.45185 + ], + [ + -5.673451, + 56.449693 + ], + [ + -5.658844, + 56.451728 + ], + [ + -5.648427, + 56.44774 + ], + [ + -5.653554, + 56.427965 + ], + [ + -5.661855, + 56.431383 + ], + [ + -5.670033, + 56.433092 + ], + [ + -5.688303, + 56.434801 + ] + ] + ], + [ + [ + [ + -6.459218, + 56.678127 + ], + [ + -6.468739, + 56.668158 + ], + [ + -6.482533, + 56.647895 + ], + [ + -6.489654, + 56.640204 + ], + [ + -6.497222, + 56.634345 + ], + [ + -6.504954, + 56.630072 + ], + [ + -6.514272, + 56.627427 + ], + [ + -6.527252, + 56.626532 + ], + [ + -6.564117, + 56.5987 + ], + [ + -6.616322, + 56.575181 + ], + [ + -6.633046, + 56.571967 + ], + [ + -6.657216, + 56.577826 + ], + [ + -6.668935, + 56.577786 + ], + [ + -6.67398, + 56.568549 + ], + [ + -6.677887, + 56.558254 + ], + [ + -6.686838, + 56.563788 + ], + [ + -6.696278, + 56.575995 + ], + [ + -6.701894, + 56.585639 + ], + [ + -6.674469, + 56.588446 + ], + [ + -6.648101, + 56.602851 + ], + [ + -6.602895, + 56.643622 + ], + [ + -6.591379, + 56.651842 + ], + [ + -6.559234, + 56.665269 + ], + [ + -6.535634, + 56.670844 + ], + [ + -6.505849, + 56.68537 + ], + [ + -6.489654, + 56.688666 + ], + [ + -6.46231, + 56.69123 + ], + [ + -6.452545, + 56.688422 + ], + [ + -6.459218, + 56.678127 + ] + ] + ], + [ + [ + [ + -7.393951, + 57.010199 + ], + [ + -7.389068, + 57.003607 + ], + [ + -7.386098, + 56.995307 + ], + [ + -7.381988, + 56.987535 + ], + [ + -7.373525, + 56.982856 + ], + [ + -7.402415, + 56.983385 + ], + [ + -7.411041, + 56.979722 + ], + [ + -7.419179, + 56.973334 + ], + [ + -7.427235, + 56.968573 + ], + [ + -7.435048, + 56.965277 + ], + [ + -7.442372, + 56.962958 + ], + [ + -7.436838, + 56.953681 + ], + [ + -7.445302, + 56.947089 + ], + [ + -7.460805, + 56.943183 + ], + [ + -7.476552, + 56.941881 + ], + [ + -7.541412, + 56.948717 + ], + [ + -7.556752, + 56.95307 + ], + [ + -7.556223, + 56.962633 + ], + [ + -7.544911, + 56.972317 + ], + [ + -7.528066, + 56.97663 + ], + [ + -7.51651, + 56.981187 + ], + [ + -7.511586, + 56.991645 + ], + [ + -7.514027, + 57.002916 + ], + [ + -7.524322, + 57.010199 + ], + [ + -7.499908, + 57.020087 + ], + [ + -7.475697, + 57.023017 + ], + [ + -7.457102, + 57.031562 + ], + [ + -7.449208, + 57.05858 + ], + [ + -7.444692, + 57.058539 + ], + [ + -7.441396, + 57.057196 + ], + [ + -7.434967, + 57.051744 + ], + [ + -7.428131, + 57.051337 + ], + [ + -7.422963, + 57.050116 + ], + [ + -7.418691, + 57.048041 + ], + [ + -7.414418, + 57.044908 + ], + [ + -7.428782, + 57.027737 + ], + [ + -7.434967, + 57.02383 + ], + [ + -7.402821, + 57.014635 + ], + [ + -7.393951, + 57.010199 + ] + ] + ], + [ + [ + [ + -6.325185, + 57.05858 + ], + [ + -6.272939, + 57.040229 + ], + [ + -6.250966, + 57.026557 + ], + [ + -6.269887, + 57.017564 + ], + [ + -6.269887, + 57.010199 + ], + [ + -6.243235, + 57.010199 + ], + [ + -6.256744, + 56.973782 + ], + [ + -6.276031, + 56.953111 + ], + [ + -6.303619, + 56.943996 + ], + [ + -6.341868, + 56.941881 + ], + [ + -6.359771, + 56.947333 + ], + [ + -6.376129, + 56.971177 + ], + [ + -6.390289, + 56.97663 + ], + [ + -6.405385, + 56.980536 + ], + [ + -6.436757, + 56.998481 + ], + [ + -6.455474, + 57.003974 + ], + [ + -6.395253, + 57.041938 + ], + [ + -6.364247, + 57.05565 + ], + [ + -6.325185, + 57.05858 + ] + ] + ], + [ + [ + [ + -6.606353, + 57.051744 + ], + [ + -6.59081, + 57.058987 + ], + [ + -6.556304, + 57.070136 + ], + [ + -6.537465, + 57.072821 + ], + [ + -6.525868, + 57.067125 + ], + [ + -6.501536, + 57.063666 + ], + [ + -6.489654, + 57.05858 + ], + [ + -6.51594, + 57.050686 + ], + [ + -6.548248, + 57.047593 + ], + [ + -6.580434, + 57.048407 + ], + [ + -6.606353, + 57.051744 + ] + ] + ], + [ + [ + [ + -5.958608, + 57.284491 + ], + [ + -5.984853, + 57.290432 + ], + [ + -6.007802, + 57.303616 + ], + [ + -6.013905, + 57.31745 + ], + [ + -5.98998, + 57.325507 + ], + [ + -5.955719, + 57.321601 + ], + [ + -5.929351, + 57.307196 + ], + [ + -5.925445, + 57.291693 + ], + [ + -5.958608, + 57.284491 + ] + ] + ], + [ + [ + [ + -7.243764, + 57.325507 + ], + [ + -7.232004, + 57.318793 + ], + [ + -7.222646, + 57.310614 + ], + [ + -7.211822, + 57.304877 + ], + [ + -7.195424, + 57.305609 + ], + [ + -7.200347, + 57.290961 + ], + [ + -7.209706, + 57.285468 + ], + [ + -7.221425, + 57.282131 + ], + [ + -7.233225, + 57.274319 + ], + [ + -7.239166, + 57.265286 + ], + [ + -7.249582, + 57.244696 + ], + [ + -7.256744, + 57.236721 + ], + [ + -7.276112, + 57.231757 + ], + [ + -7.353017, + 57.242906 + ], + [ + -7.353017, + 57.236721 + ], + [ + -7.288808, + 57.225898 + ], + [ + -7.271067, + 57.216254 + ], + [ + -7.262196, + 57.200873 + ], + [ + -7.257721, + 57.179755 + ], + [ + -7.259918, + 57.159817 + ], + [ + -7.271067, + 57.147935 + ], + [ + -7.288442, + 57.153998 + ], + [ + -7.307607, + 57.155829 + ], + [ + -7.346181, + 57.154771 + ], + [ + -7.346181, + 57.147935 + ], + [ + -7.32844, + 57.146186 + ], + [ + -7.29247, + 57.148871 + ], + [ + -7.277252, + 57.147935 + ], + [ + -7.259999, + 57.140041 + ], + [ + -7.248402, + 57.129462 + ], + [ + -7.235951, + 57.121161 + ], + [ + -7.215891, + 57.120063 + ], + [ + -7.215891, + 57.113837 + ], + [ + -7.239125, + 57.100531 + ], + [ + -7.321685, + 57.109931 + ], + [ + -7.353017, + 57.099555 + ], + [ + -7.381988, + 57.118354 + ], + [ + -7.390696, + 57.129055 + ], + [ + -7.416656, + 57.181586 + ], + [ + -7.4204, + 57.19774 + ], + [ + -7.414418, + 57.209418 + ], + [ + -7.414418, + 57.216254 + ], + [ + -7.431467, + 57.229438 + ], + [ + -7.442291, + 57.234605 + ], + [ + -7.455434, + 57.236721 + ], + [ + -7.442738, + 57.244778 + ], + [ + -7.434967, + 57.251899 + ], + [ + -7.421946, + 57.270901 + ], + [ + -7.417307, + 57.28144 + ], + [ + -7.414947, + 57.290107 + ], + [ + -7.409983, + 57.295966 + ], + [ + -7.397084, + 57.298163 + ], + [ + -7.389719, + 57.311957 + ], + [ + -7.401519, + 57.342353 + ], + [ + -7.428131, + 57.3876 + ], + [ + -7.408437, + 57.395575 + ], + [ + -7.362864, + 57.407864 + ], + [ + -7.353017, + 57.408026 + ], + [ + -7.26358, + 57.373928 + ], + [ + -7.272084, + 57.370266 + ], + [ + -7.279124, + 57.36994 + ], + [ + -7.298411, + 57.373928 + ], + [ + -7.298411, + 57.367092 + ], + [ + -7.276357, + 57.364732 + ], + [ + -7.244862, + 57.348456 + ], + [ + -7.222646, + 57.346584 + ], + [ + -7.222646, + 57.339789 + ], + [ + -7.250356, + 57.331855 + ], + [ + -7.271799, + 57.33747 + ], + [ + -7.290151, + 57.347398 + ], + [ + -7.331614, + 57.360907 + ], + [ + -7.351389, + 57.376695 + ], + [ + -7.371083, + 57.3876 + ], + [ + -7.393951, + 57.380764 + ], + [ + -7.387766, + 57.377509 + ], + [ + -7.381093, + 57.373033 + ], + [ + -7.375722, + 57.368109 + ], + [ + -7.373525, + 57.363593 + ], + [ + -7.370473, + 57.355129 + ], + [ + -7.363189, + 57.353217 + ], + [ + -7.354156, + 57.353746 + ], + [ + -7.346181, + 57.352769 + ], + [ + -7.322011, + 57.346584 + ], + [ + -7.317942, + 57.344468 + ], + [ + -7.305287, + 57.332343 + ], + [ + -7.290273, + 57.328315 + ], + [ + -7.259389, + 57.32803 + ], + [ + -7.243764, + 57.325507 + ] + ] + ], + [ + [ + [ + -7.26358, + 57.4831 + ], + [ + -7.265289, + 57.478746 + ], + [ + -7.265736, + 57.478013 + ], + [ + -7.266998, + 57.478176 + ], + [ + -7.271067, + 57.476264 + ], + [ + -7.262522, + 57.472113 + ], + [ + -7.254262, + 57.472846 + ], + [ + -7.245758, + 57.475165 + ], + [ + -7.236318, + 57.476264 + ], + [ + -7.229482, + 57.474555 + ], + [ + -7.202138, + 57.462633 + ], + [ + -7.208404, + 57.456448 + ], + [ + -7.222035, + 57.460924 + ], + [ + -7.2447, + 57.449652 + ], + [ + -7.26358, + 57.448961 + ], + [ + -7.258209, + 57.439114 + ], + [ + -7.249664, + 57.435248 + ], + [ + -7.22643, + 57.435289 + ], + [ + -7.212026, + 57.432196 + ], + [ + -7.204091, + 57.425442 + ], + [ + -7.205434, + 57.418606 + ], + [ + -7.292063, + 57.404731 + ], + [ + -7.318267, + 57.408026 + ], + [ + -7.396148, + 57.433987 + ], + [ + -7.407623, + 57.445624 + ], + [ + -7.402699, + 57.464342 + ], + [ + -7.389272, + 57.479885 + ], + [ + -7.369618, + 57.489325 + ], + [ + -7.346181, + 57.489936 + ], + [ + -7.334462, + 57.485093 + ], + [ + -7.322133, + 57.482896 + ], + [ + -7.309804, + 57.484117 + ], + [ + -7.298411, + 57.489936 + ], + [ + -7.29247, + 57.485297 + ], + [ + -7.284495, + 57.482856 + ], + [ + -7.274729, + 57.482245 + ], + [ + -7.26358, + 57.4831 + ] + ] + ], + [ + [ + [ + -6.064443, + 57.346584 + ], + [ + -6.075429, + 57.355048 + ], + [ + -6.077138, + 57.371772 + ], + [ + -6.069081, + 57.436103 + ], + [ + -6.061635, + 57.452704 + ], + [ + -6.045522, + 57.460639 + ], + [ + -6.016672, + 57.462633 + ], + [ + -6.016672, + 57.469428 + ], + [ + -6.02359, + 57.474189 + ], + [ + -6.029042, + 57.479397 + ], + [ + -6.037099, + 57.489936 + ], + [ + -6.025868, + 57.496243 + ], + [ + -6.015859, + 57.496772 + ], + [ + -5.995595, + 57.489936 + ], + [ + -5.995595, + 57.497463 + ], + [ + -6.009836, + 57.511054 + ], + [ + -6.000885, + 57.509711 + ], + [ + -5.993316, + 57.507025 + ], + [ + -5.987213, + 57.502875 + ], + [ + -5.982533, + 57.497463 + ], + [ + -5.986724, + 57.482245 + ], + [ + -6.003041, + 57.452826 + ], + [ + -6.017649, + 57.418199 + ], + [ + -6.016672, + 57.3876 + ], + [ + -6.008901, + 57.380194 + ], + [ + -5.995107, + 57.363715 + ], + [ + -5.989491, + 57.347317 + ], + [ + -6.006459, + 57.339789 + ], + [ + -6.022857, + 57.336249 + ], + [ + -6.038686, + 57.329779 + ], + [ + -6.054799, + 57.326402 + ], + [ + -6.071929, + 57.332343 + ], + [ + -6.069244, + 57.339545 + ], + [ + -6.067616, + 57.342475 + ], + [ + -6.064443, + 57.346584 + ] + ] + ], + [ + [ + [ + -5.968251, + 57.51789 + ], + [ + -5.983713, + 57.522366 + ], + [ + -5.98998, + 57.532945 + ], + [ + -5.987294, + 57.546291 + ], + [ + -5.975697, + 57.558824 + ], + [ + -5.980092, + 57.561469 + ], + [ + -5.980377, + 57.562445 + ], + [ + -5.982533, + 57.566311 + ], + [ + -5.975697, + 57.572333 + ], + [ + -5.968658, + 57.576565 + ], + [ + -5.961903, + 57.577297 + ], + [ + -5.95519, + 57.572496 + ], + [ + -5.968007, + 57.533922 + ], + [ + -5.968251, + 57.51789 + ] + ] + ], + [ + [ + [ + -7.129384, + 57.652899 + ], + [ + -7.114573, + 57.65233 + ], + [ + -7.0926, + 57.652086 + ], + [ + -7.074086, + 57.646389 + ], + [ + -7.065053, + 57.633979 + ], + [ + -7.075429, + 57.628363 + ], + [ + -7.092356, + 57.611518 + ], + [ + -7.099192, + 57.607327 + ], + [ + -7.113108, + 57.60871 + ], + [ + -7.123118, + 57.615709 + ], + [ + -7.130767, + 57.623481 + ], + [ + -7.137318, + 57.627143 + ], + [ + -7.148427, + 57.62934 + ], + [ + -7.171132, + 57.641425 + ], + [ + -7.215891, + 57.641425 + ], + [ + -7.215891, + 57.633979 + ], + [ + -7.204254, + 57.633368 + ], + [ + -7.197255, + 57.631252 + ], + [ + -7.196156, + 57.627183 + ], + [ + -7.202138, + 57.620917 + ], + [ + -7.202138, + 57.613471 + ], + [ + -7.173248, + 57.614651 + ], + [ + -7.164418, + 57.609931 + ], + [ + -7.161204, + 57.596381 + ], + [ + -7.154286, + 57.587348 + ], + [ + -7.138051, + 57.586982 + ], + [ + -7.106028, + 57.592963 + ], + [ + -7.1256, + 57.571112 + ], + [ + -7.149973, + 57.561713 + ], + [ + -7.208404, + 57.558824 + ], + [ + -7.215728, + 57.557359 + ], + [ + -7.230214, + 57.552395 + ], + [ + -7.236318, + 57.552069 + ], + [ + -7.243276, + 57.556098 + ], + [ + -7.252065, + 57.569281 + ], + [ + -7.256744, + 57.572496 + ], + [ + -7.269887, + 57.570543 + ], + [ + -7.312082, + 57.552069 + ], + [ + -7.312082, + 57.544582 + ], + [ + -7.240061, + 57.544582 + ], + [ + -7.181304, + 57.5539 + ], + [ + -7.161204, + 57.552069 + ], + [ + -7.144154, + 57.548529 + ], + [ + -7.137685, + 57.545111 + ], + [ + -7.133901, + 57.538398 + ], + [ + -7.137278, + 57.532131 + ], + [ + -7.157541, + 57.511054 + ], + [ + -7.199208, + 57.512681 + ], + [ + -7.219838, + 57.51081 + ], + [ + -7.236318, + 57.503607 + ], + [ + -7.252512, + 57.510321 + ], + [ + -7.287465, + 57.508775 + ], + [ + -7.305287, + 57.511054 + ], + [ + -7.314687, + 57.514594 + ], + [ + -7.318471, + 57.517035 + ], + [ + -7.329986, + 57.528876 + ], + [ + -7.333485, + 57.534329 + ], + [ + -7.338124, + 57.53974 + ], + [ + -7.346181, + 57.544582 + ], + [ + -7.337554, + 57.545071 + ], + [ + -7.318267, + 57.552069 + ], + [ + -7.351226, + 57.553697 + ], + [ + -7.41161, + 57.575141 + ], + [ + -7.442372, + 57.579291 + ], + [ + -7.449208, + 57.572903 + ], + [ + -7.455922, + 57.568427 + ], + [ + -7.46288, + 57.566311 + ], + [ + -7.470855, + 57.567206 + ], + [ + -7.483266, + 57.571479 + ], + [ + -7.49942, + 57.575019 + ], + [ + -7.54483, + 57.592963 + ], + [ + -7.54483, + 57.599799 + ], + [ + -7.522206, + 57.608385 + ], + [ + -7.506581, + 57.625556 + ], + [ + -7.493031, + 57.645413 + ], + [ + -7.476552, + 57.661933 + ], + [ + -7.455312, + 57.655463 + ], + [ + -7.387115, + 57.661933 + ], + [ + -7.387115, + 57.655097 + ], + [ + -7.394928, + 57.654446 + ], + [ + -7.414418, + 57.648261 + ], + [ + -7.396555, + 57.635321 + ], + [ + -7.366851, + 57.651435 + ], + [ + -7.335357, + 57.676093 + ], + [ + -7.312082, + 57.688544 + ], + [ + -7.312082, + 57.682359 + ], + [ + -7.318186, + 57.67886 + ], + [ + -7.322865, + 57.67475 + ], + [ + -7.332509, + 57.661933 + ], + [ + -7.277903, + 57.649563 + ], + [ + -7.256744, + 57.648261 + ], + [ + -7.256744, + 57.655097 + ], + [ + -7.263417, + 57.655992 + ], + [ + -7.277252, + 57.661933 + ], + [ + -7.255971, + 57.666938 + ], + [ + -7.209055, + 57.686021 + ], + [ + -7.181711, + 57.688544 + ], + [ + -7.169179, + 57.679185 + ], + [ + -7.165395, + 57.669867 + ], + [ + -7.171539, + 57.661526 + ], + [ + -7.189117, + 57.655097 + ], + [ + -7.172841, + 57.649563 + ], + [ + -7.142568, + 57.658108 + ], + [ + -7.129384, + 57.652899 + ] + ] + ], + [ + [ + [ + -6.564117, + 57.346584 + ], + [ + -6.580556, + 57.338813 + ], + [ + -6.672475, + 57.355943 + ], + [ + -6.695953, + 57.364407 + ], + [ + -6.714752, + 57.376614 + ], + [ + -6.722401, + 57.390937 + ], + [ + -6.731679, + 57.416978 + ], + [ + -6.773183, + 57.434068 + ], + [ + -6.783844, + 57.456448 + ], + [ + -6.722401, + 57.456448 + ], + [ + -6.736318, + 57.465155 + ], + [ + -6.745229, + 57.475898 + ], + [ + -6.747141, + 57.487942 + ], + [ + -6.739735, + 57.500556 + ], + [ + -6.726308, + 57.51142 + ], + [ + -6.715932, + 57.514228 + ], + [ + -6.706451, + 57.510932 + ], + [ + -6.653554, + 57.468695 + ], + [ + -6.647328, + 57.45954 + ], + [ + -6.638092, + 57.453274 + ], + [ + -6.620025, + 57.445502 + ], + [ + -6.606801, + 57.443915 + ], + [ + -6.612538, + 57.456448 + ], + [ + -6.612538, + 57.462633 + ], + [ + -6.608266, + 57.464586 + ], + [ + -6.604156, + 57.46776 + ], + [ + -6.599477, + 57.469428 + ], + [ + -6.616689, + 57.480902 + ], + [ + -6.619374, + 57.4831 + ], + [ + -6.622222, + 57.486396 + ], + [ + -6.631256, + 57.493598 + ], + [ + -6.633046, + 57.497463 + ], + [ + -6.630605, + 57.501776 + ], + [ + -6.621409, + 57.503852 + ], + [ + -6.619374, + 57.50731 + ], + [ + -6.61144, + 57.512193 + ], + [ + -6.593617, + 57.510972 + ], + [ + -6.564117, + 57.503607 + ], + [ + -6.573964, + 57.521715 + ], + [ + -6.599355, + 57.537543 + ], + [ + -6.629872, + 57.548529 + ], + [ + -6.654775, + 57.552069 + ], + [ + -6.641591, + 57.561957 + ], + [ + -6.631012, + 57.576809 + ], + [ + -6.628896, + 57.591132 + ], + [ + -6.640452, + 57.599799 + ], + [ + -6.640452, + 57.607327 + ], + [ + -6.619781, + 57.607164 + ], + [ + -6.605621, + 57.599555 + ], + [ + -6.594309, + 57.590522 + ], + [ + -6.572255, + 57.582506 + ], + [ + -6.56843, + 57.574286 + ], + [ + -6.566884, + 57.56509 + ], + [ + -6.564117, + 57.558824 + ], + [ + -6.554596, + 57.552476 + ], + [ + -6.54776, + 57.549547 + ], + [ + -6.50121, + 57.535549 + ], + [ + -6.490387, + 57.53026 + ], + [ + -6.479075, + 57.520982 + ], + [ + -6.464915, + 57.512519 + ], + [ + -6.45165, + 57.513332 + ], + [ + -6.437652, + 57.517239 + ], + [ + -6.420766, + 57.51789 + ], + [ + -6.443471, + 57.488105 + ], + [ + -6.433502, + 57.486477 + ], + [ + -6.412099, + 57.50137 + ], + [ + -6.400258, + 57.520982 + ], + [ + -6.386952, + 57.517279 + ], + [ + -6.310902, + 57.462633 + ], + [ + -6.310902, + 57.469428 + ], + [ + -6.315785, + 57.472805 + ], + [ + -6.320953, + 57.479315 + ], + [ + -6.325185, + 57.4831 + ], + [ + -6.324615, + 57.496812 + ], + [ + -6.338531, + 57.509467 + ], + [ + -6.372955, + 57.531562 + ], + [ + -6.389556, + 57.552476 + ], + [ + -6.385854, + 57.562649 + ], + [ + -6.372426, + 57.572577 + ], + [ + -6.359853, + 57.592963 + ], + [ + -6.371938, + 57.591864 + ], + [ + -6.383372, + 57.592922 + ], + [ + -6.393137, + 57.595649 + ], + [ + -6.400258, + 57.599799 + ], + [ + -6.395863, + 57.613471 + ], + [ + -6.401112, + 57.621527 + ], + [ + -6.409535, + 57.627346 + ], + [ + -6.41454, + 57.633979 + ], + [ + -6.415679, + 57.645819 + ], + [ + -6.413442, + 57.649237 + ], + [ + -6.406606, + 57.650336 + ], + [ + -6.366567, + 57.664252 + ], + [ + -6.359853, + 57.668118 + ], + [ + -6.351186, + 57.680121 + ], + [ + -6.345286, + 57.692206 + ], + [ + -6.337961, + 57.699164 + ], + [ + -6.325185, + 57.69599 + ], + [ + -6.317494, + 57.697699 + ], + [ + -6.31428, + 57.699164 + ], + [ + -6.310902, + 57.702826 + ], + [ + -6.302235, + 57.692369 + ], + [ + -6.293324, + 57.686021 + ], + [ + -6.269887, + 57.675523 + ], + [ + -6.260487, + 57.668647 + ], + [ + -6.236073, + 57.646186 + ], + [ + -6.232655, + 57.641425 + ], + [ + -6.187978, + 57.620917 + ], + [ + -6.168853, + 57.607611 + ], + [ + -6.158355, + 57.597846 + ], + [ + -6.153879, + 57.589545 + ], + [ + -6.144683, + 57.520006 + ], + [ + -6.135121, + 57.490058 + ], + [ + -6.133372, + 57.476264 + ], + [ + -6.136057, + 57.46133 + ], + [ + -6.14509, + 57.438625 + ], + [ + -6.146962, + 57.425116 + ], + [ + -6.152496, + 57.417548 + ], + [ + -6.178863, + 57.403551 + ], + [ + -6.187978, + 57.394355 + ], + [ + -6.175852, + 57.400824 + ], + [ + -6.15925, + 57.407375 + ], + [ + -6.141591, + 57.410793 + ], + [ + -6.126536, + 57.408026 + ], + [ + -6.117909, + 57.397773 + ], + [ + -6.123525, + 57.388251 + ], + [ + -6.134104, + 57.380032 + ], + [ + -6.140126, + 57.373928 + ], + [ + -6.135243, + 57.357367 + ], + [ + -6.120758, + 57.347073 + ], + [ + -6.105702, + 57.339667 + ], + [ + -6.099233, + 57.332343 + ], + [ + -6.106597, + 57.323472 + ], + [ + -6.140289, + 57.312445 + ], + [ + -6.153879, + 57.305609 + ], + [ + -6.068186, + 57.311835 + ], + [ + -6.0454, + 57.308295 + ], + [ + -6.041086, + 57.300116 + ], + [ + -6.052887, + 57.291002 + ], + [ + -6.078114, + 57.284491 + ], + [ + -6.078114, + 57.277655 + ], + [ + -6.050852, + 57.279242 + ], + [ + -6.028879, + 57.285346 + ], + [ + -6.008453, + 57.28677 + ], + [ + -5.986236, + 57.274319 + ], + [ + -5.976674, + 57.270331 + ], + [ + -5.96345, + 57.269477 + ], + [ + -5.93814, + 57.270901 + ], + [ + -5.923248, + 57.266913 + ], + [ + -5.913808, + 57.25788 + ], + [ + -5.907135, + 57.248481 + ], + [ + -5.900624, + 57.242906 + ], + [ + -5.88622, + 57.242092 + ], + [ + -5.877309, + 57.246812 + ], + [ + -5.871327, + 57.253241 + ], + [ + -5.865834, + 57.257148 + ], + [ + -5.82433, + 57.256171 + ], + [ + -5.795806, + 57.271796 + ], + [ + -5.767893, + 57.277411 + ], + [ + -5.738515, + 57.277289 + ], + [ + -5.721832, + 57.264635 + ], + [ + -5.647369, + 57.264635 + ], + [ + -5.663889, + 57.239814 + ], + [ + -5.663482, + 57.233303 + ], + [ + -5.659088, + 57.22248 + ], + [ + -5.662953, + 57.212714 + ], + [ + -5.670644, + 57.204657 + ], + [ + -5.690907, + 57.189521 + ], + [ + -5.727284, + 57.172797 + ], + [ + -5.74234, + 57.168443 + ], + [ + -5.782053, + 57.166246 + ], + [ + -5.788971, + 57.159491 + ], + [ + -5.790761, + 57.137397 + ], + [ + -5.800364, + 57.123725 + ], + [ + -5.821441, + 57.114447 + ], + [ + -5.842641, + 57.107978 + ], + [ + -5.852203, + 57.102973 + ], + [ + -5.860097, + 57.095364 + ], + [ + -5.918853, + 57.050116 + ], + [ + -5.934926, + 57.041205 + ], + [ + -5.95344, + 57.034125 + ], + [ + -6.006744, + 57.028388 + ], + [ + -6.020823, + 57.031887 + ], + [ + -6.030385, + 57.044908 + ], + [ + -6.027252, + 57.062161 + ], + [ + -6.000234, + 57.08393 + ], + [ + -6.003041, + 57.092719 + ], + [ + -6.003041, + 57.099555 + ], + [ + -5.99706, + 57.101752 + ], + [ + -5.994211, + 57.10456 + ], + [ + -5.98998, + 57.113837 + ], + [ + -5.986928, + 57.118232 + ], + [ + -5.980092, + 57.123114 + ], + [ + -5.961822, + 57.142157 + ], + [ + -5.952789, + 57.14883 + ], + [ + -5.941558, + 57.154771 + ], + [ + -5.845367, + 57.181464 + ], + [ + -5.845367, + 57.1883 + ], + [ + -5.872955, + 57.179999 + ], + [ + -5.900868, + 57.175523 + ], + [ + -5.986236, + 57.174628 + ], + [ + -5.991689, + 57.177191 + ], + [ + -5.993072, + 57.183173 + ], + [ + -5.993316, + 57.190172 + ], + [ + -5.995595, + 57.195746 + ], + [ + -6.019276, + 57.217597 + ], + [ + -6.032216, + 57.226508 + ], + [ + -6.044016, + 57.229926 + ], + [ + -6.039784, + 57.219387 + ], + [ + -6.03539, + 57.211493 + ], + [ + -6.023508, + 57.195746 + ], + [ + -6.034088, + 57.181098 + ], + [ + -6.040842, + 57.17414 + ], + [ + -6.050852, + 57.168443 + ], + [ + -6.044016, + 57.161038 + ], + [ + -6.056264, + 57.152899 + ], + [ + -6.064605, + 57.14175 + ], + [ + -6.073842, + 57.131781 + ], + [ + -6.088612, + 57.127427 + ], + [ + -6.10143, + 57.135199 + ], + [ + -6.107167, + 57.153022 + ], + [ + -6.111195, + 57.173285 + ], + [ + -6.112904, + 57.1883 + ], + [ + -6.120961, + 57.193793 + ], + [ + -6.126454, + 57.195217 + ], + [ + -6.132069, + 57.193183 + ], + [ + -6.140126, + 57.1883 + ], + [ + -6.14745, + 57.194525 + ], + [ + -6.155588, + 57.198879 + ], + [ + -6.164459, + 57.201361 + ], + [ + -6.174306, + 57.201972 + ], + [ + -6.174306, + 57.195746 + ], + [ + -6.15982, + 57.187649 + ], + [ + -6.177154, + 57.18122 + ], + [ + -6.318349, + 57.161038 + ], + [ + -6.318349, + 57.168443 + ], + [ + -6.306996, + 57.173896 + ], + [ + -6.276723, + 57.195746 + ], + [ + -6.276723, + 57.201972 + ], + [ + -6.295318, + 57.202379 + ], + [ + -6.3131, + 57.199897 + ], + [ + -6.329986, + 57.195014 + ], + [ + -6.345611, + 57.1883 + ], + [ + -6.364735, + 57.204535 + ], + [ + -6.379791, + 57.22309 + ], + [ + -6.368886, + 57.225775 + ], + [ + -6.359486, + 57.229438 + ], + [ + -6.351715, + 57.234809 + ], + [ + -6.345611, + 57.242906 + ], + [ + -6.391428, + 57.240546 + ], + [ + -6.408193, + 57.243354 + ], + [ + -6.455474, + 57.277655 + ], + [ + -6.457997, + 57.280992 + ], + [ + -6.462961, + 57.290432 + ], + [ + -6.466054, + 57.294745 + ], + [ + -6.471181, + 57.299018 + ], + [ + -6.475575, + 57.301418 + ], + [ + -6.479156, + 57.304755 + ], + [ + -6.482167, + 57.311835 + ], + [ + -6.436187, + 57.329739 + ], + [ + -6.416412, + 57.33454 + ], + [ + -6.394032, + 57.332343 + ], + [ + -6.376332, + 57.323798 + ], + [ + -6.35851, + 57.311835 + ], + [ + -6.337636, + 57.3015 + ], + [ + -6.310902, + 57.298163 + ], + [ + -6.323883, + 57.311428 + ], + [ + -6.386586, + 57.339789 + ], + [ + -6.399526, + 57.348456 + ], + [ + -6.406158, + 57.351549 + ], + [ + -6.417633, + 57.352769 + ], + [ + -6.428822, + 57.351508 + ], + [ + -6.450551, + 57.346503 + ], + [ + -6.462961, + 57.346584 + ], + [ + -6.448638, + 57.352769 + ], + [ + -6.448638, + 57.360256 + ], + [ + -6.456614, + 57.361151 + ], + [ + -6.475942, + 57.367092 + ], + [ + -6.468739, + 57.368557 + ], + [ + -6.46581, + 57.370022 + ], + [ + -6.462961, + 57.373928 + ], + [ + -6.472157, + 57.376532 + ], + [ + -6.478871, + 57.381903 + ], + [ + -6.480824, + 57.390082 + ], + [ + -6.475942, + 57.40119 + ], + [ + -6.490834, + 57.398993 + ], + [ + -6.51061, + 57.385565 + ], + [ + -6.523793, + 57.380764 + ], + [ + -6.518707, + 57.389553 + ], + [ + -6.517649, + 57.398871 + ], + [ + -6.52123, + 57.407864 + ], + [ + -6.530629, + 57.415473 + ], + [ + -6.53893, + 57.40233 + ], + [ + -6.550404, + 57.398017 + ], + [ + -6.562123, + 57.395453 + ], + [ + -6.571523, + 57.3876 + ], + [ + -6.57315, + 57.376125 + ], + [ + -6.562123, + 57.357856 + ], + [ + -6.564117, + 57.346584 + ] + ] + ], + [ + [ + [ + -7.222646, + 57.709662 + ], + [ + -7.180165, + 57.734687 + ], + [ + -7.161204, + 57.737006 + ], + [ + -7.152008, + 57.726304 + ], + [ + -7.170033, + 57.715155 + ], + [ + -7.198964, + 57.707953 + ], + [ + -7.222646, + 57.709662 + ] + ] + ], + [ + [ + [ + -8.621002, + 57.833197 + ], + [ + -8.605295, + 57.826402 + ], + [ + -8.569081, + 57.823676 + ], + [ + -8.552235, + 57.818915 + ], + [ + -8.568959, + 57.807563 + ], + [ + -8.590891, + 57.804755 + ], + [ + -8.610707, + 57.81273 + ], + [ + -8.621002, + 57.833197 + ] + ] + ], + [ + [ + [ + -7.044586, + 57.902086 + ], + [ + -7.048085, + 57.890815 + ], + [ + -7.055165, + 57.884182 + ], + [ + -7.0655, + 57.881049 + ], + [ + -7.079335, + 57.880316 + ], + [ + -7.077056, + 57.888617 + ], + [ + -7.076772, + 57.890692 + ], + [ + -7.07787, + 57.891181 + ], + [ + -7.079335, + 57.89468 + ], + [ + -7.03775, + 57.916327 + ], + [ + -7.015533, + 57.921942 + ], + [ + -6.997385, + 57.915107 + ], + [ + -6.99706, + 57.893541 + ], + [ + -7.009185, + 57.889594 + ], + [ + -7.044586, + 57.902086 + ] + ] + ], + [ + [ + [ + -6.87328, + 58.216783 + ], + [ + -6.862864, + 58.216457 + ], + [ + -6.859609, + 58.216783 + ], + [ + -6.859609, + 58.223049 + ], + [ + -6.872222, + 58.226793 + ], + [ + -6.882314, + 58.236274 + ], + [ + -6.88622, + 58.247626 + ], + [ + -6.880035, + 58.257758 + ], + [ + -6.861155, + 58.253363 + ], + [ + -6.828928, + 58.233791 + ], + [ + -6.818593, + 58.23725 + ], + [ + -6.809641, + 58.232245 + ], + [ + -6.801991, + 58.226142 + ], + [ + -6.795766, + 58.218817 + ], + [ + -6.791249, + 58.209947 + ], + [ + -6.87328, + 58.209947 + ], + [ + -6.87328, + 58.216783 + ] + ] + ], + [ + [ + [ + -6.955149, + 57.743842 + ], + [ + -6.9735, + 57.733344 + ], + [ + -6.980784, + 57.735053 + ], + [ + -7.031646, + 57.767401 + ], + [ + -7.041371, + 57.770494 + ], + [ + -7.101877, + 57.811469 + ], + [ + -7.112782, + 57.815863 + ], + [ + -7.117299, + 57.823065 + ], + [ + -7.124623, + 57.830756 + ], + [ + -7.125071, + 57.8369 + ], + [ + -7.109446, + 57.839423 + ], + [ + -7.096995, + 57.838039 + ], + [ + -7.088612, + 57.833401 + ], + [ + -7.083241, + 57.8251 + ], + [ + -7.079335, + 57.81269 + ], + [ + -6.997385, + 57.853705 + ], + [ + -6.984853, + 57.864895 + ], + [ + -6.96227, + 57.868842 + ], + [ + -6.914174, + 57.867906 + ], + [ + -6.962554, + 57.887844 + ], + [ + -6.962554, + 57.89468 + ], + [ + -6.91161, + 57.91059 + ], + [ + -6.881703, + 57.914293 + ], + [ + -6.851877, + 57.91059 + ], + [ + -6.832265, + 57.902086 + ], + [ + -6.841868, + 57.90705 + ], + [ + -6.851552, + 57.911404 + ], + [ + -6.859609, + 57.915229 + ], + [ + -6.862945, + 57.918036 + ], + [ + -6.865834, + 57.921332 + ], + [ + -6.846995, + 57.927924 + ], + [ + -6.839101, + 57.928778 + ], + [ + -6.839101, + 57.935614 + ], + [ + -6.897084, + 57.935614 + ], + [ + -6.910797, + 57.93891 + ], + [ + -6.937001, + 57.953437 + ], + [ + -6.952056, + 57.956732 + ], + [ + -7.009755, + 57.955268 + ], + [ + -7.036285, + 57.960639 + ], + [ + -7.044586, + 57.976549 + ], + [ + -7.057281, + 57.970852 + ], + [ + -7.065826, + 57.971015 + ], + [ + -7.112782, + 57.99022 + ], + [ + -7.096669, + 57.997463 + ], + [ + -7.084828, + 58.005927 + ], + [ + -7.071767, + 58.011908 + ], + [ + -7.05191, + 58.011379 + ], + [ + -7.05191, + 58.017524 + ], + [ + -7.054921, + 58.019761 + ], + [ + -7.055653, + 58.020697 + ], + [ + -7.056142, + 58.021959 + ], + [ + -7.058217, + 58.02497 + ], + [ + -7.027903, + 58.027533 + ], + [ + -6.995229, + 58.033759 + ], + [ + -6.934641, + 58.052314 + ], + [ + -7.028717, + 58.038398 + ], + [ + -7.058217, + 58.038642 + ], + [ + -7.053619, + 58.047797 + ], + [ + -7.045766, + 58.052639 + ], + [ + -7.035553, + 58.0539 + ], + [ + -7.024037, + 58.052314 + ], + [ + -7.024037, + 58.058539 + ], + [ + -7.05191, + 58.058539 + ], + [ + -7.042795, + 58.061835 + ], + [ + -7.035024, + 58.066352 + ], + [ + -7.028717, + 58.072211 + ], + [ + -7.024037, + 58.079576 + ], + [ + -7.067494, + 58.06273 + ], + [ + -7.075551, + 58.062242 + ], + [ + -7.104888, + 58.094794 + ], + [ + -7.112782, + 58.100084 + ], + [ + -7.107533, + 58.112006 + ], + [ + -7.113189, + 58.1164 + ], + [ + -7.121938, + 58.118598 + ], + [ + -7.126454, + 58.123969 + ], + [ + -7.123402, + 58.136664 + ], + [ + -7.112131, + 58.145453 + ], + [ + -7.112782, + 58.155341 + ], + [ + -7.104156, + 58.15705 + ], + [ + -7.100168, + 58.15941 + ], + [ + -7.097646, + 58.163031 + ], + [ + -7.093007, + 58.168402 + ], + [ + -7.10025, + 58.170111 + ], + [ + -7.107411, + 58.17414 + ], + [ + -7.112782, + 58.175849 + ], + [ + -7.112782, + 58.182034 + ], + [ + -7.037709, + 58.184638 + ], + [ + -7.017201, + 58.189439 + ], + [ + -7.043446, + 58.19595 + ], + [ + -7.053944, + 58.201361 + ], + [ + -7.058217, + 58.213365 + ], + [ + -7.05606, + 58.225653 + ], + [ + -7.05016, + 58.232367 + ], + [ + -7.030873, + 58.244696 + ], + [ + -7.016103, + 58.238593 + ], + [ + -6.977284, + 58.227362 + ], + [ + -6.969472, + 58.226752 + ], + [ + -6.962026, + 58.23017 + ], + [ + -6.907338, + 58.216783 + ], + [ + -6.907338, + 58.209947 + ], + [ + -6.937082, + 58.211005 + ], + [ + -6.930409, + 58.196845 + ], + [ + -6.909657, + 58.179755 + ], + [ + -6.897084, + 58.172105 + ], + [ + -6.898346, + 58.156724 + ], + [ + -6.888051, + 58.135891 + ], + [ + -6.872874, + 58.116889 + ], + [ + -6.859609, + 58.106879 + ], + [ + -6.86144, + 58.115871 + ], + [ + -6.861887, + 58.121405 + ], + [ + -6.859609, + 58.134833 + ], + [ + -6.866607, + 58.141181 + ], + [ + -6.881581, + 58.158637 + ], + [ + -6.887522, + 58.168402 + ], + [ + -6.877512, + 58.172187 + ], + [ + -6.873931, + 58.179389 + ], + [ + -6.87267, + 58.186347 + ], + [ + -6.869496, + 58.189439 + ], + [ + -6.825063, + 58.19538 + ], + [ + -6.815175, + 58.199693 + ], + [ + -6.798451, + 58.202379 + ], + [ + -6.772572, + 58.195502 + ], + [ + -6.748525, + 58.182929 + ], + [ + -6.736684, + 58.168402 + ], + [ + -6.709381, + 58.189439 + ], + [ + -6.734364, + 58.197699 + ], + [ + -6.742909, + 58.203111 + ], + [ + -6.746816, + 58.209215 + ], + [ + -6.752553, + 58.224799 + ], + [ + -6.757192, + 58.230414 + ], + [ + -6.763051, + 58.231676 + ], + [ + -6.777821, + 58.229478 + ], + [ + -6.783844, + 58.230414 + ], + [ + -6.785715, + 58.232978 + ], + [ + -6.78954, + 58.242011 + ], + [ + -6.791249, + 58.244696 + ], + [ + -6.802724, + 58.25373 + ], + [ + -6.807688, + 58.258694 + ], + [ + -6.811838, + 58.264594 + ], + [ + -6.806752, + 58.266547 + ], + [ + -6.802724, + 58.268988 + ], + [ + -6.798004, + 58.270982 + ], + [ + -6.791249, + 58.271389 + ], + [ + -6.796457, + 58.278632 + ], + [ + -6.801178, + 58.283352 + ], + [ + -6.807729, + 58.285468 + ], + [ + -6.818593, + 58.285102 + ], + [ + -6.736969, + 58.323635 + ], + [ + -6.715566, + 58.339667 + ], + [ + -6.703359, + 58.335883 + ], + [ + -6.695953, + 58.338446 + ], + [ + -6.689687, + 58.343329 + ], + [ + -6.681386, + 58.346503 + ], + [ + -6.647328, + 58.346503 + ], + [ + -6.620676, + 58.350735 + ], + [ + -6.557485, + 58.368557 + ], + [ + -6.548492, + 58.372789 + ], + [ + -6.523346, + 58.390774 + ], + [ + -6.345611, + 58.463202 + ], + [ + -6.296295, + 58.49726 + ], + [ + -6.267405, + 58.51203 + ], + [ + -6.243235, + 58.510972 + ], + [ + -6.223053, + 58.499213 + ], + [ + -6.205393, + 58.481269 + ], + [ + -6.192738, + 58.462063 + ], + [ + -6.187978, + 58.446112 + ], + [ + -6.169993, + 58.429999 + ], + [ + -6.16686, + 58.419501 + ], + [ + -6.184926, + 58.414781 + ], + [ + -6.192372, + 58.409125 + ], + [ + -6.215321, + 58.367621 + ], + [ + -6.206899, + 58.361151 + ], + [ + -6.195546, + 58.356269 + ], + [ + -6.18224, + 58.353664 + ], + [ + -6.16747, + 58.353949 + ], + [ + -6.16747, + 58.346503 + ], + [ + -6.188832, + 58.340806 + ], + [ + -6.233713, + 58.322821 + ], + [ + -6.249989, + 58.312974 + ], + [ + -6.244985, + 58.304145 + ], + [ + -6.246409, + 58.297553 + ], + [ + -6.253814, + 58.293362 + ], + [ + -6.266835, + 58.291897 + ], + [ + -6.278676, + 58.288723 + ], + [ + -6.288238, + 58.274604 + ], + [ + -6.31786, + 58.268297 + ], + [ + -6.319936, + 58.260932 + ], + [ + -6.316965, + 58.252143 + ], + [ + -6.318349, + 58.244696 + ], + [ + -6.327463, + 58.239732 + ], + [ + -6.33849, + 58.237616 + ], + [ + -6.366119, + 58.23725 + ], + [ + -6.347727, + 58.221137 + ], + [ + -6.310862, + 58.215033 + ], + [ + -6.270904, + 58.216498 + ], + [ + -6.243235, + 58.223049 + ], + [ + -6.194814, + 58.250922 + ], + [ + -6.179758, + 58.255561 + ], + [ + -6.161122, + 58.258979 + ], + [ + -6.150706, + 58.258368 + ], + [ + -6.160024, + 58.250922 + ], + [ + -6.160024, + 58.244696 + ], + [ + -6.153879, + 58.244696 + ], + [ + -6.158559, + 58.239814 + ], + [ + -6.163319, + 58.233588 + ], + [ + -6.16747, + 58.230414 + ], + [ + -6.164866, + 58.226752 + ], + [ + -6.160024, + 58.216783 + ], + [ + -6.186431, + 58.209906 + ], + [ + -6.195221, + 58.206488 + ], + [ + -6.202138, + 58.201972 + ], + [ + -6.211659, + 58.192288 + ], + [ + -6.215321, + 58.189439 + ], + [ + -6.233551, + 58.184272 + ], + [ + -6.247426, + 58.185452 + ], + [ + -6.276723, + 58.196275 + ], + [ + -6.293568, + 58.199368 + ], + [ + -6.338206, + 58.196275 + ], + [ + -6.354888, + 58.199368 + ], + [ + -6.384674, + 58.209703 + ], + [ + -6.400258, + 58.209947 + ], + [ + -6.377024, + 58.173529 + ], + [ + -6.366119, + 58.162095 + ], + [ + -6.374501, + 58.15766 + ], + [ + -6.378041, + 58.153632 + ], + [ + -6.377268, + 58.148627 + ], + [ + -6.372955, + 58.141059 + ], + [ + -6.390696, + 58.133531 + ], + [ + -6.441233, + 58.127387 + ], + [ + -6.474721, + 58.105211 + ], + [ + -6.489654, + 58.100084 + ], + [ + -6.499094, + 58.100409 + ], + [ + -6.514394, + 58.106147 + ], + [ + -6.523793, + 58.106879 + ], + [ + -6.551096, + 58.093248 + ], + [ + -6.603179, + 58.085639 + ], + [ + -6.619374, + 58.086412 + ], + [ + -6.619374, + 58.079576 + ], + [ + -6.581288, + 58.079006 + ], + [ + -6.451324, + 58.095689 + ], + [ + -6.420644, + 58.105658 + ], + [ + -6.407094, + 58.106879 + ], + [ + -6.394032, + 58.101793 + ], + [ + -6.383901, + 58.091783 + ], + [ + -6.37857, + 58.079047 + ], + [ + -6.379791, + 58.065985 + ], + [ + -6.375722, + 58.064276 + ], + [ + -6.366119, + 58.058539 + ], + [ + -6.373687, + 58.052924 + ], + [ + -6.381907, + 58.048896 + ], + [ + -6.390696, + 58.046373 + ], + [ + -6.400258, + 58.045478 + ], + [ + -6.389475, + 58.041205 + ], + [ + -6.377675, + 58.038764 + ], + [ + -6.365102, + 58.037909 + ], + [ + -6.352447, + 58.038642 + ], + [ + -6.370961, + 58.027248 + ], + [ + -6.385081, + 58.015937 + ], + [ + -6.400868, + 58.00731 + ], + [ + -6.424469, + 58.003892 + ], + [ + -6.518219, + 58.012641 + ], + [ + -6.539296, + 58.017279 + ], + [ + -6.544911, + 58.017524 + ], + [ + -6.550689, + 58.010077 + ], + [ + -6.542226, + 58.005683 + ], + [ + -6.520741, + 58.0008 + ], + [ + -6.505116, + 57.992499 + ], + [ + -6.469635, + 57.986884 + ], + [ + -6.455474, + 57.976549 + ], + [ + -6.455474, + 57.969713 + ], + [ + -6.464996, + 57.965644 + ], + [ + -6.481191, + 57.949774 + ], + [ + -6.489654, + 57.943061 + ], + [ + -6.507558, + 57.935981 + ], + [ + -6.520131, + 57.936591 + ], + [ + -6.532867, + 57.940416 + ], + [ + -6.551096, + 57.943061 + ], + [ + -6.551096, + 57.935614 + ], + [ + -6.546702, + 57.933824 + ], + [ + -6.541982, + 57.930854 + ], + [ + -6.537465, + 57.928778 + ], + [ + -6.537465, + 57.921332 + ], + [ + -6.559804, + 57.915229 + ], + [ + -6.57844, + 57.917222 + ], + [ + -6.593861, + 57.924872 + ], + [ + -6.606353, + 57.935614 + ], + [ + -6.61498, + 57.949164 + ], + [ + -6.620473, + 57.954535 + ], + [ + -6.629872, + 57.956732 + ], + [ + -6.634999, + 57.951606 + ], + [ + -6.629628, + 57.940253 + ], + [ + -6.620025, + 57.928168 + ], + [ + -6.612538, + 57.921332 + ], + [ + -6.619374, + 57.915107 + ], + [ + -6.651194, + 57.923814 + ], + [ + -6.660959, + 57.928778 + ], + [ + -6.666168, + 57.933905 + ], + [ + -6.672434, + 57.946194 + ], + [ + -6.699818, + 57.976223 + ], + [ + -6.707753, + 57.989569 + ], + [ + -6.709381, + 58.003892 + ], + [ + -6.694651, + 58.030097 + ], + [ + -6.665842, + 58.044664 + ], + [ + -6.629465, + 58.05093 + ], + [ + -6.59203, + 58.052314 + ], + [ + -6.59203, + 58.058539 + ], + [ + -6.688303, + 58.058539 + ], + [ + -6.688303, + 58.052314 + ], + [ + -6.692698, + 58.040961 + ], + [ + -6.716054, + 58.02497 + ], + [ + -6.744496, + 58.010484 + ], + [ + -6.764027, + 58.003892 + ], + [ + -6.750885, + 57.992987 + ], + [ + -6.730092, + 57.962958 + ], + [ + -6.718984, + 57.956732 + ], + [ + -6.704742, + 57.953192 + ], + [ + -6.693227, + 57.945054 + ], + [ + -6.68342, + 57.935736 + ], + [ + -6.67398, + 57.928778 + ], + [ + -6.679351, + 57.926825 + ], + [ + -6.683461, + 57.924221 + ], + [ + -6.688466, + 57.922065 + ], + [ + -6.695668, + 57.921332 + ], + [ + -6.688954, + 57.914944 + ], + [ + -6.680328, + 57.912055 + ], + [ + -6.672353, + 57.91059 + ], + [ + -6.667795, + 57.908271 + ], + [ + -6.665151, + 57.901557 + ], + [ + -6.660959, + 57.880316 + ], + [ + -6.742909, + 57.891262 + ], + [ + -6.777659, + 57.902086 + ], + [ + -6.787017, + 57.89883 + ], + [ + -6.792388, + 57.893744 + ], + [ + -6.797353, + 57.887397 + ], + [ + -6.805572, + 57.880316 + ], + [ + -6.79426, + 57.876207 + ], + [ + -6.772857, + 57.871243 + ], + [ + -6.764027, + 57.867906 + ], + [ + -6.740712, + 57.845038 + ], + [ + -6.736684, + 57.839423 + ], + [ + -6.741933, + 57.831488 + ], + [ + -6.755605, + 57.826483 + ], + [ + -6.773508, + 57.824612 + ], + [ + -6.791249, + 57.825751 + ], + [ + -6.791249, + 57.818915 + ], + [ + -6.783844, + 57.818915 + ], + [ + -6.783844, + 57.81269 + ], + [ + -6.806142, + 57.814643 + ], + [ + -6.852691, + 57.833197 + ], + [ + -6.859609, + 57.825751 + ], + [ + -6.854156, + 57.823432 + ], + [ + -6.845855, + 57.816392 + ], + [ + -6.839101, + 57.81269 + ], + [ + -6.850168, + 57.802924 + ], + [ + -6.861155, + 57.796332 + ], + [ + -6.887522, + 57.784817 + ], + [ + -6.882721, + 57.782864 + ], + [ + -6.877838, + 57.779853 + ], + [ + -6.87328, + 57.777981 + ], + [ + -6.893951, + 57.766547 + ], + [ + -6.955149, + 57.743842 + ] + ] + ], + [ + [ + [ + -2.952952, + 58.839993 + ], + [ + -2.906972, + 58.83808 + ], + [ + -2.883656, + 58.83218 + ], + [ + -2.885365, + 58.820054 + ], + [ + -2.913564, + 58.810492 + ], + [ + -2.919423, + 58.806464 + ], + [ + -2.921132, + 58.797512 + ], + [ + -2.915761, + 58.790676 + ], + [ + -2.913971, + 58.784857 + ], + [ + -2.92634, + 58.77912 + ], + [ + -2.915395, + 58.762152 + ], + [ + -2.911041, + 58.748684 + ], + [ + -2.917836, + 58.738349 + ], + [ + -2.939931, + 58.730699 + ], + [ + -2.987782, + 58.757392 + ], + [ + -2.987782, + 58.764838 + ], + [ + -2.974355, + 58.77204 + ], + [ + -2.984853, + 58.787095 + ], + [ + -3.015696, + 58.812649 + ], + [ + -3.003896, + 58.808173 + ], + [ + -2.991322, + 58.806627 + ], + [ + -2.978871, + 58.808173 + ], + [ + -2.967193, + 58.812649 + ], + [ + -2.967193, + 58.820054 + ], + [ + -3.035553, + 58.820054 + ], + [ + -3.035553, + 58.826321 + ], + [ + -2.996978, + 58.835273 + ], + [ + -2.952952, + 58.839993 + ] + ] + ], + [ + [ + [ + -3.248402, + 58.792182 + ], + [ + -3.218495, + 58.79328 + ], + [ + -3.160146, + 58.80801 + ], + [ + -3.131703, + 58.806464 + ], + [ + -3.156321, + 58.78677 + ], + [ + -3.205922, + 58.779039 + ], + [ + -3.299306, + 58.77912 + ], + [ + -3.30427, + 58.78384 + ], + [ + -3.323476, + 58.809516 + ], + [ + -3.327789, + 58.818305 + ], + [ + -3.337636, + 58.82392 + ], + [ + -3.349192, + 58.828437 + ], + [ + -3.358266, + 58.833157 + ], + [ + -3.378774, + 58.853583 + ], + [ + -3.379872, + 58.85928 + ], + [ + -3.375966, + 58.863593 + ], + [ + -3.373525, + 58.867987 + ], + [ + -3.378774, + 58.874091 + ], + [ + -3.385732, + 58.875393 + ], + [ + -3.397613, + 58.869534 + ], + [ + -3.402333, + 58.870673 + ], + [ + -3.411977, + 58.874986 + ], + [ + -3.42219, + 58.87401 + ], + [ + -3.430165, + 58.874823 + ], + [ + -3.433339, + 58.884955 + ], + [ + -3.418446, + 58.904486 + ], + [ + -3.416331, + 58.908271 + ], + [ + -3.393219, + 58.920233 + ], + [ + -3.349355, + 58.928534 + ], + [ + -3.337148, + 58.928697 + ], + [ + -3.321848, + 58.923651 + ], + [ + -3.287587, + 58.905951 + ], + [ + -3.265452, + 58.902045 + ], + [ + -3.246083, + 58.896186 + ], + [ + -3.193186, + 58.853583 + ], + [ + -3.207387, + 58.847398 + ], + [ + -3.207387, + 58.839993 + ], + [ + -3.195546, + 58.839423 + ], + [ + -3.187245, + 58.836493 + ], + [ + -3.172719, + 58.826321 + ], + [ + -3.172719, + 58.820054 + ], + [ + -3.191803, + 58.818671 + ], + [ + -3.215484, + 58.814276 + ], + [ + -3.236684, + 58.805732 + ], + [ + -3.248402, + 58.792182 + ] + ] + ], + [ + [ + [ + -2.727651, + 58.970893 + ], + [ + -2.713612, + 58.966864 + ], + [ + -2.707631, + 58.95897 + ], + [ + -2.706207, + 58.947455 + ], + [ + -2.706532, + 58.93244 + ], + [ + -2.714752, + 58.925482 + ], + [ + -2.733754, + 58.920152 + ], + [ + -2.771962, + 58.915717 + ], + [ + -2.785024, + 58.910712 + ], + [ + -2.808013, + 58.888007 + ], + [ + -2.823842, + 58.881537 + ], + [ + -2.839345, + 58.882636 + ], + [ + -2.915028, + 58.899115 + ], + [ + -2.926829, + 58.904853 + ], + [ + -2.937245, + 58.913235 + ], + [ + -2.973622, + 58.953803 + ], + [ + -2.981191, + 58.96011 + ], + [ + -2.993764, + 58.958808 + ], + [ + -3.007802, + 58.949042 + ], + [ + -3.023834, + 58.940497 + ], + [ + -3.042388, + 58.94302 + ], + [ + -3.052561, + 58.938788 + ], + [ + -3.061757, + 58.939399 + ], + [ + -3.071685, + 58.94184 + ], + [ + -3.084543, + 58.94302 + ], + [ + -3.070302, + 58.928697 + ], + [ + -3.101226, + 58.930121 + ], + [ + -3.113189, + 58.926663 + ], + [ + -3.118031, + 58.915717 + ], + [ + -3.142649, + 58.92121 + ], + [ + -3.202789, + 58.91592 + ], + [ + -3.227895, + 58.928697 + ], + [ + -3.238515, + 58.950914 + ], + [ + -3.235341, + 58.972561 + ], + [ + -3.223297, + 58.99136 + ], + [ + -3.207387, + 59.005072 + ], + [ + -3.207387, + 59.011298 + ], + [ + -3.214752, + 59.017483 + ], + [ + -3.220448, + 59.024115 + ], + [ + -3.22468, + 59.031195 + ], + [ + -3.227895, + 59.03856 + ], + [ + -3.238759, + 59.035142 + ], + [ + -3.245839, + 59.030504 + ], + [ + -3.247222, + 59.024848 + ], + [ + -3.240956, + 59.018134 + ], + [ + -3.240956, + 59.011298 + ], + [ + -3.250396, + 59.014472 + ], + [ + -3.259185, + 59.015815 + ], + [ + -3.267486, + 59.014716 + ], + [ + -3.275787, + 59.011298 + ], + [ + -3.266591, + 59.007148 + ], + [ + -3.263051, + 59.000922 + ], + [ + -3.264068, + 58.993069 + ], + [ + -3.262074, + 58.9914 + ], + [ + -3.256988, + 58.978339 + ], + [ + -3.26537, + 58.969184 + ], + [ + -3.289418, + 58.956692 + ], + [ + -3.289418, + 58.950385 + ], + [ + -3.323232, + 58.95718 + ], + [ + -3.353261, + 58.982815 + ], + [ + -3.366689, + 59.016099 + ], + [ + -3.350819, + 59.046047 + ], + [ + -3.343984, + 59.052802 + ], + [ + -3.350209, + 59.097968 + ], + [ + -3.323801, + 59.127427 + ], + [ + -3.279286, + 59.143541 + ], + [ + -3.231068, + 59.148424 + ], + [ + -3.182729, + 59.147162 + ], + [ + -3.156158, + 59.142239 + ], + [ + -3.121571, + 59.123969 + ], + [ + -3.108306, + 59.124213 + ], + [ + -3.095937, + 59.127346 + ], + [ + -3.084543, + 59.127997 + ], + [ + -3.074208, + 59.123765 + ], + [ + -3.058461, + 59.111762 + ], + [ + -3.049184, + 59.1081 + ], + [ + -3.063547, + 59.101996 + ], + [ + -3.070302, + 59.101264 + ], + [ + -3.051422, + 59.090155 + ], + [ + -2.994496, + 59.07331 + ], + [ + -3.001861, + 59.071763 + ], + [ + -3.004994, + 59.070258 + ], + [ + -3.008168, + 59.066555 + ], + [ + -3.003774, + 59.064439 + ], + [ + -2.999013, + 59.06151 + ], + [ + -2.994496, + 59.059719 + ], + [ + -3.0537, + 59.047268 + ], + [ + -3.062815, + 59.049465 + ], + [ + -3.071197, + 59.033433 + ], + [ + -3.090932, + 59.018744 + ], + [ + -3.113922, + 59.008205 + ], + [ + -3.131703, + 59.005072 + ], + [ + -3.116689, + 58.998196 + ], + [ + -3.09732, + 58.994045 + ], + [ + -3.059722, + 58.9914 + ], + [ + -3.044586, + 58.997992 + ], + [ + -3.029205, + 59.010321 + ], + [ + -3.011952, + 59.017401 + ], + [ + -2.974436, + 58.999091 + ], + [ + -2.960357, + 59.001166 + ], + [ + -2.947133, + 59.007554 + ], + [ + -2.933095, + 59.011298 + ], + [ + -2.917307, + 59.006171 + ], + [ + -2.906565, + 58.996568 + ], + [ + -2.895375, + 58.991034 + ], + [ + -2.878407, + 58.998236 + ], + [ + -2.880523, + 58.993598 + ], + [ + -2.883453, + 58.98192 + ], + [ + -2.885365, + 58.977118 + ], + [ + -2.864735, + 58.97484 + ], + [ + -2.847646, + 58.980292 + ], + [ + -2.831166, + 58.987698 + ], + [ + -2.812978, + 58.9914 + ], + [ + -2.790151, + 58.992255 + ], + [ + -2.780629, + 58.990302 + ], + [ + -2.77538, + 58.983954 + ], + [ + -2.78189, + 58.973944 + ], + [ + -2.822499, + 58.958564 + ], + [ + -2.837554, + 58.950385 + ], + [ + -2.826243, + 58.937405 + ], + [ + -2.81192, + 58.929145 + ], + [ + -2.794789, + 58.926093 + ], + [ + -2.77538, + 58.928697 + ], + [ + -2.789418, + 58.949897 + ], + [ + -2.795969, + 58.956692 + ], + [ + -2.777577, + 58.957506 + ], + [ + -2.744049, + 58.969184 + ], + [ + -2.727651, + 58.970893 + ] + ] + ], + [ + [ + [ + -2.541982, + 59.120551 + ], + [ + -2.548451, + 59.109036 + ], + [ + -2.542388, + 59.102973 + ], + [ + -2.51476, + 59.093817 + ], + [ + -2.532623, + 59.083564 + ], + [ + -2.576039, + 59.080064 + ], + [ + -2.59732, + 59.07331 + ], + [ + -2.599477, + 59.095893 + ], + [ + -2.614369, + 59.107245 + ], + [ + -2.634429, + 59.108629 + ], + [ + -2.651845, + 59.101264 + ], + [ + -2.649159, + 59.085517 + ], + [ + -2.670725, + 59.081529 + ], + [ + -2.686106, + 59.089179 + ], + [ + -2.665517, + 59.1081 + ], + [ + -2.650502, + 59.111762 + ], + [ + -2.634836, + 59.112738 + ], + [ + -2.622426, + 59.116441 + ], + [ + -2.617787, + 59.127997 + ], + [ + -2.624257, + 59.133857 + ], + [ + -2.655181, + 59.151272 + ], + [ + -2.665517, + 59.155219 + ], + [ + -2.62564, + 59.162421 + ], + [ + -2.611562, + 59.161444 + ], + [ + -2.611562, + 59.155219 + ], + [ + -2.614858, + 59.152167 + ], + [ + -2.617787, + 59.148424 + ], + [ + -2.590077, + 59.148871 + ], + [ + -2.577952, + 59.147203 + ], + [ + -2.569407, + 59.142239 + ], + [ + -2.582346, + 59.143988 + ], + [ + -2.592885, + 59.138577 + ], + [ + -2.595204, + 59.129543 + ], + [ + -2.583648, + 59.120551 + ], + [ + -2.571604, + 59.118842 + ], + [ + -2.558705, + 59.120836 + ], + [ + -2.535268, + 59.127997 + ], + [ + -2.534739, + 59.12287 + ], + [ + -2.536488, + 59.121568 + ], + [ + -2.539296, + 59.121731 + ], + [ + -2.541982, + 59.120551 + ] + ] + ], + [ + [ + [ + -3.004791, + 59.127997 + ], + [ + -3.036448, + 59.129096 + ], + [ + -3.065582, + 59.133612 + ], + [ + -3.091786, + 59.142808 + ], + [ + -3.114654, + 59.158352 + ], + [ + -3.120432, + 59.176581 + ], + [ + -3.102406, + 59.190253 + ], + [ + -3.074208, + 59.197496 + ], + [ + -3.049184, + 59.196845 + ], + [ + -3.048085, + 59.194892 + ], + [ + -3.046295, + 59.190863 + ], + [ + -3.042551, + 59.186347 + ], + [ + -3.035553, + 59.183173 + ], + [ + -3.029124, + 59.182359 + ], + [ + -3.02184, + 59.182318 + ], + [ + -2.980824, + 59.187445 + ], + [ + -2.967885, + 59.187445 + ], + [ + -2.952952, + 59.183173 + ], + [ + -2.952463, + 59.178168 + ], + [ + -2.953847, + 59.176744 + ], + [ + -2.956776, + 59.176703 + ], + [ + -2.960357, + 59.175767 + ], + [ + -2.977162, + 59.163398 + ], + [ + -2.974029, + 59.147528 + ], + [ + -2.97525, + 59.133775 + ], + [ + -3.004791, + 59.127997 + ] + ] + ], + [ + [ + [ + -2.830068, + 59.196845 + ], + [ + -2.817291, + 59.19123 + ], + [ + -2.807118, + 59.191799 + ], + [ + -2.797271, + 59.195014 + ], + [ + -2.785959, + 59.196845 + ], + [ + -2.784901, + 59.200344 + ], + [ + -2.790273, + 59.217597 + ], + [ + -2.789133, + 59.224189 + ], + [ + -2.7919, + 59.236965 + ], + [ + -2.787913, + 59.247219 + ], + [ + -2.777455, + 59.252916 + ], + [ + -2.761098, + 59.252102 + ], + [ + -2.761098, + 59.244615 + ], + [ + -2.768625, + 59.244615 + ], + [ + -2.768625, + 59.23786 + ], + [ + -2.755442, + 59.239407 + ], + [ + -2.743642, + 59.238105 + ], + [ + -2.734202, + 59.233344 + ], + [ + -2.727651, + 59.224189 + ], + [ + -2.734202, + 59.215522 + ], + [ + -2.756337, + 59.198065 + ], + [ + -2.761098, + 59.193101 + ], + [ + -2.761098, + 59.177314 + ], + [ + -2.758941, + 59.164211 + ], + [ + -2.751088, + 59.156073 + ], + [ + -2.734486, + 59.155219 + ], + [ + -2.734486, + 59.148424 + ], + [ + -2.764027, + 59.142646 + ], + [ + -2.781361, + 59.141425 + ], + [ + -2.789133, + 59.145331 + ], + [ + -2.792551, + 59.158637 + ], + [ + -2.801625, + 59.168158 + ], + [ + -2.814768, + 59.173896 + ], + [ + -2.830068, + 59.175767 + ], + [ + -2.830068, + 59.196845 + ] + ] + ], + [ + [ + [ + -2.446401, + 59.293036 + ], + [ + -2.424957, + 59.310452 + ], + [ + -2.411041, + 59.318996 + ], + [ + -2.404897, + 59.316352 + ], + [ + -2.395497, + 59.295071 + ], + [ + -2.392486, + 59.285468 + ], + [ + -2.439809, + 59.284166 + ], + [ + -2.458974, + 59.27912 + ], + [ + -2.466949, + 59.268215 + ], + [ + -2.477854, + 59.262763 + ], + [ + -2.497385, + 59.239203 + ], + [ + -2.504506, + 59.233385 + ], + [ + -2.51476, + 59.230414 + ], + [ + -2.516265, + 59.252143 + ], + [ + -2.533111, + 59.251166 + ], + [ + -2.576812, + 59.224189 + ], + [ + -2.571767, + 59.234565 + ], + [ + -2.569407, + 59.23786 + ], + [ + -2.569407, + 59.244615 + ], + [ + -2.588612, + 59.238674 + ], + [ + -2.596791, + 59.239163 + ], + [ + -2.604156, + 59.244615 + ], + [ + -2.641225, + 59.217963 + ], + [ + -2.661855, + 59.207099 + ], + [ + -2.67927, + 59.209906 + ], + [ + -2.681874, + 59.196357 + ], + [ + -2.687652, + 59.190172 + ], + [ + -2.692616, + 59.192288 + ], + [ + -2.692942, + 59.203681 + ], + [ + -2.687978, + 59.217963 + ], + [ + -2.68102, + 59.223131 + ], + [ + -2.671539, + 59.225328 + ], + [ + -2.658803, + 59.230414 + ], + [ + -2.649729, + 59.236965 + ], + [ + -2.633168, + 59.252265 + ], + [ + -2.624623, + 59.258287 + ], + [ + -2.61262, + 59.261542 + ], + [ + -2.602773, + 59.26142 + ], + [ + -2.59557, + 59.264838 + ], + [ + -2.591135, + 59.278754 + ], + [ + -2.596669, + 59.281806 + ], + [ + -2.611562, + 59.293036 + ], + [ + -2.587717, + 59.293158 + ], + [ + -2.547231, + 59.305732 + ], + [ + -2.522125, + 59.306708 + ], + [ + -2.522125, + 59.299262 + ], + [ + -2.536977, + 59.294379 + ], + [ + -2.551829, + 59.287421 + ], + [ + -2.576812, + 59.271308 + ], + [ + -2.569325, + 59.270168 + ], + [ + -2.566274, + 59.268785 + ], + [ + -2.563222, + 59.265082 + ], + [ + -2.551625, + 59.270819 + ], + [ + -2.518788, + 59.274319 + ], + [ + -2.492421, + 59.289374 + ], + [ + -2.477203, + 59.290758 + ], + [ + -2.461171, + 59.290676 + ], + [ + -2.446401, + 59.293036 + ] + ] + ], + [ + [ + [ + -3.049184, + 59.31977 + ], + [ + -3.058705, + 59.322984 + ], + [ + -3.067006, + 59.322699 + ], + [ + -3.073354, + 59.32453 + ], + [ + -3.077056, + 59.334052 + ], + [ + -3.056264, + 59.334296 + ], + [ + -3.024322, + 59.33039 + ], + [ + -3.008168, + 59.334052 + ], + [ + -2.980336, + 59.355048 + ], + [ + -2.965199, + 59.360907 + ], + [ + -2.946685, + 59.353909 + ], + [ + -2.94636, + 59.349555 + ], + [ + -2.947662, + 59.348538 + ], + [ + -2.950185, + 59.348619 + ], + [ + -2.952952, + 59.347724 + ], + [ + -2.963938, + 59.340237 + ], + [ + -2.964508, + 59.335354 + ], + [ + -2.960357, + 59.326565 + ], + [ + -2.980946, + 59.325914 + ], + [ + -2.987782, + 59.326565 + ], + [ + -2.987782, + 59.31977 + ], + [ + -2.909535, + 59.307034 + ], + [ + -2.895497, + 59.302965 + ], + [ + -2.876536, + 59.276923 + ], + [ + -2.870961, + 59.271308 + ], + [ + -2.859609, + 59.267524 + ], + [ + -2.848866, + 59.266791 + ], + [ + -2.839019, + 59.265082 + ], + [ + -2.830068, + 59.258287 + ], + [ + -2.830068, + 59.252102 + ], + [ + -2.850087, + 59.252143 + ], + [ + -2.862172, + 59.247219 + ], + [ + -2.885365, + 59.230414 + ], + [ + -2.884023, + 59.239244 + ], + [ + -2.882232, + 59.246039 + ], + [ + -2.878407, + 59.251939 + ], + [ + -2.870961, + 59.258287 + ], + [ + -2.920318, + 59.283149 + ], + [ + -2.947418, + 59.291205 + ], + [ + -2.97468, + 59.293036 + ], + [ + -2.97468, + 59.28559 + ], + [ + -2.969797, + 59.281928 + ], + [ + -2.960357, + 59.271308 + ], + [ + -2.97468, + 59.278754 + ], + [ + -2.982411, + 59.269924 + ], + [ + -2.989654, + 59.267076 + ], + [ + -2.997792, + 59.268134 + ], + [ + -3.008168, + 59.271308 + ], + [ + -3.015126, + 59.274888 + ], + [ + -3.020253, + 59.280341 + ], + [ + -3.034657, + 59.301215 + ], + [ + -3.036692, + 59.306708 + ], + [ + -3.039947, + 59.311998 + ], + [ + -3.049184, + 59.31977 + ] + ] + ], + [ + [ + [ + -1.651275, + 59.528957 + ], + [ + -1.643666, + 59.54564 + ], + [ + -1.625234, + 59.555813 + ], + [ + -1.602854, + 59.560248 + ], + [ + -1.583119, + 59.559963 + ], + [ + -1.582387, + 59.555121 + ], + [ + -1.583852, + 59.553697 + ], + [ + -1.586415, + 59.553616 + ], + [ + -1.589345, + 59.552476 + ], + [ + -1.603668, + 59.55093 + ], + [ + -1.608144, + 59.547349 + ], + [ + -1.610422, + 59.539496 + ], + [ + -1.59675, + 59.539496 + ], + [ + -1.59675, + 59.53205 + ], + [ + -1.613393, + 59.526597 + ], + [ + -1.631256, + 59.516995 + ], + [ + -1.645497, + 59.514106 + ], + [ + -1.651275, + 59.528957 + ] + ] + ], + [ + [ + [ + -0.784576, + 60.615139 + ], + [ + -0.769154, + 60.613186 + ], + [ + -0.758372, + 60.607571 + ], + [ + -0.754791, + 60.598944 + ], + [ + -0.760732, + 60.587836 + ], + [ + -0.785227, + 60.576321 + ], + [ + -0.81314, + 60.580471 + ], + [ + -0.842152, + 60.588324 + ], + [ + -0.870473, + 60.587836 + ], + [ + -0.870473, + 60.58039 + ], + [ + -0.864898, + 60.577216 + ], + [ + -0.861928, + 60.574205 + ], + [ + -0.859609, + 60.571031 + ], + [ + -0.856191, + 60.567328 + ], + [ + -0.883534, + 60.570543 + ], + [ + -0.905344, + 60.586859 + ], + [ + -0.938832, + 60.621324 + ], + [ + -0.938832, + 60.62873 + ], + [ + -0.822133, + 60.62873 + ], + [ + -0.811513, + 60.625881 + ], + [ + -0.810048, + 60.61933 + ], + [ + -0.811269, + 60.612291 + ], + [ + -0.809071, + 60.608303 + ], + [ + -0.800282, + 60.607978 + ], + [ + -0.793528, + 60.6105 + ], + [ + -0.788319, + 60.613593 + ], + [ + -0.784576, + 60.615139 + ] + ] + ], + [ + [ + [ + -1.097035, + 60.41649 + ], + [ + -1.088002, + 60.43301 + ], + [ + -1.072743, + 60.444525 + ], + [ + -1.053944, + 60.450507 + ], + [ + -1.034413, + 60.450629 + ], + [ + -1.048695, + 60.433336 + ], + [ + -1.119252, + 60.391303 + ], + [ + -1.125071, + 60.383734 + ], + [ + -1.123769, + 60.375556 + ], + [ + -1.117543, + 60.373928 + ], + [ + -1.110015, + 60.37873 + ], + [ + -1.100209, + 60.388577 + ], + [ + -1.094472, + 60.391506 + ], + [ + -1.081451, + 60.396226 + ], + [ + -1.068267, + 60.396308 + ], + [ + -1.062327, + 60.385443 + ], + [ + -1.062896, + 60.379869 + ], + [ + -1.065419, + 60.369574 + ], + [ + -1.070424, + 60.359524 + ], + [ + -1.079172, + 60.355048 + ], + [ + -1.157216, + 60.350775 + ], + [ + -1.172231, + 60.347602 + ], + [ + -1.151601, + 60.337307 + ], + [ + -1.101226, + 60.331122 + ], + [ + -1.075307, + 60.32095 + ], + [ + -1.123118, + 60.296332 + ], + [ + -1.134348, + 60.292955 + ], + [ + -1.137929, + 60.290717 + ], + [ + -1.13858, + 60.28559 + ], + [ + -1.137115, + 60.279771 + ], + [ + -1.134348, + 60.27558 + ], + [ + -1.129506, + 60.273993 + ], + [ + -1.122222, + 60.279242 + ], + [ + -1.117014, + 60.278713 + ], + [ + -1.109364, + 60.27619 + ], + [ + -1.095855, + 60.275092 + ], + [ + -1.089752, + 60.272528 + ], + [ + -1.129709, + 60.252834 + ], + [ + -1.147857, + 60.248847 + ], + [ + -1.164703, + 60.25141 + ], + [ + -1.174672, + 60.264635 + ], + [ + -1.182932, + 60.271918 + ], + [ + -1.192616, + 60.272528 + ], + [ + -1.199127, + 60.266913 + ], + [ + -1.19811, + 60.260565 + ], + [ + -1.192535, + 60.25495 + ], + [ + -1.18517, + 60.25141 + ], + [ + -1.18517, + 60.245185 + ], + [ + -1.194936, + 60.245347 + ], + [ + -1.203277, + 60.243842 + ], + [ + -1.21939, + 60.238349 + ], + [ + -1.21939, + 60.232164 + ], + [ + -1.179026, + 60.232164 + ], + [ + -1.185536, + 60.225409 + ], + [ + -1.190907, + 60.218451 + ], + [ + -1.199452, + 60.20425 + ], + [ + -1.18102, + 60.217841 + ], + [ + -1.171132, + 60.222561 + ], + [ + -1.157867, + 60.224677 + ], + [ + -1.187245, + 60.19123 + ], + [ + -1.192616, + 60.176337 + ], + [ + -1.176503, + 60.187893 + ], + [ + -1.155141, + 60.192572 + ], + [ + -1.143951, + 60.187567 + ], + [ + -1.157867, + 60.170111 + ], + [ + -1.123769, + 60.155829 + ], + [ + -1.123769, + 60.149604 + ], + [ + -1.151723, + 60.149604 + ], + [ + -1.151723, + 60.142157 + ], + [ + -1.144276, + 60.142157 + ], + [ + -1.144276, + 60.135321 + ], + [ + -1.160878, + 60.141181 + ], + [ + -1.170969, + 60.136217 + ], + [ + -1.181549, + 60.129299 + ], + [ + -1.199452, + 60.129096 + ], + [ + -1.18517, + 60.121649 + ], + [ + -1.189849, + 60.113349 + ], + [ + -1.195139, + 60.10871 + ], + [ + -1.202545, + 60.10692 + ], + [ + -1.213206, + 60.107367 + ], + [ + -1.213206, + 60.101223 + ], + [ + -1.205312, + 60.100165 + ], + [ + -1.18517, + 60.094387 + ], + [ + -1.20226, + 60.083075 + ], + [ + -1.19286, + 60.06981 + ], + [ + -1.174428, + 60.060289 + ], + [ + -1.164703, + 60.060248 + ], + [ + -1.170074, + 60.045966 + ], + [ + -1.18517, + 60.038275 + ], + [ + -1.203725, + 60.036526 + ], + [ + -1.21939, + 60.03974 + ], + [ + -1.215077, + 60.02619 + ], + [ + -1.192616, + 59.997504 + ], + [ + -1.201243, + 59.986396 + ], + [ + -1.21581, + 59.986884 + ], + [ + -1.247304, + 59.997504 + ], + [ + -1.242991, + 59.976874 + ], + [ + -1.245229, + 59.955756 + ], + [ + -1.25357, + 59.936957 + ], + [ + -1.26773, + 59.923041 + ], + [ + -1.27184, + 59.927802 + ], + [ + -1.274566, + 59.929877 + ], + [ + -1.266591, + 59.918199 + ], + [ + -1.263417, + 59.907172 + ], + [ + -1.26594, + 59.895575 + ], + [ + -1.274566, + 59.882066 + ], + [ + -1.263743, + 59.874905 + ], + [ + -1.260976, + 59.8664 + ], + [ + -1.265004, + 59.858832 + ], + [ + -1.274566, + 59.854193 + ], + [ + -1.278432, + 59.859117 + ], + [ + -1.295033, + 59.874661 + ], + [ + -1.302887, + 59.864325 + ], + [ + -1.311106, + 59.865546 + ], + [ + -1.312856, + 59.873114 + ], + [ + -1.301422, + 59.882066 + ], + [ + -1.301422, + 59.888902 + ], + [ + -1.316477, + 59.895982 + ], + [ + -1.34789, + 59.891995 + ], + [ + -1.364003, + 59.896308 + ], + [ + -1.375966, + 59.908637 + ], + [ + -1.358022, + 59.921576 + ], + [ + -1.364003, + 59.937323 + ], + [ + -1.355702, + 59.945461 + ], + [ + -1.345855, + 59.950385 + ], + [ + -1.334788, + 59.952135 + ], + [ + -1.322987, + 59.950995 + ], + [ + -1.322987, + 59.95661 + ], + [ + -1.341054, + 59.96776 + ], + [ + -1.349721, + 59.970893 + ], + [ + -1.349721, + 59.977688 + ], + [ + -1.322987, + 59.977688 + ], + [ + -1.328725, + 59.99551 + ], + [ + -1.318023, + 60.011135 + ], + [ + -1.302887, + 60.028022 + ], + [ + -1.287709, + 60.075629 + ], + [ + -1.273061, + 60.095201 + ], + [ + -1.262603, + 60.115058 + ], + [ + -1.26773, + 60.142157 + ], + [ + -1.273061, + 60.146186 + ], + [ + -1.278961, + 60.145087 + ], + [ + -1.284535, + 60.145941 + ], + [ + -1.288889, + 60.155829 + ], + [ + -1.288157, + 60.159613 + ], + [ + -1.285268, + 60.164618 + ], + [ + -1.269358, + 60.185452 + ], + [ + -1.27953, + 60.185126 + ], + [ + -1.294057, + 60.179674 + ], + [ + -1.298166, + 60.176337 + ], + [ + -1.309193, + 60.177069 + ], + [ + -1.312408, + 60.18065 + ], + [ + -1.309316, + 60.189032 + ], + [ + -1.294667, + 60.215399 + ], + [ + -1.286773, + 60.225287 + ], + [ + -1.277699, + 60.233222 + ], + [ + -1.26773, + 60.238349 + ], + [ + -1.26773, + 60.245185 + ], + [ + -1.286936, + 60.246283 + ], + [ + -1.301584, + 60.235785 + ], + [ + -1.329254, + 60.20425 + ], + [ + -1.343007, + 60.227484 + ], + [ + -1.357655, + 60.24433 + ], + [ + -1.37857, + 60.254788 + ], + [ + -1.411122, + 60.258857 + ], + [ + -1.411122, + 60.25141 + ], + [ + -1.391835, + 60.246527 + ], + [ + -1.376088, + 60.237942 + ], + [ + -1.362457, + 60.225979 + ], + [ + -1.349721, + 60.211086 + ], + [ + -1.356557, + 60.196763 + ], + [ + -1.376088, + 60.207099 + ], + [ + -1.385325, + 60.210598 + ], + [ + -1.398101, + 60.211086 + ], + [ + -1.397572, + 60.192694 + ], + [ + -1.404612, + 60.179511 + ], + [ + -1.413645, + 60.176988 + ], + [ + -1.418691, + 60.190619 + ], + [ + -1.430776, + 60.184882 + ], + [ + -1.434926, + 60.174465 + ], + [ + -1.437734, + 60.163398 + ], + [ + -1.445953, + 60.155829 + ], + [ + -1.455434, + 60.156195 + ], + [ + -1.494293, + 60.170111 + ], + [ + -1.496409, + 60.172187 + ], + [ + -1.517934, + 60.184516 + ], + [ + -1.520985, + 60.183743 + ], + [ + -1.527252, + 60.192939 + ], + [ + -1.526723, + 60.197577 + ], + [ + -1.520985, + 60.20425 + ], + [ + -1.509511, + 60.209947 + ], + [ + -1.4794, + 60.214016 + ], + [ + -1.46642, + 60.217231 + ], + [ + -1.479237, + 60.222235 + ], + [ + -1.503651, + 60.243354 + ], + [ + -1.507965, + 60.235297 + ], + [ + -1.513336, + 60.221666 + ], + [ + -1.525054, + 60.212348 + ], + [ + -1.536773, + 60.210924 + ], + [ + -1.542144, + 60.220933 + ], + [ + -1.548248, + 60.229722 + ], + [ + -1.562652, + 60.227444 + ], + [ + -1.593007, + 60.217231 + ], + [ + -1.615142, + 60.215725 + ], + [ + -1.624664, + 60.217231 + ], + [ + -1.630238, + 60.220893 + ], + [ + -1.631174, + 60.225898 + ], + [ + -1.632802, + 60.230292 + ], + [ + -1.640859, + 60.232164 + ], + [ + -1.661285, + 60.233873 + ], + [ + -1.669749, + 60.239569 + ], + [ + -1.679351, + 60.265692 + ], + [ + -1.690175, + 60.285142 + ], + [ + -1.686391, + 60.29092 + ], + [ + -1.671864, + 60.299791 + ], + [ + -1.657379, + 60.30622 + ], + [ + -1.638743, + 60.311469 + ], + [ + -1.619374, + 60.314358 + ], + [ + -1.602935, + 60.313463 + ], + [ + -1.588287, + 60.307034 + ], + [ + -1.577219, + 60.298733 + ], + [ + -1.565297, + 60.29267 + ], + [ + -1.548411, + 60.292955 + ], + [ + -1.555816, + 60.306627 + ], + [ + -1.520985, + 60.299791 + ], + [ + -1.520985, + 60.306627 + ], + [ + -1.528432, + 60.306627 + ], + [ + -1.528432, + 60.313463 + ], + [ + -1.481435, + 60.316474 + ], + [ + -1.4676, + 60.308539 + ], + [ + -1.46642, + 60.278713 + ], + [ + -1.461415, + 60.279731 + ], + [ + -1.450185, + 60.283759 + ], + [ + -1.445953, + 60.2862 + ], + [ + -1.450917, + 60.291734 + ], + [ + -1.456451, + 60.302314 + ], + [ + -1.459584, + 60.306627 + ], + [ + -1.439036, + 60.306627 + ], + [ + -1.441803, + 60.310696 + ], + [ + -1.445953, + 60.32095 + ], + [ + -1.42276, + 60.326117 + ], + [ + -1.396352, + 60.321845 + ], + [ + -1.374257, + 60.308417 + ], + [ + -1.364003, + 60.2862 + ], + [ + -1.350006, + 60.297756 + ], + [ + -1.33609, + 60.306627 + ], + [ + -1.364003, + 60.32095 + ], + [ + -1.343495, + 60.347602 + ], + [ + -1.336578, + 60.343451 + ], + [ + -1.330312, + 60.342027 + ], + [ + -1.315541, + 60.341376 + ], + [ + -1.328114, + 60.352688 + ], + [ + -1.31017, + 60.355862 + ], + [ + -1.260365, + 60.355048 + ], + [ + -1.284291, + 60.363511 + ], + [ + -1.313832, + 60.366848 + ], + [ + -1.337554, + 60.374457 + ], + [ + -1.343495, + 60.395982 + ], + [ + -1.362538, + 60.384711 + ], + [ + -1.373402, + 60.38109 + ], + [ + -1.384429, + 60.382392 + ], + [ + -1.395009, + 60.38996 + ], + [ + -1.39859, + 60.399604 + ], + [ + -1.395253, + 60.409166 + ], + [ + -1.384429, + 60.41649 + ], + [ + -1.384429, + 60.423326 + ], + [ + -1.415639, + 60.423163 + ], + [ + -1.429107, + 60.425238 + ], + [ + -1.439036, + 60.430813 + ], + [ + -1.436269, + 60.443183 + ], + [ + -1.4381, + 60.460517 + ], + [ + -1.445953, + 60.492255 + ], + [ + -1.459381, + 60.472805 + ], + [ + -1.469838, + 60.462226 + ], + [ + -1.480092, + 60.457465 + ], + [ + -1.495595, + 60.460883 + ], + [ + -1.499094, + 60.469062 + ], + [ + -1.493072, + 60.478461 + ], + [ + -1.480092, + 60.485419 + ], + [ + -1.500234, + 60.485175 + ], + [ + -1.516754, + 60.482611 + ], + [ + -1.532094, + 60.4831 + ], + [ + -1.548411, + 60.492255 + ], + [ + -1.557485, + 60.480658 + ], + [ + -1.572011, + 60.476752 + ], + [ + -1.606679, + 60.477973 + ], + [ + -1.609364, + 60.483344 + ], + [ + -1.604156, + 60.495022 + ], + [ + -1.595123, + 60.506781 + ], + [ + -1.586171, + 60.512112 + ], + [ + -1.561513, + 60.510688 + ], + [ + -1.555816, + 60.512112 + ], + [ + -1.550689, + 60.519029 + ], + [ + -1.550201, + 60.526353 + ], + [ + -1.550689, + 60.533393 + ], + [ + -1.548411, + 60.539374 + ], + [ + -1.538726, + 60.548977 + ], + [ + -1.526967, + 60.55683 + ], + [ + -1.513987, + 60.557807 + ], + [ + -1.500559, + 60.54682 + ], + [ + -1.488189, + 60.525824 + ], + [ + -1.455068, + 60.508857 + ], + [ + -1.41747, + 60.502183 + ], + [ + -1.384429, + 60.512112 + ], + [ + -1.395741, + 60.516669 + ], + [ + -1.410715, + 60.518622 + ], + [ + -1.435943, + 60.518948 + ], + [ + -1.443186, + 60.522528 + ], + [ + -1.451975, + 60.530178 + ], + [ + -1.463857, + 60.537421 + ], + [ + -1.480092, + 60.539374 + ], + [ + -1.471588, + 60.546454 + ], + [ + -1.457997, + 60.56387 + ], + [ + -1.452789, + 60.567328 + ], + [ + -1.44164, + 60.568793 + ], + [ + -1.411122, + 60.58039 + ], + [ + -1.421457, + 60.586168 + ], + [ + -1.425364, + 60.587836 + ], + [ + -1.416493, + 60.595038 + ], + [ + -1.414052, + 60.599921 + ], + [ + -1.415639, + 60.603827 + ], + [ + -1.418691, + 60.608303 + ], + [ + -1.394154, + 60.614325 + ], + [ + -1.366851, + 60.61225 + ], + [ + -1.339752, + 60.604641 + ], + [ + -1.315541, + 60.594062 + ], + [ + -1.312489, + 60.598293 + ], + [ + -1.308705, + 60.601467 + ], + [ + -1.326161, + 60.611151 + ], + [ + -1.323964, + 60.621324 + ], + [ + -1.301422, + 60.643052 + ], + [ + -1.291412, + 60.623114 + ], + [ + -1.290679, + 60.615139 + ], + [ + -1.295033, + 60.608303 + ], + [ + -1.292104, + 60.599595 + ], + [ + -1.293528, + 60.593248 + ], + [ + -1.299143, + 60.58926 + ], + [ + -1.308705, + 60.587836 + ], + [ + -1.301422, + 60.564846 + ], + [ + -1.309438, + 60.554104 + ], + [ + -1.323964, + 60.546454 + ], + [ + -1.33609, + 60.533189 + ], + [ + -1.315541, + 60.533189 + ], + [ + -1.320302, + 60.528266 + ], + [ + -1.324818, + 60.526557 + ], + [ + -1.33609, + 60.525784 + ], + [ + -1.330556, + 60.523871 + ], + [ + -1.327301, + 60.521674 + ], + [ + -1.323354, + 60.519843 + ], + [ + -1.315541, + 60.518948 + ], + [ + -1.33609, + 60.485419 + ], + [ + -1.326527, + 60.486396 + ], + [ + -1.317494, + 60.488918 + ], + [ + -1.309153, + 60.492906 + ], + [ + -1.301422, + 60.49844 + ], + [ + -1.295033, + 60.492255 + ], + [ + -1.309153, + 60.477037 + ], + [ + -1.31192, + 60.470893 + ], + [ + -1.308705, + 60.464911 + ], + [ + -1.308705, + 60.457465 + ], + [ + -1.327952, + 60.453192 + ], + [ + -1.351796, + 60.418362 + ], + [ + -1.370229, + 60.409654 + ], + [ + -1.370229, + 60.402167 + ], + [ + -1.357493, + 60.401435 + ], + [ + -1.345041, + 60.40233 + ], + [ + -1.333363, + 60.405015 + ], + [ + -1.322987, + 60.409654 + ], + [ + -1.32433, + 60.42772 + ], + [ + -1.296986, + 60.437974 + ], + [ + -1.233632, + 60.443793 + ], + [ + -1.280995, + 60.461859 + ], + [ + -1.295033, + 60.471137 + ], + [ + -1.284739, + 60.478705 + ], + [ + -1.271962, + 60.48428 + ], + [ + -1.261952, + 60.481594 + ], + [ + -1.260365, + 60.464911 + ], + [ + -1.25121, + 60.470852 + ], + [ + -1.230784, + 60.488715 + ], + [ + -1.226877, + 60.495307 + ], + [ + -1.217519, + 60.497992 + ], + [ + -1.19929, + 60.492377 + ], + [ + -1.186269, + 60.482245 + ], + [ + -1.192616, + 60.471137 + ], + [ + -1.180165, + 60.468207 + ], + [ + -1.169911, + 60.463121 + ], + [ + -1.162343, + 60.455268 + ], + [ + -1.157867, + 60.443793 + ], + [ + -1.163075, + 60.439276 + ], + [ + -1.164703, + 60.436957 + ], + [ + -1.151723, + 60.430813 + ], + [ + -1.163971, + 60.425482 + ], + [ + -1.185902, + 60.431586 + ], + [ + -1.196034, + 60.427069 + ], + [ + -1.204335, + 60.420152 + ], + [ + -1.214019, + 60.414984 + ], + [ + -1.224192, + 60.411444 + ], + [ + -1.220774, + 60.409125 + ], + [ + -1.208648, + 60.410712 + ], + [ + -1.18517, + 60.41649 + ], + [ + -1.189117, + 60.414008 + ], + [ + -1.199452, + 60.409654 + ], + [ + -1.199452, + 60.402167 + ], + [ + -1.165435, + 60.412055 + ], + [ + -1.153676, + 60.407904 + ], + [ + -1.151723, + 60.388577 + ], + [ + -1.144276, + 60.388577 + ], + [ + -1.140289, + 60.398871 + ], + [ + -1.136952, + 60.399482 + ], + [ + -1.132151, + 60.398017 + ], + [ + -1.123769, + 60.402167 + ], + [ + -1.11974, + 60.408149 + ], + [ + -1.116689, + 60.415676 + ], + [ + -1.11205, + 60.423651 + ], + [ + -1.103424, + 60.430813 + ], + [ + -1.099965, + 60.427476 + ], + [ + -1.098378, + 60.424221 + ], + [ + -1.097035, + 60.41649 + ] + ] + ], + [ + [ + [ + -0.987172, + 60.697699 + ], + [ + -0.997955, + 60.685614 + ], + [ + -0.99706, + 60.676093 + ], + [ + -0.979726, + 60.656684 + ], + [ + -0.985707, + 60.645901 + ], + [ + -0.993479, + 60.635647 + ], + [ + -1.025868, + 60.654486 + ], + [ + -1.042592, + 60.661566 + ], + [ + -1.062327, + 60.662909 + ], + [ + -1.050526, + 60.655585 + ], + [ + -1.036773, + 60.64289 + ], + [ + -1.013905, + 60.615139 + ], + [ + -1.027089, + 60.610093 + ], + [ + -1.041005, + 60.607978 + ], + [ + -1.055287, + 60.609442 + ], + [ + -1.069163, + 60.615139 + ], + [ + -1.06428, + 60.604071 + ], + [ + -1.052073, + 60.597642 + ], + [ + -1.036366, + 60.594713 + ], + [ + -1.020741, + 60.594062 + ], + [ + -1.022694, + 60.590725 + ], + [ + -1.022939, + 60.58983 + ], + [ + -1.028188, + 60.587836 + ], + [ + -1.011057, + 60.577704 + ], + [ + -1.010732, + 60.565497 + ], + [ + -1.022532, + 60.55565 + ], + [ + -1.04186, + 60.553046 + ], + [ + -1.026967, + 60.535834 + ], + [ + -1.02245, + 60.527248 + ], + [ + -1.020741, + 60.51553 + ], + [ + -1.023793, + 60.502997 + ], + [ + -1.031728, + 60.500678 + ], + [ + -1.055491, + 60.505845 + ], + [ + -1.080068, + 60.505194 + ], + [ + -1.09203, + 60.507717 + ], + [ + -1.097035, + 60.51553 + ], + [ + -1.100697, + 60.515041 + ], + [ + -1.106557, + 60.511054 + ], + [ + -1.107737, + 60.505072 + ], + [ + -1.097035, + 60.49844 + ], + [ + -1.097035, + 60.492255 + ], + [ + -1.130523, + 60.496039 + ], + [ + -1.153879, + 60.508368 + ], + [ + -1.167795, + 60.530463 + ], + [ + -1.180043, + 60.624661 + ], + [ + -1.171376, + 60.645982 + ], + [ + -1.138051, + 60.649237 + ], + [ + -1.138051, + 60.643052 + ], + [ + -1.141021, + 60.631171 + ], + [ + -1.130116, + 60.61933 + ], + [ + -1.114491, + 60.612454 + ], + [ + -1.103424, + 60.615139 + ], + [ + -1.106557, + 60.619778 + ], + [ + -1.120595, + 60.646186 + ], + [ + -1.123769, + 60.659817 + ], + [ + -1.120961, + 60.666409 + ], + [ + -1.11148, + 60.681138 + ], + [ + -1.113922, + 60.684027 + ], + [ + -1.119537, + 60.687893 + ], + [ + -1.120432, + 60.696926 + ], + [ + -1.118031, + 60.707221 + ], + [ + -1.113922, + 60.714748 + ], + [ + -1.103993, + 60.725775 + ], + [ + -1.092112, + 60.735338 + ], + [ + -1.079905, + 60.735541 + ], + [ + -1.069163, + 60.718166 + ], + [ + -1.057607, + 60.729722 + ], + [ + -1.036977, + 60.73314 + ], + [ + -0.993479, + 60.731147 + ], + [ + -0.993153, + 60.717719 + ], + [ + -0.99474, + 60.713609 + ], + [ + -1.000885, + 60.711371 + ], + [ + -1.000885, + 60.703925 + ], + [ + -0.995961, + 60.70246 + ], + [ + -0.991607, + 60.69953 + ], + [ + -0.987172, + 60.697699 + ] + ] + ], + [ + [ + [ + -0.904693, + 60.684027 + ], + [ + -0.934804, + 60.682115 + ], + [ + -0.950307, + 60.684312 + ], + [ + -0.966176, + 60.690172 + ], + [ + -0.961334, + 60.700019 + ], + [ + -0.95995, + 60.709418 + ], + [ + -0.961822, + 60.717922 + ], + [ + -0.966176, + 60.725002 + ], + [ + -0.948598, + 60.717963 + ], + [ + -0.943227, + 60.72602 + ], + [ + -0.94579, + 60.740302 + ], + [ + -0.952463, + 60.752346 + ], + [ + -0.935699, + 60.756008 + ], + [ + -0.926137, + 60.769599 + ], + [ + -0.926178, + 60.784654 + ], + [ + -0.938832, + 60.79267 + ], + [ + -0.938832, + 60.800116 + ], + [ + -0.923085, + 60.804104 + ], + [ + -0.904164, + 60.813951 + ], + [ + -0.890533, + 60.825588 + ], + [ + -0.891021, + 60.834866 + ], + [ + -0.8815, + 60.845038 + ], + [ + -0.870107, + 60.845201 + ], + [ + -0.860341, + 60.837551 + ], + [ + -0.856191, + 60.823961 + ], + [ + -0.860341, + 60.812934 + ], + [ + -0.870188, + 60.806383 + ], + [ + -0.881663, + 60.800849 + ], + [ + -0.891021, + 60.79267 + ], + [ + -0.888336, + 60.78974 + ], + [ + -0.876129, + 60.79267 + ], + [ + -0.861969, + 60.798245 + ], + [ + -0.853139, + 60.803534 + ], + [ + -0.831776, + 60.840277 + ], + [ + -0.822133, + 60.847886 + ], + [ + -0.815582, + 60.843085 + ], + [ + -0.809722, + 60.841702 + ], + [ + -0.795481, + 60.84101 + ], + [ + -0.782786, + 60.838202 + ], + [ + -0.77184, + 60.833401 + ], + [ + -0.763905, + 60.825426 + ], + [ + -0.760732, + 60.813137 + ], + [ + -0.768788, + 60.81269 + ], + [ + -0.787994, + 60.806952 + ], + [ + -0.768544, + 60.800971 + ], + [ + -0.760732, + 60.800116 + ], + [ + -0.775787, + 60.791571 + ], + [ + -0.795766, + 60.785631 + ], + [ + -0.808461, + 60.778632 + ], + [ + -0.801666, + 60.766547 + ], + [ + -0.801666, + 60.759101 + ], + [ + -0.821401, + 60.758531 + ], + [ + -0.814565, + 60.757148 + ], + [ + -0.808013, + 60.755113 + ], + [ + -0.801666, + 60.752346 + ], + [ + -0.801666, + 60.744818 + ], + [ + -0.842763, + 60.724026 + ], + [ + -0.850006, + 60.718166 + ], + [ + -0.843007, + 60.706 + ], + [ + -0.828847, + 60.694892 + ], + [ + -0.821889, + 60.685004 + ], + [ + -0.836415, + 60.676581 + ], + [ + -0.846181, + 60.675971 + ], + [ + -0.854482, + 60.67829 + ], + [ + -0.862213, + 60.681586 + ], + [ + -0.870473, + 60.684027 + ], + [ + -0.890126, + 60.684963 + ], + [ + -0.904693, + 60.684027 + ] + ] + ], + [ + [ + [ + -6.298818, + 49.935492 + ], + [ + -6.292226, + 49.932074 + ], + [ + -6.284169, + 49.922756 + ], + [ + -6.287506, + 49.914008 + ], + [ + -6.297271, + 49.909613 + ], + [ + -6.309153, + 49.913642 + ], + [ + -6.307444, + 49.927436 + ], + [ + -6.298818, + 49.935492 + ] + ] + ], + [ + [ + [ + -6.333648, + 49.959703 + ], + [ + -6.328033, + 49.95661 + ], + [ + -6.326487, + 49.949205 + ], + [ + -6.332509, + 49.941718 + ], + [ + -6.341217, + 49.94477 + ], + [ + -6.348053, + 49.956204 + ], + [ + -6.348948, + 49.964342 + ], + [ + -6.341786, + 49.963609 + ], + [ + -6.336822, + 49.960924 + ], + [ + -6.333648, + 49.959703 + ] + ] + ], + [ + [ + [ + -4.665435, + 51.18358 + ], + [ + -4.663971, + 51.177069 + ], + [ + -4.663482, + 51.164862 + ], + [ + -4.670481, + 51.160102 + ], + [ + -4.678538, + 51.16706 + ], + [ + -4.679799, + 51.180569 + ], + [ + -4.676422, + 51.193101 + ], + [ + -4.671213, + 51.195054 + ], + [ + -4.666982, + 51.18769 + ], + [ + -4.665435, + 51.18358 + ] + ] + ], + [ + [ + [ + -13.690419, + 57.596259 + ], + [ + -13.691314, + 57.596503 + ], + [ + -13.691314, + 57.597154 + ], + [ + -13.690419, + 57.597805 + ], + [ + -13.688588, + 57.597805 + ], + [ + -13.687652, + 57.597154 + ], + [ + -13.687652, + 57.596869 + ], + [ + -13.688588, + 57.596259 + ], + [ + -13.690419, + 57.596259 + ] + ] + ], + [ + [ + [ + -1.315094, + 60.093736 + ], + [ + -1.308258, + 60.094143 + ], + [ + -1.304799, + 60.086575 + ], + [ + -1.309804, + 60.076361 + ], + [ + -1.317738, + 60.06623 + ], + [ + -1.326772, + 60.050605 + ], + [ + -1.333567, + 60.043606 + ], + [ + -1.339019, + 60.043891 + ], + [ + -1.338002, + 60.051093 + ], + [ + -1.333852, + 60.06151 + ], + [ + -1.333119, + 60.073676 + ], + [ + -1.334625, + 60.076321 + ], + [ + -1.335805, + 60.070054 + ], + [ + -1.338368, + 60.064032 + ], + [ + -1.353871, + 60.051215 + ], + [ + -1.367909, + 60.044827 + ], + [ + -1.369862, + 60.04914 + ], + [ + -1.357004, + 60.058173 + ], + [ + -1.35204, + 60.069525 + ], + [ + -1.347564, + 60.083441 + ], + [ + -1.338002, + 60.093451 + ], + [ + -1.340443, + 60.099677 + ], + [ + -1.346995, + 60.10456 + ], + [ + -1.345693, + 60.108954 + ], + [ + -1.327789, + 60.111396 + ], + [ + -1.321156, + 60.115668 + ], + [ + -1.315826, + 60.115465 + ], + [ + -1.315053, + 60.106391 + ], + [ + -1.321767, + 60.093085 + ], + [ + -1.323354, + 60.088202 + ], + [ + -1.315094, + 60.093736 + ] + ] + ], + [ + [ + [ + -2.053212, + 60.155504 + ], + [ + -2.048899, + 60.147121 + ], + [ + -2.048085, + 60.129218 + ], + [ + -2.062978, + 60.117987 + ], + [ + -2.086903, + 60.123277 + ], + [ + -2.105377, + 60.132066 + ], + [ + -2.112294, + 60.138007 + ], + [ + -2.110341, + 60.145331 + ], + [ + -2.103424, + 60.150051 + ], + [ + -2.08788, + 60.155463 + ], + [ + -2.064687, + 60.157294 + ], + [ + -2.053212, + 60.155504 + ] + ] + ], + [ + [ + [ + -1.062856, + 60.164049 + ], + [ + -1.050526, + 60.169623 + ], + [ + -1.050445, + 60.162787 + ], + [ + -1.052724, + 60.148424 + ], + [ + -1.059478, + 60.137641 + ], + [ + -1.066762, + 60.129218 + ], + [ + -1.073801, + 60.107733 + ], + [ + -1.083892, + 60.10517 + ], + [ + -1.112945, + 60.116278 + ], + [ + -1.122222, + 60.123114 + ], + [ + -1.119252, + 60.155585 + ], + [ + -1.13565, + 60.167955 + ], + [ + -1.134918, + 60.178697 + ], + [ + -1.115793, + 60.180162 + ], + [ + -1.097524, + 60.175727 + ], + [ + -1.089589, + 60.178168 + ], + [ + -1.086415, + 60.186469 + ], + [ + -1.079457, + 60.1883 + ], + [ + -1.074941, + 60.182807 + ], + [ + -1.07315, + 60.173 + ], + [ + -1.069936, + 60.164211 + ], + [ + -1.062856, + 60.164049 + ] + ] + ], + [ + [ + [ + -0.918772, + 60.386176 + ], + [ + -0.912668, + 60.386786 + ], + [ + -0.911204, + 60.38231 + ], + [ + -0.917714, + 60.376654 + ], + [ + -0.931386, + 60.368476 + ], + [ + -0.948598, + 60.355862 + ], + [ + -0.975982, + 60.340318 + ], + [ + -1.015207, + 60.334133 + ], + [ + -1.034088, + 60.340155 + ], + [ + -1.02892, + 60.345649 + ], + [ + -1.02359, + 60.349433 + ], + [ + -1.021555, + 60.354478 + ], + [ + -1.016428, + 60.362006 + ], + [ + -1.006418, + 60.368964 + ], + [ + -0.995229, + 60.371649 + ], + [ + -0.983632, + 60.372301 + ], + [ + -0.974477, + 60.375922 + ], + [ + -0.9676, + 60.381049 + ], + [ + -0.932281, + 60.382758 + ], + [ + -0.921783, + 60.384589 + ], + [ + -0.918772, + 60.386176 + ] + ] + ] + ] + } + } + ] +} diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..9f022f6 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,48 @@ +{ + "name": "eatc-ltc", + "version": "0.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "eatc-ltc", + "version": "0.0.0", + "license": "GPL-3.0", + "devDependencies": { + "@types/node": "^22.10.7", + "typescript": "^5.7.3" + } + }, + "node_modules/@types/node": { + "version": "22.10.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.7.tgz", + "integrity": "sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "undici-types": "~6.20.0" + } + }, + "node_modules/typescript": { + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/undici-types": { + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", + "dev": true, + "license": "MIT" + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..5d6bee2 --- /dev/null +++ b/package.json @@ -0,0 +1,32 @@ +{ + "name": "eatc-ltc", + "version": "0.0.0", + "description": "London Terminal Control is a custom airspace for Endless ATC, designed to enhance your gameplay experience with detailed airspace management for London airports using STARs and SIDs.", + "keywords": [ + "endlessatc", + "eatc", + "atc", + "london" + ], + "homepage": "https://github.com/zefir-git/eatc-ltc#readme", + "bugs": { + "url": "https://github.com/zefir-git/eatc-ltc/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/zefir-git/eatc-ltc" + }, + "license": "GPL-3.0", + "author": "Zefir Kirilov", + "type": "module", + "main": "dist/airspace/index.js", + "scripts": { + "build": "tsc", + "gen": "node .", + "test": "echo \"Error: no test specified\" && exit 1" + }, + "devDependencies": { + "@types/node": "^22.10.7", + "typescript": "^5.7.3" + } +} diff --git a/src/Aircraft.ts b/src/Aircraft.ts new file mode 100644 index 0000000..59f922f --- /dev/null +++ b/src/Aircraft.ts @@ -0,0 +1,164 @@ +class Aircraft { + /** + * Aircraft type (ICAO). + * @example "b737" + */ + public readonly type: string; + + /** + * Aircraft manufacturer. + * @example "Boeing" + */ + public readonly manufacturer: string; + + /** + * {@link Aircraft.WTC} + * @example Aircraft.WTC.UPPER_MEDIUM + */ + public readonly category: Aircraft.WTC; + + /** + * Minimum and maximum speed (KIAS) selectable in the game. + * @example [160, 250] + */ + public readonly speed: [min: number, max: number]; + + /** + * Minimum and maximum final approach speed in KIAS. + * @example [131, 144] + */ + public readonly approachSpeed: [min: number, max: number]; + + /** + * Minimum and maximum acceleration in kts/s². + * @example [1.2, 1.3] + */ + public readonly acceleration: [min: number, max: number]; + + /** + * Minimum and maximum descent rate in ft/min. + * @example [1440, 1560] + */ + public readonly descentRate: [min: number, max: number]; + + /** + * Minimum and maximum climb rate in ft/min. + * @example [3900, 4200] + */ + public readonly climbRate: [min: number, max: number]; + + /** + * Minimum and maximum bank angle in °. + * @example [25, 30] + */ + public readonly bankAngle: [min: number, max: number]; + + /** + * Minimum and maximum rate of bank angle change in °/s. + * @example [3, 5] + */ + public readonly bankRate: [min: number, max: number]; + + /** + * Minimum and maximum turn rate in °/s. + * @example [2.9, 3.1] + */ + public readonly turnRate: [min: number, max: number]; + + /** + * @param type Aircraft type (ICAO). + * @param manufacturer Aircraft manufacturer. + * @param category {@link Aircraft.WTC} + * @param speed Minimum and maximum speed (KIAS) selectable in the game. + * @param approachSpeed Minimum and maximum final approach speed in KIAS. + * @param acceleration Minimum and maximum acceleration in kts/s². + * @param descentRate Minimum and maximum descent rate in ft/min. + * @param climbRate Minimum and maximum climb rate in ft/min. + * @param bankAngle Minimum and maximum bank angle in °. + * @param bankRate Minimum and maximum rate of bank angle change in °/s. + * @param turnRate Minimum and maximum turn rate in °/s. + */ + public constructor( + type: string, + manufacturer: string, + category: Aircraft.WTC, + speed: [min: number, max: number] | number, + approachSpeed: [min: number, max: number] | number, + acceleration: [min: number, max: number] | number, + descentRate: [min: number, max: number] | number, + climbRate: [min: number, max: number] | number, + bankAngle: [min: number, max: number] | number, + bankRate: [min: number, max: number] | number, + turnRate: [min: number, max: number] | number + ) { + this.type = type; + this.manufacturer = manufacturer; + this.category = category; + this.speed = Array.isArray(speed) ? speed : [speed, speed]; + this.approachSpeed = Array.isArray(approachSpeed) ? approachSpeed : [approachSpeed, approachSpeed]; + this.acceleration = Array.isArray(acceleration) ? acceleration : [acceleration, acceleration]; + this.descentRate = Array.isArray(descentRate) ? descentRate : [descentRate, descentRate]; + this.climbRate = Array.isArray(climbRate) ? climbRate : [climbRate, climbRate]; + this.bankAngle = Array.isArray(bankAngle) ? bankAngle : [bankAngle, bankAngle]; + this.bankRate = Array.isArray(bankRate) ? bankRate : [bankRate, bankRate]; + this.turnRate = Array.isArray(turnRate) ? turnRate : [turnRate, turnRate]; + } + + public toString(): string { + return "\t" + [ + this.type.toLowerCase(), + this.category, + this.speed[0], + this.speed[1], + this.turnRate[0], + this.turnRate[1], + this.descentRate[0], + this.descentRate[1], + this.approachSpeed[0], + this.approachSpeed[1], + this.acceleration[0], + this.acceleration[1], + this.manufacturer, + this.bankAngle[0], + this.bankAngle[1], + this.bankRate[0], + this.bankRate[1], + this.climbRate[0], + this.climbRate[1], + ].join(", "); + } +} + +namespace Aircraft { + /** + * Wake Turbulence Category. + */ + export const enum WTC { + /** + * MTOW > 100 t, wingspan > 72 m + */ + SUPER_HEAVY = 1, + /** + * MTOW > 100t, wingspan metres ∈ (60, 72) + */ + UPPER_HEAVY = 2, + /** + * MTOW > 100 t, wingspan < 60 m + */ + LOWER_HEAVY = 3, + /** + * MTOW tons ∈ (15, 100), wingspan > 32 m + */ + UPPER_MEDIUM = 4, + /** + * MTOW tons ∈ (15, 100), wingspan < 32 m + */ + LOWER_MEDIUM = 5, + /** + * MTOW < 15 t + */ + LIGHT = 6 + } +} + +export default Aircraft; diff --git a/src/Airport.ts b/src/Airport.ts new file mode 100644 index 0000000..dc5afa5 --- /dev/null +++ b/src/Airport.ts @@ -0,0 +1,288 @@ +import Runway from "./Runway.js"; +import NamedFix from "./NamedFix.js"; +import Beacon from "./Beacon.js"; + +class Airport { + /** + * Full name of the airport. + */ + public readonly name: string; + + /** + * Airport name used in speech, i.e. pronunciation. Can be a shorter/common + * name. + */ + public readonly pronunciation: string; + + /** + * ICAO code of the airport. The airspace code is derived from this + * identifier of the first/primary airport. + */ + public readonly code: string; + + /** + * The default initial beacon for arrivals. + */ + public readonly beacon?: Beacon; + + /** + * The default climb altitude in feet for departures. + */ + public readonly climbAltitude: number; + + /** + * Traffic flow per active runway, measured in planes per hour (approximate; it increases slightly at higher scores). + */ + public readonly flow: number; + + /** + * Runways. + */ + public readonly runways: Map; + + /** + * A list of named fixes to display as SID markers. + */ + public readonly sidMarkers: Readonly>; + + /** + * Entry points. Including the same entry point several times will increase + * the amount of traffic that spawns at that entry point. + */ + public readonly entryPoints: Airport.EntryPoint[]; + + /** + * List of airline configuration entries for spawning traffic. + */ + public readonly airlines: ReadonlyArray; + + /** + * @param name Full name of the airport. + * @param pronunciation Pronunciation of the airport name. Can be a shorter/ + * common name. + * @param code ICAO code of the airport. The airspace code is derived from + * this identifier of the first/primary airport. + * @param flow Traffic flow per active runway, measured in planes per hour + * (approximate; it increases slightly at higher scores). + * @param climbAltitude The default climb altitude in feet for departures. + * @param runways Runways. + * @param entryPoints Entry points. Including the same entry point several + * times will increase the amount of traffic that spawns at that + * entry point. + * @param airlines List of airline configuration entries for spawning + * traffic. + * @param [sidMarkers] A list of named fixes to display as SID markers. + * @param [beacon] The default initial beacon for arrivals. + */ + public constructor( + name: string, + pronunciation: string, + code: string, + flow: number, + climbAltitude: number, + runways: Iterable, + entryPoints: Airport.EntryPoint[], + airlines: Airport.Airline[], + sidMarkers?: Iterable, + beacon?: Beacon + ) { + this.name = name; + this.pronunciation = pronunciation; + this.code = code; + this.beacon = beacon; + this.flow = flow; + this.climbAltitude = climbAltitude; + this.runways = new Map(); + for (const runway of runways) + this.runways.set(runway.id, runway); + this.entryPoints = entryPoints; + this.airlines = airlines; + this.sidMarkers = new Map(); + for (const marker of sidMarkers ?? []) + this.sidMarkers.set(marker.name, marker); + } + + public toString(): string { + return [ + "code = " + this.code, + `name = ${this.name}, ${this.pronunciation}`, + this.beacon !== undefined ? "beacon = " + this.beacon.name : null, + "flow = " + this.flow, + "climbaltitude = " + this.climbAltitude, + "runways =\n" + + Array.from(this.runways.values()) + .map(runway => "\t" + runway.toString()) + .join("\n"), + "entrypoints =\n" + + Array.from(this.entryPoints) + .map(e => "\t" + [ + e.heading.toPrecision(5), + e.beacon?.name === undefined ? e.altitude === undefined ? null : 0 : e.beacon.name, + e.altitude ?? null, + ].join(", ")).join("\n"), + this.sidMarkers.size === 0 ? null : "sids =\n" + + Array.from(this.sidMarkers.values()) + .map(marker => "\t" + [ + marker.name, + marker.toString(), + marker.pronunciation, + ].join(", ")).join("\n"), + "airlines =\n" + + Array.from(this.airlines) + .map(a => "\t" + [ + a.name, + a.frequency, + Array.from(a.type) + .map(t => t.toLowerCase()) + .sort((a, b) => b.localeCompare(a)) + .join("/"), + a.pronunciation, + Array.from(a.direction as Iterable) + .map(t => t.toString().toLowerCase()) + .sort((a, b) => b.localeCompare(a)) + .join("/"), + ].join(", ")).join("\n"), + ].filter(l => l !== null).join("\n"); + } +} + +namespace Airport { + /** + * A spawn point for inbound traffic. + */ + export class EntryPoint { + /** + * The true heading, in decimal degrees, used to extend a vector from + * {@link Airspace#center}. The entry point lies 12 NMI beyond the + * intersection of the vector with the airspace boundary. + */ + public readonly heading: number; + + /** + * The beacon name that inbound traffic on this entry point will DCT. + * If the beacon has an approach route and {@link Airspace#automatic} is + * true, inbound traffic will follow the approach route. If undefined, + * the game defaults to the first beacon in {@link Airspace#beacons}. + */ + public readonly beacon?: Beacon; + + /** + * Descent altitude for this entry point in feet. If undefined, the game + * defaults to {@link Airspace#descentAltitude}. + */ + public readonly altitude?: number; + + /** + * @param heading The true heading, in decimal degrees, used to extend a + * vector from {@link Airspace#center}. The entry point lies 12 + * NMI beyond the intersection of the vector with the airspace + * boundary. + * @param [beacon] The beacon name that inbound traffic on this entry + * point will DCT. If the beacon has an approach route and + * {@link Airspace#automatic} is true, inbound traffic will + * follow the approach route. If undefined, the game defaults + * to the first beacon in {@link Airspace#beacons}. + * @param [altitude] Descent altitude for this entry point in feet. If + * undefined, the game defaults to + * {@link Airspace#descentAltitude}. + */ + public constructor( + heading: number, + beacon?: Beacon, + altitude?: number + ) { + this.heading = heading; + this.beacon = beacon; + this.altitude = altitude; + } + } + + /** + * An airlines configuration entry. + */ + export class Airline { + /** + * The 3 letter airline ICAO code, or a private registration (with a + * land code, dash(-), and then the format). + * @example "AIR" // might spawn flight AIR123A + * @example "PH-ABC" // might spawn flight PHKRL + * @example "N-123AB" // might spawn flight N204AP + * @example "AF1-" // will spawn flight AF1 + */ + public readonly name: string; + + /** + * Relative likelihood of appearance from 0 never to 10 frequently. + */ + public readonly frequency: number; + + /** + * ICAO aircraft types. One is picked randomly with equal probability + * for each flight for this {@link Airline}. + */ + public readonly type: Set; + + /** + * Pronunciation of the airline callsign. Leave undefined for private + * registrations. + */ + public readonly pronunciation?: string; + + /** + * Preferred direction for arrivals/departures. You can use NESW for + * very roughly north, east, south, and west. You can also instead + * for more precision (± 20°) specify headings (from + * {@link Airspace#center}). Make sure there are available + * {@link Airport#entryPoints} near the specified direction. + */ + public readonly direction: Set<"n" | "e" | "s" | "w"> | Set; + + /** + * @param name The 3 letter airline ICAO code, or a private registration + * (with a land code, dash(-), and then the format). + * @param frequency Relative likelihood of appearance from 0 never to + * 10 frequently. + * @param type ICAO aircraft types. One is picked randomly with equal + * probability for each flight for this {@link Airline}. + * @param direction Preferred direction for arrivals/departures. You can + * use NESW for very roughly north, east, south, and west. You + * can also instead for more precision (± 20°) specify headings + * (from {@link Airspace#center}). Make sure there are + * available {@link Airport#entryPoints} near the specified + * direction. + * @param [pronunciation] Pronunciation of the airline callsign. Leave + * undefined for private registrations. + */ + public constructor( + name: string, + frequency: number, + type: Iterable, + direction: Iterable<"n" | "e" | "s" | "w"> | Iterable, + pronunciation?: string + ) { + this.name = name; + this.frequency = frequency; + this.type = new Set(type); + this.direction = new Set(direction as any) as any; + this.pronunciation = pronunciation; + } + + /** + * Airlines config from raw Endless ATC config format. + */ + public static raw(config: string): Airport.Airline[] { + return config.trim().split("\n").map(line => { + const [name, frequency, type, pronunciation, direction] = line.trim().split(/,\s*?/); + return new Airport.Airline( + name!, + Number.parseFloat(frequency!), + type!.split("/"), + direction!.split("") as any, + pronunciation! + ) + }); + } + } +} + +export default Airport; diff --git a/src/Airspace.ts b/src/Airspace.ts new file mode 100644 index 0000000..8b3ebb6 --- /dev/null +++ b/src/Airspace.ts @@ -0,0 +1,350 @@ +import Fix from "./Fix.js"; +import Beacon from "./Beacon.js"; +import Polygon from "./Polygon.js"; + +export default class Airspace { + + /** + * Airspace radius in NM. + */ + public readonly radius: number; + + /** + * Default zoom level, increase to zoom in. + */ + public readonly zoom: number; + + /** + * Ground altitude in feet. + */ + public readonly elevation: number; + + /** + * Minimum selectable altitude (1100 to 2500 above {@link elevation}). + */ + public readonly floor: number; + + /** + * Minimum initial altitude for arrivals (1000+ above {@link floor}). + */ + public readonly descentAltitude: number; + + /** + * Maximum selectable altitude (1000+ above {@link descentAltitude}). + */ + public readonly ceiling: number; + + /** + * Maximum departure altitude when SID is enabled (2000+ above + * {@link ceiling}). + */ + public readonly above: number; + + /** + * Airspace speed restriction. + */ + public readonly speedRestriction: { + /** + * Maximum speed within radius. + */ + readonly radius?: { + /** + * Radius in NM. + */ + readonly nm: number; + + /** + * Speed in knots. + */ + readonly kts: number; + }; + + /** + * Maximum speed below altitude. + */ + readonly altitude?: { + /** + * Altitude in feet. + */ + readonly ft: number; + + /** + * Speed in knots. + */ + readonly kts: number; + } + }; + + /** + * Speed restriction on localizers. + */ + public readonly localizerSpeed: { + /** + * Distance to touchdown in NM. + */ + nm: number; + + /** + * Speed in knots. + */ + kts: number; + }; + + /** + * Maximum altitude at which departures will be a diversion at the boundary + * (defaults to {@link ceiling} altitude). + */ + public readonly diversionAltitude?: number; + + /** + * Highest altitude displayed in feet instead of flight level (for + * simplicity QNH is always 1013hPa). + */ + public readonly transitionAltitude: number; + + /** + * American-style callsign pronunciation and runway names. + */ + public readonly usa: boolean; + + /** + * Display altitudes in metres instead of feet. + */ + public readonly metric: boolean; + + /** + * Probability of letter occurrence in callsigns (ranging from 0 for never + * to 1 for always). Defaults to 50%, or 2% for the USA. + */ + public readonly letters?: number; + + /** + * Minimum allowed distance between aircraft in NM. + */ + public readonly separation: number; + + /** + * Entering arrivals will follow an approach route when flying inbound an + * approach beacon. + */ + public readonly automatic: boolean; + + /** + * Arrivals will spawn precisely at the entrypoints (no random deviation). + */ + public readonly strictSpawn: boolean; + + /** + * ATC callsign pronunciation. + */ + public readonly name: { + readonly approach: string; + readonly departure: string; + }; + + /** + * Location of center of radar display. + */ + public readonly center: Fix; + + /** + * Magnetic variance used to rotate lat/long coordinates and true headings. + * Positive for east, negative for west. + */ + public readonly magneticVar: number; + + /** + * List of beacons in the airspace. The first given beacon will be the + * default beacon for arrivals inbound the main airport. + */ + public readonly beacons: Readonly>; + + /** + * Departure hand-off frequencies in MHz. The heading (in decimal degrees) + * determines which ATC station will be selected by a plane: the closest to + * the heading from the center of the airspace towards the plane’s last SID + * point. + */ + public readonly handoff: Readonly>; + + /** + * Airspace boundary polygon. If undefined, airspace is circular with radius + * equal to {@link radius}. + */ + public readonly boundary?: Polygon; + + /** + * @param radius Airspace radius in NM. + * @param zoom Default zoom level, increase to zoom in. + * @param elevation Ground altitude in feet. + * @param floor Minimum selectable altitude (1100 to 2500 above + * {@link elevation}). + * @param descentAltitude Minimum initial altitude for arrivals (1000+ above + * {@link floor}). + * @param ceiling Maximum selectable altitude (1000+ above + * {@link descentAltitude}). + * @param above Maximum departure altitude when SID is enabled (2000+ above + * {@link ceiling}). + * @param [speedRestriction] Airspace speed restriction. + * @param [localizerSpeed] Speed restriction on localizers. + * @param [diversionAltitude] Maximum altitude at which departures will be a + * diversion at the boundary (defaults to {@link ceiling} + * altitude). + * @param [diversionAltitude] Maximum altitude at which departures will be a + * diversion at the boundary (defaults to {@link ceiling} + * altitude). + * @param transitionAltitude Highest altitude displayed in feet instead of + * flight level (for simplicity QNH is always 1013hPa). + * @param usa American-style callsign pronunciation and runway names. + * @param metric Display altitudes in metres instead of feet. + * @param [letters] Probability of letter occurrence in callsigns (ranging + * from 0 for never to 1 for always). Defaults to 50%, or 2% for + * the USA. + * @param separation Minimum allowed distance between aircraft in NM. + * @param automatic Entering arrivals will follow an approach route when + * flying inbound an approach beacon. + * @param strictSpawn Arrivals will spawn precisely at the entrypoints (no + * random deviation). + * @param name ATC callsign pronunciation. + * @param center Location of center of radar display. + * @param magneticVar Magnetic variance used to rotate lat/long coordinates + * and true headings. Positive for east, negative for west. + * @param beacons List of beacons in the airspace. The first given beacon + * will be the default beacon for arrivals inbound the main + * airport. + * @param handoff Departure hand-off frequencies in MHz. The heading (in + * decimal degrees) determines which ATC station will be selected + * by a plane: the closest to the heading from the center of the + * airspace towards the plane’s last SID point. + * @param boundary Airspace boundary polygon. If undefined, airspace is + * circular with radius equal to {@link radius}. + */ + public constructor( + radius: number, + zoom: number, + elevation: number, + floor: number, + speedRestriction: { + radius?: { + nm: number; + kts: number; + }; + altitude?: { + ft: number; + kts: number; + }; + } | undefined, + localizerSpeed: { + nm: number; + kts: number; + } | undefined, + descentAltitude: number, + ceiling: number, + above: number, + diversionAltitude: number | undefined, + transitionAltitude: number, + usa: boolean, + metric: boolean, + letters: number | undefined, + separation: number, + automatic: boolean, + strictSpawn: boolean, + name: { + readonly approach: string; + readonly departure: string; + }, + center: Fix, + magneticVar: number, + beacons: Iterable, + handoff: Readonly>, + boundary: Polygon | undefined, + ) { + this.radius = radius; + this.zoom = zoom; + this.elevation = elevation; + this.floor = floor; + this.speedRestriction = speedRestriction ?? {}; + this.localizerSpeed = localizerSpeed ?? {nm: 0, kts: 0}; + this.descentAltitude = descentAltitude; + this.ceiling = ceiling; + this.above = above; + this.diversionAltitude = diversionAltitude ?? ceiling; + this.transitionAltitude = transitionAltitude; + this.usa = usa; + this.metric = metric; + this.letters = letters; + this.separation = separation; + this.automatic = automatic; + this.strictSpawn = strictSpawn; + this.name = name; + this.center = center; + this.magneticVar = magneticVar; + this.beacons = new Map(); + for (const beacon of beacons) + this.beacons.set(beacon.name, beacon); + this.handoff = handoff; + this.boundary = boundary; + } + + public toString() { + return [ + "[airspace]", + "name = " + [ + this.name.approach, + this.name.departure + ].join(", "), + "usa = " + this.usa, + "metric = " + this.metric, + "automatic = " + this.automatic, + "strictspawn = " + this.strictSpawn, + "decimaldegrees = false", + "center = " + this.center.toString(), + "magneticvar = " + this.magneticVar, + "radius = " + this.radius, + "zoom = " + this.zoom, + "letters = " + this.letters, + "separation = " + this.separation, + "elevation = " + this.elevation, + "floor = " + this.floor, + "diversionaltitude = " + this.diversionAltitude, + "transitionaltitude = " + this.transitionAltitude, + "descentaltitude = " + this.descentAltitude, + "ceiling = " + this.ceiling, + "above = " + this.above, + "speedrestriction = " + [ + this.speedRestriction.radius?.nm ?? this.radius * 2, + this.speedRestriction.radius?.kts ?? 300, + this.speedRestriction.altitude?.ft ?? 0, + this.speedRestriction.altitude?.kts ?? 0, + ].join(", "), + "localizerspeed = " + [ + this.localizerSpeed.nm, + this.localizerSpeed.kts + ].join(", "), + "handoff = \n" + + Array.from(this.handoff.entries()) + .map(([dir, handoff]) => + "\t" + [ + dir, + handoff.callsign, + handoff.pronunciation, + handoff.frequency + ].join(", ") + ).join("\n"), + "beacons = \n" + + Array.from(this.beacons.values()) + .map(beacon => "\t" + beacon.beaconString()).join("\n"), + this.boundary === undefined + ? null + : "boundary = \n" + this.boundary.toString() + ].filter(l => l !== null).join("\n"); + } +} diff --git a/src/Beacon.ts b/src/Beacon.ts new file mode 100644 index 0000000..42e0111 --- /dev/null +++ b/src/Beacon.ts @@ -0,0 +1,84 @@ +import NamedFix from "./NamedFix.js"; +import Fix from "./Fix.js"; + +/** + * A beacon is a visible named fix in the airspace. Has optional holding + * pattern. All aircraft can DCT (direct) to this beacon. + */ +export default class Beacon extends NamedFix { + + /** + * Holding pattern for the beacon. + */ + public readonly holdingPattern?: { + /** + * Left-hand turns. Inbound leg heading in decimal degrees. + */ + left: number + } | { + /** + * Right-hand turns. Inbound leg heading in decimal degrees. + */ + right: number + }; + + /** + * @param name Name and identifier of the beacon. + * @param pronunciation Pronunciation of the beacon name. + * @param latitude Latitude in decimal degrees. + * @param longitude Longitude in decimal degrees. + * @param [holdingPattern] Holding pattern for the beacon. + */ + public constructor( + /** + * Name and identifier of the beacon. + */ + name: string, + /** + * Pronunciation of the beacon name. + */ + pronunciation: string, + latitude: number, + longitude: number, + holdingPattern?: {left: number} | {right: number} | number + ) { + super(name, pronunciation, latitude, longitude); + this.holdingPattern = typeof holdingPattern === "number" + ? holdingPattern >= 0 + ? {right: holdingPattern} + : {left: holdingPattern} + : holdingPattern; + } + + public override clone(): Beacon { + return new Beacon( + this.name, + this.pronunciation, + this.latitude, + this.longitude, + this.holdingPattern + ); + } + + public beaconString(): string { + return [ + this.name, + this.toString(), + this.holdingPattern !== undefined + ? "right" in this.holdingPattern + ? this.holdingPattern.right + : -this.holdingPattern.left + : 0, + this.pronunciation + ].join(", ") + } + + public static override fromDMS(lat: string, lon: string, name: string, pronunciation: string, holdingPattern?: {left: number} | {right: number} | number): Beacon { + const fix = super.fromDMS(lat, lon, name, pronunciation); + return new Beacon(fix.name, fix.pronunciation, fix.latitude, fix.longitude, holdingPattern); + } + + public static from(name: string, pronunciation: string, fix: Fix, holdingPattern?: {left: number} | {right: number} | number): Beacon { + return new Beacon(name, pronunciation, fix.latitude, fix.longitude, holdingPattern); + } +} diff --git a/src/Circle.ts b/src/Circle.ts new file mode 100644 index 0000000..89b5ae4 --- /dev/null +++ b/src/Circle.ts @@ -0,0 +1,79 @@ +import Line from "./Line.js"; +import Fix from "./Fix.js"; + +export default class Circle extends Line { + public constructor( + public readonly centre: Fix, + public readonly radius: number, + public readonly precision: number, + colour?: Line.Colour + ) { + const vertices: Fix[] = []; + + const φc = Fix.degToRad(centre.latitude); + const λc = Fix.degToRad(centre.longitude); + + for (let i = 0; i < precision; ++i) { + const θ = (2 * Math.PI / precision) * i; + + const φ = Math.asin( + Math.sin(φc) * Math.cos(radius / Fix.R) + + Math.cos(φc) * Math.sin(radius / Fix.R) * Math.cos(θ) + ); + + const λ = λc + Math.atan2( + Math.sin(θ) * Math.sin(radius / Fix.R) * Math.cos(φc), + Math.cos(radius / Fix.R) - Math.sin(φc) * Math.sin(φ) + ); + + vertices.push(new Fix(Fix.radToDeg(φ), Fix.radToDeg(λ))); + } + vertices.push(vertices[0]!); + + super(vertices, colour); + } + + public cutoff(filter: (fix: Fix, i: number, circle: Circle) => boolean): Line { + return new Line(this.vertices.filter((fix, i) => filter(fix, i, this)), this.colour); + } + + public static from(a: Fix, b: Fix, c: Fix, precision: number, colour?: Line.Colour): Circle { + const [xₐ, yₐ, zₐ] = a.cartesian(); + const [xᵦ, yᵦ, zᵦ] = b.cartesian(); + const [x𝚌, y𝚌, z𝚌] = c.cartesian(); + + const a⃗ = [xₐ - x𝚌, yₐ - y𝚌, zₐ - z𝚌] as const; + const b⃗ = [xᵦ - x𝚌, yᵦ - y𝚌, zᵦ - z𝚌] as const; + + const a2 = (xᵦ - x𝚌) ** 2 + (yᵦ - y𝚌) ** 2 + (zᵦ - z𝚌) ** 2; + const b2 = (xₐ - x𝚌) ** 2 + (yₐ - y𝚌) ** 2 + (zₐ - z𝚌) ** 2; + const c2 = (xₐ - xᵦ) ** 2 + (yₐ - yᵦ) ** 2 + (zₐ - zᵦ) ** 2; + + const crossProduct = [ + a⃗[1] * b⃗[2] - a⃗[2] * b⃗[1], + a⃗[2] * b⃗[0] - a⃗[0] * b⃗[2], + a⃗[0] * b⃗[1] - a⃗[1] * b⃗[0], + ] as const; + + const area = crossProduct[0] ** 2 + crossProduct[1] ** 2 + crossProduct[2] ** 2; + const S = 0.5 * Math.sqrt(area); + if (S === 0) + throw new Error("The points are collinear."); + + const U = [ + (a2 * (b2 + c2 - a2) * xₐ + b2 * (c2 + a2 - b2) * xᵦ + c2 * (a2 + b2 - c2) * x𝚌) / (16 * S * S), + (a2 * (b2 + c2 - a2) * yₐ + b2 * (c2 + a2 - b2) * yᵦ + c2 * (a2 + b2 - c2) * y𝚌) / (16 * S * S), + (a2 * (b2 + c2 - a2) * zₐ + b2 * (c2 + a2 - b2) * zᵦ + c2 * (a2 + b2 - c2) * z𝚌) / (16 * S * S), + ] as const; + + const U_norm = Math.sqrt(U[0] ** 2 + U[1] ** 2 + U[2] ** 2); + const xᵤ = U[0] / U_norm; + const yᵤ = U[1] / U_norm; + const zᵤ = U[2] / U_norm; + + const circumcentre = Fix.fromCartesian([xᵤ, yᵤ, zᵤ]); + const radius = circumcentre.distance(a); + + return new Circle(circumcentre, radius, precision, colour); + } +} diff --git a/src/Fix.ts b/src/Fix.ts new file mode 100644 index 0000000..92f1731 --- /dev/null +++ b/src/Fix.ts @@ -0,0 +1,266 @@ +/** + * Represents a geographic fix, which is a point defined by its coordinates. + */ +export default class Fix { + /** + * @param latitude Latitude in decimal degrees. + * @param longitude Longitude in decimal degrees. + */ + public constructor( + /** + * Latitude in decimal degrees. + */ + public readonly latitude: number, + /** + * Longitude in decimal degrees. + */ + public readonly longitude: number + ) { + } + + public clone(): Fix { + return new Fix(this.latitude, this.longitude); + } + + public toString(): string { + return (this.latitude >= 0 ? "N" : "S") + + Math.abs(this.latitude).toFixed(6) + ", " + + (this.longitude >= 0 ? "E" : "W") + + Math.abs(this.longitude).toFixed(6); + } + + public static degToRad(degrees: number): number { + return degrees * Math.PI / 180; + } + + public static radToDeg(radians: number): number { + return radians * 180 / Math.PI; + } + + /** + * Mean radius of Earth in meters. + */ + public static readonly R = 6371e3; + + /** + * m to NMI + */ + public static readonly NMI = 1852; + + /** + * ft to m + */ + public static readonly FT = 0.3048; + + /** + * Given a start point, initial bearing, and distance, this will calculate + * the destination point and final bearing travelling along a (shortest + * distance) great circle arc. + * @param bearing Bearing in decimal degrees. + * @param distance Distance in NM. + */ + public destination(bearing: number, distance: number): Fix { + const φ1 = Fix.degToRad(this.latitude); + const λ1 = Fix.degToRad(this.longitude); + const θ = Fix.degToRad(bearing); + /** distance in metres */ + const d = distance * Fix.NMI; + /** angular distance **/ + const δ = d / Fix.R; + + const φ2 = Math.asin( + Math.sin(φ1) * Math.cos(δ) + + Math.cos(φ1) * Math.sin(δ) * Math.cos(θ) + ); + const λ2 = λ1 + Math.atan2( + Math.sin(θ) * Math.sin(δ) * Math.cos(φ1), + Math.cos(δ) - Math.sin(φ1) * Math.sin(φ2) + ); + + return new Fix(Fix.radToDeg(φ2), Fix.radToDeg(λ2)); + } + + /** + * Intersection of two paths given start points and bearings + * @param bearing Initial bearing from this point in decimal degrees. + * @param other The other point. + * @param otherBearing Initial bearing from the other point in decimal degrees. + */ + public bearingIntersection(bearing: number, other: Fix, otherBearing: number) { + const φ1 = Fix.degToRad(this.latitude); + const λ1 = Fix.degToRad(this.longitude); + + const φ2 = Fix.degToRad(other.latitude); + const λ2 = Fix.degToRad(other.longitude); + + const Δφ = φ2 - φ1; + const Δλ = λ2 - λ1; + + const θ13 = Fix.degToRad(bearing); + const θ23 = Fix.degToRad(otherBearing); + + /** angular distance **/ + const δ12 = 2 * Math.asin( + Math.sqrt( + Math.sin(Δφ / 2) ** 2 + + Math.cos(φ1) + * Math.cos(φ2) + * Math.sin(Δλ / 2) ** 2 + ) + ); + + /** initial/final bearings between points **/ + const θa = Math.acos( + (Math.sin(φ2) - Math.sin(φ1) * Math.cos(δ12)) + / + (Math.sin(δ12) * Math.cos(φ1)) + ); + const θb = Math.acos( + (Math.sin(φ1) - Math.sin(φ2) * Math.cos(δ12)) + / + (Math.sin(δ12) * Math.cos(φ2)) + ); + + let θ12: number; + let θ21: number; + if (Math.sin(λ2 - λ1) > 0) { + θ12 = θa; + θ21 = 2 * Math.PI - θb; + } + else { + θ12 = 2 * Math.PI - θa; + θ21 = θb; + } + + const α1 = θ13 - θ12; + const α2 = θ21 - θ23; + + const α3 = Math.acos( + -Math.cos(α1) * Math.cos(α2) + + Math.sin(α1) * Math.sin(α2) * Math.cos(δ12) + ); + + /** angular distance **/ + const δ13 = Math.atan2( + Math.sin(δ12) * Math.sin(α1) * Math.sin(α2), + Math.cos(α2) + + Math.cos(α1) * Math.cos(α3) + ); + + const φ3 = Math.asin( + Math.sin(φ1) * Math.cos(δ13) + + Math.cos(φ1) * Math.sin(δ13) * Math.cos(θ13) + ); + + const Δλ13 = Math.atan2( + Math.sin(θ13) * Math.sin(δ13) * Math.cos(φ1), + Math.cos(δ13) - Math.sin(φ1) * Math.sin(φ3) + ); + + const λ3 = λ1 + Δλ13; + + return new Fix(Fix.radToDeg(φ3), Fix.radToDeg(λ3)); + } + + /** + * Calculate great circle distance between two fixes. + * @param other The other fix. + * @return Distance in metres. + */ + public distance(other: Fix): number { + const φ1 = Fix.degToRad(this.latitude); + const φ2 = Fix.degToRad(other.latitude); + const Δφ = φ2 - φ1; + const Δλ = Fix.degToRad(other.longitude - this.longitude); + + const a = Math.sin(Δφ / 2) ** 2 + + Math.cos(φ1) * Math.cos(φ2) * Math.sin(Δλ / 2) ** 2; + const c = 2 * Math.atan2(Math.sqrt(a), Math.sqrt(1 - a)); + return Fix.R * c; + } + + /** + * Calculate initial bearing to another fix. + * @param other The other fix. + */ + public bearing(other: Fix): number { + const φ1 = Fix.degToRad(this.latitude); + const φ2 = Fix.degToRad(other.latitude); + const Δλ = Fix.degToRad(other.longitude - this.longitude); + const y = Math.sin(Δλ) * Math.cos(φ2); + const x = Math.cos(φ1) * Math.sin(φ2) + - Math.sin(φ1) * Math.cos(φ2) * Math.cos(Δλ); + const θ = Math.atan2(y, x); + return (Fix.radToDeg(θ) + 360) % 360; + } + + /** + * To cartesian coordinates. + */ + public cartesian(): [x: number, y: number, z: number] { + const φ = Fix.degToRad(this.latitude); + const λ = Fix.degToRad(this.longitude); + return [ + Fix.R * Math.cos(φ) * Math.cos(λ), + Fix.R * Math.cos(φ) * Math.sin(λ), + Fix.R * Math.sin(φ) + ]; + } + + /** + * From 3D cartesian coordinates. + */ + public static fromCartesian([x, y, z]: readonly [x: number, y: number, z: number]): Fix { + return new Fix( + Fix.radToDeg(Math.asin(z)), + Fix.radToDeg(Math.atan2(y, x)) + ); + } + + /** + * Create a new fix from DMS coordinates + * @param lon Longitude in DMS + * @param lat Latitude in DMS + */ + public static fromDMS(lat: string, lon: string, ..._: any[]): Fix { + return new Fix(this.parseDMS(lat), this.parseDMS(lon)); + } + + private static parseDMS(dms: string): number { + const sign = (/[NESW]/.exec(dms.toUpperCase())?.[0] + ?? (() => { + throw new SyntaxError( + `Invalid DMS coordinate direction in ${dms}` + ); + })()) < "S" ? 1 : -1; + const [ + nonDecimal, + decimal + ] = dms.toUpperCase() + .replace(/[^\d.]/g, "") + .split(".", 2); + const decimalSeconds = Number.parseInt( + decimal ?? "0", 10 + ) / 10 ** (decimal?.length ?? 0); + const seconds = Number.parseInt( + nonDecimal!.slice(-2), 10 + ); + if (seconds < 0 || seconds >= 60) + throw new RangeError(`Seconds out of range in ${dms}`); + const minutes = Number.parseInt( + nonDecimal!.slice(-4, -2), 10 + ); + if (minutes < 0 || minutes >= 60) + throw new RangeError(`Minutes out of range in ${dms}`); + const degrees = Number.parseInt( + nonDecimal!.slice(0, -4), 10 + ); + const final = ( + degrees + minutes / 60 + + (seconds + decimalSeconds) / 3600 + ) * sign; + if (Number.isNaN(final) || !Number.isFinite(final)) + throw new SyntaxError(`Invalid DMS coordinate in ${dms}`); + return final; + } +} diff --git a/src/Generator.ts b/src/Generator.ts new file mode 100644 index 0000000..49c85fb --- /dev/null +++ b/src/Generator.ts @@ -0,0 +1,397 @@ +import Airspace from "./Airspace.js"; +import Airport from "./Airport.js"; +import Beacon from "./Beacon.js"; +import NamedFix from "./NamedFix.js"; +import RunwayConfiguration from "./RunwayConfiguration.js"; +import Runway from "./Runway.js"; +import STAR from "./STAR.js"; +import Fix from "./Fix.js"; +import StarFix from "./StarFix.js"; +import SID from "./SID.js"; +import Aircraft from "./Aircraft.js"; +import Polygon from "./Polygon.js"; +import Line from "./Line.js"; + +export default class Generator { + static #instance: Generator | null = null; + public static getInstance(): Generator { + return this.#instance ??= new Generator(); + } + private constructor() { + } + + #airspace: Airspace | null = null; + + /** + * Get airspace. + */ + public airspace(): Airspace; + + /** + * Set airspace. + */ + public airspace(airspace: Airspace): typeof this; + public airspace(airspace?: Airspace): Airspace | typeof this { + if (airspace !== undefined) { + this.#airspace = airspace; + return this; + } + if (this.#airspace === null) + throw new Error("No airspace set"); + return this.#airspace!; + } + + /** + * Get beacon by name. + */ + public beacon(name: string): Beacon; + public beacon(name: string, altitude: number | undefined, speed?: number): StarFix; + public beacon(...args: any[]): any { + if (args.length === 1) { + const beacon = this.airspace().beacons.get(args[0]); + if (beacon === undefined) + throw new Error(`Beacon ${args[0]} not found`); + return beacon; + } + const beacon = this.beacon(args[0]); + return StarFix.from(beacon, args[1], args[2]); + } + + #airports = new Map; + + /** + * Get airport. + * @param code ICAO code. + */ + public airport(code: string): Airport; + /** + * Add airport. + */ + public airport(airport: Airport): typeof this; + public airport(runway: Runway): Airport; + public airport(a: Airport | Runway | string): Airport | typeof this { + if (typeof a === "string") { + const airport = this.#airports.get(a); + if (airport === undefined) + throw new Error(`Airport ${a} not found`); + return airport; + } + else if (a instanceof Runway) { + const airport = Array.from(this.#airports.values()).find(f => f.runways.has(a.id)); + if (airport === undefined) + throw new Error(`No airport found for runway ${a.id}`); + return airport; + } + this.#airports.set(a.code, a); + return this; + } + + readonly #configurations: RunwayConfiguration[][] = []; + + /** + * Get a runway by identifier. + * @param id Runway ID. + */ + public runway(id: string): Runway; + public runway(config: RunwayConfiguration[]): typeof this; + public runway(arg: string | RunwayConfiguration[]): any { + if (typeof arg === "string") { + for (const airport of this.#airports.values()) { + const runway = airport.runways.get(arg); + if (runway !== undefined) + return runway; + } + throw new Error(`Runway ${arg} not found`); + } + this.#configurations.push(arg + .sort((a, b) => + a.score - b.score + ) + ); + return this; + } + + #aircraft = new Map; + + public aircraft(aircraft: Aircraft) { + this.#aircraft.set(aircraft.type.toLowerCase(), aircraft); + } + + #lines: Polygon[] = []; + + public line(...line: Polygon[]) { + this.#lines.push(...line); + } + + // Map> + #arrivals = new Map>; + + public arrival(a: STAR | STAR.StarWithEntry): typeof this { + const star = a instanceof STAR ? a : a.star; + const entries = a instanceof STAR.StarWithEntry ? a.entries : []; + const runways = Array.from(star.runways); + const runwayIds = + star.reverse === "only" + ? runways.map(r => r.id + ", rev") + : star.reverse + ? runways.flatMap(r => [r.id, r.id + ", rev"]) + : runways.map(r => r.id); + for (const runway of runwayIds) { + if (!this.#arrivals.has(runway)) + this.#arrivals.set(runway, new Map([[star.beacon.name, []]])); + else if (!this.#arrivals.get(runway)!.has(star.beacon.name)) + this.#arrivals.get(runway)!.set(star.beacon.name, []); + + this.#arrivals.get(runway)! + .get(star.beacon.name)! + .push(star); + } + + for (const entry of entries) { + const airports = Array.from(new Map(Array.from(star.runways.values()).map(r => { + const f = this.airport(r); + return [f.code, f]; + })).values()); + for (const airport of airports) + airport.entryPoints.push(entry); + } + + return this; + } + + // Map + #departures = new Map; + + public departure(sid: SID): typeof this { + const rwy = sid.reverse ? sid.runway.id + ", rev" : sid.runway.id; + if (!this.#departures.has(rwy)) + this.#departures.set(rwy, []); + this.#departures.get(rwy)!.push(sid); + return this; + } + + #fixes = new Map; + + public fix(name: string): Fix; + public fix(fix: NamedFix): NamedFix; + public fix(name: string, fix: Fix): Fix; + public fix(name: string, altitude: number | undefined, speed?: number): StarFix; + public fix(name: string, lat: string, lon: string, altitude?: number, speed?: number): Fix | StarFix; + public fix(...args: any[]): Fix { + if (args.length === 1) { + if (typeof args[0] === "string") { + let fix: Fix | undefined = this.#fixes.get(args[0]); + if (fix !== undefined) + return fix; + fix = this.airspace().beacons.get(args[0]); + if (fix !== undefined) + return fix; + for (const airport of this.#airports.values()) { + fix = airport.sidMarkers.get(args[0]); + if (fix !== undefined) + return fix; + } + throw new Error(`Cannot find fix ${args[0]}`); + } + + let existing: Fix | null = null; + try { + existing = this.fix(args[0].name); + } + catch (ignored) { + } + if (existing !== null && (existing.latitude !== args[0].latitude || existing.longitude !== args[0].longitude)) + throw new Error(`Trying to overwrite ${args[0].name} (${existing.toString()}) with different coordinates: ${args[0].toString()}`); + + this.#fixes.set(args[0].name, args[0]); + return args[0]; + } + if (args.length === 2 && typeof args[1] !== "number") { + let existing: Fix | null = null; + try { + existing = this.fix(args[1].name); + } + catch (ignored) { + } + if (existing !== null && (existing.latitude !== args[1].latitude || existing.longitude !== args[1].longitude)) + throw new Error(`Trying to overwrite ${args[0]} (${existing.toString()}) with different coordinates: ${args[1].toString()}`); + + this.#fixes.set(args[0], args[1]); + return args[1]; + } + if (typeof args[1] !== "string") { + const fix = this.fix(args[0]); + return StarFix.from(fix, args[1], args[2]); + } + + const fix = + args.length > 2 + ? StarFix.fromDMS(args[1], args[2], args[3], args[4]) + : Fix.fromDMS(args[1], args[2]); + + let existing: Fix | null = null; + try { + existing = this.fix(args[0]); + } + catch (ignored) { + } + if (existing !== null && (existing.latitude !== fix.latitude || existing.longitude !== fix.longitude)) + throw new Error(`Trying to overwrite ${args[0]} (${existing.toString()}) with different coordinates: ${fix.toString()}`); + + this.#fixes.set(args[0], fix); + return fix; + } + + public sidFix(name: string): NamedFix { + for (const airport of this.#airports.values()) { + const fix = airport.sidMarkers.get(name); + if (fix !== undefined) + return fix; + } + throw new Error(`Cannot find SID marker ${name}`); + } + + private static readonly pronunciation: Record = { + 0: "zero", + 1: "one", + 2: "two", + 3: "three", + 4: "four", + 5: "five", + 6: "six", + 7: "seven", + 8: "eight", + 9: "niner", + A: "alpha", + B: "bravo", + C: "charlie", + D: "delta", + E: "echo", + F: "foxtrot", + G: "golf", + H: "hotel", + I: "india", + J: "juliet", + K: "kilo", + L: "lima", + M: "mike", + N: "november", + O: "oscar", + P: "papa", + Q: "quebec", + R: "romeo", + S: "sierra", + T: "tango", + U: "uniform", + V: "victor", + W: "whiskey", + X: "x-ray", + Y: "yankee", + Z: "zulu", + }; + + public pronounce(beacon: NamedFix | string, suffix: string): [name: string, pronunciation: string]; + public pronounce(name: string): [name: string, pronunciation: string]; + public pronounce(...args: [NamedFix | string, string] | [string]): [name: string, pronunciation: string] { + if (args.length === 1) { + const name = args[0]; + if (name.length === 0) + throw new SyntaxError("Empty name"); + const waypoint = name.slice(0, -2).trim(); + if (waypoint.length < 1) return [ + name.trim(), + name[0]!.toUpperCase() + name.slice(1).toLowerCase() + ]; + const waypointName = waypoint[0]!.toUpperCase() + + waypoint.slice(1).toLowerCase(); + return [ + name.trim(), + name.length <= 2 + ? waypointName + : waypointName + " " + + name.slice(-2) + .toUpperCase() + .split("") + .map(c => Generator.pronunciation[c] ?? c).join(" ") + ]; + } + + const beacon = typeof args[0] === "string" + ? this.beacon(args[0]) + : args[0]; + const suffix = args[1]; + return [ + beacon.name + suffix, + beacon.pronunciation + " " + + suffix + .toUpperCase() + .split("") + .map(c => Generator.pronunciation[c] ?? c).join(" ") + ] + } + + /** + * Generate Endless ATC configuration + * @param [header] Data to prepend. Prefix lines with # for comments. + */ + public generate(header?: string): string { + return [ + header?.trim() ?? null, + this.airspace().toString(), + Array.from(this.#airports.values()) + .map((airport, i) => + `[airport${i + 1}]\n` + + airport.toString() + ) + .join("\n"), + + this.#configurations.length === 0 ? null : "[configurations]\n" + + this.#configurations.map( + (config, i) => + `config${i + 1} = \n` + + config.map(c => "\t" + c.toString()) + .join("\n") + ).join("\n"), + + Array.from(this.#arrivals.entries()) + .flatMap(([rwy, beacons]) => + Array.from(beacons.entries()) + .map(([beacon, stars]) => + [ + "runway = " + rwy, + "beacon = " + ( + this.airspace().beacons.has(beacon) + ? beacon + : stars[0]!.beacon.beaconString() + ), + stars.map((star, i) => `route${i + 1} =\n${star.routeString()}`).join("\n"), + ].join("\n") + ) + ).map((e, i) => `[approach${i + 1}]\n${e}`).join("\n\n"), + + Array.from(this.#departures.entries()) + .map(([rwy, routes], i) => + [ + `[departure${i + 1}]`, + `runway = ${rwy}`, + ].join("\n") + "\n" + + routes.map((route, i) => `route${i + 1} =\n${route.routeString()}`).join("\n") + ).join("\n\n"), + + this.#aircraft.size === 0 ? null : [ + "[planetypes]", + "types =", + ...Array.from(this.#aircraft.values()).map(a => a.toString()), + ].join("\n"), + + this.#lines.length === 0 ? null : [ + "[background]", + this.#lines.reverse().map((line, i) => [ + `line${i + 1} =`, + line instanceof Line ? line.lineString() : line.toString() + ].join("\n")).join("\n") + ].join("\n") + ].filter(l => l !== null).join("\n\n") + + "\n"; + } +} diff --git a/src/Line.ts b/src/Line.ts new file mode 100644 index 0000000..c84eebb --- /dev/null +++ b/src/Line.ts @@ -0,0 +1,98 @@ +import Polygon from "./Polygon.js"; +import Fix from "./Fix.js"; + +class Line extends Polygon { + public readonly colour: Line.Colour + + /** + * Create new line. + * @param vertices The vertices of the line. + * @param colour Line colour. + */ + public constructor( + vertices: ReadonlyArray, + colour: Line.Colour = Line.ColourType.AIRSPACE + ) { + super(vertices); + this.colour = colour; + } + + public append(fix: Fix) { + this._vertices.push(fix); + return this; + } + + public prepend(fix: Fix) { + this._vertices.unshift(fix); + return this; + } + + public join(line: Line) { + this._vertices.push(...line.vertices); + return this; + } + + public lineString(): string { + return "\t" + + (typeof this.colour === "string" ? this.colour : this.colour.join(", ")) + "\n" + + this.toString(); + } + + /** + * Get lines from GeoJSON + */ + public static fromGeoJSON(data: any, colour?: Line.Colour): Line[] { + const lines: Line[] = []; + + // Ensure valid GeoJSON structure + if (!data || data.type !== "FeatureCollection" || !Array.isArray(data.features)) { + return lines; // Early return if the structure is invalid + } + + // Iterate over each feature in the GeoJSON + for (const feature of data.features) { + if (!feature.geometry) continue; // Skip if no geometry is present + const {type, coordinates} = feature.geometry; + + switch (type) { + case "LineString": + lines.push(new Line(coordinates.map(([lon, lat]: [number, number]) => new Fix(lat, lon)), colour)); + break; + + case "MultiLineString": + lines.push(...coordinates.map((lineCoords: [number, number][]) => + new Line(lineCoords.map(([lon, lat]: [number, number]) => new Fix(lat, lon)), colour) + )); + break; + + case "Polygon": + lines.push(...coordinates.map((ring: [number, number][]) => + new Line(ring.map(([lon, lat]: [number, number]) => new Fix(lat, lon)), colour) + )); + break; + + case "MultiPolygon": + lines.push(...coordinates.map((polygon: [number, number][][]) => + polygon.map((ring: [number, number][]) => + new Line(ring.map(([lon, lat]: [number, number]) => new Fix(lat, lon)), colour) + ) + ).flat()); + break; + } + } + + return lines; + } +} + +namespace Line { + export const enum ColourType { + COAST = "coast", + AIRSPACE = "airspace", + RUNWAY = "runway" + } + + export type Colour = Line.ColourType | [red: number, green: number, blue: number]; +} + +export default Line; diff --git a/src/NamedFix.ts b/src/NamedFix.ts new file mode 100644 index 0000000..2d22687 --- /dev/null +++ b/src/NamedFix.ts @@ -0,0 +1,38 @@ +import Fix from "./Fix.js"; + +/** + * A fix with name and pronunciation. + */ +export default class NamedFix extends Fix { + /** + * @param name Name and identifier of the fix. + * @param pronunciation Pronunciation of the fix name. + * @param latitude Latitude in decimal degrees. + * @param longitude Longitude in decimal degrees. + */ + public constructor( + /** + * Name and identifier of the fix. + */ + public readonly name: string, + /** + * Pronunciation of the fix name. + */ + public readonly pronunciation: string, + latitude: number, + longitude: number, + ) { + super(latitude, longitude); + } + + public override clone(): NamedFix { + return new NamedFix( + this.name, this.pronunciation, this.latitude, this.longitude + ); + } + + public static override fromDMS(lat: string, lon: string, name: string, pronunciation: string): NamedFix { + const fix = super.fromDMS(lat, lon); + return new NamedFix(name, pronunciation, fix.latitude, fix.longitude); + } +} diff --git a/src/Polygon.ts b/src/Polygon.ts new file mode 100644 index 0000000..5d5d981 --- /dev/null +++ b/src/Polygon.ts @@ -0,0 +1,95 @@ +import Fix from "./Fix.js"; + +/** + * A basic polygon made from straight lines connecting fixes. + */ +export default class Polygon { + protected _vertices: Fix[]; + + /** + * Create new polygon. Last vertex is automatically connected to first vertex. + * @param vertices The vertices of the polygon. + */ + public constructor( + vertices: Iterable + ) { + this._vertices = [...vertices]; + } + + public get vertices(): ReadonlyArray { + return this._vertices; + } + + public toString(): string { + return this.vertices.map(vertex => "\t" + vertex.toString()).join("\n"); + } + + public static intersection(a: Fix, b: Fix, c: Fix, d: Fix): Fix | null { + const P1 = a.cartesian(); + const P2 = b.cartesian(); + const P3 = c.cartesian(); + const P4 = d.cartesian(); + + const n1 = [ + P1[1] * P2[2] - P1[2] * P2[1], + P1[2] * P2[0] - P1[0] * P2[2], + P1[0] * P2[1] - P1[1] * P2[0] + ] as const; + + const n2 = [ + P3[1] * P4[2] - P3[2] * P4[1], + P3[2] * P4[0] - P3[0] * P4[2], + P3[0] * P4[1] - P3[1] * P4[0] + ] as const; + + const l = [ + n1[1] * n2[2] - n1[2] * n2[1], + n1[2] * n2[0] - n1[0] * n2[2], + n1[0] * n2[1] - n1[1] * n2[0] + ] as const; + + // normalise l + const lNorm = Math.sqrt(l[0] ** 2 + l[1] ** 2 + l[2] ** 2); + + const i1 = [ + l[0] / lNorm, + l[1] / lNorm, + l[2] / lNorm + ] as const; + + const i2 = [ + -i1[0], + -i1[1], + -i1[2] + ] as const; + + const fix1 = Fix.fromCartesian(i1); + const fix2 = Fix.fromCartesian(i2); + const ϵ = 1e-4; + + if ( + Math.abs(fix1.distance(a) + fix1.distance(b) - a.distance(b)) <= ϵ + && Math.abs(fix1.distance(c) + fix1.distance(d) - c.distance(d)) <= ϵ + ) return fix1; + if ( + Math.abs(fix2.distance(a) + fix2.distance(b) - a.distance(b)) <= ϵ + && Math.abs(fix2.distance(c) + fix2.distance(d) - c.distance(d)) <= ϵ + ) return fix2; + return null; + } + + public intersection(origin: Fix, bearing: number) { + const intersections: Fix[] = []; + for (let i = 0; i < this.vertices.length; ++i) { + const a = this.vertices[i]!; + const b = this.vertices[i + 1] ?? this.vertices[0]!; + const d = origin.destination(bearing, Math.max(a.distance(origin), b.distance(origin)) / Fix.NMI); + const intersection = Polygon.intersection(a, b, origin, d); + if (intersection !== null) + intersections.push(intersection); + } + if (intersections.length === 0) return null; + // return the farthest intersection + return intersections.sort((a, b) => b.distance(origin) - a.distance(origin))[0]!; + } +} diff --git a/src/Runway.ts b/src/Runway.ts new file mode 100644 index 0000000..62a3f44 --- /dev/null +++ b/src/Runway.ts @@ -0,0 +1,250 @@ +import Fix from "./Fix.js"; + +/** + * A runway end/side + */ +export default class Runway { + /** + * Unique runway identifier. + */ + public readonly id: string; + + /** + * Name of this runway end. The name for the reverse side is calculated + * automatically. One or two digits, optionally suffixed with an L, R or C + * character. + * @example "27L" + * @example "6" + */ + public readonly name: string; + + /** + * The location of the beginning of the runway (this side), including + * displaced threshold. + */ + public readonly position: Fix; + + /** + * Runway true heading from this side. + */ + public readonly heading: number; + + /** + * Runway length in feet. + */ + public readonly length: number; + + /** + * Displaced threshold in feet on this runway end. + */ + public readonly displacedThreshold: number; + + /** + * Displaced threshold in feet on the reverse side. + */ + public readonly reverseDisplacedThreshold: number; + + /** + * Elevation in feet. Must be within 1000 feet difference from + * @link Airspace#elevation}. + */ + public readonly elevation: number; + + /** + * Glideslope angle in decimal degrees for arrivals towards this runway end. + */ + public readonly glideslope: number; + + /** + * Localizer true heading in decimal degrees for arrivals towards this + * runway end. + */ + public readonly localizer: number; + + /** + * Glideslope angle in decimal degrees for arrivals towards the reverse end. + */ + public readonly reverseGlideslope: number; + + /** + * Localizer true heading in decimal degrees for arrivals towards the + * reverse end. + */ + public readonly reverseLocalizer: number; + + /** + * Initial Fix that arrivals can DCT (direct) to. + */ + public readonly initialFix?: { + /** + * Distance from runway touchdown in NM. + */ + readonly distance: number; + + /** + * Name of the fix. + */ + readonly name: string; + } + + /** + * Initial Fix for the reverse end that arrivals can DCT (direct) to. + */ + public readonly reverseInitialFix?: { + /** + * Distance from runway touchdown in NM. + */ + readonly distance: number; + + /** + * Name of the fix. + */ + readonly name: string; + } + + /** + * Tower frequency in MHz. + */ + public readonly frequency?: number; + + /** + * Tower callsign pronunciation. + */ + public readonly tower?: string; + + /** + * @param id Unique runway identifier. + * @param name Name of this runway end. The name for the reverse side is + * calculated automatically. + * @param position The location of the beginning of the runway (this side), + * including displaced threshold. + * @param heading Runway true heading from this side. + * @param elevation Elevation in feet. Must be within 1000 feet difference + * from {@link Airspace#elevation}. + * @param length Runway length in feet. + * @param [displacedThreshold] Displaced threshold in feet on this runway + * end. + * @param [reverseDisplacedThreshold] Displaced threshold in feet on the + * reverse side. + * @param glideslope Glideslope angle in decimal degrees for arrivals + * towards this runway end. + * @param localizer Localizer true heading in decimal degrees for arrivals + * towards this runway end. + * @param reverseGlideslope Glideslope angle in decimal degrees for + * arrivals towards the reverse end. + * @param reverseLocalizer Localizer true heading in decimal degrees for + * arrivals towards the reverse end. + * @param [initialFix] Initial Fix that arrivals can DCT (direct) to. + * @param [reverseInitialFix] Initial Fix for the reverse end that arrivals + * can DCT (direct) to. + * @param [frequency] Tower frequency in MHz. + * @param [tower] Tower callsign pronunciation. + */ + public constructor( + id: string, + name: string, + position: Fix, + heading: number, + elevation: number, + length: number, + displacedThreshold?: number, + reverseDisplacedThreshold?: number, + initialFix?: { + readonly distance: number; + readonly name: string; + }, + reverseInitialFix?: { + readonly distance: number; + readonly name: string; + }, + frequency?: number, + tower?: string, + reverseLocalizer?: number, + reverseGlideslope?: number, + localizer?: number, + glideslope?: number, + ) { + this.id = id; + this.name = name; + this.position = position; + this.heading = Math.round(heading); + this.elevation = elevation; + this.length = length; + this.displacedThreshold = displacedThreshold ?? 0; + this.reverseDisplacedThreshold = reverseDisplacedThreshold ?? 0; + this.glideslope = glideslope ?? 3; + this.localizer = Math.round(localizer ?? heading); + this.reverseGlideslope = reverseGlideslope ?? 3; + this.reverseLocalizer = Math.round(reverseLocalizer ?? (heading + 180) % 360); + this.initialFix = initialFix; + this.reverseInitialFix = reverseInitialFix; + this.frequency = frequency; + this.tower = tower; + } + + + /** + * Get the reverse end of this runway. + */ + public reverse(): Runway { + const revNumber = ( + Number.parseInt(this.name.match(/^\d{1,2}/)![0]) + 18 + ) % 36; + const letter = this.name.slice(-1).toUpperCase(); + const revName = + revNumber.toString().padStart(2, "0") + + (letter === "L" + ? "R" + : letter === "R" + ? "L" + : letter); + return new Runway( + this.id, + revName, + this.position.destination( + this.heading, + ( + this.length + - this.displacedThreshold + - this.reverseDisplacedThreshold + ) * Fix.FT / Fix.NMI + ), + (this.heading + 180) % 360, + this.elevation, + this.length, + this.reverseDisplacedThreshold, + this.displacedThreshold, + this.reverseInitialFix, + this.initialFix, + this.frequency, + this.tower, + this.localizer, + this.glideslope, + this.reverseLocalizer, + this.reverseGlideslope, + ); + } + + public toString(): string { + return [ + this.id, + this.name, + this.position, + this.heading.toFixed(0), + this.length.toPrecision(2), + this.displacedThreshold.toPrecision(2), + this.reverseDisplacedThreshold.toPrecision(2), + this.elevation, + this.glideslope, + this.localizer.toFixed(0), + this.reverseGlideslope, + this.reverseLocalizer.toFixed(0), + this.initialFix?.name ?? 0, + this.initialFix?.distance ?? 0, + this.reverseInitialFix?.name ?? 0, + this.reverseInitialFix?.distance ?? 0, + this.frequency, + this.tower + ].join(", "); + } +} diff --git a/src/RunwayConfiguration.ts b/src/RunwayConfiguration.ts new file mode 100644 index 0000000..97db533 --- /dev/null +++ b/src/RunwayConfiguration.ts @@ -0,0 +1,93 @@ +import Runway from "./Runway.js"; + +export default class RunwayConfiguration { + /** + * The game score at which this entry becomes active. + */ + public readonly score: number; + + /** + * The runway this entry controls. + */ + public readonly runway: Runway; + + /** + * Whether this entry controls the reverse end of the runway. + */ + public readonly reverse: boolean; + + /** + * Whether the runway is active for arrivals + */ + public readonly arrivals: boolean; + + /** + * Whether the runway is active for departures + */ + public readonly departures: boolean; + + /** + * Whether to use intersection departures + * (takeoffs begins 30% down the runway) + */ + public readonly intersection: boolean; + + /** + * Whether arrivals need to backtrack after landing. + */ + public readonly backtrack: boolean; + + /** + * Whether departures should have SID **disabled** after takeoff. + */ + public readonly noSid: boolean; + + /** + * Heading for departures to fly after takeoff. + */ + public readonly offsetHeading?: number; + + public constructor( + score: number, + runway: Runway, + options: Partial<{ + reverse: boolean, + arrivals: boolean, + departures: boolean, + intersection: boolean, + backtrack: boolean, + noSid: boolean, + offsetHeading?: number + }> + ) { + this.score = score; + this.runway = runway; + this.reverse = options.reverse ?? false; + this.arrivals = options.arrivals ?? false; + this.departures = options.departures ?? false; + this.intersection = options.intersection ?? false; + this.backtrack = options.backtrack ?? false; + this.noSid = options.noSid ?? false; + this.offsetHeading = options.offsetHeading; + } + + public toString(): string { + return [ + this.score, + this.runway.id, + [ + this.arrivals ? "land" : null, + this.departures ? "start" : null, + this.reverse ? "rev" : null, + this.intersection ? "int" : null, + this.backtrack ? "track" : null, + ].filter(o => o !== null).join(""), + this.offsetHeading !== undefined + ? this.offsetHeading + : this.noSid + ? this.runway.reverseLocalizer + : null, + this.noSid ? "nosid" : null, + ].filter(o => o !== null).join(", ") + } +} diff --git a/src/SID.ts b/src/SID.ts new file mode 100644 index 0000000..9e5b8bd --- /dev/null +++ b/src/SID.ts @@ -0,0 +1,76 @@ +import Runway from "./Runway.js"; +import Fix from "./Fix.js"; + +/** + * Standard Instrument Departure (SID) + */ +export default class SID { + /** + * The name of this SID. + * Usually this is the name of a fix, followed by a number and a letter. + */ + public readonly name: string; + + /** + * Pronunciation of this SID’s name. + * @example "Compton three golf" // for CPT 3G + */ + public readonly pronunciation: string; + + /** + * The runway from which this SID is available. + */ + public readonly runway: Runway; + + /** + * Whether this SID applies to the reverse end of the runway or not. + */ + public readonly reverse: boolean; + + /** + * Override airport’s initial climb altitude. + */ + public readonly altitude?: number; + + /** + * The route. + */ + public readonly route: Fix[]; + + public routeString(): string { + return "\t" + [ + this.name, + this.pronunciation + ].join(", ") + "\n" + + this.route.map((fix, i) => "\t" + fix.toString() + (this.altitude !== undefined && i === 0 ? `, ${this.altitude}`: "")).join("\n"); + } + + /** + * @param name The name/identifier of this SID. Usually this is the name of + * a fix, followed by a number and a letter. + * @param pronunciation Pronunciation of this SID’s name. + * @param runway The runway from which this SID is available. + * @param route The route. + * @param [reverse] Reversed runway end use for this SID. + * @param [altitude] Override airport’s initial climb altitude. + */ + public constructor( + name: string, + pronunciation: string, + runway: Runway, + route: Fix[], + reverse?: boolean, + altitude?: number + ) { + this.name = name; + this.pronunciation = pronunciation; + this.runway = runway; + this.route = route; + this.reverse = reverse ?? false; + this.altitude = altitude; + + // send warning if distance between 2 consecutive fixes is over 50 NMI + if (this.route.some((fix, i) => i > 0 && fix.distance(this.route[i - 1]!) > 50 * Fix.NMI)) + console.warn(`${this.name}: Distance between consecutive fixes is over 50 NMI.`); + } +} diff --git a/src/STAR.ts b/src/STAR.ts new file mode 100644 index 0000000..4d243bc --- /dev/null +++ b/src/STAR.ts @@ -0,0 +1,218 @@ +import Runway from "./Runway.js"; +import Beacon from "./Beacon.js"; +import Fix from "./Fix.js"; +import StarFix from "./StarFix.js"; +import Generator from "./Generator.js"; +import Airport from "./Airport.js"; + +/** + * A Standard Terminal Arrival Route (STAR). + */ +class STAR { + /** + * The name/identifier of this star. + * Usually this is the name of a fix, followed by a number and a letter. + */ + public readonly name: string; + + /** + * Pronunciation of this STAR’s name. + * @example "Aleso one hotel" // for ALESO 1H + */ + public readonly pronunciation: string; + + /** + * The runways for which this STAR is available. + */ + public readonly runways: Set; + + /** + * Reversed runway end use for this STAR. + */ + public readonly reverse: boolean | "only"; + + /** + * The beacon at which this STAR begins. + */ + public readonly beacon: Beacon; + + /** + * The inbound heading of the STAR in decimal degrees. When there are + * multiple STARs with the same runway and beacon, the STAR selected is + * based on the closest inbound heading of the traffic. + */ + public readonly heading?: number; + + /** + * The route. Use {@link StarFix} to specify constraints. + */ + public readonly route: Fix[]; + + /** + * End of STAR. + */ + public readonly end: { + /** + * Enter holding pattern or proceed on heading. + */ + end: "hold" | number + } | { + /** + * Intercept ILS. + */ + ils: { + /** + * DME from runway threshold. + */ + dme: number, + + /** + * Maximum altitude. + */ + altitude?: number, + + /** + * Maximum speed. + */ + speed?: number + } + }; + + /** + * @param name The name/identifier of this star. Usually this is the name of + * a fix, followed by a number and a letter. + * @param pronunciation Pronunciation of this STAR’s name. + * @param runways The runways for which this STAR is available. + * @param reverse Reversed runway end use for this STAR. + * @param beacon The beacon at which this STAR begins. + * @param heading The inbound heading of the STAR in decimal degrees. When + * there are multiple STARs with the same runway and beacon, the + * STAR selected is based on the closest inbound heading of the + * traffic. + * @param route The route. Use {@link StarFix} to specify constraints. + * @param end End of STAR. + */ + public constructor( + name: string, + pronunciation: string, + runways: Iterable, + reverse: boolean | "only", + beacon: Beacon, + heading: number | undefined, + route: Iterable, + end: STAR["end"], + ) { + this.name = name; + this.pronunciation = pronunciation; + this.runways = new Set(runways); + this.reverse = reverse; + this.beacon = beacon; + this.heading = heading; + this.route = Array.from(route); + this.end = end; + } + + public entryPoint(altitude?: number, inboundHeading = this.heading): Airport.EntryPoint { + const atc = Generator.getInstance(); + const airspace = atc.airspace(); + const boundary = airspace.boundary; + if (boundary === undefined) + throw new Error("A polygon airspace boundary is required to compute entry points."); + + if (inboundHeading === undefined) + throw new Error("Cannot determine STAR inbound heading from entry point."); + + const reverseInboundHeading = (180 + inboundHeading) % 360; + + // bearing from centre to beacon + const centreBearing = atc.airspace().center.bearing(this.beacon); + + const Δθ = (reverseInboundHeading - centreBearing + 180) % 360 - 180; + + const ε = 0.05; + + // inbound bearing is identical to centre bearing + if (Math.abs(Δθ) <= ε) + return new Airport.EntryPoint(reverseInboundHeading, this.beacon, altitude); + + let bearing = Math.round(centreBearing * 100) / 100; + let closest: {deltaDistance: number, e: Fix} | null = null; + for (let iteration = 0; iteration < 20000; ++iteration) { + bearing += Δθ > 0 ? .0025 : -.0025; + // intersect boundary on this headings + const bi = boundary.intersection(airspace.center, bearing); + if (bi === null) + throw new Error(`Cannot find boundary intersection from ${airspace.center.toString()} on bearing ${bearing}°.`); + // intersect inbound bearing and centre bearing + const e = bi.bearingIntersection(bearing, this.beacon, reverseInboundHeading); + const deltaDistance = Math.abs(e.distance(bi) / Fix.NMI - 12); + if (closest === null) closest = {deltaDistance, e}; + else if (closest.deltaDistance > deltaDistance) closest = {deltaDistance, e}; + if (deltaDistance <= ε) + return new Airport.EntryPoint(airspace.center.bearing(e), this.beacon, altitude); + } + if (closest !== null) { + console.warn(`${this.name}: Using closest entry point at ε = ${closest.deltaDistance.toFixed(2)} NMI`); + return new Airport.EntryPoint(airspace.center.bearing(closest.e), this.beacon, altitude); + } + throw new Error("Could not determine entry point."); + } + + public withEntry(...params: Parameters): STAR.StarWithEntry { + return new STAR.StarWithEntry(this, this.entryPoint(...params)); + } + + public routeString(): string { + return "\t" + [ + this.heading ?? 0, + this.name, + this.pronunciation + ].join(", ") + "\n" + + this.route.map(fix => "\t" + + [ + fix.toString(), + ...fix instanceof StarFix + ? [ + fix.altitude === undefined + ? fix.speed === undefined + ? null + : 0 + : fix.altitude, + fix.speed ?? null, + ].filter(o => o !== null) + : [], + ].join(", ") + ).join("\n") + + "\n\t" + + [..."end" in this.end + ? ["end", this.end.end] + : [ + this.end.ils.dme, + this.end.ils.altitude === undefined + ? this.end.ils.speed === undefined + ? null + : 0 + : this.end.ils.altitude, + this.end.ils.speed ?? null + ]].filter(o => o !== null).join(", "); + } +} + +namespace STAR { + export class StarWithEntry { + public readonly entries: ReadonlyArray; + public constructor( + public readonly star: STAR, + entries: Airport.EntryPoint | Airport.EntryPoint[] + ) { + this.entries = Array.isArray(entries) ? entries : [entries]; + } + + public repeated(times: number): StarWithEntry { + const entries = this.entries.flatMap(e => new Array(times).fill(e)); + return new StarWithEntry(this.star, entries); + } + } +} + +export default STAR; diff --git a/src/StarFix.ts b/src/StarFix.ts new file mode 100644 index 0000000..dc826a3 --- /dev/null +++ b/src/StarFix.ts @@ -0,0 +1,31 @@ +import Fix from "./Fix.js"; + +/** + * A fix in a STAR, with optional altitude and speed constraints. + */ +export default class StarFix extends Fix { + /** + * Altitude (maximum) constraint in feet. + */ + public readonly altitude?: number; + + /** + * Speed (maximum) constraint in knots. + */ + public readonly speed?: number; + + public constructor(latitude: number, longitude: number, ft?: number, kts?: number) { + super(latitude, longitude); + this.altitude = ft; + this.speed = kts; + } + + public static override fromDMS(lat: string, lon: string, altitude?: number, speed?: number): StarFix { + const fix = super.fromDMS(lat, lon); + return new StarFix(fix.latitude, fix.longitude, altitude, speed); + } + + public static from(fix: Fix, ft?: number, kts?: number): StarFix { + return new StarFix(fix.latitude, fix.longitude, ft, kts); + } +} diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..d81ff6c --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,34 @@ +{ + "include": [ + "src/*.ts", + "airspace/**.ts" + ], + "compilerOptions": { + /* Visit https://aka.ms/tsconfig to read more about this file */ + + "incremental": true, + "target": "esnext", + "module": "Node16", + "moduleResolution": "Node16", + "inlineSourceMap": true, + "outDir": "./dist", + "declaration": false, + "removeComments": false, + "importHelpers": true, + "importsNotUsedAsValues": "remove", + "stripInternal": true, + "noEmitOnError": true, + "allowSyntheticDefaultImports": true, + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true, + "strict": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "noImplicitReturns": true, + "noUncheckedIndexedAccess": true, + "noImplicitOverride": true, + "allowUnusedLabels": false, + "allowUnreachableCode": false, + "skipLibCheck": true + } +}